@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
dl,
dt,
dd {
    font-style: normal;
    margin: 0;
    padding: 0;
    border: 0;
}

div,
ul,
li {
    font-size: 0;
}

img {
    border: none;
    transition: all 0.6s;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.6s;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: normal;
}

input,
textarea,
select {
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
}

input::-ms-clear {
    display: none;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

html,
body,
a {
    font: 16px/1.1 'Microsoft YaHei';
    color: #333;
}
.banner {
	width:100%;
       height: auto;
        text-align:center;
        font-size:0;
        height: 570px;
        background: url(jlsdzj_djxxjy_bg20240521.jpg) no-repeat top center;
        background-size: 100% 100%;
        text-align: center;
}
.banner a{
    display: table;
    width: 100%;
    text-align: center;
}
.banner a img {
    display: table-cell;
    vertical-align: middle;
    margin: 200px auto;
	width:auto;
    height: 120px;
}
 
nav {
	height:60px;
	clear:both;
	background: #c40204;
        width:100%;      
}
nav ul {
	width:1200px;
	margin:0 auto;
}
nav li {
	float:left;
	display:inline;
	color:#fff;
	font-size:20px;
	line-height:60px;
}
nav li:first-child::before{
    display: none;
}
nav li::before{
    content: '';
    width: 2px;
    height: 16px;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
}
nav li a {
	color:#fff;
	font-size:20px;
	
	font-weight:bold;
	padding:0 40px;
}
.cbg{
    width: 100%;
    background: url(jlsdzj_djxxjy_bgc20240521.jpg) no-repeat top center;
    background-size: 100% auto;
    overflow: hidden;
}
.cfff{
    margin: 10px auto;
    max-width: 1300px;
    width: 98%;
    padding: 10px 1%;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
}
.l{width: 51%; float: left;}
.r{width: 46%; float: right;}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container_lb img{width: 100%; height: 200px;}
.swiper-slide a{display: inline-block;width: 100%;}
.swiper-slide a img{width: 100%; height: 400px;}
.swiper-slide a p{
    left: 0;
    width: 98%;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding-left: 2%;
    background: rgba(0,0,0,0.7);
}
.swiper-pagination-bullet-active{
    width: 35px!important;
    border-radius: 5px!important;
}
.yw_tit p {
    background: url(jlsdzj_top_newtit_20240521.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 20px;
    
}
.yw_tit p a {
    color: #090909;
    font-size: 24px;
    font-weight: bold;
}
.dzj_yw_list ul, .dzj_yw_list2 ul {
    overflow: hidden;
}
.dzj_yw_list ul li {
    height: 64px;
    line-height: 32px;
    padding: 10px;
    background: #e6000d; 
    margin-bottom:10px;
    color:#fff;
}
.dzj_yw_list ul li a {
 font-size:18px;
     color:#fff;
}
.dzj_yw_list ul li:hover {
 text-decoration: underline;
}

.dzj_yw_list2 ul li {
    line-height: 32px;  
}
.dzj_yw_list2 ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background: #c40204;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
}
.dzj_yw_list2 ul li a {
 font-size:18px;
     color:#0b0b0b;
}
.dzj_yw_list2 ul li a:hover {
 color:#1e60a7;
}
 
.dzj_dt_list ul {
     overflow: hidden;        
}
.dzj_dt_list ul li {
    height: 56px;
    line-height: 56px;
    padding: 0 20px 0 30px;
    background: #fff; 
    margin-bottom:19px;
}
.dzj_dt_list ul li a {
 font-size:18px;
     color:#1e1e1e;
}
.dzj_dt_list ul li a:hover {
 color:#1e60a7;
}
.mt20{
    margin-top: 20px;
}
.w48{
    width: 48%;
    float: left;

}
.ml-2{
    margin-left: 2%;
}
.h2tit{
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.h2tit img{
    height: 123px;
    position: relative;
    z-index: 2;
}
.h2tit::before{
    position: absolute;
    left: 0;
    top: 28%;
    content: '';
    width: 38%;
    height: 57px;
    background: url(jlsdzj_djxxjy_tit_lbg20240522.png) left center no-repeat;
    background-size: 100% 100%;
}
.h2tit::after{
    position: absolute;
    right: 0;
    top: 28%;
    content: '';
    width: 38%;
    height: 57px;
    background: url(jlsdzj_djxxjy_tit_rbg20240522.png) left center no-repeat;
    background-size: 100% 100%;
    z-index: 0;
}
.h2tit a{margin:0 auto;}
.w48 .h2tit::before{display: none;}
.w48 .h2tit::after{width: 53%;}
.w48 .h2tit a{float: left;}
.bor-3{
    width: auto;
    height: auto;
    overflow: hidden;
    border: #e1a112 1px solid;
    padding: 10px;
}
.listBox{ width: 100%; height: 204px;}
.listBox dt{ width:295px; height: 204px; float: left }
.listBox dt img{width:295px; height: 204px; }
.listBox dd{ width: 233px;height: 184px; background: #fff; float: left; padding: 20px 30px 0 20px; position: relative}
.listBox dd h2{  line-height: 35px }
.listBox dd h2 a{font-size: 16px;}
.listBox dd .more{ color: #f34006; font-size: 14px; position: absolute; bottom: 30px; left: 20px}
 
 
list {
    overflow: hidden;
    margin-top:16px;
    
}
.list li {
   height: 60px;
   padding:0 1%;     
   width: 98%;
   display: table;
   border-bottom: 1px dashed #ddd;
   position: relative;
}
.list li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #c40204;
    display: inline-block;
    position: absolute;
    top: 45%;
}
.list li a{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    line-height: 1.5rem;
}
.list li a:hover{
    color: #c40204;
}
.w46{
    width: 46%;
    margin: 10px 2%;
    float: left;
}
.xxtl_list{
    overflow: hidden;
    display: flex;
    width: 100%;
    text-align: center;     
}
.xxtl_list li{
    width: 100%;
    height: auto;
    margin: 10px 5px;
}
.xxtl_list img{ 
 width:100%;
 height: 185px;
 border: 1px solid #f00;
}
.xjdx{overflow:hidden;}
.xjdx li{
    width: 48%;
    height: 255px;
    float: left;
    margin: 10px 1%;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 8%);
}
.xjdx img{ 
 width:100%;
 height: 165px;
}
.xjdx .tit{
    text-align:center;
    line-height:90px;
}
.xjdx .tit a{ 
    font-size:18px;
    font-weight:bold;
}
.jsjy{overflow:hidden;}
.jsjy li{
 width:100%;
 height:165px;
 background:#f4f4f4;
 margin:8px 0 15px 0;
}
.jsjy li a{display: inline-block; width: 38%;}
.jsjy img{ 
 width:100%;
 height: 165px;
}
.jsjy .tit{
    width:60%;
     
    float:right;
}
.jsjy .tit .sub_tit{ 
    margin-top: 30px;
    display: block;
    font-size:16px;
    color:#797979;
}
.jsjy .tit p{
    display: block;
    margin-top:20px;
}
.jsjy .tit .short_tit{ 
    font-size:18px;
    color:#0c0c0c;
    font-weight:bold;
    width: 100%;
}
.logo_img{
    position: absolute;
    top: 10%;
    left: 10%;
}
.logo_img img{
    width: auto;
  height: 40px;
}
.fhsy_index{
    position: absolute;
    top: 10%;
    right: 10%;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    nav ul{width: 100%; }
    nav li{width: 14%; display: inline-block; margin: 0 auto; text-align: center;}
    nav li::before { margin: 22px auto; float: left;}
    nav li a{padding: 0;}
    .cfff{max-width: 100%;}
    .l{width: 100%;float: none;}
    .r{width: 100%;float: none;}
    .dzj_yw_list ul li{height: auto; line-height: initial;}
    .yw_tit{margin-top: 10px;}
    .h2tit img {
        height: 60px;
        width: auto;
    }
    .h2tit::after,.h2tit::before{height: 30px; width: 40%;}
    .listBox dt{width: 100%; height: auto;}
    .listBox dt img{width: 100%; height: auto;}
    .listBox dd{    width: 98%;
        height: auto;
        padding: 5px 1%;}
    .listBox dd .more{position: initial;}
    .listBox dd h2{line-height: 1.2rem;}
    .listBox dd h2 a{font-size: 1rem;}

}
@media screen and (max-width: 1024px) {
    .banner{height: 370px;}
   
    .banner a img { margin: 134px auto; height: 80px;}
    .xxtl_list img{height: 115px;}
    .xjdx li{height: 185px;}
    .xjdx img{height: 105px;}
    .xjdx .tit {
        display: table;
        text-align: center;
        height: 3rem;
        width: 100%;
        line-height: initial;
    }
    .xjdx .tit a{
        display: table-cell;
      vertical-align: middle;
      line-height: 2rem;
      font-size: 1rem;
    }
    .jsjy li{height: 118px;}
    .jsjy li img{height: 118px;}
    nav{height: auto;}
    nav ul{width: 100%; overflow: hidden;}
    nav li{width: 14%; display: inline-block; margin: 0 auto; text-align: center;}
    nav li::before { margin: 22px auto; float: left;}
    nav li a{padding: 0; font-size: 1.2rem;}
    .yw_tit p a{font-size: 1.5rem;}
    .dzj_yw_list ul li a,.dzj_yw_list2 ul li a{font-size: 1rem;}
    .cfff{max-width: 100%;}
    .l{width: 100%;float: none;}
    .r{width: 100%;float: none;}
    .dzj_yw_list ul li{height: auto; line-height: initial;}
    .yw_tit{margin-top: 10px;}
    .h2tit img {
        height: 60px;
        width: auto;
    }
    .h2tit::after,.h2tit::before{height: 30px; width: 40%;}
    .listBox dt{width: 100%; height: auto;}
    .listBox dt img{width: 100%; height: auto;}
    .listBox dd{width: 98%; height: auto;  padding: 5px 1%;}
    .listBox dd .more{position: initial;}
    .listBox dd h2{line-height: 1.2rem;}
    .listBox dd h2 a{font-size: 1rem;}
}
@media screen and (max-width: 768px) {
    nav{height: auto; overflow: hidden;}
    nav li{width: 33%; line-height: 2rem;}
    nav li::before{display: none;}
    nav li a {padding: 0; font-size: 1.2rem; }
    .banner a img{ width: 80%;  height: auto;  margin: 80px auto 51px auto;}
    .logo_img{ top: 2%; left: 1%; }
    .fhsy_index { top: 2%; right: 1%;}
    .banner{height: auto;}
    .h2tit img{height: 56px; width: auto;}
    .w48{width: 98%; margin: 5px auto; float: none;}
    .w46{width: 98%; margin: 5px auto; float: none;}
    .xjdx img{height: 110px;}
    .xxtl_list{display: inline-block;}
    .jsjy li,.jsjy li img{height: 120px;}
    .swiper-slide a img{height: auto;}
    .h2tit::before{display: none;}
    .h2tit::after{ width: 70%;}
    .w48 .h2tit::after{ width: 70%;} 
    .h2tit a{float: left;}
    .xxtl_list li {
        display: inline-block;
        width: 48%;
        height: auto;
        margin: 5px 1%;
    }
    .jsjy .tit .short_tit{
        font-size: 1rem;
    }
}