﻿.bannerswiper .swiper-button-next:after,
.bannerswiper .swiper-button-prev:after {
  color: #fff;
  padding: 0 13px;
  background: rgba(0, 0, 0, 0.3);
}

.sec1 .fr .comBox {
  background: #f9f9f9;
  margin: 40px 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sec1 .fr .comBox .pho {
  width: 50%; 
  float: left;
  position: relative;
}

.sec1 .fr .comBox .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -5px;
  top: -2px;
  background: url(../images/index/icon2.png) no-repeat;
  background-size: cover;
}

.sec1 .fr .comBox .text {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding: 40px 20px 0;
}

.sec1 .fr .comBox .text h3 {
  font-size: 30px;
  color: #4d9be2;
}

.sec1 .fr .comBox .text p {
  font-size: 16px;
  line-height: 30px;
  margin: 12px 0 50px;
}

.sec1 .fr .comBox .text .link a {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  background: #f5710b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
}

.sec1 .fr .comBox .text .link a.qq {
  background: #fff;
  border: 2px solid #f5710b;
  color: #f5710b;
  line-height: 36px;
  box-sizing: border-box;
}

.sec1 .fr li {
  width: 31%;
  float: left;
  margin: 35px 3.5% 20px 0;
}

.sec1 .fr li:nth-child(3n) {
  margin-right: 0;
}

