﻿*{
    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:#AA1504;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;
	margin: 0 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;}
.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: 1310px) {
  .container{
    width: 1260px;
  }
}
@media (min-width: 1400px) {
  .container{
    width: 1260px;
  }
}


.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;
	}
}


/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #D0021B;
	z-index: 1005;
	display: none;
	line-height: 50px;
}
.scrollToTop img{
	display:inline-block;
	width: 27px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		line-height: 40px;
	}
	.scrollToTop img{
		width: 28px;
	}
}


/*---------------网站头部---------------------*/
.webheader{ 
	position: relative;
	height: 512px;
	background: url(../images/banner2.png) top center no-repeat;
 }
.head_title{ 
	position: absolute; 
	width: 100%;
	left: 0;
	top:0;
}
.tpic01{ width: 100%; }
.tpic02{ width: 100%; display:none; }

@media (min-width: 1921px){
	
}
@media (max-width: 1280px){
	.tpic01{ display:none; }
	.tpic02{ display:block; }
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){

}
@media (max-width: 767px){
	.head_title a img{ width: 65%; }
	.head_title .right{ text-align: right; }
	.head_title .right img{ display:inline-block; }
}



/* 轮播图片大小控制 */

.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:28px; 
	width: auto;
	bottom: 24px;
}
.banner01 .swiper-pagination-bullet{ 
	width: 10px; 
	height: 10px; 
	background: #fff;
	opacity: 1;
}
.banner01 .swiper-pagination-bullet-active{
	width: 22px; 
	border-radius: 20px;
}

.djban_txt{ 
  padding: 10px 20% 10px 15px;
  font-size: 18px; 
  color:#fff; 
  line-height: 34px;
  font-weight: 700;
  background: rgb(0, 0, 0,0.7);
  margin: 0;
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.djban_txt:hover{ color:#AA1504; }

.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) {
	
}
@media (max-width: 991px) {
  .banner01{ margin-bottom: 15px; }
}

@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;}
    .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) {
  
}


