body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;}

body {

  font-family: "微软雅黑";

  color: var(--thm-color);

  font-size: 18px;

}



ul li{list-style-type:none; }



a,

a:hover,

a:focus,

a:visited {

  text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  color: var(--thm-black);

  line-height: 1;

}



img{max-width:100%;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */

color: #333 !important;

}



@font-face {font-family:'impact'; src:url(../fonts/impact.ttf);}



@media (max-width: 575px) {

  h1 br,

  h2 br,

  h3 br,

  h4 br,

  h5 br,

  h6 br {

    display: none;

  }

}



.fl{float: left;}

.fr{float: right;}



@media (max-width: 575px) {

  

}



::placeholder {

  color: inherit;

  opacity: 1;

}



.background-base {

  background-color: var(--thm-base);

}



.background-primary {

  background-color: var(--thm-primary);

}



.background-secondary {

  background-color: var(--thm-secondary);

}



.background-special {

  background-color: var(--thm-special);

}



.page-wrapper {

  position: relative;

  margin: 0 auto;

  width: 100%;

  min-width: 300px;

  overflow: hidden;

}



@media (min-width: 1200px) {

  .container {

    max-width: 1200px;

  }

}



.thm-btn {

  display: inline-block;

  vertical-align: middle;

  -webkit-appearance: none;

  border: none;

  outline: none !important;

  background-color: var(--thm-base);

  color: #fff;

  font-size: 16px;

  border-radius: 4px;

  font-weight: 500;

  font-family: var(--thm-font);

  padding: 16.5px 39.5px;

  transition: 500ms;

  background-color: var(--thm-base);

  color: #fff;

}



.thm-btn:hover {

  color: var(--thm-base);

  background-color: #fff;

}



.block-text {

  font-size: 18px;

  line-height: 1.88;

  color: var(--thm-color);

  margin-bottom: 0;

}



.ul-list-one {

  margin-bottom: 0;

}



.ul-list-one li {

  position: relative;

  padding-left: 45px;

  font-size: 18px;

  font-weight: 500;

  color: var(--thm-black);

}



.main-menu .logo-box img{height:20px;}



@media (min-width: 481px) {

  .ul-list-one li {

    font-size: 20px;

  }

}



.ul-list-one li::before {

  content: "\e907";

  color: var(--thm-secondary);

  font-size: 26px;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  font-family: "azino-icon";

}



.preloader {

  position: fixed;

  background-color: #fff;

  background-position: center center;

  background-repeat: no-repeat;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 9991;

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  align-items: center;

  text-align: center;

}



.preloader__image {

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: flipInY;

  animation-name: flipInY;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

}



/* scroll to top */

.scroll-to-top {

  display: inline-block;

  width: 45px;

  height: 45px;

  background: var(--thm-base);

  position: fixed;

  bottom: 40px;

  right: 40px;

  z-index: 99;

  text-align: center;

  -webkit-transition: all .4s ease;

  transition: all .4s ease;

  display: none;

  border-radius: 50%;

  transition: all .4s ease;

}



.scroll-to-top i {

  color: #ffffff;

  font-size: 18px;

  line-height: 45px;

}



.scroll-to-top:hover {

  background-color: var(--thm-black);

}



.scroll-to-top:hover i {

  color: #fff;

}



/* post paginations */

.post-pagination {

  margin-bottom: 0;

  margin-top: 0px;

}



@media (min-width: 992px) {

  .post-pagination {

    margin-top: 0px;

  }

}



.post-pagination a {

  display: flex;

  width: 45px;

  height: 45px;

  background-color: #eff2f6;

  align-items: center;

  justify-content: center;

  color: var(--thm-color);

  font-size: 16px;

  font-weight: 500;

  border-radius: 50%;

  transition: 500ms ease;

}



@media (min-width: 992px) {

  .post-pagination a {

    width: 60px;

    height: 60px;

    font-size: 18px;

  }

}



.post-pagination a:hover {

  background-color: var(--thm-primary);

  color: #fff;

}



.post-pagination li:first-child a {

  background-color: var(--thm-base);

  color: #fff;

}



.post-pagination li:last-child a {

  background-color: var(--thm-black);

  color: #fff;

}



.post-pagination li + li {

  margin-left: 10px;

}



/* custom animations */

@-webkit-keyframes shapeMover {

  0%,

  100% {

    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);

    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);

  }

  50% {

    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);

    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);

  }

}



@keyframes shapeMover {

  0%,

  100% {

    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);

    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);

  }

  50% {

    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);

    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);

  }

}



.main-menu .container {

  position: relative;

  display: flex;

  align-items: center;

  padding-top: 25px;

  padding-bottom: 25px;

}



.main-menu,

.stricky-header {

  /* after third level no menu */

}



.main-menu .main-menu__list,

.main-menu .main-menu__list ul,

.stricky-header .main-menu__list,

.stricky-header .main-menu__list ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

  align-items: center;

  display: none;

}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,

  .main-menu .main-menu__list ul,

  .stricky-header .main-menu__list,

  .stricky-header .main-menu__list ul {

    display: flex;

  }

}



.dropdown-toggle::after {

    display: inline-block;

    position: absolute;

    right: 13px;

    top: 13px;

    margin-left: .255em;

    vertical-align: .255em;

    content: "";

    border-top: .3em solid;

    border-right: .3em solid transparent;

    border-bottom: 0;

    border-left: .3em solid transparent;

}



.main-menu .main-menu__list,

.stricky-header .main-menu__list {

  margin-left: auto;

  border-right: 1px solid #e6eaef;

  padding-right: 30px;

  margin-right: 30px;

}



.main-menu .main-menu__list > li,

.stricky-header .main-menu__list > li {

  padding-top: 14px;

  padding-bottom: 14px;

}



.main-menu .main-menu__list > li + li,

.stricky-header .main-menu__list > li + li {

  margin-left: 55px;

}



.main-menu .main-menu__list > li > a,

.stricky-header .main-menu__list > li > a {

  font-family: var(--thm-font);

  font-size: 16px;

  font-weight: 500;

  display: flex;

  align-items: center;

  color: var(--thm-color);

  transition: 500ms;

  position: relative;

}



.main-menu .main-menu__list > li > a::before,

.stricky-header .main-menu__list > li > a::before {

  content: '';

  width: 100%;

  height: 4px;

  position: absolute;

  bottom: -10px;

  left: 0;

  border-radius: 4px;

  background-color: var(--thm-base);

  transform: scale(0, 1);

  transform-origin: left center;

  transition: transform 500ms ease;

}



.main-menu .main-menu__list > li.current > a,

.main-menu .main-menu__list > li:hover > a,

.stricky-header .main-menu__list > li.current > a,

.stricky-header .main-menu__list > li:hover > a {

  color: var(--thm-black);

  text-shadow: 0px 0 0 currentColor;

}



.main-menu .main-menu__list > li.current > a::before,

.main-menu .main-menu__list > li:hover > a::before,

.stricky-header .main-menu__list > li.current > a::before,

.stricky-header .main-menu__list > li:hover > a::before {

  transform-origin: right center;

  transform: scale(1, 1);

}



.main-menu .main-menu__list li.search-btn,

.stricky-header .main-menu__list li.search-btn {

  margin-left: 30px;

}



.main-menu .main-menu__list li.search-btn a::before,

.stricky-header .main-menu__list li.search-btn a::before {

  display: none;

}



.main-menu .main-menu__list li.search-btn i,

.stricky-header .main-menu__list li.search-btn i {

  font-size: 22px;

}



.main-menu .main-menu__list li.cart-btn a,

.stricky-header .main-menu__list li.cart-btn a {

  position: relative;

}



.main-menu .main-menu__list li.cart-btn span,

.stricky-header .main-menu__list li.cart-btn span {

  width: 20px;

  height: 20px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #fff;

  font-size: 10px;

  font-family: var(--thm-font);

  background-color: var(--thm-primary);

  position: absolute;

  top: 0;

  right: 0;

  transform: translateY(-50%) translateX(50%);

  transition: background-color 500ms, color 500ms;

}



.main-menu .main-menu__list li.cart-btn:hover span,