.sec1 .fr li a {
  display: block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.sec1 .fr li p {
  line-height: 48px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border-top: 1px solid #d4d4d5;
}

.sec2 {
  position: relative;
  padding: 30px 0 0;
}

.sec2:after {
  content: "";
  position: absolute;
  right: 0;
  width: 355px;
  height: 520px;
  top: -100px;
  background: url(../images/index/bg2.png) no-repeat;
  background-size: contain;
  padding-bottom: 30px;
}

/* 
.sec2 .title h2, .sec2 .title p {
	color: #fff;
}

.sec2 .title h2:before {
	background: url(../images/index/icon_l1.png) no-repeat;
}

.sec2 .title h2:after {
	background: url(../images/index/icon_l1.png) no-repeat;
} */

.sec2 .list {
  width: 20%;
}

.sec2 .list li a {
  display: block;
  line-height: 113px;
  font-size: 18px;
  color: #fff;
  background: #4d9be2;
  position: relative;
  padding-left: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sec2 .list li a:before {
  content: "01";
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #ff9b4e;
  /* background: url(../images/index/icon3.png) no-repeat center;
	background-size: cover; */
  position: absolute;
  left: 10px;
  top: -25px;
  line-height: 60px;
  font-size: 36px;
  border-radius: 50%;
  text-align: center;
  color: #333;
}

.sec2 .list li:nth-child(2) a:before {
  content: "02";
  /* background-image: url(../images/index/icon5.png); */
}

.sec2 .list li:nth-child(3) a:before {
  content: "03";
  /* background-image: url(../images/index/icon4.png); */
}

.sec2 .list li:hover a,
.sec2 .list li.on a {
  background: #f5710b;
}

.sec2 .fr {
  width: 76%;
  position: relative;
  z-index: 10;
}

.sec2 .fr .pho {
  width: 48%;
  float: left;
}

.sec2 .fr .pho a {
  display: block;
  position: relative;
  overflow: hidden;
}

.sec2 .fr .pho .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 15px;
}

.sec2 .fr .pho .text h3 {
  font-size: 18px;
  background: url(../images/index/icon_h.png) no-repeat right center;
  transition: 0.3s;
}

.sec2 .fr .pho:hover .text h3 {
  background-position: right -8px center;
}

.sec2 .fr .pho img {
  transition: 0.3s;
  
}

.sec2 .fr .pho:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sec2 .fr ul {
  width: 48%;
  float: right;
}

.sec2 .fr li a {
  display: block;
  overflow: hidden;
  background: #f0f3f5;
}

.sec2 .fr li .img {
  width: 50%;
  float: left;
}
.sec2 .fr li .img img {
  
}
.sec2 .fr li .tex {
  float: right;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.sec2 .fr li .tex h3 {
  font-size: 16px;
  margin-top: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec2 .fr li .tex span {
  display: block;
  width: 30px;
  line-height: 30px;
  margin: 20px auto 0;
  background: #f5710b;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
}

.sec2 .fr li:nth-child(2) .img {
  float: right;
}

.sec2 .fr li:nth-child(1) .img {
  float: left;
}

.sec2 .fr li:hover a {
  background: #4d9be2;
  color: #fff;
}

.sec .more a {
  display: block;
  width: 140px;
  line-height: 42px;
  color: #fff;
  background: linear-gradient(113deg, #e34b09, #fca258);
  border-radius: 23px;
  text-align: center;
  font-size: 15px;
  margin: 20px auto 0;
  letter-spacing: 1px;
}

.sec3 {
  background: url(../images/index/bg3.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0;
  margin-top: 30px;
}

.sec3 .text {
  width: 30%;
  padding-top: 130px;
  position: relative;
  color: #333;
}

.sec3 .text h3 {
  font-size: 50px;
  color: #fff;
  position: relative;
  z-index: 20;
  margin-bottom: 15px;

}

.sec3 .text strong.en {
  display: block;
  color: #137cd2;
  font-size: 52px;
  opacity: 0.7;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 10;
  white-space: nowrap;
}

.sec3 .text p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
  width: 100%;
  color: white;
}

.sec3 .text a {
  margin-top: 40px;
  width: 160px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(113deg, #e34b09, #fca258);
  -webkit-box-shadow: 0px 0.1em 0.23em 0px rgba(249, 149, 76, 0.33);
  box-shadow: 0px 0.1em 0.23em 0px rgba(249, 149, 76, 0.33);
  color: #ffffff;
  display: table;
  padding-left: 0.22em;
  padding-right: 0.12em;
  background-color: #e34b09;
}

.sec3 .text a span {
  color: #ffffff;
  font-size: 18px;
  display: table-cell;
}

.sec3 .text a i {
  width: 56px;
  height: 56px;
  position: relative;
  margin-left: 40px;
  display: table-cell;
}

.sec3 .text a i:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 50%;
  background: #ffffff;
}

.sec3 .text a i:before {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../images/index/icon11.png) no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -5px;
  background-position-y: -14px;
}

.sec3 .ul {
  width: 60%;
  border-bottom: 1px solid #fff;
}

.sec3 .ul li {
  width: 50%;
  float: left;
  border: 1px solid #fff;
  border-bottom: none;
  box-sizing: border-box;
  transition: 0.3s;
}

.sec3 .ul li:nth-child(1) {
  border-right: none;
}

.sec3 .ul a {
  display: block;
  position: relative;
  padding: 45px 30px;
  color: #fff;
}

.sec3 .ul a:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/index/icon6.png) no-repeat center top;
  background-size: 55px;
}

.sec3 .ul ul:nth-child(2) li:nth-child(1) a:after {
  background-image: url(../images/index/icon7.png);
}

.sec3 .ul ul:nth-child(2) li:nth-child(2) a:after {
  background-image: url(../images/index/icon8.png);
}

.sec3 .ul ul:nth-child(3) li:nth-child(1) a:after {
  background-image: url(../images/index/icon9.png);
}

.sec3 .ul ul:nth-child(3) li:nth-child(2) a:after {
  background-image: url(../images/index/icon10.png);
}

.sec3 .ul li:last-child {
  float: right;
  border-right: 1px solid #fff;
}

.sec3 .ul li strong {
  display: block;
  margin-top: 40px;
  font-size: 30px;
}

.sec3 .ul li p {
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  margin-top: 10px;
}

.sec3 .ul li:hover {
  background: url(../images/index/hover.png) no-repeat;
}

.sec3 .ul li:hover a:after {
  background-position-y: -55px;
  transform: rotateY(180deg);
}

.sec4 {
  padding: 40px 0;
  background: url(../images/index/bg4.jpg) no-repeat;
  background-size: cover;
}

.sec4 ul {
  width: 40%;
  margin: 0 auto 30px;
}

.sec4 ul li {
  float: left;
  width: 50%;
}

.sec4 ul li a {
  display: block;
  line-height: 60px;
  border: 2px solid #4d9be2;
  color: #4d9be2;
  font-size: 18px;
  text-align: center;
  position: relative;
}

.sec4 ul li a:after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 20%;
  top: 12px;
  background: url(../images/index/icon7.png) no-repeat top left;
  background-size: 35px;
}

.sec4 ul li:nth-child(2) a {
  border-left: none;
}

