@charset "UTF-8";
/*banner*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner .slick-slide {
    width: 100%;
}
.banner .slick-dots {
    width: 100%;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    box-sizing: border-box;
}
.banner .news_images {
    width: 100%;
}
.banner .news_images a {
    display: block;
    position: relative;
}
.news_images img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.banner .slick-dots {bottom: 25px;text-align: center;}
.banner .slick-dots li{
    margin-right: 12px;
}
.banner .slick-dots li,.banner .slick-dots li button{
    width: 50px;
    height: 6px;
}

.banner .slick-dots li.slick-active button:before {
    width: 50px;
    height: 6px;
    border-radius: 0;
    background: #d9242a;
}
.banner .slick-dots li button:before {
    width: 50px;
    height: 6px;
    content: '';
    opacity: 1;
    border-radius: 0;
    background: #fff;
}
/* 栏目名称 */
h2.lmTit{
    width: 100%;
    box-sizing: border-box;
    font-size: 24px;
    color: #000000;
    line-height: 35px;
    padding-left: 15px;
    border-left: 4px solid #cc3333;
    margin-bottom: 30px;
}

/* 重点聚焦 */
.jj_pt{
    margin: 60px 0;
}
.jj_pt .zdjj,.jj_pt .xxpt{
    opacity: 0;
    visibility: hidden;
}
.jj_pt.animation .zdjj{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInLeft;
}
.jj_pt.animation .xxpt{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInRight;
}
.zdjj{
    width: 74%;
}
.zdjj .zdjj_img{
    width: 60%;
    height: 440px;
    overflow: hidden;
}
.zdjj .zdjj_img a{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.zdjj .zdjj_img a img{
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    transition: all 1s;
}
.zdjj .zdjj_img a p{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    font-weight: bold;
}.zdjj .zdjj_img a:hover img{
    transform: scale(1.2);
}
.zdjj .zdjj_img a:hover p{
    color: #d9413e;
}

.zdjj .zdjj_list{
    width: 36%;
}
.zdjj .zdjj_list ul li {
    padding: 32px 0;
    border-bottom: 1px solid #ededed;
}
.zdjj .zdjj_list ul li a{
    display: block;
    width: 100%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: url(../img/list_icon.png) no-repeat left 10px;
}
.zdjj .zdjj_list ul li:first-of-type{
    padding-top: 0;
}
.zdjj .zdjj_list ul li:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.zdjj .zdjj_list ul li a:hover{
    color: #d9413e;
    background: url(../img/list_icon2.png) no-repeat left 10px;
}
/* 信息平台 */
.xxpt{
    width: 24%;
}
.xxpt ul li a{
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    padding: 28px 0 28px 100px;
    background: #f9f6f0;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxpt ul li a:hover{
    color: #fff;
    box-shadow: 0 0 7px 0 rgba(57, 129, 58, 0.2);
}
.xxpt ul li:nth-of-type(1) a{
    background: #f9f6f0 url(../img/xxpt_icon1.png) no-repeat 40px center;
}
.xxpt ul li:nth-of-type(1) a:hover{
    background: #d9413e url(../img/xxpt_icon11.png) no-repeat 40px center;
}
.xxpt ul li:nth-of-type(2) a{
    background: #f9f6f0 url(../img/xxpt_icon2.png) no-repeat 40px center;
}
.xxpt ul li:nth-of-type(2) a:hover{
    background: #d9413e url(../img/xxpt_icon22.png) no-repeat 40px center;
}
.xxpt ul li:nth-of-type(3) a{
    background: #f9f6f0 url(../img/xxpt_icon3.png) no-repeat 40px center;
}
.xxpt ul li:nth-of-type(3) a:hover{
    background: #d9413e url(../img/xxpt_icon33.png) no-repeat 40px center;
}
.xxpt ul li:nth-of-type(4) a{
    background: #f9f6f0 url(../img/xxpt_icon4.png) no-repeat 40px center;
}
.xxpt ul li:nth-of-type(4) a:hover{
    background: #d9413e url(../img/xxpt_icon44.png) no-repeat 40px center;
}
.xxpt ul li:last-of-type a{
    margin-bottom: 0;
}

/* tab */
.tab{
    opacity: 0;
    visibility: hidden;
}
.tab.animation{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.tab .tab_in ul{
    font-size: 0;
    text-align: center;
}
.tab .tab_in ul li{
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    margin: 0 50px;
    cursor: pointer;
    color: #000;
    position: relative;
}
.tab .tab_in ul li img{
    display: block;
    width: auto;
    height: auto;
    margin: 20px auto;
}
.tab .tab_in ul li span{
    display: block;
    line-height: 30px;
    margin-bottom: 80px;
}
.tab .tab_in ul li.in a{
    color: #b93f3f;
}
.tab .tab_in ul li.in::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-width: 0 30px 40px;
    border-style: solid;
    border-color:   transparent transparent  #f9f6f0;
}
.tab .tab_con{
    padding: 40px 0;
    /*background: #f9f6f0 url(../img/tab_con_bg.png) no-repeat center;*/
background: #f9f6f0;
}
.tab .tab_con div.tab_sub{
    display: none;
}
.tab .tab_con div.tab_sub.con{
    display: block;
    animation: 0.5s ease 0.3s 1 normal backwards running fadeInUp;
}
.tab .tab_con ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    padding: 25px 0 25px 18px;
    border-bottom: 1px solid #e2dacb;
    box-sizing:border-box;
}
.tab .tab_con ul li:nth-of-type(2n){
    margin-right: 0;
}
.tab .tab_con ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tab .tab_con ul li a:hover{
    color: #b93f3f;
}

