@charset "UTF-8";
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../fonts/SourceHanSansCN-Regular.eot'); 
  src: url(../fonts/SourceHanSansCN-Regular.eot#iefix) format('embedded-opentype'), url(../fonts/SourceHanSansCN-Regular.woff2) format('woff2'), url(../fonts/SourceHanSansCN-Regular.woff) format('woff'), url(../fonts/SourceHanSansCN-Regular.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Regular.svg) format('svg');
}

body {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}

ul li{
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
}
ul li:hover{
	 -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
     -ms-transform: translateY(-5px);
     -o-transform: translateY(-5px);
     transform: translateY(-5px);
}
.noAnimation li:hover{
	-webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
}

.fade-image{
	animation: fadeImage 3s infinite; 
	animation-iteration-count: 1;
}
@keyframes fadeImage {
  0%{ opacity: 0; } 
  50% { opacity: 0.5; }
  100%{ opacity: 1; } 
}


.project{
	background: #FAFAFB;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	margin: auto;
}
.container {
	margin: 0 auto;
	width: 1200px;
}
.img {
	font-size: 0;
}
.img img {
	max-width: 100%;
}
.global-btn {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 144px;
	line-height: 40px;
	border-radius: 8px;
	text-align: center;
	background-color: #fff;
	font-size: 20px;
	color: #206aeb;
	font-weight: 500;
	border: 2px solid #206aeb;
	cursor: pointer;
}
.global-btn:hover {
	background-color: #206aeb;
	border-color: #206aeb;
	color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.about-business {
	padding: 100px 0 100px;
}
.pub-title11 {
	color: #fff;
	padding-top: 60px;
	position: relative;
	margin-bottom: 90px;
}
.pub-title11 h1.en {
	font-size: 88px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.07;
}
.pub-title11 h1.cn {
	position: relative;
	z-index: 4;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 56px;
}
.about-info{
	width: 100%;
	height: auto;
	padding: 65px 0;
	background: url(../images/about.jpg) center no-repeat;
	background-size: 100%;
}
.about-info h1{
	font-weight: 600;
	font-size: 32px;
	color: #10151F;
	line-height: 45px;
	padding: 0;
	margin-bottom: 20px;
}
.about-info .about-desc{
	width: 780px;
	height: 96px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #707379;
	line-height: 32px;
}
.about-info .about-desc p{
	margin-bottom: 10px;
	color: #000;
}
.about-info .item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin-top: 120px;
}
.about-info .item li{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 29.33%;
	margin-right: 4%;
}

/*.about-info .item li:first-child{
	width: 36%;
}
.about-info .item li:nth-child(2){
	width: 26%;
}
.about-info .item li:nth-child(3){
	width: 22%;
}*/

.about-info .item li img{
	margin: 0;
	margin-top: 10px;
	width: 40px;
	height: 40px;
}
.about-info .item li .text{
	width: 100%;
}
.about-info .item li .text h3{
	font-weight: 600;
	font-size: 24px;
	color: #10151F;
	line-height: 33px;
	margin: 10px auto;
}
.about-info .item li .text p{
	height: 70px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 32px;
}

.business-box-width {
	width: 50%;
}
.about-business .cleft-boxs {
	background-color: #206aeb;
	color: #fff;
	padding: 35px 25px;
	border-radius: 8px;
}
.about-business .item-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-business .item-box .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 28%;
}
.about-business .item-box .item:last-child {
	width: 20%;
}
.about-business .item-box .item:after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 50px;
	background: #FFFFFF;
	opacity: 0.2;
}
.about-business .item-box .item:last-child:after  {
	display: none;
}
.about-business .item-box .item .ub{
	display: flex;
	justify-content: flex-start;
	align-items: end;
}
.about-business .cleft-boxs .num {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.about-business .cleft-boxs .cx {
	display: flex;
    align-items: center;
	margin-left: 10px;
}
.about-business .cleft-boxs .p1 {
	line-height: 24px;
	height: 24px;
}

.about-business .cleft-boxs .p1 span {
	font-size: 26px;
	color: #fff;
}
.about-business .cleft-boxs .p2 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.about-business .cleft-boxs .t2 {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0;
}
.about-business .cleft-boxs .t3 {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.about-video {
	margin-top: 70px;
	margin-bottom: 50px;
	height: auto;
	overflow: hidden;
}
.about-video .videoWrapper .mv {
	margin-top: 0;
	height: 100%;
}


.pub-title {
    text-align: center;
    margin-bottom: 40px;
	font-size: 40px;
    line-height: 1.4;
	font-weight: 600;
}

.history-list .tops {
	padding: 0 10px;
	height: 105px;
}
.history-list .tops .year {
	padding: 20px 20px 50px;
	background: url(../images/ico9.png) bottom center no-repeat;
	background-size: 100% auto;
	font-size: 20px;
	font-weight: 400;
	color: #727272;
	cursor: pointer;
	position: relative;
}

.history-list .swiper-slide-thumb-active .boxs .con .t {
	font-size: 18px;
}
.history-list .swiper-slide-thumb-active .boxs .con .p {
	font-size: 14px;
}
.history-list .swiper-slide-thumb-active .year {
	color: #206aeb;
}
.history-list .swiper-slide-thumb-active .year {
	font-size: 24px;
}
.history-list .swiper-slide .year:after {
	position: absolute;
	left: -1px;
	width: 1px;
	bottom: 0;
	height: 0;
	background-color: #206aeb;
	content: '';
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.history-list .swiper-slide-thumb-active .year:after {
	height: 100%;
}


.about-history {
	padding-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
}
.about-history-waves {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
}
.about-history-waves .waves {
	width: 100%;
	height: 100%;
}
.history-list {
	overflow: hidden;
}
.history-list .hisgroups {
	width: 40%;
	margin: 0 auto;
	overflow: initial;
	height: 210px;
}
.hisgroups h2 {
	color: #666;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 20px;
}
.hisgroups h4 {
	font-size: 28px;
	color: #666;
	margin-bottom: 10px;
}
.history-list .hisgroups .pub-intro {
	color: #888;
}
.history-list .hisgroups .swiper-slide-active h2, .history-list .hisgroups .swiper-slide-active h4 {
	color: #206aeb;
}
.history-list .hisgroups .swiper-slide-active .pub-intro {
	color: #4e4d4d;
}
.history-list .hisgroups .swiper-slide .text {
	opacity: 0.5;
	transform: scale(0.8);
}
.history-list .hisgroups .swiper-slide-active .text {
	opacity: 1;
	transform: scale(1);
}
.hisgroups .text {
	margin-bottom: 10px;
}
.about-history .pub-next {
	margin-left: 20px;
}
.about-history .tops .swiper-container {
	overflow: inherit;
}

#products-list .pic{
	padding: 10px;
}
#products-list .pic img{
	width: 100%;
}
#products-list .tit{
	margin-bottom: 15px;
	color: #206aeb;
}
#products-list .tit:hover{
	color: rgba(32, 106, 235, 0.8);
}