.stricky-header .main-menu__list li.cart-btn:hover span {

  background-color: #fff;

  color: var(--thm-black);

}



.main-menu .main-menu__list li.cart-btn i,

.stricky-header .main-menu__list li.cart-btn i {

  font-size: 23px;

}



.main-menu .main-menu__list li ul,

.stricky-header .main-menu__list li ul {

  position: absolute;

  top: 100%;

  left: 0;

  min-width: 220px;

  background-color: #fff;

  flex-direction: column;

  justify-content: flex-start;

  align-items: flex-start;

  opacity: 0;

  visibility: hidden;

  transition: 500ms ease;

  z-index: 99;

  border-bottom-left-radius: 4px;

  border-bottom-right-radius: 4px;

  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);

}



.main-menu .main-menu__list li:hover > ul,

.stricky-header .main-menu__list li:hover > ul {

  opacity: 1;

  visibility: visible;

}



.main-menu .main-menu__list li ul li,

.stricky-header .main-menu__list li ul li {

  flex: 1 1 100%;

  width: 100%;

  position: relative;

}



.main-menu .main-menu__list li ul li + li,

.stricky-header .main-menu__list li ul li + li {

  border-top: 1px solid RGBA(var(--thm-black), 0.1);

}



.main-menu .main-menu__list li ul li a,

.stricky-header .main-menu__list li ul li a {

  font-size: 16px;

  line-height: 30px;

  color: var(--thm-black);

  display: flex;

  padding-left: 20px;

  padding-right: 20px;

  padding-top: 10px;

  padding-bottom: 10px;

  transition: 500ms;

}



.main-menu .main-menu__list li ul li:last-child > a,

.stricky-header .main-menu__list li ul li:last-child > a {

  border-bottom-left-radius: 4px;

  border-bottom-right-radius: 4px;

}



.main-menu .main-menu__list li ul li:hover > a,

.stricky-header .main-menu__list li ul li:hover > a {

  background-color: var(--thm-primary);

  color: #fff;

}



.main-menu .main-menu__list li ul li > ul,

.stricky-header .main-menu__list li ul li > ul {

  top: 0;

  left: 100%;

}



.main-menu .main-menu__list li ul li > ul.right-align,

.stricky-header .main-menu__list li ul li > ul.right-align {

  top: 0;

  left: auto;

  right: 100%;

}



.main-menu .main-menu__list li ul li > ul ul,

.stricky-header .main-menu__list li ul li > ul ul {

  display: none;

}



.main-header__info-phone {

  display: flex;

  align-items: flex-start;

}



.main-header__info-phone > i {

  font-size: 32px;

  color: var(--thm-base);

}



.main-header__info-phone-content {

  margin-left: 20px;

}



.main-header__info-phone-content span {

  display: block;

  color: var(--thm-color);

  font-size: 10px;

  text-transform: uppercase;

  font-weight: 500;

  line-height: 1;

  letter-spacing: 0.1em;

  margin-bottom: 7px;

}



.main-header__info-phone-content h3 {

  font-size: 16px;

  font-weight: 500;

  margin: 0;

  line-height: 1;

  color: var(--thm-black);

  margin-top: 3px;

}



.main-header__info-phone-content h3 a {

  color: inherit;

  transition: all 500ms ease;

}



.main-header__info-phone-content h3 a:hover {

  color: var(--thm-base);

}



.main-menu .mobile-nav__toggler {

  font-size: 20px;

  color: var(--thm-black);

  cursor: pointer;

  transition: 500ms;

}



.area{color: #ff720b; float: right; margin-top: 3px; margin-right: 15px;}

.area a{color: #151515;}

.area i{color: #ff720b;}



@media (min-width: 1200px) {

  .main-menu .mobile-nav__toggler {

    display: none;

  }

}



.main-menu .mobile-nav__toggler:hover {

  color: var(--thm-primary);

}



.stricky-header {

  position: fixed;

  z-index: 991;

  top: 0;

  left: 0;

  background-color: #fff;

  width: 100%;

  transform: translateY(-110%);

  transition: transform 500ms ease;

}



@media (max-width: 1199px) {

  .stricky-header {

    display: none;

  }

}



.stricky-header .container {

  padding-top: 10px;

  padding-bottom: 10px;

}



.stricky-header.stricky-fixed {

  transform: translateY(0);

}



.main-menu__two {

  background-color: #0c2139;

}



.main-menu__two .main-menu__list {

  border-right-color: rgba(255, 255, 255, 0.1);

}



.main-menu__two .main-menu__list > li > a {

  color: var(--thm-text-dark);

}



.main-menu__two .main-menu__list > li.current > a, .main-menu__two .main-menu__list > li:hover > a {

  color: #fff;

}



.main-menu__two .main-header__info-phone-content span {

  color: var(--thm-text-dark);

}



.main-menu__two .main-header__info-phone-content h3 {

  color: #fff;

}



.main-menu__two .mobile-nav__toggler {

  color: var(--thm-text-dark);

}



.main-menu .logo-box {

  display: flex;

  align-items: center;

}



@media (max-width: 425px) {

  .main-menu .logo-box {

    width: 100%;

    justify-content: space-between;

  }

}



@media (max-width: 1199px) {

  .main-menu .logo-box .mobile-nav__toggler {

    margin-left: 20px;

  }

}



@media (max-width: 1199px) {

  .main-menu .main-header__info {

    margin-left: auto;

  }

}



@media (max-width: 425px) {

  .main-menu .main-header__info {

    /*display: none;*/

	position:absolute; right:15%;

	    margin-left: 0;

  }

  .main-header__info-phone-content {

    margin-left: 2px;

}



.main-header__info-phone > i {

  font-size: 23px;

  color: #309ecf;

}



}



/*--------------------------------------------------------------

# Animations

--------------------------------------------------------------*/

@keyframes bubbleMover {

  0% {

    -webkit-transform: translateY(0px) translateX(0) rotate(0);

    transform: translateY(0px) translateX(0) rotate(0);

  }

  30% {

    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);

    transform: translateY(30px) translateX(50px) rotate(15deg);

    -webkit-transform-origin: center center;

    transform-origin: center center;

  }

  50% {

    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);

    transform: translateY(50px) translateX(100px) rotate(45deg);

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

  }

  80% {

    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);

    transform: translateY(30px) translateX(50px) rotate(15deg);

    -webkit-transform-origin: left top;

    transform-origin: left top;

  }

  100% {

    -webkit-transform: translateY(0px) translateX(0) rotate(0);

    transform: translateY(0px) translateX(0) rotate(0);

    -webkit-transform-origin: center center;

    transform-origin: center center;

  }

}



@keyframes shapeMover {

  0%,

  100% {

    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);

  }

  50% {

    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);

  }

}



@keyframes banner3Shake {

  0% {

    -webkit-transform: rotate3d(0, 1, 0, 0deg);

    transform: rotate3d(0, 1, 0, 0deg);

  }

  30% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }

  60% {

    -webkit-transform: rotate3d(1, 0, 0, 0deg);

    transform: rotate3d(1, 0, 0, 0deg);

  }

  80% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }

  100% {

    -webkit-transform: rotate3d(0, 1, 0, 0deg);

    transform: rotate3d(0, 1, 0, 0deg);

  }

}



/*--------------------------------------------------------------

# Mobile Nav

--------------------------------------------------------------*/

.mobile-nav__wrapper { 

  position: fixed;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

  transform: scale(0, 1);

  transform-origin: left center;

  transition: transform 500ms ease;

  z-index: 999;

}



.mobile-nav__wrapper .container {

  padding-left: 0;

  padding-right: 0;

}



.mobile-nav__wrapper.expanded {

  transform: scale(1, 1);

}





.mobile-nav__overlay {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(255,255,255,0.8);

  opacity: 0.8;

  cursor: pointer;

}



.mobile-nav__content {

  width: 300px;

  background-color: var(--thm-black2);

  z-index: 10;

  position: relative;

  height: 100%;

  overflow-y: auto;

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 15px;

  padding-right: 15px;

}



.mobile-nav__content .thm-btn {

  padding: 8px 0;

  width: 100%;

  text-align: center;

}



