@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

ul li { list-style: none;list-style-type:none; }
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #d10000;
}
input,button,textarea,select,optgroup,option{
	font-family:inherit;font-size:inherit;font-style:normal;font-weight:normal; outline:none;
}  
input,button,textarea,select{*font-size:100%;}  
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
img{max-width: 100%;border: none;}
ul,li{list-style-type: none;}
#top {
		height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d1d5;
}
#top_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
}

#top_left {
	float: left;
	height: 75px;
	width: 750px;
	overflow: hidden;
}
#top_right {
	float: right;
	height: 55px;
	width: 380px;
	padding-top: 20px;
	padding-left: 30px;
}
#cn_link {
	float: left;
	width: 100px;
	margin-left: 40px;
	margin-top: 5px;
	color: #003B81;
}
#cn_link a {
	color: #003B81;
}
#search_box {
	height: 36px;
	width: 238px;
	border: 1px solid #003B81;
	background-color: #FFFFFF;
	border-radius:10px;
	float: left;
}
#search_input {
	float: left;
	height: 36px;
	width: 202px;
	line-height: 36px;
}
#menu {
	height: 70px;
}
#menu_inner {
	height: 70px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


#search_btn {
	float: left;
	height: 36px;
	width: 36px;
	line-height: 36px;cursor: pointer;
}
#search_btn img {
	margin-top: 5px;
	margin-left: 5px;
}

.nowrap {
	float: left;
	height: 36px;
	width: 200px;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	BACKGROUND: none;
	font-size: 16px;color:#555;margin-left: 15px;
}
#top_logo {
	float: left;
	height: 65px;
	width: 240px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 10px;
}
#top_txt {
	float: left;
	width: 400px;
	padding-left: 30px;
	margin-top: 15px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#top_txt h2 {
	font-weight: normal;
}
#top_txt h3 {
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}



/*nav*/
.nav{width: 100%;/* height: 83px; */position: relative;z-index: 66;}
#hd{width: 100%;height: 70px;text-align: center;}
.hd-nav li{width: 14%;height: 70px;font-size:16px;float:left;/* text-align:center; */color:#333333;list-style-type: none;}
.hd-nav li a.navitem{display:inline-block;color:#333333;height: 70px;line-height: 70px;width: 100%;}
.hd-nav li.on a.navitem{
	background-image: url(../images/nav_hover.png);
	background-position: center 55px;
	background-repeat: no-repeat;}
.hd-nav li:hover a.navitem{height:70px; line-height: 70px; color: #121212; 
	background-image: url(../images/nav_hover.png);
	background-position: center 55px;
	background-repeat: no-repeat;
	text-decoration:none;}
.hd-nav li:hover .hd-nav li{height:60px; line-height:60px; color: #fff;}
.hd-nav li:hover .subnav{display: block;}
.hd-nav .subnav {width:100%; height:52px; display: none;}
.hd-nav .subnav a{display: block;width: 80%;font-size:15px;color: #d1d1d1; margin:0 10%; text-decoration:none;}
.hd-nav .subnav .submenu{width:100%; padding: 8px 0; background-color: #666666;}
.hd-nav .subnav .submenu:hover{
	background-color: #222222;
	text-decoration:none;
}

.hd-nav .subnav .submenu{position: relative;}
.hd-nav .subnav .secnav{position: absolute;width: 100%;top: 0;right:100%; display: none;}
.hd-nav .subnav .submenu:hover .secnav{display: block;}
.hd-nav .subnav .first_nav{border-top:none;}


#bottom {
	height:auto;
	clear: both;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d1d5;
}
#bottom_inner {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#bottom_inner a {
	color: #999999;
}

.date {
	float: right;
}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}