@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;
}

.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;
}

body,


a {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #d00014 !important;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1400px;
	margin: 0 auto;
}
.center {
	/**页面全局宽度**/
	width: 1400px;
	margin: 0 auto;
}




/*头部*/

#header {
	width: 100%;
	height: 90px;
	background:#730514;
	position: relative;
}

.logo {
	position: relative;
}

.logo-l {
	float: left;
	margin-top: 15px;
}

.logo img {
	max-width: 100%;
	height: auto;
}
.logo-rt {
	margin-top: 20px;
	float: right;
}

.logo-rt .sf {
	float: left;
	margin-top: 15px;
}

.logo-rt .sf li {
	float: left;
	color: #FFFFFF;
	padding: 0px 20px;
}

.logo-rt .sf li a {
	color: #FFFFFF;
	font-size: 15px;
}
.z1{
	border-right: 1px solid #FFFFFF;
}
.ss {
	width: 200px;
	height: 35px;
	cursor: pointer;
	position: relative;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 5px 0px;
	border-radius: 20px;
}

.ss .inp {
	border: none;
	height: 35px;
	outline: none;
	color: #FFFFFF;
	text-indent: 15px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 20px;
	height: 35px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px center;
}

input::-webkit-input-placeholder {
	color: #FFFFFF;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}



/*导航*/
.nav {
	height: 45px;
	width: 100%;
	background: #730514;
}


.navList>li {
	float: left;
	width: 11.1%;
	position: relative;
	background: url(../img/navsx.png) no-repeat right center;
}
.navList>li:last-child{
	background: none;
}
.navList li a {
	display: block;
	text-align: center;
	height: 100%;
	font-size: 18px;
	line-height:45px;
	font-weight: bold;
	/* font-size: 16px; */
	padding: 0px 15px;
	color: #fff;
}

.navList li>a {}

.navList li a:hover {
	
	/* background: #005cbb;
	color: #fff; */
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 100%;
}

.navList .subnav a {
	background: none;
	line-height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	background: rgba(115, 5, 20, 0.7);
	margin-bottom: 1px;
}
.navList .subnav a:hover{
	background: #730514;
}
.navList li:hover .subnav {
	display: block;
}



/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../img/menu-button-bg.png) no-repeat center center;
	background-size: 60% 60%;
	display: none;
	position: absolute;
}

.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;
	background: url(../img/nav_li_bg.png) no-repeat center center;
}

.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: relative;
	width: 100%;
	left: 0;
	top: 0;
	/* height: 426px; */
	overflow: hidden;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: 500px;
	width: 100%;
	border: 0;
	overflow: hidden;
}

.dtxt {
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0%;
	bottom: 0px;
	z-index: 99999;
}

#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%;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 65px;
	width: 40px;
	margin-top: -30px;
	z-index: 999;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: -60px;
	background: url(../img/ban_le.png) no-repeat center center;
}

.slide_nav.next {
	right: -60px;
	background: url(../img/ban_ri.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 22px;
	right: 7%;
	z-index: 100;
	text-align: right;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	left: 0px;
	bottom: -140px;
	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;
	background: #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: #730514;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -160px;
	display: block;
	/* color: #FFFFFF; */
	font-size: 18px;
	text-align: left;
	/* line-height: 50px; */
	background: #fff;
	width: 100%;
	height: 160px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #eeeef0;
}
.slide li .bt .tit{font-weight: bold;}
.tp .slide img {
	height: 278px;
}
.slide li .bt span{
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	display: block;

}
#mod0{
	background:#e2e2e2;
	overflow: hidden;
}
/* 公共样式 */

.post .banner {
	padding-bottom: 10px;
	line-height: 39px;
}

.post .banner .title {
	font-size: 20px;
	float: left;
	font-weight: bold;
}

.more-btn {
	color: #666666;
	float: right;
}

/* 省略号 */
.yc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.yc1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: block;
	float: left;
}

