﻿@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
li {
	list-style: none;
	text-decoration: none;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
a {
	background: transparent;
	color: #333;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**补充的**/
select {
	-webkit-appearance: none;/*消除select在iPhone的效果*/
}
input, textarea {
	border: 1px solid transparent;
	outline: 0; /*消除在边框的颜色的效果*/
	-webkit-appearance: none;
}
ul, ol, li {
	text-decoration: none;
	vertical-align: 0
}
html, 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;
	-webkit-text-size-adjust: none;
}
a, a:active {
	color: #525252;
}
html, body {
	min-width: 1100px;
	color: #525252;
	font-size: 12px;
	font-family: "microsoft yahei", "STXihei", "SimHei", "DroidSansFallback", Arial;
	background: url(pages_res/bodybg.jpg);
}
.wrapper {
	width: 1000px;
	margin: auto;
}
.clearfix:after, .clearfix:before {
	content: " ";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both
}
* html .clearfix {
	zoom: 1
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.talign-fr {
	text-align: right;
}
.talign-fl {
	text-align: left;
}
/*间隔 高度*/
.vspace {
	height: 18px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}
/*==========头部 开始============*/
.header {
	height: 327px;
	padding-top: 40px;
}
.headhome {
	font-size: 17px;
	text-align: right;
	padding-right: 45px;
}
.headhome>a {
	color: #221815;
	padding-left: 28px;
	background: url(pages_res/home.png) left no-repeat;
}
.headerlogos {
	margin: 9px 0 34px;
}
.headerlogos a {
	display: block;
}
.headerlogos span {
	display: inline-block;
}
.headerlogosh1 {
	width: 436px;
	height: 103px;
	background: url(pages_res/logos.png) no-repeat;
}
.headerlogosy {
	width: 246px;
	height: 103px;
	background: url(pages_res/ylogos.png) no-repeat;
}
.headerslogan {
	display: block;
	margin-bottom: 61px;
	width: 775px;
	height: 51px;
	position: relative;
	animation: mymove 12s infinite;
	-webkit-animation: mymove 12s infinite; /*Safari and Chrome*/
}
@keyframes mymove {
 0% {
right:-200px;
opacity: 0;
}
 70% {
right:10px;
opacity: 1;
}
 100% {
right:10px;
opacity: 1;
}
}
@-webkit-keyframes mymove {
 0% {
right:-200px;
opacity: 0;
}
 70% {
right:10px;
opacity: 1;
}
 100% {
right:10px;
opacity: 1;
}
}
.header-menus>li {
	float: left;
	position: relative;
	font-size: 18px;
	z-index: 99999;
	margin: 0 10px;
	background: url(pages_res/menus_i.png) left no-repeat;
}
.header-menus>li>a {
	color: #fff;
	display: block;
	cursor: pointer;
	overflow: hidden;
	background: url(pages_res/menus_i.png) right no-repeat;
	padding: 7px;
	font-weight: 600;
}
.header-menus>li:hover, .header-menus>li.active {
	background: url(pages_res/menus_i_h.png) left no-repeat;
}
.header-menus>li:hover>a, .header-menus>li.active a {
	color: #fdd000;
	background: url(pages_res/menus_i_h.png) right no-repeat;
}
.header-menus-art {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #c5b297;
}
.header-menus-art>li {
	float: left;
	width: 100%;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
}
.header-menus-art>li a {
	color: #595757;
	display: block;
	line-height: 30px;
}
.header-menus>li:hover .header-menus-art {
	display: block;
}
.header-menus-art>li:hover a {
	background-color: #9c7759;
	color: #fff;
}
/*==========头部 结束============*/
/*==========底部 开始============*/
.footer {
	padding: 60px 0px 30px;
	color: #221815;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	background: url(pages_res/footerbg.jpg) repeat-x;
}
/*==========底部 结束============*/
/*==========公共部分 开始============*/
.page-contentbg {
	padding: 30px 0 60px;
}
.pages-contentfl {
	width: 259px;
	min-height: 700px;
}
.pages-contentfr {
	width: 675px;
	padding-right: 40px;
}
/*面包屑菜单**/
.pages-crumbs {
	font-size: 15px;
	line-height: 18px;
	border-bottom: 1px solid #100f0e;
	padding: 0 0 10px 3px;
	margin-bottom: 25px;
}
.pages-crumbs .dqwz {
	background: url(pages_res/tlei.png)left no-repeat;
	padding-left: 25px;
	display: inline-block;
}
.pages-crumbs>a:hover, .pages-crumbs>a.active {
	color: #b60005;
}
/*==========公共部分 结束============*/
/*==========首页 开始============*/
/**** banner *****/
.index-banner {
	position: relative;
	width: 930px;
	height: 410px;
	padding: 26px 35px;
	margin-bottom: 10px;
	background: url(pages_res/bannerbg.png) no-repeat;
}
.index-bannerimg {
	width: 930px;
	height: 410px;
	position: relative;
	overflow: hidden;
}
.index-banner ul {
	height: 410px;
	position: absolute;
}
.index-banner li {
	float: left;
	width: 930px;
	height: 410px;
	overflow: hidden;
	position: relative;
}
.index-banner ul li a {
	display: block;
}
.index-banner ul li img {
	width: 100%;
	height: 100%;
}
.banner-btn {
	position: absolute;
	right: 50px;
	bottom: 45px;
	text-align: right;
}
.banner-btn span {
	display: inline-block;
	_display: inline;
 *zoom:1;
	_zoom: 1;
 *display: inline;
	width: 18px;
	height: 18px;
	_font-size: 0;
	margin: 2px 5px;
	color: #cbcbcb;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	background: #6b685e;
	border-radius: 50%;
}
.banner-btn span.on {
	width: 25px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	background-color: #cc0000;
}
.index-cntad {
	width: 100%;
	height: 150px;
	margin-bottom: 23px;
	box-shadow: 2px 3px 4px #b1a99c;
}
/**便捷通道**/
.index-cntpass>img {
	width: 309px;
	height: 48px;
	margin: auto;
	display: block;
}
.index-cntpass-list {
	background: url(pages_res/index-tlebg.png) no-repeat;
	padding: 12px 20px 58px 84px;
	font-family: "隶书";
}
.index-cntpass-list>li {
	float: left;
	line-height: 89px;
}
.index-cntpass-list>li>a {
	color: #756653;
	font-size: 24px;
	padding: 0px 17px 0 9px;
	display: block;
	background: url(pages_res/index-tlei.jpg)right no-repeat;
}
.index-cntpass-list>li>a:hover {
	color: #fff;
}
.index-cntpass-list>li span {
	background: #b72e22;
	color: #e7decf;
	font-size: 16px;
	border-radius: 50%;
	padding: 9px;
	font-family: "microsoft yahei";
	margin-right: 8px;
}
.index-cntpass-list>li.last a {
	background: none;
}
/***中间栏目**/
.index-cntinfo {
	margin-top: 23px;
}
.index-cntinfo-fl {
	width: 660px;
}
.index-cntinfo-flbox {
	margin-bottom: 28px;
}
.index-cntinfo-flbox-head {
	border-bottom: 1px solid #0e0d0d;
	margin-bottom: 20px;
}
.index-cntinfo-flbox-head>h3 {
	float: left;
	margin-bottom: -3px;
	background: url(pages_res/bodybg.jpg);
	width: 190px;
}
.index-cntinfo-flbox-head>h3 img {
	width: 182px;
	height: 33px;
}
.index-cntinfo-flbox-head>a {
	float: right;
	color: #221815;
	font-size: 18px;
	background: url(pages_res/icon.png) right no-repeat;
	padding-right: 26px;
	line-height: 18px;
	font-weight: 500;
	margin-top: 6px;
}
.index-cntinfo-flbox-list>li {
	display: inline-block;
	width: 100%;
	line-height: 26px;
}
.index-cntinfo-flbox-list>li>a {
	float: left;
	width: 80%;
	overflow: hidden;
	height: 26px;
	color: #444137;
	padding-left: 20px;
	font-size: 15px;
	background: url(pages_res/list_i.png) left no-repeat;
}
.index-cntinfo-flbox-list>li>a:hover {
	color: #ba1114;
	background: url(pages_res/list_ih.png) left no-repeat;
}
.index-cntinfo-flbox-list>li span {
	float: right;
}
.index-cntinfo-fr {
}
.index-cntinfo-frform {
	width: 314px;
	height: 195px;
	background: url(pages_res/tlebg.png) no-repeat;
	margin-bottom: 20px;
	padding: 29px 0 65px;
}
.index-cntinfo-frform fieldset {
	width: 220px;
	margin: auto;
	border: none;
	font-size: 15px;
}
.index-cntinfo-frform legend img {
	width: 194px;
	height: 45px;
	margin: 0 auto 6px;
	display: block;
}
.index-cntinfo-frform-row {
	margin-bottom: 10px;
	overflow: hidden;
}
.index-cntinfo-frform-row label {
	color: #bcbec0;
	width: 65px;
	letter-spacing: 5px;
	display: inline-block;
}
.index-cntinfo-frform-code label {
	letter-spacing: 0;
}
.index-cntinfo-frform-row>input {
	background: #fdfdfc;
	border: 1px solid #cfcdc5;
	box-shadow: 0px 0px 8px #c3bebe;
	border-radius: 6px;
	line-height: 28px;
	padding: 0 5px;
	width: 130px;
}
.index-cntinfo-frform-code>input {
	width: 60px;
}
#v_container, #v_container2, #v_container3 {
	width: 66px;
	height: 25px;
	border: 1px solid #cfcdc5;
	box-shadow: 0px 0px 6px #b3abaa;
	border-radius: 5px;
	float: right;
	position: relative
}
#v_container canvas, #v_container3 canvas, #v_container2 canvas {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.index-cntinfo-frform-btn>button {
	border-radius: 7px;
	box-shadow: 0px 0px 7px #6d6d6d;
	text-align: center;
	line-height: 26px;
	width: 70px;
	letter-spacing: 3px;
	color: #fff;
	margin: 3px 10px 0 23px;
}
.index-cntinfo-frform-sub {
	border: 1px solid #806148;
	background: -webkit-linear-gradient(left top, #c0ac91, #9a795a); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #c0ac91, #9a795a); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #c0ac91, #9a795a); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #c0ac91, #9a795a); /* 标准的语法 */
}
.index-cntinfo-frform-cancel {
	border: 1px solid #9c9a94;
	background: -webkit-linear-gradient(left top, #b8b8b8, #a7a7a7); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #b8b8b8, #a7a7a7); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #b8b8b8, #a7a7a7); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #b8b8b8, #a7a7a7); /* 标准的语法 */
}
/***友情链接**/
.index-cntad {
	width: 1000px;
	height: 150px;
	display: block;
}
.index-friendlinks {
	margin: 20px 0 35px;
}
.index-friendlinks>h3 {
	width: 34px;
	height: 191px;
}
.index-friendlinks>h3 img {
	width: 100%;
	height: 100%;
}
.index-friendlinks-widget {
	width: 889px;
	height: 137px;
	background: url(pages_res/boxbg.jpg) no-repeat;
	padding: 26px 35px;
}
.index-friendlinks-tabs {
	padding-left: 17px;
}
.index-friendlinks-tabs li {
	float: left;
	line-height: 21px;
	color: #ccaa7a;
	font-size: 13px;
	cursor: pointer;
	margin: 0 5px;
}
.index-friendlinks-tabs li i {
	width: 21px;
	height: 25px;
	float: left;
}
.index-linksi {
	background: url(pages_res/tlefl.png)left no-repeat;
}
.index-linksifr {
	background: url(pages_res/tlefr.png)right no-repeat;
}
.index-friendlinks-tabs li span {
	border-top: 1px solid #dac19c;
	border-bottom: 1px solid #dac19c;
	float: left;
	padding: 0 13px;
	margin-top: 1px;
	font-weight: 600;
}
.index-friendlinks-tabs li.active .index-linksi, .index-friendlinks-tabs li:hover .index-linksi {
	background: url(pages_res/tlefl_h.png)left no-repeat;
}
.index-friendlinks-tabs li.active span, .index-friendlinks-tabs li:hover span {
	color: #b72e22;
	border-top: 1px solid #b72e22;
	border-bottom: 1px solid #b72e22;
}
.index-friendlinks-tabs li.active .index-linksifr, .index-friendlinks-tabs li:hover .index-linksifr {
	background: url(pages_res/tlefr_h.png)right no-repeat;
}
.index-friendlinks-cnt {
	float: left;
	width: 100%;
}
.index-friendlinks-box {
	margin-top: 10px;
}
.index-friendlinks-box ul li {float: left;
	width: 150px;
	margin-right: 15px;
	
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
	font-size: 13px;
	background: url(pages_res/list_2i.png) left no-repeat;
}
.index-friendlinks-box ul li:hover {
	background: url(pages_res/list_2ih.png) left no-repeat;
}
.index-friendlinks-box ul li a {
	color: #231815;
}
.index-friendlinks-box ul li:hover a {
	color: #ba1114;
}
.index-friendlinks-box ul.last {
	margin-right: 0;
}
.index-friendlinks-box.active {
	display: block;
}
/*==========文章页 开始============*/
.newsinfo-asideimg {
	width: 100%;
	height: 654px;
}
.newsinfo-cnt {
	font-size: 13px;
	line-height: 20px;
}
.newsinfo-cnt>h2, .newsinfo-cntbrief {
	text-align: center;
	font-size: 12px;
}
.newsinfo-cnt>h2 {
	color: #da2027;
	font-weight: 400;
	font-size: 24px;
        line-height: 1.5em;

}
.newsinfo-cntbrief {
	margin: 10px 0 35px;
}
.newsinfo-cnt p {
	text-indent: 30px;
}
/*==========文章页 结束============*/
/*==========新闻列表页 开始============*/
.newslist-aside {
	width: 159px;
	height: 654px;
	text-align: center;
	font-size: 18px;
	padding: 45px 50px;
	background: url(pages_res/aside.png) no-repeat;
}
.newslist-aside>li {
	width: 100%;
	border-bottom: 2px solid #daccb2;
	line-height: 36px;
	margin-bottom: 15px;
}
.newslist-aside>li>a {
	display: block;
	color: #221815;
}
.newslist-aside>li:hover>a, .newslist-aside>li.active>a {
	color: #ba1114;
}
.newslist-cnt>li {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 23px;
}
.newslist-cnt>li a {
	float: left;
	width: 80%;
	overflow: hidden;
	height: 23px;
}
.newslist-cnt>li a:hover {
	color: #ba1114;
}
.newslist-cnt>li span {
	float: right;
}
.dede_pages {
	text-align: right;
	margin: 40px 0 10px;
}
.pagelist>li {
	display: inline-block;
	border: 1px solid #525252;
	margin: 0px 5px;
	_display: inline;
 *zoom:1;
}
.pagelist>li a, .pagelist>li span {
	padding: 5px 7px;
	display: inline-block;
	_display: inline;
 *zoom:1;
	cursor: pointer;
}
.pagelist>li:hover a, .pagelist>li.active a, .pagelist>li:hover span, .pagelist>li.active span {
	background: #ba1114;
	color: #fff;
	border: 1px solid #ba1114;
} 
/*==========新闻列表页 结束============*/





.selected1 {color: #ba1114 !important;}
.nrr {text-align:left; line-height:24px; font-size:14px;}
.MM4 {background:none !important;}



















