@charset "utf-8";
#header .menu ul li.home a span.cn{
	color: #1185de;
	border-bottom: 3px solid #1185de;
}
#header .menu ul li.home:hover a span.cn{
	color: #fff;
}
.notice{
	position: absolute;
	width: 100%;
	top: 90px;
	z-index: 9;
	height: 40px;
	background: rgba(0,0,0,0.8);
}
.bd{
	overflow: hidden;
}
.bd b{
	float: left;
	width: 80px;
	color: #fff;
	line-height: 40px;
}
.bd ul{
	width: 1120px;
}
.notice a{
	color: #fff;
	display: block;
	overflow: hidden;
}
.notice a span{
	line-height: 40px;
	margin-right: 40px;
	float: left;
}
#banner{
	width: 100%;
	min-width: 1200px;
	margin-top: 90px;
	height: 450px;
	position: relative;
	z-index: 0;
}

#product{
	background: #f5f5f5;
	padding: 40px 0;
}
#product .title{
	text-align: center;
	padding: 70px 0 45px;
	overflow: hidden;
}
#product .title h2{
	font-size: 30px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
#product .title p{
	font-size: 60px;
	color: #fff;
	margin-top: -50px;
	font-weight: bold;
}
#product .productList{
	overflow: hidden;
	text-align: center;
	padding-top:25px;
}
#product .productBlock{
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 12px rgba(0,0,0,0.1);
	width: 360px;
	padding: 20px 25px;
	margin: 0 10px;
	margin-bottom:30px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#product .productBlock:hover{
	top: -8px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}
#product .productBlock a{
	display: block;
}

#product .productBlock .pro-icon{
	float: left;
	margin-right: 20px;
	line-height: 0;
}
#product .productBlock .pro-icon img{
	line-height: 0;
}
#product .productBlock .pro-con{
	text-align: left;
}
#product .productBlock .pro-con h1{
	font-size: 18px;
	margin-bottom:10px;
	padding-top: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#product .productBlock .pro-con p{
	color: #888;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#video{
	background: url(../img/video_bg.jpg) no-repeat center center;
	height: 668px;
	padding: 10px 0;
}
#video .title{
	text-align: center;
	padding: 70px 0;
	overflow: hidden;
}
#video .title h2{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
#video .title p{
	font-size: 60px;
	color: #fff;
	margin-top: -50px;
	font-weight: bold;
	opacity: 0.2;
	text-transform:uppercase;
}
#video .video{
	width: 724px;
	height: 365px;
	position: relative;
	background: #000;
	margin-right:124px;
	float: right;
	border-radius: 5px;
	overflow: hidden;
}
#video .video .video_btn{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -43px 0 0 -43px;
	opacity: 0.6;
}
#video .video .video_btn:hover{
	position: absolute;
	opacity: 1
}

#video .window_hide .content{
	height: 488px;
}
#video .window_hide .content video{
	width: 100%;
}
#news{
	background: #fff;
	padding: 40px 0 0;
}
#news .title{
	text-align: center;
	padding: 70px 0;
	overflow: hidden;
}
#news .title h2{
	font-size: 30px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
#news .title p{
	font-size: 60px;
	color: #F5F5F5;
	margin-top: -50px;
	font-weight: bold;
}
#news .newsList{
	overflow: hidden;
	padding:20px 0 40px;
}
#news .newsBlock{
	width: 340px;
	float: left;
	padding: 20px;
	background: #fff;
	margin:0 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#news .newsBlock .pic img{
	width: 100%;
	background-position: center;
	background-size: cover;
}
#news .newsBlock h1{
	font-size: 16px;
}
#news .newsBlock .describe{
	color: #888;
}
#news .newsBlock .line{
	display: block;
	width: 20px;
	height: 2px;
	margin:5px 0 3px;
	background-color: #1386de;
}
#news .newsBlock .date{
	font-size: 12px;
	color: #888;
}
#news .newsBlock a:hover .describe{
	color: #000;
}
#news .newsBlock:hover{
	top: -8px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

