.wrap{
	width: 100%;
	min-width: 1200px;
}
.w1200{
	width: 1200px;
	margin: 0 auto; 
}
img{
	vertical-align: middle;
}
body{
	background: #f6f6f6;
}
.top{
	line-height: 120px;
	background: white;
}
.top .fl{
	font-size: 35px;
	color: #0752b7;
	font-weight: bold;
}
.top_nav{
	
}
.top_nav li{
	display: inline-block;
	font-size: 16px;
	width: 67px;
	text-align: center;
	margin-left: 45px;
	position: relative;
	transition: 1s;
}
.top_nav li:after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -40px;
	background: #0752b7;
	transition: 1s;
}
.top_nav li:hover{
	color: #0752b7;
}
.top_nav li:hover:after{
	content: '';
	bottom: 30px;
}
.top_nav li.on{
	color: #0752b7;
}
.top_nav li.on:after{
	content: '';
	bottom: 30px;
}
.slideBox{ width:100%;overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;  }

.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; 
	background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.about{
	margin-bottom: 85px;
}
.total_titel{
	text-align: center;
	margin-top: 88px;
}
.total_titel_one{
	font-size: 40px;
	font-weight: bold;
}
.total_titel_two{
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 16px;
}
.total_titel_three{
	margin-top: 26px;
	text-align: center;
	font-size: 16px;
	color: #888888;
	line-height: 26px;
}
.about_one{
	text-align: center;
	margin-top: 67px;
}
.about_one li{
	display: inline-block;
	margin: 0 60px;
}
.about_one li:hover .about_two{
	transform: rotate(360deg);
}
.about_two{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #0752b7;
	text-align: center;
	line-height: 96px;
	margin: 0 auto;
	transition: 1s;
}
.about_three{
	margin-top: 26px;
	font-size: 20px;
	font-weight: bold;
}
.about_fuer{
	font-size: 14px;
	line-height: 20px;
	color: #888888;
	margin-top: 26px;
}
.hor img{
	width: 100%;
}
.pro_total{
	text-align: center;
	margin-top:60px;
}
.product{
	margin-bottom: 40px;
}
.pro_total li{
	display: inline-block;
	margin: 0 14px;
	margin-bottom: 54px;
}
.pro_total li:hover img{
	transform: scale(1.1);
}
.pro_total_one{
	width: 302px;
	background-color: aqua;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.pro_total_one img{
	width: 100%;
	transition: 1s;
}
.pro_total_two{
	font-size: 18px;
	margin-top: 21px;
	font-weight: bold;
}
.pro_total_three{
	font-size: 14px;
	margin-top: 17px;
	color: #888888;
}
.x_news{
	margin-top: 76px;
}
.r_news{
	width: 600px;
}
.r_news li{
	margin-bottom: 52px;
	position: relative;
	transition: 1s;
	bottom: 0;
}
.r_news li:hover{
	bottom: -10px;
}
.r_news_l{
	width: 100px;
}
.r_news_l_one{
	font-size: 28px;
	font-weight: bold;
}
.r_news_l_two{
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
}
.r_news_r{
	width: 480px;
}
.r_news_r_one{
	font-size: 16px;
	font-weight: bold;
}
.r_news_r_two{
	font-size: 16px;
	margin-top: 16px;
	line-height: 24px;
	color: #a2a2a2;
}
.foot{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0px;
    padding-bottom: 580px;
    background-attachment: fixed;
    background-image: url("../images/foot.jpg");
    box-sizing: border-box;
    overflow: hidden;
	margin-top: 75px;
	z-index: 1;
}
.foot:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(7,82,183,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.foot .total_titel{
	color: white;
	margin-top: 75px;
}
.foot_total{
	color: white;
	margin-top: 98px;
	margin-bottom: 66px;
}
.foot_total li{
	display: inline-block;
	vertical-align: top;
}
.foot_total_one{
	
}
.foot_total_one div{
	display: inline-block;
	width: 151px;
	height: 151px;
	background: white;
	position: relative;
}
.foot_total_one div img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.foot_total_one div:first-child{
	margin-right: 37px;
}
.foot_total_three li{
	margin-right: 105px;
}
.foot_total_three li:first-child{
	margin-right:45px;
}
.foot_total_three li:last-child{
	margin-right: 32px;
}
.foot_total_two{
	font-size: 16px;
	line-height: 30px;
}
.fott_one{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}
.fott_two{
	font-size: 14px;
	margin-bottom: 12px;
	transition: 1s;
}
.fott_two:hover{
	color: #ecad05;
}
.foot_one{
	border-top: solid 1px white;
}
.foot_one{
	font-size: 16px;
	color: white;
	line-height: 60px;
}
.foot_two{
	font-size: 14px;
	color: white;
	line-height: 40px;
	border-top: solid 1px white;
	display: none;
}
.foot.on{
	padding-bottom: 650px;
}
.foot.on .foot_two{
	display: block;
}
.l_product {
    width: 253px;
    border: solid 1px #d8d8d8;
}
.l_product_titel {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: #0752b7;
    line-height: 67px;
}
.l_product_total {
    padding-top: 16px;
    padding-bottom: 26px;
}
.l_product_total li {
    width: 220px;
    margin: 0 auto;
}
.l_product_total li ul {
    padding: 6px 0;
    text-align: center;
}
.l_product_total li ul li {
    line-height: 50px;
    font-size: 15px;
    border-bottom: dashed 1px #cacaca;
    color: #939393;
}
.l_product_total li ul li:hover {
    background: #ecad05;
    color: white;
}