@import url(base.css);
@import url(stylesheet.css);
@import url(font.css);
.inner {
	width: 1400px;
	margin: 0px auto;
}
 .clear{clear: both;}
 body{
	 font-size: 16px;
	 color: #333333;
 }
 a{
	 font-size: 16px;
	 color: #333333;
	}
/* 头部*/
.top {
	transition: all 0.7s ease-out 0s;
	background-size: 100%;
	width: 100%;
	top: 0;
	z-index: 999;
}



.showdiv .top {
	opacity: 1;
	filter: Alpha(opacity=100);
	transform: none;
	display: block;
}
.sitelogo{
    max-width: 50%;
}
.sitelogo img{
	width: 90%;
}

.top_link {
	margin-top: 26px;
}

.top_link ul li {
	float: left;
	/* line-height: 15px; */
	color: #FFFFFF;
	/* padding: 0px 20px; */
}
.toplink1{
    margin-top: 15px;
}
.top_link ul li a {
	color: #333333;
	font-size: 15px;
	margin: 0px 5px;
}
.head{
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* 搜索*/
/* 搜索*/
.search {
	/* padding-left: 30px; */
	font-size: 16px;
	cursor: pointer;
	margin-left: 15px;
	width: 250px;
	height: 50px;
	position: relative;
	border: 1px solid #cccccc;
}.search input{border:none;outline:none;}
.search .sub{
    width: 50px;
    float: left;
    height: 50px;
    background: url(../image/search.png) no-repeat center;
}
.search .inp {
	
height: 50px;
	
line-height: 50px;
	
color: #333;
	
width: 200px;
	
float: left;
	
display: block;
	
border-radius: 14px;
	
/* margin-top: -20px; */
	
/* width: 0px; */
	
text-indent: 40px;
	
/* opacity: 0; */
}

.search i.active {
	position: absolute;
	right: 0px;
	top: 0px;
}

.search button {
	display: none;
}

.search.active input {
	width: 150px;
	opacity: 1;
}

.search.active i.active {
	position: absolute;
	right: 5px;
	top: 0px;
}

.icon-search:before {
	color: #fff;
}

.search.active i.active:before {
	content: '\ea1f';
}

/*导航*/
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

/*导航*/
.nav {
	width: 100%;
background: #940f16;
}

.nav ul li {
	float: left;
	width: 10%;
	position: relative;
	text-align: center;
	height: 66px;
	line-height: 66px;
	box-sizing: border-box;
}

.nav ul li>a {
	text-align: center;
	/* line-height: 50px; */
	font-size: 18px;
	display: block;
	color: #FFFFFF;
}
.nav ul li:hover{
	background: #870803;
}
/* .nav ul .active{
	background: #1dbc95;
} */
.nav ul li span {
	font-size: 14px;
	color: #929292;
	margin-bottom: 8px;
	display: inline-block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	 color: #fff; 
	/* background: #0158b5; */
	/* font-weight: bold; */
}

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 66px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: rgba(135, 8, 3, .8);
	color: #fff;
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	font-size: 16px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #e8b246;
	color: #FFFFFF;
}
#dt{
	display: none;
}
.wrapper{
	position: relative;
	overflow: hidden;
	background: url("../picture/bj2025.png") no-repeat;
}

.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;
  float: left;
  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;
  max-height: 450px;
  width: 100%;
  border: 0;
  }

.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: 34px;
  margin-top: -30px;
  }
  
.slide_nav:active {
  opacity: 1.0;
  }
  
.slide_nav.prev {
	left:19%;
	background: url(/img/datu_l.png) no-repeat center center;
}

.slide_nav.next {
  right:19%;
  background: url(/img/datu_r.png) no-repeat center center;
}
  