/*中间*/
/* mod1 */
#mod1 {
	width: 100%;
	padding: 30px 0px 0px 0px;
}

.main1 {
	float: left;
	width: 69%;
}
.tp ul {
	margin: 0 -20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.tp ul li{
	width: 50%;
	float: left;
}
.tp ul li a {
	display: block;
	margin: 0 20px;
	overflow: hidden;
}
.zstu{
	height:240px;
	overflow:hidden;
}
.tp ul li img {
	display: block;
}

.tp ul li img {
	width: 100%;
	height: 240px;
	transition: all 0.3s ease;
}

.tp ul li a:hover  img {
	transform: scale(1.1);
}
.tp ul li span{
	display: block;
	margin-top: 20px;
}
/* hd */
.hd ul li{
	float: left;
	width:49.8%;
	margin-bottom: 17px;
}
.hd ul {
	margin: 0 -15px;
	overflow: hidden;
	margin-bottom: 30px;
}

.hd ul li a {
	display: block;
	margin: 0 15px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	border-bottom: 2px solid #730514;
	padding: 10px;
}
.hd .rq{
	width: 50px;
	height: 50px;
	border: 2px solid #730514;
	float: left;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	color: #730514;
	margin-right: 20px;
}
.hd .rq span{
	display: block;
	background: #730514;
	color: #FFFFFF;
	font-size: 22px;
	padding: 5px 0px;
	margin-bottom: 2px;
}
.hd .bt{
	line-height: 25px;
}
/* zs */
.main22{
	float: right;
	width: 28.5%;
}
.main22 ul li{
	padding-bottom: 10px;
	line-height: 25px;
	border-bottom: 1px solid #eae7e1;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.main22 ul li a{
	height: 46px;
	line-height: 23px;
	overflow: hidden;
	display: block;
}
/* mod2 */
#mod2{
	background: #e2e2e2;
	padding: 65px 0px 41px 0px;
}
.gg {
	background: #FFFFFF;
	padding: 20px 20px 15px;
	box-sizing: border-box;
}
.gg .mbatop{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	height: 50px;
	line-height: 50px;	
	margin-top: -44px;
}
.gs .mbatop{
	background: url(../img/h1.png) no-repeat center;
}
.wj .mbatop{
	background: url(../img/h2.png) no-repeat center;
}
.zs .mbatop{
	background: url(../img/h3.png) no-repeat center;
}
.gs{
	width: 33%;
	float: left;
}
.listul{
	margin-bottom: 10px;
}
.listul li{
	border-bottom: 1px solid #eae7e1;
	padding-bottom: 10px;
	margin-top: 20px;
}
.listul li a{line-height: 25px;}
.listul li .zy{
	font-size: 13px;
	color: #888888;
	height: 46px;
	line-height: 23px;
	overflow: hidden;
	margin-top: 13px;
}
.wj{
	width: 33.5%;
	float: left;
	margin: 0px 2.5%;
}
.zs{
	float: right;
	width: 28.5%;
}
.qq li{
	float: left;
	text-indent:40px;
	height: 50px;
	line-height: 50px;
}
.qq{
	background: #e2e2e2;
	padding: 10px;
	margin: 18px 0px;
}
.qq li a{
	font-size: 15px;
}
.q1{
	background: url(../img/q1.png) no-repeat 0px center;
	position:relative;
}
.wxm{
	position:absolute; top:-160px; left:-60px; width:150px; height:150px;display:none;
}
.q1:hover .wxm{
	display:block !important;
}
.wxm img{width:150px;}
.q2{margin: 0px 10%;}
.q2,.q3{
	text-indent:30px !important;
	background: url(../img/q2.png) no-repeat 0px center;
}
.tpzq li{
	background: #e2e2e2;
	overflow: hidden;
	height: 94px;
	box-sizing: border-box;
	margin-bottom: 19px;
	/* text-indent: 30px; */
	background-repeat:
	no-repeat
}
.tpzq li .mc{
	float: left;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	width: 115px;
	text-align: center;
	display: block;
	height: 90px;
	padding-left: 56px;
	padding-right: 10px;
	margin-top: 23px;
	position: relative;
	line-height: 25px;
}
.tpzq li .mc::after{
	content: " ";
	position: absolute;
	top: -25px;
	right: 0px;
	height: 96px;
	width: 2px;
	background: #fff;
}
.tpzq li .hy{
	padding-left: 40%;
	padding-right: 9%;
	text-align: center;
	padding-top: 7%;
	line-height: 21px;
	/* font-weight: bold; */
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 23px;
}
.tpzq li .hy3{
	padding-right: 14%;
}
.tpzq .zq1{
	background-color: #730514;
}
.tpzq .zq1{
	background-image:url(../img/t1.png);
}
.tpzq .zq1 .mc,.tpzq .zq1 .hy{color:#fff;}
.tpzq .zq2{
	background-image:url(../img/t22.png);
}
.tpzq .zq3{
	background-image:url(../img/t33.png);
}
.tpzq li {
	background-position: 5% 27px;
}
.tpzq li:hover{
	background-color: #730514;
}
.tpzq li:hover .mc,.tpzq li:hover .hy{color: #fff;}
.tpzq .zq1:hover{
	background-image:  url(../img/t1.png);
}
.tpzq .zq2:hover{
	background-image:  url(../img/t2.png);
}
.tpzq .zq3:hover{
	background-image:  url(../img/t3.png);
}
/* mod3 */
#mod3{
	padding: 30px 0px;
}
.tpsp{
	float: left;
	width: 60%;
	/* height: 430px; */
	/* overflow: hidden; */
	position: relative;
	margin-right: 55px;
}
.tpsp img{
	width: 100%;
	height: 410px;
}
.tpsp span{
	position: absolute;
	left: 20px;
	bottom: 25px;
	display: block;
	color: #FFFFFF;
	z-index: 999;
	font-size: 18px;
}
.tpsp::after{
	content: " ";
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: 0px auto;
	background: url(../img/sp.png) no-repeat center;
	background-size: 100%;
	display: none;
}
.sp ul li{
	border-bottom: 1px solid #eae7e1;
	padding-bottom: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
/* .sp ul li:hover{
	background: #ebebeb;
} */
.sp ul li:hover a{
	font-weight: bold;
}
.sp ul li a{
	display: block;
	height: 50px;
}
/* footer */
#foot {
	width: 100%;
	background:  #730514;
	color: #FFFFFF;
	padding: 30px 0px;
	font-size: 17px;
}
#foot ul li a{
	font-size: 15px;
	color: #FFFFFF;
}
.lj ul li{
	float: left;
	width: 50%;
	margin-top: 20px;
}
.lj ul .t1,.lj ul .t3,.lj ul .t5{width: 37%;}
.lx ul li{
	font-size: 15px;
	text-indent: 25px;
	margin-top: 23px;
}
.lj{
	float: left;
	width: 26%;
}
.lx{
	float: left;
	/* margin: 0px 4%; */
	margin-left: 3%;
}
.lx .l1{
	background: url(../img/ce.png) no-repeat 0px center;
}
.lx .l2{
	background: url(../img/yx.png) no-repeat 0px center;
}
.lx .l3{
	background: url(../img/dh.png) no-repeat 0px center;
}
.sj{
	float: right;
	width: 28%;
}
.tb{
	position: relative;
	padding-top: 20px;
}
.tb img{/* margin-right: 25px; *//* float: left; *//* height: 54px; *//* margin: 0px auto; */}
.yctp{display: none;}
.hovimg1:hover + .yctp{display: block;}
.hovimg2:hover + .yctp{display: block;}
.hovimg3:hover + .yctp{display: block;}
.hovimg4:hover + .yctp{display: block;}
/*.yctp img{
	width: 100px;
	height: 100px;
}*/
.yctp1 img,.yctp4 img{width:150px;}
.yctp2 img{width:150px;}
.yctp3 img{width:150px;}
.tb>div{
	float: left;
	width: 25%;
	text-align: center;
	margin: 0px auto;
	display: block;
}
.sj ul li{
	display: block;
	float: left;
	font-size: 14px;
	/* margin-right: 20px; */
	text-align: center;
	width: 25%;
	margin-top: 5px;
	line-height: 20px;
}
/*list*/
.listcon {
	margin-top: 20px;
	overflow: hidden;
}

