@font-face {
    font-family: "OPPOSans-Regular";
    src: url("/static/main/fonts/OPPO/OPPOSans-Regular.ttf");
}
@font-face {
    font-family: "MiSans-Regular";
    src: url("/static/main/fonts/MiSans/MiSans-Regular.ttf");
}
@font-face {
    font-family: "Alibaba-Regular";
    src: url("/static/main/fonts/Alibaba/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf");
}
@font-face {
    font-family: "AlimamaDongFangDaKai-Regular";
    src: url("/static/main/fonts/Alimama/AlimamaDongFangDaKai-Regular.ttf");
}


body{
	background: #fff;
	/* font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; */
    font-family: 'OPPOSans-Regular','Alibaba-Regular','AlimamaDongFangDaKai-Regular','MiSans-Regular',sans-serif;
    color: red;
}

a{
	outline: none !important;
}
.pc-mode .header-logo{
  top:30%;
}
.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
  position: relative;
  overflow: hidden;
}
.swiper-slide img{
  width: 100%;
  margin:auto;
}
.banner{
	width:100%;
	height:635px;
	background:url("../../img/banner.jpg") no-repeat center center;
	background-size:auto 100%;
	min-width:1200px;
}
.banner2{
	background:url("../../img/banner_2.jpg") no-repeat center center;
	background-size:auto 100%;
}
.banner3{
	background:url("../../img/banner3.png") no-repeat center center;
	background-size:auto 100%;
}
.swiper-slide,.swiper-container-about{
  height: 100%;
}
.aboutza{
  width: 100%;
  min-width: 1100px;
  height: 640px;
  background: #FFF;
  text-align: center;
  overflow: hidden;
}
.about-box{
  display: block;
  margin:auto;
  width: 1100px;
  height: 100%;
  text-align: left;
  position: relative;
}
.about-box-text{
  display: inline-block;
  width: 520px;
  height: 100%;
  color: #545454;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #fff;
}
.about-box-text p{
  margin-bottom: 250px;
  text-indent: 2em;
  letter-spacing:2px;
	color: #7f7f7f;
}
.banner{
  width: 100%;
  min-width: 1100px;
}
.about-box-text h2{
  font-size: 32px;
  color: #454444;
  height:64px;
  line-height: 100px;
  background: url('../../img/aboutza.png') no-repeat left center;
  background-size: 260px;
  margin-top: 130px;
  margin-bottom: 40px;
}
.partner-box h2{
	font-size: 32px;
	color: #454444;
	width:350px;
	height: 65px;
	line-height: 100px;
	background: url('../../img/partner.png') no-repeat bottom center;
	background-size: 100% 100%;
	margin:0 auto 40px;
}
.partner{
  width: 100%;
  min-width: 1100px;
  height: 350px;
  text-align: center;
  background: #f7f7f7;
}
.partner-box{
  width: 1100px;
  margin:auto;
  display: block;
  position: relative;
  padding-top: 50px;
}
.about-slide{
  /*width: 1046px;*/
  width: 1545px;  /*309*5*/
  margin-left: 30px;
  height: 90%;
  overflow: hidden;
  position: absolute;
  left: 540px;
  top: 0;
}
.advantage{
  position: relative;
  width: 100%;
  background: #f7f7f7;
  min-width: 1100px;
  padding-bottom: 30px;
  overflow: hidden;
}
.advantage-item{
  width: 990px;
  margin:auto;
  margin-top: -260px;
}
.advantage,.advantage img,.advantage-item img{
  width: 100%;
}
.advantage img.center_gif{
	width:840px;
	height:580px;
	position: absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
}

