@charset "utf-8";

/* CSS Document */
.picBounceDown {
  -webkit-animation: bounce-down 2s infinite linear;
  -moz-animation: bounce-down 2s infinite linear;
  -ms-animation: bounce-down 2s infinite linear;
  -o-animation: bounce-down 2s infinite linear;
  animation: bounce-down 2s infinite linear;
}

@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-10px);
  }

  50%,
  100% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(10px);
  }
}

@-moz-keyframes bounce-down {
  25% {
    -moz-transform: translateY(-10px);
  }

  50%,
  100% {
    -moz-transform: translateY(0);
  }

  75% {
    -moz-transform: translateY(10px);
  }
}

@-ms-keyframes bounce-down {
  25% {
    -ms-transform: translateY(-10px);
  }

  50%,
  100% {
    -ms-transform: translateY(0);
  }

  75% {
    -ms-transform: translateY(10px);
  }
}

@-o-keyframes bounce-down {
  25% {
    -o-transform: translateY(-10px);
  }

  50%,
  100% {
    -o-transform: translateY(0);
  }

  75% {
    -o-transform: translateY(10px);
  }
}

@keyframes bounce-down {
  25% {
    transform: translateY(-10px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }
}

* {
  margin: 0;
  padding: 0;
}

.prev {
  height: 30px;
  line-height: 30px;
}

.pdl10 {
  padding-left: 10px;
}

.pdr10 {
  padding-right: 10px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header.cur {
  background-color: #37b0b1;
}

.header_main {
  padding: 0 0 15px;
}

.header_tips {
  display: none;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #fdf6ec;
  color: #e6a23c;
  font-size: 14px;
  text-align: center;
}

.close_tips {
  float: right;
  width: 16px;
  height: 16px;
  margin: 6px 20px 0 0;
  background: url(../../img/landing/common/icon_close.png) no-repeat;
  cursor: pointer;
}

.k1 {
  background: url('../../img/landing/common/1.png') no-repeat;
  background-size: contain;
  padding: 176px 10px 264px;
  background-color: #2CBDB8;
}

.sss {
  padding: 100px 10px 100px;
  background-color: #2CBDB8;
}


.ul01>li {
  /* position: relative; */
  margin-left: 20px;
}

.ul01>li>a {
  color: rgba(255, 255, 255, .6);
  height: 70px;
  line-height: 100px;
  font-size: 18px;
  position: relative;
}

.ul01>li.active>a,
.ul01>li:hover>a {
  color: rgba(255, 255, 255, 1);
}

.ul01>li>a:before {
  content: "";
  position: absolute;
  z-index: 1100;
  width: 0;
  left: 50%;
  top: 0;
  height: 3px;
  background-color: #fff;
}

.ul01>li.active>a:before,
.ul01>li:hover>a:before {
  width: 100%;
  left: 0;
  transition: All .3s ease;
  -webkit-transition: All .3s ease;
  -moz-transition: All .3s ease;
  -o-transition: All .3s ease;
  content: "";
  position: absolute;
  z-index: 1100;
  width: 100%;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #fff;
}
.ul01 .subnav {
  display: none;
  position:absolute; 
  top:86px; 
  width:auto;
  padding: 30px 20px;
  background: #fff; 
  font-family: 'PingFang SC';
  font-size:14px;
  z-index: 9;
}

/* .ul01>li:hover .subnav {
  display: block;
} */


.loginReg {
  width: 70px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 30px;
}

.loginReg>a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #34aeaf;
  position: relative;
}

/* .loginReg>a:nth-child(1):before{content: "";position: absolute;z-index: 100000;background: url(../../img/landing/common/24.png) no-repeat center center;width: 1px;height: 40px;right: 0;top: 0;} */
.loginReg:hover>a:nth-child(1):before {
  background: none;
}

.loginReg>a:hover {
  background-color: #37b0b1;
  color: #fff;
}

.but {
  background: url(../../img/landing/common/btn1.png) no-repeat center center;
  width: 32px;
  height: 94px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1200;
}

.but.active {
  background: url(../../img/landing/common/btn2.png) no-repeat center center;
}

.corw {
  color: #fff;
}

.t-b {
  font-weight: bold;
}

.corc7e8e6 {
  color: #c7e8e6;
}

.p1 {
  line-height: 38px;
}

.but2 {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 80px;
}

.cor34aeaf {
  color: #34aeaf;
}

.but2:hover>span {
  margin-right: 3px;
}

.but2:hover>img {
  margin-left: 3px;
}

.but22 {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 115px;
}

.cor34aeaf {
  color: #34aeaf;
}

.but22:hover>span {
  margin-right: 3px;
}

.but22:hover>img {
  margin-left: 3px;
}

.titColorBlack {
  color: #333;
  padding: 0 15px;
}

.navbar-header {
  width: 100% !important;
}

.picfd:hover,
.but3>a:hover>div>p>img,
.div5-1>a:hover>p>img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

#videoPlay1 {
  width: 622px !important;
  height: 388px;
}

@media (max-width: 1270px) {
  #videoPlay1 {
    width: 580px !important;
    height: 361px;
  }

  .nav {
    width: 95%;
    height: 50px;
    margin: 0 auto;
    position: relative;
  }
}

.k2 {
  padding: 40px 10px 70px;
}

.v-m {
  vertical-align: middle;
}

.k2-1>a {
  padding: 14px;
  margin-top: 50px;
}

.k2-1>a>div {
  -moz-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 45px 30px;
  overflow: hidden;
}

.k2-1>a>div span.sImg {
  background: url(../../img/landing/common/9.png) no-repeat center center;
  width: 70px;
  height: 70px;
  line-height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-style: italic
}

.k2-1>a:hover>div span.sImg {
  background: url(../../img/landing/common/9b.png) no-repeat center center;
}

.k2-1>a:hover,
.but11>a:hover>div,
.row12>a:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

