*{
    margin: 0px;
    padding: 0px;
	/*word-break:break-all;*/
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}  
a[href]:after{content:normal;}
body {
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	background: #fff;
	height: auto;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;cursor: pointer;
}
a:hover, a:focus {
	color:#c61d23;text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;}
select { width:100%;}
input::-webkit-input-placeholder{ color: #3C5AA9;}
input:-moz-placeholder{ color: #3C5AA9;}
input::-moz-placeholder{ color: #3C5AA9;}
input:-ms-input-placeholder{ color: #3C5AA9;}


.left {
	float: left;
}
.right {
	float: right;
}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb45 { margin-bottom:45px;}
.mb50 { margin-bottom:50px;}
.mb75 { margin-bottom:75px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}

.lanmumt {margin-top: 15px;}
@media (max-width: 991px){
	.mobmt {margin-top: 15px;}
	.mobmt20 {margin-top: 20px;}
	.mobpadding {padding: 0;}
	.mobmargin {margin: 0;}
}
@media (max-width: 767px){
	.lanmumt {margin-top: 0;}
	.mobmt22 {margin-top: 22px;}
}
@media (min-width: 1230px){
	.container{width: 1200px;}
}
@media (min-width: 1299px){
	.container{width: 1260px;}
}
@media (min-width: 1366px) {
  .container{width: 1330px;}
}
@media (min-width: 1499px) {
  .container{width: 1430px;}
}
@media (min-width: 1599px) {
  .container{width: 1530px;}
}
@media (min-width: 1660px) {
  .container{width: 1572px;}
}

.nrhei {
	font-size: 16px; 
	line-height: 34px; 
	font-family: \5FAE\8F6F\96C5\9ED1; 
	color: #595959;
}
h2 { color:#005896;}
.clear{clear:both;}



/*---------------common---------------------*/
.sidebar {overflow: hidden;}
.sidebar .title {margin-bottom: 0px;
	position: relative;
	background: #D0021B; 
	font-size: 20px;
	font-weight: 700;
	color:#ffffff;
	margin-top: 0;
	border-top: #f08519 solid 0px;
	overflow: hidden;
	text-transform:uppercase;
	line-height: 34px;
    padding: 10px 15px}
.sidebar .title img{ display: inline-block; float: left; margin:17.5px 10px 17.5px 25px;}

@media (max-width:1390px) {
	.sidebar .title{ font-size:18px;}
} 
@media (max-width:1290px) {
	.sidebar .title{ font-size:16px;}
} 
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
} 

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
	border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	color: #00409a;font-size: 15px;
}
.table-bordered {
	border-color: #e6e6e6;
}
/*tbody {
	background-color: #ffffff;
}*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 15px;
	border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
	background-color: #fafafa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}
.table-striped.table > tbody > tr > td {
	border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #dedede;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.dl-horizontal dd {
		margin-left: 150px;
	}
	.dl-horizontal dt {
		max-width: 120px;
	}
}



/*---------------网站头部---------------------*/
.webheader{ position: relative; }
.head_title{ 
	position: absolute; 
	width: 100%;
	left: 0;
	top:0;
}
.tpic01{ width: 100%; }
.tpic02{ width: 100%; display:none; }
.pcback{}
.mobback{  display:none;  }

@media (max-width: 1280px){
	.tpic01{ display:none; }
	.tpic02{ display:block; }
	
}
/* 轮播图片大小控制 */
.news_video{ 
	
	padding: 16px 0 0; 
}
.top_tegao{ text-align: center;margin-bottom: 30px; padding: 8px 15px 0;}
.top_tegao a{ 
	font-size: 28px;
	font-weight: 700; 
	line-height: 1.58; 
	color:#c61d23; 
}

.top_bigtitle{font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #b82d2d;
    text-decoration: none;
	display: block;
    margin-bottom: 20px;
text-align: center;}
.pagination {
  	position: absolute;
    z-index: 20;
    bottom: 10px;
    text-align: right;
    right: 20px;
    margin: 0;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.banner01{

}
.banner01.swiper-container-horizontal>.swiper-pagination-bullets{ 
	display:inline-block; 
	left: auto; 
	right: 13px; 
	width: auto;
	bottom: 13px;
}
.banner01 .swiper-pagination-bullet{ 
	width: 10px; 
	height: 10px; 
	background: #fff;
	opacity: 1;
}
.banner01 .swiper-pagination-bullet-active{
	width: 22px; 
	border-radius: 20px;
}
.banner01 .swiper-slide a img{ width: 100%; }
.djban_txt{ 
  padding: 15px 0;
  font-size: 22px; 
  color:#444444; 
  line-height: 1.8;
  margin: 0;
  text-align: center;
  width: 100%;
}
.djban_txt:hover{ color:#b93e3e; }
.banner01 .swiper-button-prev, 
.banner01 .swiper-button-next{
	height: 68px;
	margin-top: -68px;
	background-color:rgba(0,0,0,0.4);
	background-size:16px 40px;
}
.banner01 .swiper-button-prev:hover, 
.banner01 .swiper-button-next:hover{
	background-color:rgba(0,0,0,0.7);
}
.banner01 .swiper-button-prev{
left:0;
}
.banner01 .swiper-button-next{
right: 0;
}

.djban_txt{ 
	overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;
}


@media (min-width: 768px) {
  .banner01 .slides img {
  width: 100%;} 
}

@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
	
}
@media (max-width: 1280px) {
	
}
@media (max-width: 1199px) {
	.top_tegao a{ font-size: 26px; }
}
@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
	.banner01 .slides img { width: 100%;} 
	.banner01{ margin-bottom: 15px; }
	.pagination{ display:none; }
    .djban_txt{ padding-right: 10px;  padding-left: 10px; 
    	font-size: 18px; padding-bottom: 18px;}
    .banner01.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 0;}
}
@media (max-width: 600px) {
  
  .djban_txt{ font-size: 16px; line-height: 24px;}
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  
}
@media (max-width: 380px) {
  
}
@media (max-width: 320px) {
  
}


/* 内容 */
.bgfff{ background:#ffffff;  min-height: 500px;}
.zt_cent{ 
	font-size: 22px;  
	line-height: 28px;
}
.top-margin{ position: relative;z-index:0; margin-top: -14%; }
.ywen-bg{
	background:rgba(255,255,255,0.7);
	width: 1650px;
	margin:0 auto;
	padding:0 40px;
}
.both_hydt{ 
	overflow: hidden; 

}
.both_hydt .col-md-6{ padding: 0;}
.lanmucent{  }

.yaowen{ 
	padding: 10px 0 10px 30px;
}
.yowen_title{
	border-bottom: 1px solid #cc2412;
	margin-top: 5px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.yowen_title a{
	font-size: 22px;
	line-height: 1.8;
	text-indent: 2em;
	display: block;
}

.yaowen ul{ overflow: hidden; }
.yaowen ul li{  width: 100%; overflow: hidden;}
.yaowen ul li a{
	font-size: 22px; 
	background-image: url(20260617_26jldh_jsdd.png);
	background-position: left 10px center;
	padding-left: 35px;
	line-height: 1.8;
	max-width: 100%;
	float: none;
}
.yaowen ul li a:hover{  }
.yaowen ul li span{ color: #fff; }


.lan_title{ 
    overflow: hidden;
	text-align: center;
	position: relative;
	width: 100%;
	background:url(20260617_26jldh_btbj01.png) no-repeat bottom center;
}
.lan_title b{ 
	font-size: 28px;
    color: #c61d23;
 	font-weight: 700;
 	line-height: 1.5;
}
.lan_title a{ display:inline-block; margin-bottom: 20px; }

.lan_title01{
	background:url(20260617_26jldh_btbj02.png) no-repeat center;
	margin-bottom: 30px;
}
.lan_title01 b{ 
	color: #2461dc;
}
.lan_title01 a{ margin-bottom: 0; }

.jikj_tittop{
	
}
.jikj_tittop .lan_title{  padding: 1px 0 27px; margin-top: 0;}


.jjkj_cent{    
	padding: 30px 0 5px;}
.gjzgj_li{ 
	background:url(20260617_26jldh_zgkkjbj01.jpg) no-repeat;
	padding-right: 30px;
	margin-bottom: 50px; overflow: hidden; }
.lf_zgimg{
	float: left; width: 26.7%; 
	padding: 32px 0 0;
	text-align: center;

	background:url(20260617_26jldh_zgkkjbj02.png) no-repeat center;
}
.lf_zgimg b{
	padding:35px 20px 86px;
	display: inline-block;
	margin:0 auto;
}
.rgt_zgtxt{ 
	float: left; width:73.3%;
	margin-top: 55px;
	background: url(20260617_26jldh_zgkkjbj04.png) no-repeat;
	background-size: cover;
	padding: 33px;
	font-size: 20px; 
	line-height: 1.75;
	border-radius: 8px;
}
.zg_ryjj{ margin-bottom: 20px; }
.zg_ryjj p{ font-weight:700; color: #fff8ec;text-indent: 2em; }
.xscj{ 
	position: relative; 
	margin:20px 0 20px -45px;
}
.xscj span{ 
	font-size: 24px; 
	font-weight:700; 
	color: #c61d23;
	display:inline-block;
	background: url(20260617_26jldh_zgkkjbj03.jpg) no-repeat;
	padding: 6px 0 6px 43px;
	min-width: 162px;
}
.rgt_zgtxt p{
	 text-indent: 2em;
}
.rgt_zgtxt p a{color: #fff;}
.bg_blue{ 
	background:#e1effa; 
	padding: 60px 0 30px;
	background:url(20260617_26jldh_dbj.jpg) repeat-x top center;
}
.gjzrkx_cent{ 
 }
.gjkx_top{
	
	overflow: hidden;
	padding: 25px 0 0;
}
.lf_zrkx{ 
	float: left; width:31.32%;
	padding:0 0 60px;
	background:url(20260617_26jldh_imgyy.png) no-repeat bottom center;
	background-size: 100%;
}
.lf_zrkx a{
	background:#f2d2a3;
	padding:18px 16px 60px;
	display: block;
}
.rgt_zrkx{ 
	float: left;width:68.68%; 
	position: relative;
	z-index: 2;
	padding: 15px 30px 20px 30px;
}
.rgt_zrkx > h3{
	font-size: 20px;
	 font-weight:700; 
	 line-height: 1.25; 
	 color: #a66811;
	margin:10px 0;
	padding:0 10px 10px 0;
}
.rgt_zrkx > h3 a{ color: #a66811; }
	
.rgt_zrkx > p{
	font-size: 20px; line-height: 1.8;
	text-indent: 2em;
	position: relative;
	padding-bottom: 35px;
	border-bottom: 4px solid #f0d9af;
	margin-top: 25px;
	text-align: justify;
}
.rgt_zrkx > p::after{
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  width: 25px;
  height: 25px;
  left:0;
  background: #a66811;
  z-index: 1;
}
.ly_zrkx{ 
	overflow: hidden; 
	margin-bottom: 15px; 
	padding: 0 20px 0 0;
	color:#a66811;
}
.ly_zrkx span{
	font-size: 18px; 
	line-height: 2.5; 
	display: block;
	width: 40%;
	border-bottom: 1px dashed #a66811;
}
.zrkx_li{
	padding: 0 0 20px;
	overflow: hidden;
	padding-left: 31.32%;
	position: relative;
	z-index:1;
}
.zrkx_li .wenzi_list li a{ max-width: 100%; }
.btm_bulemore{ 
	text-align: center;
	 position: relative;
	 background:url(20260617_26jldh_gdbj.png) no-repeat bottom 8px center;
}
.btm_bulemore a{ 
	font-size: 18px; 
	line-height: 2.8;
	color:#c09559; 
	display: inline-block; 
	z-index: 2;
}
.btm_bulemore a:hover{ color: #c61d23; }

.gjjsfm_li{ background:url(20260617_26jldh_jjfmbj.png) no-repeat center;
	overflow: hidden; padding: 30px 0; margin-top: 35px;}
.gjjsfm_li .wenzi_list li{ }
.gjjsfm_li .wenzi_list li a{ 
	display: block; 
	width: 100%;
	max-width: 100%;
	background-position: left 12px center;
    padding-left: 35px;
    padding-right: 15px;
    line-height: 3;
    border:3px solid transparent;
}
.gjjsfm_li .wenzi_list li a:hover{
	color:#fff;
	border:3px solid #c7a16b;
}

.xj-txt{
	font-size:18px; 
	color: #e3c9a9; 
	text-align: center;
	margin-top: 15px;
}

.zhgjhz_div{  }
.zhgjhz_cent{  }
.zhgjhz_div .lan_title b{ color: #1937b0; }
.zhgjhz_cent .lf_zgimg{ background:#618edf;}
.gjhz_txt{ 
	padding-left: 30px;
	border-bottom: 1px solid #80a4e2; 
	padding-bottom: 15px; margin-bottom: 20px;  }
.gjhz_txt b{  }
.gjhz_txt p{ margin-bottom: 0; }
.gjhz_txt span{  }

.mtbd_cents{}
.mtbd_cents .zrkx_li{ 
	padding: 20px 15px;
	margin: 0 0 25px;
	background:#fff;
}
.mtbd_cents .zrkx_li .wenzi_list li a{
	background-image: url(20260617_26jldh_jsdd3.png);
	border-bottom: 1px dashed #cdcdcd;
}


.wenzi_list li{ line-height: 2.5;}
.wenzi_list li a{ 
	display:inline-block; 
	float: left;
	background-image: url(20260617_26jldh_jsdd2.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding-left: 32px; 
    font-size: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:85%;
}

.wenzi_list li span{  
	float: right;
	font-size: 20px;
    line-height: 50px;
    text-decoration: none;}
.kjli_cent{ 
	background:rgba(255,255,255,0.7);
	margin-bottom: 30px;
}
.wenzi_listbg{ 
	padding-top: 30px;
	overflow: hidden; 
}

.pic_list{ padding: 15px 0 0;}
.tuwen_list li img{  }
.tuwen_list li p{ margin-top: 7px;
 line-height: 28px; }


.lan_more{
	display:block;
	text-align: right;
	font-size: 18px;
}

.xglj_list{
	background:#fdf7eb;
	padding: 6px 15px;
}
.xglj_list .wenzi_list li a{ max-width: 100%; }



.tuwen_list li p{ 
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }
@media (min-width: 992px){
	.mtbd_top p{
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden; }
}
@media (max-width:1670px){
	.ywen-bg{ width: 100%; padding:0; }
}
@media (max-width:1599px){
	
}
@media (max-width:1499px){
	.zrkx_li{ margin-top: 0; }
}
@media (max-width:1299px){
	.rgt_zrkx > h3{ line-height: 1.5; }
	.ly_zrkx span{ width: 100%; }
	.rgt_zrkx > p{ font-size: 18px; }
	.rgt_zrkx > p::after{ width: 20px; height: 20px; }
}
@media (max-width:1280px){
	.top-margin{margin-top: -24%;}
}
@media (max-width: 1199px){ 
	.mtbd_top h3{ padding: 15px; }
	.tuwen_list li img{ }
	.hg_yq{ background-size: cover; }
	.kbg{ font-size: 20px; }
	.wenzi_list li a{ font-size: 20px; }
	.wenzi_list li span{ font-size: 20px; line-height: 44px; }
	.ljhg_cent ul li a{ font-size: 22px; }
	.yowen_title{margin-bottom: 10px;}
	.yowen_title span{ width: 185px; 
		height: 48px; 
		background-size: 100%;
		font-size: 26px;
		line-height: 42px;}
	.lan_title span{ font-size: 26px; line-height: 30px; }
	.lan_title .lan_more{ bottom: 49px; }
	.jikj_tittop .lan_title .lan_more{ bottom: 47px; }
	.lan_title01 .lan_more{ bottom: 12px; }
	.tuwen_list li p{ font-size: 20px; }
	.rdht_bg, .mtbd_bg{ background-size:cover; padding-bottom: 0;}
	.rdht_bg .text_list, .mtbd_bg .text_list{ padding: 0; }
	.lf_zgimg{background:none; }
	.rgt_zgtxt{ margin-top: 20px; }
	.gjzgj_li{ padding: 20px 20px 20px 0; background-size:cover; border-radius: 8px; }
	.lan_title b{ padding: 0 180px; }
	.rgt_zgtxt{ font-size: 18px; }
	.xscj span{ font-size: 20px; }
	.lf_zrkx{ padding-bottom: 45px; }
}
@media (max-width: 1080px){
	.bgfff{ min-height: auto; }
}

@media (max-width: 992px){
	.tuwen_list li{margin-bottom: 15px;}
	.tuwen_list li img{  }
	.lfimg{  width: 28%;}
	.rgttxt{ width: 68%}
	.ljhg_cent ul{ padding: 0; }
	.yaowen h2{ padding-left: 0; }
	.pc_navshow nav ul li{ font-size: 18px; padding: 0 4px; }
	.lan_title span{ font-size: 24px; line-height: 32px; padding-right: 0;}
	.lan_title .lan_more{ bottom: 35px; }
	.jikj_tittop{ background-size: 150%; }
	.lan_title span{ padding-left: 0; }
	.lantit_bg02,.lantit_bg01{ padding-top: 5px; }
	.lhsp_ulbg .wenzi_list li > div{ background-size: 100% }
	.news_video{background-size: cover; }
	.yaowen{margin:0;padding: 0; }
	.top_tegao{ margin-bottom: 10px; }
	.top_tegao a{ font-size: 26px; }
	.mtbd_top a{ min-height:auto; padding-bottom: 30px;}
	.jikj_tittop .lan_title .lan_more{ bottom: 34px; }
	.jikj_tittop .lan_title b a img,
	.lantit_bg b a img{
		-webkit-transform: scale(1.4);
    	transform: scale(1.4);
	}
	.lan_title b{ font-size: 28px; }
	.lan_title b{ padding: 0 80px; }
	.lf_zrkx{ padding-bottom: 27px; }
	.gjjsfm_li{ background-size:cover; }
	.bg_blue{  background:#fff6ed; padding-top: 20px; }
}
@media (max-width: 767px){
	.wenzi_list li a{ max-width:100%; font-size:16px; }
	.tuwen_list li p{ font-size:18px;}
	.tuwen_list li img{ height: auto; }
	.chengjiu ul li{ width: 100%; text-align: left; }
	.yaowen li h3{line-height: 32px;}
	.wenzi_list li span{ display:none;}
	.lfimg{  width: 100%; margin:0 0 30px;}
	.rgttxt{ width:100%}
	.ljhg_cent ul li{ width: 50%; margin-bottom: 20px; }
	.lantit_bg01{
		background-size: 120%;
	}
	.lantit_bg02{
		
		background-size: 120%;
	}
	.lantit_bg03{
		background-size: 120%;
	}
	.lan_title span{ font-size: 26px; line-height: 40px; padding-right: 0;}
	.lan_title .lan_more{ bottom: 8px; }
	.top_tegao a{ font-size: 20px; line-height: 30px; }
	.lanmucent{ padding-top: 0; padding-right: 0; }
	.bg_blue{ padding-top: 0; }
	.lantit_bg{ padding-top: 20px; }
	.jikj_tittop .lan_title b a img,
	.lantit_bg b a img{
		-webkit-transform: scale(2);
    	transform: scale(2);
	}
	.lantit_bg01 b img,
	.lantit_bg02 b img{ width: 50%; }
	.lantit_bg03 b img{ width: 35%; }
	.lhsp_ulbg .wenzi_list li > div{ 
		background:#faf0db; padding-bottom: 0; 
		padding-left: 10px;
	}
	.lhsp_ulbg .wenzi_list li > div a{ max-width: 100%; }
	.lhsp_ulbg .wenzi_list li > div{ padding-left: 0; }
	.both_hydt{ background-position:bottom; }
	.yowen_title a{ font-size: 16px; }
	.yaowen ul li a{ font-size: 16px; }
	.gjzgj_li{ padding:20px; margin-bottom: 20px; }
	.lf_zgimg{ float: none; width: 100%; padding: 0;}
	.lf_zgimg b{ padding:10px 0 0; }
	.lf_zgimg b img{ width: 70%; margin: 0 15%; }
	.rgt_zgtxt{ float: none; width: 100%; padding: 20px;
		margin-left: 0; margin-top: 25px; font-size: 16px; }
	.zg_ryjj,
	.rgt_zgtxt p{ padding-left: 0; }
	.xscj{margin-left: -30px;}
	.xscj span{ font-size: 20px; }
	.lf_zrkx{float: none; width: 100%; padding-bottom: 10px;}
	.rgt_zrkx{ float: none; width: 100%; padding: 10px;
		margin-left: 0; margin-top: 0;}
	.rgt_zrkx > h3{ padding: 0 0 10px; font-size: 18px;}
	.ly_zrkx{ padding: 0; font-size: 16px; }
	.ly_zrkx span{ float: none; display: block; margin-bottom: 5px; font-size: 16px;}
	.rgt_zrkx > p{ font-size: 16px; padding-left: 0; }
	.rgt_zrkx > p::after{ display: none; }
	.zrkx_li{ padding-top: 0; padding-left: 0; }
	.lan_title b{ font-size: 24px; padding: 0; }
	.lf_zrkx a{ padding-bottom: 18px; }
	.mtbd_cents .zrkx_li{ padding:15px 0 20px; margin-bottom: 5px; }
	.yaowen ul li{ line-height: 2; }
	.gjjsfm_li .wenzi_list li{ padding:0; }
	.gjjsfm_li .wenzi_list li a{ line-height: 2; }
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 375px){
	
}
@media (max-width: 375px){}

/* 卡片轮播 */
.sp_banner{
	
	padding: 5px 0 0;
}

#certify {
	position: relative;
}

#certify .swiper-container {
	
}

#certify  .swiper-slide {
	width: 540px;
	background: #fff6ed;
}
#certify .swiper-slide a b{ border:4px solid #fff; }
#certify .swiper-slide img{
	display:block;
}
#certify .swiper-slide p {
	padding:15px 10px 19px;
	color: #333;
	font-size: 19px;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
	background-color: #fff;
	width: 12px;
	height: 12px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #bab8b9;
}
#certify .swiper-button-prev,
#certify .swiper-button-next{
	top: 40%;
}
#certify .swiper-button-prev {
	left: 30px;
	width: 51px;
	height: 51px;
	background: url(20260617_26jldh_spl.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: 30px;
	width: 51px;
	height: 51px;
	background: url(20260617_26jldh_spr.png) no-repeat;
	background-size: 100%;
}
@media (min-width: 992px) {
	#certify  .swiper-slide p{
		height: 90px;
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; }
}
@media (max-width: 1599px) {
	#certify  .swiper-slide {
	width: 500px;}
}
@media (max-width: 1450px) {
	#certify .swiper-button-prev{left: 10px;}
	#certify .swiper-button-next{right: 10px;}
}
@media (max-width: 1366px) {
	#certify{padding: 0 10px;}
	#certify .swiper-slide{ width: 480px; }
	#certify .swiper-button-prev{left: 20px;}
	#certify .swiper-button-next{right: 20px;}
}
@media (max-width:1199px) {
	#certify .swiper-slide{ width: 440px; }
}
@media (max-width:991px){
	#certify .swiper-button-prev,
	#certify .swiper-button-next { display: none; }
}
@media (max-width: 767px) {
	#certify  .swiper-slide { width: 100%; }
	#certify .swiper-slide p{ font-size: 16px; padding-bottom: 10px; }
}



/* foot */
.foot{ background: #c82525; color: #fff;}
.foot a{color: #fff;}
.foot .copyright{padding: 25px 0 20px;
    overflow: hidden;}
.foot .cas_jiucuo{
    float: left;
    width: 33%;
text-align: right;}
.foot .left{ width: 51%;text-align: center; margin-top: 13px;}
#_span_jiucuo{    display: inline-block;
    vertical-align: top;
    margin-top: 13px;margin-right: 20px;}
#_ideConac{ display:inline-block; }

@media (max-width: 1199px){
	.foot .left{ width: 65%; }
	.foot .cas_jiucuo{ width: 25%; }
}
@media (max-width: 991px){
	.foot .cas_jiucuo {
    width: 100%;
    text-align: center;}
    .foot .left{ width: 100%; }
}
@media (max-width: 767px){
	
    
}
@media (max-width: 570px){
	
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}

/* 图片列表 */
.view_cent{  }
.new-graphics .tuwen_list li p{ font-size: 20px; margin-bottom: 15px; }
.ky_seemore{ text-align: center; display:none;  margin: 20px 0 30px;}
.ky_seemore button{
	width: 210px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #a66811;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background:#a66811;}
.ky_seemore button:hover{ background:#a66811; border:1px solid #a66811; color:#333; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }
.breadcrumb{ background:none; margin-top: 15px; }
@media screen and (min-width: 768px){
	.new-graphics .tuwen_list li p{ min-height:56px; }
}
@media screen and (max-width: 767px){
	.ky_seemore{  display:block; }
	.breadcrumb{ margin-bottom: 10px; }
}

/* 文字列表 */
.text_listtime{}
.text_listtime li{ line-height: 44px; overflow: hidden; font-size: 20px;}
.text_listtime li a{
	background-image: url(20260617_26jldh_jsdd2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    float: left;
    max-width: 80%;
}
.text_listtime li span{ color:#aaa9a9; font-size: 18px;}   
.text_listtime li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media screen and (min-width: 768px){
    
}

@media screen and (max-width: 767px){
	.text_listtime li a{ max-width: 100%; }
	.text_listtime li span{ display:none; }
	.text_listtime li span{ display:none; }
}


/*---------------细览---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
.xltoptitle{
    border-bottom: 2px solid #c61d23;
    padding: 0px 0px 10px 0px;
    margin: 0 0 20px;
}
#xlmain .wztitle {
	    font-size: 30px;
    line-height: 44px;
    color: #c61d23;
    text-decoration: none;
    text-align: center;
    font-weight: 700;}
.lyandtime{ font-size: 14px; color:#9a9a9a; }
#xlmain .qtinfo {color:#666; 
	text-align:left; font-size: 14px;
	padding: 0px 0px 0 0px;margin-bottom: 0;}
.share_sy{  border-bottom: solid 1px #cccccc; padding-bottom: 6px; }
#xlmain .zg_wztxt.textxl p{ font-size: 16px; color:#404040; text-indent: 0; }


#xlmain .qtinfo a {color:#666; text-decoration: none;}
#xlmain .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 24px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:10px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;padding: 0 0 10px 0;}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .textsp video {border: #c3d2e5 solid 6px;border-radius: 5px;margin-bottom: 10px;}
#xlmain .xilan-content-main.zoomIn {
  font-size: 19px;
  line-height: 36px;
}
#xlmain .xilan-content-main.zoom {
  font-size: 16px;
  line-height: 30px;
}
#xlmain .xilan-content-main.zoomOut {
  font-size: 13px;
  line-height: 24px;
}
#xlmain .textxl *{
	    font-size: 16px!important;
    line-height: 34px!important;
    font-family: \5FAE\8F6F\96C5\9ED1!important;
    color: #444!important;
}
#xlmain .textxl p a{ color:#2966ca !important}
.time_ly{ overflow: hidden; }
.time_ly .right b{ font-weight: normal; margin-right: 20px; }
.text_right{ text-align: right; }
.text_center{ text-align: center; }
.xl_font font{ cursor: pointer; }
.xl_font font:hover{ color:#06C; }

#xlmain .wztitlefb{    
	font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 3px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 767px) {
	#xlmain .textxl img {max-width: 100%;}
}
@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
	.enclosure_btm h3{ width: 16%;}
	.enclosure_btm ul{ width: 84%; }
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
	.share_sy .col-sm-5{ width:100%; margin-bottom: 5px;}
	#xlmain .qtinfo{  text-align: center; }
	.share_sy .col-sm-7{ width:100%;text-align: center; }
	.font_txtbh{ float: none; }
	.enclosure_btm h3{ width: 25%;}
	.enclosure_btm ul{ width: 75%; }
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 22px;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.font_txtbh{ margin-bottom: 5px; }
	.share{text-align: center;
    width: 140px;
    float: none;
    margin: 0 auto;}
    .enclosure_btm h3{ width: 100%;}
	.enclosure_btm ul{ width: 100%; }
	.time_ly .left{ width: 100%; text-align: center; margin-bottom: 6px;}
	.time_ly .right{ width: 100%; text-align: center; }
	.text_bottom .text_center{ display: none; }
	.xltoptitle{margin-top: 0;}
	#xlmain video{ width: 100%!important; height:195px!important;}
	#zoom .xgplayer{ width: 100%!important; height:195px!important;}
}





/*图片划过变大*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}




/*Page*/
#pages {
    width:100%; font-size: 14px; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
	overflow: hidden; padding-top: 0px; margin: 20px 0 30px;
}
#pages span{padding:8px 16px;}
#pages A {
    background: #a66811; 
    color: #fff; 
	text-decoration:none;
    border: #a66811 1px solid; 
    display: inline-block; 
	padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#a66811;}
#pages A:hover {
    border: #a66811 1px solid; background: #a66811;  color: #fff;
}
#pages A.curr {
    border: #a66811 1px solid; background: #a66811;  color: #fff;
}
#pages A.curr:visited {
    border: #a66811 1px solid; background: #a66811;  color: #fff;
}
#pages .curr{
	background: #c61d23;
    color: #fff;
	border:1px solid #c61d23;
	display:inline-block;
}

@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	background-color: #c61d23;
	z-index: 1005;
	border-radius:4px;
	display: none;
}
.scrollToTop img{
	display:inline-block;
	width: 28px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		line-height: 37px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.scrollToTop img{
		display:inline-block;
		width: 25px;
	}
	.mb50{ margin-bottom: 30px; }
}