.slide1_tabs{position:absolute;bottom: 10px;right: 0%;z-index:100;/* text-align: center; */width: 100%;}
.slide2_tabs{position:absolute;/* right:10px; */bottom: 10px;z-index:100;width: 100%;margin: 0px auto;text-align: center;}
.slide1_tabs li,.slide2_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;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:rgba(100,200,300,0);color:transparent;}
.slide1_tabs li.slide_here a,.slide2_tabs li.slide_here a{background:#940f16;}



















/**主页banner开始**/
.mbanner, .mbanner .inner, .mbanner .inner>div, .mbanner .slick-list, .mbanner .slick-track {
	/*height: 450px;*/
}

.mbanner {
	width: 100%;
	overflow: hidden;
}

#banner .inner {
	width: auto;
	max-width: 100%;
	text-align: center;
	position: relative;
}

#banner .slide {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	display: inline-block;
}

#banner .slide>a {
	display: block;
	width: 100%;
	height: 100%;
}

#banner .slide .slide_imgs {
	width: 100%;
	height: 100%;
}

#banner .slide .news_bg {
	
	width: 100%;
	height: 30vw;
	margin: auto;
}

#banner .slide_title {
	position: absolute;
	z-index: 29;
	/* bottom: 0.6rem; */
	bottom: 60px;
	left: 7.5%;
	padding: 0 15px;
	max-width: 57%;
}

#banner .slide_title .tit_con {
	/* font-size: 0.30rem; */
	font-size: 30px;
	font-weight: normal;
	/* line-height: 0.65rem; */
	line-height: 65px;
	color: #fff;
	font-family: "微软雅黑";
	z-index: 9;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#banner .slide_title .title_bg {
	background: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#banner .slick-dots {
	position: absolute;
	z-index: 9;
	/* bottom: 0.65rem; */
	bottom: 65px;
	right: 7.5%;
}

#banner .slick-dots li {
	/* font-size: 0.25rem; */
	font-size: 25px;
	/* line-height: 0.34rem; */
	line-height: 34px;
	color: #fff;
	/* margin: 0 0.12rem; */
	margin: 0 12px;
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
}

#banner .slick-dots li.slick-active:after {
	/* width: 0.55rem; */
	width: 55px;
	height: 1px;
	background: #fff;
	/* margin-left: 0.13rem; */
	margin-left: 13px;
	content: " ";
	display: inline-block;
	margin-top: -10px;
}

#banner .slick-dots li button {
	background: no-repeat;
	border: none;
	/* font-size: 0.25rem; */
	font-size: 25px;
	/* line-height: 0.34rem; */
	line-height: 34px;
	color: #fff;
}

#banner .slick-dots li.slick-active button {
	/* font-size: 0.35rem; */
	font-size: 35px;
}

#banner .button_box {
	position: absolute;
	top: 44%;
	/* width: 0.7rem;
	height: 0.7rem; */
	width: 70px;
	height: 70px;
	opacity: 0;
	filter: alpha(opacity=0);
	/* background: #000; */
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
	display: block;
	z-index: 20;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease;
}

.head:hover #banner .button_box {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#banner .button_box button {
	background: none;
	border: none;
	/* font-size: 0.4rem; */
	font-size: 40px;
	color: transparent;
	/* line-height: 0.7rem; */
	line-height: 70px;
	font-weight: bold;
}


/* main1 */
.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -30px;
	z-index: 2;
	/* right: 6px; */
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background:#fff;
}