.sec4 ul li:nth-child(2) a:after {
  background: url(../images/index/icon8.png) no-repeat top left;
  background-size: 35px;
}

.sec4 ul li.on a {
  background: #4d9be2;
  color: #fff;
}

.sec4 ul li.on a:after {
  background-position: bottom center;
}

.sec4 .tbBox {
  padding: 0 40px;
  position: relative;
}

.sec4 .swiper-container {
  padding: 0 0px 40px;
}

.sec4 .swiper-pagination {
  bottom: 0px;
}

.sec4 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #dedede;
}

.sec4 .swiper-pagination-bullet-active {
  background: #f5710b;
}

.sec4 .swiper-button-prev {
  left: 0px;
  margin-top: -40px;
}

.sec4 .swiper-button-next {
  right: 0px;
  margin-top: -40px;
}

.sec4 .swiper-slide {
  position: relative;
}

.sec4 .swiper-slide p {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  background: rgb(17, 146, 188);
  color: #fff;
  line-height: 50px;
}

.sec4 .pho {
  display: table;
  background: #fff;
}

.sec4 .pho span {
  display: table-cell;
  vertical-align: middle;
  line-height: 100%;
}

.sec4 .swiper-button-prev {
  left: -15px;
  width: 30px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #4d9be2;
}

.sec4 .swiper-button-prev:after,
.sec4 .swiper-button-next:after {
  color: #4d9be2;
  font-size: 25px;
}

.sec4 .swiper-button-next {
  right: -15px;
  width: 30px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #4d9be2;
}

.sec5 {
  padding: 20px 0;
  background: #efefef url(../images/index/bg8.jpg) no-repeat center;
  background-size: cover;
}

.sec5 .slider {
  margin: 40px 0;
}

.sec5 .slider-for {
  width: 70%;
  margin: 0 auto;
}

.sec5 .slider-for > div {
  padding: 10px;
}

.sec5 .slider-for a {
  display: block;
  background: #fff;
  box-shadow: 0 0 8px rgba(1, 145, 58, 0.3);

}

.sec5 .slider-for a .pho {
  width: 50%;
  
}
.sec5 .slider-for a .text {
  width: 50%;
  padding: 40px 20px 0 30px;
  box-sizing: border-box;
  position: relative;
}

.sec5 .slider-for .slick-slide:after {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url(../images/index/earth.png) no-repeat center;
  background-size: 100%;
  opacity: 0.3;
}

.sec5 .slider-for a .text h3 {
  font-size: 22px;
  color: #4d9be2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec5 .slider-for a .text p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin: 15px 0 50px;
}

.sec5 .slider-for a .text span {
  display: block;
  width: 120px;
  line-height: 36px;
  background: #ff9b4e;
  color: #fff;
  text-align: center;
}

.sec5 .slider-nav {
  padding: 0 50px;
}

.sec5 .slider-nav .pic {
  padding: 13px;
  position: relative;
}

.sec5 .slider-nav .pic:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/index/icon12.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
}

.slick-current .pic img {
  border: 8px solid #4d9be2;
  box-sizing: border-box;
}
.pic img {
  height: 9vw;
}
.sec5 .slick-current .pic:after {
  opacity: 1;
}

.sec5 .slick-current .pic {
  padding: 0;
}

.sec5 .slick-dots {
  display: none !important;
}

.sec5 .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  border: none;
  color: rgba(0, 0, 0, 0);
}

.sec5 .slick-next {
  right: 0;
  background: url(../images/index/next.png) no-repeat center;
  background-size: cover;
}

.sec5 .slick-prev {
  left: 0;
  background: url(../images/index/prev.png) no-repeat center;
  background-size: cover;
}

.sec6 {
  padding-bottom: 20px;
  position: relative;
}

.sec6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  top: 0;
  background: url(../images/index/bg.png) no-repeat left center;
}

#certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
}

#certify .swiper-slide p {
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 10px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #1abd5a;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: 60px;
  width: 45px;
  height: 65px;
  background: url(../images/index/prev1.png) no-repeat center;
  background-size: 30px;
  border-radius: 5px;
  border: 2px solid #4d9be2;
}

#certify .swiper-button-prev:after,
#certify .swiper-button-next:after {
  display: none;
}

