.w_1200{
	width: 1200px;
	margin:0 auto;
}
.header{
	width: 100%;
	height: 120px;
	background:url(../images/head_bg.png) no-repeat center center;
}
.header .logo{
	width: 485px;
	height: 100%;
	padding-top: 28px;
}
.header .head_r{
	width: 504px;
	height: 34px;
}
.header .head_r .phone{
	width: 234px;
	height: 24px;
	background: url(../images/phone.png) no-repeat left top;
	margin-top: 48px;
	padding-left: 30px;
	padding-top: 4px;
}
.header .head_r .phone h4{
	font-size: 16px;
	color: #333;
	width: 80px;
	height: 24px;
	float: left;
	margin-top: 0;
}
.header .head_r .phone span{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.header .head_r .search{
	width: 260px;
	height: 33px;
	margin-top: 40px;
}
.header .head_r .search input{
	width: 179px;
	height: 100%;
	border: #032ca6 1px solid;
	padding-left: 2px;
	padding-left: 6px;
    margin-bottom: 5px;
}
.header .head_r .search span{
	background-color: #032ca6;
	padding: 6px 17px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-left: -4px;
}
.nav{
	width: 100%;
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat center center;
}
.nav ul{
	width: 1200px;
	height: 100%;
	margin:0 auto;
}
.nav ul li{
	float: left;
	width: 154px;
	height: 100%;
}
.nav ul li:first-child{
	width: 136px;
}
.nav ul li:last-child{
	border: 0;
	width: 136px;
}
.nav ul li a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	transition: all .3s;
}
.nav ul li a:hover{
	background-color: #1142d5;
	color: #fff;
}
.banner{ width:100%;float: left;overflow: hidden;height: 800px;}
.slideBox{ width:100%;  overflow:hidden; position:relative; margin:auto;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right: 47%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:20px;  width:10px; height:10px; text-align:center; background:#8d8785; cursor:pointer; border-radius: 100%; }
.slideBox .hd ul li.on{ background:#1142d5; color:#fff; }
.slideBox .bd{ position:relative; height:800px; z-index:0;width: 100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle;height: 800px; }
.slideBox .bd img{ width:100%; height:100%; display:block;}

.about{
	width: 100%;
	height: 660px;
	background: url(../images/about.jpg) center center;
	overflow: hidden;
}
.about .ab_l{
	width: 450px;
	height: 310px;
	background: url(../images/about_bg.png) no-repeat center bottom;
	position: relative;
	margin-top: 290px;
}
.about .ab_l .ab_img{
	width: 280px;
	height: 280px;
	border-radius: 280px;
	overflow: hidden;
	margin-left: 110px;
}
.about .ab_l .ab_img img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.about .ab_l .ab_img img:hover{
	transform: scale(1.1);
}
.about .ab_l .ab_box{
	width: 180px;
	height: 185px;
	background: url(../images/ab_pro.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 140px;
}
.about .ab_r{
	width: 750px;
	height: 310px;
	margin-top: 290px;
	padding-left: 50px;
}
.about .ab_r h2{
	font-size: 26px;
	color: #333;
	margin-bottom: 32px;
}
.about .ab_r p{
	font-size: 14px;
	color: #888;
	line-height: 30px;
	margin-bottom: 40px;
}
.about .ab_r a{
	display: block;
	width: 150px;
	height: 46px;
	background: #032ca6;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
}
.projuct{
	width: 100%;
	height: 772px;
	background-color: #7ccb6a;	
	padding-top: 0.1px;
	overflow: hidden;
	background: url(../images/pro_bg.jpg) no-repeat center center;
	
}
.projuct .w_1200{
	position: relative;
}
.projuct .prev{
	width: 60px;
	height: 60px;
	background: url(../images/prev.png) no-repeat center center;
	position: absolute;
	top: 219px;
    left: -86px;
	z-index: 999;
	cursor: pointer;
}
.projuct .next{
	width: 60px;
	height: 60px;
	background: url(../images/next.png) no-repeat center center;
	position: absolute;
	top: 219px;
    right: -86px;
	z-index: 999;
	cursor: pointer;
}
.projuct .bd{
	overflow: hidden;
	width: 100%;
	height: 610px;
	margin-top: 260px !important;
}
.projuct .bd ul{
	overflow: hidden;
	width: 100%;
	height: 610px;
	margin-left: 40px;
}
.projuct .bd li{
	zoom:1;
 	vertical-align:middle;
 	width: 285px;
 	height: 441px;
 	float: left;
 	overflow: hidden;
 	margin-right: 20px;
}

.projuct .bd li .pro_im{
	width: 285px;
	height: 250px;
	overflow: hidden;
}
.projuct .bd li .pro_im img{
	width: 285px;
	height: 250px;
	display:block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.projuct .bd li .pro_tit a{
	display: block;
	width: 110px;
	height: 32px;
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 32px;
	margin:14px auto;
	border: 1px #999 solid;
	transition: all .3s;
}
.projuct .bd li a:hover{
	background-color: #032ca6;
	color: #fff;
}
.projuct .bd li:hover img{
	transform: scale(1.1);
}
.projuct .bd li .pro_tit{
	width: 285px;
	height: 191px;
	background-color: #fff;
	padding-top: 0.1px;
	padding: 0.1px 35px;
}
.projuct .bd li .pro_tit h2{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 20px;
}
.projuct .bd li .pro_tit p{
	font-size: 14px;
	color: #777;
	line-height: 30px;

}
.advantage{
	width: 100%;
	height: 905px;
	background:url(../images/advantage_bg.jpg) no-repeat center center;
}
.advantage .w_1200 ul{
	width: 500px;
	height: 550px;
	float: left;
	margin-top: 290px;
	margin-left: 50px;
}
.advantage .w_1200 ul li{
	width: 500px;
	height: 90px;
	margin-bottom:20px;
}
.advantage .w_1200 ul li span{
	width: 100px;
	height: 90px;
	display: block;
	float: left;
	color: #d5d5d5;
	font-size: 48px;
	background-color: #ececec;
	text-align: center;
	line-height: 90px;
}
.advantage .w_1200 ul li .ad_box{
	width: 400px;
	height: 90px;
	background-color: #fff;
	padding:14px 30px 14px 20px; 
}
.advantage .w_1200 ul li .ad_box h2{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	transition: all .3s;
}
.advantage .w_1200 ul li:hover .ad_box h2{
	color: #032ca6;
	letter-spacing: 2px;
}
.advantage .w_1200 ul li .ad_box p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.advantage .w_1200 .advantage_im{
	width: 550px;
	height: 585px;
	overflow: hidden;
	margin-top: 290px;
}
.advantage .w_1200 .advantage_im img{
	width: 550px;
	height: 585px;
}
.base{
	width: 100%;
	height: 900px;
	background: url(../images/base_bg.jpg) no-repeat center top;
}
.base .base_l{
	width: 592px;
	height: 592px;
	margin-top: 254px;
	background: #000;
}
.base .base_l embed{
	width: 100%!important;
	height: 100%!important;
}
.base .base_r{
	width: 590px;
	height: 590px;
	margin-top: 254px;
}
.base .base_r ul{
	width: 590px;
	height: 590px;
}
.base .base_r ul li{
	float: left;
	width: 286px;
	height: 286px;
	position: relative;
	margin-right: 18px;
	margin-bottom: 20px;
}
.base ul li:nth-child(2),.base ul li:nth-child(4){
	margin-right: 0;
	margin-bottom: 0;
}
.base ul li a > img{
	width: 100%;
	height: 100%;
}
.base ul li .base_box{
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(3,44,166,.8);
	transition: all .3s;
	opacity: 0;
}
.base ul li .base_box img{
	width: 50px;
	height: 50px;
	margin:0 auto;
	display: block;
	margin-top: 96px;
	margin-bottom: 28px;
}
.base ul li .base_box h2{
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.base ul li:hover .base_box{
	height: 100%;
	opacity: 1;
}

.base .w_1200 > a:hover{
	background-color: #00892d;
}
.new{
	width: 100%;
	height: 800px;
	background: url(../images/new_bg.jpg);
	padding-top: 266px;
}

.new ul li{
	width: 350;
	height: 430px;
	float: left;
	margin-right: 75px;
}
.new ul li:last-child{
	margin-right: 0;
}
.new ul li .new_im{
	width: 350px;
	height: 220px;
	overflow: hidden;
}
.new ul li .new_im img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.new ul li:hover .new_im img{
	transform: scale(1.1);
}
.new ul li .new_tit{
	width: 350px;
	height: 210px;
}
.new ul li .new_tit span{
	font-size: 12px;
	color: #888;
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px #888 solid;
	padding-top: 30px;
}
.new ul li .new_tit h2{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	transition: all .3s;
}
.new ul li:hover .new_tit h2{
	color: #032ca6;
	letter-spacing: 2px;
}
.new ul li .new_tit p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 26px;
	color: #7d7d7d;
}
.new ul li .new_tit a{
	width: 112px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #7d7d7d;
	border: 2px #032ca6 solid;
	transition: all .3s;
}
.new ul li .new_tit a:hover{
	background-color: #032ca6;
	color: #fff;
}
.footer{
	width: 100%;
	height: 194px;
	background: url(../images/foot_bg.jpg) no-repeat;
	padding: 0.1px;
}

.footer .ft_l{
   width: 228px;
   height: 148px;
   background: url(../images/foot_b.png) no-repeat right top;
   margin-top: 45px;
   float: left;

}
.footer .ft_l img{
	width: 116px;
	height: 116px;
}

.footer .ft_l span{
	color: #fff;
	writing-mode : lr-tb;
	display: block;
	width: 27px;
	font-size: 14px;
	float: left;	
}
.footer .ft_m{
	width: 635px;
	height: 148px;
	background: url(../images/foot_b.png) no-repeat right top;
	float: left;
    margin-top: 45px;
}
.footer .ft_m ul{
	margin-left: 112px;
	float: left;
}
.footer .ft_m ul li{
	padding-top: 20px;
}
.footer .ft_m ul li a{
	color: #fff;
}
.footer .ft_m ul li:first-child a{
	font-size: 16px;
}
.footer .ft_r{
	width: 240px;
	height: 120px;
	background: url(../images/sh_bg.png) no-repeat;
	float: right;
	margin-top: 45px;
}
.footer .ft_r p{
	color: #fff;
	font-size: 28px;
	line-height: 60px;
	padding-left: 20px;
}
.footer .ft_r .sh_box{
	width: 100%;
	height: 60px;
	margin-top: 14px;
}
.footer .ft_r .sh_box li{
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 14px;
	list-style: none;
}
.footer .ft_r .sh_box li a{
	display: block;
	width: 100%;
	height: 100%;
}
.foot{
	width: 100%;
	height: 50px;
	background: #0f0f3a;
	overflow: hidden;
}
.foot p{
	text-align: center!important;
	line-height: 50px;
	color: #fff;
	width: 100%;
	height: 50px;

}
.foot p a{
	color: #fff;
}






