
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
@charset "utf-8";

a {
	text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}

.header{
	background:url(../Image/nav.png) no-repeat top;
	width:100%;
	position: relative;
	z-index: 99999;
	height:67px;
	min-width:1200px;
	
}
/*.header.owrap{
	padding-top: 44px;
	padding-bottom: 26px;
}
.header.twrap{
	padding-top: 34px;
	padding-bottom: 20px;
}*/

.header.fixed.short{ height:95px; width:100%; background:#06224b; border-top:1px solid #035cac;}
.header.fixed.short .nav ul{
	padding-bottom: 10px;
}
/*.header.twrap{
	padding-top: 20px;
	padding-bottom: 10px;
}*/
.header.m-wrap{
	/*padding-top: 13px;
	padding-bottom: 13px;*/
	padding-top: 0;
	padding-bottom: 0;
	height: 70px;
	background:#06224b;
	border-bottom:1px solid #035cac;
}
.header.m-wrap.short{
	padding-top: 0;
	padding-bottom: 0;
}
.header.m-wrap.short.fixed{
	height: 46px;
}
.header.m-wrap .left{
	
}


.header.m-wrap .right{
	display: none;
}

.header.m-wrap .m-navwrap .tit{
	display: block;
	width: 78%;
	padding: 0 17% 0 5%;
	height: 67px;
	line-height: 67px;
	font-size: 15px;
	color: #fff;
	background: url("../Image/li.png") no-repeat 92% center #06224b;

	cursor: pointer;
	border-right: 1px solid #035cac;
}
.header.m-wrap .m-navwrap .tit a{
	color: #fff;
	display: block;
	font-size:24px;
}
.header.m-wrap .m-navwrap .tit a:hover{
	color: #b0b0b0;
}
.header.m-wrap .m-navwrap li{
	border-bottom: 1px solid #0c3064;
	border-right: 1px solid #035cac;
}
.header.m-wrap .m-navwrap .sub-box{
	width: 100%;
	background-color: #004888;
	display: none;
}
.header.m-wrap .m-navwrap .sub-box a{
	display: block;
	width: 78%;
	padding: 0 17.4% 0 4.6%;
	height: 67px;
	line-height: 67px;
	background:#06224b;
	border-top: 1px solid #0c3064;
	color: #fff;
	font-size: 18px;
}
.header.m-wrap .m-navwrap .sub-box a:hover{
	background-color: #cb3637;
}
.header-main{ width:1200px;  height:67px; margin:0px auto; background:url(../Image/bg2.png) no-repeat right;}
.header .nav{ height:67px; float:right;}
.header.m-wrap .left .nav{
	display: none;
}
/*.header .nav ul{
	padding-bottom: 30px;
}*/
.header .nav li{
	width:106px;
	position: relative;
	transition: all 0.2s linear 0s;
	cursor:pointer;
}
.header .nav .home{ width:27px; margin-top:5px;}
.header .nav li:hover,.header .nav li.hover{
	/*border-bottom: 2px solid #035cac;*/
	/*padding-bottom: 28px;*/
	/*margin-bottom: -1px;*/
}

.header .nav li .subbox{
	position: absolute;
	top: 67px;
	left: -180px;
	width: 552px;
	display: none;
	height:300px;
	background:url(../Image/bg1.png) no-repeat top;
	transition: all 0.2s linear 0s;
}
.header .nav li .subbox .sub_l{ margin-top:51px; margin-left:55px;}
.header .nav li .subbox .sub_l .sub_l_tex{ margin-top:13px;}
.header .nav li .subbox .sub_l .sub_l_tex font{ color:#696969;}
.header .nav li .subbox .sub_l .sub_l_tex span{ color:#008cd6;}
.header .nav li .subbox .sub_l .sub_l_bt{ color:#f5ad01; margin-top:12px;}
.header .nav li .subbox .sub_r{ margin-left:80px; margin-top:91px;}
.header .nav li .subbox .sub_r dl dd{ height:30px;}
.header .nav li .subbox .sub_r dl dd em{background:url(../Image/sanjiao.png) no-repeat top; display:block; width:5px; height:9px; margin-top:6px; float:left; margin-right:6px;}
.header .nav li .subbox .top-line{
	display: block;
	width: 100%;
	height: 10px;
	background: #cb3637;
}

.header .nav li:hover ,.header .nav li.hover{
	color: #fff;
	text-align:center;
	font-family:"Microsoft YaHei";
/*	background:#217dca;*/
	color:#fff;
}
.header .nav li .subbox a.bot{
	border-bottom: none;
}
.header .nav li .subbox a:hover{

	/*background:#138ff2;*/
	text-indent:-25px;
	
}
.header.short .nav li{
		float:left;
}
.header.short .nav li:hover,.header.short .nav li.hover{

}
.header.twrap .nav li{
	padding: 0 5px 12px;
}

.header .nav li a{ font-family:"Microsoft YaHei"; display:block; text-align:center; font-size:16px;  height:67px; line-height:67px; color:#fff;}

.subbox .sub_r dl a{ color:#000; height:30px; line-height:30px;}
