@import url('https://fonts.googleapis.com/css?family=Muli:400,700|Open+Sans:300,400,700,800');
*{
	font-family: "微软雅黑",'Open Sans', sans-serif;
	margin: 0;
	padding: 0;	
    font-size: 16px;
	list-style: none;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #595757;
}
body {
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  /*overflow-x: hidden;*/
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
}

.clearfix{
	width: 0;
	height: 0;
	clear: both;
}
.wrap .in{
	width: 1200px;
	margin: 0 auto;
}
@media only screen and (min-width: 1601px) {
	.wrap .in{
		width: 1572px;
	}
}
.navbar-nav{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index:1000;
	background: none;
	border:none;
	transition: background 1s .2s;
}
.nav-hover{
	background: rgba(0,58,60,0.3);
	/*border-bottom: rgba(0,93,105,0.4) 1px solid;*/
}
.navbar-nav .in{
	margin: 0 auto;
}
.navbar{
	width: 100%;
	padding-top: 20px;
	z-index: 1000;
}
.navbar .navbar-brand{
	float: left;
	width: 200px;
}
.navbar .nav{
	float: right;
}
#nav .active>a{
	color: #ffeb69;
}
.navbar .nav .nav-item{
	float: left;
	display: inline-block;
	margin: 0 10px;
}
.navbar .nav .nav-item>a{
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 66px;
	padding: 0 20px;
}
.navbar .nav .nav-item>a:hover{
	color: #ffeb69;
}
.navbar .nav .nav-item{
	position: relative;
}
.nav .nav-item .nav-dropdown{
	position: absolute;
	top: 72px;
	background: rgba(0,58,60,0.3);
	display: none;
	padding: 10px;
	min-width: 440px;
}
.navbar .nav .nav-item .nav-dropdown li{
	float: left;
	width: 210px;
	padding: 6px 0;
}
.navbar .nav .nav-item .nav-dropdown li a{
	display: block;
	color: #fff;
	padding: 2px 15px;
	text-decoration: none;
}
.navbar .nav .nav-item .nav-dropdown li:nth-of-type(odd) a{
	border-right: 1px dashed #fff;
}
.navbar .nav .nav-item .nav-dropdown li a:hover{
	color: #ffeb69;
}
.hover>a{color: #ffeb69;}

.slider>ul>li{
	background: #00c8b4; 
}
.slider>ul>li,.app{
	background: -moz-linear-gradient(135deg, rgba(53,103,163,1), rgba(0,200,180,1)); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(53,103,163,1)), color-stop(100%,rgba(0,200,180,1))); 
	background: -webkit-linear-gradient(135deg,rgba(53,103,163,1), rgba(0,200,180,1)); 
	background: -o-linear-gradient(135deg, rgba(53,103,163,1), rgba(0,200,180,1)); 
	background: -ms-linear-gradient(135deg, rgba(53,103,163,1), rgba(0,200,180,1)); 
	background: linear-gradient(135deg, rgba(53,103,163,1), rgba(0,200,180,1)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(53,103,163,1)', endColorstr='rgba(0,200,180,1)',GradientType=1 ); 
}
.app{
	background: -moz-linear-gradient(135deg, rgba(53,103,163,0.8), rgba(0,200,180,0.8)); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(53,103,163,0.8)), color-stop(100%,rgba(0,200,180,0.8))); 
	background: -webkit-linear-gradient(135deg,rgba(53,103,163,0.8), rgba(0,200,180,0.8)); 
	background: -o-linear-gradient(135deg, rgba(53,103,163,0.8), rgba(0,200,180,0.8)); 
	background: -ms-linear-gradient(135deg, rgba(53,103,163,0.8), rgba(0,200,180,0.8)); 
	background: linear-gradient(135deg, rgba(53,103,163,0.8), rgba(0,200,180,0.8)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(53,103,163,0.8)', endColorstr='rgba(0,200,180,0.8)',GradientType=1 ); 
}
:root .slider>ul>li{filter:none;}
:root .app{filter:none;} 
.slider>ul>li .in{
	position: relative;
	height: 900px;
	overflow: hidden;
}
.slider>ul>li .in h1{
	position: absolute;
	top: 300px;
	left: 50px;
	font-size: 72px;
	letter-spacing:5px;
	line-height: 90px;
	font-weight: normal;
	color: #fff;
}
.slider>ul>li .in h3{
	position: absolute;
	top: 500px;
	left: 50px;
	font-size: 25px;
	font-weight: normal;
	letter-spacing:2px;
	line-height: 45px;
	color: #fff;
}
.slider>ul>li .in h1,.slider>ul>li .in h3{
	-o-animation: silder-h1 1s ease-in-out;
	-moz-animation: silder-h1 1s ease-in-out;
	-webkit-animation: silder-h1 1s ease-in-out;	
	animation: silder-h1 1s ease-in-out;
}
.slider>ul>li .in img{
	position: absolute;
	right:100px;
	bottom: 100px;
	font-size: 25px;
	font-weight: normal;
	letter-spacing:5px;
	line-height: 45px;
	color: #fff;
	max-height: 700px;
	-o-animation: silder-img 0.5s ease-in-out;
	-moz-animation: silder-img 0.5s ease-in-out;
	-webkit-animation: silder-imgs 0.5s ease-in-out;	
	animation: silder-img 0.5s ease-in-out;
}
@media only screen and (min-width: 1601px) {
	.slider>ul>li .in h1,.slider>ul>li .in h3{
		left: 150px;
	}
	.slider>ul>li .in img{
		right:200px;
	}
}
/*--文字动画--*/
@-o-keyframes silder-h1{
	from{
		left: -600px;
		opacity: 0;
	}
	to{
		left: 50px;
		opacity: 1;
	}
}
@-webkit-keyframes silder-h1{
	from{
		left:-600px;
	}
	to{left: 50px;}
}
@-moz-keyframes silder-h1{
	from{
		left: -600px;
		opacity: 0;
	}
	to{
		left: 50px;
		opacity: 1;
	}
}
@keyframes silder-h1{
	from{
		left:-600px;
	}
	to{left: 50px;}
}
@media only screen and (min-width: 1601px) {
	@-o-keyframes silder-h1{
		from{
			left: -600px;
			opacity: 0;
		}
		to{
			left: 150px;
			opacity: 1;
		}
	}
	@-webkit-keyframes silder-h1{
		from{
			left:-600px;
		}
		to{left: 150px;}
	}
	@-moz-keyframes silder-h1{
		from{
			left: -600px;
			opacity: 0;
		}
		to{
			left: 150px;
			opacity: 1;
		}
	}
	@keyframes silder-h1{
		from{
			left:-600px;
		}
		to{left: 150px;}
	}
}
/*--图片动画--*/
@-o-keyframes silder-img{
	from{
		bottom: -700px;
		opacity: 0;
	}
	to{
		bottom: 100px;
		opacity: 1;
	}
}
@-webkit-keyframes silder-img{
	from{
		bottom: -700px;
	}
	to{
		bottom: 100px;
		opacity: 1;
	}
}
@-moz-keyframes silder-img{
	from{
		bottom: -700px;
		opacity: 0;
	}
	to{
		bottom: 100px;
		opacity: 1;
	}
}
@keyframes silder-img{
	from{
		bottom: -700px;
	}
	to{
		bottom: 100px;
		opacity: 1;
	}
}
.statistics .w15{
	float: left;
	width: 17%;
}
.statistics .w40{
	float: left;
	width: 32%;
}
.statistics .sect{
	padding: 10px;
	text-align: center;
}
.statistics .w15 h3{
	font-size: 40px;
	font-weight:500;
	color: #00C8B4;
	margin-bottom: 30px;
}
.statistics .w15 p{
	color: #b7b7b7;
	font-size: 16px;
}
.statistics .w40 h3{
	font-size: 40px;
	font-weight:normal;
	color: #00C8B4;
	margin-bottom: 30px;
}
.statistics .w40 p{
	color: #b7b7b7;
	font-size: 16px;
	letter-spacing: 14px;
}
.statistics .br-1{
	border-right: 1px solid #EEEEEE;;
}