.conleft {
	width: 260px;
	float: left;
}

.conleft .yj {
	height: 90px;
	font-size: 23px;
	color: #FFFFFF;
	text-align: center;
	line-height: 90px;
	letter-spacing: 2px;
	background: #730514;
	font-weight: bold;
}

.conleft ul {
	background: #e9edf4;
	overflow: hidden;
	/* border-left: 5px solid #2e88c2; */
}

.conleft ul li {
	height: 60px;
	line-height: 60px;
	background: #f0f0f0;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

.conleft ul li a {
	color: #333333;
	font-size: 18px;
	/* font-weight: bold; */
}

.conleft .active {
	background: #e98f01;
}

.conleft .active a {
	color: #FFFFFF;
}

.conright {
	float: right;
	width: 1090px;
	margin: 29px 0px 30px;
	/* padding: 43px 20px; */
	/* box-sizing: border-box; */
}

.ritop {
	margin-bottom: 10px;
	/* overflow: hidden; */
	height: 50px;
	border-bottom: 2px solid #730514;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 22px;
	color: #730514;
	font-weight: bold;
	float: left;
	line-height: 40px;
	/* text-indent: 25px; */
	
}

.dq {
	float: right;
	color: #666666;
	line-height: 45px;
	text-indent: 20px;
	font-size: 15px;

}

.dq a {
	font-size: 15px;
	color: #666666;
}

.dq a:hover {
	color: #730514;
}

.conright  .listul1 li {
	height: 60px;
	/* text-indent: 20px; */
	color: #333333;
	line-height: 60px;
	border-bottom: 1px dashed #c1b4b4;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright  .listul1 li a {
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	text-indent: 15px;
	background: url(../img/dian.png) no-repeat 0px center;
}

.conright  .listul1 li .sj1 {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul1 li .bt {
	font-size: 16px;
}

.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}

/* .nybox{
	
} */
/*文章页*/
/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	margin-top: 30px;
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #e8e3e3;
}

.article .arti_metas span {
	color: #999999;
	font-size: 16px;
	text-indent: 22px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.article .read p{
	font-size:16px !important;
	line-height:2 !important;
}
.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: #730514 ;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 800px;
	_width: expression(this.width > 800 ? "800px" : this.width);
}

#slider img{width:100%}
.nt img{width:100%}


/* fullSlide */
.fullSlide{width:100%;position:relative;height:410px;background:#e2e2e2;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:410px;overflow:hidden;text-align:center;background-size: 100%;}
.fullSlide .bd li a{display:block;height:410px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:10px;left:0;height:30px;line-height:30px;text-align: center;margin: 0px auto;display: inline-block;}
.fullSlide .hd ul{text-align:center;margin: 0px auto;display: block;display: inline-block;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px;margin:1px;overflow:hidden;background:#fff;filter:alpha(opacity=50);opacity:0.5;line-height:999px;border-radius:50%;margin-left:5px}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left: 9%;z-index: 99999;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);/* opacity:0.5; */}
.fullSlide .prev{background:url(../img/ban_le.png) 0px 0px no-repeat;}
.fullSlide .next{background:url(../img/ban_ri.png) 0px 0px no-repeat;}
.fullSlide .next{left:auto;right: 9%;}