@charset "UTF-8";

/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center
    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	vertical-align: top;
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-weight: normal;
	font-style: normal;
}

ol,
ul,
li {
	list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
	zoom: 1;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
	margin: 0;
	padding: 0;
	display: block;
	zoom: 1;
}

/* Public */
body {
	min-width: 1200px;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
	background: #F5F5F5;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #E20500;
	text-decoration: underline;
}

.clearbox {
	border: none;
	border-top: 1px solid transparent !important;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin-top: -1px !important;
	visibility: hidden;
}

.blank {
	display: block;
	height: 10px;
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	min-height: 1%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wrap {
	margin: 0 auto;
}

.oh {
	overflow: hidden;
}

.siteWidth {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*顶部 S*/
.topBar {
	height: 40px;
	line-height: 40px;
	background: #4F4F4F;
	color: #fff;
	text-align: left;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.topBar .links {
	float: right;
}

.topBar .links .setHome,
.topBar .links .fav {
	padding-left: 20px;
	background: url(../images/icons.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons.png*/
		10px -92px no-repeat;
	color: #fff;
	cursor: pointer
}

#header .siteWidth {
	overflow: visible;
}

#header {
	position: relative;
	z-index: 3;
	background: url(../images/header.jpg)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/header.jpg*/
		center 40px no-repeat #699C01;
}

#header .logoBar {
	height: 129px;
	position: relative;
	z-index: 2;
}

#header .logo {
	position: absolute;
	top: 25px;
	left: 20px;
}

#header .logo img {
	max-width: 840px;
	max-height: 75px;
}

/* 站群导航 S */
#siteLast {
	float: right;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#siteLast dt {
	padding: 0 10px 0 32px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(../images/icons.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons.png*/
		15px 14px no-repeat;
}

#siteLast a {
	padding: 0;
	margin: 0;
}

#siteLast dd {
	display: none;
	padding: 10px;
	color: #333;
	font-size: 12px;
}

#siteLast dd a {
	margin: 0;
	color: #333;
}

#siteLast dd h3 {
	text-align: left;
	margin: 0 10px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	display: block;
	overflow: hidden;
}

#siteLast dd h3 span {
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 15px 0 0;
	background: #ffffff;
	position: relative;
	z-index: 2;
}

#siteLast dd h3 i {
	content: "";
	display: block;
	height: 1px;
	line-height: 0;
	font-size: 0;
	background: #eeeeee;
	top: 16px;
	right: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

#siteLast dd ul {
	overflow: hidden;
	padding: 0 0 0 10px;
}

#siteLast dd li {
	float: left;
	width: 110px;
	text-align: left;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
}

#siteLast dd li a {}

#siteLast dd li a:hover {
	color: #666;
}

#siteLast li a {
	cursor: pointer;
}

#siteLast.on dt {
	background-color: #666;
	color: #fff;
}

#siteLast.on dd {
	display: block;
	position: absolute;
	right: 0;
	top: 40px;
	width: 790px;
	padding-bottom: 10px;
	background: #ffffff;
	border: 3px solid #666;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
}

/* 站群导航 E */
.s-form {
	width: 190px;
	height: 28px;
	float: right;
	overflow: hidden;
	padding: 5px 10px 0 0;
	border-bottom: 1px solid #757575;
	position: relative;
}

.s-form .select-box {
	display: none
}

.s-form .input-box {
	float: left;
}

.s-form .input-box input {
	display: block;
	width: 150px;
	height: 22px;
	line-height: 22px;
	border: 0;
	font-size: 12px;
	outline: none;
	padding: 3px;
	background: none;
	color: #fff;
}

.s-form .btn-box {
	position: absolute;
	right: 0;
	top: 5px;
}