.news .hd h3 {
	width: 100%;
	text-align: center;
	color: #333;
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 50px;
}

#news-list .pic{
	padding: 10px;
}
#news-list .pic img{
	width: 100%;
}

#news-list .text{
	padding: 0 25px;
}
#news-list .tit{
	margin-bottom: 15px;
	white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
#news-list .info{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-color: #777;
}


.contact-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-box .contact-item{
	flex-wrap: wrap;
	width: 47%;
}
.contact-box .contact-item .section-tit{
	text-align: left;
	font-size: 30px;
	margin: 10px auto 25px;
}

.contact-box .contact-item .content-box p{
	line-height: 40px;
}

.contact-form{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 0 15px 2px #ddd;
	padding: 30px 65px;
}
.contact-form .form-wrap{
	height: auto;
	background: none;
}
.contact-form .form-wrap .title{
	display: block;
	margin: 0;
	margin-bottom: 25px;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}	
.contact-form .form-wrap .container{
	width: 100%;
}
.contact-form .form-wrap .layui-form-item{
	flex-wrap: wrap;
	margin-bottom: 0;
}
.contact-form .form-wrap .layui-form-item .layui-input{
	width: 100%;
	height: 40px;
	margin: 10px 0;
}

.partner-form .title{
	display: block!important;
	margin: 50px auto;
	font-size: 26px!important;
	height: auto!important;
}
.partner-form .title span{
	padding-left: 15px;
}
.project .swiperTab{
	width: 600px;
}
.project .tab{
	width: 100%;
	display: flex;
	justify-content: center;
}
.project .tab li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 50px;
	cursor: pointer;
}
.project .tab li.swiper-slide-thumb-active p, .project .tab li:hover p{
	color: #206AEB;
}
.project .tab li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}
.project .tab li img{
	height: 32px;
	margin-right: 15px;
	margin-left: 0;
}
.project .tab li p{
	font-weight: 600;
	font-size: 24px;
	color: #10151F;
	line-height: 33px;
	text-align: left;
	font-style: normal;
}
.technology .tech-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0;
}
.technology .tech-box ul.tech-left{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 66%;
}
.technology .tech-box ul.tech-left li{
	width: 384px;
	height: 240px;
	margin-bottom: 25px;
	border-radius: 8px;
	overflow: hidden;
}
.technology .tech-box ul.tech-right li{
	width: 384px;
	height: 504px;
	border-radius: 8px;
	overflow: hidden;
}
.technology .tech-box ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.technology .tech-box ul li:hover a{
	background: linear-gradient( 180deg, rgba(30,98,217,0) 0%, #1E62D9 100%);
}
.technology .tech-box ul li a div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	border-radius: 8px;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
	font-style: normal;	
}
.technology .tech-box ul li a p{
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 40px;
	text-align: center;	
}
.technology .tech-box ul li a .btn{
	display: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-top: 6px;
	background: rgba(30,98,217,0);
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	font-size: 22px;
}
.technology .tech-box ul li:hover a .btn{
	display: block;
}
.project .utext{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.project .utext li{
	width: 282px;
	height: 224px;
	background: #edf2fa;
	border-radius: 8px;
}
.project .utext li div{
	padding: 25px;
}

.project .utext li img{
	width: 60px;
}
.project .utext li img.on{
	display: block;
}
.project .utext li img.hover{
	display: none;
}
.project .utext li:hover img.on{
	display: none;
}
.project .utext li:hover img.hover{
	display: block;
}
.project .utext li .text{
	width: 250px;
	height: 140px;
	margin: auto;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E7E7E8;
}
.project .utext li .text{
	width: 250px;
	height: 140px;
	margin: auto;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E7E7E8;
	text-align: center;
}

.project .utext li .text p{
	font-size: 14px;
	color: #707379;
	line-height: 26px;
}
.project .utext li .text .tit{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	color: #10151F;
	line-height: 28px;
}
.section-padding{
	padding: 70px 0;
}

