@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #d10000;
}
#wrap1 {
	height: 411px;
}

#top {
	height: 85px;
}
#top_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 65px;
	padding-top: 20px;
}
#top_logo {
	float: left;
	height: 65px;
	width: 220px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#top_right {
	float: right;
	height: 45px;
	width: 400px;
	padding-left: 100px;
	padding-top: 20px;
}
#cn_link {
	float: left;
	width: 120px;
	margin-left: 40px;
	color: #FFFFFF;
}
#cn_link a {
	color: #FFFFFF;
}




#search_box {
	height: 30px;
	width: 238px;
	border: 1px solid #34495E;
	background-color: #FFFFFF;
	border-radius:10px;
	float: left;
}
#search_input {
	float: left;
	height: 30px;
	width: 202px;
	line-height: 36px;
}

#search_btn {
	float: left;
	height: 30px;
	width: 30px;
	line-height: 36px;
        cursor: pointer;
}
#search_btn img {
	margin-top: 5px;
	margin-left: 5px;
}

.nowrap {
	float: left;
	height: 30px;
	width: 200px;
	line-height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	BACKGROUND-COLOR: transparent;
	font-size: 16px;
	    padding-left: 10px;
    outline: none;
}
#menu {
	height: 60px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*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:#ffffff;list-style-type: none;}
.hd-nav li a.navitem{display:inline-block;color:#ffffff;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: #d1d1d1; 
	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: #04315f;}
.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;}
#banner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 80px;
	background-image: url(../images/bannerbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	height: 30px;
}



#bottom {
	min-height: 120px;
	clear: both;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #0351a6;
}
#bottom_inner {
	height: 70px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#bottom_inner a {
	color: #FFFFFF;
}

.date {
	float: right;
	color: #666666;
}
.clearfix {
	clear: both;
}
