* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
/*	transition: all .1s linear;*/
}
.clear {
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: none !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.l_top {
	width: 100%;
	background: #252525;
}
.l_top span, .l_top a {
	font-size: 14px;
	color: #b6b6b6;
	line-height: 35px;
}
.l_top .lt_right {
	float: right;
	padding: 0 20px;
	background-color: #1d6bc0;
	font-size: 0;
}
.l_top .lt_right>img {
	float: left;
	margin-top: 9px;
	margin-right: 13px;
}
.l_top .lt_right>span {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	letter-spacing: 1px;
}

.head {
    width: 100%;
}
.headL {
    float: left;
	line-height: 0;
}
.headR {
    float: right;
	width: 765px;
}
.headR>li {
    float: left;
	width: 12.5%;
	position: relative;
}
.headR>li>a {
    font-size: 16px;
    color: #222;
    line-height: 1;
	display: block;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 54px 0 53px;
	transition: all 0.3s;
}
.headR>li:hover>a ,
.headR>li.on>a {
	color: #1e4890;
	border-bottom: 2px solid #1e4890;
}

.sub {
	display: none;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	border-radius: 0 0 5px 5px;
	position:absolute;
	left: 0;
	z-index: 9;
}
.sub>li {
	width: 100%;
	text-align: center;
}
.sub>li:nth-last-of-type(1) {
	padding-bottom: 5px;
}
.sub>li>a {
	display: block;
	height: 35px;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	overflow: hidden;
}
.sub>li:hover {
	display: block;
	background: #e77817;
}
.sub>li:hover>a {
	color: #fff;
}