.callbacks1_tabs .callbacks_here a {
	background: #940f16;
}
.pic{
	width: 630px;
	float: left;
}
.main1{
	padding: 40px 0px 20px 0px;
	background: #f3f1ed;
	overflow: hidden;
}
.main1 .xytop .tit{
	font-size: 26px;
	color: #333333;
	float: left;
	font-weight: bold;
}
.main1 .xytop{
	margin-bottom: 20px;
	overflow: hidden;
	height: 35px;
}
.main1 .xytop a{
	color: #666666;
	float: right;
}
.main1 .xytop a:hover{
	color: #a8091f;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: all 1s;
}
.xylist{
	float: right;
	width: 740px;
}
.xylist li{
	background: #FFFFFF;
	border-radius: 3px;
	border-bottom: 3px solid #a8091f;
	float: left;
	padding: 40px 30px;
	box-sizing: border-box;
	width: 47.9%;
}
.xylist li span{
	color: #888888;
	font-size: 14px;
	display: block;
	background: url(../image/icon1.png) no-repeat 0px center;
	text-indent: 20px;
	margin-top: 10px;
}
.xylist .l1,.xylist .l4{
	background: url(../image/xwbg.png) no-repeat 0px 0px;
}
.xylist .l1{
	margin-right: 30px;
	margin-bottom: 23px;
}
 .xylist .l2{
	margin-bottom: 23px;
}
.xylist .l3{
	margin-right: 30px;
}
.xylist li:hover a{
	color: #a8091f;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: all 1s;
}
/* main2 */
.main2{
	background: #f3f1ed;
	overflow: hidden;
	padding-bottom: 40px;
}
.main2 .tztop{
	background: #ebdbb6;
	width: 150px;
	text-align: center;
	padding: 40px 0px;
	float: left;
}
.main2 .tztop .tit{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.main2 .tztop a{
	color: #666666;
	margin-top: 30px;
	display: block;
}
.tzlist{
	width: 1250px;
	float: left;
	background: #FFFFFF;
}
.tzlist li{
	float: left;
	width: 30%;
	padding: 53px 0px;
	margin-left: 3%;
}
.tzlist li .rq{
	background: #a8091f;
	border-radius: 3px;
	color: #FFFFFF;
	width: 60px;
	height: 55px;
	float: left;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	margin-right: 15px;
}
.tzlist li .rq span{
	display: block;
	background: #FFFFFF;
	color: #c40000;
	font-size: 22px;
}
.tzlist li:hover a{
	color: #a8091f;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: all 1s;
}
/* main3 */
.main3{
	background: /* #940f16 */url(../image/main4bg.png) no-repeat 0px 0px;
	position: relative;
	min-height: 630px;
}

.xg{
	position: relative;
	background: #FFFFFF;
	padding: 0px 30px;
	box-sizing: border-box;
	width: 100%;
	/* overflow: hidden; */
	top: 150px;
}
.xgtop{
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: -23px !important;
	margin: 0px auto;
}
.xxyd .xgtop{
	background: url(../image/z1.png) no-repeat 0px 0px;
}
.xxyd,.kxyj,.xshd{
	float: left;
}
.kxyj .xgtop{
	background: url(../image/z2.png) no-repeat 0px 0px;
}
.xshd .xgtop{
	background: url(../image/z3.png) no-repeat 0px 0px;
}
.gg{
	position: relative;
	width: 31.33%;
}
.gg ul li{
	margin-top: 30px;
}
.gg .gd{
	margin-top: 30px;
}
.xxyd ul li .tp{
	float: left;
	width: 160px;
	height: 100px;
	margin-right: 20px;
overflow:hidden;
}
.tp img{width:100%;}
.btrq .rq{
	color: #888888;
}
.xxyd ul li{
	overflow: hidden;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0px;
  visibility: hidden; }

.clearfix {
  *display: table;
  *zoom: 1; }

.clear {
  clear: both;
  overflow: hidden;
  height: 0; }

.kxrq{
	float: left;
	width: 40px;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 3px 0px;
	box-sizing: border-box;
	margin-right: 20px;
	background: url(../image/icon2.png) no-repeat 0px 0px;
}
.kxrq span{
	display: block;
	font-size: 20px;
}
.kxyj .btzy .bt{
	font-weight: bold;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	/* width: 99%; */
}
.kxyj{margin: 0px 3%;}
.kxyj .btzy .zy,.xshd ul li .zy{
	color: #888888;
	font-size: 13px;
	height: 50px;
	overflow: hidden;
}
.kxyj ul li{
	padding-bottom: 24px;
	border-bottom: 1px solid #eae7e1;
}
.xshd li .rq{
	background: #0a3f76;
	border-radius: 3px;
	color: #FFFFFF;
	width: 60px;
	height: 55px;
	float: left;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	margin-right: 15px;
}
.xshd li .rq span{
	display: block;
	background: #FFFFFF;
	color: #0a3f76;
	font-size: 22px;
}
.xshd ul li:hover a,.kxyj ul li:hover a,.xxyd ul li a:hover .bt{
	color: #0a3f76;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: all 1s;
}
.xshd ul li .bt{
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xshd ul li p{
	font-size: 14px;
	color: #888888;
}
.xshd ul li{
	padding-bottom: 24px;
	border-bottom: 1px solid #eae7e1;
	min-height: 74px;
}
/* main4 */
.main4{
	margin-top: 60px;
}
.xs ul li{
	float: left;
	background: #FFFFFF;
	margin-right: 40px;
	width: 22.8%;
	text-align: center;
	padding: 0px 25px;
	box-sizing: border-box;
	min-height: 200px;
	box-shadow: 0px 0px 3px 2px #f5f1f2;
}
.xs ul li .yqrq{
	width: 100px;
	height: 100px;
	background: url(../image/ty.png) no-repeat 0px 0px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px auto;
	margin-top: -50px;
	z-index: 9999;
	font-size: 14px;
	padding: 30px 0px;
	box-sizing: border-box;
}
.xs ul .wt{
	margin-right: 0px;
}
.xs ul li .yqrq span{
	font-size: 25px;
	display: block;
}
.xs .wzbt{
	padding: 30px 0px;
}
.xs ul li:hover .wzbt{
	color: #a8091f;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: all 1s;
}
.xstop {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px;
	background: url(../image/icon5.png) no-repeat  center;
}
.ckgd{
	border:1px solid #870803;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 40px auto;
}
.ckgd a{
	color: #666666;
}
/* main5 */
.main5{
	width: 100%;
	min-height: 648px;
	overflow: hidden;
	background: url(../image/ztbg.png) repeat 0px 0px;
}
.main5 ul li{
	float: left;
	margin-right: 18px;
	width: 24%;
}
.main5 ul li .zttp{
	border:5px solid #FFFFFF;
	width: 330px;
	height: 200px;
	overflow: hidden;
	transition: all 3s;
}
.main5 ul li .zttp img{width:100%;}
.main5 ul li .zttp:hover img{
	transition: all 3s;
	transform: scale(1.1);
}
.main5 ul li:hover p{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	opacity: 0.7;
	transition: all 1s;
	box-sizing: border-box;
}
.main5 ul .wt{margin-right: 0px;}
.zttop {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
	margin: 40px 0px;
}
.main5 ul li p{
	height: 80px;
	width: 100%;
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
	margin-top: 40px;
	transition: all 1s;
	background: url(../image/zyyy.png) repeat 0px 0px;
}
.main5 .ckgd{
	border:1px solid #FFFFFF;
	margin: 65px auto;
}
.main5 .ckgd a{
	color: #FFFFFF;
}
/* main6 */
.main6{
	background: #940f16;
	color: #FFFFFF;
	overflow: hidden;
	border-top: 5px solid #d0ad7d;
	padding-top: 40px;
	padding-bottom: 20px;
}
.main6 .link{
	/* float: left; */
	text-align: center;
}

.main6 .link div{
    display: inline-table;
    margin: 0px 10px;
}
.main6 .link  select{
	width: 260px;
	height: 50px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 20px;
	margin-bottom: 30px;
	outline: none;
	border: none;
	display: ;
	color: #FFFFFF;
	font-size: 16px;
	background: url(../image/jt.png) no-repeat 0px  0px #940f16;
}
.main6 .bq{
	/* float: right; */
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.main6 .bq img{vertical-align: middle;}

.main6 .bq a{color: #fff;}
.main6 ul{
	float: right;
	margin-left: 10%;
}
.main6 ul li{
	float: left;
	margin-left: 20px;
}
.main6 ul li span{
	display: block;
	text-align: center;
}
/* 列表页 */
.listcon{
	margin-top: 20px;
	overflow: hidden;
}
.conleft{
	width: 17%;
	float: left;
}
.conleft .yj{
	height: 90px;
	background: #940f16;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 90px;
}
.conleft ul{
	background: #f4f4f4;
	overflow: hidden;
	/* border: 1px solid #d5d3cb; */
	border-bottom: 5px solid #dacece;
}
.conleft ul li{
	height: 50px;
	line-height: 50px;
	background: #f4f4f4;
	text-align: center;
	border-left: 5px solid #dacece;
	border-bottom: 1px solid #f2ebeb;
}
.conleft ul li a{
	color: #333333;
	font-size: 16px;
}
.conleft .active{
	
}
.conleft .active a{
	color: #940f16;
}
.conright{
	float: right;
	width: 80%;
	margin: 15px 0px 30px;
	padding: 20px 15px;
	box-sizing: border-box;
}
.ritop{
	margin-bottom: 10px;
	overflow: hidden;
	height: 40px;
	border-bottom: 2px solid #861a1c;
}
.ritop .ggtop{float: left;border-bottom:none}
.ggtop .lm{
	font-size: 18px;
	color: #333333;
	float: left;
	font-weight: bold;
}
.dq{
	float: right;
	color: #999999;
	margin-top: 3px;
	text-indent: 18px;
	background: url(../image/dq.png) no-repeat 0px center;
}
.dq a{
	font-size: 14px;
	color: #999999;
}
.conright .listul li{
	line-height: 50px;
	height: 50px;
	background: url(/img/listd.png) no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	border-bottom: 1px dashed #cccccc;
}
.conright .listul{
	/* padding: 0px 10px;
	box-sizing: border-box; */
}
.conright .listul li a{
	float: left;
	color: #333333;
	font-size: 14px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
}
.conright .listul li .sj{
	float: right;
	color: #888888;
	font-size: 14px;
}
.conright .listul li:hover a{color: #940f16;}
.conright .listul li:hover .sj{color: #940f16;}
.fan{margin: 30px 0px;text-align: center;}
.nt img{width: 100%;}
/* 内容页 */
.article{/* padding: 0px 30px; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
    color: #333333;
    font-weight: bold;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #cccccc;
}
.article .arti_metas span {
    color: #999999;
    font-size: 14px;

    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
font-family: "宋体";
}

.article .read p{line-height: 25px !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: #940f16;}















.listdiv{width: 100%;height: auto;overflow: hidden;margin-top: 15px;}
.Leader{width: 46%;height: auto;overflow: hidden;float:left;margin: 0 2%;margin-bottom:20px;/* margin-right:20px; */}
.Leader h4{background: #e1e1e1;border-left: 4px solid #990000;text-indent:1.5em;line-height:26px;font-size: 16px;}
.Leader_dl{width: 100%;height: auto;overflow: hidden;margin-top: 15px;}
.Leader_dl dt{float: left;width: 30%;margin-right:5%;height: 195px;overflow: hidden;border: 1px solid #990000;}
.Leader_dl dt div{margin:5px;height: 185px;overflow: hidden;}
.Leader_dl dt img{width: 100%;transition: all linear 0.2s;}
.Leader_dl dt:hover img{}
.Leader_dl dd{float: left;width:59%;height: 160px;overflow: hidden;}
.Leader_dl dd span,.Leader_dl dd a,.Leader_dl dd em{display: block;width:100%;height:23px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:14px;}            
.Leader_dl dd p{width: 100%;
    height: 80px;
    line-height: 18px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 30px;}
.pagediv{width: 360px;margin: 20px auto;}
.Leader_dl dd span{font-size:18px;margin-bottom:5px;margin-top:5px;font-weight:bold;}
.Leader_dl dd em{color:#666;margin-top:2px;}
.Leader_dl dd a{margin-top: 62px;}
.Leader_dl dd a:hover img{opacity:0.8;}
.pagediv .defaultInputStyle{border:1px solid #990000;}


.img_js{width:100%; height:auto;}

.img_js li{width: 16%;height: 245px;margin: 15px 1.9%;float:left;border:1px solid #600808;}
.img_js li .bt_img{width: 100%;/* margin: 2%; */overflow:hidden;}
.img_js li .bt_img img{width:100%;height: 210px;}
.img_js li .bt{heihgt:60px; text-align:center;}
.img_js li a .bt p{color:#600808; font-size:16px; line-height:35px;}
.img_js li a .bt span{color:#333; font-size:14px; line-height:25px;}
.fy table{ margin: 15px auto;}