@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;display: table;
    margin: 0 auto;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
	/* min-width: 1920px; */
}

body,


a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.5s ease;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #9f0006;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
width:100%;
	max-width: 1400px;
	margin: 0 auto;
	/* overflow: hidden; */
}
.center {
	/**页面全局宽度**/
	width:100%;
	max-width:1600px;
	margin: 0 auto;
	overflow: hidden;
}




/*头部*/


#header {
	width: 100%;
	background:url(../img/topbg.png) no-repeat center #9f0006;
	background-size: 100% 100%;
}

.logo {
	position: relative;
}

.logo-l {
	float: left;
	margin: 23px 0px;
}

.logo img {
	max-width: 100%;
	height: auto;
}


.ss {
	width: 260px;
	height: 43px;
	cursor: pointer;
	position: relative;
	border: 1px solid #fff;
	/* margin-top: 50px; */
	float: left;
	margin-right: 10px;
}

.ss .inp {
	border: none;
	height: 43px;
	outline: none;
	color: #666;
	text-indent: 15px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 43px;
	outline: none;
	background:url(../img/search.png) no-repeat center ;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-placeholder {

	color: #fff;
}

input:-moz-placeholder {
	
	color: #fff;
}

input:-ms-input-placeholder {

	color: #fff;
}
.logo-rb{
	float: right;
	margin-top: 15px;
}
.bb{
	float: left;
}
.bb a{
	color: #FFFFFF;
	line-height: 43px;
	margin-left: 10px;
}
.sm{
	margin-top: 56px;
	margin-bottom: 6px;
}
/*导航*/
.nav {
	width: 100%;
	/* background: #0d295d; */
}


.navList>li {
	float: left;
	width: 9%;
	position: relative;
	text-align: center;
}

.navList li a {
	display: block;
	height: 100%;
	font-size: 20px;
	line-height: 60px;
	/* font-weight: bold; */
	color: #333;
}

.navList li>a {
	
}

.navList li a:hover {
	
	color: #9f0006;
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 100%;
}

.navList .subnav li {
	background: rgba(159,0, 6, 0.7);
}

.navList .subnav a {
	background: none;
	line-height: 45px;
	font-size: 15px;
	color: #FFFFFF;
}

.navList li:hover .subnav {
	display: block;
}
.navList .subnav li:hover{
	background: #9f0006;
}
.navList .subnav li:hover a{
	color: #FFFFFF;
}

/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	
	background-size: 60% 60%;
	display: none;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}

/*大图*/
#dt .inner {
	width: 100%;
	overflow: hidden;
}

.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

.slide {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 65px;
	width: 60px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: 3%;
	background: url(../img/bz.png) no-repeat center center;
}

.slide_nav.next {
	right: 3%;
	background: url(../img/by.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 25px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	bottom: -120px;
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 10px;
	border:1px solid #fff;
	position: relative;
}

.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: transparent;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #fff;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -160px;
	display: block;
	/* color: #FFFFFF; */
	font-size: 16px;
	text-align: left;
	/* line-height: 50px; */
	background: url(../img/newbg.png) no-repeat 0px bottom;
	width: 100%;
	height: 160px;
	line-height: 30px;
	padding: 20px 40px;
	/* border: 1px solid #eeeef0; */
	/* padding-top: 30px; */
	box-sizing: border-box;
}
.xylb{
	margin-bottom:19px;
}
.xylb .slide li .bt{
	bottom:0px;
	height: 100px;
	line-height: 120px;
	color:#fff;
	background: url(../img/xybg.png) no-repeat 0px bottom;
}
.tp .slide img {
	height: 300px;
}
.xylb .slide img {
	height: 266px;
}
.slide3_tabs{display:none}
/* 公共样式 */

.banner {
	margin-bottom: 20px;
	line-height: 50px;
	border-bottom: 1px solid #9f0006;
}

.banner .title {
	font-size: 25px;
	float: left;
	font-weight: bold;
	color: #9f0006;
	border-bottom: 3px solid #9f0006;
}
.banner .title span{
	font-size:20px;
	margin-left:10px;
	text-transform: uppercase;
}
.banner .me{
	color: #666666;
	float: right;
	padding-top: 3px;
}
.com{
	width: 32%;
	max-width: 440px;
	float: left;
}
.ggul li{
	border-bottom: 1px dashed  #a8a8a8;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.ggul li span{
	color: #9f0006;
	display: block;
	padding-top: 10px;
	font-size: 14px;
}
.ggul li:hover a {
	transform: translateX(8px);
}
/* 省略号 */
.yc1 {
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	/* display: block; */
	/* width: 100%; */
	height: 44px;
	line-height: 22px;
	display:block;
}

/*中间*/
/* mod1 */
#mod1 {
	width: 100%;
	padding-top: 30px;
}
.tp {
	float: left;
	min-height: 568px;
	width: 66%;
	max-width: 100%;
}

.tp .btzy {
	padding-top: 10px;
}