/* 内容 */
.zt_cent{ font-size: 20px;  line-height: 28px;}
.yaowen{}
.yaowen h4{        
	font-size: 18px;
    color: #333;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.yaowen h4 > a{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #c35c10;
    text-decoration: none;
    margin-bottom: 10px;
    display:block;
}
.yaowen h4 > a:hover{ color: #AA1504;}
.yaowen h4 p{    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-decoration: none;}
.yaowen li a{
	font-size: 21px;
	display:block;
    line-height: 44px;
    text-decoration: none;
    padding-left: 38px;
    background: url(../images/20211112_fdlf_hico.jpg) left center no-repeat;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


.wenzi_list li{ line-height: 44px;}
.wenzi_list li a{ display:inline-block; float: left;}

.wenzi_listbg li a{
	background-image: url(../images/20211112_fdlf_hico.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px; }
.wenzi_listbg01 li a{
	background-image: url(../images/20211103_2020jldh_lt44.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px; }

.pic_list{background: url(../images/20211103_2020jldh_spbj.gif) repeat-x left top; padding: 15px 20px 0;}
.tuwen_list li img{ height: 179px; }
.tuwen_list li p{ margin-top: 7px;
 line-height: 28px; }

.lan_title{ margin: 0 0 0;
    overflow: hidden;
}
.lan_title span img{ float: left;  margin-top: 3px;}
.lan_title span{ 
	font-size: 28px;
    line-height: 44px;
    font-weight: bold;
    color: #c2060b;
    text-decoration: none;
    text-align: -webkit-center;
    vertical-align: middle;
    padding: 0 0 30px;
    display: inline-block;
}
.lan_title a{ float: right;
	font-size: 14px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
    line-height: 56px;
}
.lan_title a:hover{ color: #AA1504;}

.gjkxu_list{

}
.gjkxu_list ul li{
	margin-bottom: 20px;
}
.gjkxu_list ul li .col-md-3{ width: 22.2%; }
.gjkxu_list ul li .col-md-9{ width: 77.8%; }
.gjkxu_list ul li h3{
	font-size: 21px;
    line-height: 38px;
    color: #333;
    text-decoration: none;
    margin: 10px 0 0 0;
	font-weight: 700;}
.gjkxu_list ul li h4{ 
	padding: 20px 0;
	margin: 0;
	background:url(../images/20211103_2020jldh_x42.gif) repeat-x center ;}
.gjkxu_list ul li h4 span{
	font-size: 23px;
    line-height: 44px;
    font-weight: bold;
    color: #b82d2d;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    padding-right: 12px;
}
.gjkxu_list ul li p{    
	font-size: 21px;
    line-height: 38px;
    color: #333;
    text-decoration: none;}
.gjhzj{ overflow: hidden; }
.tophzj{ overflow: hidden; }
.lfimg{ float: left; margin-right: 27px;}
.rgttxt{ padding-left: 327px; }
.kbg{ overflow: hidden; }
.kuai{ 
	width: 48px; 
	height: 48px; 
	background:#3a61a3; 
	display:inline-block; 
	margin-right:12px; 
	float: left;
}
.txt_he{float: left;
	font-size: 18px;
    line-height: 32px;
    color: #333;
    text-decoration: none;}
.btmhzj{ background:#f3f3f3; padding: 10px; margin-top: 10px; }
.btmhzj p{
	font-size: 21px;
    line-height: 38px;
    color: #333;
    text-decoration: none;
    margin-bottom: 0;
}
.hzjleft{

}
.hzjleft .rgttxt{ padding-left: 277px; }
.hzjleft .kbg{background:url(../images/20211103_2020jldh_x42.gif) repeat-x center bottom; padding-bottom: 45px;}


.wenzi_list li a{ 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width:95%;
}
.wenzi_list li span{  
	font-size: 19px;
    line-height: 38px;
    color: #aaa9a9;
    text-decoration: none;}
.tuwen_list li p{ 
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }

.link_list{ padding-top: 12px; }
.line_bg{ 
	background:#EBC1C2; 
	width: 100%; 
	height: 1px; 
	margin-bottom: 35px; }


@media (min-width: 991px){
	

}
@media (max-width: 1199px){ 
	.tuwen_list li img{ height: 132px; }
}
@media (max-width: 991px){
	.tuwen_list li{margin-bottom: 15px;}
	.tuwen_list li img{ height: 211px; }
}
@media (max-width: 767px){
	.wenzi_list li a{ max-width:100%; }
	.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; }
	.link_list li{ margin-bottom: 20px; }
}
@media (max-width: 570px){
	.gjkxu_list ul li .col-md-3{ width: 100%; text-align: center; }
	.gjkxu_list ul li .col-md-3 img{ display:inline-block; }
	.gjkxu_list ul li .col-md-9{ width: 100%; }
	.lfimg{ float: none; margin: 0 0 20px 0; text-align: center; }
	.lfimg img{ display:inline-block; }
	.rgttxt{ padding-left: 0; }
	.hzjleft .rgttxt{ padding-left: 0; } 
}
@media (max-width: 420px){
	
}
@media (max-width: 405px){
	
}
@media (max-width: 385px){
	
	
}








/*图片划过变大*/
.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);
}


.text_list .bd{
	height: 340px;
	overflow: hidden;
}
.text_list .bd ul li{
	height: 340px;
}
.text_list .bd ul{
	width: 1200px;
	overflow: hidden;
}
.text_list .bd ul li .pic1{width:600px;position:relative;height:340px;float: left;overflow: hidden;}
.text_list .bd ul li .pic1 span{background:rgba(0, 0, 0, .43);height:50px;color: #fff; bottom:0;left:0;position:absolute;width:100%;text-align:center;line-height:50px;font-size: 14px;font-family:\5B8B\4F53;}
.text_list .bd ul li .pic2{width:600px;float: left;}
.text_list .bd ul li .pic2 .pic_li{float:left;margin:0 0 10px 10px;height:165px;overflow: hidden;}

.text_list .hd ul{position:relative;text-align:right;bottom:0px;right:0px;z-index:99;}
.text_list .hd ul li{display:inline-block;width:40px;height:6px;-webkit-border-radius:10px;border-radius:10px;background:#e6e6e6;
margin:0 10px;cursor:pointer;}
.text_list .hd ul li.on{background:#9a0a0d;}
.text_list .img_tit span{
	color: #666;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	display: block;
}


/* 底部 */
.m_foot{
	width: 100%;
	height: 550px;
	background: url(../images/foot_bg.png) top center no-repeat;
  }
  .m_foot img{
	display: block;
	width: 101px;
	  height: 101px;
	margin: 0 auto;
	margin-top: 66px;
	margin-bottom: 16px;
  }
  .m_foot span,
  .m_foot a{
	display: block;
	text-align: center;
	font-size: 14px;
	  font-weight: normal;
	  font-stretch: normal;
	  letter-spacing: 1px;
	  color: #333333;
  }
  .m_foot .ft1{
	margin-bottom: 34px;
  }
  .m_foot .ft2{
	margin-bottom: 10px;
  }