.section{
	padding: 60px 0;
}
.section .main-title{
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
}
.section .sub-title{
	margin-bottom: 30px;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.product{
	padding-top: 60px;
}
.product li{
	float: left;
	width: 25%;
	text-align: center;
}
.product li a{
	display:block;
	margin: 0 20px;
	text-decoration: none;
}
.product li a img{
	margin-bottom: 20px;
	-moz-transition: transform .5s ease-in;
	-webkit-transition: transform .5s ease-in;
	-o-transition: transform .5s ease-in;
	transition: transform .5s ease-in;
}
.product li a p{
	margin-bottom: 20px;	
	height: 50px;
	overflow: hidden;
}
.product li a:hover p{
	color: #2eb6a6;
}
.product li a:hover img{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.solution{
	background: #424242;
	margin-top: 60px;
}
.solution li{
	float: left;
	width: 25%;
	text-align: center;
}
.solution li{
	float: left;
	width: 25%;
	height: 520px;
	text-align: center;
}
.solution li:first-of-type{
	background: url(../img/index/solutionbg1.jpg) no-repeat center top;
}
.solution li:nth-of-type(2){
	background: url(../img/index/solutionbg2.jpg) no-repeat center top;
}
.solution li:nth-of-type(3){
	background: url(../img/index/solutionbg3.jpg) no-repeat center top;
}
.solution li:nth-of-type(4){
	background: url(../img/index/solutionbg4.jpg) no-repeat center top;
}
.solution li a{
	display:block;
	height: 100%;
	text-decoration: none;
	background: rgba(0,0,0,.5);
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.solution li a img{
	margin-bottom: 20px;
	margin-top:150px;
}
.solution li a p{
	margin-bottom: 20px;	
	height: 50px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
}
.solution li a span{
	color: #fff;
	padding: 5px 20px;
	border: 2px solid #fff;
	display: inline-block;
}
.solution li a div{
	padding: 0 35px;
	margin-bottom: 20px;	
	height: 110px;
	line-height: 1.5;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
}
.solution li a img,.solution li a p{
	-moz-transition: transform .5s .2s;
	-o-transition: transform .5s .2s;
	-webkit-transition: transform .5s .2s;
	transition: transform .5s .2s;
}
.solution li a:hover img,.solution li a:hover p{
	-o-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px);
}
.solution li a div,.solution li a span{
	-moz-transition: transform .5s .2s,opacity .5s .2s;
	-o-transition: transform .5s .2s,opacity .5s .2s;
	-webkit-transition: transform .5s .2s,opacity .5s .2s;
	transition: transform .5s .2s,opacity .5s .2s;
	opacity: 0;	
	filter: alpha(opacity=0);
}
.solution li a:hover div,.solution li a:hover span{
	-o-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px);
	opacity: 1;
	filter: alpha(opacity=100);
}
.solution li a:hover{
	background: rgba(0,200,180,.7);
}

@media only screen and (min-width: 1601px) {
	.solution li{
		height: 680px;
	}
	.solution li a img{
		margin-top:230px;
	}
}

/*--coop--*/
.coop .in{
	border: 1px solid #EFEFEF;
	margin: 60px auto;
}
.coop .in li{
	float: left;
	width: 25%;
	border-right: 1px solid #EFEFEF;
	padding: 10px;
}
.coop .in li:last-of-type{
	border-right: 0;
}
.coop .in li img{
	max-width: 100%;
}
/*--app--*/
.app{
	padding-top: 100px;
	height: 794px;
	overflow: hidden;
}
.app-left{
	float: left;
	width: 500px;
	padding-top: 60px;
}
.app-left .main-title{
	font-size: 30px;
	color: #fff;
	margin-bottom: 40px;
}
.app-left .sub-title{
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
.app-left .ewm{
	margin-top: 160px;
}
.app-left .ewm div{
	float: left;
	text-align: center;
}
.app-left .ewm .ewm1{
	margin-right: 100px;
}
.app-left .ewm div p{
	color: #fff;
}
.app-left .ewm div img{
	width: 160px;
	border-radius: 6px;
}
.app-right{
	float: right;
	width: 521px;
	text-align: right;
}
/*--footer--*/
.footer{
	padding: 50px 0;
	background: #f3f3f3;
}
.foot-l{
	float: left;
	width: 40%;
}
.foot-l .foot-top{
	margin-bottom: 30px;
}
.foot-l .foot-top a{
	text-decoration: none;
	color: #595757;
	padding-right: 20px;
}
.foot-l .foot-top a:hover{
	text-decoration: none;
	color: #00C8B4;
}
.foot-l .foot-btm{
	margin-right: 50px;
}
.foot-l .foot-btm h5{
	margin-bottom: 10px;
}
.foot-c{
	float: left;
	width: 30%;
}
.foot-c h5{
	margin-bottom: 30px;
}
.foot-c p{
	line-height: 30px;
}
.foot-r{
	float: left;
	width: 30%;
}
.foot-r img{
	width: 120px;
	float: left;
}
.foot-r p{
	width: 160px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

.to-top{
	position: fixed;
	right: 0;
	bottom: 0;
	display: none;
}
.to-top a{
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(0,200,180,0.7);
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	border:2px solid rgba(255,255,255,0.7);
}
.to-top a:hover{
	background: rgba(0,200,180,1);
}