.mobile-nav__content .logo-box {

  margin-bottom: 40px;

  display: flex;

}



.mobile-nav__close {

  position: absolute;

  top: 20px;

  right: 15px;

  font-size: 18px;

  color: #fff;

  cursor: pointer;

  z-index: 999;

}



.mobile-nav__content .main-menu__list,

.mobile-nav__content .main-menu__list ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

}



.mobile-nav__content .main-menu__list ul {

  display: none;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.mobile-nav__content .main-menu__list ul li a {

  padding-left: 1em;

}



.mobile-nav__content .main-menu__list li:not(:last-child) {

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.mobile-nav__content .main-menu__list li a {

  display: flex;

  justify-content: space-between;

  line-height: 30px;

  color: #fff;

  font-size: 15px;

  font-family: var(--thm-font);

  font-weight: 500;

  height: 46px;

  align-items: center;

  transition: 500ms;

}

.mobile-nav__content .main-menu__list li a.expanded {

  color: #0b64a8;

}



.mobile-nav__content .main-menu__list li a button {

  width: 30px;

  height: 30px;

  background-color: #0b64a8;

  border: none;

  outline: none;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  transform: rotate(-90deg);

  transition: transform 500ms ease;

}



.mobile-nav__content .main-menu__list li a button.expanded {

  transform: rotate(0deg);

  background-color: #fff;

  color: var(--thm-black);

}



.mobile-nav__content .main-menu__list li a button{display:none;}

/*.mobile-nav__content .main-menu__list li:nth-child(3) button,*/.mobile-nav__content .main-menu__list li:nth-child(7) button{display:block;}



.mobile-nav__content .main-menu__list li.cart-btn span {

  position: relative;

  top: auto;

  right: auto;

  transform: translate(0, 0);

}



.mobile-nav__content .main-menu__list li.cart-btn i {

  font-size: 16px;

}



.mobile-nav__top {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 30px;

}



.mobile-nav__language {

  display: flex;

  align-items: center;

}



.mobile-nav__language img {

  border-radius: 50%;

  margin-right: 10px;

}



.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {

  width: 70px;

}



.mobile-nav__language .bootstrap-select > .dropdown-toggle {

  padding: 0;

  background-color: transparent;

  border-radius: 0;

  border: none;

  outline: none;

  color: #fff;

}



.mobile-nav__social {

  display: flex;

  align-items: center;

}



.mobile-nav__social a {

  font-size: 16px;

  color: #fff;

  transition: 500ms;

}



.mobile-nav__social a + a {

  margin-left: 10px;

}



.mobile-nav__social a:hover {

  color: var(--thm-primary);

}



.mobile-nav__contact {

  margin-bottom: 0;

  margin-top: 20px;

  margin-bottom: 20px;

}



.mobile-nav__contact li {

  color: #fff;

  font-size: 15px;

  font-weight: 500;

  position: relative;

  display: flex;

  align-items: center;

}



.mobile-nav__contact li + li {

  margin-top: 15px;

}



.mobile-nav__contact li a {

  color: inherit;

  transition: 500ms;

}



.mobile-nav__contact li a:hover {

  color: var(--thm-primary);

}



.mobile-nav__contact li > i {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  background-color: #0b64a8;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  font-size: 14px;

  margin-right: 10px;

  color: #fff;

}



.mobile-nav__container .logo-box {

  display: none;

}



.mobile-nav__container .main-header__info {

  display: none;

}



.swiper-slide {

        font-size: 18px;

      }



      .swiper-slide img {

        display: block;

        width: 100%;

        height: 100%;

        object-fit: cover;

      }



/*页面样式*/

.head{padding: 10px 0; background: #f1f5f9; position: relative;}

.head a{display: block; float: left;}

.head a img{display: block; height: 32px;}

.daoh{float: right; border: solid 1px #fd7113; padding: 2px 8px 2px 5px; border-radius: 100px; margin-top: 6px;}

.daoh h3{display: block; font-size: 14px; float: left; color: #fd7113;}

.head b{

    padding: 4px;

    border: 1px solid #fd7113;

    border-width: 0 2px 2px 0;

    display: block;

	float: right;

    -webkit-transform: rotate(

45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(

45deg);

    margin-left: 8px;

    margin-top:0;

}

.head b.down{

    transform: rotate(

-135deg);

    -webkit-transform: rotate(

-135deg);

    margin-top: 4px;

}

.daob{

	position: absolute;

    left: 0;

    top: 52px;

    width: 100%;

    background: rgba(255,255,255,0.98);

    border-radius: 0 0 20px 20px;

    padding: 5px 15px 15px 15px;

    border: 1px solid #fff;

	z-index: 10;

	box-shadow: 0 5px 15px 0px #d3e3e1;

	display: none;

}

.daob ul li{float: left; margin-top: 10px; margin-left: 10px;}

.daob ul li a{

	display: block; 

	padding: 2px 10px; 

	overflow: hidden;

	background: #f8fffe;

	border: solid 1px #f8fffe;

	font-size: 13px;

	border-radius: 100px;

	color: #666;

}

.daob ul{margin-left: -10px;}

.daob ul li a:hover{border: solid 1px #fd7113; color: #fd7113;}

.daoh:hover .daob{display: block;}

.dhbox{overflow: hidden; background: #ff720b; color: #fff;}

.dhbox a{width: 25%; float: left; color: #fff; font-size: 14px; display: block; text-align: center; line-height: 30px; border-bottom: solid 1px #fff;}

.dhbox a:nth-child(5),.dhbox a:nth-child(6),.dhbox a:nth-child(7),.dhbox a:nth-child(8){border: 0;}



.fok h3 {

    font-size: 23px;

    font-weight: 500;

    color: #fff;

    line-height: 28px;

    margin: 0 auto;

    text-align: center;

    margin-bottom: 15px;

}

.fok .fitem {

    width: 100%;

    margin: 0 auto;

    position: relative;

    margin-bottom: 15px;

}

.fok .fitem input {

    padding: 0 20px;

    border: 1px solid #ececec;

    font-size: 16px;

}

.fok .fitem .phone-number {

    width: 100%;

    height: 40px;

}

.fok .c_code_msg {

    width: 63%;

    height: 40px;

}

.fok .fitem .msgs {

    width: 33%;

    height: 40px;

    background: #fff;

    border-radius: 6px;

    border: 1px solid #f0f0f0;

    font-size: 14px;

    font-weight: 400;

    color: #666;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    position: absolute;

    right: 0;

    top: 0;

    cursor: pointer;

    white-space: nowrap;

}

.fok .fitem select {

    width: 100%;

    height: 40px;

    background: #fff;

    border-radius: 6px;

    border: 1px solid #f0f0f0;

    font-size: 14px;

    color: #666;

    padding-left: 12px;

    outline: none;

}

.fok .btn-get {

    width: 78%;

    height: 40px;

	display: block;

    background: #ff5091;

    border-radius: 24px;

    font-size: 16px;

    color: #fd7113;

	font-weight: 600;

    line-height: 20px;

    border: 0;

    cursor: pointer;

    margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

}

.biad{padding-top: 20px; padding-bottom: 30px; background: #fd7113; color: #fff;}

.fok{}

.titled{text-align: center;}

.titled h3 {

    font-size: 23px;

    color: #ff5091;

}

.titled span {

    color: #74787a;

    font-size: 14px;

    display: block;

    margin-top: 3px;

}

.aboutk{padding-top: 25px; background: #f5f5f5; padding-bottom: 30px; margin-top: 30px;}

.ksitit{color: #fff; font-size: 23px; border-bottom: solid 1px #fff; padding-bottom: 10px; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 20px;}

.ksitit span{font-weight: 600; font-style: oblique; font-size: 38px; color: #fcff00;}

.viw{margin-top: 20px;}

.textf{font-size: 14px; color: #666; line-height: 28px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 6;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 6;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.tub{display: inline-block; background: url("../images/kef.png") no-repeat center center; width: 18px; height: 18px; background-size: 100% 100%; margin-right: 10px; margin-bottom: -3px;}

.zix a{display: block; background: #ff5091; color: #fff; text-align: center; font-size: 16px; line-height: 44px; margin-left: auto; margin-right: auto; max-width: 65%; border-radius: 100px; margin-top: 20px;}



.kec {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -5px;

    margin-left: -5px;

	margin-top: 20px;

}

.colk {

    padding-right: 5px;

    padding-left: 5px;

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

	margin-bottom: 15px;

}

.nam{overflow: hidden; background-color: rgba(255, 255, 255, 0.7); padding: 0 7px 4px 7px;}

.nam h3{display: block; float: left; line-height: 20px;}

.nam h3 a{font-size: 14px; color: #333;}

.nam .zx{display: block; float: right;}

.nam span{font-size: 14px; color: #ff5091;}

.kecbox{background: url("../images/cd.jpg") no-repeat top center; padding-top: 25px; padding-bottom: 20px;}



.ckd a{display: block; color: #ff5091; text-align: center; font-size: 14px; margin-left: auto; margin-right: auto; max-width: 32%; margin-top: 5px; border: solid 1px #ff5091;}



.abh{overflow: hidden; padding-top: 25px;}

.abh a{display: block; width: 238px; height: 44px; line-height: 44px; text-align: center; overflow: hidden; background: linear-gradient(to right, #ff7f2c, #ff481e); color: #fff; font-size: 18px; border-radius: 100px; margin-left: auto; margin-right: auto;}



.swiper-slide {

        text-align: center;

        font-size: 18px;

        background: #fff;

      }



      .swiper-slide img {

        display: block;

        width: 100%;

        height: 100%;

        object-fit: cover;

      }



.teah{overflow: hidden; background: url("../images/bfrt_07.png") no-repeat top 35% right; background-size: 58%;}

.mySwiper2{position: relative; padding-bottom: 35px; margin-top: 20px;}

.fonk h3{font-size: 16px; font-weight: 600; margin-top: 10px;}

.kake{

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -1px;

    margin-left: -1px;

	margin-top: 15px;

}

.kake .bx {

    padding-right: 1px;

    padding-left: 1px;

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

.kake .bx:nth-child(1){

	-ms-flex: 0 0 52%;

    flex: 0 0 52%;

    max-width: 52%;

}

.kake .bx:nth-child(2){

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

.kake .bx:nth-child(3){

	-ms-flex: 0 0 23%;

    flex: 0 0 23%;

    max-width: 23%;

}

.kake .bx span{background: #ff4b82; display: block; color: #fff; text-align: center; font-size: 14px; padding-top: 5px; padding-bottom: 5px;}

.kake .bx:nth-child(1) span{text-align: left; padding-left: 10px;}

.kecs li{

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -1px;

    margin-left: -1px;

	margin-top: 2px;

}

.kecs li div{

    padding-right: 1px;

    padding-left: 1px;

	-ms-flex: 0 0 52%;

    flex: 0 0 52%;

    max-width: 52%;

	font-size: 14px;

	text-align: center;

}

.kecs li div:nth-child(1) span{

	text-align: left;

	padding-left: 10px;

	background: rgba(252, 157, 186, 0.8);

	color: #fff;

}

.kecs li div:nth-child(2){

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

	font-size: 13px;

}

.kecs li div:nth-child(3){

	-ms-flex: 0 0 23%;

    flex: 0 0 23%;

    max-width: 23%;

}

.kecs li div span{background:rgba(255, 255, 255, 0.7); display: block; line-height: 32px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 1;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.kecs li div:nth-child(3) a{color: #ff4b82;}

.kaina{

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -1px;

    margin-left: -1px;

	margin-top: 15px;

}

.kaina div{

    padding-right: 1px;

    padding-left: 1px;

	-ms-flex: 0 0 52%;

    flex: 0 0 52%;

    max-width: 52%;

	font-size: 14px;

	text-align: center;

}

.kaina div:nth-child(2){

    padding-right: 1px;

    padding-left: 1px;

	-ms-flex: 0 0 48%;

    flex: 0 0 48%;

    max-width: 48%;

	font-size: 14px;

	text-align: center;

}

.kaina div span{background: #fdafc7; text-align: center; display: block; color: #fff; line-height: 32px;}

.stude .colw{margin-bottom: 10px;}



/* 本例子css */

.txtScroll-top{ width:100%;  overflow:hidden; position:relative; background: rgba(255, 255, 255, 0.8); }

.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px; display: none; }

.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;

     cursor:pointer; background:url("images/icoUp.gif") no-repeat;}

.txtScroll-top .hd .next{ background:url("images/icoDown.gif") no-repeat;  }

.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }

.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }

.txtScroll-top .hd ul li.on{ background-position:0 0; }

.txtScroll-top .bd{ padding:5px 10px; background: #fff;}

.txtScroll-top .infoList li{ height:38px; line-height:38px; border-bottom: dashed 1px #ddd; font-size: 14px;}

.txtScroll-top .infoList li .date{ float:right; color:#999;  }



.kaina div.hit span {

    background: #ff4b82;

}

.kaibod .kaih {

    display: none;

}

.kaibod .kaih:nth-child(1) {

    display: block;

}

.tonz{background: url("../images/rbg.jpg") no-repeat top center; overflow: hidden; background-size: cover; padding-top: 25px; padding-bottom: 28px; margin-top: 10px;}

.tes{padding-top: 25px; padding-bottom: 15px;}

.col-6{padding-right: 5px; padding-left: 5px; margin-bottom: 15px;}

.row{

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -5px;

    margin-left: -5px;

}

.xybx{margin-top: 20px; margin-bottom: -20px; overflow: hidden;}

.xybx span{display: block; line-height: 38px; text-align: center; overflow: hidden; color: #333; font-size: 14px; background: #fafafa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}


.hjwk{overflow: hidden; background: #f2f1f6; padding-top: 20px; padding-bottom: 20px;}

.zheg{background: url("../images/bgh.jpg") no-repeat top center; background-size: cover; padding: 25px 0 25px 0;}

.zheg .titled h3,.zheg .titled span{color: #fff;}

.newbx{background: #fef4f3; overflow: hidden; padding-top: 25px; padding-bottom: 10px;}



.xin ul li a{display: block; overflow: hidden;}

.xin ul li h3{font-size: 15px; position: relative; color: #333; padding-left: 12px;}

.xin ul li h3:after{content: '';

    position: absolute;

	height:6px;

	width:6px;

	background:#ff4a82;

	border-radius: 100px;

	top: 4px;

	left: 0;

	z-index: 1;

}

.xin ul li p{font-size: 14px; color: #999; padding-left: 12px; margin-top: 3px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 1;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.xin ul li{margin-bottom: 15px;}

.xin{margin-top: 15px;}



.guanyb{background: #f4f4f4; overflow: hidden; padding-top: 25px; padding-bottom: 25px;}

.guanyb .titlq{text-align: center; position: relative; padding-bottom: 5px;}

.guanyb .titlq h3 {

    font-size: 23px;

    color: #333;

}

.guanyb .titlq h3 span{color: #ff4a82;}

.guanyb .titlq p{height: 1px; width: 38%; background: #d1d1d1; display: block; margin-left: auto; margin-right: auto; margin-top: 15px;}

.guanyb .titlq:after{content: '';

    position: absolute;

	height:3px;

	width:40px;

	background:#ff4a82;

	bottom: 4px;

	left: 50%;

	margin-left: -20px;

	z-index: 1;

}



.ysg{background: url("../images/myh_02.png") no-repeat top center; background-size: 100% 100%; overflow: hidden; padding-top: 25px; margin-top: 30px; padding-bottom: 50px;}

.ysg .title{color: #fff;}

.ysg .title h3:before {

    content: '';

    position: absolute;

    height: 20px;

    width: 20px;

    background: url( "../images/ku_03.png") no-repeat bottom center;

    bottom: 0px;

    left: 50%;

	margin-left: -10px;

    z-index: 1;

}



.fonbos{font-size: 14px; line-height: 26px; color: #666; margin-top: 10px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 6;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 6;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.ckgd a{

    display: block;

    color: #ff5091;

    text-align: center;

    font-size: 14px;

    margin-left: auto;

    margin-right: auto;

    max-width: 32%;

	margin-top: 10px;

	border: solid 1px #ff5091;

}



/*新闻*/

.c6sort1 li a {

    padding: 0 20px;

    color: #fff;

    font-size: 14px;

}

.c6xlist1{overflow: hidden;}

.c6xlist1 li {

    border: 1px solid #eeeeee;

}

.c6img {

    padding: 8px;

    width: 42%;

}

.c6det {

    width: 56%;

    margin-left: 2%;

}

.c6det h3 {

    color: #333333;

    font-size: 16px;

    padding-top: 0.8em;

	padding-right: 5px;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.c6det h3 a{color: #222;}

.c6det p {

    color: #666;

    font-size: 14px;

    padding-top: 0.6em;

}

.c67{overflow: hidden; margin-top: 20px;}

.c68{overflow: hidden; margin-top: 5px;}

.c68xlist1 {

	overflow: hidden;

}

.c68xlist1 li {

    border-bottom: 1px solid #eeeeee;

}

.c68xlist1 li a {

    background: url("../images/dian.png") no-repeat 0 50%;

    padding-left: 15px;

    font-size: 14px;

    color: #333;

	line-height: 38px;

	padding-right: 90px;

	position: relative;

	display: block;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.c68xlist1 li a span{position: absolute; top: 0; right: 0; color: #9f9f9f; font-size: 13px;}

.c68xlist1 li h3{font-weight: 400;}	

.newbox{overflow: hidden; padding-bottom: 25px; padding-top: 20px;}



.navfx{overflow: hidden; margin-right: -2px; margin-left: -2px; margin-top: 15px;}

.navfx a{

	display: block;

    padding-right: 2px;

    padding-left: 2px;

    width: 25%;

	float: left;

	font-size: 13px;

}

.navfx a span{display: block; overflow: hidden; background: #fff; text-align: center; line-height: 28px; color: #262626;}

.ysul{overflow: hidden; margin-top: 15px;}

.wenz{color: #fff; font-size: 14px; text-align: center; overflow: hidden; padding: 15px 0;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

}

.ysul ul li{display: none;}

.ysul ul li:nth-child(1){display: block;}

.navfx a.activ span{background: #ff720b; color: #fff;}



/*表单提交*/

.bdfr{background: #f85885; overflow: hidden; width: 100%; color: #fff; padding-top: 28px; padding-bottom: 38px; margin-top: 20px;}

.bdfr h4{font-size: 23px; font-weight: 400; text-align: center; margin-bottom: 20px;}

.imwd input{border: solid 1px #fff; line-height: 38px; background: none; color: #fff; width: 100%; padding: 0 15px;}

.imwd input::placeholder{color: #fff !important;}

.imwd{margin-bottom: 20px; width: 80%; margin-left: auto; margin-right: auto;}

.tdan{width: 50%; background: #fff; color: #ff4b82; display: block; border: 0; line-height: 38px; margin-left: auto; margin-right: auto; cursor: pointer;}

.bidnw{padding-bottom: 25px;}



.gaod{height:42px;}

.fotd ul li{float:left; width:33.33%; position: relative;}

.fotd ul li a{display:block; overflow:hidden; text-align:center; color:#fff; font-size:16px; padding-top:8px; padding-bottom:10px; width: 100%;}

.fotd ul li a img{display: inline-block; max-height: 16px; margin-right: 5px;}

.fotd ul li a span{font-size: 16px; display: inline-block;}

.fotd{background: url("../images/rew.jpg") no-repeat top center; overflow: hidden; background-size: cover; position:fixed; bottom:0; left:0; width:100%; z-index:10;}

.tcd{position:fixed; width:100%; height:100%; z-index:9999999; background:rgba(0,0,0,0.8); top:0; left:0; display:none;}

.imq{position:absolute; left:50%; margin-left:-67px; top:50%; margin-top:-67px;}

.quxiao{position:absolute; right:20px; top:20px;}

.quxiao img{height:30px;}



.navd{overflow: hidden; text-align: center; font-size: 0;}

.navd a{display: inline-block; margin-left: 5px; margin-right: 5px; border: solid 1px #fd7113; border-radius: 100px; color: #fd7113; font-size: 14px; text-align: center; padding: 1px 20px; margin-top: 20px;}



.vdox{overflow: hidden; padding-top: 20px; padding-bottom: 28px;}



/*关于我们*/

.ban img{display: block; width: 100%; margin-left: auto; margin-right: auto;}



/*人才战略*/

.list_dl{overflow:hidden;}

.list_dt{

    background: #f2f2f2;

    color: #000;

    width: 100%;

    height: 44px;

    line-height: 41px;

    cursor: pointer;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    position: relative;

	margin-bottom: 10px;

}



.list_dt .x01{width:70%; padding-left:15px; display:block; float:left; padding-right:30px; font-size: 15px;

    overflow:hidden;

    text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	display: -moz-box;

	-moz-line-clamp: 1;

	-moz-box-orient: vertical;

	word-wrap: break-word;

	word-break: break-all;

	white-space: normal;

}

.list_dt .x02{width:30%; display:block; font-size: 15px;}



.list_dt:hover{

    background: #fd7113;

	color:#fff;

}

.list_dt:hover ._after{

    display: block;

    width: 3px;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: #fabe00;

}

#open{

    background: #fd7113;

	color:#fff;

}

#open ._after{

    display: block;

    width: 3px;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: #fd7113;

}

.list_dt_icon{

    position: absolute;

    right: 28px;

    top: 9px;

    display: block;

    width: 30px;

    height: 30px;

    background: url("../images/hr_01.png") no-repeat;

}

#open .list_dt_icon{

    background: url("../images/hr_02.png") no-repeat;

}

.list_dt:hover .list_dt_icon{

    background: url("../images/hr_03.png") no-repeat;

}

.list_dd{

    display: none;

	margin-top: -10px;

	margin-bottom:10px;

	background:#fff; padding:15px; overflow:hidden; color:#333; font-size:13px; line-height: 23px;

}

.list_li{

    background: #4e4e4e;

    list-style-type: none;

    color: white;

    padding: 0 30px;

    height: 56px;

    line-height: 56px;

    cursor: pointer;

    border-bottom: 1px solid #6b6b6b;

}

.list_li:hover{

    background: #4285F4;

}



.zp_title{overflow:hidden; background:#b1b1b1; color:#fff; height:32px; line-height:32px; margin-top: 20px; margin-bottom:10px; padding:0 15px;}

.zp_title p{display:block; float:left;}

.zp_title p:nth-child(1){width:70%;}

.zp_title p:nth-child(2){width:30%;}

	

/*人才战略end*/



.page{overflow: hidden; padding-top: 20px; padding-bottom: 30px; font-size: 14px;}



.htitle h2{

    font-size: 20px;

    text-align: center;

    position: relative;

    margin-top: 20px;

    padding-bottom: 15px;

	font-weight: 600;

}

.htitle h2:after {

    content: '';

    position: absolute;

    height: 2px;

    width: 30px;

    background: #fd7113;

    bottom: 0;

    left: 50%;

    margin-left: -15px;

    z-index: 1;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}

.navw{text-align: center; margin-top: 15px; font-size: 0;}

.navw a{display: inline-block; border: solid 1px #fd7113; color: #fd7113; font-size: 13px; border-radius: 100px; padding: 2px 5px; margin-left: 2px; margin-right: 2px;}

.navw a.activ{background: #fd7113; color: #fff;}

.miaos{font-size: 14px; color: #333; line-height: 26px; margin-top: 13px;}

.miaos img{display: block; margin-left: auto; margin-right: auto;}

.xqhj{margin-top: 20px;}

.xqhj .col-6{margin-bottom: 15px;}



/*首页样式*/

.hom .fok .btn-get{background: #fcff00;}

.tuk {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -5px;

    margin-left: -5px;

	margin-top: 20px;

}

.cpl {

    padding-right: 5px;

    padding-left: 5px;

    -ms-flex: 0 0 33.33%;

    flex: 0 0 33.33%;

    max-width: 33.33%;

    margin-bottom: 15px;

}

.tuk .cpl a{display: block; overflow: hidden; text-align: center; box-shadow: 0 0 24px 0 hsl(0deg 0% 89% / 40%); border-radius: 8px; padding: 15px 0 15px 0; background: url(../images/fg01.png) no-repeat top center #fff; background-size: cover;}

.tuk .cpl a img{height: 30px; display: block; margin-left: auto; margin-right: auto; margin-top: 10px;}

.tuk .cpl a h3{font-size: 14px; color: #333; position: relative; padding-bottom: 10px;}

.tuk .cpl a h3:after {

    content: '';

    position: absolute;

    height: 4px;

    width: 24px;

    background: #ff5091;

    border-radius: 100px;

    bottom: 0;

    left: 50%;

    margin-left: -12px;

    z-index: 1;

}

.tuk .cpl:nth-child(2) a{background: url(../images/fg02.png) no-repeat top center #fff; background-size: cover;}

.tuk .cpl:nth-child(3) a{background: url(../images/fg03.png) no-repeat top center #fff; background-size: cover;}

.tuk .cpl:nth-child(4) a{background: url(../images/fg04.png) no-repeat top center #fff; background-size: cover;}

.tuk .cpl:nth-child(5) a{background: url(../images/fg05.png) no-repeat top center #fff; background-size: cover;}

.tuk .cpl:nth-child(6) a{background: url(../images/fg06.png) no-repeat top center #fff; background-size: cover;}

.tuh{padding-top: 10px; padding-bottom: 20px; background: #f9fafc; margin-top: 25px;}



.tuk .cpl:nth-child(2) a h3:after {

    background: #62cc72;

}

.tuk .cpl:nth-child(3) a h3:after {

    background: #6861d1;

}

.tuk .cpl:nth-child(4) a h3:after {

    background: #ff9163;

}

.tuk .cpl:nth-child(5) a h3:after {

    background: #7f9de9;

}

.tuk .cpl:nth-child(6) a h3:after {

    background: #f75854;

}

.hom .titled h3{color: #333; position: relative; padding-bottom: 13px;}

.hom .titled h3:after {

    content: '';

    position: absolute;

    height: 3px;

    width: 36px;

    background: #fd7113;

    bottom: 0;

    left: 50%;

    margin-left: -18px;

    z-index: 1;

}

.hom .kecbox{background: url("../images/bg01.jpg") no-repeat center center; background-size: cover;}

.hom .nam span{color: #32894d;}

.hom .daog{text-align: center; font-size: 0; margin-bottom: -5px; margin-top: 15px;}

.hom .dk{display: inline-block; background: #fff; padding: 3px 10px; border-radius: 5px; font-size: 15px; margin-left: 2px; margin-right: 2px; margin-bottom: 5px;}

.hom .daog .hit{background: #fd7113; color: #fff;}

.hom .kec {

    display: block;

    margin-right: -5px;

    margin-left: -5px;

	margin-top: 20px;

}

.hom .colk {

    padding-right: 5px;

    padding-left: 5px;

    max-width: 50%;

	margin-bottom: 15px;

	float: left;

}

.zhdk .kec{display: none;}

.zhdk .kec:nth-child(1){display: block;}

.hom .tonz{margin-top: 0; background: none; padding-bottom: 18px;}

.hom .kake .bx span{background: #fd7113;}

.hom .kecs li div:nth-child(3) a{color: #fd7113;}

.hom .kaina div.hit span{background: #fd7113;}

.hom .kaina div span{background: #93c9a3;}

.hom .kecs li div:nth-child(1) span{background: #93c9a3;}



.knav{text-align: center; font-size: 0; margin-bottom: -5px; margin-top: 15px;}

.kxun{display: inline-block; border: solid 1px #dedede; padding: 5px 5px; margin-left: 2px; margin-right: 2px; margin-bottom: 5px;}

.kxun img{display: block; float: left; height: 28px;}

.kxun h3{font-size: 14px; float: left; margin-left: 5px; margin-top: 8px;}



.dakh .dak:nth-child(1){display: block;}

.dakh .dak{display: none;}

.knav .hit{border: solid 1px #fd7113;}

.knav .hit h3{color: #fd7113;}

.mfbox{background: url("../images/bg02.jpg") no-repeat center center; background-size: cover; padding-top: 23px; padding-bottom: 15px;}

.zixtiao{overflow: hidden;}

.hom .xin ul li h3:after{background: #fd7113;}

.hom .daogd{text-align: center; font-size: 0; margin-bottom: -5px; margin-top: 15px;}

.hom .dkd{display: inline-block; background: #fff; padding: 3px 5px; border-radius: 5px; font-size: 15px; margin-left: 2px; margin-right: 2px; margin-bottom: 5px;}

.hom .daogd .dkd{background: #f4f4f4;}

.hom .daogd .hit{background: #fd7113; color: #fff;}

.quzix{margin-top: 20px;}

.zhxh .xin{display: none;}

.zhxh .xin:nth-child(1){display: block;}

.zihk h3{border-left: solid 4px #fd7113; padding-left: 10px; font-size: 18px; float: left;}

.zixf .zihk a {

    float: right;

    font-size: 14px;

    color: #999;

    font-weight: 400;

}

.zixf{

	box-shadow: 0 0 15px 3px #d3e3e1;

    border-radius: 20px;

    padding: 20px 15px 10px 15px;

	margin-top: 25px;

	margin-bottom: 30px;

}

.upload_box{margin-top: 5px;}

.upload_box a {

    display: block;

    padding: 10px 0;

    font-size: 14px;

    color: #999;

    border-bottom: 1px solid #eee;

    position: relative;

}

.upload_box a:last-child {

    border-bottom: 0;

}

.upload_box a span {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    display: inline-block;

    width: 80%;

}

.upload_box a em {

    display: inline-block;

    margin-left: 10px;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

	font-style: normal;

}

.liaoj{background: url("../images/bghw.jpg") no-repeat center center; background-size: cover; padding-top: 20px; padding-bottom: 20px;}



.title{text-align: center; padding-top: 11px;}

.title h3{position: relative; font-size: 25px; font-weight: 600; z-index: 1; display: inline-block; padding-bottom: 28px;}

.title h3:before {

    content: '';

    position: absolute;

    height: 20px;

    width: 20px;

    background: url( "../images/bg_03.png") no-repeat bottom center;

    bottom: 0px;

    left: 50%;

	margin-left: -10px;

    z-index: 1;

}

.title h3:after {

    content: '';

    position: absolute;

    height: 1px;

    width: 100%;

    background: #c7c6c6;

    bottom: 10px;

    left: 0;

    z-index: 0;

}

.title span{position: relative; font-size: 30px; display: block; text-transform: uppercase; font-weight: 600; color: #ebebeb; margin-top: -50px;}

.title h3 i{color: #fd7113; font-style: normal;}

.title p{font-size: 13px; margin-top: 5px; color: #333;}



.clas{padding-top: 25px;}

.liaok{

    display: block;

    margin-right: -5px;

    margin-left: -5px;

	margin-top: 20px;

}

.liaok .zhbf{

    padding-right: 5px;

    padding-left: 5px;

    width: 50%;

	margin-bottom: 15px;

	float: left;

}

.zhbf img{display: block; float: left; height: 28px;}

.zhbf h3{font-size: 18px; color: #333; float: left; margin-left: 10px; margin-top: 4px;}

.zhbf a{display: block; overflow: hidden; padding: 5px 10px; border: solid 1px #fd7113;}

.vdul{

    display: block;

    margin-right: -5px;

    margin-left: -5px;

	margin-top: 23px;

}

.cold{

    padding-right: 5px;

    padding-left: 5px;

    width: 50%;

	margin-bottom: 15px;

	float: left;

}

.vdul .cold:nth-last-child(1),.vdul .cold:nth-last-child(2){margin-bottom: 0;}

.vdul .libd{overflow: hidden;}

.vdul .libd video{width: 100%; height: 100px; display: block;}

.vdul .libd h3{line-height: 32px; text-align: center; font-size: 14px; background: #fff;

    overflow:hidden;

    text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	display: -moz-box;

	-moz-line-clamp: 1;

	-moz-box-orient: vertical;

	word-wrap: break-word;

	word-break: break-all;

	white-space: normal;

}



.vduw{

    display: block;

    margin-right: -5px;

    margin-left: -5px;

	margin-top: 23px;

}

.colw{

    padding-right: 5px;

    padding-left: 5px;

    width: 50%;

	float: left;

}

.colw a{display: block; overflow: hidden;}

.colw span{display: block; font-size: 16px; line-height: 38px; text-align: center; color: #333;

    overflow:hidden;

    text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	display: -moz-box;

	-moz-line-clamp: 1;

	-moz-box-orient: vertical;

	word-wrap: break-word;

	word-break: break-all;

	white-space: normal;

}

.vduw .colw:nth-last-child(1),.vduw .colw:nth-last-child(2){margin-bottom: 0;}



.colwd{

    padding-right: 5px;

    padding-left: 5px;

    width: 50%;

	float: left;

}

.colwd a{display: block; overflow: hidden;}

.colwd span{display: block; font-size: 16px; line-height: 38px; text-align: center; color: #333;

    overflow:hidden;

    text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	display: -moz-box;

	-moz-line-clamp: 1;

	-moz-box-orient: vertical;

	word-wrap: break-word;

	word-break: break-all;

	white-space: normal;

}



.libg{background: #fafafa; overflow: hidden; text-align: center;}

.libg img {

    display: block;

	height: 103px;

    margin-left: auto;

    margin-right: auto;

}

.libg h3 {

    font-size: 18px;

    font-weight: 400;

    color: #303030;

    line-height: 44px;

	overflow:hidden;

    text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	display: -moz-box;

	-moz-line-clamp: 1;

	-moz-box-orient: vertical;

	word-wrap: break-word;

	word-break: break-all;

	white-space: normal;

}

.libg p {

    font-size: 14px;

    color: #999;

    line-height: 20px;

    max-width: 138px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 10px;

}

.libg a {

    display: block;

    width: 60%;

    height: 28px;

    text-align: center;

    line-height: 26px;

    border: solid 1px #fd7113;

    color: #fd7113;

    border-radius: 100px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 15px;

	font-size: 14px;

}

.weis{padding-top: 25px; padding-bottom: 20px;}



.tuxb{

    display: block;

    margin-right: -5px;

    margin-left: -5px;

	margin-top: 23px;

	margin-bottom: -15px;

	overflow: hidden;

}

.colz{

    padding-right: 5px;

    padding-left: 5px;

    width: 50%;

	margin-bottom: 15px;

	float: left;

}



.hom .ckgd a{

    color: #fd7113;

	border: solid 1px #fd7113;

}

.xuxkw{overflow: hidden; background: #f4f4f4; padding: 15px 15px; margin-bottom: 10px;}

.yuanw{background: #fd7113; color: #fff; width: 60px; height: 60px; border-radius: 100px; font-size: 20px; text-align: center; line-height: 60px; margin-right: 10px;}

.yunfr h3{font-size: 16px; font-weight: 600; color: #fd7113;}

.yunfr h3 span{color: #b1b1b1;}

.yunfr p{color: #666; font-size: 14px; line-height: 20px; margin-top: 5px;}

.xuxul{margin-top: 20px;}

.xuex{padding-top: 20px; padding-bottom: 10px;}



.imgw{margin-top: 18px; position: relative;}

.shiph{padding-top: 0; padding-bottom: 30px;}



/*轮播*/

.clas .swiper {

        width: 100%;

        margin-left: auto;

        margin-right: auto;

      }



      .clas .swiper-slide {

        background-size: cover;

        background-position: center;

      }



      .clas .mySwiper {

        box-sizing: border-box;

        padding: 10px 0;

      }



      .clas .mySwiper .swiper-slide {

        width: 25%;

        height: 100%;

        opacity: 0.4;

      }



      .clas .mySwiper .swiper-slide-thumb-active {

        opacity: 1;

      }



      .clas .swiper-slide img {

        display: block;

        width: 100%;

        height: 100%;

        object-fit: cover;

      }



.mySwiper5{margin-top: 10px;}

.mySwiper4{margin-top: 15px;}

.abfo{overflow: hidden; background: url("../images/ng_03.png") no-repeat top right; background-size: 50%; margin-top: 20px;}

.abfo h3{font-size: 23px; font-weight: 600; color: #333;}

.abfo p{font-size: 16px; line-height: 30px; margin-top: 15px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 5;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}



/*滚动*/

.xunh .txtMarquee-left{  overflow:hidden; position:relative;width: 100%;}

.xunh .infoList li {

	position: relative;

    margin-right: 14px;

    float: left;

}

.xunh .infoList li span{

	display: block;

    border: 1px solid #fd7113;

    border-radius: 50px;

    color: #fd7113;

    font-size: 14px;

    height: 28px;

    line-height: 28px;

    box-sizing: border-box;

    text-align: center;

    padding: 0 10px 0 10px; 

}

.xunh .infoList{margin-bottom: 10px !important; display: block;}

.xunh .txtMarquee-left:before{content: '';

    width: 110px;

    height: 413px;

    position: absolute;

    left: 0;

    top: 0;

    background: linear-gradient(

-90deg,hsla(0,0%,100%,.02),#fff);

    z-index: 10;

}

.xunh .txtMarquee-left:after{content: '';

	width: 110px;

    height: 413px;

    position: absolute;

    left: auto;

    right: 0;

	top: 0;

    background: linear-gradient(

90deg,hsla(0,0%,100%,.02),#fff);

	z-index: 10;

}

.xunh .tempWrap{width: 100% !important;}

.xunh{padding-top: 20px; padding-bottom: 20px;}

.stude{overflow: hidden; padding-top: 15px; padding-bottom: 30px; background: url("../images/ny_06.jpg") no-repeat top center; background-size: cover; margin-top: 20px;}

.stude .title h3{color: #fff;}

.zhew01{margin-top: 20px;}

.zisun{background: #e8f1fe; padding-bottom: 30px;}

.stude .abh a{background: #fff; color: #ff7f2c;}



.stude .title h3:before {

    content: '';

    position: absolute;

    height: 20px;

    width: 20px;

    background: url(../images/ku_03.png) no-repeat bottom center;

    bottom: 0px;

    left: 50%;

    margin-left: -10px;

    z-index: 1;

}

.stude .title p{color: #fff;}



.zisun .mySwiper3{margin-top: 18px;}

.zisun .fonk{text-align: left; padding: 0 10px; padding-bottom: 15px}

.zisun .fonk span{font-size: 16px; color: #666;}

.zisun .fonk h3{margin-top: 0; font-size: 14px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 1;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.jiaoy{margin-top: 15px;}

.badn{background: url("../images/32_02.jpg") no-repeat center center; background-size: cover; padding-bottom: 30px;}

.zhbai{color: #fff; font-size: 23px; text-align: center; padding-top: 20px;}

.xyu{width: 80%; background: #fff; margin-left: auto; margin-right: auto; border-radius: 15px; padding-top: 25px; padding-bottom: 25px; margin-top: 20px;}

.imwdx select {

    border: solid 1px #bfbfbf;;

    background: none;

    color: #777;

    width: 85%;

    padding: 5px 15px;

	margin-left: auto;

	margin-right: auto;

	display: block;

}



.imwdx input {

    border: solid 1px #bfbfbf;

    background: none;

    color: #777;

    width: 85%;

    padding: 5px 15px;

	margin-left: auto;

	margin-right: auto;

	display: block;

}



.imwdx{margin-bottom: 15px;}



.imwdx input::placeholder{color: #777 !important;}

.xyu .tdan {

    width: 50%;

    background: #fd7113;

    color: #fff;

    display: block;

    border: 0;

    line-height: 38px;

    margin-left: auto;

    margin-right: auto;

    cursor: pointer;

}

.htw .fok .btn-get {

    background: #df5354;

}

.htw .cpl{

	flex: 0 0 25%;

	max-width: 25%;

}

.htw .kake .bx span{background: #df5354;}

.htw .kecs li div:nth-child(3) a{color: #df5354;}

.htw .kaina div.hit span{background: #df5354; color: #fff;}

.htw .kaina div span{background: #f5f5f5; color: #333;}

.htw .kecs li div:nth-child(1) span{background: #f5f5f5; color: #333;}

.htw .titled h3:after{background: #df5354;}



.xink{margin-top: 20px;}

.xink ul li a{display: block; overflow: hidden; border: solid 1px #eee; border-radius: 10px; padding: 15px 10px; margin-bottom: 13px;}

.xink ul li h3{font-size: 16px; color: #333;}

.xink ul li p{color: #999; font-size: 14px; margin-top: 5px; display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;}

.htw .tonz{padding-bottom: 0;}

.htw .kecs li div span{background: #f5f5f5;}

.teahd{overflow: hidden; padding-top: 25px;}

.teahd .mySwiper4{margin-top: 20px;}

.teahd .mySwiper4 .tukd{border: solid 1px #eee;}

.htw .newbx{background: #f4f4f4;}

.zouh{background: url("../images/cvf_01.jpg") no-repeat center center; overflow: hidden; background-size: cover; padding-top: 20px; padding-bottom: 20px;  margin-top: 25px;}

.zouim{margin-top: 15px;}

.ndk .libd h3{background: #fafafa;}



.htw .kecbox{background: #f4f4f4;}

.htw .zhtit div{background: #df5354; width: 50px; height: 50px; text-align: center; border-radius: 100px; margin-left: auto; margin-right: auto; overflow: hidden; margin-bottom: 10px; position: relative; margin-top: -20px;}

.htw .zhtit div img{height: 30px; margin-left: auto; margin-right: auto; display: block; margin-top: 10px;}

.htw .zhtit{background: #6ec67b; color: #fff; padding: 0 10px 15px 10px; font-size: 14px; text-align: center;}

.htw .txf{margin-top: 20px;}

.htw .tes{background: url("../images/gt.jpg") no-repeat center center; background-size: cover; overflow: hidden; padding-top: 25px;}

.htw .tes .titled h3{color: #fff;}

.htw .tes .titled h3:after{background: #fff;}

.htw .tes .zhtit p{color: #333;}

.htw .tes .zhtit{background: #fff;}

.htw .zhbf a{border: solid 1px #d22e2f;}

.htw .kec{margin-top: 0;}

.htw .nam span {

    color: #d22e2f;

}

.htw .ckd a{

    display: block;

    color: #d22e2f;

    border: solid 1px #d22e2f;

}

.htw .libg a{

    display: block;

    color: #d22e2f;

    border: solid 1px #d22e2f;

}

.htw .ckgd a {

    color: #d22e2f;

    border: solid 1px #d22e2f;

}

.htw .xunh .infoList li span{

	color: #d22e2f;

    border: solid 1px #d22e2f;

}

.htw .xyu .tdan{background: #d22e2f;}

.htw .xin ul li h3:after{background: #d22e2f;}

.htw .zihk h3{    border-left: solid 4px #d22e2f;}

.htw .guanyb .titlq h3 span{color: #d22e2f;}

.htw .guanyb .titlq:after{background: #d22e2f;}

.htw .bdfr{background: #d22e2f;}

.htw .tdan{color: #d22e2f;}

.thd{margin-top: 20px;}

.thd .col-6{margin-bottom: 15px;}

.thd .col-6 span{display: block; font-size: 16px; font-weight: 600; text-align: center; margin-top: 10px; color: #333;}



/*新闻列表*/

.xind{margin-top: 10px;}

.xind ul li a{display: block; overflow: hidden; position: relative; padding-right: 95px; line-height: 38px; border-bottom: dashed 1px #eee; font-size: 14px; background: url("../images/dian.png") no-repeat center left; color: #333; padding-left: 13px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 1;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.xind ul li a span{position: absolute; right: 0; top: 3px; color: #666; font-size: 13px;}

.kecg .nam span{color: #fd7113;}



.xinwb h2{font-size:20px; text-align:center; line-height:28px;}

.xinwb span{font-size:13px;}

.xinwb{text-align:center; margin-top:15px; border-bottom:dashed 1px #ccc; padding-bottom:7px;}

.fonsd{padding-top: 13px; overflow:hidden;font-size: 14px;line-height: 24px;color: #484948;}

.fonsd img{max-width:100%; display:block; margin-left:auto; margin-right:auto;}

.tuim{margin-top: 15px;}

.textd{color: #999; line-height:28px; margin-top:25px; margin-bottom:30px; font-size: 14px;}

.textd a{color: #fd7113; font-size: 14px;}

.textd a:hover{color:#fd7113;}

.kcbod .xinwb{padding-bottom: 13px;}

.kcbod .ban{margin-top: 13px;}



.qiye{background: url("../images/br.jpg") no-repeat center center; background-size: cover; overflow: hidden; padding-top: 20px; padding-bottom: 25px;}

.imkbx img{display: block; max-width: 100%; margin-top: 20px;}



.lxw{overflow: hidden; padding-top: 15px; line-height: 35px;}

.lxw h2{font-size: 20px; margin-bottom: 10px;}

#map{width: 100%; height: 200px; margin-top: 15px; margin-bottom: 25px;}



/*手机视频*/

.imgw{overflow: hidden;}

.tugao{width: 100%; height: 150px;}

/*弹出*/

.vid-modal-bg { background:rgba(0,0,0,0.4);top: 0px;left: 0px;position:fixed;z-index: 20;height: 100%;width: 100%; display:none;}

.vid-modal{width:100%; height:150px; position:absolute; left:0; top:15%;}

.vid-modal .tit {display: block;height: 44px; cursor: move;}

.vid-modal .tit i {float: right;line-height: 44px;padding: 0 15px; font-size:20px; font-weight:400; color:#fff; cursor: pointer;}

.vid-modal .tie{float:left; margin-left:15px; height:44px; line-height:44px; font-size:16px;}



/*返回顶部*/

.fanhui{

    width: 44px;

    height: 44px;

    position: fixed;

    right: 10px;

    bottom: 58px;

    z-index: 9999;

    cursor: pointer;

}

.fanhui .back-top {

    background: url(../images/fh_top.png) no-repeat center center;

    width: 44px;

    height: 44px;

	background-size: 100% 100%;

    -webkit-transition: all 0s ease-in-out;

    -moz-transition: all 0s ease-in-out;

    -o-transition: all 0s ease-in-out;

    transition: all 0s ease-in-out;

}



.abour{background: url("../images/vr-1.jpg") no-repeat center center; background-size: cover; overflow: hidden; padding-top: 20px; padding-bottom: 30px; margin-top: 25px;}

.fontw{font-size: 16px; line-height: 30px; margin-top: 13px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 7;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 7;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.gubox{margin-top: 20px;}

.mySwiper2 .bimfr h4{font-size: 18px; font-weight: 600; color: #343434;}

.mySwiper2 .bimfr span{font-size: 13px; font-weight: 400; background: linear-gradient(to right, #ff461e, #ff812e); color: #fff; padding: 1px 10px; border-radius: 100px; margin-left: 8px;}

.mySwiper2 .bimfr .zhbox{font-size: 16px; line-height: 30px; color: #666; margin-top: 15px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    display: -moz-box;

    -moz-line-clamp: 4;

    -moz-box-orient: vertical;

    word-wrap: break-word;

    word-break: break-all;

    white-space: normal;

}

.mySwiper2 .bimfr{text-align: left; background: #eef4f8; padding: 18px 15px; overflow: hidden;}

.swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}



.fenye{text-align: center; font-size: 14px; padding-top: 25px; padding-bottom: 30px;}


@media (max-width: 1199px) {

	

}



@media (max-width: 991px) {

	

}

@media (max-width: 767px) {

	

}



@media (max-width: 430px) {

	.libg img{height: 121px;}

	.vdul .libd video{height: 128px;}

	.colw a img{height: 147px;}

	.hjwk a img{height: 149px;}

	.colwd img{height: 253px;}

}



@media (max-width: 375px) {

	.libg img{height: 103px;}

	.vdul .libd video{height: 100px;}

	.colw a img{height: 126px;}

	.hjwk a img{height: 127px;}

	.colwd img{height: 218px;}

}



@media (max-width: 360px) {

	

}





















