.tp .btzy .tit {
	font-size: 18px;
	color: #FFFFFF;
}
.xgt{
	float: left;
	width: calc(49% - 30px);
	margin-right: 30px;
	max-width: 100%;
}
.xglist{
	float: right;
	width: 50%;
	max-width: 100%;
}
.tz{
	float: right;
}
.szsd{
	margin: 0px 2%;
}
.wt{border-bottom: none !important;}
.xyt img{
	width: 100%;
	height: 250px;
}
.st{
	position: relative;
	margin-bottom: 16px;
}
.xybt{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	line-height: 80px;
	background: url(../img/xybg.png) no-repeat 0px;
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
}
#mod3{overflow: hidden;}
#mod3 ul li{
	float: left;
	width: 25%;
	margin: 30px 0px;
}
#mod3 ul li img{width:100%;}
#mod3 ul{
	margin: 0px -20px;
}
#mod3 ul li a{
	display: block;
	position: relative;
	margin: 0px 20px;
}
#mod3 ul li span{
	position: absolute;
	bottom: 10px;
	display: block;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 20px;
	color: #FFFFFF;
	transition: all 0.5s ease;
}
#mod3 ul li:hover span {
	transform: translateX(8px);
}
#footer{
	background: url(../img/ywbg.png) no-repeat 0px;
	margin-top: 20px;
	padding: 20px 0px 25px;
	background-size: 100% 100%;
}
.fwpt{
	float: left;
}
.ywlogo{
	float: left;
}
.rwm{
	float: left;
	padding-top: 50px;
}
.ptbt{
	font-size: 18px;
	color: #9f0006;
	text-indent: 20px;
	background: url(../img/sjt.png) no-repeat 0px center;
	margin-bottom: 20px;
}
.fwpt ul li{
	font-size: 15px;
	margin-bottom:15px
}
.fwpt ul li b{
	width: 130px;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
}
.fwpt ul li span{
	display: inline-block;
	padding-left: 130px;
	padding-top: 15px;
}
.ywlogo{
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	padding: 70px 90px;
	margin: 0px 7%;
}
.rwm li{
	float: left;
	margin-left: 60px;
	width: 104px;
	font-size: 15px;
}
.rwm li span{
	display:block;
	text-align: center;
	/* padding: 0px 17px; */
	box-sizing: border-box;
	margin-top: 15px;
	line-height: 25px;
}
.rwm li img{width: 104px;}
#bq{
	background: #9f0006;
	color: #FFFFFF;
	padding: 20px 0px;
	text-align: center;
}
/*文章页*/
/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	margin-top: 30px;
	/* color: #006db8; */
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #b6c9e5;
}

.article .arti_metas span {
	color: #999999;
	font-size: 14px;
	text-indent: 10px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.article .read p{
	
}
.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #9f0006 ;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 800px;
	_width: expression(this.width > 800 ? "800px" : this.width);
	border: none !important;
	display: block;
	margin: 0px auto;
	height: auto !important;
}




/*list*/
.listcon {
	/* overflow: hidden; */
}

.conleft {
	width: 280px;
	float: left;
	position: relative;
	z-index: 9999;
	margin-top: -92px;
}

.conleft .yj {
	height: 90px;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	line-height: 90px;
	letter-spacing: 2px;
	background: #9f0006;
}
.conleft ul{
 background: #f0e5ed;
 overflow: hidden;
}
.conleft ul li{
 height: 55px;
 line-height: 55px;
 text-align: center;
 border-bottom: 1px solid #fff;
}
.conleft ul li a{
 color: #333333;
 font-size: 18px;
}
.conleft .active{
 /* background: #0080c9; */
}
.conleft .active a{
 color: #9f0006;
}
.conright {
	float: right;
	width: calc(100% - 310px);
	max-width: 1080px;
	margin: 13px 0px 30px;
}

.ritop {
	/* margin-bottom: 30px; */
	/* overflow: hidden; */
	height: 45px;
	border-bottom: 2px solid #dde8ee;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 22px;
	color: #9f0006;
	/* font-weight: bold; */
	float: left;
	line-height: 40px;
}

.dq {
	float: right;
	color: #888888;
	line-height: 35px;
	text-indent: 20px;
	background: url(img/dq.png) no-repeat 0px center;
}

.dq a {
	font-size: 15px;
	color: #888888;
}

.dq a:hover {
	color: #9f0006 ;
}

.conright .listul li {
	height: 55px;
	/* text-indent: 15px; */
	color: #333333;
	line-height:55px;
	border-bottom: 1px dashed #c1b4b4;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright .listul li a {
	font-size: 16px;
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 15px;
}

.conright .listul li .bt {
	font-size: 15px;
}

.conright .listul li:hover a {
	color: #9f0006 ;
}

.conright .listul li:hover .sj {
	color: #9f0006 ;
}


.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}
.nt .center{position: relative;}
.nt img {
	width: 100%;
}
.infobox{margin-top:20px;}
.tgcontent1067821{margin-top:30px;}