@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #d10000;
}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
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: none;list-style-type:none; }
#top {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#top_r1 {
	height: 120px;
	background-image: url(../images/top_r1bg.png);
	color: #FFFFFF;
	overflow: hidden;
}
#top_r1_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}

#top_r1_left {
	float: left;
	height: 120px;
	width: 700px;
	overflow: hidden;
}
#top_r1_right {
	float: left;
	height: 65px;
	width: 400px;
	padding-top: 55px;
	padding-left: 100px;
}
#cn_link {
	float: left;
	width: 100px;
	margin-left: 40px;
	margin-top: 5px;
}
#cn_link a {
	color: #FFFFFF;
}
#cn_link a:hover {
	color: #CCCCCC;
}



#search_box {
	height: 36px;
	width: 238px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	border-radius:10px;
	float: left;
}
#search_input {
	float: left;
	height: 36px;
	width: 202px;
	line-height: 36px;
}

#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: none;
	background: none;
	font-size: 16px;
	color: #555;margin-left: 15px;
}
#top_logo {
	float: left;
	height: 76px;
	width: 220px;
	//background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 20px;
}
#top_txt {
	float: left;
	width: 400px;
	padding-left: 20px;
	margin-top: 37px;
	color: #d1d1d1;
}
#top_txt h2 {
	font-weight: normal;
}

#top_r2 {
	height: 300px;
	color: #FFFFFF;
	font-size: 24px;
}
#top_txt h3 {
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}
#top_r2_inner {
	height: 300px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#slogen {
	padding-top: 110px;
	padding-left: 80px;
}
#top_r3 {
	height: 70px;
	background-image: url(../images/top_r3bg.png);
}
#top_r3_inner {
	height: 70px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}




/*nav*/
.nav{width: 100%;/* height: 83px; */position: relative;z-index: 66;}
#hd{width: 100%;height: 70px;text-align: center;}
.hd-nav li{width: 11%;height: 70px;font-size:16px;float:left;/* text-align:center; */color:#d1d1d1;list-style-type: none;}
.hd-nav li a.navitem{display:inline-block;color:#d1d1d1;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: #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 {
	background-color: #000000;
	height: auto;
	clear: both;
	color: #999999;
	font-size: 14px;
}
#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;
}