#certify .swiper-button-next {
  right: 60px;
  width: 45px;
  height: 65px;
  background: url(../images/index/next1.png) no-repeat center;
  background-size: 30px;
  border-radius: 5px;
  border: 2px solid #4d9be2;
}

#certify .swiper-slide a {
  display: block;
  position: relative;
}

#certify .swiper-slide span {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/index/open1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -30px;
}

.sec7 {
  background: url(../images/index/bg04.png) no-repeat #f2f2f2;
  padding-bottom: 30px;
}

.sec7 .box1 {
  width: 30%;
  background: #fff;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
}

.sec7 .box1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80%;
  background: #4d9be2;
  z-index: 10;
}

.sec7 h3.titl {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  line-height: 30px;
  z-index: 90;
}

.sec7 h3.titl a {
  display: block;
  color: #333;
  font-size: 22px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #333;
  font-weight: 500;
  border-radius: 2px;
}

.sec7 .box1 h3.titl {
  color: #fff;
}

.sec7 .box1 h3.titl a {
  color: #fff;
  border-color: #fff;
}

.sec7 .box1 h4 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  margin: 28px 0 18px;
}

.sec7 .box1 .flBox {
  position: relative;
  z-index: 90;
}

.sec7 .box1 p {
  line-height: 22px;
  font-size: 14px;
  height: 44px;
  overflow: hidden;
  color: rgb(102, 102, 102);
}

.sec7 .box1 span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: rgb(153, 153, 153);
  margin-top: 20px;
}

.sec7 .box2 {
  width: 68%;
}

.sec7 .box01 {
  background: #fff;
  border-radius: 12px;
  padding: 25px 32px;
  position: relative;
}
.sec7 .box01 .swiper-wrapper{
  display: block;
  }
  .sec7 .box01 .swiper-wrapper .swiper-slide{
    margin-bottom: 10px;
  }
.sec7 .box2 .swiper-button-prev:after,
.sec7 .box2 .swiper-button-next:after {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.sec7 .box2 .swiper-button-prev {
  left: inherit;
  right: 110px;
  top: 55px;
  height: 15px;
  width: 15px;
  z-index: 100;
}

.sec7 .box2 .swiper-button-next {
  right: 80px;
  top: 55px;
  height: 15px;
  width: 15px;
  z-index: 100;
}

.sec7 .box01 h4 {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec7 .box01 p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.sec7 .box01 span {
  display: block;
  text-align: right;
  color: rgb(153, 153, 153);
}

.sec7 .box02 {
  margin-top: 30px;
  background: #fff;
  padding: 25px 32px;
  border-radius: 12px;
  position: relative;
}

.sec7 .box02 a {
  display: block;
  overflow: hidden;
}

.sec7 .box02 .pho {
  width: 30%;
  float: left;
}

.sec7 .box02 .swiper {
  width: 68%;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
}

.sec7 .box02 h4 {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec7 .box02 p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0;
}

.sec7 .box02 .swiper-button-next,
.sec7 .box02 .swiper-button-prev {
  transform: rotate(90deg);
}

.sec7 .swiper-container-autoheight,
.sec7 .swiper-container-autoheight .swiper-slide {
  height: 260px;
}

.sec7 .swiper-container-autoheight {
  margin-top: 10px;
}

.sec7 .box02 .swiper-slide a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dedede;
}

.sec7 .swiper-slide:hover h4 {
  color: #4d9be2;
}

.sec8 {
  background: url(../images/index/bg5.jpg) no-repeat center;
  padding: 80px 0 40px;
}

.sec8 .container {
  width: 70%;
  position: relative;
}

.sec8 .container:after {
  content: "联系我们";
  font-size: 25px;
  color: #fff;
  position: absolute;
  left: 5%;
  top: -80px;
  bottom: 20%;
  width: 450px;
  background: url(../images/index/pho8.jpg) no-repeat top left;
  z-index: 1;
  padding: 30px 0 0 60px;
  box-sizing: border-box;
}

.sec8 .container .box {
  background: #fff;
  margin-left: 10%;
  position: relative;
  z-index: 90;
  margin-top: 50px;
}

.sec8 .fl {
  width: 50%;
  padding: 50px 0% 0 10%;
  box-sizing: border-box;
  position: relative;
}

.sec8 .fl h3 {
  font-weight: 500;
  color: #4d9be2;
  font-size: 22px;
  margin-bottom: 15px;
}

.sec8 .fl p {
  line-height: 50px;
  margin-top: 5px;
  color: #555;
  font-size: 18px;
}

.sec8 .fl p img {
  width: 40px;
  margin-right: 10px;
}

.sec8 .fr {
  width: 48%;
}

#gFooter .fLink {
  display: block;
  margin-top: 20px;
}

