﻿@charset "utf-8";
/* CSS Document */
header{
	z-index: 5;
	height: 80px;
}
nav{
	height: 60px;
	padding: 20px 65px 0 0;
}
nav li{
	position: relative;
	overflow: hidden;
	width: 140px;
	height: 30px;
	margin-top: 15px;
	font-family: Arial, "寰蒋闆呴粦";
	text-align: center;
}
nav li:nth-child(1){
	width: 90px;
}
nav a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
}
nav a:hover{
	margin-top: -30px;
}
footer{
	background: #34373a;
}
footer .list{
	width: 1080px;
	height: 350px;
	border-bottom: 1px solid #3a3d40;
	margin: 0 auto;
}
footer li{
	width: 165px;
	height: 300px;
	padding-top: 50px;
	border-right: 1px solid #3a3d40;
	margin-right: 45px;
}
footer li a{
	display: inline-block;
	width: auto;
	font-size: 14px;
	line-height: 28px;
	/*font: 12px/28px Arial;*/
	color: #fff;
	opacity: 0.5;
	transition: all 0.5s;
}
footer li a.tit{
	margin-bottom: 13px;
	font: 18px/2 Arial, "寰蒋闆呴粦";
	opacity: 0.7;
	text-transform: uppercase;
}
footer li a:hover{
	opacity: 1;
}
footer .contact{
	width: 233px;
	padding-top: 50px;
	font-size: 14px;
	line-height: 25px;
	/*font: 12px/25px Arial;*/
	color: #56bef6;
}
footer .contact h2{
	margin-bottom: 16px;
	font: 18px/2 Arial, "寰蒋闆呴粦";
	color: #fff;
	text-transform: uppercase;
}
footer .contact p.num{
	margin-bottom: 37px;
	font-size: 30px;
	line-height: 34px;
}
footer .contact a{
	display: inline-block;
	width: 135px;
	border-radius: 3px;
	background: #56bef6;
	font: 14px/39px Arial, "寰蒋闆呴粦";
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
footer .contact a:hover{
	background: #0098ef;
}
footer .tips{
	width: 1080px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 80px;
}
footer .tips a{
	color: #666;
}
footer .tips a:hover{
	color: #fff;
}

.i-intro{
	height: 200px;
	margin-bottom: -80px;
	background: #3aadff;
	background:-moz-linear-gradient(left,#3aadff, #2478f6);/*Mozilla*/
	background:-webkit-gradient(linear,0 50%,100% 50%,from(#3aadff),to(#2478f6));/*Old gradient for webkit*/
	background:-webkit-linear-gradient(left,#3aadff, #2478f6);/*new gradient for Webkit*/
	background:-o-linear-gradient(left,#3aadff, #2478f6); /*Opera11*/

}
.ins-intro{
	height: 454px;
	background-image: url(../images/bg_bg08.jpg);
}
.i-intro .tips{
	padding-top: 140px;
	font-size: 26px;
	line-height: 1.8;
	color: #c9e3ef;
	text-align: center;
}
.ins-intro .tips{
	padding-top: 107px;
}
.i-intro .tips p.en{
	font: 60px/1 "HTH", "寰蒋闆呴粦";
	color: #fff;
}
.i-intro .tips .btn{
	margin: 32px 0 24px;
}
.i-intro .tips a{
	display: inline-block;
	width: 148px;
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 0 15px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	opacity: 0.5;
}
.i-intro .tips a:hover,
.i-intro .tips a.cur{
	border-color: #29e2d7;
	background: #29e2d7;
	opacity: 1;
}
.i-intro .canvas{
	left: 50%;
	bottom: 0;
	width: 1920px;
	height: 290px;
	margin-left: -960px;
	background: url(../images/bg_bg02.jpg) no-repeat center;
}
.i-tips{
	width: 700px;
	height: 210px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 23px;
	/*font: 12px/18px Arial;*/
	color: #9d9d9d;
	text-align: center;
}
.i-tips.white{
	color: #fbfdfe;
}
.i-tips h2{
	font-size: 36px;
	line-height: 62px;
	font-family: "HTH", "寰蒋闆呴粦";
	color: #62636d;
}
.i-tips.white h2{
	color: #fff;
}
.i-tips h2:after{
	display: block;
	content: "";
	width: 36px;
	height: 3px;
	background: #79b5ff;
	margin: 0 auto 32px;
}
.i-tips.white h2:after{
	background: #fff;
}
.i-tips h3{
	margin: -26px 0 20px;
	font: 18px/2 "HTH", "寰蒋闆呴粦";
}
.i-about{
	padding: 66px 0 25px;
}
.i-about .list{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.i-about .list li{
	position: relative;
	left: 30px;
	width: 266px;
	height: 423px;
	margin: 0 27px;
	opacity: 0;
}
.i-about .list .sign{
	width: 160px;
	height: 160px;
	margin: 0 auto 34px;
}
.i-about .list .circle{
	width: 160px;
	height: 160px;
	border-radius: 80px;
	background: #edeef1;
}
.i-about li.hover .circle{
	background: #45b2f9;
	transform: scale(0.95);
}
.i-about li:nth-child(1) .circle:after{
	content: "";

	display: inline-block;
	position: absolute;
	left: 58px;
	top: 56px;
	width: 43px;
	height: 47px;
	background: url(../images/sign01.png) no-repeat center;
	transition: all 0.5s;
}
.i-about li:nth-child(1).hover .circle:after{
	background-image: url(../images/sign02.png);
	transform: rotate(180deg) scale(1.05);
}
.i-about li .in{
	left: 50%;
	top: 50%;
	width: 47px;
	height: 47px;
	margin: -24px 0 0 -24px;
	background: url(../images/bg_sign01.png) no-repeat;
}
.i-about li.hover .in{
	background-position: 0 -47px;
}
.i-about li .fire{
	right: 36px;
	top: 36px;
	width: 11px;
	height: 11px;
	background: url(../images/bg_sign02.png) no-repeat;
}
.i-about li.hover .fire{
	background-position: 0 -11px;
	animation: Fire 0.5s infinite;
}
@keyframes Fire{
	0%{
		width: 5px;
		height: 5px;
		opacity: 0;
	}
	100%{
		width: 11px;
		height: 11px;
		opacity: 1;
	}
}
.i-about li:nth-child(3) .circle:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 48px;
	top: 56px;
	width: 64px;
	height: 48px;
	background: url(../images/sign03.png) no-repeat;
	transition: all 0.5s;
}
.i-about li:nth-child(3).hover .circle:after{
	background-image: url(../images/sign04.png);
	transform: scale(1.05);
	animation: Line 1s;
}
@keyframes Line{
	0%{
		width: 0;
	}
	100%{
		width: 64px;
	}
}
.i-about .list a,
.i-about .list p{
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	/*font: 16px/24px Arial;*/
	color: #87949e;
}
.i-about .list a.tit{
	margin-bottom: 25px;
	font: 24px/60px "HTH", "寰蒋闆呴粦";
	color: #63636f;
}
.i-about .list a:hover{
	color: #45b2f9;
}
.i-cases{
	padding: 70px 0 92px;
	background: #f5f6f7;
}
.i-cases .list{
	width: 1092px;
	height: 540px;
	margin: 0 auto 40px;
}
.i-cases ul{
	width: 1092px;
	height: 540px;
}
.i-cases li{
	position: relative;
	top: 100px;
	width: 350px;
	height: 250px;
	margin: 0 7px 20px;
	opacity: 0;
}
.i-cases li.hover{
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.i-cases li img{
	position: relative;
	top: 0;
	transition: all 0.8s;
}
.i-cases li.hover img{
	top: -30px;
}
.i-cases li .tips{
	position: relative;
	top: 0;
	z-index: 2;
	display: inline-block;
	width: 310px;
	height: 30px;
	padding: 18px 20px;
	background: #fff;
	font-size: 15px;
	line-height: 2;
	color: #424348;
	transition: all 0.5s;
}
.i-cases li.hover .tips{
	top: -66px;
}
.i-cases .sign{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #45b2f9;
}
.i-cases .sign .in{
	left: 7px;
	top: 10px;
	width: 15px;
	height: 10px;
	background: url(../images/bg_sign04.png) no-repeat 0 0,
				url(../images/bg_sign04.png) no-repeat -30px 0;
}
.i-cases .sign.hover .in{
	background: url(../images/bg_sign04.png) no-repeat 15px 0,
				url(../images/bg_sign04.png) no-repeat 0 0;
}
.i-cases .btns{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
}
.i-cases .btns .in{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c3c3c4;
	margin: 2.5px;
	transition: all 0.3s;
}
.i-cases .btns:hover .in,
.i-cases .btns.cur .in{
	width: 8px;
	height: 8px;
	border: 1px solid #0c91d9;
	background: none;
	margin: 0;
}
.i-solutions{
	height: 583px;
	padding-top: 54px;
	background: url(../images/bg_bg03.jpg) no-repeat center;
}
.i-solutions .numbers{
	width: 1100px;
	height: 373px;
	margin: 0 auto;
}
.i-solutions .bg{
	left: 0;
	top: 100px;
	width: 1100px;
	height: 373px;
	opacity: 0;
}
.i-solutions .btns{
	top: 0;
	opacity: 1;
}
.i-solutions .bg.fi{
	background: url(../images/bg_bg04.png) no-repeat left center;
}
.i-solutions .bg.se{
	background: url(../images/bg_bg05.png) no-repeat left center;
}
.i-solutions .bg.th{
	background: url(../images/bg_bg06.png) no-repeat left center;
}
.i-solutions .btn{
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	/*font: 14px/20px Arial;*/
	color: #fff;
	transform: translateX(30px);
	opacity: 0;
}
.i-solutions .btn.fi{
	left: 112px;
	top: 234px;
	transform: translateX(-30px);
}
.i-solutions .btn.se{
	left: 320px;
	top: 85px;
	transform: translateX(-30px);
}
.i-solutions .btn.th{
	left: 457px;
	top: 183px;
}
.i-solutions .btn.fo{
	left: 715px;
	top: 128px;
}
.i-solutions .btn.fif{
	left: 854px;
	top: 211px;
}
.i-solutions .btn.si{
	left: 894px;
	top: 285px;
}
.i-solutions .btn.sev{
	left: 740px;
	top: 170px;
}
.i-solutions .btn p{
	margin-right: 15px;
	opacity: 0.8;
}
.i-solutions .btn p.num{
	width: 36px;
	height: 22px;
	padding-bottom: 11px;
	background: url(../images/bg_sign05.png) no-repeat center top;
	margin: 0;
	font: 12px/22px Arial;
	color: #fff;
	text-align: center;
}
.i-solutions .btn p.fr{
	margin-left: 15px;
}
.i-solutions .btn span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 5px 0;
}
.i-solutions .btn span:after{
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.3;
}
.i-solutions .btn.hover span:after,
.i-solutions .btn.cur span:after{
	background: #00fcff;
	animation: Circle 1.2s infinite linear;
}
@keyframes Circle{
	0%{
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		transform: scale(1);
		opacity: 0.3;
	}
	100%{
		transform: scale(0.5);
		opacity: 0;		
	}
}
.i-process{
	padding-top: 63px;
	height: 562px;
}
.i-process .hold{
	width: 1106px;
	height: 352px;
	margin: 0 auto;
}
.i-process .list{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 352px;
	background: url(../images/bg_bg07.png) no-repeat left 51px;
}
.i-process .btn{
	width: 68px;
	height: 150px;
	line-height: 2;
	color: #8f8f95;
	text-align: center;
	transform: translateX(50px);
	opacity: 0;
}
.i-process .btn.cur{
	color: #45b2f9;
}
.i-process .btn:nth-child(1){
	left: 3px;
	top: 114px;
}
.i-process .btn:nth-child(2){
	left: 111px;
	top: 13px;
}
.i-process .btn:nth-child(3){
	left: 264px;
	top: 78px;
}
.i-process .btn:nth-child(4){
	left: 409px;
	top: -8px;
}
.i-process .btn:nth-child(5){
	left: 568px;
	top: 14px;
}
.i-process .btn:nth-child(6){
	left: 726px;
	top: -4px;
}
.i-process .btn:nth-child(7){
	left: 877px;
	top: 106px;
}
.i-process .btn:nth-child(8){
	left: 1017px;
	top: 20px;
}
.i-process .btn .light{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 12px 29px;
}
.i-process .btn .light:after{
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #0098ef;
	opacity: 0.3;
}
.i-process .btn.cur .light:after{
	animation: Circle 1.2s infinite linear;	
}
.i-process .btn .circle{
	width: 68px;
	height: 68px;
	border-radius: 34px;
	background: #edeff1;
	margin: 12px 0;
}
.i-process .btn.cur .circle{
	background: #45b2f9;
}
.i-process .btn .circle:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 68px;
	background: url(../images/bg_sign06.png) no-repeat;
}
.i-process .btn.cur .circle:after{
	background-position: 0 -68px;
}
.i-process .btn:nth-child(2) .circle:after{
	background-image: url(../images/bg_sign07.png);
}
.i-process .btn:nth-child(3) .circle:after{
	background-image: url(../images/bg_sign08.png);
}
.i-process .btn:nth-child(4) .circle:after{
	background-image: url(../images/bg_sign09.png);
}
.i-process .btn:nth-child(5) .circle:after{
	background-image: url(../images/bg_sign10.png);
}
.i-process .btn:nth-child(6) .circle:after{
	background-image: url(../images/bg_sign11.png);
}
.i-process .btn:nth-child(7) .circle:after{
	background-image: url(../images/bg_sign12.png);
}
.i-process .btn:nth-child(8) .circle:after{
	background-image: url(../images/bg_sign13.png);
}
.i-parnter{
	padding: 63px 0 94px;
	background: #f5f6f7;
}
.i-parnter .list{
	width: 950px;
	margin: 24px auto;
}
.i-parnter .list li{
	position: relative;
	top: 30px;
	width: 150px;
	height: 57px;
	margin: 0 20px 20px;
	opacity: 0;
}
.i-parnter .list img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.i-parnter li.hover img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.cases-wrap{
	padding: 53px 0 80px;
}
.ins-tab a{
	display: inline-block;
	padding: 0 26px;
	border-radius: 17px;
	margin: 0 3px;
	font-size: 14px;
	line-height: 34px;
	color: #333;
}
.about-tab a{
	padding: 0 30px;
	line-height: 40px;
	border-radius: 20px;
}
.ins-tab a:hover,
.ins-tab a.cur{
	background: #45b2f9;
	color: #fff;
}
.cases-list{
	padding: 56px 0 0;
	background: none;
}
.cases-list .list,
.cases-list .list ul{
	height: auto;
}
.cases-list .page{
	margin-top: 37px;
}
.casesinfo-wrap{
	padding: 40px 0 130px;
	background: #f8f8f8;
}
.casesinfo-wrap .content{
	width: 1020px;
	padding: 47px 30px 37px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 50px;
	font: 14px/24px Arial;
	color: #424348;
}
.casesinfo-wrap .title{
	padding: 0 0 47px 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 38px;
	font: 16px/28px "寰蒋闆呴粦", Arial;
	color: #848484;
}
.casesinfo-wrap .title h2{
	font-size: 24px;
	line-height: 35px;
	color: #444;
}
.casesinfo-wrap .title .share a{
	width: 30px!important;
	height: 30px!important;
	padding: 0!important;
	margin: 3px 5px!important;
	background: url(../images/bg_btn01.png) no-repeat!important;
}
.casesinfo-wrap .title .share a.bds_tqq{
	background-image: url(../images/bg_btn02.png) !important;
}
.casesinfo-wrap .title .share a.bds_douban{
	background-image: url(../images/bg_btn03.png) !important;
}
.casesinfo-wrap .title .share a:hover{
	background-position: 0 -30px!important;
	opacity: 1!important;
}
.casesinfo-wrap .detail{
	min-height: 400px;
}
.casesinfo-wrap .detail img{
	display: block;
	max-width: 100%;
}
.casesinfo-wrap .page{
	width: 1081px;
	margin: 0 auto;
}
.casesinfo-wrap .page a{
	display: inline-block;
	font-size: 16px;
	line-height: 37px;
	color: #909095;
}
.casesinfo-wrap .page a:hover{
	color: #2395cf;
}
.casesinfo-wrap .page a.fl span{
	display: inline-block;
	width: 37px;
	height: 37px;
	margin-right: 18px;
	background: url(../images/bg_btn04.png) no-repeat;
}
.casesinfo-wrap .page a.fl:hover span{
	background-position: -37px 0;
}
.casesinfo-wrap .page a.fr span{
	display: inline-block;
	width: 37px;
	height: 37px;
	margin-left: 18px;
	background: url(../images/bg_btn05.png) no-repeat right center;
}
.casesinfo-wrap .page a.fr:hover span{
	background-position: 0 0;
}
.about-wrap{
	padding: 52px 0 117px;
}
.about-detail{
	width: 1014px;
	padding-top: 96px;
	background: url(../images/bg_bg09.jpg) no-repeat center top;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #7c7c7c;
	text-align: center;
}
.about-detail h2{
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.about-detail h3{
	padding: 40px 0 10px;
	font-size: 24px;
	line-height: 2;
	color: #444;
}
.about-detail p.en{
	font: 16px/22px Arial;
	color: #a6a6a6;
}
.about-detail img{
	display: block;
	max-width: 100%;
}
.weapp-detail{
	position: relative;
	top: -27px;
	z-index: -1;
	width: 1200px;
	padding-top: 414px;
	background: url(../images/bg_bg10.jpg) no-repeat center top;
	margin: 0 auto -27px;
	font-size: 16px;
	line-height: 30px;
	color: #858585;
	text-align: center;
}
.weapp-detail p.fz24{
	font-size: 24px;
	line-height: 53px;
	color: #333;
}
.weapp-detail p.fz16{
	line-height: 26px;
	color: #333;
}
.weapp-detail p.fz30{
	padding-bottom: 18px;
	font-size: 30px;
	line-height: 38px;
	color: #28bcf5;
}
.honor-detail{
	padding: 97px 0 63px;
	width: 989px;
	margin: 0 auto;
}
.honor-list-s{
	width: 969px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 39px;
}
.honor-list-s ul{
	width: 992px;
}
.honor-list-s li{
	width: 223px;
	height: 226px;
	margin: 0 25px 15px 0;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.honor-list-s li p{
	padding: 13px 10px 0;
	color: #333;
}
.honor-list-s a:hover p{
	color: #28bcf5;
}
.honor-list{
	width: 969px;
}
.honor-list ul{
	width: 1004px;
}
.honor-list li{
	width: 216px;
	height: 375px;
	margin: 0 35px 15px 0;
	font-size: 14px;
	line-height: 24px;
}
.honor-list li p{
	padding: 37px 6px 0;
	color: #333;
}
.honor-list a:hover p{
	color: #28bcf5;
}

.pagination a{
	display: inline-block;
	padding: 0 15px;
	border-radius: 2px;
	background: #f4f4f4;
	margin: 0 1px;
	font-size: 14px;
	line-height: 40px;
	color: #686868;
	text-align: center;
	transition: all 0.5s;
}
.pagination a:hover,
.pagination a.active{
	background: #1fa6ff;
	color: #fff;
}
.backtop{
	position: absolute;
	right: -60px;
	top: 100px;
	width: 35px;
	padding-top: 35px;
	background: url(../images/bg_backtop.png) no-repeat center top;
	font: 12px/37px Arial;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}


.r-float {
    height: 360px;
    margin-top: -180px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 100px;
    z-index: 8;
}
.r-float li {
    background-position: center center;
    background-repeat: repeat-x;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 88px;
    margin-bottom: 1px;
    position: absolute;
}
.r-float li a {
    display: block;
}
.r-float li.short-one {
    background-image: url("../images/float_one.png");
    right: 0;
    top: 0;
    width: 100px;
}
.r-float li.short-one a {
    background-image: url("../images/short_one.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding-top: 60px;
    text-align: center;
    width: 100px;
}
.r-float li.short-two {
    background-image: url("../images/float_two.png");
    right: 0;
    top: 89px;
    width: 100px;
}
.r-float li.short-two a {
    background-image: url("../images/short_two.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding-top: 60px;
    text-align: center;
    width: 100px;
}
.r-float li.long-one {
    background-image: url("../images/float_three.png");
    overflow: hidden;
    right: -184px;
    top: 178px;
    width: 284px;
}
.r-float li.long-one p {
    background-image: url("../images/long_one.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 15px;
    padding-top: 60px;
    text-align: center;
    width: 100px;
}
.r-float li.long-two {
    background-image: url("../images/float_four.png");
    overflow: hidden;
    right: -184px;
    top: 267px;
    width: 284px;
}
.r-float li.long-two p {
    background-image: url("../images/long_two.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 15px;
    padding-top: 60px;
    text-align: center;
    width: 100px;
}
.tel {
    color: #fff;
    float: left;
    font: 24px/88px Arial;
    height: 88px;
    text-align: left;
    width: 184px;
}



