﻿@charset "utf-8";

/* CSS Document */

body {
	background: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.6 "Microsoft YaHei", Arial, "Hiragino Sans GB", HELVETICA, sans-serif;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
	display: block;
}



a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0f5dbd;
	text-decoration: none;
	cursor: pointer;
}

.biaoti{
	color: #0f5dbd;
	font-size: 39px;
	font-family: 'FZZHUNYSK';
}

img {
	border: 0;
	vertical-align: bottom;
}

ul,
ol {
	list-style: none;
}

input {
	border: 0;
}

input:focus {
	border: 0;
	outline: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: ".";
}

.left {
	float: left;
}

.right {
	float: right;
}

.layout {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.hide {
	display: none;
}

.mr40 {
	margin-right: 40px;
}

.mr30 {
	margin-right: 30px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr10 {
	margin-right: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt16 {
	margin-top: 16px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.h50 {
	width: 100%;
	height: 50px;
	clear: both;
}

.h30 {
	width: 100%;
	height: 30px;
	clear: both;
}

.h20 {
	width: 100%;
	height: 20px;
	clear: both;
}

.h25 {
	width: 100%;
	height: 25px;
	clear: both;
}

.h10 {
	width: 100%;
	height: 10px;
	clear: both;
}

.h15 {
	width: 100%;
	height: 15px;
	clear: both;
}

.h14 {
	width: 100%;
	height: 14px;
	clear: both;
}

.h5 {
	width: 100%;
	height: 5px;
	clear: both;
}

.clearfix:after,
.clearfix:before {
	content: '';
	width: 0;
	height: 0;
	clear: both;
}


/*顶部图片*/

.container {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.container,
.w760:after {
	display: block;
	content: '';
	clear: both;
}


/*头部logo banner及搜索*/

.header {
	padding-top: 16px;
	min-width: 1200px;
	height: 270px;
	/*height: 314px;*/
	background: url(../img/header_bg.jpg) no-repeat center top;
	/* background: url(../img/header_bg_spring.jpg) no-repeat center top; */
	color: #fff;
}
.header a {color: #000;}

.r_box {
	text-align: right;
	width: 1200px;
	margin: 0 auto;
	height: 28px;
}

.r_box a {
	margin-right: 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
}

.r_box a.txt {
	margin-right: 0;
}

.r_box a.hm {
	background: url(../img/icon_hm.png) no-repeat left center;
	padding-left: 30px;
	position: relative;
}

.r_box a.wb {
	background: url(../img/icon_wb.png) no-repeat left center;
	padding-left: 30px;
}

.r_box a.wx {
	background: url(../img/icon_wx.png) no-repeat left center;
	padding-left: 30px;
	position: relative;
}

.r_box a.ly {
	background: url(../img/icon_ly.png) no-repeat left center;
	padding-left: 20px;
	color: #0f5dbd;
	/*color: #fff;*/
}

.r_box a.hm img {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 12px;
	top: 35px;
	display: none;
	z-index: 9;
}

.r_box a.hm:hover img {
	display: block;
}



.r_box a.wx img {
	position: absolute;
	width: 165px;
	height: 80px;
	left: 12px;
	top: 35px;
	display: none;
	z-index: 9;
}

.r_box a.wx:hover img {
	display: block;
}

.footer_nav a.mobile{
	position: relative;
}
.footer_nav a.mobile img{
	position: absolute;
	width: 80px;
	height: 80px;
	left: 12px;
	top: 35px;
	display: none;
	z-index: 9;
}
.footer_nav a.mobile:hover img{
	display: block;
}


.logo_search {
	width: 1200px;
	padding-bottom: 53px;
	margin: 0 auto;
	/*height: 80px;*/
	height: 120px;
	padding-top: 13px;
}

.l_logo {
	width: 500px;
	height: 80px;
	padding-top: 20px;
}

.l_logo img {
	width: 100%;
	height: 80px;
	display: block;
}

.r_search {
	height: 70px;
	overflow: hidden;
	padding-top: 20px;
	/*padding-top: 110px;*/
}

.r_40 {
	height: 40px;
	overflow: hidden;
}

.r_40 a {
	display: block;
	float: right;
	width: 100px;
	height: 40px;
	line-height: 40px;
	/*background: #0f5dbd;*/
	background:#fbd65f;
	text-align: center;
	color: #8c0f09;
	font-size: 14px;
	border-radius: 5px;
}

.r_40 .searchbox {
	width: 330px;
	height: 40px;
	margin-right: 20px;
	padding-right: 50px;
	background: #fff;
	position: relative;
	float: right;
	border-radius: 5px;
}

.r_search .searchbox input.s_input {
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	width: 310px;
	border-radius: 5px;
}

.r_search .searchbox input.s_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	background: url(../img/icon_search.png) no-repeat center center;
}

.r_search p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.r_search p a {
	margin: 0 8px;
}


/*首页导航*/

.index_nav {
	width: 100%;
	background: #0f5dbd;
	/* background: #c30219; */
	overflow: hidden;
	height: 60px;
}

.index_nav ul {
	overflow: hidden;
}

.index_nav ul li {
	float: left;
	line-height: 60px;
	height: 60px;
}

.index_nav ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	display: block;
	text-align: center;
	line-height: 60px;
	height: 60px;
}

.index_nav ul li a:hover {
	background: #3f7dca;
	/* background: #9a0012; */
}

.index_nav ul li.active a {
	background: #3f7dca;
	/* background: #9a0012; */
}


/*友情链接*/

.friend_L {
	width: 100%;
	min-width: 1200px;
}

.theImg {
	width: 1200px;
	margin: 0 auto;
}

.theImg img {
	width: 230px;
	height: 50px;
}

.theImg li {
	display: inline-block;
}

.friend_o {
	position: relative;
	left: -10px;
}

.friend_oi {
	position: relative;
	right: -35px;
}

.friend_s {
	position: relative;
	right: -10px;
}

.friend_f {
	position: relative;
	right: -20px;
}


/*.links{height: 40px;width:1200px;margin:0 auto;padding:20px;}
.link_l{width:130px;padding-left:10px;line-height: 50px;height:50px; font-size:16px;}
.link_r {height: 40px;}
.link_r ul{ height: 40px;position: relative;left: -20px;}
.link_r ul li{display: inline-block;margin-left: 16px; height: 40px;width:280px;}
.link_r ul li select{height: 40px;width:280px;position: relative;z-index:999;padding:0 25px;}
.link_o{position: relative;left: -16px;}
.link_t{position: relative;left: -10px;}
.link_s{position: relative;left: -4px;}
.link_f{position: relative;right: -4px;}*/

.links {
	height: 60px;
	width: 1120px;
	margin: 0 auto;
	padding: 20px 40px;
	background-color: #f5f5f5;
}

.link_l {
	width: 99px;
	padding-left: 10px;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	color: #c44021;
	font-weight: bold;
	margin-right: 30px;
	border-right: 1px solid #999;
}

.link_r {
	height: 60px;
}

.link_r ul li {
	float: left;
	margin-right: 55px;
	height: 60px;
	width: 220px;
}

.link_r ul li.r_line {
	padding-right: 55px;
	border-right: 1px solid #999;
}

.link_r ul li select {
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 999;
	margin-top: 10px;
}

.link_r ul li.mr0 {
	margin-right: 0;
	width: 235px;
}

.entrance_link {
	position: fixed;
	top: 250px;
	left: 50%;
	margin-left: 625px;
	z-index: 1000;
}

.entrance_link_01 {
	margin-bottom: 8px;
	position: relative;
}

.entrance_link_01_erweima,
.entrance_link_04_erweima {
	position: absolute;
	right: 90px;
	top: -30px;
}

.entrance_link_04_erweima {
	position: absolute;
	right: 90px;
	top: 0px;
}


/* footer*/

.top_foot {
	border-bottom: 2px solid #8cc332;
	margin-bottom: 2px;
	width: 100%;
	height: 10px;
	background: url(../img/icon_b.png) repeat-x left center;
	width: 100%;
}

.footer {
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #0f5dbd;
	/* background: #c30219; */
}

.footer_nav {
padding: 0 0 20px;
text-align: center;
}

.footer_nav a {
color: #fff;
padding: 0 20px;
}

.footer_nav a:hover {
color: #ccc;
}

.footer_r {
width: 220px;
margin-top: 45px;
}

.twic img {
position: relative;
top: -12px
}

.footer_c {
width: 580px;
text-align: left;
border-left: 1px solid white;
padding-left: 30px;
margin-left: 30px;
}
.footer_c a {color:#fff;}
.footer p {
line-height: 24px;
font-size: 14px;
color: #fff;
}

.footer_t {
width: 320px;
font-size: 30px;
font-weight: bold;
margin-top: 50px;
}

.trans {
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-backface-visibility: hidden;
}

.trans:hover {
transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
}


/*高级搜索*/

.advanced_search_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 21px;
	z-index: 100;
	background-color: white;
}

.advanced_search_box .title {
	height: 44px;
	padding-left: 72px;
	line-height: 44px;
	color: #666;
}

.advanced_search_box .title a span{
	font-size: 50px;
	float:right;
	padding-right:30px;
	border-left:0;
	color:#000;
	padding-left:0;
	height:auto;
	font-weight:normal;
	line-height:40px;
}

.advanced_search_box .condition_top {
	background: #f3f3f3;
	border-top: 1px solid #dcdcdc;
	padding: 24px 0 29px 0;
}

.advanced_search_box .content .level {
	height: 26px;
	line-height: 26px;
	margin-top: 6px;
}

.advanced_search_box .level .fir {
	width: 88px;
	display: inline-block;
	padding-right: 7px;
	text-align: right;
	font-weight: bold;
}

.advanced_search_box .content .level1 .sec {
	margin-left: 0!important;
}

.advanced_search_box .content .level .sec {
	width: 168px;
	margin-left: 100px;
}

.advanced_search_box .content .level input[type="text"] {
	height: 24px;
	width: 188px;
	line-height: 24px;
	border: 1px solid #999;
	border-bottom-color: #d8d8d8;
	padding-left: 5px;
	box-sizing: border-box;
}

.advanced_search_box .condition_bottom input[type="radio"] {
	top: 2px;
}

.advanced_search_box .condition_bottom input[type="button"] {
	width: 99px;
	height: 36px;
	border: none;
	margin: 15px 0 0 259px;
}

.advanced_search_box .condition_bottom .example {
	margin-left: 11px;
}

.advanced_search_box .condition_bottom .doc {
	width: 105px;
}

.advanced_search_box .condition_bottom label {
	margin-right: 11px;
}

.advanced_search_box .prompt {
	display: none;
	margin-left: 10px;
	color: #555;
}

.advanced_search_box .btn_prompt {
	display: none;
	color: red;
}

.advanced_search_box .advanced_time {
	margin-left: 5px;
}

.advanced_search_box .advanced_time img {
	margin-left: 3px;
	vertical-align: middle;
}

.advanced_search_box .content .level .advanced_time .rr {
	width: 76px;
	height: 18px;
	border: 1px solid #ebebeb;
	vertical-align: middle;
}

.pl325 {
	width: 1000px;
	margin: 0 auto;
	padding-left: 100px;
}

.layer {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	z-index: 99;
}

#advanced_btn {
	background-color: #0cbbef;
	color: white;
}

.span_time {
	border: 1px solid #AAAAAA;
	text-align: center;
	display: inline-block;
}

#_span_jiucuo img{position: relative;top:-12px;}