/*头部导航*/
#head{
	width: 100%;
}
.header{
	width: 1220px;
	overflow: hidden;
	margin: 0 auto;
	height: 104px;
}
#head .header .logo{
	padding-top: 24px;
	width: 406px;
	height: 56px;
	float: left;
}
#head .header .logo img{
	width: 100%;
	height: 100%;
}
#head .header .zix{
	width: 200px;
	height: 56px;
	float: right;
	overflow: hidden;
	padding-top: 24px;
}
#head .header .zix .left{
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	float: left;
	
}
#head .header .zix .left i{
	color:#002cca ;
	font-size: 46px;
	
}
#head .header .zix .right{
	width: 136px;
	height: 56px;
	float: right;
}
#head .header .zix .right .p1{
	font-size: 14px;
	color: #8b8b8b;
}
#head .header .zix .right .p2{
	font-size: 20px;
	color:#002cca ;
}
#head .nav{
	width: 100%;
	height: 68px;
	background: #002cca;
}
#head .nav .ul{
	width: 1042px;
	height: 64px;
	padding-top: 2px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	
}
#head .nav .ul li a{
	font-size: 16px;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	padding-left:10px ;
	padding-right: 10px;
	color: white;
	transition: all 0.5s; 
	text-decoration: none;
}
#head .nav .ul li a:hover{
	border-bottom: 2px solid white;
}
#head .nav .ul li.nvn a{
		border-bottom: 2px solid white;
}
/*头部导航*/
.banner{
	width: 100%;
	height: 324px;
	
}
/*二级导航*/

#news{
	width: 1220px;
	margin: 0 auto;
	margin-top: -90px;
	overflow: hidden;
	padding-bottom: 192px;
}
#news .top{
	width: 952px;
	overflow: hidden;
	height: 30px;
	padding-top: 50px;
	padding-bottom: 8px;
}
#news .top .text{
	float: right;
	color: #b4b4b4;
	font-size: 14px;
}
#news .top .xian{
	width: 6px;
	height: 10px;
	background: #002cca;
	float: right;
	margin-right: 20px;
	margin-top: 6px;
}
#news .left{
	width: 200px;
	float: left;
	padding-top: 90px;
}

#news .left .nation p{
	width: 200px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #3e3e3e;
	background: #efefef;
	cursor:pointer;
	border-top: 1px solid white;
}
#news .left .nation.ation p{
	background: #002cca;
	color: white;
}

#news .left .nation .nvmn{
	display: none;
}
#news .left .nation .nm{
	width: 180px;
	margin: 0 auto;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 14px;
	color: #3e3e3e;
	background: #efefef;
	cursor:pointer;
	border-top: 1px solid white;
}
#news .left .nation .nm.atvion{
	background: #002cca;
	color: white;
}
.nmn{
	width: 1220px;
	margin: 0 auto;
}
#news .left .nation .nm:hover{
	background: #002cca;
	color: white;
}
#news .left .nation p:hover{
	background: #002cca;
	color: white;
}
.title{
	width: 200px;
	height: 134px;
	background:#0052a9;
	margin-top: -40px;
	color: white;
	position: relative;
}
.title .shu{
	margin-left: 45px;
	font-size: 58px;
}
.anchor{
	position: absolute;
	top: 14px;
	
}
.title p{
	text-align: center;
	font-size: 26px;
	color: white;
	/* margin-top: -20px; */
}
#news .right{
	float: right;
}
#news .right .products{
	width: 952px;
	border: 1px solid #eeeeef;
}
#news .right .products .prod{
	height: 300px;
	padding-left: 80px;
	padding-top: 60px;
	overflow: hidden;
}
#news .right .products .prod li{
	float: left;
}
#news .right .products .prod li .img{
	width: 473px;
	height: 283px;
}
#news .right .products .prod li .img img{
	width: 100%;
	height: 100%;
}

#news .right .products .prod li h3{
	font-size: 24px;
	color: #002cca;
	padding-top: 50px;
	padding-right: 82px;
	padding-bottom: 15px;
	font-weight: 600;
}
#news .right .products .prod li p{
	padding-top: 20px;
	font-size: 18px;
	color: #000000;
}
#news .right .products .fen{
	width: 850px;
	margin-left:80px;
	height: 54px;
	border-bottom: 1px solid #99d8f5;
}
#news .right .products .fen li{
	height: 55px;
	width: 162px;
	text-align: center;
	line-height: 55px;
	float: left;
	background: #b4b4b4;
	color: white;
	margin-left: 1px;
	font-size: 16px;
	cursor: pointer;
}
#news .right .products .fen li:hover{
	background: #002cca;
}
#news .right .products .fen li.fation{
	background: #002cca;
}
#news .right .products .fen li:nth-child(1){
	margin-left: 0px;
}