.cor4 {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cor6 {
  color: #666;
}

.k2-1>a:hover>div p.p2 {
  color: #34aeaf;
}

.p4 {
  height: 90px;
  line-height: 18px;
  overflow: hidden;
}

.k3 {
  background-color: #f9f9f9;
  padding: 55px 10px 35px;
}

.but3>a {
  padding: 10px;
}

.but3>a>div {
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 25px;
  overflow: hidden;
}

.pc1 {
  background: url(../../img/landing/common/12.png) no-repeat left 6px;
  padding-left: 16px;
}

.oDiv1 {
  height: 150px;
  overflow: hidden;
}

.oDiv2>div:nth-child(1),
.oDiv2>div:nth-child(3) {
  padding-right: 60px;
}

.cor9 {
  color: #999;
}

.k4 {
  padding: 80px 0 40px;
}

.img1 {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.oDiv3>div {
  padding: 10px;
}

.oDiv3-1 {
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 20px;
}

.bgf9f9f9 {
  background-color: #f8f8f8;
}

.div1 {
  padding: 20px;
  border-radius: 10px;
}

.cor0 {
  color: #000;
}

.div2 {
  padding-top: 20px;
  padding-left: 20px;
  color: #34aeaf;
  line-height: 26px;
  text-align: left;
}

.div3 {
  padding-top: 20px;
  padding-right: 20px;
  color: #343434;
  line-height: 26px;
}

.div11 {
  float: right;
}

.div12 {
  float: left;
}

.k5 {
  background: url(../../img/landing/common/16.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0px 0;
}

.div4>div {
  margin-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

.div4-1>p {
  width: 80px;
  float: right;
}

.div4-1>div {
  margin-right: 95px;
  text-align: right;
}

.div8-1>div {
  text-align: left;
  padding-left: 95px;
}

.div4-2>p {
  width: 80px;
  float: left;
}

.div4-2>div {
  margin-left: 95px;
}

.div8-2>div {
  margin-left: 0px;
}

.div5 {
  padding: 10px;
}

.bgw {
  background-color: #fff;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
}

.div5>div {
  padding: 20px;
}

.div5-1>a {
  padding: 10px;
  float: left;
}

.k6 {
  padding: 70px 10px 0;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  
}

.swiper-slide {

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide>a>img {
  width: 100%;
  display: block;
}

.pdl30 {
  padding-left: 30px;
}

.pdr30 {
  padding-right: 30px;
}

.KK2 .arrow-left,
.KK2 .arrow-right {
  width: 15px;
  height: 27px;
  margin-top: -14px;
  background-size: 15px 27px;
  z-index: 100;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.KK2 .arrow-left {
  width: 15px;
  height: 27px;
  background: url(../../img/landing/common/25-1.png) no-repeat center center/15px 27px;
  left: 0;
  right: auto;
}

.KK2 .arrow-right {
  width: 15px;
  height: 27px;
  background: url(../../img/landing/common/25-2.png) no-repeat center center/15px 27px;
  right: 0;
  left: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  z-index: 100;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 12px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  opacity: 1;
  background: url(../../img/landing/common/26.png) no-repeat center center/13px 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../../img/landing/common/26b.png) no-repeat center center/13px 12px;
}

.k7 {
  padding-left: 10px;
  padding-right: 10px;
}

.k7-1 {
  height: 80px;
  position: relative;
}

.k8 {
  background: url(../../img/landing/common/21.png) no-repeat center center/100%;
  width: 100%;
  background-size: cover;
  padding: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.k8-1 {
  width: 90%;
}

.a1 {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3cc5c8;
  background-color: #fff;
  border-radius: 25px;
}

.a2 {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #34AEAF;
  background-color: #fff;
  border-radius: 25px;
}

.footer {
  background-color: #242424;
  padding: 138px 10px 20px;
}

.w50 {
  width: 50px;
}

.ul02>li>a {
  color: #a4a4a4;
}

.ul02>li:hover>a {
  color: #fff;
}

.pic360:hover,
.div4-1:hover>p>img,
.div4-2:hover>p>img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  cursor: pointer;
}

.video-box {
  position: relative;
}

.video-box video {
  display: inline-block;
  vertical-align: baseline;
  display: none;
}

.video-box .video-img {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: url(../../img/landing/common/3.png) no-repeat center center/100% 100%;
  background-size: 100% 100%;
  cursor: pointer
}

.db {
  display: block !important;
}

.slideDiv {
  padding-left: 14px;
  padding-right: 14px;
}

.k10 {
  padding: 150px 10px;
}

.core1f4f3 {
  color: #e1f4f3;
}

.k11 {
  padding: 80px 10px 58px;
  background: url(../../img/landing/common/29.jpg) no-repeat center center;
  background-size: cover;
}

.but11 {
  padding-top: 12px;
}

.but11>a {
  padding: 10px;
  padding-top: 40px;
}

.but11>a>div {
  -moz-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 64px 38px 28px;
}

.img3 {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -39px;
  top: -39px;
  width: 77px;
  height: 87px;
}

.img3>img {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.img3>img.img3-1 {
  top: 0;
}

.img3>img.img3-2 {
  top: 110%;
  ;
}

.but11>a:hover>div>.img3>.img3-1 {
  top: -110%;
}

.but11>a:hover>div>.img3>.img3-2 {
  top: 0;
}


.but11>a:hover>div {
  -moz-box-shadow: 0 10px 14px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 14px rgba(0, 0, 0, .1);
}

.row11>div {
  margin-top: 70px;
}

.pdl35 {
  padding-left: 35px;
}

.pdr35 {
  padding-right: 35px;
}

.icon1 {
  background: url(../../img/landing/common/35.png) no-repeat left center;
  padding-left: 14px;
}

.pdl14 {
  padding-left: 14px;
}

.ul03>li:nth-child(n+2) {
  margin-top: 16px;
}

.k13 {
  padding: 60px 10px 90px;
}

.cor3b5999 {
  color: #3b5999;
}

.k16 {
  padding: 60px 10px 60px;
}

.k17 {
  padding: 155px 10px 40px;
}

.pdr120 {
  padding-right: 120px;
}

.butt {
  z-index: 100;
  width: 22px;
  left: 50%;
  margin-left: -11px;
  bottom: 0;
}

.k18 {
  padding: 10px 10px 140px;
  background-color: #ffff
}

.k18-1 {
  z-index: 100;
  right: 0;
  bottom: 0;
}

.k18-2 {
  padding-left: 50px;
}

.p15 {
  width: 60px;
  height: 3px;
  background: linear-gradient(-47deg, rgba(184, 203, 184, 1), rgba(180, 101, 218, 1), rgba(55, 174, 177, 1), rgba(52, 174, 175, 1));
}

.cor34AEAF {
  color: #34AEAF;
}

.k19 {
  padding: 120px 10px 80px;
}

.w1260 {
  width: 1260px;
}

@media (max-width: 1290px) {
  .w1260 {
    width: 100%;
  }

  .nav {
    width: 88%;
    height: 50px;
    margin: 0 auto;
    position: relative;
  }
}

.row12>a {
  padding: 15px;
}

.row12>a>div {
  -moz-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 30px 35px;
  overflow: hidden;
  background-color: #fff;
}

.div13 {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div13>.img10 {
  position: absolute;
  left: 0;
  top: 0;
}

.div13>.img11 {
  position: absolute;
  left: 0;
  top: -100%;
}

.row12>a:hover .div13>.img10 {
  position: absolute;
  left: 0;
  top: 100%;
}

.row12>a:hover .div13>.img11 {
  position: absolute;
  left: 0;
  top: 0;
}

.p16 {
  line-height: 20px;
  min-height: 40px;
}

.row12>a:hover>div {
  -moz-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}

.k20 {
  padding: 119px 10px 0;
}

.div14 {
  padding-right: 80px;
}

.div14>div:nth-child(1) {
  width: 314px;
}

.div14>div:nth-child(2) {
  width: 650px;
}

.div15 {
  width: 72%;
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -36%;
  top: 25%;
}

.k21 {
  padding: 80px 10px 40px;
}

.k22 {
  padding: 120px 10px 30px;
}

.tb1>a {
  background-color: #eee;
  padding: 6px 20px 4px;
  border-radius: 40px;
  display: inline-block;
  margin-right: 20px;
  color: #999;
}

.tb1>a:last-child {
  margin-right: 0;
}

.tb1>a.active {
  color: #fff;
  background-color: #34AEAF;
}

.w110 {
  width: 110px;
}

.k30 {
  padding: 100px 10px;
}

.k23 {
  padding: 76px 10px 80px;
}

.k24 {
  padding: 80px 10px 80px;
}

.k25 {
  padding: 50px 10px 100px;
}

.div20 {
  padding-right: 40px;
}

.div21 {
  padding-left: 50px;
}

.pc2 {
  background: url(../../img/landing/common/51.png) no-repeat left center/34px 34px;
  padding-left: 40px;
}

.pc3 {
  background: url(../../img/landing/common/52.png) no-repeat left center/34px 34px;
  padding-left: 40px;
}

.pc7 {
  background: url(../../img/landing/common/diannao3.png) no-repeat left center/34px 34px;
  padding-left: 40px;
  text-align: left;
}

.pc8 {
  background: url(../../img/landing/common/keyword4.png) no-repeat left center/34px 34px;
  padding-left: 40px;
}

.pc9 {
  background: url(../../img/landing/common/keyword180.png) no-repeat left center/34px 34px;
  padding-left: 40px;
}

/* .pc4{background: url(../../img/landing/common/53.png) no-repeat left center/34px 34px;padding-left: 40px;} */
.ul04>li {
  margin-top: 30px;
  margin-right: 48px;
}

.ul04>li:last-child {
  margin-right: 0;
}

.ul04>li>p {
  background: url(../../img/landing/common/35.png) no-repeat left center;
  padding-left: 14px;
  font-weight: bold;
}

.butt8 {
  background-color: #34AEAF;
  padding: 12px 23px 10px;
  border-radius: 10px;
  margin-left: 187px;
}

.butt8:hover {
  color: #fff;
}

.mgl5 {
  margin-left: 5px;
}

.ewm {
  height: 110px;
  line-height: 110px;
  margin-top: 10px;
}

.ewm>p {
  position: absolute;
  right: -120px;
  top: 0;
  width: 110px;
  display: none;
}

.ewm:hover>p {
  display: block;
}

.aboutTitle {
  background: url(../../img/landing/common/38.png) no-repeat left center/357px 51px;
  width: 357px;
  height: 51px;
}

.footerDiv {
  padding-top: 50px !important;
}

.mgr10 {
  margin-right: 10px;
}

.nav {
  width: 76%;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

.nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav ul li {
  flex: 1;
  list-style: none;
  text-align: center;
  z-index: 99;
  background: #EEE;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 6px;
}

@media screen and (min-width: 767px) and (max-width: 768px) {
  .nav ul li {
    width: 85px;
  }
}

.nav ul li a {
  display: block;
  height: 100%;
  color: #666365;
  text-decoration: none;
  transition: color 0.3s linear;
  font-size: 8px;
}

.nav ul .active1 a,
.nav ul li a:hover {
  color: #fff;
}

.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 50px;
  background: #2DB9B4;
  transition: all 0.3s ease;
}

.active1 {
  background: #2cc0bc !important;
}

.active1 p {
  color: #ffffff;
}

.m2 {
  background: url("../../img/banner/zu.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  /* -moz-background-size:1920 500; */
}

.radius {
  border-radius: 50%;
  /* border-style:  solid; */
  /* border: 2px ; */
  /* border-top-color: rgba(217,217,217,1);
	border-right-color:rgba(47,174,179,1);
	border-bottom-color:rgba(217,217,217,1);
	border-left-color:rgba(217,217,217,1); */
  width: 90px;
  height: 90px;
  /* transform: rotate(-45deg); */
  text-align: center;
  line-height: 90px;
  /* border-width: 8px; */
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/banner/zu16.png") no-repeat;
}

.radius2 {
  border-radius: 50%;
  /* border-style:  solid; */
  /* border: 2px ; */
  /* border-top-color: rgba(47,174,179,1);
	border-right-color:rgba(47,174,179,1);
	border-bottom-color:rgba(217,217,217,1);
	border-left-color:rgba(217,217,217,1); */
  width: 90px;
  height: 90px;
  /* transform: rotate(45deg); */
  text-align: center;
  line-height: 90px;
  border-width: 8px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/banner/zu17.png") no-repeat;
}

.radius3 {
  border-radius: 50%;
  /* border-style:  solid; */
  /* border: 2px ; */
  /* border-top-color: rgba(47,174,179,1);
	border-right-color:rgba(47,174,179,1);
	border-bottom-color:rgba(47,174,179,1);
	border-left-color:rgba(217,217,217,1); */
  width: 90px;
  height: 90px;
  /* transform: rotate(40deg); */
  text-align: center;
  line-height: 90px;
  border-width: 8px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/banner/zu18.png") no-repeat;
}

.radius4 {
  border-radius: 50%;
  /* border-style:  solid; */
  /* border: 2px ; */
  /* border-top-color: rgba(47,174,179,1);
	border-right-color:rgba(47,174,179,1);
	border-bottom-color:rgba(47,174,179,1);
	border-left-color:rgba(217,217,217,1); */
  width: 90px;
  height: 90px;
  /* transform: rotate(55deg); */
  text-align: center;
  line-height: 90px;
  border-width: 8px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/banner/zu19.png") no-repeat;
}

.radius5 {
  border-radius: 50%;
  /* border-style:  solid; */
  /* border: 2px ; */
  /* border-top-color: rgba(47,174,179,1);
	border-right-color:rgba(47,174,179,1);
	border-bottom-color:rgba(47,174,179,1);
	border-left-color:rgba(47,174,179,1); */
  width: 90px;
  height: 90px;
  /* transform: rotate(55deg); */
  text-align: center;
  line-height: 90px;
  border-width: 8px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../img/banner/zu20.png") no-repeat;
}

.radius p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(52, 52, 52, 1);
  font-family: Microsoft YaHei;
}

.radius2 p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(52, 52, 52, 1);
  font-family: Microsoft YaHei;
}

.radius3 p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(52, 52, 52, 1);
  font-family: Microsoft YaHei;
}

.radius4 p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(52, 52, 52, 1);
  font-family: Microsoft YaHei;
}

.radius5 p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(52, 52, 52, 1);
  font-family: Microsoft YaHei;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .radius {
    margin-left: -32%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .radius2 {
    margin-left: -32%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .radius3 {
    margin-left: -32%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .radius4 {
    margin-left: -32%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .radius5 {
    margin-left: -32%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .radius {
    margin-left: 11px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .radius2 {
    /* margin-left: 25px; */
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .radius3 {
    margin-left: -22px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .radius4 {
    /* margin-left: 8px; */
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .radius5 {
    /* margin-left: 12px; */
  }
}

/* 分割线<768 */
@media (max-width: 765px) {
  .radius {
    margin-left: 0px;
  }
}

@media (max-width: 765px) {
  .radius2 {
    margin-left: 0px;
  }
}

@media (max-width: 765px) {
  .radius3 {
    margin-left: 0px;
  }
}

@media (max-width: 765px) {
  .radius4 {
    margin-left: 0px;
  }
}

@media (max-width: 765px) {
  .radius5 {
    margin-left: 0px;
  }
}

/* 分割线 768 底部距离设置*/
@media screen and (min-width: 600px) and (max-width: 768px) {
  .s2 {
    margin-left: 64px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s2 {
    margin-left: 5% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s3 {
    margin-left: -3% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s6 {
    margin-left: -3% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s7 {
    margin-left: -3% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s9 {
    margin-left: -11% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .ft3 {
    margin-left: -43%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s7 .ft {
    margin-left: -28%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s9 .ft {
    margin-left: -28%;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .s3 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .s4 {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .s5 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .s6 {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .s7 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .s8 {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .s9 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .ft {
    width: 133px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .s9 {
    left: 73px !important;
  }
}

.dashed {
  width: 49px;
  height: 1px;
  border: 1px dashed rgba(198, 198, 198, 1);

}

.ftr {
  width: 21%;
  margin: 0 auto;
  margin-bottom: 5%;
}

.ftr1 {
  background: rgba(45, 185, 180, 1);
  margin-left: auto;
  margin-right: auto;
}

.right1 {
  font-size: 26px;
  color: #ffff;
  line-height: 39px;
}

.Right1 {
  width: 30px;
  height: 39px;
  border-radius: 3px;
  text-align: center;
  background: rgba(45, 185, 180, 1);
  float: right;
  margin-left: 10px;
}

.tab li:hover {
  background: #2DB9B4;
  color: #ffffff;
}

.tab li p:hover {

  color: #ffffff;
}

.Tit {
  margin-bottom: 33.5px;
  margin-top: 45px;
}

.Left1 {
  width: 30px;
  height: 39px;
  border-radius: 3px;
  text-align: center;
  background: rgba(45, 185, 180, 1);
  float: left;
}

.zhz {
  width: 100% !important;
}

.wrapper {
  margin-top: 25px;
}

.con_only {
  margin-left: 10px;
}

.all {
  position: absolute;
  bottom: 3px;
  width: 170px;
}

.left_name {
  /* position: absolute; */
  /* margin-top: 144px; */
  /* margin-left: -44%; */
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  text-align: left;
}

.right_name {
  /* position: absolute; */
  /* margin-top: 5em; */
  /* margin-left: 45%; */
  float: right;
  width: 41px;
  background: rgba(38, 174, 178, 1);
  border-radius: 20px;
}

.right_name a {
  font-family: Microsoft YaHei;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  line-height: 23px;
}

.tupianimg {
  margin-top: -14%;

  position: absolute;
}

/* .Previewing{
	background:rgba(38,174,178,1);
	width:30px;
	height:14px;
	border-radius:7px;
} */
@media (max-width: 767px) {
  .Right1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .Left1 {
    display: none;
  }
}


@media (max-width: 767px) {
  .head-3 {
    margin-left: -34px;
  }
}

@media (min-width: 992px) {
  .tim {
    /* margin-left: 20px; */
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .tim {
    margin-left: 1% !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .wrapper {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .new-a {
    background: #fff;
    position: relative;
    height: 21rem;
  }
}

@media (max-width: 1024px) {
  .swiper-button-prev {
    margin-top: -77px !important;
  }
}

@media (max-width: 1024px) {
  .swiper-button-next {
    margin-top: -77px !important;
  }
}

@media (max-width: 768px) {
  .new-a {
    background: #fff;
    position: relative;
    height: 25rem;
  }
}

@media (min-width: 1024px) {
  .s1 {
    width: 11% !important;
  }
}

@media (min-width: 1024px) {
  .s2 {
    width: 98px !important;
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .s3 {
    width: 14% !important;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .s4 {
    width: 98px !important;
  }
}

@media (min-width: 1024px) {
  .s5 {
    width: 13% !important;
  }
}

@media (min-width: 1024px) {
  .s6 {
    width: 98px !important;
  }
}

@media (min-width: 1024px) {
  .s7 {
    width: 10% !important;
  }
}

@media (min-width: 1024px) {
  .s8 {
    width: 98px !important;
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .s9 {
    width: 11% !important;
  }
}

/* @media screen and (min-width:768px) and (max-width:1020px){.s1 {
	width: 14.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s2 {
	width: 10.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s3 {
	width: 10.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s4 {
	width: 10.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s5 {
	width: 10.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s6 {
	width: 10.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s7 {
	width: 10.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s8 {
	width: 10.33% !important;
}}
@media screen and (min-width:768px) and (max-width:1020px){.s9 {
		width: 10.33% !important;
}} */
@media (max-width: 767px) {
  .ftr {
    margin: 0 auto;
    width: 30%;
    margin-bottom: 6%;
  }
}

@media (max-width: 767px) {
  .s7 {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .s9 {
    margin-top: 25px;
    /* width: 33% !important;; */
  }
}

@media (max-width: 767px) {
  .s3 {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .s5 {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .sd-1 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .s9 {
    left: 118px;
  }
}

@media (min-width: 1024px) {
  .s9 {
    left: 96px;
  }
}

@media (min-width: 1024px) {
  .sd-9 {
    margin-left: -16px;
  }
}

@media (min-width: 1600px) {
  .row-1 {
    position: relative;
    left: 5%;
    width: 1000px;
    /* margin-left: auto !important;
    margin-right: auto !important; */
  }
}

@media screen and (min-width:1116px) and (max-width:1600px) {
  .s9 {
    left: 0px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .s1 {
    left: 30px;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    display: none;
  }
}

@media (max-width: 765px) {
  .s1 {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .s3 {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .s5 {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .s7 {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .s9 {
    margin-left: 30px;
  }
}

/* @media screen and (min-width:320px) and (max-width:768px){.S-img {
	width:60px;
}} */
.nav-li {
  width: 20px;
  height: 20px;
  background: rgba(45, 185, 180, 1);
  border-radius: 3px;
}

.bfs-8 {
  font-size: 8px;
  color: #666666;
}

.fs-9 {
  font-size: 9px;
  color: #333333;
  font-weight: bold;
}

.ft {
  margin-top: 14px;
  width: 133px;
}

.shadow {
  -webkit-box-shadow: #999 0px 0px 5px;
  -moz-box-shadow: #999 0px 0px 5px;
  box-shadow: #999 0px 0px 5px;
  width: 193px !important;
  border: 1px solid #ddd;
  overflow: hidden;
}

.tishide {
  text-align: center;
  height: 300px;
  width: 300px;
  padding-top: 45px;
  margin: auto;
}

.tishide span {
  color: #adabab;
  font-size: 16px;
}

.shadow img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.shadow img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.n-banner {
  width: 60%;
  margin: 0 auto;
  margin-top: 1rem;
}

.mob1 {
  float: right;
}

.smba {
  margin-top: 1rem !important;
}

.Scanning {
  border: 3px solid #26AEB2;
  padding: 2px;
  width: 114px;
}

@media (max-width: 1920px) {
  .nav {
    width: 74%;
    height: 50px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (min-width:1200px) and (max-width:1281px) {
  .nav {
    width: 100% !important;
  }
}

@media screen and (min-width:768px) and (max-width:1000px) {
  .ft {
    margin-left: -100% !important;
  }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
  .ft2 {
    margin-left: 0% !important;
  }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
  .ft3 {
    margin-left: 0% !important;
  }
}

@media screen and (min-width:1020px) and (max-width:1200px) {
  .radius4.ft {
    margin-left: -17% !important;
  }
}

@media (max-width: 767px) {
  .ft {
    /* float: right; */
    margin-top: -72px;
    width: 132px;
    margin-left: 63%;
  }
}

@media (min-width: 1200px) {
  .radius-box .ft-one {

    width: 132px;
    margin-left: -16%;
  }
}

@media (min-width: 1610px) {
  .ft2 {

    width: 132px;
    margin-left: -10% !important;
  }
}

@media (max-width: 767px) {
  .ft2 {
    /* float: right; */
    margin-top: -72px;
    margin-right: -4%;
  }
}

@media (max-width: 767px) {
  .ft3 {
    /* float: right; */
    margin-top: -72px;
    margin-right: -4%;
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .swiper-button-prev {
    margin-top: -100px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .swiper-button-next {
    margin-top: -100px !important;
  }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
  .swiper-button-prev {
    margin-top: -184px !important;
  }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
  .swiper-button-next {
    margin-top: -184px !important;
  }
}

@media screen and (min-width:1600px) and (max-width:1920px) {
  .swiper-button-prev {
    background: url("../../img/banner/jiantou.png");
    margin-left: -291px !important;
    display: none;
  }
}

@media screen and (min-width:1600px) and (max-width:1920px) {
  .swiper-button-next {
    margin-right: -292px !important;
    display: none;
  }
}

@media screen and (min-width:1024px) and (max-width:1920px) {
  .navbar-default {
    background: #ffffff !important;
  }
}

@media(min-width:1200px) {
  .swiper-button-next {
    display: none;
  }
}

@media(min-width:1200px) {
  .swiper-button-prev {
    display: none;
  }
}

/* .navbar-default{background:#ffffff!important ;} */
@media screen and (min-width:768px) and (max-width:1200px) {
  .tim {
    margin-left: 12%;
  }
}

@media(min-width:1284px) {
  .tim {
    margin-top: 1rem;
  }
}

@media(max-width: 1200px) {
  .none {
    display: none;
  }
}

@media(min-width: 1700px) {
  .shuffling {
    /* margin-left: 240px !important; */
  }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
  .col-lg-8 {
    width: 69.66666667% !important;
  }
}

@media screen and (min-width:1300px) and (max-width:1399px) {
  .tim {
    margin-left: 50px;
  }
}

@media screen and (min-width:1400px) and (max-width:1500px) {
  .tim {
    margin-left: 97px;
  }
}

@media screen and (min-width:1500px) and (max-width:2000px) {
  .col-lg-1 {
    width: 20% !important;
  }
}

@media screen and (min-width:1200px) and (max-width:1460px) {
  .prev {
    width: 70px !important;
  }
}

/* @media screen and (min-width:1500px) and (max-width:1679px){.prev{width: 65%!important;}} */
@media(max-width:768px) {
  .nav {
    height: 100%
  }
}

@media(max-width:768px) {
  .right {
    display: none;
  }
}

@media(max-width:768px) {
  .lft {
    display: none;
  }
}

@media(max-width:768px) {
  .nav ul {
    display: block;
  }
}

@media(min-width:1600px) {
  .nav ul {
    margin-left: 167px;
  }
}

@media screen and (min-width:1275px) and (max-width:1550px) {
  .nav ul {
    margin-left: 122px;
  }
}

@media (max-width: 1199px) {
  .ul01 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 94px;
    background-color: #37b0b1;
    display: none
  }

  .ul01>li {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .loginReg {
    margin-left: auto;
    margin-right: auto;
  }

  .ul01>li.active>a:before,
  .ul01>li:hover>a:before {
    height: 0;
    background-color: transparent;
  }

  .but {
    display: block;
  }

  .p1 {
    line-height: 32px;
  }

  .but2 {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    margin-top: 60px;
  }

  .but22 {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    margin-top: 90px;
  }

  .k1 {
    padding: 140px 10px 140px;
  }

  .k10 {
    padding: 120px 10px 60px;
  }

  #videoPlay1 {
    width: 480px !important;
    height: 300px;
  }

  .k2 {
    padding: 30px 10px 50px;
  }

  .k2-1>a {
    margin-top: 35px;
  }

  .k2-1>a>div {
    border-radius: 10px;
    padding: 40px 24px 38px;
  }

  .k2-1>a>div span.sImg {
    background: url(../../img/landing/common/9.png) no-repeat center center/55px 55px;
    width: 55px;
    height: 55px;
    line-height: 40px;
  }

  .k2-1>a:hover>div span.sImg {
    background: url(../../img/landing/common/9b.png) no-repeat center center/55px 55px;
  }

  .k3 {
    padding: 40px 10px 30px;
  }

  .but3>a>div {
    padding: 20px;
  }

  .oDiv2>div {
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
  }

  .p6 {
    height: auto;
  }

  .oDiv2>div:nth-child(1),
  .oDiv2>div:nth-child(3) {
    padding-right: 10px;
  }

  .k4 {
    padding: 60px 10px;
  }

  .oDiv3-1 {
    padding: 10px;
  }

  .div1 {
    padding: 10px;
  }

  .img1 {
    width: 80px;
  }

  .div2 {
    padding-top: 10px;
    padding-left: 10px;
    line-height: 26px;
  }

  .div3 {
    padding-top: 10px;
    padding-right: 10px;
    line-height: 26px;
  }

  .k5 {
    padding: 45px 0 0;
  }

  .div4>div {
    margin-top: 30px;
  }

  .div5>div {
    padding: 15px;
  }

  .div5-1>a {
    padding: 7px;
  }

  .k6 {
    padding: 55px 10px 0;
  }


  .k7-1 {
    height: 60px;
  }

  .k8 {
    padding: 40px;
  }

  .k8-1 {
    width: 100%;
  }

  .a1,
  .a2 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }

  .footer {
    padding: 108px 10px 20px;
  }

  .slideDiv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img22 {
    width: 350px;
  }

  .img32 {
    width: 424px;
  }

  .k11 {
    padding: 60px 10px 48px;
  }

  .but11>a {
    padding-top: 35px;
  }

  .but11>a>div {
    padding: 56px 20px 15px;
  }

  .img3 {
    margin-left: -28px;
    top: -30px;
    width: 56px;
    height: 63px
  }

  .row11>div {
    margin-top: 50px;
  }

  .pdl35 {
    padding-left: 20px;
  }

  .pdr35 {
    padding-right: 20px;
  }

  .ul03>li:nth-child(n+2) {
    margin-top: 13px;
  }

  .k13 {
    padding: 45px 10px 70px;
  }

  .k16 {
    padding: 45px 10px 45px;
  }

  .m-pr60 {
    padding-right: 60px;
  }

  .img24 {
    width: 50px;
  }

  .k17 {
    padding: 130px 10px 35px;
  }

  .k18 {
    padding: 10px 10px 60px;
  }

  .k18-2 {
    padding-left: 30px;
  }

  .p6 {
    line-height: 22px;
  }

  .k19 {
    padding: 60px 10px;
  }

  .row12>a {
    padding: 10px 5px;
  }

  .row12>a>div {
    padding: 25px 15px;
  }

  .div13 {
    width: 40px;
    height: 40px;
  }

  .k20 {
    padding: 100px 10px 0;
  }

  .div14 {
    padding-right: 40px;
  }

  .div14>div:nth-child(1) {
    width: 26%;
  }

  .div14>div:nth-child(2) {
    width: 70%;
  }

  .k21 {
    padding: 60px 10px 30px;
  }

  .k22 {
    padding: 110px 10px 25px;
  }

  .pdr120 {
    padding-right: 60px;
  }

  .k30 {
    padding: 95px 10px 40px
  }

  .k23 {
    padding: 60px 10px 60px;
  }

  .k24 {
    padding: 60px 10px 60px;
  }

  .k25 {
    padding: 40px 10px 80px;
  }

  .div20 {
    padding-right: 20px;
  }

  .div21 {
    padding-left: 24px;
  }

  .pc2 {
    background: url(../../img/landing/common/51.png) no-repeat left center/24px 24px;
    padding-left: 30px;
  }

  /* .pc3{background: url(../../img/landing/common/52.png) no-repeat left center/24px 24px;padding-left: 30px;} */
  .pc4 {
    background: url(../../img/landing/common/53.png) no-repeat left center/24px 24px;
    padding-left: 30px;
  }

  .ul04>li {
    margin-top: 20px;
    margin-right: 24px;
  }

  .butt8 {
    margin-left: 100px;
  }

  .ewm {
    height: 90px;
    line-height: 90px;
    margin-top: 10px;
  }

  .ewm>p {
    position: absolute;
    right: -100px;
    top: 0;
    width: 90px;
  }

  .img28 {
    width: 50px;
    height: 3px;
  }

  .footerDiv {
    padding-top: 40px !important;
  }

  .mgr10 {
    margin-right: 8px;
  }

  .nav {
    width: 96%
  }
}

@media (max-width: 1199px) {
  .nav {
    width: 98%;
  }
}

@media screen and (max-width:768px) and (min-width:768px) {
  .nav {
    width: 100%;
  }
}

@media(min-width:1600px) {
  .nav>ul {
    left: 107px
  }
}

@media(max-width:750px) {
  .zuo1 {
    display: none;
  }
}

@media(max-width:750px) {
  .you1 {
    display: none;
  }
}

.you1 {
  width: 20px;
  height: 20px;
  background: rgba(45, 185, 180, 1);
  border-radius: 3px;
}

@media(min-width:1600px) {
  .m66>.ul {
    margin-left: 11%;
  }
}

@media (max-width: 991px) {
  .p1 {
    line-height: 28px;
  }

  .but2 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin-top: 40px;
  }

  .but22 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin-top: 40px;
  }

  .k1 {
    padding: 100px 10px 100px;
  }

  .k10 {
    padding: 100px 10px 50px;
  }

  #videoPlay1 {
    width: 100% !important;
    height: auto;
  }

  .k2 {
    padding: 25px 10px 35px;
  }

  .k2-1>a {
    margin-top: 20px;
  }

  .k2-1>a>div {
    border-radius: 10px;
    padding: 30px 15px 28px;
  }

  .k2-1>a>div span.sImg {
    background: url(../../img/landing/common/9.png) no-repeat center center/40px 40px;
    width: 40px;
    height: 40px;
    line-height: 30px;
  }

  .k2-1>a:hover>div span.sImg {
    background: url(../../img/landing/common/9b.png) no-repeat center center/40px 40px;
  }

  .k3 {
    padding: 30px 10px 25px;
  }

  .but3>a>div {
    padding: 15px;
  }

  /*.oDiv2>div:nth-child(1),
	.oDiv2>div:nth-child(3){padding-right: 20px;}*/
  .k4 {
    padding: 40px 10px;
  }

  .oDiv3-1 {
    padding: 10px;
  }

  .img1 {
    width: 70px;
  }

  .oDiv3>div {
    width: 100%;
  }

  .div2 {
    line-height: 20px;
    font-size: 12px;
  }

  .div3 {
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 10px;
  }

  .k5 {
    padding: 30px 0 0;
  }

  .div4>div {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div4-1>p {
    width: 80px;
    float: left;
  }

  .div4-1>div {
    margin-right: 0;
    margin-left: 0px;
    text-align: left;
  }

  .div5>div {
    padding: 10px;
  }

  .div5-1>a {
    padding: 10px;
    width: 50%;
  }

  .k6 {
    padding: 40px 10px 0;
  }

  .k7-1 {
    height: 45px;
  }

  .k8 {
    padding: 30px;
  }

  .a1,
  .a2 {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }

  .footer {
    padding: 80px 10px 20px;
  }

  .kk1 {
    padding-top: 0;
  }

  .slideDiv {
    padding-left: 6px;
    padding-right: 6px;
  }

  .img22 {
    width: 300px;
  }

  .img32 {
    width: 350px;
  }

  .st-c {
    text-align: center;
  }

  .sc-b {
    margin-left: auto;
    margin-right: auto;
  }

  .k11 {
    padding: 40px 10px 30px;
  }

  .but11>a {
    margin-bottom: 10px;
  }

  .row11>div {
    margin-top: 30px;
  }

  .pdl35 {
    padding-left: 10px;
  }

  .pdr35 {
    padding-right: 10px;
  }

  .ul03>li:nth-child(n+2) {
    margin-top: 10px;
  }

  .k13 {
    padding: 30px 10px 50px;
  }

  .k16 {
    padding: 30px 10px 30px;
  }

  .s-pr30 {
    padding-right: 30px;
  }

  .img24 {
    width: 40px;
  }

  .k17 {
    padding: 100px 10px 30px;
  }

  .k18 {
    padding: 10px 10px 40px;
  }

  .k18-2 {
    padding-left: 10px;
  }

  .p15 {
    width: 50px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
  }

  .p6,
  .p7 {
    text-align: center;
  }

  .k19 {
    padding: 100px 10px 40px;
  }

  .row12>a {
    width: 50%;
    /* padding: 5px; */
  }

  .row12>a>div {
    padding: 20px 10px;
  }

  .div13 {
    width: 30px;
    height: 30px;
  }

  .k20 {
    padding: 90px 10px 0;
  }

  .div14 {
    padding-right: 0;
  }

  .k21 {
    padding: 40px 10px 25px;
  }

  .k22 {
    padding: 70px 10px 20px;
  }

  .pdr120 {
    padding-right: 30px;
  }

  .k30 {
    padding: 90px 10px 30px
  }

  .k23 {
    padding: 40px 10px 40px;
  }

  .k24 {
    padding: 40px 10px 40px;
  }

  .k25 {
    padding: 30px 10px 60px;
  }

  .div20 {
    padding-right: 0;
  }

  .div21 {
    padding-left: 0;
  }

  .pc2 {
    background: url(../../img/landing/common/51.png) no-repeat left center/20px 20px;
    padding-left: 26px;
  }

  .pc3 {
    background: url(../../img/landing/common/52.png) no-repeat left center/20px 20px;
    padding-left: 26px;
  }

  .pc4 {
    background: url(../../img/landing/common/53.png) no-repeat left center/20px 20px;
    padding-left: 26px;
  }

  .ul04>li {
    margin-top: 15px;
    margin-right: 15px;
  }

  .butt8 {
    margin-left: 50px;
  }

  .ewm {
    height: 70px;
    line-height: 70px;
    margin-top: 10px;
  }

  .ewm>p {
    position: absolute;
    right: -80px;
    top: 0;
    width: 70px;
  }

  .aboutTitle {
    background: url(../../img/landing/common/38.png) no-repeat left center/274px 30px;
    width: 274px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .img28 {
    width: 40px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 6px;
  }

  .p66 {
    text-align: left;
  }

  .footerDiv {
    padding-top: 30px !important;
  }

  .mgr10 {
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .x-mt0 {
    margin-top: 0;
  }

  .logo {
    width: 138px;
    padding-top: 15px;
  }

  .k1 p {
    text-align: center;
  }

  .k1 a {
    margin-left: auto;
    margin: 15px auto;
  }

  .k10 {
    padding: 90px 10px 40px;
  }

  .but {
    background: url(../../img/landing/common/btn1.png) no-repeat center center/24px 24px;
    width: 24px;
    height: 47px;
  }

  .but.active {
    background: url(../../img/landing/common/btn2.png) no-repeat center center/24px 24px;
  }

  .ul01 {
    top: 55px;
  }

  .p1 {
    line-height: 24px;
  }

  .but2 {
    width: 140px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
  }

  .but22 {
    width: 140px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
  }

  .k1 {
    padding: 70px 10px 70px;
  }

  .k2 {
    padding: 20px 10px 20px;
  }

  .tit1>img {
    width: 14px;
  }

  .k2-1>a {
    margin-top: 15px;
  }

  .k2-1>a>div {
    border-radius: 10px;
    padding: 18px 10px 18px;
  }

  .k2-1>a>div span.sImg {
    background: url(../../img/landing/common/9.png) no-repeat center center/30px 30px;
    width: 30px;
    height: 30px;
    line-height: 25px;
  }

  .k2-1>a:hover>div span.sImg {
    background: url(../../img/landing/common/9b.png) no-repeat center center/30px 30px;
  }

  .k2 {
    padding: 15px 10px 15px;
  }

  .k3 {
    padding: 20px 10px 20px;
  }

  .p2,
  .p4 {
    text-align: center;
  }

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

  .but3>a {
    padding: 5px 3PX;
  }

  .but3>a>div {
    padding: 10px 8px;
  }

  .oDiv1 {
    height: auto;
  }

  /*.oDiv2>div:nth-child(1),
	.oDiv2>div:nth-child(3){padding-right: 2px;padding-left: 2px;}*/
  .oDiv2>div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .oDiv2>div>p {
    text-align: center;
  }

  .img2 {
    width: 36px;
  }

  .k4 {
    padding: 20px 10px;
  }

  .div11 {
    float: none;
    margin-left: auto;
  }

  .div12 {
    float: none;
  }

  .k5 {
    padding: 20px 0 0;
  }

  .div4-1>p,
  .div4-2>p {
    width: 60px;
  }

  .div4-1>div,
  .div4-2>div {
    margin-left: 60px;
  }

  .div5>div {
    padding: 5px 0;
  }

  .div5-1>a {
    padding: 5px 10px;
    width: 50%;
  }

  .div5-1>a:nth-child(2n) {
    padding-left: 5px;
  }

  .div5-1>a:nth-child(2n-1) {
    padding-right: 5px;
  }

  .k6 {
    padding: 20px 10px 0;
  }

  .arrow-left,
  .arrow-right {
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background-size: 8px 14px;
    z-index: 100;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
  }

  .arrow-left {
    width: 8px;
    height: 14px;
    background: url(../../img/landing/common/25-1.png) no-repeat center center/8px 14px;
    left: 0;
    right: auto;
  }

  .arrow-right {
    width: 8px;
    height: 14px;
    background: url(../../img/landing/common/25-2.png) no-repeat center center/8px 14px;
    right: 0;
    left: auto;
  }

  .KK2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    z-index: 100;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-left: 3px !important;
    margin-right: 3px !important;
    opacity: 1;
    background: url(../../img/landing/common/26.png) no-repeat center center/6px 6px;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: url(../../img/landing/common/26b.png) no-repeat center center/6px 6px;
  }

  .k7-1 {
    height: 35px;
  }

  .k8 {
    padding: 10px 10px 10px;
  }

  .k8-1>p {
    float: none !important;
    text-align: center;
  }

  .k8-1>a {
    float: none !important;
    margin: 10px auto 0;
  }

  .foot>div {
    width: 100%;
  }

  .ul02 {
    text-align: center;
  }

  .ul02>li {
    display: inline-block;
    margin-right: 10px;
  }

  .footer {
    padding: 70px 10px 20px;
  }

  .p5 {
    text-align: center;
  }

  .slideDiv {
    padding-left: 2px;
    padding-right: 2px;
  }

  .img22 {
    width: 60%;
  }

  .img32 {
    width: 60%;
  }

  .k11 {
    padding: 20px 10px 20px;
  }

  .but11>a {
    padding-top: 24px;
  }

  .but11>a>div {
    padding: 26px 10px 10px;
  }

  .img3 {
    margin-left: -18px;
    top: -20px;
    width: 36px;
    height: 41px;
  }

  .p5 {
    height: auto;
  }

  .row11>div {
    margin-top: 15px;
  }

  .ul03>li:nth-child(n+2) {
    margin-top: 10px;
  }

  .k13 {
    padding: 20px 10px 30px;
  }

  .pdr35 {
    padding-right: 0;
  }

  .k16 {
    padding: 20px 10px 20px;
  }

  .pdl35 {
    padding-left: 0;
  }

  .s-pr0 {
    padding-right: 0;
  }

  .img24 {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    display: block;
  }

  .xt-c {
    text-align: center;
  }

  .butt {
    position: relative !important;
    margin-top: 30px;
    width: 14px;
    margin-left: -7px;
  }

  .butt2 {
    width: 14px;
  }

  .k17 {
    padding: 86px 10px 30px;
  }

  .img23 {
    width: 70%;
  }

  .k18 {
    padding: 10px 10px 20px;
  }

  .k18-2 {
    padding-left: 0;
  }

  .p6,
  .p7 {
    font-size: 13px;
  }

  .k19 {
    padding: 80px 10px 20px;
  }

  .row12>a {
    width: 100%;
  }

  .row12>a>div {
    padding: 15px 10px;
  }

  .div13 {
    width: 40px;
    height: 40px;
  }

  .div14>div:nth-child(1) {
    width: 100%;
  }

  .div14>div:nth-child(2) {
    width: 100%;
  }

  .img25 {
    width: 70%;
  }

  .div15 {
    width: 56%;
    margin-left: -28%;
  }

  .k21 {
    padding: 30px 10px 20px;
  }

  .tb1>a {
    margin-right: 10px;
  }

  .k30 {
    padding: 85px 10px 30px
  }

  .k23 {
    padding: 20px 10px 20px;
  }

  .k24 {
    padding: 20px 10px 20px;
  }

  .k25 {
    padding: 20px 10px 40px;
  }

  .pc2 {
    background: url(../../img/landing/common/51.png) no-repeat left center/16px 16px;
    padding-left: 22px;
  }

  .pc3 {
    background: url(../../img/landing/common/52.png) no-repeat left center/16px 16px;
    padding-left: 22px;
  }

  .pc4 {
    background: url(../../img/landing/common/53.png) no-repeat left center/16px 16px;
    padding-left: 22px;
  }

  .ul04>li {
    margin-top: 10px;
    margin-right: 0;
    float: none !important
  }

  .butt8 {
    margin-left: 10px;
    padding: 6px 10px;
    border-radius: 6px;
  }

  .ewm {
    height: auto;
    line-height: normal;
  }

  .ewm>span {
    display: block;
    width: 100%;
  }

  .ewm>p {
    position: relative;
    right: auto;
    top: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .aboutTitle {
    background: url(../../img/landing/common/38.png) no-repeat left center/178px 25px;
    width: 178px;
    height: 25px;
  }

  .footerDiv {
    padding-top: 25px !important;
  }

}

@media (max-width: 576px) {
  .k1 {
    padding: 90px 10px 40px;
  }

  .but3>a>div>p {
    width: 100%;
    padding-top: 0;
  }

  .but3>a>div>p>img:nth-child(1) {
    display: none !important;
  }

  .but3>a>div>p>img:nth-child(2) {
    display: block;
    margin-bottom: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .but3>a>div>div {
    width: 100%;
  }
}

@media screen and (width: 360px) {
  .ulo {
    overflow: auto;
    height: 90% !important;
  }
}


.blue {
  background-color: #2CBDB8;
}
.theader_td {
  height: 60px;
}

.theader_text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.tbody_text {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  /* text-align: center; */
  vertical-align: middle;
  margin-bottom: 50px;

}

.tbody_text tr td {
  height: 0.7rem !important;
  line-height: 0.7rem !important;
  padding-left: 15px;
}

.table_footer {
  color: #34AEAF;
}

.table_bgcolor {
  background-color: #FAFBFD;
  text-align: center;
  padding-left: 0px !important;
}

.table_header {
  background-image: url('../../img/landing/common/head_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}


.table_header .content {
  position: absolute;
  top: 143px;
  left: 18vw;
}

.table_header .content .title {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 400;
}

.table_header .content .text {
  font-size: 20px;
  color: #FFFFFF;
}

.home_yingxiao {
  /* width: 585px; */
  height: 126px;
  display: flex;
  align-items: center;
}

.home_yingxiao .yingxiao_list {
  margin-left: 31.75px;
  height: 126px
}

.home_yingxiao .yingxiao_list .title {
  margin-top: 30px;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}

.home_yingxiao .yingxiao_list .text {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
}

.wuyou_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wuyou_list .title {
  margin-top: 20px;
}

.wuyou_list .text {
  margin-top: 20px;
  text-align: center;
}

.effect_head {
  display: flex;
  align-items: baseline;
  margin-top: 60px;
  margin-bottom: 20px;
}

.effect_head .title {
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}

.effect_head .text {
  margin-left: 10px;
}

.effect_body_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}

.effect_body_top .list {
  height: 69px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.effect_body_top .B2B_title .text {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.effect_body_body {
  width: 350px;
  height: 126px;
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 10px;
}

.effect_body_body div .title {
  margin-top: 30px;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}

.effect_body_body div .text {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
}

.button_list {
  height: 80px;
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_list .button_1 {
  margin-right: 30px;
  width: 140px;
  height: 40px;
  background-color: #34AEAF;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
}

.button_list .button_2 {
  width: 140px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  color: #34AEAF;
}

.effect_body_middle {
  background-color: #F9F9F9;
}

.effect_body_middle .head {
  display: flex;
  align-items: baseline;
}

.effect_body_middle .head .title {
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
  margin-top: 60px;
  margin-bottom: 20px;
}

.effect_body_middle .head .text {
  margin-left: 10px;
}

.effect_body_middle .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
  .effect_body_middle .body {
    justify-content: center;
  }
}

.effect_body_middle .body .body_list {
  width: 380px;
  height: 410px;
  position: relative;
  margin-bottom: 42px;
}

.effect_body_middle .body .body_list .title {
  font-size: 20px;
  color: #333333;
  position: absolute;
  top: 25px;
  left: 137px;
}


.effect_body_middle .body .body_list .content {
  position: absolute;
  top: 110px;
  left: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.effect_body_middle .body .body_list .content img {
  width: 20px;
  height: 15.79px;
  vertical-align: middle
}

.effect_body_middle .body .body_list .content .titles {
  margin-right: 23px;
  vertical-align: middle;
  font-size: 15px;
  color: #333333
}

.effect_body_middle .body .body_list .content .texts {
  font-size: 14px;
  color: #666666;
}

.body_list .btna {
  position: absolute;
  top: 270px;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.body_list .btna .btn_1 {
  margin-right: 30px;
  width: 140px;
  height: 40px;
  background-color: #34AEAF;
  border: 0;
  margin-top: 80px;
  border-radius: 5px;
  color: #FFFFFF;

}

.body_list .btna .btn_2 {
  width: 140px;
  height: 40px;
  border: 0;
  margin-top: 80px;
  border-radius: 5px;
  color: #34AEAF;
}

.B2C {
  display: flex;
  align-items: baseline;
  margin-top: 60px;
}

.B2C .title {
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}

.B2C .text {
  margin-left: 10px;
}


.B2C_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
  .B2C_list {
    justify-content: center;

  }
}

.B2C_list .content {
  width: 380px;
  height: 169px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
  .B2C_list .content {
    margin-bottom: 30px;
  }
}

.B2C_list .content .title {
  font-size: 20px;
  color: #333333;
}

.B2C_list .content .btna {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.B2C_list .content .btna .btn_1 {
  margin-right: 30px;
  width: 140px;
  height: 40px;
  background-color: #34AEAF;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
}

.B2C_list .content .btna .btn_2 {
  width: 140px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  color: #34AEAF;
}

.DTC {
  background-color: #F9F9F9;
  padding-bottom: 50px;
  text-align: center;
}

.DTC .head {
  display: flex;
  align-items: baseline;
  margin-top: 60px;
}

.DTC .head .title {
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
  margin-top: 48px;
  margin-bottom: 20px;
}

.DTC .head .text {
  margin-left: 10px;
}

.DTC .content {
  width: 50vw;
  height: 169px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
}

.DTC .content .titles {
  font-size: 20px;
  color: #333333;
  width: 1920px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.DTC .content .btna {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.DTC .content .btna .btns {
  margin-right: 30px;
  width: 140px;
  height: 40px;
  background-color: #34AEAF;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
}

.DTC .content .btna .btnss {
  width: 140px;
  height: 40px;
  background-color: #34AEAF;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
}

.footers {
  background-image: url(../../img/landing/common/Group95.png);
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.5rem;
  flex-wrap: wrap;
}

.footers .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footers .text {
  font-size: 0.5rem;
  color: #FFFFFF;
}



/* 弹窗样式 */
.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* 固定定位 */
  z-index: 1;
  /* 设置层级 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* 滚动条 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 半透明黑色背景 */
}

/* 弹窗内容样式 */
.modal-content {
  background-color: transparent;
  background: url(../../img/landing/common/kefu.png) no-repeat;
  margin: 15% auto;
  padding: 20px;
  width: 343px;
  height: 482px;
  border-radius: 18px;
}

/* 关闭按钮样式 */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.B2B_title {
  width: 400px;
  height: 69px;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
}
