﻿@charset "utf-8";
/* banner */
.banner{
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner .news_images img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 175px;
    object-fit: cover;
}
.banner .slick-dots{
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 14px;
    height: 14px;
    margin-right: 30px;
    position: relative;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
.banner .slick-dots li button,.banner .slick-dots li button:before{
    width: 14px;
    height: 14px;
}
.banner .slick-dots li button:before {
    border-radius: 7px;
    content: '';
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.banner .slick-dots li.slick-active,.banner .slick-dots li.slick-active button,.banner .slick-dots li.slick-active button:before{
    width: 60px;
    height: 14px;
}
.banner .slick-dots li.slick-active button:before{
    background: rgba(255, 255, 255, 1);
}

/* lmTit */
.lmTit{
    background: url(../img/lmtitBg.png) repeat-x center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.lmTit h2{
    font-family: Source Han Sans CN;
    font-size: 0.3rem;
    font-weight: 700;
    letter-spacing: 0em;
    color: #BF1616;
    line-height: 1;
    background: #fff;
    padding: 0 0.15rem 0 0.8rem;
    background: #ffffff;
    position: relative;
}
.lmTit h2::before{
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../img/lmtitIcon.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -60%);
    z-index: 9;
}
.lmTit h2 span{
    font-family: Slideqiuhong;
    font-weight: 400;
    font-size: 0.66rem;
}
.lmTit a{
    width: auto;
    font-family: Source Han Sans CN;
    font-size: 0.16erm;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    padding-left: 15px;
}
.lmTit a:hover{
    color: #BF1616;
}
/* indexCon1 */
.indexCon1 {
    margin: 0.7rem 0;
}
.new{
    margin-top: 0.3rem;
}
.newBanner{
    width: 48.5%;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner .img{
    width: 100%;
    padding: 4rem 0 0;
    position: relative;
    overflow: hidden;
}
.newBanner .img img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}
.newBanner a:hover img{
    transform: scale(1.2);
}
.newBanner .con{
    padding: 0.2rem 0;
    border-bottom: 2px solid #BF1616;
}
.newBanner .con span:nth-of-type(1){
    display: block;
    width: calc(100% - 80px);
    font-family: Source Han Sans CN;
    font-size: 0.22rem;
    line-height: 0.34rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #BF1616;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.1rem;
}
.newBanner .con span:nth-of-type(2){
    display: block;
    width: 100%;
    height: 0.6rem;
    font-family: Source Han Sans CN;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newBanner .slick-dots{
    bottom: 0.9rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.newBanner .slick-dots li{
    width: 12px;
    height: 0.3rem;
    margin-right: 10px;
    position: relative;
}
.newBanner .slick-dots li:last-of-type{
    margin-right: 0;
}
.newBanner .slick-dots li button,.newBanner .slick-dots li button:before{
    width: 12px;
    height: 12px;
}
.newBanner .slick-dots li button:before {
    border-radius: 100%;
    content: '';
    opacity: 1;
    background: #D5DCE1;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.newBanner .slick-dots li.slick-active button:before{
    background: #BF1616;
}
.newList{
    width: 48.5%;
    overflow: hidden;
}
.newList li{
    position: relative;
}
.newList li:nth-of-type(6){
    display: none;
}
.newList li::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: url(../img/newBg.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.newList li a{
    display: block;
    width: 100%;
    padding: 0.25rem 0;
    position: relative;
    box-sizing: border-box;
}
.newList li:last-of-type a{
    margin-bottom: 0;
}
.newList li a::before{
    display: none;
    content: "";
    width: 0.06rem;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0.1rem;
}
.newList li a p:nth-of-type(1){
    font-family: Source Han Sans CN;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #222222;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList li a p:nth-of-type(1)::before{
    display: block;
    content: "";
    width: 4px;
    height: 16px;
    background: #BF1616;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newList li a p:nth-of-type(2){
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #666666;
    margin-top: 0.08rem;
    background: url(../img/timeIcon1.png) no-repeat left center;
    padding-left: 20px;
}
.newList li:hover a{
    padding: 0.25rem 0.4rem; 
}
.newList li:hover::before{
    width: 100%;
}
.newList li:hover a::before{
    display: block;
}
.newList li:hover a p:nth-of-type(1){
    color: #FFFFFF;
}
.newList li:hover a p:nth-of-type(1)::before{
    background: #E7A83B;
}
.newList li:hover a p:nth-of-type(2){
    color: #FFFFFF;
    background: url(../img/timeIcon2.png) no-repeat left center;
}
/* indexCon2 */
.indexCon2 {
    margin-bottom: 0.4rem;
}
.indexCon2 ul li{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-top: 0.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.indexCon2 ul li::before,.indexCon2 ul li::after{
    display: block;
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.indexCon2 ul li::before{
    left: 0;
    background: url(../img/mtbdBg3.png) no-repeat left center;
    background-size: auto 100%;
}
.indexCon2 ul li::after{
    right: 0;
    background: url(../img/mtbdBg2.png) no-repeat right center;
    background-size: auto 100%;
}
.indexCon2 ul li:nth-of-type(2n){
    margin-right: 0;
}
.indexCon2 ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.24rem 0.3rem;
    box-sizing: border-box;
    position: relative;
}
.indexCon2 ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #BF1616 url(../img/mtbdBg.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.indexCon2 ul li a span{
    display: block;
}
.indexCon2 ul li a span:nth-of-type(1){
    font-family: Source Han Sans CN;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #222222;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexCon2 ul li a span:nth-of-type(2){
    font-family: Source Han Sans CN;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    height: 0.56rem;
    letter-spacing: 0em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexCon2 ul li:hover::before,.indexCon2 ul li:hover::after{
    display: none;
}
.indexCon2 ul li a:hover::before{
    width: 100%;
}
.indexCon2 ul li a:hover span{
    color: #fff;
}
.indexCon2 ul li a:hover span:nth-of-type(1){
    font-weight: bold;
}
/* indexCon3 */
.indexCon3{
    margin-bottom: 0.6rem;
    position: relative;
    z-index: 9;
}
.indexCon3 .lmTit{
    background: none;     
    justify-content: flex-start;
    margin-bottom: 0.4rem;
}
.indexCon3  .lmTit h2{
    padding: 0;
    background: none;
}
.indexCon3 .lmTit h2::before,.indexCon4 .lmTit h2::before {
    display: none;
}
.djhd,.txhd{
    width: 48.5%;
}
.djhd .img{
    display: block;
    width: 100%;
    padding: 3.82rem 0 0;
    position: relative;
}
.con3List .img{
    position: relative;
    overflow: hidden;
}
.con3List img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}
.con3List a:hover img{
    transform: scale(1.2);
}
.con3List .con{
    padding: 0.2rem 0 0 0;
    box-sizing: border-box;
}
.con3List .con span:nth-of-type(1){
    display: block;
    width: 100%;
    font-family: Source Han Sans CN;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.34rem;
    height: 0.68rem;
    letter-spacing: 0em;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.15rem;
}
.con3List a:hover .con span:nth-of-type(1){
    color: #BF1616;
}
.con3List .con span:nth-of-type(2){
    display: block;
    padding-left: 30px;
    font-family: Source Han Sans CN;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: #666666;
    background: url(../img/djhdIcon1.png) no-repeat left center;
}
.con3List .con span:nth-of-type(3){
    display: block;
    padding-left: 30px;
    font-family: Source Han Sans CN;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: #666666;
    background: url(../img/djhdIcon2.png) no-repeat left center;
}
.txhd li{
    margin-bottom: 25px;
}
.txhd li:last-of-type{
    margin-bottom: 0;
}
.txhd a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.txhd .img{
    display: block;
    width: 3rem;
    padding: 1.68rem 0 0;
    position: relative;
}
.txhd .con{
    width: calc(100% - 3rem);
    padding: 0 0 0 0.2rem;
    box-sizing: border-box;
}
.txhd .con span:nth-of-type(1){
    margin-bottom: 0.1rem;
    font-weight: normal;
}
.txhd a:hover .con span:nth-of-type(1){
    font-weight: bold;
    color: #BF1616;
}
/* indexCon4 */
.indexCon4{
    position: relative;
    z-index: 1;
}
.indexCon4::before{
    display: block;
    content: "";
    width: 100%;
    height: 11rem;
    background: url(../img/bg1.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.indexCon4 .w1400{
    padding: 0.4rem 0.6rem 0.8rem;
    box-sizing: border-box;
    position: relative;
}

.indexCon4 .w1400::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #BF1616 0%, rgba(191, 22, 22, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.indexCon4 .lmTit{
    background: none;
    justify-content: flex-start;
    margin-bottom: 0.3rem;
}
.indexCon4 .lmTit h2{
    background: none;  
    color: #ffffff;    
    padding: 0;
}
.indexCon4 .lmTit a{
    background: none;     
    color: #ffffff;
}
.indexCon4 .lmTit a:hover{
    color: #E7A83B;
}
.hjt,.xsdgj{
    width: 49%;
}
.xsdgj ul{
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.6rem;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(108, 13, 13, 0.3);
    border-radius: 0.12rem;
}
.xsdgj ul li .img{
    width: 100%;
    padding: 2.8rem 0 0;
    position: relative;
    overflow: hidden;
}
.xsdgj ul li .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}
.xsdgj ul li a:hover .img img{
    transform: scale(1.2);
}
.xsdgj ul li .con span{
    display: block;
    font-family: Source Han Sans CN;
    text-align: center;
}
.xsdgj ul li .con span:nth-of-type(1){
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: #222222;
    margin: 0.2rem 0 0.05rem;
}
.xsdgj ul li .con span:nth-of-type(2){
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #222222;
}
.xsdgj ul li .con span:nth-of-type(3){
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
}
.xsdgj ul li a:hover span:nth-of-type(1){
    color: #BF1616;
}
.xsdgj .slick-prev, .xsdgj .slick-next{
    display: block;
    width: 22px;
    height: 32px;
    margin-top: -0.6rem;
    background: #ffffff url(../img/arrowPrev2.png) no-repeat center;
}
.xsdgj .slick-prev{
    transform: rotate(180deg) translate(0, 50%);
    left: 0.3rem;
}
.xsdgj .slick-next{
    right: 0.3rem;
}
.xsdgj .slick-prev:hover, .xsdgj .slick-next:hover{
    background: #BF1616 url(../img/arrowPrev1.png) no-repeat center;
}
.hjt ul{
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(108, 13, 13, 0.3);
    border-radius: 0.12rem;
}
.hjt ul .con span{
    display: block;
}
.hjt ul .video{
    position: relative;
}
.hjt ul .video .btn{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/bfIcon.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.hjt ul .video.on .btn{
    display: none;
}
.hjt ul .video video{
    display: block;
    width: 100%;
    height: 2.8rem;
    background: #000;
    object-fit: contain;
}
.hjt ul .con span:nth-of-type(1){
    font-family: Source Han Sans CN;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: #222222;
    text-align: center;
    margin: 0.2rem 0 0.05rem;
}
.hjt ul .con span:nth-of-type(2){
    font-family: Source Han Sans CN;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #666666;
    height: 0.6rem;
}
.hjt ul .con:hover span:nth-of-type(1){
    color: #BF1616;
}
/* indexCon5 */
.indexCon5 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem 0 0.7rem;
}
.indexCon5 ul li{
    width: 23.5%;
    overflow: hidden;
}
.indexCon5 ul li a{
    display: block;
    width: 100%;
    padding: 134% 0 0;
    position: relative;
    overflow: hidden;
}
.indexCon5 ul li a img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}
.indexCon5 ul li a:hover img{
    transform: scale(1.2);
}
/* indexCon6 */
.indexCon6 ul {
    margin: 0.4rem 0;
}
.indexCon6 ul li{
    padding: 0 10px;
    box-sizing: border-box;
}
.indexCon6 ul li .img{
    width: 100%;
    padding: 144% 0 0;
    position: relative;
    overflow: hidden;
}
.indexCon6 ul li .img img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}
.indexCon6 ul li a:hover img{
    transform: scale(1.2);
}
.indexCon6 ul li .tit{
    font-family: Source Han Sans CN;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    text-align: center;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 0.2rem;
}
.indexCon6 ul li a:hover .tit{
    color: #BF1616;
}
.indexCon6 .slick-prev, .indexCon6 .slick-next{
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -0.33rem;
    background: url(../img/arrowNext2.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 999;
}
.indexCon6 .slick-prev{
    transform: rotate(180deg) translate(0, 50%);
    left: -50px;
}
.indexCon6 .slick-next{
    right: -50px;
}
.indexCon6 .slick-prev:hover, .indexCon6 .slick-next:hover{
    background: url(../img/arrowNext1.png) no-repeat center;
    background-size: 100% 100%;
}
/* .indexCon7  */
.indexCon7 {
    padding-bottom: 0.7rem;
    background: url(../img/bg2.png) no-repeat right bottom;
}
.indexCon7 .video{
    width: 49%;
    padding: 4.45rem 0 0;
    margin-top: 0.3rem;
    position: relative;
}
.indexCon7 .video video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
}
.indexCon7 .imgLink1{
    width: 49%;
    margin-top: 0.3rem;
}
.indexCon7 .imgLink1 li{
    float: left;
    width: 48%;
    margin-right: 4%;
}
.indexCon7 .imgLink1 li:nth-of-type(2n){
    margin-right: 0;
}
.indexCon7 .imgLink1 li a{
    display: block;
    width: 100%;
    padding: 4.45rem 0 0;
    position: relative;
    overflow: hidden;
}
.indexCon7 .imgLink1 li a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}
.indexCon7 .imgLink1 li a:hover img{
    transform: scale(1.2);
}
.indexCon7 .imgLink2{
    width: 100%;
    margin-top: 0.3rem;
}
.indexCon7 .imgLink2 li{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.indexCon7 .imgLink2 li:nth-of-type(2n){
    margin-right: 0;
}
.indexCon7 .imgLink2 li a{
    display: block;
    width: 100%;
    padding: 32.8% 0 0;
    position: relative;
    overflow: hidden;
}
.indexCon7 .imgLink2 li a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}
.indexCon7 .imgLink2 li a p{
    font-family: Source Han Sans CN;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    width: 100%;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
.indexCon7 .imgLink2 li a:hover img{
    transform: scale(1.2);
}
@media only screen and (min-width: 1600px){
    .indexCon1 .lmTit,.indexCon1 .newBanner,.indexCon1 .newList,
    .indexCon2 .lmTit,.indexCon2 ul,
    .indexCon3 .djhd,.indexCon3 .txhd,
    .indexCon4 .xsdgj,.indexCon4 .hjt
    ,.indexCon5,.indexCon6,.indexCon7{
        visibility: visible;
        opacity: 0;
    }
    .indexCon1.animation .lmTit{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon1.animation .newBanner{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexCon1.animation .newList{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
    }
    .indexCon2.animation .lmTit{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon2.animation ul{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
    }
    .indexCon3.animation .djhd{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexCon3.animation .txhd{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
    }
    .indexCon4.animation .xsdgj{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInLeft;
    }
    .indexCon4.animation .hjt{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInRight;
    }
    .indexCon5.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon6.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
    }
    .indexCon7.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .9s 1 normal backwards running fadeInUp;
    }
}
@media only screen and (max-width: 1600px){
    .indexCon6 .slick-next{
        right: -10px;
    }
    .indexCon6 .slick-prev{
        left: -10px;
    }
}
@media only screen and (max-width: 1040px){
    .lmTit h2{
        font-size: 26px;
        padding: 0 15px 0 60px;
    }
    .lmTit h2::before{
        transform: translate(-50%, -58%);
        background-size: 80% 80%;
    }
    .lmTit h2 span{
        font-size: 56px;
    }
    .indexCon1{
        margin: 50px 0 30px;
    }
    .indexCon3,.indexCon2{
        margin-bottom: 30px;
    }
    .indexCon2 ul li{
        width: 49%;
        margin-right: 2%;
    }
    .indexCon2 ul li a span:nth-of-type(1){
        font-size: 18px;
        line-height: 26px;
    }
    .indexCon2 ul li a {
        padding: 20px 15px;
    }
    .indexCon2 ul li a::before{
        background-size: auto 100%;
    }
    .indexCon2 ul li a span:nth-of-type(2){
        font-size: 15px;
        line-height: 22px;
        height: 44px;
    }
    .newBanner{
        width: 100%;
    }
    .newBanner .con{
        padding: 15px 0;
    }
    .newBanner .con span:nth-of-type(1){
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .newBanner .con span:nth-of-type(2){
        font-size: 15px;
        line-height: 24px;
        height: 48px;
    }
    .newBanner .slick-dots{
        bottom: 68px;
    }
    .newBanner .slick-dots li{
        height: 26px;
    }
    .newBanner .slick-dots li button, .newBanner .slick-dots li button:before{
        width: 10px;
        height: 10px;
    }
    .newBanner .img{
        padding: 60% 0 0;
    }
    .newBanner li{
        padding: 0 5px;
        box-sizing: border-box;
    }
    .newList{
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .newList li{
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .newList li:nth-of-type(2n){
        margin-right: 0;
    }
    .newList li:nth-of-type(6){
        display: block;
    }
    .newList li a{
        padding:20px 0;
    }
    .newList li:hover a{
        padding: 20px 0.4rem; 
    }
    .newList li a p:nth-of-type(1){
        font-size: 18px;
        line-height: 26px;
    }
    .djhd, .txhd{
        width: 100%;
    }
    .txhd{
        margin-top: 30px;
    }
    .indexCon3 .lmTit{
        margin-bottom: 30px;
    }
    .djhd .img{
        padding: 55% 0 0;
    }
    .con3List.djhd .con {
        padding: 15px 0;
        border-bottom: 2px solid #BF1616;
    }
    .con3List .con span:nth-of-type(1){
        font-size: 18px;
        line-height: 26px;
        height: auto;
        margin-bottom: 5px;
    }
    .con3List .con span:nth-of-type(2),.con3List .con span:nth-of-type(3){  
        font-size: 16px;      
        line-height: 24px;
    }
    .txhd li{
        margin-bottom: 20px;
    }
    .hjt, .xsdgj{
        width: 100%;
    }
    .hjt{
        margin-top: 30px;
    }
    .indexCon4 .w1400{
        padding: 30px 20px 60px;
    }
    .xsdgj ul li .img{
        padding: 58% 0 0;
    }
    .hjt ul .video video{
        width: 100%;
        height: auto;
    }
    .xsdgj ul li .con span:nth-of-type(1){
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0 5px;
    }
    .xsdgj ul li .con span:nth-of-type(2){
        font-size: 17px;
        line-height: 24px;
    }
    .xsdgj ul li .con span:nth-of-type(3){
        font-size: 15px;
        line-height: 24px;
    }
    .hjt ul .con span:nth-of-type(1){
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0 5px;
    }
    .hjt ul .con span:nth-of-type(2){
        font-size: 15px;
        line-height: 24px;
        height: auto;
    }
    .indexCon5 ul{
        margin: 30px 0 50px;
    }
    .indexCon5 ul li{
        width: 24%;
    }
    .indexCon6 ul li{
        padding: 0 5px;
    }
    .indexCon6 ul li .tit{
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .indexCon6 .slick-prev, .indexCon6 .slick-next{
        margin-top: -32px;
    }
    .indexCon6 ul {
        margin: 30px 0 10px;
    }
    .indexCon7 .imgLink2 li a p{
        font-size: 20px;
        line-height: 30px;
        padding: 15px;
    }
    .indexCon7 .video{
        padding: 32.2% 0 0;
    }
    .indexCon7 .imgLink1 li a{
        padding: 137% 0 0;
    }
    .indexCon7 .video, .indexCon7 .imgLink1, .indexCon7 .imgLink2{
        margin-top: 20px;
    }
    .indexCon7 {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px){
    .indexCon2 ul li{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        background-size: 100% auto;
    }
    .newBanner li{
        padding: 0;
    }
    .newList{
        margin-top: 20px;
    }
    .newList li{
        width: 100%;
        margin-right: 0;
    }
    .newList li a{
        padding:15px 0;
    }
    .newList li:hover a{
        padding: 15px 0.4rem; 
    }
    .txhd .img{
        width: 200px;
        padding: 25% 0 0;
    }
    .txhd .con{
        width: calc(100% - 200px);
        padding-left: 15px;
    }
    .indexCon5 ul{
        flex-wrap: wrap;
    }
    .indexCon5 ul li{
        width: 49%;
    }
    .indexCon5 ul li:nth-of-type(1),.indexCon5 ul li:nth-of-type(2){
        margin-bottom: 20px;
    }
    .indexCon7 .imgLink2 li{
        width: 100%;
        margin-right: 0;
    }
    .indexCon7 .imgLink1,.indexCon7 .video{
        width: 100%;
    }
    .indexCon7 .imgLink1 li a{
        padding: 137% 0 0;
    }
    .indexCon7 .video{
        padding: 0;
        margin-top: 20px;
    }
    .indexCon7 .video video{
        position: static;
        width: 100%;
        height: auto;
    }
    .indexCon7 .imgLink2 li:nth-of-type(2n){
        margin-top: 20px;
    }
    .indexCon7 {
        padding-bottom: 40px;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .banner .slick-dots li{
        margin-right: 10px;
    }
    .banner .slick-dots li button, .banner .slick-dots li button:before{
        width: 10px;
        height: 10px;
    }
    .banner .slick-dots li.slick-active, .banner .slick-dots li.slick-active button, .banner .slick-dots li.slick-active button:before{
        width: 30px;
        height: 10px;
    }
}
@media only screen and (max-width: 560px){
    .lmTit{
        justify-content: space-between;
    }
    .lmTit h2{
        font-size: 22px;
        padding: 0 12px 0 10px!important;
    }
    .lmTit h2::before{
        display: block!important;
        width: 4px;
        height: 96%;
        background: #BF1616;
        transform: translate(0,-50%);
    }
    .indexCon4 .lmTit h2::before{
        background: #ffffff;
    }
    .lmTit h2 span{
        font-size: 22px;
        font-weight: 700;
    }
    .indexCon1{
        margin: 30px 0;
    }
    .indexCon7 {
        padding-bottom: 30px;
    }
    .indexCon5 ul{
        margin: 20px 0 30px;
    }
    .indexCon3,.indexCon2{
        margin-bottom: 30px;
    }
    .txhd{
        margin-top: 30px;
    }
    .new{
        margin-top: 20px;
    }
    .indexCon4 .lmTit,.indexCon3 .lmTit{
        margin-bottom: 20px;
    }
    .indexCon2 ul li{
        margin-top: 15px;
        border: 1px solid #BF1616;
    }
    .indexCon2 ul li a span:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
    }
    .indexCon2 ul li a {
        padding: 15px 10px;
    }
    .indexCon2 ul li a span:nth-of-type(2){
        font-size: 14px;
    }
    .indexCon2 ul li::before,.indexCon2 ul li::after{
        display: none;
    }
    .newBanner .con{
        padding: 10px 0;
    }
    .newBanner .con span:nth-of-type(1){
        font-size: 16px;
        margin-bottom: 6px;
    }
    .newBanner .con span:nth-of-type(2){
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .newBanner .slick-dots{
        bottom: 62px;
    }
    .newBanner .slick-dots li{
        height: 26px;
        margin-right: 4px;
    }
    .newBanner .slick-dots li button, .newBanner .slick-dots li button:before{
        width: 10px;
        height: 10px;
    }
    .newList li a{
        padding:8px 0;
    }
    .newList li:hover a{
        padding: 8px 0.4rem; 
    }
    .newList li a p:nth-of-type(1){
        font-size: 16px;
        line-height: 26px;
    }
    .con3List.djhd .con {
        padding: 10px 0;
    }
    .con3List .con span:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
    }
    .con3List .con span:nth-of-type(2),.con3List .con span:nth-of-type(3){
        font-size: 14px;
        line-height: 24px;
        padding-left: 22px;
    }
    .txhd a{
        flex-wrap: wrap;
    }
    .txhd .img{
        width: 100%;
        padding: 55% 0 0;
    }
    .txhd .con{
        width: 100%;
        padding: 10px 0;
        border-bottom: 2px solid #BF1616;
    }
    .xsdgj ul li .con span:nth-of-type(1){
        font-size: 18px;
    }
    .xsdgj ul li .con span:nth-of-type(2){
        font-size: 16px;
        line-height: 22px;
    }
    .xsdgj ul li .con span:nth-of-type(3){
        font-size: 14px;
        line-height: 22px;
    }
    .hjt{
        margin-top: 30px;
    }
    .hjt ul .con span:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
    }
    .hjt ul .con span:nth-of-type(2){
        font-size: 14px;
        line-height: 20px;
    }
    .xsdgj ul{
        padding: 20px 22px;
    }
    .xsdgj .slick-prev{
        left: 0;
    }
    .xsdgj .slick-next{
        right: 0;
    }
    .hjt ul{
      padding: 20px 15px;
    }
    .indexCon4 .w1400{
        padding: 30px 15px;
        border-radius: 0;
    }
    .indexCon6 ul {
        margin: 20px 0 0;
    }
    .indexCon6 .slick-prev, .indexCon6 .slick-next{
        margin-top: -25px;
    }
    .indexCon6 ul li .tit{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .indexCon7 .imgLink2 li a p{
        font-size: 16px;
        line-height: 24px;
        padding: 10px;
    }
}