#case{
	background: #fff;
	padding: 0px 0 40px 0;
	position: relative;
}
#case .caseBg{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
#case .title{
	text-align: center;
	padding: 70px 0;
	overflow: hidden;
}
#case .title h2{
	font-size: 30px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
#case .title p{
	font-size: 60px;
	color: #F5F5F5;
	margin-top: -50px;
	font-weight: bold;
	text-transform:uppercase;
}
#case .caseList{
	position: relative;
	background: #0e6eb8;
	height: 310px;
	width: 100%;
	margin: 60px 0;
}
#case .caseBox{
	width: 1200px; 
	margin:0 auto;
	top: -40px;
	padding: 0 80px;
	position: relative;
}
#case .caseBox .next,
#case .caseBox .prev{
	position: absolute;
	left: 5px;
	top: 50%;
	width: 32px;
	height: 60px;
	margin-top: -30px;
	z-index: 2;
	background: url(../img/previous_btn.png) no-repeat center center;
	background-size: 30px;
	text-indent: -999em;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#case .caseBox .next{
	background-image: url(../img/next_btn.png);
	left: auto;
	right: 5px;
}
#case .caseBox:hover .prev{
	opacity: 0.8;
}
#case .caseBox:hover .next{
	opacity: 0.8;
}
#case .caseBlock .casePic{
	position: relative;
	margin-top: 0;
	float: left;
}
#case .caseBlock .caseCon{
	position: relative;
	top: 40px;
	background-color: #fff;
	height: 310px;
	overflow: hidden;
	padding: 20px 30px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.1)
}
#case .caseBlock .caseCon h2{
	font-weight: normal;
}
#case .caseBlock .caseCon .line{
	display: block;
	position: relative;
	width: 100px;
	height: 3px;
	margin:15px 0 15px;
	background-color: #7cbff3;
}
#case .caseBlock .caseCon .describe{
	color: #888;
	padding-bottom: 10px;
}
#caseMobile .hd{
	text-align: center;
	margin-bottom: 10px;
	margin-top: -10px;
}
#caseMobile .hd li{
	width: 12px;
	height: 3px;
	margin:0 3px;
	background:#fff;
	overflow: hidden;
	text-indent: -999em;
	display: inline-block;
}
#caseMobile .hd li.on{
	background: #7cbff3
}

#service{
	background: url(../img/service_bg.jpg) no-repeat center center;
	height: 508px;
	padding: 10px 0;
	position: relative;
}
#service .title{
	text-align: center;
	padding: 70px 0;
	overflow: hidden;
}
#service .title h2{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
#service .title p{
	font-size: 60px;
	color: #fff;
	margin-top: -50px;
	font-weight: bold;
	opacity: 0.2;
	text-transform:uppercase;
}
#service .serviceCon{
	padding: 0px 0 120px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#service .serviceBox .serviceBlock{
	display: inline-block;
	width: 31%;
	margin:0 1%;
	background: #fff;
	height: 95px;
	padding:20px 0 0 150px;
	position: relative;
}
#service .serviceBox .serviceBlock span.icon{
	width: 125px;
	height: 125px;
	position: absolute;
	top: -15px;
	left: 0;
	display: block;
	margin-right: 20px;
	background: #2193ea url(../img/icon_07.png) no-repeat center center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#service .serviceBox .serviceBlock span.icon_02{
	background: #2193ea url(../img/icon_08.png) no-repeat center center;
}
#service .serviceBox .serviceBlock span.icon_03{
	background: #2193ea url(../img/icon_09.png) no-repeat center center;
}
#service .serviceBox a:hover .serviceBlock span.icon{
	background-color: #ff7e00;
}

#service .serviceBox .serviceBlock b{
	font-size: 22px;
	font-weight: normal;
	line-height: 2rem;
}
#service .serviceBox .serviceBlock p{
	text-transform:uppercase;
	font-size: 14px;
	color: #888;
}


