body{
	padding: 0;
	margin: 0;
        background:#fafafa
}
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}
a{
color:#333; 
}
img{
	width: 100%;
	height: 100%;
}
.box{
	width: 100%;
	min-width: 1250px;
}
.middle-box{
	width: 1250px;
	margin: auto;
}
.one-overflow{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.left{
	float: left;
}
.right{
	float: right;
}
.middle{
	margin: auto;
}
.welcome-box{
	height: 30px;
	background: #EEF1F6;
}
.welcome{
	height: 100%;
	font-size: 14px;
	line-height: 45px;
}
.weocome-left{
	font-size: 14px;
	line-height: 30px;
	float: left;
}
.welcome-right{
	font-size: 14px;
	line-height: 30px;
	float: right;
}
.welcome-right img{
	width: 15px;
	height: 16px;
	margin-right: 5px;
	vertical-align: text-top;
}
.head-box{
	width: 100%;
	height: 120px;
	overflow: hidden;
background:#A30001;
}
.head{
	height: 182px;
	padding-top: 15px;
	box-sizing: border-box;
}
.head-logo{
	width: 415px;
	height: auto;
	float: left;
}
.head-right{
	width: 536px;
	height: auto;
	float: right;
}
.head-right-title{
	width: 100%;
	height: 16px;
color:#fff;
font-size:14px;
text-align:right;
	
}
.head-right-title div{
	float: right;
}
.head-right-title-text{
	
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
}
.head-right-title-line{
	width: 0px;
	border-left: 2px solid #CCCCCC;
	height: 15px;
	margin: 0 11px;
}
.head-serach-box{
	width: 100%;
	height: 35px;
	text-align: right;
	margin-top: 10px;
	position: relative;
}
.head-serach-box input{
	width: 312px;
	height: 35px;
	border: 1px solid #DFE1E6;
	outline: none;
	border-radius: 6px;
	padding-left: 15px;
	box-sizing: border-box;
}
.head-serach-box button{
	width: 62px;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
	border: none;
	outline: none;
	cursor: pointer;
}
.nav-box{
	height: 40px;
	background: url(../static/img/nav-bg.png) no-repeat center;
	background-size: 100% 100%;
}
.nav{
	height: 100%;
}
.nav-title{
	width: auto;
	height: 100%;
	padding: 0 58px;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.head-jianyin{
	width: 100%;
	height: 45px;
	margin-top: 9px;
	text-align: right;
	
}
.head-jianyin img{
		width: 536px;
}
.banner-box{
	width: 100%;
	height:380px;
	margin-bottom: 20px;
}
.swiper-container{
width: 100%;
	height: 100%;
}
.swiper-pagination-bullet-active{
	background-color: #A30001 !important;
}
.content-div-box{
	height: 275px;
	margin: 25px auto 35px auto;
	
}
.content-div{
	width: 408px;
	height: 100%;
	overflow: hidden;
       background:#fff;
padding:0 5px;
    box-sizing: border-box;
}
.new-swiper{
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-view{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.6);
	padding-left: 20px;
	padding-right: 90px;
	box-sizing: border-box;
}
.swiper-view div{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}
.new-swiper .swiper-pagination-bullet{
	background: transparent !important;
	border: 2px solid #fff !important;
	opacity: 1 !important;
}
.new-swiper .swiper-pagination-bullet-active{
	background-color: #fff !important;
}
.new-swiper .swiper-container-horizontal>.swiper-pagination-bullets{
	width: auto;
	right: 10px;
	left: auto;
}
.title-box{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #A30001;
}
.title-box img{
	width: auto;
	height: 25px;
	margin-top: 8px;
	float: left;
}
.title-text{
	width: auto;
	height: 100%;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	margin-left: 11px;
}
.title-more{
	width: auto;
	height: 100%;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #A30001;
	float: right;
	cursor: pointer;
}
.list-box{
	width: 100%;
	height: auto;
	padding-top: 7px;
	box-sizing: border-box;
}
.list{
	width: 100%;
	height: 30px;
	/*border-bottom: 1px dashed #D7D7D7;*/
	padding: 0 10px;
	box-sizing: border-box;
}
.list .list-dian{
	font-size: 20x;
	line-height: 30px;
	color: #A30001;
	font-weight: bold;
	float: left;
}
.list-text{
	width: 260px;
	height: 100%;
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	color: #333;
}
.list-date{
	width: auto;
	height: 100%;
	font-size: 14px;
	line-height: 30px;
	float: right;
	color: #999999;
}
a:hover .list-text,a:hover .mem-div{
	color: #A30001;
}
.mem-img{
	width: 100%;
	height: 99px;
	position: relative;
}
.mem-img-text{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 27px;
	font-weight: bold;
	line-height: 99px;
	padding: 0 22px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.mem-img-text label{
	font-size: 17px;
	margin-left: 17px;
}
.mem{
	width: 100%;
	height: 40px;
	margin-top: 16px;
}
.mem-label{
	width: 39px;
	height: 100%;
	background: #F7EFEF;
	float: left;
	padding-top: 5px;
	box-sizing: border-box;
	text-align: center;
}
.mem-label-day{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #A30001;
}
.mem-label-mounth{
	font-size: 10px;
	line-height: 10px;
	color: #A30001;
	margin-top: 3px;
}
.mem-div{
	width: 316px;
	height: 100%;
	float: right;
	border-bottom: 1px dashed #D7D7D7;
	font-size: 16px;
	line-height: 39px;
	color: #333;
}
.mem-box {
	height: 240px;
}
.mem-jiabao{
	height: 230px;
}
.jujiao-box{
	width: 100%;
	height: auto;
}
.jujiao{
	height: auto;
background:#fff;
}
.jujiao-swiper{
	width: 100%;
	height: 161px;
	margin-top: 14px;
}
.jujiao-swiper .jujiao-view:first-child{
	margin-left: 0px;
}
.jujiao-view{
	width: 200px;
	height: 190px;
	border: 2px solid #E6E6E6;
	float: left;
	margin-left: 10px;
	box-sizing: border-box;
}
.jujiao-img{
	width: 100%;
	height: 150px;
}
.jujiao-img-text{
	width: 100%;
	height: 40px;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.footer-box{
	height: 160px;
	background: url(../img/footer-bg.png) no-repeat;
	background-position: center center;
	background-size: auto  100%;
	background-color: #A30001;
margin-top:35px;
}
.footer{
	height: 100%;
padding:0 30px;
box-sizing:border-box;
}
.footer-left{
	width: auto;
	height: 100%;
	/* padding-top: 23px; */
	box-sizing: border-box;
	float: left;
}
.footer-left-logo{
	width: 100%;
	height: 56px;
}
.footer-left-content{
	width: 100%;
	height: 105px;
}
.footer-link-box{
	width: 365px;
	height: auto;
	margin: auto;
	padding-top: 30px;
	box-sizing: border-box;
}
.footer-title{
	width: 100%;
	height: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.footer-link{
	/* width: 300px;
	height: 40px; */
	//margin-top: 10px;
}
.footer-link div{
	margin-top: 5px;
	/* margin-right: 30px; */
	width: 160px;
	font-size: 13px;
}
.footer-link select{
	width: 100%;
	height: 100%;
	outline: none;
}
.footer-address{
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #fff;
	margin-top: 5px;
	white-space: nowrap;
}
.footer-right{
	width: auto;
	height: auto;
	float: right;
	padding-top: 30px;
	box-sizing: border-box;
}
.footer-right-view{
	width: 105px;
	height: auto;
	float: left;
	margin-left: 30px;
}
.footer-right-view-img{
	width: 100px;
	height: 100px;
}
.footer-right-view-text{
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}






.sen_left{
   float: left;
    width: 250px;
    height: 370px;
    font-family: "微软雅黑";
    background-color: #EEE;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B9B9B9;
        border-radius: 12px;
    overflow: hidden;
}
}
.ztnav {
    width: 1158px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 45px;
}
.sen_right {
    float: right;
    width: 885px;
}
.sen_left_bt {
    line-height: 40px;
    background-image: url(../image/sen_01.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    height: 40px;
    background-color: #B50806;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}
.sen_right_dh {
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    color: #666;
    background-image: url(../image/sen_05.png);
    background-repeat: no-repeat;
    background-position: 12px 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
    background-color: #F7F7F7;
    padding-left: 34px;
}
.inner_container {
    //min-height: 600px;
    padding: 20px 0;
}
.width {
    width: 1200px;
    margin: 0 auto;
}
ul{
    list-style-type: none;
}
.sen_right_nav {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sen_right_nav ul li h1 {
    font-size: 13px;
    font-weight: normal;
    color: #2D90ED;
    height: 36px;
    width: 60px;
    float: left;
    padding-left: 3px;
}
.sen_right_nav ul li {
    line-height: 36px;
    height: 36px;
}
h2 a{

    color: #333333;
    text-decoration: none;




}

.sen_right_nav ul li h2 {
    font-size: 13px;
    font-weight: normal;
}
.thr_nav_bt {
    line-height: 23px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #1FBDE5;
    font-size: 16px;
    font-weight: bold;
    color: #1A9DC8;
    padding-top: 15px;
    text-align: center;
}
a {
    color: #333333;
    text-decoration: none;
}
.wp_paging li span {
    border: 1px solid #ddd;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
}
.wp_paging li input {
    width: 30px;
    height: 30px;
    border: none;
    margin-top: 0px;
}
.wp_paging li a {
    line-height: 35px;
}
.thr_right_border {
    border: 1px solid #DDD;
    padding-bottom: 30px;
}
.height0 {
    font-size: 0px;
    line-height: 0px;
    clear: both;
    height: 0px;
}
.sen_left ul li a:hover {
    background-image: url(../image/sen_02.png);
    background-repeat: no-repeat;
    color: #0679B4;
    padding-left: 42px;
    display: block;
}
.sen_left ul li {
    line-height: 36px;
    background-image: url(../image/sen_03.png);
    background-repeat: no-repeat;
    height: 45px;
    font-size: 14px;
    color: #0679B4;
}
.sen_left ul li a {
    display: block;
    padding-left:25px;
   box-sizing:border-box;
color:#A30001;
border-bottom:1px dashed  #dc9292;
height:100%;
line-height:45px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp_photos_list .photo_hover .photo_meta{
display:none !important;
}
.wp-display-wrapper .front a,.wp-display-wrapper .next a {
width:70px !important;
height:70px !important;
background-size:100% 100%;
}
.cSlideUl ul{
padding:0 !important;
}
.wp_messageboard_submit input{
height:35px !important;
}
.moretext img {
    display: none;
}
.xubox_bigimg img{
    margin: auto;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
width: auto !important;
    height: auto !important;
}
.wp_articlecontent img{
width:auto !important;
height:auto !important;
    max-width: 100%;
}
.aa{
/**width:188px !important;*/
margin-left:0 !important;
}
.foot-bottom{
    background: #77080b;
}
.foot-bottom .inner {
    padding: 10px 0;
    text-align: center;
}
.foot-bottom .inner span{width: 100%;
    height: auto;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    white-space: nowrap;}

.foot-bottom .copyright a{width: 100%;
    height: auto;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    white-space: nowrap;}