/* 常字常新 */
.czcx{
    margin: 60px 0;
    opacity: 0;
    visibility: hidden;
}
.czcx.animation{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.czcx_sub{
    width: 74%;
}
.czcx_sub ul{
    width: 100%;
    padding: 50px 55% 50px 50px;
    box-sizing: border-box;
    background: #d9413e url(../img/czcx_bg.jpg) no-repeat center;
    background-size: cover;
}
.czcx_sub ul li a{
    display: block;
    width:100%;
    font-size: 15px;
    line-height: 55px;
    color: #fff;
    border-bottom: 1px solid #e65653;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.czcx_sub ul li a:hover{
    text-indent: 10px;
}
.ds_dg{
    width: 24%;
}
.ds_dg a,.ds_dg a img{
    display: block;
    width:100%;
    height: 436px;
    object-fit: cover;
}
 .ds_dg2{
     display:none;
 }
/* 专题 */
.link_img{
    opacity: 0;
    visibility: hidden;
}
.link_img.animation{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.link_img ul{
    position: relative;
}
.link_img ul li {
    padding: 0 10px;
    box-sizing: border-box;
}
.link_img ul li a,.link_img ul li a img{
    display: block;
    width: 100%;
    height: auto;
}
.link_img ul li a{
    display: block;
    width: 100%;
    height: 170px;
   overflow:hidden;
}
.link_img .slick-dots {bottom: -10px;text-align: center;}
.link_img .slick-dots li{
    margin-right: 8px;
}
.link_img .slick-dots li,.link_img .slick-dots li button{
    width: 10px;
    height: 10px;
}

.link_img .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #be4d4d;
}
.link_img .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
    border-radius: 100%;
    background: #e5e5e5;
}
.link_img .slick-prev,.link_img .slick-next{
    width: 18px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.link_img .slick-prev{
    left: -50px;
    background: url(../img/prev.png) no-repeat center;
}
.link_img .slick-prev:hover{
    background: url(../img/prev2.png) no-repeat center;
}
.link_img .slick-next{
    right: -50px;
    background: url(../img/next.png) no-repeat center;
}
.link_img .slick-next:hover{
    background: url(../img/next2.png) no-repeat center;
}
/* 组织数据 */
.zzsj{
    margin: 100px 0;
    opacity: 0;
    visibility: hidden;
}
.zzsj.animation{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.zzsj>div.w1400,.zzsj ul{
    position: relative;
}
.zzsj ul{
    padding: 50px 40px;
    box-sizing: border-box;
}
.zzsj ul::before{
    display: block;
    content: "";
    width: 55px;
    height: 55px;
    background: url(../img/xh.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
}
.zzsj ul li{
    width: calc(100% / 3);
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
}
.zzsj ul li h2{
    font-size: 16px;
    line-height: 30px;
    color: #9d9fa0;
    text-align: center;
    font-weight: normal;
    letter-spacing: 5px;
    margin-top: 30px;
}
.zzsj ul li h1{
    font-size: 100px;
    color: #b93f3f;
    line-height: 1;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #e9e8e7;
}
.zzsj ul li p{
    font-size: 14px;
    line-height: 30px;
    color: #88898a;
    text-indent: 2em;
    margin: 25px 0;
}
.zzsj p.border_l,.zzsj p.border_r{
    position: absolute;
    top: 0;
    width: 37px;
    height: 100%;
}
.zzsj p.border_l{
    left: 0;
    background: url(../img/border-l.png) no-repeat left center;
    background-size: auto 100%;
    z-index: 99;
}
.zzsj p.border_r{
    right: 0;
    background: url(../img/border-r.png) no-repeat right center;
    background-size: auto 100%;
    z-index: 99;
}
.zzsj p.border_t{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 34px;
    background: url(../img/border-t.png) no-repeat  center top;
}
.zzsj p.border_b{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 38px;
    background: url(../img/border-b.png) no-repeat center top;
}

/* 快速通道 */
.kstd{
    margin: 80px 0 60px;
}
.kstd ul li{
    opacity: 0;
    visibility: hidden;
}
.kstd.animation ul li:nth-of-type(1){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-of-type(2){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-of-type(3){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-of-type(4){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.6s 1 normal backwards running fadeInUp;
}
.kstd ul li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.kstd ul li:nth-of-type(4n){
    margin-right: 0;
}
.kstd ul li a{
    display: block;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.kstd ul li a:hover{
    margin-top: -10px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.kstd ul li a p{
    display: inline-block;
    width: auto;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #5e5e60;
    padding: 24px 0;
}
.kstd ul li a p span,.kstd ul li a p img{
    display: inline-block;
}
.kstd ul li a p span{
    margin-left: 20px;
}
.kstd ul li:nth-of-type(1) a{
    background: #edb2ad;
}
.kstd ul li:nth-of-type(2) a{
    background: #afccd0;
}
.kstd ul li:nth-of-type(3) a{
    background: #e2b4cc;
}
.kstd ul li:nth-of-type(4) a{
    background: #ecd1b7;
}

/* 媒体查询 */
@media only screen and (max-width: 1400px){
    .zzsj{
        padding:0 50px;
        margin: 80px 0;
    }
    .zzsj>div.w1400{
        padding: 0;
    }
}
@media only screen and (max-width: 1400px){
    .news_images img{
        height: 400px;
    }
    .zdjj{
        width: 70%;
    }
    .xxpt{
        width:28%;
    }
    .zdjj .zdjj_img{
        width: 56%;
    }
    .zdjj .zdjj_list{
        width: 40%;
    }
    .zzsj ul li h1{
        font-size:80px;
    }
    .zzsj ul li{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1240px){
    .zzsj{
        padding:0 30px;
        margin: 60px 0 30px;
    }
    .news_images img{
        height: 350px;
    }
    h2.lmTit{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 22px;
    }
    .czcx,.jj_pt{
        margin:40px 0;
    }
    .kstd{
        margin: 40px 0 40px;
    }
    .zdjj,.xxpt{
        width: 100%;
        float: none;
    }
    .zdjj .zdjj_img,.zdjj .zdjj_img a img{
        height:332px;
    }
    .zdjj .zdjj_img a p{
        font-size: 16px;
        padding: 0 15px;
        line-height: 30px;
        bottom: 10px;
    }
    .zdjj .zdjj_list ul li{
        padding: 15px 0;
    }
    .xxpt{
        margin-top:30px;
    }
    .xxpt ul li{
        width:23.5%;
        float:left;
        margin-right:2%;
        margin-bottom:0;
    }
    .xxpt ul li:last-of-type{
        margin-right:0;
    }
    .xxpt ul li a{
        padding-left: 60px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .xxpt ul li:nth-of-type(1) a{
        background: #f9f6f0 url(../img/xxpt_icon1.png) no-repeat 20px center;
    }
    .xxpt ul li:nth-of-type(1) a:hover{
        background: #d9413e url(../img/xxpt_icon11.png) no-repeat 20px center;
    }
    .xxpt ul li:nth-of-type(2) a{
        background: #f9f6f0 url(../img/xxpt_icon2.png) no-repeat 20px center;
    }
    .xxpt ul li:nth-of-type(2) a:hover{
        background: #d9413e url(../img/xxpt_icon22.png) no-repeat 20px center;
    }
    .xxpt ul li:nth-of-type(3) a{
        background: #f9f6f0 url(../img/xxpt_icon3.png) no-repeat 20px center;
    }
    .xxpt ul li:nth-of-type(3) a:hover{
        background: #d9413e url(../img/xxpt_icon33.png) no-repeat 20px center;
    }
    .xxpt ul li:nth-of-type(4) a{
        background: #f9f6f0 url(../img/xxpt_icon4.png) no-repeat 20px center;
    }
    .xxpt ul li:nth-of-type(4) a:hover{
        background: #d9413e url(../img/xxpt_icon44.png) no-repeat 20px center;
    }
    .tab .tab_in ul li span{
        margin-bottom:60px;
    }
    .czcx_sub ul{
        padding: 20px 45% 20px 20px;
    }
    .ds_dg a, .ds_dg a img{
        height: 376px;
    }
    .zzsj ul li h1{
        font-size:60px;
    }
}

@media only screen and (max-width: 1024px){
    .news_images img{
        height: 360px;
    }
    .tab .tab_in ul li{
        margin: 0 20px;      
        font-size: 22px;
    }
    .tab .tab_in ul li span{
        margin-bottom: 30px;
    }
    .kstd ul li a p{
        padding:15px 0;
    }
    .czcx_sub{
        width:100%;
        float: none;
    }
    .ds_dg{
        display:none;
    }
    .ds_dg2{
        display:block;
        margin-top: 20px;
    }
    .ds_dg2 a,.ds_dg2 a img{
        display:block;
        width:100%;
        height:auto;
        min-height: 60px;
        object-fit: cover;
    }
    .czcx,.jj_pt{
        margin:40px 0 20px;
    }
    .zzsj ul li{
        padding:0 10px;
    }
    .zzsj ul li h1{
        font-size:40px;
        padding: 15px 0;
    }
    .zzsj ul li p{
        line-height: 24px;
        margin: 15px 0;
    }
.link_img ul li a{height:120px;}
}

@media only screen and (max-width: 960px){
    .zzsj{
        padding:0 30px;
    }
    .news_images img{
        height: 300px;
    }
    .xxpt ul li{
        width: 49%;
    }
    .xxpt ul li:nth-of-type(2n){
        margin-right:0;
    }
    .xxpt ul li a{
        padding:20px 0 20px 60px;
        margin-bottom:10px;
    }
    .tab .tab_in ul li.in::before{
        border-width: 0 15px 20px;
    }
    .kstd ul li a p{
        font-size: 18px;
    }
   .link_img ul li a{height:120px;}
}

@media only screen and (max-width: 768px){
    .zzsj{
        padding:0 20px;
    }
    .jj_pt{
        margin:30px 0 20px;
    }
    .czcx{
        margin: 30px 0 20px;
    }
    .kstd{
        margin: 40px 0 30px;
    }
    .news_images img{
        height: 310px;
    }
    .zdjj .zdjj_img,.zdjj .zdjj_list{
        width:100%;
    }
    .zdjj .zdjj_list ul{
        margin-top:15px;
    }
    .zdjj .zdjj_list ul li{
        padding: 0;
    }
     .zdjj .zdjj_list ul li a{
         -webkit-line-clamp: 1;
         line-height: 46px;
         height: 46px;
         background: url(../img/list_icon.png) no-repeat left center;
         text-indent: 1.5em;
         font-size: 14px;
     }
    .zdjj .zdjj_list ul li a:hover{
        background: url(../img/list_icon2.png) no-repeat left center;
    }
    .zdjj .zdjj_img a p{
        font-size: 14px;
        line-height: 22px;
    }
    .tab .tab_con{
        padding:20px 0 30px;
    }
    .tab .tab_con ul li{
        padding: 15px 0;
    }
    .tab .tab_con ul li a{
        font-size: 15px;
        line-height: 20px;
        height: 40px;
    }
    .tab .tab_in ul li{
        width:25%;
        margin:0;
        font-size: 18px;
    }
    .tab .tab_in ul li img{
        max-width:80%;
    }
    .kstd ul li{
        width:49%;
        margin-right:2%;
        margin-bottom:15px;
    }
    .kstd ul li:nth-of-type(2n){
        margin-right:0;
    }
    .czcx_sub ul{
        padding:20px;
        background: url(../img/czcx_bg2.png) no-repeat center;
    }
    .zzsj ul{
        padding: 35px;
    }
    .zzsj ul li h2{
        font-size: 12px;
        margin-top: 15px;
    }
    .zzsj ul li h1{
        font-size:30px;
        padding: 5px 0 10px;
    }
    .zzsj ul li p{
        font-size: 12px;
        margin: 10px 0;
        line-height: 20px;
    }
    .zzsj ul li{
        padding:0 5px;
    }
  .link_img ul li a{height:140px;}
}

@media only screen and (max-width: 630px){
    .zzsj{
        padding:0 15px;
    }
    .jj_pt{
        margin:30px 0;
    }
    .news_images img{
        height: 280px;
    }
    .banner .slick-dots{
        bottom:10px;
    }
    .xxpt{
        margin-top: 15px;
    }
    .tab .tab_in ul li img{
        display:none;
    }
    .tab .tab_con ul li{
        width:100%;
        padding: 0;
        margin: 0;
    }
    .tab .tab_con ul li a{
        line-height: 46px;
        height: 46px;
        -webkit-line-clamp: 1;
        font-size: 15px;
    }
    .tab .tab_in ul li.in{
        font-weight: bold;
    }
    .tab .tab_in ul li span{
        margin-bottom: 15px;
    }
    .tab .tab_in ul li.in::before{
        border-width: 0 10px 15px;
    }
    .tab .tab_con ul li:last-of-type{
        border-bottom:0;
    }
    .czcx_sub ul li a{
        line-height: 46px;
    }
    .czcx_sub ul{
        padding: 0 20px;
    }
    .czcx_sub ul li:last-of-type{
        border-bottom:0;
    }
    .zzsj ul li{
        width:100%;
        padding: 0 0 20px;
    }
    .zzsj ul li h2{
        font-size:15px;
    }
    .zzsj p.border_l, .zzsj p.border_r{
        width: 20px;
        background: url(../img/border-r.png) repeat-y;
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 540px){
    .xxpt ul li{
        width:100%;
        float:none;
        margin-right:0;
    }
    .xxpt ul li a{
        padding:15px 0 15px 60px;
        margin-bottom:10px;
    }
    .zdjj .zdjj_img, .zdjj .zdjj_img a img{
        height:280px;
    }
    .zdjj .zdjj_list ul{
        margin-top:10px;
    }
    .tab .tab_con{
        padding:0;
    }
    .link_img ul li{
        padding:0;
    }

}
@media only screen and (max-width: 460px){
    .news_images img{
        height: 180px;
    }
    .zdjj .zdjj_img, .zdjj .zdjj_img a img{
        height: 220px;
    }
    .kstd ul li{
        width:100%;
        margin-right:0;
    }
    .kstd{
        margin: 30px 0 20px;
    }
}