ul,li{
	margin: 0
}


/*————————————————————————————————— about ————————————————————————————————*/
section.about{
	width: 1200px;
	margin: 80px auto;
	margin-bottom: 0;
}
section.ser{
	width: 100% !important;
	margin:80px auto;
	padding: 0 10%;
	margin-bottom: 80px;
}
section.about>h3{
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 100;
	color: #42484e;
	margin-bottom: 10px;
	/*font-family: "hero","tt_1",Arial, "MingLiU";*/
	padding: 0;
	font-weight: 400;
	color: #3d4351
}

section.about>h5{
	display: 100;
	text-align: center;
	font-size: 40px;
	font-weight: 100;
	color: #3d4351;
	margin-bottom:20px;
	/*font-family: "hero","tt_1",Arial, "MingLiU";*/
	padding: 0;
}

section.about>h5 span{
	color: #00a2e9;
}



.border_bottom{
	content: "";

	width: 153px;
	height: 3px;
	background-color: #00a2e9;
	left: 50%;
	top: 0px;
	display: block;
	margin: 0 auto;
	margin-bottom:30px;

}
section.about>p{
	position: relative;
	text-align: center;
    color: #848484;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
}
section.map{
	position: relative;
	height: 630px;width: 100% !important;
	padding: 80px 0;
	background-color: #363a43;
	background-image: url("../images/map_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

section.map>div h1{
	font-size: 36px;
	position: relative;
	font-weight: 100;
}
section.map>div h1:after{
	position: absolute;
	content: '';
	width: 60px;height: 4px;
	left: 50%;top: 62px;margin-left: -30px;
	background-color: #97af2b;
}
section.map>div p{
	font-size: 16px;line-height: 26px;
	color: #fff;
	margin-top: 36px;
	opacity: 0.8;
}
section.map>p:after{display: none;}
section.map>p{
	position: absolute;
	width: 100%;height: 30px;
	font-size: 21px;
	color: #c0e02f;
	text-align: center;
	bottom: 80px;left: 0;
}


.w50_l p,.w50_r p{font-size: 16px;line-height: 36px;vertical-align: middle;}
.about_1 .w50_l p,.about_1 .w50_r p{line-height: 28px;}
.about .w50_l{padding: 40px 0;}

.about .w50_l p:before{
	content: "";
	display: inline-block;
	background-image: url("../images/good.png");
	width: 36px;height: 36px;margin-right: 10px;
	vertical-align: middle;
}

.ser_group{font-size: 0;margin-top: 30px;text-align: center;}
.ser_box{
	width: 25%;height: 280px;
	margin:10px 0;
	padding: 0 3%;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}
.ser_box img{margin-bottom: 10px;display: inline-block;opacity: 0.5;}
.ser_box p{font-size: 15px;color: #888;}
.ser_box p.title{font-size: 21px;margin-bottom: 20px;color: #333;}

.ser_a{
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 50%;
	margin-left: -25%;
	text-align: center;
	height: 56px;line-height: 53px;
	color: #fff;
	text-indent: 20px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 40px;
	opacity: 0.2;
	transition: 0.4s;
	z-index: 8;
}
.service_box:hover .ser_a{opacity: 1;}
.ser_a:hover{
	border: 1px solid rgba(255,255,255,1);
}

a.ser_a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	width: 56px;
	height: 56px;
	background-image: url("../images/icon-qq2.png");
}

.service_box{
	float: left;
	position: relative;
	width: 25%;
	padding:80px 0 140px 0;
	text-align: center;
	color: #fff;
	background-color: #3d4351;
	transition: 0.4s;
}
.service_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/service_3.jpg");
	background-size: cover;
	opacity: 0;
	filter:Alpha(opacity=0);
	z-index: 1;
	transition: 0.4s;
}

.service_box:first-child{background-color: #3d4351;}
.service_box:first-child .service_bg{background-image: url("../images/service_1.jpg");}

.service_box:nth-child(2){background-color: #28334d;}
.service_box:first-child .service_bg{background-image: url("../images/service_1.jpg");}



.service_box:last-child{background-color: #28334d;}
.service_box:last-child .service_bg{background-image: url("../images/service_2.jpg");}

.service_box h5{
	position: relative;
	font-weight: 100;
	/*font-family: "hero","tt_1",Arial, "MingLiU";*/
	font-size: 30px;
	margin-bottom: 30px;
	color: #fff;
	z-index: 2;
}
.service_box span{
	position: relative;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 8px;
	color: #ebe6ab;
	z-index: 2;
}

.service_info p{
	position: relative;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	z-index: 2;
}
.service_box:hover .service_bg{opacity: 0.6;-ms-filter:Alpha(opacity=60);}

.text b{font-size: 21px;margin: 30px 0 10px 0;font-weight: 100;color: #222;}
.news_detail .text p{margin-bottom: 10px;font-size: 16px;line-height: 26px;}


.col-div {
    padding: 25px;
    overflow: hidden;
    text-align: center;
   margin:20px 0 100px 0;
}


.col-div h4{
	margin: 10px 0;
	font-size: 18px;
	color: #353535;
}

/*————————————————————————————————— about结束 ————————————————————————————————*/




/*—————————————————————————————————products开始————————————————————————————————*/
.produc_fl{
	height: 60px;
	background: #eaeaea;
	text-align: center;


}
.produc_fl ul{
	
}

.produc_fl ul li{
	display: inline-block;	
	padding: 0 20px;
	border-right: 1px solid #cacaca;
}
.produc_fl ul li:first-child{
		border-left: 1px solid #cacaca;
}
.produc_fl ul li a:link{
	color: #333;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

.produc_fl ul li a:hover{
	color: #00a2e9;

}


/*—————————————————————————————————products结束————————————————————————————————*/



/*—————————————————————————————————exploit开始————————————————————————————————*/
.exploit_fl{
	height: 60px;
	border-bottom:1px solid #eaeaea;
	text-align: center;
	margin-top: 20px;
		
	

}
.pexploit_fl ul{
	
}

.exploit_fl ul li{
	display: inline-block;	

	background: #acce22;
	margin-right: 1px;
	width: 400px;
}
.exploit_fl ul li:first-child{
		background: #00a4ee;
}
.exploit_fl ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	display: block;
	font-size: 16px;

}

.exploit_fl ul li a:hover{
	color: #fff;
	background: #00133f;

}

.exploit_content{
	paddint-top: 60px;}


/*—————————————————————————————————exploit结束————————————————————————————————*/
.service_center{
	text-align: left;
	width: 1100px;
	margin: 0 auto;

}

.service_center p{
	text-align: left;
	line-height: 30px;
}

.service_center_title{
	color: #00a4ee;
}


/*底部*/

footer{
	margin-top: 20px;
	border-top: 1px solid #e9eaed;
	border-bottom: 1px solid #e9eaed;
	
}
footer.row{
	text-align: left;
}

.footer{
	width: 1400px;
}


.footer .title{
	font-size: 20px;
	padding: 15px;

}
.bd_rt{
	min-height: 220px;
	border-right: 1px solid #e9eaed;
}
.bd_rt a{
	color: #848484;
	display: block;
	height: 30px;
	line-height: 30px;
}

.bd_l{
	border-left: 1px solid #e9eaed;	
}

footer .container{
	border: 0 !important;
	padding: 0;
	margin: 0 auto;
}



footer .font_wei{
	width: 120px;
}

footer .tel{
	font-size: 20px;
	font-weight: bold;

}

footer .add{
	color: #848484 !important;
	line-height: 25px;
}

footer .enda{    
	background: url(../images/navbar_bg.png);
	height: 30px;
	line-height: 30px; 
	color: #fff;
text-align: center;
font-size: 12px;}