@charset "utf-8";
body{ font-family:Helvetica,"SourceHanSansCN-Normal","SourceHanSansCN"; margin:0; padding:0; color: #333;}
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,dt{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none; outline: none;}
:focus{ outline: none;}
img{ border: none; outline: none; max-width:100%; height:auto;}
input{ border:none; outline:none; background: none;}
input::-moz-placeholder{ color: #aaa;}
input:-ms-input-placeholder { color: #aaa; }
input::-webkit-input-placeholder{ color:#aaa; }
input::placeholder{ color:#aaa; }
textarea::-moz-placeholder{color:#aaa; }
textarea:-ms-input-placeholder { color:#aaa; }
textarea::-webkit-input-placeholder{ color:#aaa; }

.clear{clear: both; margin: 0; padding: 0;}
.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

/*scroll*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#04caa4;}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#666;}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#666;}
::-webkit-scrollbar-thumb:vertical:active {background-color:#666;}

/* 首页 */
.headerbox{
	width: 100%;
	height: 100px;
	transition:all .5s;
	-webkit-transition: all .5s;
	-moz--transition:all .5s;
	-o-transition: all .5s;
}
.indexheader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.headerbox.position{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 0 10px rgba(4,202,164,.1);
}
.headerbox a.logo{
	width: 32%;
	float: left;
	margin-top: 20px;
}
.headerbox .navbox{
	float: right;
}
.navbox li{
	float: left;
	height:100px;
	position: relative;
	margin-right:1px;
}
.navbox li>a{
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 100px;
	height:100px;
	padding: 0 15px;
	position: relative;
	border-bottom:2px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.navbox li .subnav{
	width: 100%;
	position: absolute;
	left: 0;
	display: none;
	top:100px;
	background: rgb(237, 241, 239,.85);
	z-index: 3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.navbox li .subnav a{
	display: block;
	font-size: 16px;
	text-align: center;
	color: #1e191a;
	line-height: 24px;
	margin: 12px 0;
}
.navbox li .subnav a:hover{
	color: #04caa4;
}

.navbox li>a::after{
	content: "";
	border-bottom: 4px solid #04caa4;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 96px;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}

.navbox li>a::after {
	border-color: #04caa4;
}
.navbox li>a.hover::before {
	transform: none;
}
.navbox li>a.hover::after {
	transform: none;
}
.navbox li:hover>a{
	color: #04caa4;
	/* border-bottom:2px solid #0e2178; */
}

.navbox li:hover>a::after{
	transform: none;
}
.navbox li.current>a{

	border-bottom:4px solid #04caa4;
}
.navbox li.active>a{
	color: #04caa4;
}

.indexbanner{
	height: 624px;
	position: relative;
}
#indexbanner{
	height: 100%;
}
.indexbanner .swiper-slide{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.indexbanner .swiper-slide .bannerContent{
	position:relative;
	height:100%;
	width: 100%;
	text-align: center;
}
.indexbanner .swiper-slide .bannerContent .container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-65%);
}

.indexbanner .sologan span{
	font-size: 22px;
	color: #666;
	
}
.indexbanner .sologan h1{
	font-size: 56px;
	color: #333;
	margin-top: 25px;
	margin-bottom: 25px;
}
.indexbanner .sologan p{
	color: #333;
	font-size: 22px;
	margin-bottom: 25px;
}
.indexbanner .sologan a{
	display: inline-block;
	width: 200px;
	height: 61px;
	background: url(../images/start_btn.png) no-repeat center center;
	background-size: 100% auto;
}
.bannernav{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.bannernav ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	text-align: center;
	padding: 25px 0;
	background: rgba(255,255,255,.5);
	/* box-shadow: 0 0 10px rgba(0,0,0,.3); */
}
.bannernav ul li .iconimg{
	display: inline-block;
	margin-right: 25px;
	width: 75px;
	height: 75px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.bannernav ul li .iconimg img{
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
}

.bannernav ul li .iconimg img.hover{
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.bannernav ul li .icon-title{
	display: inline-block;
	font-size: 20px;
	color: #333;
}
.bannernav ul li:hover img.normal{
	opacity: 0;
	transform: rotateY(180deg);
}
.bannernav ul li:hover img.hover{
	opacity: 1;
	transform: rotateY(180deg);
}
.bannernav ul li:hover .icon-title{
	color: #04caa4;
}
.indexpartner{
	padding-top: 60px;
	padding-bottom: 70px;
}
.indexpartner h1{
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.indexpartner h1 a{
	color: #333;
	font-size: 24px;
	position: relative;
	display: inline-block;
}
.indexpartner h1 a::before,.indexpartner h1 a::after{
	content: " ";
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #666;
	vertical-align: middle;
}
.indexpartner h1 a::before{
	margin-right: 20px;
}
.indexpartner h1 a::after{
	margin-left: 20px;
}
.indexpartner h1 a:hover{
	color: #04caa4;
}
.indexpartnership{
	position: relative;
}
.indexpartnership .swiper-slide{
	padding: 10px;
}
.indexpartnership .swiper-slide .imgbox{
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.indexpartnership .swiper-slide img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.indexpartnership .swiper-slide:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.indexpartnership .swiper-slide:hover .imgbox{
	box-shadow: 0 0 10px rgba(4,202,164,.4);
}
.indexpartnership .swiper-pagination{
	display: none;
}
.indexpartnership .swiper-button-prev,.indexpartnership .swiper-button-next{
	width: 24px;
	height: 43px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -21px;
}
.indexpartnership .swiper-button-prev{
	left: -40px;
	background-image: url(../images/i_left.png);
}
.indexpartnership .swiper-button-next{
	right: -40px;
	background-image: url(../images/i_right.png);
}
.indexpartnership .swiper-button-prev:hover{
	background-image: url(../images/i_left_r.png);
}
.indexpartnership .swiper-button-next:hover{
	background-image: url(../images/i_right_r.png);
}
.footer{
	width: 100%;
	padding: 40px 0;
	background: #04caa4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.footer.active{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.footer a{
	color: #fff;
	font-size: 16px;
}
.footer a:hover{
	color: #ffcc00;
}

/* 关于我们内容模板 */
.banner{
	height: 77px;
	background-color: #04caa4;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
}
.menunav{
	padding-top: 21px;
}
.menunav a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	margin-right: 25px;
	position: relative;
	z-index: 2;
}
.menunav a::after{
	content: " ";
	opacity: 0;
	display: inline-block;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 18px;
	z-index: 1;
	background: rgba(44,255,193,.2);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.menunav a:hover::after{
	opacity: 1;
}
.menunav a.current::after{
	opacity: 1;
}
.aboutbox{
	background: url(../images/bg_1.png) no-repeat center top;
	background-size: 100% auto;
	padding-top: 80px;
	height: 738px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.aboutbox h1{
	text-align: center;
	font-size: 28px;
	color: #333;
	/* font-weight: bold; */
	margin-bottom: 100px;
}
.valuecontent{
	padding-top: 80px;
	position: relative;
}
.valuecontent>img{
	/* margin-top: 65px; */
}
.valuelist li{
	position: absolute;
	width: 12%;
	text-align: center;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.valuelist li.index0,.valuelist li.index5{
	top:0;
}
.valuelist li.index0{
	left: -4%;
}
.valuelist li.index1{
	left: 13.6%;
	animation-delay:1s; 
	-moz-animation-delay:1s;
	-ms-animation-delay:1s;
	-webkit-animation-delay:1s;
}
.valuelist li.index1,.valuelist li.index4{
	top: 44%;
}
.valuelist li.index2{
	left: 33.6%;
	animation-delay:1.2s; 
	-moz-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.valuelist li.index5{
	right: -4%;
	animation-delay:1.8s; 
	-moz-animation-delay:1.8s;
	-ms-animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}
.valuelist li.index4{
	right: 13.6%;
	animation-delay:1.6s; 
	-moz-animation-delay:1.6s;
	-ms-animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.valuelist li.index2,.valuelist li.index3{
	top: 68%;
}
.valuelist li.index3{
	right: 33.6%;
	animation-delay:1.4s; 
	-moz-animation-delay:1.4s;
	-ms-animation-delay:1.4s;
	-webkit-animation-delay:1.4s;
}
.valuelist li .imgbox{
	margin-bottom:15px;
}
.valuelist li h2{
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.valuelist li p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.aboutprocess{
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../images/bg_2.png) no-repeat center top;
	background-size: cover;
}
.aboutprocess ul{
	padding: 95px 0 100px;
	background: rgba(255,255,255,.8);
}
.aboutprocess ul li{
	float: left;
	width: 33.33%;
	padding: 0 10px;
	text-align: center;
}
.aboutprocess ul li .processtext{
	min-height: 108px;
}
.aboutprocess ul li p{
	font-size: 18px;
	color: #666;
	line-height: 36px;
}
.aboutprocess ul li h2{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
}

/* 新闻中心 */
.main{
	padding-top: 60px;
	padding-bottom: 60px;
}
.commonlist{
	padding-bottom: 30px;
	min-height: 500px;
}
.commonlist li{
	position:relative;
	overflow: hidden;
	line-height: 64px;
	border-bottom:1px solid #ededed;
	padding-left: 60px;
	padding-right: 20px;
}
.commonlist li::before{
	content: " ";
	position: absolute;
	left: 28px;
	top: 29px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #04caa4;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.istoplist li::before{
	left: 20px;
}
.commonlist li a{
	float: left;
	width:88%;
	font-size: 18px;
	color:#333;
}
.commonlist li span{
	float: right;
	font-size: 18px;
	color:#999;
	font-family: "arial";
}
.commonlist li:hover{
	background: #f5f8ff;
	-webkit-box-shadow: 0 0 10px rgba(14,33,120,.1);
	box-shadow: 0 0 10px rgba(14,33,120,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.commonlist li:hover a{
	color: #04caa4;
}
.commonlist li:hover::before{
	left: 20px;
}
.pages{
	text-align: center;
	clear:both;
}
.pages a{
	display: inline-block;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-family: 'arial';
	color: #040404;
	margin: 0 12px;
	border-radius: 50%;
}
.pages b{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-family: 'arial';
	color: #fff;
	border-radius: 50%;
	background: #04caa4;
	margin: 0 5px;
}
.pages a:hover{
	color:#04caa4;
}

/* 新闻内容 */
.newscontent{
	background: #fff;
}
.titlecommon{
	border-bottom: 1px solid #cfd5e5;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom:36px;
}
.titlecommon h1{
	font-size: 24px;
	color: #333;
	line-height: 34px;
	margin-bottom: 14px;
	text-align: center;
}
.titlecommon .release{
	font-size: 16px;
	color: #666;
}
.titlecommon .release span{
	margin: 0 10px;
}
.newscontent .newstext,.newscontent .newstext p,.newscontent .newstext div,.newscontent .newstext p span{
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.newscontent .newstext p img,.newscontent .newstext div img{
	max-width:100%;
	height: auto !important;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newscontent .newstext h3{
	font-size: 20px;
	margin-bottom: 15px;
	color: #04caa4;
}
.backlist{
	border-top: 1px solid #cfd5e5;
	padding-top: 40px;
	margin-top: 40px;
	text-align: right;
}
.backlist a{
	display: inline-block;
	padding-left: 40px;
	background-image: url(../images/back-r.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	color: #666;
	background-size: 32px auto;
	line-height: 50px;
}
.backlist a:hover{
	color: #04caa4;
}

/* 解决方案内容 */
.solutionContent{
	min-height: 500px;
	padding-bottom: 30px;
}
.solutionContent .solution-left{
	float: left;
	width: 46%;
	padding-top: 30px;
}
.solutionContent .solution-right{
	width:46%;
	float: right;
}
.solution-left h2,.join-left h2{
	font-size:24px;
	color:#04caa4;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 20px;
}
.solution-left h3{
	font-size: 20px;
	color:#333;
	line-height: 36px;
	margin-bottom: 30px;
	position: relative;
}
.solution-left h3::after,.join-left h2::after{
	content:" ";
	display: block;
	width: 60px;
	height: 2px;
	background: #04caa4;
	margin-top: 35px;
}
.solution-left p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.solution-left ul li,.join-left ul li{
	line-height: 32px;
	font-size: 16px;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.solution-left ul li::before,.join-left ul li::before{
	content:" ";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 14px;
	background: #04caa4;
	width: 5px;
	height: 5px;
	border-radius: 5px;
}
.singleContent h1{
	font-size: 24px;
	text-align: center;
	color: #333;
	margin-bottom:40px;
}
.contentbox p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

/* 合作伙伴 */
.partnerlist{
	/* min-height: 500px; */
}
.partnerlist li{
	float: left;
	width: 32%;
	margin-right:2%;
	margin-bottom: 24px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.partnerlist li .imgbox{
	width: 100%;
	overflow: hidden;
	padding: 20px 20px;
}
.partnerlist li img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.partnerlist li:hover{
	box-shadow: 0 0 10px rgba(4,202,164,.4);
}
.partnerlist li:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

/* 加入我们内容 */
.joinus{
	min-height: 500px;
}
.joinus .join-left{
	float: left;
	width: 46%;
}

.joinus .join-right{
	float: right;
	width: 42%;
}
.join-right ul li{
	float: left;
	width: 46%;
	margin-bottom: 40px;
	margin-right:8%;
	position:relative;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.join-right ul li img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.join-right ul li .imgbox{
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.join-right ul li.android:hover .imgbox{
	top: 100%;
	opacity: 0;
}
.join-right .jointext{
	text-align: center;
	clear: both;
}
.jointext p{
	position: relative;
	font-size: 18px;
	color: #333;
}
.jointext p::before,.jointext p::after{
	content: " ";
	display: inline-block;
	width: 36.5%;
	height: 1px;
	background: #04caa4;
	vertical-align: middle;
}
.jointext p::before{
	margin-right: 6%;
}
.jointext p::after{
	margin-left: 6%;
}

/* 联系我们 */
.contact-left{

}
.contact-left h2{
	font-size: 24px;
	color: #04caa4;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom:25px;
}
.contact-left h2::after{
	content: " ";
	display: block;
	width: 60px;
	height: 2px;
	background: #04caa4;
	margin-top: 25px;
}
.contact-left ul li{
	line-height: 42px;
	font-size: 16px;
	color: #333;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 32px auto;
	margin-bottom: 10px;
}
.contact-right{
	padding-top: 30px;
}

.contact-right dl dd{
	width: 48%;
	float: left;
	font-size: 16px;
	margin-right: 4%;
	margin-bottom: 32px;
	position: relative;
}
.contact-right dd input{
	display: block;
	width: 100%;
	border: 1px solid #a0a0a2;
	border-radius:8px;
	font-size: 16px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}
.contact-right dd.last{
	width:100%;
	margin-right: 0;
}


.contact-right dd textarea{
	width: 100%;
	height: 300px;
	border-radius:8px;
	border: 1px solid #a0a0a2;
	padding:10px 20px;
	font-size: 16px;
	line-height: 28px;
}
.feedbtn{
	text-align:center;
}
.feedbtn .a-btn{
	width: 160px;
	height: 56px;
	display: block;
	margin-top: 20px;
	background: #04caa4;
	color: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	border-radius: 8px;
}
.sucessimg{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.8);
	left: 0;
	top: 0;
	z-index: 10002;
}
.sucessbox{
	width: 600px;
	height: 470px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -235px;
	z-index: 10002;
	cursor: pointer;
}
.sucessclose{
	position: absolute; 
	top:10px;
	z-index: 10002;
	right: 20px;
	color: #444;
	font-size: 30px;
	font-weight: 500;
}
.contact-right dl dd span.msg{
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: 1;
	left: 0;
}
.high{
	color: #d81206;
	position: absolute;
	top: 10px;
	right: -14px;
}
.onError{
	font-size: 14px;
	color: #d81206;
	position: absolute;
	top: 58px;
	left: 0;
}
.onSuccess{
	font-size: 12px;
	color: green;
}
.redcolor{
	margin-bottom: 40px;
	padding-left: 40px;
	font-size: 16px;
	color: #d81206;
	line-height: 28px;
}
.contact-right dd.last .onError{
	top:308px;
}

.contact-right p{
	color: #666;
	font-size: 16px;
	line-height: 32px;
}

/* 手机端导航 */
.mc_phone_nav{
	display: none;
	float: right;
	overflow: hidden;
	width: 35px;
	height: 70px;
}
.mc_menubox{
	width: 35px;
	height:70px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
}
.mc_menubox .point{
	position: relative;
	display: inline-block;
	width: 35px;
	height:70px;
}
.mc_menubox .point .mc_nav {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 100000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav::after,.mc_menubox .point .mc_nav::before {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav, .mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
	display: inline-block;
	width: 35px;
	height: 4px;
	border-radius: 4px;
	background-color: #04caa4;
}
.mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before{
	width: 26px;
}
.mc_menubox .point .mc_nav::after {
	top: -11px;
}
.mc_menubox .point .mc_nav::before {
	top: 10px;
}
.mc_menubox .point.active .mc_nav {
	background: transparent;
}
.mc_menubox .point.active .mc_nav::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_menubox .point.active .mc_nav::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile{
	opacity: 0;
	position: fixed;
	width: 100%;
	left: -100%;
	top:70px;
	z-index:1000000;
	background-color: #fff;
	height: 100%;
	/* max-height: calc(100vh - 64px); */
	overflow: auto;
	border-top: 1px solid #EAEAEA;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;

}
.mobile.active{
	opacity: 1;
	left: 0;
}
.mobilebox {
	/* display: none; */
	width: 100%;
	background-color: #fff;
	height: 100%;
	padding: 10px 0;
}
.mobilebox h4 {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}
.mobilebox h4::after {
	content: '';
	display: block;
	clear: both;
}
.mobilebox h4 a {
	float: left;
	width: 88%;
	font-size: 16px;
	line-height: 46px;
	color: #525252;
	max-width: calc(100% - 36px);
}
.mobilebox .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	/* background: #f7f8fa; */
	border-top: 1px solid rgba(0, 0, 0, .1);
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}
.mobilebox .ul2 .container_s {
	max-width: 100%;
	padding: 0 25px;
}

.mobilebox .ul1 {
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
	padding-bottom: 15px;
}
.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 46px;
	color: #5a545b;
	transition: all .36s;
}
.mc_phnav_hasnosub .img_s{
	display: none;
}
.mobilebox h5 {
	position: relative;
}

.mobilebox h5::after {
	content: '';
	display: block;
	clear: both;
}

.mobilebox h5 a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #5a545b;
	max-width: calc(100% - 36px);
}

.mobilebox h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobilebox h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.mobilebox h4.active img.img_d,
.mobilebox h5.active img.img_d {
	display: block;
}
.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h5.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}


@media (min-width:992px) and (max-width:1220px){
	.jointext p::before{
		margin-right: 4%;
	}
	.jointext p::after{
		margin-left: 4%;
	}
}

@media screen and (max-width:768px) {
	.headerbox .navbox{
		display: none;
	}
	.headerbox{
		height: 70px;
	}
	.mc_phone_nav{
		display: block;
		margin-right: 10px;
	}
	.headerbox a.logo{
		margin-left: 10px;
		width: 50%;
	}
	.indexbanner{
		height: auto;
	}
	#indexbanner{
		height: 320px;
	}
	.indexbanner .swiper-slide .bannerContent .container{
		transform: translate(-50%,-40%);
    width: 100%;
	}
	.indexbanner .sologan span,.indexbanner .sologan p{
		font-size: 16px;
	}
	.indexbanner .sologan h1{
		font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
	}
	.indexbanner .sologan a{
		width: 120px;
    height: 37px;
	}
	.bannernav{
		position: relative;
	}
	.bannernav ul li .iconimg,.bannernav ul li .icon-title{
		display: block;
	}
	.bannernav ul li .iconimg{
		width: 50px;
		height: 50px;
		margin: 0 auto;
	}
	.bannernav ul li .icon-title{
		font-size: 16px;
		margin-top: 15px;
	}
	.indexpartner{
		margin-top: 20px;
		padding: 40px 10px;
		background: #fcfcfc;
	}
	.indexpartner h1{
		margin-bottom: 30px;
	}
	.indexpartnership .swiper-button-prev, .indexpartnership .swiper-button-next{
		width: 14px;
		height: 25px;
		margin-top: -12.5px;
	}
	.indexpartnership .swiper-button-prev{
		left: -5px;
	}
	.indexpartnership .swiper-button-next{
		right: -5px;
	}
	.footer{
		font-size: 14px;
    line-height: 24px;
    padding: 15px 5px;
	}
	.footer a{
		font-size: 14px;
	}

	/* 关于我们 */
	.banner{
		height: auto;
		background: #f5f5f5;
		padding-top: 77px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 77px;
	}
	.menunav{
		padding: 21px 10px;
	}
	.menunav a{
		font-size: 16px;
		margin-right: 10px;
		color: #333;
	}
	.aboutbox h1{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.aboutbox{
		padding: 40px 10px 25px;
		background-size: auto 90%;
		height: auto;
	}
	.valuelist{

		
	}
	.valuecontent{
		padding-top: 0px;
	}
	.valuelist li{
		float: left;
		width: 48.25%;
		margin-right: 3.5%;
		border-radius: 10px;
		padding: 10px 5px;
		margin-bottom: 20px;
		background: rgba(255,255,255,.5);
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		position: relative;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.valuecontent>img{
		display: none;
	}
	.valuelist li .imgbox img{
		width: 65px;
	}
	.valuelist li h2{
		font-size: 20px;
	}
	.valuelist li p{
		font-size: 14px;
		line-height: 24px;
	}
	.valuelist li.index0,.valuelist li.index1{
		height: 174px;
	}
	.valuelist li.index2,.valuelist li.index3{
		height: 196px;
	}
	.aboutprocess{
		padding: 40px 15px;
	}
	.aboutprocess ul{
		padding: 40px 0;
	}
	.aboutprocess ul li{
		float: none;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
		
	}
	.aboutprocess ul li p{
		line-height: 32px;
		font-size: 16px;
	}
	.aboutprocess ul li .processtext{
		min-height: auto;
	}
	.aboutprocess ul li h2{
		font-size: 22px;
	}

	.main{
		padding: 40px 10px
	}
	.commonlist li{
		line-height: 40px;
		padding-left: 16px;
		padding-right: 0;
	}
	.commonlist li a{
		font-size: 16px;
		width: 71%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.commonlist li span{
		font-size: 16px;
	}
	.commonlist li::before{
		top: 17px;
		left: 0;
		width: 5px;
		height: 5px;
	}
	.solutionContent{
		padding-bottom: 0;
		min-height: auto;
	}
	.solutionContent .solution-left,.solutionContent .solution-right,.joinus .join-left,.joinus .join-right{
		float: none;
		width: 100%;
	}
	.solutionContent .solution-left{
		padding-top: 0;
	}
	.solution-left h3{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.solution-left h3::after, .join-left h2::after{
		margin-top: 25px;
	}

	.partnerlist li{
		margin-bottom: 8px;

	}
	.partnerlist li .imgbox{
		padding: 5px 5px;
	}

	.joinus .join-left{
		margin-bottom: 40px;
	}

	.jointext p::before, .jointext p::after{
		width: 22.5%;
	}
	.joinus{
		min-height: auto;
	}

	.contact-left ul li{
		line-height: 28px;
		background-size: 24px auto;
		padding-left: 32px;
		background-position: left 3px;
		margin-bottom: 15px;
	}
	.contact-right{
		padding-top: 10px;
	}
	.contact-right dl dd{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.contact-right dd textarea{
		height: 185px;
	}
	.contact-right dd.last .onError{
		top: 196px;
	}
	.feedbtn .a-btn{
		width: 132px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;
	}
	.singleContent h1{
		margin-bottom: 30px;
	}
	.sucessbox{
		width: 80%;
		height: auto;
		margin-left: -40%;
		transform:translateY(-50%);
		margin-top: 0;
	}
	.sucessclose{
		font-size: 24px;
	}
}