/* 瀹為獙瀹� */

.sec9 {
  background: url(../images/index/bg7.png) no-repeat;
  background-size: cover;
  position: relative;
}

.tc-btn-container {
  height: 35px;
  position: absolute;
  top: 55%;
  left: 10%;
  right: 10%;
}

.tc-next {
  background: #333 url(../images/common/jt1.png) no-repeat center;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
}

.tc-prev {
  background: #333 url(../images/common/jt2.png) no-repeat center;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
}

.sec9 .container {
  width: 500px;
  position: relative;
  height: 300px;
  margin: 0px auto;
  -webkit-perspective: 1100px;
  -moz-perspective: 1100px;
  -o-perspective: 1100px;
  perspective: 1100px;
}

#carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ready #carousel {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}

#carousel.panels-backface-invisible .img0 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

#carousel .img0 {
  display: block;
  position: absolute;
  width: 460px;
  left: 10px;
  top: 10px;
  opacity: 1;
  background-color: none !important;
}

#carousel .img1 {
  -webkit-transform: rotateY(0deg) translateZ(286px);
  -moz-transform: rotateY(0deg) translateZ(286px);
  -o-transform: rotateY(0deg) translateZ(286px);
  transform: rotateY(0deg) translateZ(286px);
}

#carousel .img2 {
  -webkit-transform: rotateY(30deg) translateZ(286px);
  -moz-transform: rotateY(30deg) translateZ(286px);
  -o-transform: rotateY(30deg) translateZ(286px);
  transform: rotateY(30deg) translateZ(286px);
}

#carousel .img3 {
  -webkit-transform: rotateY(60deg) translateZ(286px);
  -moz-transform: rotateY(60deg) translateZ(286px);
  -o-transform: rotateY(60deg) translateZ(286px);
  transform: rotateY(60deg) translateZ(286px);
}

#carousel .img4 {
  -webkit-transform: rotateY(90deg) translateZ(286px);
  -moz-transform: rotateY(90deg) translateZ(286px);
  -o-transform: rotateY(90deg) translateZ(286px);
  transform: rotateY(90deg) translateZ(286px);
}

#carousel .img5 {
  -webkit-transform: rotateY(120deg) translateZ(286px);
  -moz-transform: rotateY(120deg) translateZ(286px);
  -o-transform: rotateY(120deg) translateZ(286px);
  transform: rotateY(120deg) translateZ(286px);
}

#carousel .img6 {
  -webkit-transform: rotateY(150deg) translateZ(286px);
  -moz-transform: rotateY(150deg) translateZ(286px);
  -o-transform: rotateY(150deg) translateZ(286px);
  transform: rotateY(150deg) translateZ(286px);
}

#carousel .img7 {
  -webkit-transform: rotateY(180deg) translateZ(286px);
  -moz-transform: rotateY(180deg) translateZ(286px);
  -o-transform: rotateY(180deg) translateZ(286px);
  transform: rotateY(180deg) translateZ(286px);
}

#carousel .img8 {
  -webkit-transform: rotateY(210deg) translateZ(286px);
  -moz-transform: rotateY(210deg) translateZ(286px);
  -o-transform: rotateY(210deg) translateZ(286px);
  transform: rotateY(210deg) translateZ(286px);
}

#carousel .img9 {
  -webkit-transform: rotateY(240deg) translateZ(286px);
  -moz-transform: rotateY(240deg) translateZ(286px);
  -o-transform: rotateY(240deg) translateZ(286px);
  transform: rotateY(240deg) translateZ(286px);
}

#carousel .img10 {
  -webkit-transform: rotateY(270deg) translateZ(286px);
  -moz-transform: rotateY(270deg) translateZ(286px);
  -o-transform: rotateY(270deg) translateZ(286px);
  transform: rotateY(270deg) translateZ(286px);
}