.s-form .btn-box .searchBtn {
	display: block;
	width: 36px;
	height: 28px;
	background: url(../images/icons.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons.png*/
		no-repeat 13px -200px;
	text-align: center;
	outline: none;
	border: 0;
}

/*顶部 E*/
.banner {
	width: 100%;
	text-align: center;
}

#content {
	width: 1200px;
	margin: 0 auto 30px auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*导航 */
.nav {
	height: 49px;
	line-height: 49px;
	position: relative;
	z-index: 2;
	border-top: 1px solid #AACA38;
	border-bottom: 3px solid #F9AF2F;
}

.navBg {
	display: block;
	position: absolute;
	width: 100%;
	background: #000;
	bottom: 3px;
	height: 49px;
	filter: alpha(opacity=6);
	opacity: 0.06;
}

.mainNav a {
	color: #fff;
}

.mainNav a:hover {
	text-decoration: none
}

.mainNav {
	font-size: 16px;
	position: relative;
	zoom: 1;
}

.mainNav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mainNav a {
	color: #fff;
}

.mainNav .li1 {
	text-align: center;
	float: left;
	position: relative;
	width: 11.11%;
}

.mainNav .a1 {
	display: block;
	zoom: 1;
}

.mainNav .a1:hover {
	text-decoration: none;
	color: #fff
}

.mainNav .on1 .a1 {
	background: #F9AF2F;
}

.mainNav .ul1 {
	overflow: hidden;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: 49px;
	width: 100%;
	display: none;
	padding-bottom: 5px;
	background: #F9AF2F;
}

.mainNav .li2 {
	vertical-align: top;
}

.mainNav .a2 {
	font-size: 14px;
	display: block;
	line-height: 20px;
	padding: 7px;
}

.mainNav .a2:hover {
	background: #dc9110;
	color: #fff;
	text-decoration: none;
}

.content {
	position: relative;
	z-index: 99;
}

/*侧栏 */
.side {
	width: 280px;
	float: right;
	*display: inline;
	margin-left: 20px
}

.mainContent {
	overflow: hidden;
	background: #fff;
	padding: 20px;
}

/*底部 */
#footer {
	clear: both;
	padding: 30px 0;
	background: #676767;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff
}

#footer .siteWidth {
	overflow: hidden;
}

#footer .links {
	padding: 0 0 10px 0;
}

#footer .links li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 15px;
}

.friendLinks {
	clear: both;
	font-size: 0;
	height: 30px;
	padding-left: 36px;
	background: url(../images/icons.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons.png*/
		0 -375px no-repeat;
}

.friendLinks .title {
	font-size: 16px;
	vertical-align: middle;
}

.friendLinks select {
	font-size: 12px;
	margin: 0 0 0 28px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
	width: 192px;
	vertical-align: middle;
}

/* 当前位置 */
.path {
	height: 50px;
	line-height: 50px;
	color: #999;
}

.path em {
	padding-left: 20px;
	background: url(../images/icons-share.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons-share.png*/
		0 -787px no-repeat;
}

.path a,
.path span {
	margin: 0 5px;
	color: #999
}

/* goTop */
#goTop {
	position: fixed;
	display: none;
	_display: none !important;
	width: 50px;
	height: 50px;
	bottom: 60px;
	right: 5px;
	z-index: 99;
	cursor: pointer;
	margin: 5px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 5px #9c9c9c;
	opacity: .9;
	background: rgba(0, 0, 0, .5);
}

#goTop::after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -15px;
	content: "";
	border-width: 10px;
	border-color: transparent;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-style: dashed;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
}

/* winMark */
#winMark {
	z-index: 1;
	width: 100%;
	display: none;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
}

/* box */
.box {
	margin-bottom: 20px;
}

.box .hd {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: url(../images/line.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/line.png*/
		0 15px repeat-x
}

.box .hd h3 {
	float: left;
	padding: 0 15px 0 44px;
	background: url(../images/icons.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons.png*/
		0 -292px no-repeat #fff;
	font-size: 18px;
	font-weight: bold;
}

.box .hd .more {
	float: right;
	font-size: 12px;
	display: block;
	width: 30px;
	height: 36px;
	overflow: hidden;
	line-height: 100px;
	background: url(../images/icons.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons.png*/
		13px -93px no-repeat #fff;
}

.box .bd {
	overflow: hidden;
	padding: 5px;
}

/* sideBox */
.sideBox {
	background: #fff;
}

.sideBox .hd {
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 15px;
	color: #fff;
	overflow: hidden;
	background: url(../images/side-hd-1.jpg)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/side-hd-1.jpg*/
		no-repeat #93BC1A;
}

.sideBox .hd .more {
	float: right;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	background: url(../images/icons.png)
		/*tpa=http://www.wxjsxy.com/Content/yjgzs/Base/img/../images/icons.png*/
		14px -523px no-repeat;
	line-height: 100px;
	margin-top: 15px;
}

.sideBox .hd h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff
}

.sideBox .hd h3 a {
	color: #fff
}

.sideBox .bd {
	padding: 5px 20px;
	overflow: hidden
}

/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/