#news .right .products .detailed{
	width: 790px;
	margin: 0 auto;
	padding-bottom: 94px;
}
#news .right .products .detailed h4{
	padding-top: 36px;
	font-size: 16px;
	font-weight: 600;
	
}
#news .right .products .detailed p{
	padding-top: 20px;
	font-size: 16px;
	
}
#news .right .products .detailed1{
	display: none;
	width: 790px;
	margin: 0 auto;
	padding-bottom: 94px;
}
#news .right .products .detailed1 h4{
	padding-top: 36px;
	font-size: 16px;
	font-weight: 600;
	
}
#news .right .products .detailed1 p{
	padding-top: 20px;
	font-size: 16px;
	
}
#news .right .products .detailed2{
	display: none;
	width: 790px;
	margin: 0 auto;
	padding-bottom: 94px;
}
#news .right .products .detailed2 h4{
	padding-top: 36px;
	font-size: 16px;
	font-weight: 600;
	
}
#news .right .products .detailed2 p{
	padding-top: 20px;
	font-size: 16px;
	
}
/*底部*/
#footer{
	width: 100%;
	height:182px;
	padding-top: 54px;
	padding-bottom: 54px;
	background: #343434;
}
#footer .box{
	width: 1221px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .box .left{
	width: 205px;
	height: 69px;
	float: left;
	padding-top: 52px;
}
#footer .box .left img{
	width: 100%;
	height: 100%;
}
#footer .box .center{
	width: 300px;
	float: left;
	height: 182px;
	border-right:1px solid #595959;
	padding-left: 140px;
	padding-right: 94px;
}
#footer .box .center .zi{
	font-size: 16px;
	color: white;
}
#footer .box .center .zi span{
	font-size: 20px;
	color: white;
}
#footer .box .center .xian{
	width: 40px;
	height: 1px;
	background: white;
	margin-top: 14px;
}
#footer .box .center .tiao{
	width: 300px;
	overflow: hidden;
	padding-top: 22px;
}
#footer .box .center .tiao a{
	display: block;
	width: 140px;
	height: 38px;
	text-decoration: none;
	border: 1px solid white;
	line-height: 38px;
	color: white;
	font-size: 14px;
}
#footer .box .center .tiao a:hover{
	background:#312e2e;
	color: #bbbbbb;
	transition: ease; 0.5s
}
#footer .box .center .tiao a:hover i{
	color: #bbbbbb;
	transition: ease; 0.5s
}
#footer .box .center .tiao a:nth-child(2n-1){
	float: left;
}
#footer .box .center .tiao a:nth-child(2n){
	float: right;
}
#footer .box .center .tiao a:nth-child(3){
	margin-top: 12px;
}
#footer .box .center .tiao a:nth-child(4){
	margin-top: 12px;
}
#footer .box .center .tiao a i{
	color: white;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 8px;
}
#footer .box .right{
	width: 390px;
	float: right;
}
#footer .box .right .you{
	font-size: 16px;
	color: white;
}
#footer .box .right .you span{
	font-size: 20px;
	color: white;
}
#footer .box .right .xian{
	width: 40px;
	height: 1px;
	background: white;
	margin-top: 14px;
}
#footer .box .right .lian{
	width: 390px;
	overflow: hidden;
	padding-top: 24px;
}
#footer .box .right .lian a{
	display: block;
	text-decoration: none;
	padding-right:23px;
	padding-left:23px;
	height: 16px;
	line-height: 16px;
	float: left;
	color: white;
	border-right:1px solid white ;
}
#footer .box .right .lian a:nth-child(1){
	padding-left:0px;
}
#footer .box .right .lian a:nth-child(4n){
	padding-right:0px;
	border: none;
}
.left_t {
	width: 473px;
	height: 283px;
	position: relative;
	overflow: hidden;
	background: wheat;
}

.left_t .wrapper {
	width: 1419px;
	height: 283px;
	overflow: hidden;
	position: absolute;
	font-size: 0;
	line-height: 0;
}
.left_t .wrapper img{
	width: 473px;
	height: 283px;
}
.left_b {
	width: 473px;
	height:172px;
	margin-left: 80px;
	background: white;
	position: relative;
}
.left_b .imgg{
	width: 266px;
	height: 263px;
	position: absolute;
	right:-400px;
	top: -38px;
}
.zhong {
	width: 473px;
	height: 87px;
	margin-top: 43px;
	overflow: hidden;
}
.dianZuo {
	width: 25px;
	height: 85px;
	float: left;
}
.atu {
	width: 112px;
	height: 85px;
	float: left;
	margin-left: 21px;
}
.atu img{
	width: 100%;
	height: 100%;
}
.dianYou {
	width: 25px;
	height: 85px;
	float: right;
}
.action {
	border: 1px solid #002cca;
}