﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:'Microsoft YaHei',Tahoma,'\5FAE\8F6F\96C5\9ED1',Arial,Helvetica,sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color:#333;
}
b {
	font-weight: bold;
}
body {
	min-width: 1160px;
}
.clearfix:before {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */ 
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
.container {
	margin: 0 auto;
	width: 1160px;
}
/***************** 头部logo、搜索内容 *****************/
.header {
	background-color: #fff;
}
.header_hd {
	padding: 32px 0 20px;
}
.header_left {
	float: left;
}
.header_left img {
	height: 85px;
}
.header_right {
	float: right;
	padding-top: 33px;
}
.header_cont {
	margin: 0 10px 12px 0;
	text-align: right;
}
.header_cont span {
	display: inline-block;
	margin-right: 3px;
	font-size: 14px;
	color: #333;
}
.header_cont .weixin {
	margin-right: 12px;
}
.header_cont .icon_hd {
	position: relative;
}

.header_cont .icon_hd:hover .icon_wei {
	display: block;
}
.header_cont .icon_hd .icon_wei {
	display: none;
	position: absolute;
	top: 18px;
	left: -55px;
	z-index:10;
}
.header_cont span a {
	font-size: 14px;
	color: #333;
}

/* 搜索 */
#search {
	position: relative;
	width: 298px;
	height: 28px;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
}
#search .search_input {
	margin: 1px 30px 1px 15px;
	width: 253px;
	height: 24px;
	border: none;
	outline: none;
}
#search .search_icon {
	position: absolute;
	top: 5px;
	right: 10px;
	border: none;
	outline: none;
	background: url(was5.png) no-repeat center;
}

/******************* 导航内容 **********************/
.navigation {
	width: 100%;
	height: 50px;
	background: url(bg_bg.png) no-repeat center;
	background-size: 100% 50px;
}
.nav_menu .nav_item {
	position: relative;
	float: left;
	width: 135px;
	height: 50px;
	text-align: center;
	border-left: 1px solid #bfbfbf;
}
.nav_menu .nav_item:first-child {
	border-left: none;
}
.nav_menu .nav_item a {
	display: inline-block;
	width: 135px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
/*二级下拉*/
.nav_menu .nav_item ul.sub_nav_01 {
    background-position: 193px -1px;
    width: 1120px;
    padding: 20px;
    left:-136px;
}
.nav_menu .nav_item ul.sub_nav_02 {
    background-position: 330px -1px;
    width: 1070px;
    padding: 20px 20px 20px 70px;
    left:-272px;
}
.nav_menu .nav_item ul.sub_nav_03 {
    background-position: 465px -1px;
    width: 928px;
    padding: 20px 20px 20px 212px;
    left:-408px;
}
.nav_menu .nav_item ul.sub_nav_04 {
    background-position: 604px -1px;
    width: 714px;
    padding: 20px 20px 20px 426px;
    left:-544px;
}
.nav_menu .nav_item ul.sub_nav_05 {
    background-position: 738px -1px;
    width: 640px;
    padding: 20px 20px 20px 500px;
    left:-680px;
}
.nav_menu .nav_item ul.sub_nav_06 {
    background-position: 877px -1px;
    width: 830px;
    padding: 20px 20px 20px 310px;
    left:-816px;
}
.nav_menu .nav_item ul.sub_nav_07 {
    background-position: 1008px -1px;
    width: 1140px;
    padding: 20px 10px 20px 10px;
    left:-952px;
}
.nav_menu .nav_item ul {
    background: #fff url(arrow_menu.gif) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    position: absolute;
    top: 50px;
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    z-index: 999;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.nav_menu .nav_item ul li {
	float: left;
}
.nav_menu .nav_item ul a{
    color: #000;
}
.nav_menu .nav_item ul a:hover{
    color: #165d9c;
}
/******************* 底部内容 *******************/
.footer {
	padding-bottom: 30px;
	background-color: #fff;
	border-top: 8px solid #0079b7;
}

/* 友情链接 */
.footer_link {
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.footer_link  .link_tt {
	float: left;
	padding-left: 10px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 50px;
}
.footer_link .link_content {
	margin-left: 100px;
	position: relative;
}
.link_content .link_list {
	padding-right: 12px;
	float: left;
	margin-left: 35px;
}

.link_content .link_list .link_list_title {
	display: block;
	padding: 0 18px 0 12px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	line-height: 50px;
	background: url(icon_15.png) no-repeat right center;
}
.select_content {
	display: none;
	position: absolute;
	bottom: 50px;
	left: -100px;
	width: 1160px;
	box-shadow: 0 0 3px rgba(0,0,0, .5);
	background-color: rgba(253, 253, 253, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5ffffff, endcolorstr=#e5ffffff);
}
.select_content p {
	padding: 15px 0 0 22px;
	font-size: 18px;
	color: #165d9c;
	line-height: 30px;
}
.link_content .link_list:hover  {
	background-color: #f1f1f1;
}

.select_menu_jnt {
	padding: 5px 25px 15px;
	overflow-y: auto;
}
.select_content .select_list {
	float: left;
	width: 277px;
	line-height: 28px;
}
.select_content .select_list a {
	font-size: 14px;
	color: #333;
}
.select_content .select_list a:hover {
	color: #0c55b0;
}
/* 结尾内容 */
.footer_bottom {
	padding: 30px 0 20px 10px;
}
.left_bottom {
	float: left;
}
.bottom_logo {
	float: left;
	width: 65px;
	height: 80px;
	background: url(wzrz-logo.png) no-repeat center;
}
.bottom_text {
	margin-left: 88px;
	line-height: 24px;
}
.bottom_text .text_dd {
	font-size: 14px;
	color: #333;
}
.bottom_text .text_tt {
	font-size: 14px;
	color: #333;
}
.right_bottom {
	float: right;
}
.bottom_item {
	margin-right: 12px;
	float: left;
	
}
.bottom_item .item_desc {
	font-size: 14px;
	color: #333;
	text-align: center;
}
.bottom_item .item_jnt {
	margin-bottom: 3px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.bottom_item .item_jnt_icon {
	display: inline-block;
	margin: 0 5px 0 3px;
}
.bottom_item .item_jnt_icon img {
	width: 25px;
}

/* 网页bnner区域 */
.sub_banner {
    height: 260px;
}