@media screen and (max-width: 768px) {
	#header .menu ul li.home a span.cn{
	color: #1185de;
	border-bottom:0;
	}
	#header .menu ul li.home:hover a span.cn{
		color: #fff;
	}
	#banner{
		display: none;
		}


	#focus{
		position: relative;
		width: 100%;
		margin-top:50px;
		height: 50vw;
	}
	#focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:10px; text-align:center;  }
	#focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; vertical-align:top;}
	#focus .hd ul li{ display:inline-block; width:5px; transition: all 0.2s ease-in-out; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:rgba(255,255,255,0.5); margin:0 3px;  vertical-align:top; overflow:hidden;   }
	#focus .hd ul .on{ background:#fff; width: 10px; }
	#focus .bd{ position: relative; z-index: 0; }
	#focus .bd ul li{
		position: relative;
		width: 100%;
		height: 50vw;
	}
	#focus .bd ul li a{
		display: block;
		width: 100%;
		height: 50vw;
		background: #ccc;
		background-size: cover;
		background-position: center center;
	}


	#product{
		background: #f5f5f5;
		padding: 0px 0;
	}
	#product .title{
		text-align: center;
		padding: 50px 0 35px;
		overflow: hidden;
	}
	#product .title h2{
		font-size: 11vw;
		font-weight: normal;
		position: relative;
		z-index: 1;
	}
	#product .title p{
		font-size: 11vw;
		color: #fff;
		margin-top: -50px;
		font-weight: bold;
	}
	#product .productList{
		overflow: hidden;
		text-align: center;
		padding-top:25px;
	}
	#product .productBlock{
		display: inline-block;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 5px 12px rgba(0,0,0,0.1);
		width: 94%;
		padding: 20px 25px;
		margin: 0 0px;
		margin-bottom:30px;
		position: relative;
		top: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#product .productBlock:hover{
		top: -8px;
		box-shadow: 0 5px 25px rgba(0,0,0,0.2);
	}
	#product .productBlock a{
		display: block;
	}

	#product .productBlock .pro-icon{
		float: left;
		margin-right: 20px;
		line-height: 0;
	}
	#product .productBlock .pro-icon img{
		line-height: 0;
	}
	#product .productBlock .pro-con{
		text-align: left;
	}
	#product .productBlock .pro-con h1{
		font-size: 18px;
		margin-bottom:10px;
		padding-top: 8px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#product .productBlock .pro-con p{
		color: #888;
		font-size: 14px;
		line-height: 20px;
		text-align: justify;
	}

	#video{
		background: url(../img/video_bg.jpg) no-repeat center center;
		height: auto;
		padding: 10px 0;
		overflow: hidden;
	}
	#video .title{
		text-align: center;
		padding: 50px 0;
		overflow: hidden;
	}
	#video .title h2{
		color: #fff;
		font-size: 11vw;
		font-weight: normal;
		position: relative;
		z-index: 1;
	}
	#video .title p{
		font-size: 10vw;
		color: #fff;
		margin-top: -50px;
		font-weight: bold;
		opacity: 0.2;
		text-transform:uppercase;
	}
	#video .video{
		width: 94%;
		height: 60vw;
		position: relative;
		background: #000;
		margin-right:3%;
		float: right;
		border-radius: 5px;
		overflow: hidden;
	}
	#video .video .video_btn{
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -43px 0 0 -43px;
		opacity: 0.6;
	}
	#video .video .video_btn:hover{
		position: absolute;
		opacity: 1
	}

	#video .window_hide .content{
		padding: 50px 10px;
		height: 100%;
	}
	#video .window_hide .content video{
		width: 100%;
	}
	#news{
		background: #fff;
		padding: 0px 0 0;
	}
	#news .title{
		text-align: center;
		padding: 70px 0;
		overflow: hidden;
	}
	#news .title h2{
		font-size: 11vw;
		font-weight: normal;
		position: relative;
		z-index: 1;
	}
	#news .title p{
		font-size: 12vw;
		color: #F5F5F5;
		margin-top: -50px;
		font-weight: bold;
	}
	#news .newsList{
		overflow: hidden;
		padding:0px 0;
		margin-bottom: 0px;
	}
	#news .newsBlock{
		width: 94%;
		float: none;
		padding: 0px;
		background: #fff;
		margin:0 3% 20px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#news .newsBlock .pic img{
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	#news .newsBlock h1{
		font-size: 16px;
	}
	#news .newsBlock .describe{
		color: #888;
	}
	#news .newsBlock .line{
		display: block;
		width: 20px;
		height: 2px;
		margin:5px 0 3px;
		background-color: #1386de;
	}
	#news .newsBlock .date{
		font-size: 12px;
		color: #888;
	}
	#news .newsBlock a:hover .describe{
		color: #000;
	}
	#news .newsBlock:hover{
		top: 0;
		box-shadow: none;
	}

	#case{
		background: #f1f1f1;
		padding: 0px 0 40px 0;
		position: relative;
	}
	#case .caseBg{
		display: none;
		position: absolute;
		top: 120px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #f5f5f5;
	}
	#case .title{
		text-align: center;
		padding: 30px 0;
		overflow: hidden;
	}
	#case .title h2{
		font-size: 12vw;
		font-weight: normal;
		position: relative;
		z-index: 1;
	}
	#case .title p{
		font-size: 11vw;
		color: #F5F5F5;
		margin-top: -50px;
		font-weight: bold;
		text-transform:uppercase;
	}
	#case .caseList{
		display: none;
	}
	#case .caseBox{
		width: 1200px; 
		margin:0 auto;
		top: -40px;
		padding: 0 80px;
		position: relative;
	}

	#case .caseBlock .casePic{
		position: relative;
		margin-top: 0;
		float: none;
		width: 100%;
	}
	#case .caseBlock .casePic img{
		width: 100%;
		line-height: 0;
	}
	#case .caseBlock .caseCon{
		position: relative;
		top: 0;
		background-color: #f1f1f1;
		height: auto;
		overflow: hidden;
		padding: 20px 3%;
		box-shadow: none;
	}
	#case .caseBlock .caseCon h2{
		font-weight: normal;
	}
	#case .caseBlock .caseCon .line{
		display: block;
		position: relative;
		width: 100px;
		height: 3px;
		margin:15px 0 15px;
		background-color: #7cbff3;
	}
	#case .caseBlock .caseCon .describe{
		color: #666;
		padding-bottom: 10px;
		text-align: justify;
	}	


	#service{
		background: url(../img/service_bg.jpg) no-repeat center top;
		background-size: cover;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
		position: relative;
	}
	#service .title{
		text-align: center;
		padding: 40px 0 3px;
		overflow: hidden;
	}
	#service .title h2{
		color: #fff;
		font-size: 11vw;
		line-height: 1.2em;
		font-weight: normal;
		position: relative;
		z-index: 1;
	}
	#service .title p{
		font-size: 11vw;
		color: #fff;
		margin-top: -50px;
		font-weight: bold;
		opacity: 0.2;
		text-transform:uppercase;
	}
	#service .serviceCon{
		padding: 0px 0 20px;
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	#service .serviceBox .serviceBlock{
		display: block;
		width: 94%;
		margin:0 3% 20px;
		background: #fff;
		height: 95px;
		padding:20px 0 0 120px;
		position: relative;
	}
	#service .serviceBox .serviceBlock span.icon{
		width: 95px;
		height: 95px;
		position: absolute;
		top: 0px;
		left: 0;
		display: block;
		margin-right: 20px;
		background: #2193ea url(../img/icon_07.png) no-repeat center center;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#service .serviceBox .serviceBlock span.icon_02{
		background: #2193ea url(../img/icon_08.png) no-repeat center center;
	}
	#service .serviceBox .serviceBlock span.icon_03{
		background: #2193ea url(../img/icon_09.png) no-repeat center center;
	}
	#service .serviceBox a:hover .serviceBlock span.icon{
		background-color: #ff7e00;
	}

	#service .serviceBox .serviceBlock b{
		font-size: 22px;
		font-weight: normal;
		line-height: 2rem;
	}
	#service .serviceBox .serviceBlock p{
		text-transform:uppercase;
		font-size: 14px;
		color: #888;
	}


}