@charset "utf-8";
/* CSS Document */
/*================清除默认样式==============*/
a,img,blockquote,body,div,code,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
li,ul{list-style-image:none;list-style-type:none}
a{font-size:12px;color:#2b2b2b;text-decoration:none;cursor: pointer;}
a:hover{text-decoration: none;}
body,input{color: #363636;font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;}
i, cite, em, var, address, dfn {
    font-style: italic;
}
input{border: 0;}
/*清除浮动代码*/ 
.clearfix{ 
　　zoom:1; 
} 
.clearfix:after{ 
　　content:''; 
　　display:block; 
　　height:0; 
　　clear:both; 
　　overflow:hidden; 
}
/*================公共样式=====================*/
.l{float:left;}
.r{float:right;}
.w{margin:0 auto;width:1200px;overflow:hidden}
img {
    display: inline-block;
    border: 0;
}
/*=========head===============*/
header{
	width: 100%;
	height: 110px;
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	z-index: 99;
}
.head_title{
	height: 35px;
	line-height: 35px;
	background: #383838;
	font-size: 12px;
}
.head_title_l{
	position: relative;
}
.head_title_l img{
	height:18px ;
	width: 18px;
	position:absolute ;
	top:7px;
}
.head_title_l span{
	display: inline-block;
	margin-left: 25px;
}
.head_title_r .l img{
	height: 15px;
	width: 15px;
	position: relative;
	top:3px;
	margin-right: 3px;
}
.head_title_r p{
	color: #fff;
	display: inline-block;
	margin-right: 15px;
}
.head_title_r p span{
	color: #f38904;
}
.head_title_r .r img{
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.head_title_r .r .head_img1{
	height:16px ;
	width: 15px;
}
.head_title_r .r .head_img2{
	height: 16px;
	width: 17px;
}
.head_title_r .r .head_img3{
	height:16px ;
	width: 17px;
}
.head_foot{
	height: 75px;
	line-height: 75px;
	font-size: 14px;
	color: #fff;
	position: relative;
}
.head_pop{
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
	position: absolute;
	z-index: 98;
}
.head_w{
	position: absolute;
	height: 100%;
	width: 1200px;
	z-index: 99;
}
.head_w .l .head_logo{
	margin-top: 15px;
}
.head_w .r{
	
}
.head_w .r .head_w_r_box{
	margin-left: 33px;
	position: relative;
	z-index: 999;
}
.head_w .r .head_w_r_box .head_r_a{
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	height: 72px;
	line-height: 72px;
	display: block;
}
.head_w .r .active{
	border-bottom: 3px solid #fdf105;
}
.head_w .r .head_w_r_box i img{
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.head_w .r .head_w_r_box i{
	font-size: 14px;
	padding: 6px 12px;
	background: #1296db;
	border-radius: 20px;
	font-style: normal;
	cursor: pointer;
	
}
.head_w_drop{
	width: 128px;
	z-index: 1001;
	background: #f00;
	position: absolute;
	right: -30px;
	top: 65px;
	background:url(../images/drowp_ico.png) no-repeat top;
	padding-top: 10px;
	display: none;
	
}
.head_drop_ctt{
	background:#1296db;
	padding: 10px 0 15px;
	border-radius: 0px 0px 10px 10px;
}
.head_drop_li{
	display: block;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	
}
 .head_drop_li a{
	height: 30px;
	line-height: 30px;
	color: #fff;
	width: 128px;
	font-size: 14px;
	display: block;
	
	
}
 .head_drop_li a:hover{
 	background: #017bba;
 }
.drop_operation{
	
	width: 3520px;
	right: -1440px;
	top: 65px;
	background:url(../images/drowp_ico.png) no-repeat 1984px top;
	padding-top: 10px;
	display: block;
}
.operation_box:first-child{
	margin-left: 300px;
}
.operation_box{
	margin-left: 30px;
	margin-top: 10px;
}
.operation_box h2{
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}
.operation_box h2 img{
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 8px;
	position: relative;
	margin-top:0 ;
	top:7px ;
}
.operation_box li{
	margin-left: 35px;
	height:25px ;
	line-height:25px ;
	margin-top: 5px;
}
.operation_box li a{
	color: #fff;
	font-size: 14px;
}
.operation_box li a:hover{
	text-decoration: underline;
}







/*==============banner*/
.banner img{
	margin: 0 auto;
}
/*==============footer===============*/
footer{
	width: 100%;
	height: 200px;
	color: #333;
	overflow: hidden;
}
.foot_ctt{
	width: 100%;
	margin-top: 35px;
	height: 95px;
}
.foot_ctt .foot_l{
	width: 530px;
	height: 100%;
	color:#2b2b2b;
	background: url(../images/foot_logo.jpg) no-repeat bottom right;
}
.foot_ctt .foot_l p{
	font-size: 12px;
	line-height: 20px;
}
.foot_p2{
	margin-top: 8px;
}
.foot_r_title li{
	margin-left:13px ;
	height: 13px;
	line-height: 13px;
}
.foot_r_title li a{
	padding-right:13px ;
	border-right: 2px solid #7a7a7a;
	font-size: 12px;
}
.foot_r_title li:last-child a{
	border: 0;
}
.foot_r_foot{
	margin-top: 45px;
}
.foot_r_foot p{
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-left: 13px;
}
/*==========pop_foot_two============*/
.pop_foot_two{
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 1000;
}
.pop_foot_two img{
	cursor: pointer;
}
/*===========pop_foot================*/
.pop_foot{
	width: 100%;
	height: 65px;
	position: fixed;
	overflow: hidden;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 999;
}
.pop_shade{
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #000;
	opacity: 0.6;
	left: 0;
	top: 0;
}
.pop_ctt{
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
}
.pop_ctt_one{
	height: 65px;
	margin-top: 5px;
}
.pop_ctt_one img{
	display: inline-block;	
}
.pop_ctt_one .pop_one{
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: -8px;
}
.pop_one h3{
	font-size: 20px;
}
.pop_one p{
	font-size: 14px;
	margin-top: 3px;
	letter-spacing: 1px;
}
.pop_ctt_one .r{
	margin-top: 15px;
	margin-left: 30px;
}
.pop_ctt_one a{
	padding: 8px 16px;
	color: #fff;
	font-size: 14px;
	margin-left: 13px;
	border-radius: 8px;
}
.pop_ctt_one a img{
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.pop_ctt_one a:last-child img{
	display: inline-block;
	position: relative;
	top: 6px;
	margin-right: 5px;
}
.pop_ctt_s{
	background: #1296db;
}
.pop_ctt_a{
	background: #31c27c;
}
.pop_ctt_two{
	margin-top: -4px;
	margin-left: 70px;
}
.pop_ctt_two h4{
	font-weight: 100;
	font-size: 16px;
	
}
.pop_ctt_two p{
	
}
.pop_ctt_two h4 img{
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 8px;
	
}
.pop_ctt_two li{
	margin-right: 20px;
	height: 55px;
	border-right: 1px solid #fff;
	padding-right:20px;
	margin-top: 10px;
}
.pop_ctt_two li:last-child{
	border: 0;
}
.pop_ctt_r{
	margin-top: 22px;	
}
.pop_ctt_r a{
	padding: 8px 18px;
	background: #31C27C;
	color: #fff;
	font-size: 14px;
	border-radius:8px ;
}
/*drop_down*/
.drop_down{
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 100px;
}
.drop_ctt{
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 400px;
	height: 130px;
}














