@charset "utf-8";
/*头部*/

.header{
	width: 100%;
	height: 124px;
}
.header_top{
	width: 100%;
	height: auto;
	background-color: #fff;
}

.wear_inner{
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
.ht_left{
	height: 100%;
	margin-top: 10px;
}
.htl_d1{
	height: 100%;
	margin-right: 20px;
}
.htl_d1 i{
	line-height:36px;
	font-size:16px ;
	color: #aaa;
	margin:-2px 10px 0 0;
}
.htl_d1 .htl_d1_s{
	height: 100%;
	font:12px/36px "微软雅黑";
	color: #333;
}

.htl_d2{
	width: 120px;
	min-height: 34px;
	margin-right: 20px;
	border: 1px solid #F2F2F2;
	position: relative;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.htl_d2 i{
	line-height:34px;
	font-size:22px ;
	color: #aaa;
	margin:-2px 10px 0 15px;
}
.htl_d2 .htl_d2_s{
	height: 100%;
	font:12px/34px "微软雅黑";
	color: #333;
}
.htl_d2_wx{
	width: 100px;
	height: 100px;
	padding: 10px;
	display: none;
	position: absolute;
	left: -1px;
	top: 33px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-radius:0 0 5px 5px;
}
.htl_d2_wx img{
	width: 110px;
	height: 110px;
	margin: -5px 0 0 -5px;
	
}

.htl_d2:hover{
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	z-index: 9999 ;
}
.htl_d2:hover .htl_d2_wx{
	display: block;
	z-index: 9999 ;
}

.htl_d3{
	width: 120px;
	min-height: 34px;
	margin-right: 20px;
	border: 1px solid #F2F2F2;
	position: relative;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.htl_d3 i{
	line-height:34px;
	font-size:22px ;
	color: #aaa;
	margin:-2px 5px 0 10px;
}
.htl_d3 .htl_d3_s{
	height: 100%;
	font:12px/34px "微软雅黑";
	color: #333;
}
.htl_d3_shouji{
	width: 110px;
	height: 110px;
	padding: 5px;
	display: none;
	position: absolute;
	left: -1px;
	top: 33px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-radius:0 0 5px 5px;
	
}
.htl_d3_shouji img{
	width: 110px;
	height: 110px;
}

.htl_d3:hover{
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	z-index: 9999;
}
.htl_d3:hover .htl_d3_shouji{
	display: block;
	z-index: 9999 ;
}

.ht_right{
	height: 100%;
	margin-top: 10px;
}

.ht_right .ht_right_a{
	height: 100%;
	padding: 0 10px;
	font:14px/36px "微软雅黑";
	color: #333;
}
.ht_right .ht_right_a:hover{
	color: #469dea;
}
.ht_right .ht_right_line{
	width: 1px;
	height: 15px;
	margin: 10px 5px 0px;
	background-color: #ddd;
}


.header_bottom{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999;
	background-color: #fff;
}

.hb_left{
	height: 100%;
}
.hb_left .logo_img{
	width: 160px;
	height: 45px;
	margin-top: 20px;
}
.hb_left .logo_img img{
	width: 160px;
	height: 45px;
}
.hb_left .biaoyu_img{
	width: 214px;
	height: 14px;
	margin: 35px 0 0 15px;
}
.hb_left .biaoyu_img img{
	width: 214px;
	height: 14px;
}
.hb_right{
	margin-top: 20px;
	max-width: 700px;
	height: 40px;
}
.hb_right li{
	height: 40px;
	padding: 0 15px;
	position: relative;
}
.hb_right .li1{
	height: 38px;
	border: 1px solid #fff;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.hb_right .li1:hover{
	border: 1px solid #ddd;
	border-bottom: none;
}
.li1_a1{
	display: block;
	height: 40px;
	font:16px/40px "微软雅黑";
	color: #333;
}
.li1_a1_activity{
	border-bottom: 1px solid #469DEA;
}
.li1_a1:hover{
	color: #469dea;
	
}

.hb_right_lis{
	width: 100%;
	height: 38px;
	display: block;
	/*cursor: pointer;*/
}

.hb_right_lis1{
	display: block;
	height: 38px;
	font:16px/38px "微软雅黑";
	color: #333;
	margin-right: 5px;
}
.hb_right_lis2{
	width:12px;
	height:15px;
	margin-top: 12px;
	position: relative;
	transition: all 0.4s; 
	-ms-transition:all 0.4s;  	/* IE 9 */
	-moz-transition:all 0.4s;  	/* Firefox */
	-webkit-transition:all 0.4s; /* Safari 和 Chrome */
	-o-transition:all 0.4s; 
}
.hb_right_lis2 i{
	font-size: 12px;
	color: #ccc;
	display: block;
}
.hb_right_lisa{
	width: 100%;
	padding-bottom: 5px;
	border: 1px solid #fff;
	border-top: none;
	border-radius:0 0 5px 5px;
	display: none;
	position: absolute;
	top: 38px;
	left: -1px;
}
.hb_right_lisa a{
	width: 90%;
	height: 40px;
	display: block;
	text-align: center;
	font:14px/40px "微软雅黑";
	color: #333;
	margin: 0 auto;
	overflow: hidden;
}
.hb_right_lisa a:hover{
	background-color: #eaeaea;
	color:#469dea;
}
.hb_right_lisa:hover{
	border:1px solid #ddd;
	border-top: none;
}
.li1:hover .hb_right_lisa{
	display: block;
	border:1px solid #ddd;
	border-top: none;
	background-color: #fff;
}
.li1:hover .hb_right_lis1{
	color: #888;
}
.li1:hover .hb_right_lis2{
	color: #888;
}
.li1:hover .hb_right_lis2{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}
/*/头部*/

/*banner*/

/* .banner{
	width: 100%;
	height: 400px !important;
	overflow: hidden;
	background: url(../images/banner.jpg) no-repeat center center;
	
} */

/*.banner img{
	height: 400px;
}*/

/*/banner*/









/*footer*/
.footer{
	width: 100%;
	position: relative;
	/*top: -8px;*/
}
.footer_top{
	width: 100%;
	height:280px;
	background-color: #ddd;
}

.footer_center{
	width: 1120px;
	margin: 0 auto;
	padding-top: 40px;
}
.ft_ul{
	width: 890px;
	height: 100%;
}
.ft_ul_li{
	width: 80px;
	height:100% ;
	margin-right: 140px;
}
.ft_ul_lis{
	width: 100%;
	height: 40px;
	display: block;
    /*margin-bottom: 10px;*/
    font:16px/40px "微软雅黑";
    color: #000000;
}

.ft_ul_li a{
	width: 100%;
	height: 30px;
	display: block;
	font:14px/30px "微软雅黑";
    color: #555;
}

.ft_ul_li a:hover{
	 color:#469dea;
}

.ft_right{
	width: 220px;
	height: 100%;
}
.ft_right_span1{
	width: 100%;
	height: 64px;
	margin-bottom: 20px;
}
.ft_right_span1 img{
	width: 100%;
}

.ft_right_span2{
	width:100px ;
	height: 100px;
	background-color: #fff;
	position: relative;
	margin-right: 20px;
}
.ft_right_span3{
	width:100px ;
	height: 100px;
	/* padding: 5px; */
	background-color: #fff;
	position: relative;
}
.ft_right_span2 img{
	width:100px ;
	height: 100px;
}
.ft_right_span3 img{
	width:100px ;
	height:100px;
}
.ft_right_name{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0px;
	text-align: center;
	font:14px/50px "微软雅黑";
	color: #888;
}
.footer_bottom{
	width: 100%;
	height: 131px;
	background-color: #1a1a1a;
}
.footer_center1{
	width: 1120px;
	margin: 0 auto;
}
.fb_l{
	width: 890px;
}
.fb_lt{
	width: 100%;
	height: 60px;
	position: relative;
    top: 10px;
}
.fb_lt .fb_lt_link{
	width: 100%;
	height: 24px;
	padding-top:5px;
}
.fb_lt_link .link_a,.fb_lt_link .link{
	margin-right: 25px;
	height: 24px;
	font:12px/24px "微软雅黑";
	color: #888;
}
.fb_lt_link .link_a:hover{
	color: #469dea;
}

.fb_lt span{
	display: inline-block;
	margin-right: 10px;
	font:12px/24px "微软雅黑";
	color: #888;
}

.fb_lb{
	width: 100%;
	height: 50px;
	position: relative;
    top: 15px;
}


.fb_lb span{
	width: 99px;
	height: 35px;
	margin-right: 20px;
}
.fb_lb span img{
	width: 99px;
	height: 35px;
}
.fb_r{
	width: 220px;
	height: 82px;
	padding-top: 10px;
}
.fb_r_s1{
	width: 100%;
	height: 30px;
	display: block;
	text-align: right;
	font:20px/30px "微软雅黑";
	color: #888;
}
.fb_r_s2{
	width: 100%;
	height: 26px;
	display: block;
	text-align: right;
	font:16px/26px "微软雅黑";
	color: #888;
}

.fb_r_s3{
	width: 100%;
	height: 26px;
	display: block;
	text-align: right;
	font:14px/26px "微软雅黑";
	color: #888;
}


/*/footer*/


/* 分页 */
.page_box{
	width:700px;
	height:30px;
	margin:20px auto;
}
.page_box a{
	height:28px;
	display: inline-block;
	padding:0 10px;
	margin-right:10px;
	border:1px solid #ddd;
	font: 14px/30px "微软雅黑";
    color: #555;
}
.page_box a:hover{
	border:1px solid #469dea;
	color: #469dea;
}
.page_box .page_active{
	border:1px solid #469dea;
	color: #469dea;
}
.page_s{
	height:28px;
	display: inline-block;
	font: 14px/30px "微软雅黑";
    color: #555;
    margin-left:20px;
}
.ke-container,.wenbenkuang{
	width:100% !important;
}



		   
		    .banner{height: auto !important;}
		    .banner img{height: auto;width: 100%; object-fit: cover;display: block;}
		    