.advantage-box{
  width: 1100px;
  height: 1120px;
  margin:auto;
  position: relative;
  overflow: hidden;
}
.cir1{
	width:9px;
	height:9px;
	background:url("../../img/cir1.png") no-repeat;
	background-size:100% 100%;
	position: absolute;
	top: 480px;
	left:0;
}
.cir2{
	width:18px;
	height:18px;
	background:url("../../img/cir2.png") no-repeat;
	background-size:100% 100%;
	position: absolute;
	bottom: 212px;
	left: 20px;
}
.cir3{
	width:9px;
	height:9px;
	background:url("../../img/cir2.png") no-repeat;
	background-size:100% 100%;
	position: absolute;
	bottom: 360px;
	right: 50px;
}
@keyframes rotating{
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.about-slide .swiper-slide>img:last-child{
  display: block;
}
.about-slide .swiper-slide>img:first-child{
  display: none;
}
.about-slide .swiper-slide.swiper-slide-active>img:last-child{
  display: none !important;
}
.about-slide .swiper-slide.slide.active>img:first-child {
  display:block!important;
}
.about-slide .swiper-slide.slide.active>img:last-child {
  display:none ;
}

.about-slide .swiper-slide.swiper-slide-active>img:first-child{
  display: block !important;
}
.about-slide .swiper-slide.swiper-slide-active.cancel>img:first-child{
    display: none !important;
}
.pc-mode .header-nav-item a:hover,.pc-mode .header-nav-item:hover>a{
  opacity: 1;
  -webkit-opacity:1;
  color: #00d6d8;
}
.header-nav-item a:hover:after{
    content: '';
    display: block;
    width: 153px;
    height: 18px;
    background: url(../../img/bottom-line.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -45px;
    top: 96%;
}
 .header-nav-item.item2 a:hover:after{
     left: -45px;
     top:45%;
 }
.header-nav-item.item2.active>a:after{
    content: '';
    display: block;
    width: 153px;
    height: 18px;
    background: url(../../img/bottom-line.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -45px;
    top:45%;
}
.subnav-list li:hover{

}
.header-nav-item:first-child a:hover:after{
    left: -63px;
}
.pdt72{
  padding-top: 72px;
}
.subnav-list{
  padding-left: 0;
  width: 200px;
  text-align:  left;
  position: absolute;
  left: 0;
  margin-top: 20px;
  overflow: hidden;
  display: none;
  animation:htos 1s infinite;
  -webkit-animation:htos 1s; /* Safari 和 Chrome */
}
.item2{
    height:156px;
}
.pc-mode .header-nav-item:hover .subnav-list{
  display: block;
}
.pc-mode .header-nav-item .subnav-list a:hover:after{
  width: 0;
  height: 0;
}
.pc-mode .header-nav-item .subnav-list a:hover{
  background:url("../../img/right_arr.png") no-repeat 47% center;
  background-size:6px 9px;
}
.pc-mode .header-nav-item a{
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.pc-mode .header-nav-item .subnav-list a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size:14px;
	/*padding-right:10px;*/
	color: #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.pc-mode .header-nav-item .subnav-list a:hover{
	color: #00ffff;
	opacity:1;
	filter:alpha(opacity=100);
}
.banner .swiper-pagination-bullet{
  width: 19px;
  height: 4px;
  background: url('../../img/bullet.png') no-repeat center;
  background-size: 100%;
  opacity: 1;
  border-radius: 0;
  position: relative;
}
@-webkit-keyframes stol {
  from{
    width: 0;
  }
  to{
    width: 100%
  }
}

@keyframes stol {
  from{
    width: 0;
  }
  to{
    width: 100%
  }
}

@-webkit-keyframes htos {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes htos {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.banner .swiper-pagination-bullet:after{
  content: '';
  display: none;
  width: 0;
  height: 100%;
  background: url('../../img/bullet-process.png') no-repeat left;
  background-size: 43px 4px;
  animation:stol 4s;
  -webkit-animation:stol 4s; /* Safari 和 Chrome */
  animation-iteration-count:1;
  -webkit-animation-iteration-count:1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  display: block;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 43px;
  height: 4px;
  background: url('../../img/bullet-active.png') no-repeat center;
  background-size: 100%;
}
a:hover{
  text-decoration: none;
}
.viewmore{
  display: block;
  position: absolute;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #FFF;
  border:1px solid #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.viewmore:hover{
  color: #FFF;
}
.viewmore>span{
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url('../../img/arrow.png') no-repeat center;
    background-size: 100%;
    position: relative;
    left: 5px;
    top: -2px;
}
.swiper-slide>i{
  display: block;
  position: absolute;
}

@-webkit-keyframes iconani_1 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	99%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		left: 0;
		top:-10%;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes iconani_1 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	99%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		left: 0;
		top:-10%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@-webkit-keyframes iconani_2 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	99%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		left: 25%;
		top:-20%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes iconani_2 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	99%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		left: 25%;
		top:-20%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes iconani_3 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right: -10%;
		top: 50%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes iconani_3 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right: -10%;
		top: 50%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes iconani_4 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right:20%;
		top:-10%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes iconani_4 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right:20%;
		top:-10%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes iconani_5 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right:-10%;
		top:20%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes iconani_5 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right:-10%;
		top:20%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes iconani_6 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right:10%;
		top:-20%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes iconani_6 {
	0%{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	50%{
		opacity:1;
		-webkit-opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100%{
		right:10%;
		top:-20%;
		opacity:0;
		-webkit-opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes iconani1 {
  from{
  left: 8%;
  top: 21%;
    opacity: 1;
    -webkit-opacity:1;
  }
  to{
      left: 50%;
      top: 100%;
      opacity: 0.4;
      -webkit-opacity:0.4;
  }
}

@keyframes iconani1 {
  from{
  left: 8%;
  top: 21%;
    opacity: 1;
    -webkit-opacity:1;
  }
  to{
      left: 50%;
      top: 100%;
      opacity: 1;
      -webkit-opacity:1;
  }
}

@-webkit-keyframes iconani2 {
  from{
  left: 30%;
  top: 60%;
    opacity: 1;
    -webkit-opacity:1;
  }
  to{
      left: 50%;
      top: 100%;
      opacity: 0.4;
      -webkit-opacity:0.4;
  }
}

@keyframes iconani2 {
  from{
  left: 30%;
  top: 60%;
    opacity: 1;
    -webkit-opacity:1;
  }
  to{
      left: 50%;
      top: 100%;
      opacity: 1;
      -webkit-opacity:1;
  }
}
.banner-icon-item1{
  width: 32px;
  height: 16px;
  background: url('../../img/icon-item1.png') no-repeat center;
  background-size: 100%;
  left: 36%;
  top: 85%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.swiper-slide-active .banner-icon-item1{
  animation:iconani_1 6s infinite;
  -webkit-animation:iconani_1 6s infinite;
}
.swiper-slide-active .banner-icon-item1_1{
	animation:iconani_1 6s infinite;
	animation-delay:2s;
	-webkit-animation:iconani_1 6s infinite;
	-webkit-animation-delay:2s;
}
.swiper-slide-active .banner-icon-item1_2{
	animation:iconani_1 6s infinite;
	animation-delay:4s;
	-webkit-animation:iconani_1 6s infinite;
	-webkit-animation-delay:4s;
}
.banner-icon-item2{
  width: 54px;
  height: 54px;
  background: url('../../img/icon-item2.png') no-repeat center;
  background-size: 100%;
  left: 38%;
  top: 63%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);

}
.swiper-slide-active .banner-icon-item2{
  animation:iconani_2 8s infinite;
  -webkit-animation:iconani_2 8s infinite;
}
.swiper-slide-active .banner-icon-item2_2{
	animation:iconani_2 8s infinite;
	animation-delay:2.5s;
	-webkit-animation:iconani_2 8s infinite;
	-webkit-animation-delay:2.5s;
}
.swiper-slide-active .banner-icon-item2_3{
	animation:iconani_2 8s infinite;
	animation-delay:5s;
	-webkit-animation:iconani_2 8s infinite;
	-webkit-animation-delay:5s;
}
.banner-icon-item3{
  width: 29px;
  height: 39px;
  background: url('../../img/icon-item3.png') no-repeat center;
  background-size: 100%;
  right: 35%;
  top: 84%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.swiper-slide-active .banner-icon-item3{
  animation:iconani_3 8s infinite;
  -webkit-animation:iconani_3 8s infinite;
}
.swiper-slide-active .banner-icon-item3_3{
	animation:iconani_3 8s infinite;
	animation-delay:3s;
	-webkit-animation:iconani_3 8s infinite;
	-webkit-animation-delay:3s;
}
.swiper-slide-active .banner-icon-item3_4{
	animation:iconani_3 8s infinite;
	animation-delay:6s;
	-webkit-animation:iconani_3 8s infinite;
	-webkit-animation-delay:6s;
}
.banner-icon-item4{
    width: 20px;
    height: 20px;
    background: url(../../img/icon-item4.png) no-repeat center;
    background-size: 100%;
    right: 41%;
    top: 66%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.swiper-slide-active .banner-icon-item4{
  animation:iconani_4 9s infinite;
  -webkit-animation:iconani_4 9s infinite;
}
.swiper-slide-active .banner-icon-item4_4{
	animation:iconani_4 9s infinite;
	animation-delay:3s;
	-webkit-animation:iconani_4 9s infinite;
	-webkit-animation-delay:3s;
}
.swiper-slide-active .banner-icon-item4_5{
	animation:iconani_4 9s infinite;
	animation-delay:6s;
	-webkit-animation:iconani_4 9s infinite;
	-webkit-animation-delay:6s;
}
.banner-icon-item5{
    width: 32px;
    height: 32px;
    background: url(../../img/icon-item5.png) no-repeat center;
    background-size: 100%;
    right: 33%;
    top: 70%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.swiper-slide-active .banner-icon-item5{
  animation:iconani_5 9s infinite;
  -webkit-animation:iconani_5 9s infinite;
}
.swiper-slide-active .banner-icon-item5_5{
	animation:iconani_5 9s infinite;
	animation-delay:3s;
	-webkit-animation:iconani_5 9s infinite;
	-webkit-animation-delay:3s;
}
.swiper-slide-active .banner-icon-item5_6{
	animation:iconani_5 9s infinite;
	animation-delay:6s;
	-webkit-animation:iconani_5 9s infinite;
	-webkit-animation-delay:6s;
}
.banner-icon-item6{
    width: 67px;
    height: 47px;
    background: url(../../img/icon-item6.png) no-repeat center;
    background-size: 100%;
    right: 26%;
    top: 46%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);

}
.swiper-slide-active .banner-icon-item6{
  animation:iconani_6 6s infinite;
  -webkit-animation:iconani_6 6s infinite;
}
.swiper-slide-active .banner-icon-item6_6{
	animation:iconani_6 6s infinite;
	animation-delay:2s;
	-webkit-animation:iconani_6 6s infinite;
	-webkit-animation-delay:2s;
}
.swiper-slide-active .banner-icon-item6_7{
	animation:iconani_6 6s infinite;
	animation-delay:4s;
	-webkit-animation:iconani_6 6s infinite;
	-webkit-animation-delay:4s;
}
.slidetitle{
  display: block;
  width: 530px;
  height: 93px;
  position: absolute;
  left: 35%;
  top: 25%;
  background: url('../../img/slidetitle.png') no-repeat center;
  background-size: 100%;
}

.advantage-title{
  width: 305px;
  height: 74px;
  position: absolute;
  left: 390px;
  top: 75px;
  background: url('../../img/advantage-title.png') no-repeat center;
  background-size: 100%;
}
.about-btn{
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 64%;
}
.cli-left{
  display: block;
  width: 56px;
  height: 39px;
  background: url('../../img/btn-left.png') no-repeat center;
  background-size: 68px;
  background-position: 0 50%;
  transition:all .2s ease;
  position:absolute;
  right: 454px;
  top: 0;
}
.cli-right{
  display: block;
  width: 56px;
  height: 39px;
  background: url('../../img/btn-right-hover.png') no-repeat;
  background-size: 68px;
  background-position: -15px 50%;
  transition:all .2s ease;
  position:absolute;
  left:90px;
  top: 0;
}
.cli-right:hover{
  display: inline-block;
  width: 68px;
  height: 39px;
  background: url('../../img/btn-right-hover.png') no-repeat;
  background-size: 100%;
  background-position: 0px 50%;
}
.cli-left:hover{
  display: inline-block;
  width: 68px;
  height: 39px;
  background: url('../../img/btn-left-hover.png') no-repeat;
  background-size: 100%;
  background-position: 0 50%;
}
.advantagebg{
  animation:rotating 60s linear infinite;
  margin-top: 6px;
  z-index: 0;
}
.advantage-center{
	width: 225px;
    height: 225px;
    position: absolute;
    left: 437px;
    top: 445px;
    text-align: center;
    /*display: flex;*/
    overflow: hidden;
    border-radius: 100%;
	display: none;
	opacity:0;
	filter:alpha(opacity=0);
}
.advantage-center.active{
	display: flex;
	opacity:1;
	filter:alpha(opacity=100);
}
.advantage-center:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../../img/centerbw.png) no-repeat center;
    background-size: 225px;
    -webkit-animation:opac2 2s infinite;  
    animation-delay:0s;
    z-index: 2;
}
.advantage-center i{
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../../img/logo1.png) no-repeat center;
    background-size: 169px;
    -webkit-animation:opac1 1s;
    animation:opac1 1s;
	-webkit-animation-delay:0s;
	animation-delay:0s;
    z-index: 2;
}
.advlist{
	display: block;
	width: 940px;
	height: 160px;
	background:url("../../img/advlist.png") no-repeat;
	background-size:100% 100%;
	position: absolute;
	left: 80px;
	bottom: 50px;
	border-radius: 6px;
	background-color: rgba(54, 160, 142);
	box-shadow: 0 11px 30px 0 rgba(132, 132, 132, 0.18);
}

.advlist>li{
  float: left;
  display: block;
  width: 20%;
  height: 100%;
  border-right: 1px solid #f2f2f2;
  text-align: center;
  padding-top: 110px;
  color: #545454;
  font-size: 16px;
}
.adv1{
    background: url(../../img/advan1.png) no-repeat center 30%;
    background-size: 60px;
}
.adv2{
    background: url(../../img/advan2.png) no-repeat center 30%;
    background-size: 59px;
}
.adv3{
    background: url(../../img/advan3.png) no-repeat center 30%;
    background-size: 51px;
}
.adv4{
    background: url(../../img/advan4.png) no-repeat center 30%;
    background-size: 46px;
}
.adv5{
    background: url(../../img/advan5.png) no-repeat center 30%;
    background-size: 42px;
}
.kjsl{
	position: absolute;
  	width: 168px;
 	height: 119px;
  	left: 800px;
  	top:360px;
  	display: inline-block;
/*  	background: url(../../img/adv-kjsl.png) no-repeat center;
  	background-size: 100%;*/
}
@-webkit-keyframes opac{  
    0% {  
        background-size: 42px;
    }
    50%{
    	background-size: 77px;
    }  
    100% {  
        background-size: 67px;
    }  
}
@-webkit-keyframes opac1{
	33% {
		background-size: 139px;
	}
	66%{
		background-size: 190px;
	}
	100% {
		background-size: 169px;
	}
}
@-webkit-keyframes opac2{  
    0% {
    	background-size: 169px;
        filter: alpha(opacity=80);
		opacity: .8;
    } 
    100% {  
    	background-size: 225px;
        filter: alpha(opacity=10);
		opacity: .1;
    } 
}
@-webkit-keyframes opac22{  
    0% {
    	background-size: 53px;
        filter: alpha(opacity=80);
		opacity: .8;
    }
    100% {  
    	background-size: 100px;
        filter: alpha(opacity=10);
		opacity: .1;
    } 
}
@-webkit-keyframes showtext{  
    0% {
        filter: alpha(opacity=0);
		opacity: 0;
    }
    100% {  
        filter: alpha(opacity=100);
		opacity: 1;
    } 
}
@keyframes showtext{  
    0% {
        filter: alpha(opacity=0);
		opacity: 0;
    }
    100% {  
        filter: alpha(opacity=100);
		opacity: 1;
    } 
}
.itme-title{
	display: block;
	width: 67px;
	height: 67px;
  	margin:auto;
  	border-radius:100%;  
    position: relative;
}
.itme-title.anim{
	-webkit-animation:opac 1s; 
	animation: opac 1s; 
	animation-delay: 0s;
}
.it1{
	background: url(../../img/icon11.png) no-repeat center;
  	background-size: 53px; 

}
.it1:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url('../../img/iconbg02.png') no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    -webkit-animation:opac22 2s infinite;  
    animation-delay:1s;
    z-index: 2;
}
.it2{
	background: url(../../img/icon12.png) no-repeat center;
  	background-size: 53px;

}
.it2:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url('../../img/iconbg01.png') no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    -webkit-animation:opac22 2s infinite;  
    animation-delay:2s;
    z-index: 2;
}
.it3{
	background: url(../../img/icon13.png) no-repeat center;
  	background-size: 53px;
}
.it3:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url('../../img/iconbg03.png') no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    -webkit-animation:opac22 2s infinite;  
    animation-delay:3s;
    z-index: 2;
}
.it4{
	background: url(../../img/icon14.png) no-repeat center;
  	background-size: 53px;

}
.it4:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url('../../img/iconbg04.png') no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    -webkit-animation:opac22 2s infinite;  
    animation-delay:4s;
    z-index: 2;
}
.xfcj{
	position: absolute;
  width: 184px;
  height: 141px;
  left: 590px;
  top: 650px;
  display: inline-block;
/*  background: url(../../img/adv-xfcj.png) no-repeat center;
  background-size: 100%;*/
}
.itme-text{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #57b358;
	margin-top: 10px;
	font-weight: 600;
}
.kjsl .itme-text{
	color: #57b358;
}
.xfcj .itme-text{
	color: #3c71bb;
}
.lhbs .itme-text{
	color: #2e96b8;
}
.bxnl .itme-text{
	color: #27bf98;
}
.itme-desc{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #7e7e7e;
	margin-top: 2px;
}
.lhbs{
	position: absolute;
  width: 168px;
  height: 141px;
  left: 290px;
  top: 580px;
  display: inline-block;
/*  background: url(../../img/adv-lhbs.png) no-repeat center;
  background-size: 100%;*/
}
.bxnl{
	position: absolute;
  width: 199px;
  height: 119px;
  left: 370px;
  top: 260px;
  display: inline-block;
/*  background: url(../../img/adv-bxnl.png) no-repeat center;
  background-size: 100%;*/
}

.xdhonor{
  height: 525px;
  width: 100%;
  min-width: 1100px;
  background: #FFF;
}
.honor-desc h2{
  width:260px;
  height: 64px;
  background: url('../../img/honor-title.png') no-repeat left center;
  background-size: 181px 64px;
  margin-top: 130px;
  margin-bottom: 40px;
}
.honor{
  display: block;
  width: 1100px;
  height: 100%;
  font-size: 14px;
  color: #545454;
  margin:auto;
}
.honor-desc p{
  font-size: 14px;
  color: #545454;
  text-indent: 2em;
  margin-bottom: 50px;
  letter-spacing: 2px;
  width: 290px;
}
.honor>li{
  width: 33.3%;
  display: block;
  float: left;
  height: 100%;
}
.honor-desc p:hover{
  color: #14a9bd;
}
.xdinfo{
  position: relative;
}
.xdinfo>span{
  color: #f31c49;
  border:1px solid #f31c49;
  padding: 3px 12px;
  border-radius: 15px;
  margin-right: 10px;
}
.newtitle{
  display: block;
  position: relative;
  width: 303px;
  height: 84px;
  margin-top: 130px;
  margin-bottom: 20px;
}
.nws{
  background: url(../../img/newstitle.png) no-repeat center;
  background-size: 100%;
}
.dynamic{
  background: url(../../img/newstitle2.png) no-repeat center;
  background-size: 100%;
}
.honor .lst{
  padding-left: 0;
}
.honor .lst li{
  height: 42px;
  width: 303px;
  line-height: 42px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.honor .lst li a{
  color: #545454;
  text-decoration: none;
}
.honor .lst li a:hover{
  color: #14a9bd;
  text-decoration: none;
}
.viewlistmore{
  display: block;
  width: 56px;
  height: 39px;
  background: url('../../img/lst-more.png') no-repeat center;
  background-size: 68px 100%;
  background-position: -13px 50%;
  transition:all .2s ease;
  position:absolute;
  left: 0;
  top: 0;
  margin-top: 20px;
}
.viewlistmore:hover{
  width: 68px;
  background-position: 0px 50%;
  background: url('../../img/lst-more-hover.png') no-repeat center;
  background-size: 68px 100%;
}
.plimg{
  display: block;
  width: 165px;
  height: 47px;
  position: absolute;
  top: 200px;
  overflow: hidden;
}
.plimg>i{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pli1{
  left: 100px;
}
.pli1>i{
  background: url('../../img/zap1.png') no-repeat center;
  background-size: 165px;
}
.pli1>i:hover{
    background: url('../../img/zap1-act.png') no-repeat center;
    background-size: 165px;
}
.pli2{
  left: 470px;
}
.pli2>i{
  background: url('../../img/zap2.png') no-repeat center;
  background-size: 165px;
}
.pli2>i:hover{
  background: url('../../img/zap2-act.png') no-repeat center;
  background-size: 165px;
}
.pli3{
  left: 830px;
}
.pli3>i{
  background: url('../../img/zap3.png') no-repeat center;
  background-size: 131px;
}
.pli3>i:hover{
    background: url('../../img/zap3-act.png') no-repeat center;
    background-size: 131px;
}
.copy{
  width: 100%;
  min-width: 1100px;
	height: 230px;
	background: url('../../img/copybg.jpg') no-repeat center;
	background-size: 1920px 230px;
}
.left-title{
  font-size: 30px;
  color: #0fbae0;
  position: absolute;
  left: 0px;
  top: 26px;
  letter-spacing: 5px;
}
.left-logo{
	display: block;
	width: 113px;
	height: 63px;
	background: url('../../img/logo.png') no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0px;
	top: 74px;
}
.contact-box{
  width: 300px;
  position: absolute;
  top: 34px;
  right: 130px;
}
.contact-title{
  font-size: 20px;
  color: #0fbae0;
  letter-spacing: 5px;
}
.contact-phone{
  font-size: 12px;
  color: #FFF;
  font-weight: 100;
  line-height: 18px;
  padding-top: 15px;
}
.contact-email,.contact-time{
  font-size: 12px;
  color: #FFF;
  font-weight: 100;
  line-height: 18px;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  padding-top: 20px;
}
.copy-text{
  position: absolute;
  left: 0px;
  top: 133px;
}
.copy-text p{
  font-size: 16px;
  color: #FFF;
  font-weight: 100;
  line-height: 18px;
	margin-bottom: 10px;
}
.copy-text a:hover,
.copy-text a:focus{
  color: #FFF;
  text-decoration: none;
}
.copy-text img{
  width: auto;
  height: 24px;
  padding: 0 4px 0 0;
  vertical-align: -4px;
}
.copy-text a{
  padding-right: 10px;
}
.copy-text span{
  display: inline-block;
  height: 26px;
  line-height: 26px;
}
.copy-text p:last-child{
  display: block;
  width: 630px;
  border-top: 1px solid #ccc;
  padding-top: 6px;
  font-size: 12px;
  color: #FFF;
  line-height: 26px;
  margin-bottom: 0;
}
.copy-text p:last-child span{
  opacity: 0.5;
  -webkit-opacity: 0.5;
}
.copy-box{
  width: 1100px;
  margin:auto;
  display: block;
  position: relative;
}
.za-qrcode{
  position: absolute;
  top: 45px;
  right: 60px;
  font-size: 16px;
  color: #FFF;
}
.cqgseb{
	position: absolute;
	top: 126px;
	left: 540px;
}
.cqgseb>img{
  height: 90px;
  width: 66px;
}
.za-qrcode>p{
  text-align: center;
  margin-top:10px;
  letter-spacing: 2px;
}
.za-qrcode>img{
  width: 110px;
}
.to_top{
	width:46px;
	height:46px;
	background:url("../../img/to_top.png") no-repeat;
	background-size:100% 100%;
	position: fixed;
	right:67px;
	bottom:88px;
	z-index: 999;
	display: none;
}
.itme-text,.itme-desc,.ys{
	opacity: 0;
}
.itme-text,.itme-desc{
  	animation:showtext 1.5s;
  	-webkit-animation:showtext 1.5s;
  	animation-delay: 0s;
  	animation-fill-mode: forwards;
}




.header-nav-item.item3 a:hover:after{
	left: -45px;
	top:45%;
}
.header-nav-item.item3.active>a:after{
	content: '';
	display: block;
	width: 153px;
	height: 18px;
	background: url(../../img/bottom-line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: -45px;
	top:45%;
}
.sub_list2{
	padding-left: 0;
	width: 200px;
	text-align:  left;
	position: absolute;
	left: 0;
	margin-top: 20px;
	overflow: hidden;
	display: none;
	animation:htos 1s infinite;
	-webkit-animation:htos 1s; /* Safari 和 Chrome */
}
.item3{
	height:156px;
}
.pc-mode .header-nav-item .sub_list2 a:hover:after{
	width: 0;
	height: 0;
}
.pc-mode .header-nav-item .sub_list2 a:hover{
	background:url("../../img/right_arr.png") no-repeat 32% center;
	background-size:6px 9px;
}
.pc-mode .header-nav-item .sub_list2 a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size:14px;
	/*padding-right:10px;*/
	color: #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.pc-mode .header-nav-item .sub_list2 a:hover{
	color: #00ffff;
	opacity:1;
	filter:alpha(opacity=100);
}
.header-nav-item.item3 .sub_list2 a:hover:after{
	left: -45px;
	top:45%;
}
.header-nav-item.item3.active>a:after{
	content: '';
	display: block;
	width: 153px;
	height: 18px;
	background: url(../../img/bottom-line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: -45px;
	top:45%;
}
.pc-mode .header-nav-item:hover .sub_list2{
	display: block;
}