﻿/* 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%;
	font: inherit;
	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:'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: 55px;
}
.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(search.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;
	height: 50px;
	text-align: center;
	font-family: "Arial, Helvetica, sans-serif";
}

.nav_menu .nav_item>a {
	display: block;
	padding: 0 16px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
}
/*二级下拉*/
.nav_menu .nav_item ul.sub_nav_01 {
    background-position: 156px -1px;
    width: 1120px;
    padding: 20px;
    left:-88px;
}
.nav_menu .nav_item ul.sub_nav_02 {
    background-position: 343px -1px;
    width: 920px;
    padding: 20px 20px 20px 220px;
    left:-289px;
}
.nav_menu .nav_item ul.sub_nav_03 {
    background-position: 382px -1px;
    width: 928px;
    padding: 20px 20px 20px 212px;
    left:-297px;
}
.nav_menu .nav_item ul.sub_nav_04 {
    background-position: 622px -1px;
    width: 900px;
    padding: 20px 20px 20px 240px;
    left:-434px;
}
.nav_menu .nav_item ul.sub_nav_05 {
    background-position: 860px -1px;
    width: 492px;
    padding: 20px 20px 20px 648px;
    left:-749px;
}
.nav_menu .nav_item ul.sub_nav_06 {
    background-position: 1020px -1px;
    width: 380px;
    padding: 20px 20px 20px 760px;
    left:-911px;
}
.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;
	font-size: 16px;
    color: #555;
    font-weight: bold;
    font-family: "Arial, Helvetica, sans-serif";
}

.nav_menu .nav_item ul a{
	font-size: 16px;
    color: #555;
    font-weight: bold;
}
.nav_menu .nav_item ul a:hover{
    color: #165d9c;
}
.nav_menu .nav_item ul span {
	display: inline-block;
	padding: 0 10px;
}
/******************* 底部内容 *******************/
.footer {
	padding: 25px 0;
	background-color: #fff;
	border-top: 8px solid #0079b7;
}


.bottom_logo {
	float: left;
	width: 65px;
	height: 80px;
	background: url(wzrz-logo.png) no-repeat center;
}
.bottom_text {
	padding: 5px 0;
	margin-left: 88px;
	line-height: 28px;
}
.bottom_text p {
	font-size: 14px;
	color: #333;
}

/* 题图 */
.sub_banner {
    height: 260px;
}