#carousel .img11 {
  -webkit-transform: rotateY(300deg) translateZ(286px);
  -moz-transform: rotateY(300deg) translateZ(286px);
  -o-transform: rotateY(300deg) translateZ(286px);
  transform: rotateY(300deg) translateZ(286px);
}

#carousel .img12 {
  -webkit-transform: rotateY(330deg) translateZ(286px);
  -moz-transform: rotateY(330deg) translateZ(286px);
  -o-transform: rotateY(330deg) translateZ(286px);
  transform: rotateY(330deg) translateZ(286px);
}

#options {
  width: 100%;
  text-align: center;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
  .sec1 .fr .comBox .text p {
    font-size: 15px;
    line-height: 25px;
  }
  .sec7 .swiper-container-autoheight,
  .sec7 .swiper-container-autoheight .swiper-slide {
    height: 230px;
  }
  .sec8 .fl {
    padding: 35px 0 0 5%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
  .sec1 .fr .comBox .text h3 {
    font-size: 25px;
  }
  .sec2 .list li a {
    line-height: 105px;
    padding-left: 55px;
  }
  .sec2 .list li a:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .sec3 .text a {
    line-height: 44px;
    height: 44px;
  }
  .sec3 .text a i {
    height: 44px;
  }
  .sec .more a {
    width: 120px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 14px;
  }
  .sec9 .container {
    width: 460px;
    margin: 0 auto;
  }
  #carousel .img0 {
    width: 400px;
    left: 30px;
  }
  .tc-btn-container {
    left: 7%;
    right: 7%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .sec1 .flBox .titl strong {
    font-size: 35px;
  }
  .sec1 .fr .comBox .text h3 {
    font-size: 22px;
  }
  .sec1 .fr .comBox .text {
    padding-top: 25px;
  }
  .sec1 .fr .comBox .text .link a {
    line-height: 36px;
  }
  .sec1 .fr .comBox .text .link a.qq {
    line-height: 32px;
  }
  .sec2 {
    padding: 10px 0 30px;
  }
  .sec2 .list {
    width: 22%;
  }
  .sec2 .list li a:before {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-width: 4px;
    left: 15px;
    font-size: 28px;
  }
  .sec2 .list li a {
    font-size: 16px;
    padding-left: 60px;
  }
  .sec2 .fr {
    top: 15px;
  }
  .sec5 .slider-for a .text {
    padding-top: 32px;
  }
  .sec7 .swiper-container-autoheight,
  .sec7 .swiper-container-autoheight .swiper-slide {
    height: 220px;
    margin-top: 0;
  }
  .sec7 .box02 h3.titl {
    margin-bottom: 10px;
  }
  .sec7 .box02 {
    padding: 21px 32px;
  }
  .sec8 .container {
    width: 80%;
  }
  #certify .swiper-button-prev {
    left: 0;
  }
  #certify .swiper-button-next {
    right: 0;
  }
  #certify .swiper-slide p {
    line-height: 60px;
    font-size: 18px;
  }
  .sec4 .swiper-slide p {
    line-height: 40px;
    font-size: 15px;
  }
  .sec4 ul li a:after {
    left: 17%;
    top: 8px;
  }
  .sec4 ul li a {
    line-height: 50px;
  }
  .sec3 .ul a:after {
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .sec3 .ul li strong {
    margin-top: 28px;
    font-size: 25px;
  }
  .sec3 .ul li:hover a:after {
    background-position-y: -45px;
  }
  .sec3 .ul {
    width: 52%;
  }
  .sec3 .ul li:hover {
    background-size: cover;
  }
  .sec3 .text {
    width: 40%;
  }
  .sec3 .text h3 {
    font-size: 36px;
  }
  .sec5 .slider-for a .text p {
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .sec5 .slider-for .slick-slide:after {
    width: 200px;
    height: 200px;
    bottom: -23px;
  }
  .sec9 .container {
    width: 420px;
    height: 250px;
  }
  #carousel .img0 {
    width: 380px;
    left: 15px;
  }
  .tc-btn-container {
    left: 5%;
    right: 5%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
  #certify .swiper-button-prev {
    left: -20px;
    width: 35px;
    height: 50px;
    background-size: 25px;
  }
  #certify .swiper-button-next {
    right: -20px;
    width: 35px;
    height: 50px;
    background-size: 25px;
  }
  .sec8 .fl p {
    font-size: 16px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
  .sec8 .container {
    width: 90%;
  }
  .sec5 .slider-for {
    width: 80%;
  }
  .sec1 .flBox .titl strong {
    font-size: 32px;
  }
  .sec5 .slider-for a .text p {
    margin-bottom: 50px;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  .sec1 .flBox .titl {
    display: none;
  }
  .sec1 .flBox ul.ul {
    background: #fff;
    overflow: hidden;
  }
  .sec1 .flBox ul.ul li {
    line-height: 40px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 6px 10px;
    border-bottom: none;
  }
  .sec1 .flBox ul.ul li a {
    font-size: 15px;
    padding-left: 0px;
    background: #4d9be2;
    color: #fff;
    text-align: center;
    border-radius: 3px;
  }
  .sec1 .flBox ul.ul li:hover a {
    background: #4d9be2;
    color: #fff;
  }
  .sec1 .fr .comBox {
    margin: 20px 10px 0px;
  }
  .sec1 .fr .comBox .pho {
    width: 100%;
    float: inherit;
  }
  .sec1 .fr .comBox .icon {
    width: 60px;
    height: 60px;
  }
  .sec1 .fr .comBox .text {
    width: 100%;
    float: inherit;
    padding: 15px 15px 20px;
  }
  .sec1 .fr .comBox .text h3 {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sec1 .fr .comBox .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 12px;
  }
  .sec1 .fr .comBox .text .link a {
    width: 90px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 25px;
    margin-right: 20px;
  }
  .sec1 .fr .comBox .text .link a.qq {
    border: 1px solid #f5710b;
    line-height: 26px;
  }
  .sec1 .fr li {
    width: 50%;
    margin: 25px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sec1 .fr li p {
    line-height: 40px;
    font-size: 15px;
  }
  .sec2 {
    position: relative;
    padding: 0px 10px;
  }
  .sec2:after {
    width: 270px;
    height: 420px;
    z-index: -1;
  }
  .sec2 .list {
    display: none;
  }
  .sec2 .fr {
    width: 100%;
  }
  .sec2 .fr .pho {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
  .sec2 .fr .pho .text {
    padding: 12px 8px;
  }
  .sec2 .fr .pho .text h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sec2 .fr ul {
    width: 100%;
    float: inherit;
  }
  .sec .more a {
    width: 100px;
    line-height: 32px;
    border-radius: 16px;
  }
  .sec3 {
    padding: 30px 10px;
  }
  .sec3 .text {
    width: 100%;
    padding-top: 0px;
  }
  .sec3 .text h3 {
    font-size: 26px;
    text-align: center;
  }
  .sec3 .text strong.en {
    font-size: 40px;
    top: -10px;
  }
  .sec3 .text p {
    font-size: 15px;
  }
  .sec3 .text a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(113deg, #e34b09, #fca258);
    -webkit-box-shadow: 0px 0.1em 0.23em 0px rgba(249, 149, 76, 0.33);
    box-shadow: 0px 0.1em 0.23em 0px rgba(249, 149, 76, 0.33);
    color: #ffffff;
    background-color: #e34b09;
    text-align: center;
    margin: 20px auto 0;
  }
  .sec3 .text a span {
    display: block;
    opacity: 1;
    font-size: 14px;
    width: auto;
    height: auto;
  }
  .sec3 .text a i {
    display: none;
  }
  .sec3 .text a i:after {
    display: none;
  }
  .sec3 .text a i:before {
    display: none;
  }
  .sec3 .ul {
    display: none;
  }
  .sec4 {
    padding: 20px 0;
  }
  .sec4 ul {
    width: auto;
    margin: 0 10px 20px;
  }
  .sec4 ul li {
    float: left;
    width: 50%;
  }
  .sec4 ul li a {
    line-height: 40px;
    border: 1px solid #4d9be2;
    font-size: 16px;
  }
  .sec4 ul li a:after {
    width: 24px;
    height: 24px;
    left: 15%;
    top: 8px;
    background-size: 24px;
  }
  .sec4 ul li:nth-child(2) a:after {
    background-size: 24px;
  }
  .sec4 .tbBox {
    padding: 0px;
    width: 70%;
    margin: 0 auto;
  }
  .sec4 .swiper-container {
    padding: 0 0px 20px;
  }
  .sec4 .swiper-slide p {
    font-size: 15px;
    line-height: 40px;
  }
  .sec4 .swiper-button-prev {
    left: -40px;
  }
  .sec4 .swiper-button-next {
    right: -40px;
  }
  .sec5 {
    padding: 0px 0 20px;
  }
  .sec5 .slider {
    margin: 0px auto;
  }
  .sec5 .slider-for {
    width: 95%;
  }
  .sec5 .slider-for a .pho {
    width: 100%;
  }
  .sec5 .slider-for a .text {
    width: 100%;
    padding: 20px 15px 30px;
  }
  .sec5 .slider-for a .text h3 {
    font-size: 18px;
  }
  .sec5 .slider-for a .text p {
    font-size: 15px;
  }
  .sec5 .slider-for a .text span {
    border-radius: 3px;
    width: 100px;
    line-height: 32px;
  }
  .sec5 .slider-nav .slick-track {
    display: none;
  }
  .sec5 .slider-nav {
    padding: 0;
  }
  .sec5 .slick-dots {
    display: block !important;
    text-align: center;
    margin-top: 20px;
  }
  .sec5 .slick-dots li {
    display: inline-block;
    background: #4d9be2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 8px;
    color: #fff;
    border-radius: 4px;
  }
  .sec5 .slick-dots li button {
    border: none;
    background: none;
    color: #fff;
  }
  .sec5 .slick-dots li.slick-active {
    background: #f5710b;
  }
  .sec5 .slick-arrow {
    display: none !important;
  }
  .sec6 {
    padding-bottom: 20px;
    position: relative;
  }
  .sec6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    top: 0;
    background: url(../images/index/bg.png) no-repeat left center;
    background-size: 50%;
    z-index: -1;
  }
  #certify {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #certify .swiper-container {
    padding-bottom: 60px;
  }
  #certify .swiper-slide {
    width: 80%;
    box-shadow: 0 8px 30px #ddd;
  }
  #certify .swiper-slide img {
    display: block;
  }
  #certify .swiper-slide p {
    line-height: 60px;
    font-size: 16px;
  }
  #certify .swiper-pagination {
    width: 100%;
    bottom: 10px;
  }
  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #1abd5a;
    background-color: #fff;
  }
  #certify .swiper-button-prev {
    display: none;
  }
  #certify .swiper-button-prev:after,
  #certify .swiper-button-next:after {
    display: none;
  }
  #certify .swiper-button-next {
    display: none;
  }
  .sec7 {
    padding: 30px 10px;
  }
  .sec7 .box1 {
    width: 100%;
    padding: 18px;
    margin-bottom: 20px;
  }
  .sec7 h3.titl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sec7 h3.titl a {
    font-size: 20px;
    width: 22px;
    line-height: 22px;
    top: 2px;
  }
  .sec7 .box1 h4 {
    font-size: 15px;
    margin: 18px 0 10px;
  }
  .sec7 .box1 span {
    margin-top: 14px;
  }
  .sec7 .box2 {
    width: 100%;
  }
  .sec7 .box01 {
    padding: 18px 15px;
  }
  .sec7 .box01 h4 {
    font-size: 15px;
  }
  .sec7 .box2 .swiper-button-next,
  .sec7 .box2 .swiper-button-prev {
    top: 48px;
    z-index: 100;
  }
  .sec7 .box02 {
    padding: 18px 15px;
    margin-top: 20px;
  }
  .sec7 .box02 .pho {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
  .sec7 .box02 .swiper {
    width: 100%;
    float: inherit;
    padding-left: 0px;
  }
  .sec7 .box02 h4 {
    font-size: 15px;
  }
  .sec8 {
    background: url(../images/index/bg5.jpg) no-repeat center;
    padding: 30px 0 40px;
    background-size: cover;
  }
  .sec8 .container {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }
  .sec8 .container:after {
    left: 0%;
    top: 10px;
    width: inherit;
  }
  .sec8 .container .box {
    margin-left: 0%;
    margin-top: 80px;
  }
  .sec8 .fl {
    width: 100%;
    padding: 30px 10px;
  }
  .sec8 .fl h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sec8 .fl p {
    line-height: 40px;
    font-size: 15px;
    text-indent: -45px;
    margin-left: 40px;
  }
  .sec8 .fl p img {
    width: 40px;
    margin-right: 5px;
  }
  .sec8 .fr {
    display: none;
  }
}