@charset "utf-8";
/* 两屏滚动 */
.body_home{
	height:100%;
    position: relative;
}
.body_b {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    outline: none;
}
.body_b.showdiv {
    top: 0;
    padding-top: 1.17rem;
}
.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}
header.mobile{
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    background: #9a161a;
    position: absolute;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown2;
}
header.mobile  .w1600>.flex{
    border-bottom: none;
}

.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: 100vh;
}
.banner a .img::before{
    display: none;
}
.banner .slick-dots{
    display:flex;
    align-items: center;
    justify-content: center;
    bottom: 0.3rem;
}
.banner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    background: #fff;
    margin: 0 0.08rem;
}
.banner .slick-dots li.slick-active{
    background: #952428;
}
/* lmTit */
.lmTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.lmTit .tit{
    padding-left: 0.2rem;
    position: relative;
}
.lmTit .tit::before{
    display: block;
    content: "";
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 100%;
    background: url(../img/titIcon1.png) no-repeat center;
    background-size: 100% auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -0.2rem;
    z-index: 0;
}
.lmTit h2{
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #952428;
}
.lmTit p{
    font-family: TimesNewRoman;
    font-size: 0.16rem;
    line-height: 1;
    color: #999999;
    position: absolute;
    left: 0.6rem;
    bottom: -0.18rem;
}
.lmTit .tit img{
    display: block;
    margin-left: 0.12rem;
}
.lmTit .more a{
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #cc9933;
}
.lmTit .more img{
    display: block;
    width: 0.24rem;
    min-width: 20px;
    height: auto;
    margin-left: 5px;
    margin-top: 3px;
}
.lmTit .more:hover{
    animation: jello 1.2s linear;
}
/* indexCon1 */
.indexCon1{
    background: #f2f2f2;
}
.indexCon1 .bg-relative{
    padding: 0.8rem 0 1rem;
}
.indexCon1 .w1600{
    position: relative;
}
.newList{
    width: 100%;
    height: auto;
}
.newList ul{
    width: 24.24%;
}
.newList ul li{
    margin-bottom: 0.2rem;
}
.newList ul li:last-of-type{
    margin-bottom: 0;
}
.newList ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.newList ul li .img{
    width: 100%;
    padding: 2.26rem 0 0;
}
.newList ul li .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-top: 0.05rem;
}
.newList ul li a:hover .tit{
    color: #952428;
    font-weight: bold;
}
.newBanner{
    width: 46.06%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.1rem;
    margin: auto;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.04);
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner li .img{
    width: 100%;
    padding: 4.28rem 0 0;
}
.newBanner li .con{
    width: 100%;
    height: 2.6rem;
    box-sizing: border-box;
    padding: 0.3rem 0.45rem;
    background: #fafcff url(../img/newBg.png) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
}
.newBanner li .con::before{
    display: block;
    content: "";
    width: 0;
    height: 5px;
    background: #952428;
    position: absolute;
    left: 0;
    top: 0;
}
.newBanner li .con .tit{
    font-size: 0.24rem;
    line-height: 0.36rem;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.72rem;
}
.newBanner li .con .txt{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 0.78rem;
    margin: 0.08rem 0 0.12rem;
}
.newBanner li .con .time{
    font-size: 0.18rem;
    color: #cc9933;
    font-family: Arial;
    line-height: 1;
}
.newBanner li a .con::before{
    width: 100%;
}
.newBanner li a:hover .con .tit{
    color: #952428;
}
.newBanner .slick-dots{
    width: auto;
    bottom: 0.3rem;
    right: 0.45rem;
}
.newBanner .slick-dots li{
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 100%;
    background: url(../img/dotsIcon2.png) no-repeat center;
    background-size: contain;
    margin-left: 0.08rem;
}
.newBanner .slick-dots li.slick-active{
    background: url(../img/dotsIcon1.png) no-repeat center;
    background-size: contain;
}
/* indexCon5 */
.indexCon5{
    background: #fdf6f8 url(../img/bg5.png) no-repeat center bottom;
    background-size: 100% auto;
}
.indexCon5 .bg-relative{   
    padding: 0.9rem 0 1rem;
}
.dnsj li{
    float: left;
    margin-bottom: 0.4rem;
}
.dnsj .fl{
    width: 57.57%;
    padding-right: 0.4rem;
    box-sizing: border-box;
}
.dnsj .fl li{
    width: calc(50% - 0.2rem);
    margin-right: 0.4rem;
}
.dnsj .fl li:first-of-type{
    width: 100%;
    margin-right: 0;
}
.dnsj .fl li:last-of-type{
    margin-right: 0;
}
.dnsj .fl li .img{
    padding: 2.5rem 0 0;
}
.dnsj .fl li:first-of-type .img{
    padding: 4.44rem 0 0;
}
.dnsj .fr{
    width: 42.425%;
}
.dnsj .fr li{
    width: 100%;
}
.dnsj .fr li .img{
    padding: 3.47rem 0 0;
}
.dnsj li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.dnsj li .con{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.dnsj li .con .icon{
    font-size: 0.16rem;
    line-height: 0.44rem;
    color: #fff;
    padding-left: 0.52rem;
    box-sizing: border-box;
    position: relative;
}
.dnsj li .con .icon::before{
    display: block;
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 100%;
    overflow: hidden;
    background-size: 100% auto!important;
    position: absolute;
    left: 0;
    top: 0;
}
.dnsj li .con .icon.dy::before{
    background: url(../img/dyIcon.png) no-repeat center;
}
.dnsj li .con .icon.wx::before{
    background: url(../img/wxIcon.png) no-repeat center;
}
.dnsj li .con .icon.ws::before{
    background: url(../img/wspIcon.png) no-repeat center;
}
.dnsj li .con .icon.wb::before{
    background: url(../img/wbIcon.png) no-repeat center;
}
.dnsj li .con .tit{
    font-size: 0.18rem;
    line-height: 0.38rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* indexCon4 */
.indexCon4{
    background: #f2f2f2 url(../img/bg4.png) no-repeat center bottom;
    background-size: 100% auto;
}
.indexCon4 .bg-relative{
    padding: 1.15rem 0 1.35rem;
}
.indexCon4 .lmTit{
    margin-bottom: 0.6rem;
}
.VisionList ul{
    margin: 0 -0.2rem;
}
.VisionList li{
    float: left;
    width: 25%;
    padding: 0.2rem;
    box-sizing: border-box;
}
.VisionList li a{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    transition: all .3s;
}
.VisionList li .time {
    padding: 0.25rem;
    box-sizing: border-box;
}
.VisionList li .time h2{
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: normal;
    color: #fff;
    padding-left: 0.34rem;
    background: url(../img/mediaIcon.png) no-repeat left center;
    background-size: 0.24rem auto;
}
.VisionList li .time p{
    font-family: Arial;
    font-size: 14px;
    line-height: 0.3rem;
    color: #fff;
}
.VisionList li:nth-of-type(odd) .time{
    background: #cf9e3a;
}
.VisionList li:nth-of-type(even) .time{
    background: #cc3333;
}
.VisionList li .con{
    padding: 0.2rem 0.25rem 0.25rem;
    box-sizing: border-box;
}
.VisionList li .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.VisionList li .con .txt{
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: 0.52rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.1rem 0;
}
.VisionList li .con .icon{
    display: flex;
    justify-content: flex-end;
}
.VisionList li .con img{
    display: block;
    width: 15px;
    height: auto;
}
.VisionList a:hover{
    transform: translateY(-0.1rem);
}
.VisionList a:hover .con .tit{
    color: #952428;
}
.VisionList a:hover .con{
    box-shadow: 0 0.1rem 0.1rem 0 rgba(0,0,0,0.25);
}
.VisionList .slick-dots{
    position: static;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0.1rem 0 0;
}
.VisionList .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    background: #b7b7b7;
    margin: 0 0.08rem;
    padding: 0;
}
.VisionList .slick-dots li.slick-active{
    background: #cc9933;
}
.VisionImg{
    margin: 0 0 0.5rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.VisionImg .swiper .swiper-slide{
    padding: 0 0 0.96rem;
    position: relative;
}
.VisionImg .swiper .swiper-slide a::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(204,204,204,0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.VisionImg .swiper .swiper-slide.swiper-slide-prev a::before,
.VisionImg .swiper .swiper-slide.swiper-slide-next a::before{
    background: rgba(229,229,229,0.5);
}
.VisionImg .swiper .swiper-slide.swiper-slide-active a::before{
    display: none;
}
.VisionImg .swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.VisionImg .swiper .swiper-slide a .img{
    width: 100%;
    padding: 56.33% 0 0;
}
.VisionImg .swiper .swiper-slide a .tit{
    width: 100%;
    height: 0.96rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #952428;
}
.VisionImg .swiper .swiper-slide a .tit p{
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    max-height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.VisionImg .swiper .swiper-slide.swiper-slide-active a .tit{
    display: block;
    display: flex;
}
.VisionImg .swiper-prev,.VisionImg .swiper-next{
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 0.32rem auto;
    position: absolute;
    left: 0.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}
.VisionImg .swiper-prev:hover,.VisionImg .swiper-next:hover{
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 0.32rem auto;
}
.VisionImg .swiper-next{
    transform: rotateY(180deg) translateY(-0.24rem);
}
.VisionImg .swiper-prev{
    left: auto;
    right: 0.2rem;
    transform: translateY(-0.24rem);
}
/* indexCon2 */
.indexCon2{
    background: #ffffff url(../img/bg2.png) no-repeat center bottom;
    background-size: 100% auto;
}
.indexCon2 .bg-relative{
    padding: 0.8rem 0 2rem;
}
.indexCon2 .lmTit{
    justify-content: center;
    position: relative;
    margin-bottom: 0.55rem;
}
.indexCon2 .lmTit .more{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dnqc .side{
    width: 49.21%;
}
.dnqcList{
    width: 100%;
    height: auto;
}
.dnqcList li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.12rem 0.2rem 0.12rem 0;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #cecece;
}
.dnqcList li:last-of-type a{
    border-bottom: none;
}
.dnqcList li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: -0.2rem;
    top: 0;
    background: #993333;
    z-index: 0;
    transition: all .5s;
}
.dnqcList li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    z-index: 8;
}
.dnqcList li a .time{
    font-family: Arial;
    font-size: 0.18rem;
    line-height: 1;
    color: #952428;
    margin: 0.08rem 0 0.03rem;
    position: relative;
    z-index: 8;
}
.dnqcList li.on a .tit{
    color: #fff;
}
.dnqcList li.on a .time{
    color: #fff;
}
.dnqcList li.on a::before{
    width: calc(100% + 0.2rem);
}
.dnqc .list{
    width: 46.06%;
    overflow: hidden;
}
.dnqcImg li a{
    display: block;
    width: 100%;
    height: auto;
}
.dnqcImg li a .img{
    padding: 4.85rem 0 0;
}
/* indexCon3 */
.indexCon3{
    position: relative;
    background: #f2f2f2;
}
.indexCon3::before,.indexCon3::after{
    display: block;
    content: "";
    width: 51.4%;
    height: 100%;
    position: absolute;
}
.indexCon3::after{
    background: #993333 url(../img/bg3_1.png) no-repeat center;
    background-size: cover;
    left: 0;
    top: -0.65rem;
    z-index: 1;
}
.indexCon3::before{
    background: #cc9933 url(../img/bg3_2.png) no-repeat center;
    background-size: cover;
    right: 0;
    z-index: 2;
}
.indexCon3 .lmTit h2,.indexCon3 .lmTit p,.indexCon3 .lmTit .more a{
    color: #fff;
}
.dnqx .tit::before{
    background: url(../img/titIcon2.png) no-repeat center;
    background-size: 100% auto;
}
.dnql .tit::before{
    background: url(../img/titIcon3.png) no-repeat center;
    background-size: 100% auto;
}
.dnqx{
    margin-top: -0.65rem;
}
.dnList{
    width: 44.24%;
    padding: 0.8rem 0 0.6rem;
    position: relative;
    z-index: 9;
}
.dnList li a{
    display: block;
    border-bottom: 1px dashed rgba(255,255,255,0.25);
    width: 100%;
    height: auto;
    padding: 0.14rem 0;
    padding-left: 0.1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dnql.dnList li a{
    flex-direction: row-reverse;
    padding: 0.14rem 0;
    padding-left: 0;
    padding-right: 0.1rem;
}
.dnList li:first-of-type a{
    padding-top: 0;
}
.dnList li:last-of-type a{
    border-bottom: none;
}
.dnList li a .sx{
    width: 1px;
    height: 0.5rem;
    background: rgba(255,255,255,0.17);
    margin: 0 0.3rem;
}
.dnList li a .time{
    font-family: MongolianBaiti;
    font-size: 0.18rem;
    line-height: 1;
    color: #ffcccc;
    text-align: center;
    white-space: nowrap;
}
.dnql.dnList li a .time{
    color: #ffffcc;
}
.dnList li a .time span{
    display: block;
    font-size: 0.54rem;
    line-height: 0.5rem;
}
.dnList li a .tit{
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #ffffff;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.68rem;
    width: 100%;
    text-align: left;
}
.dnList li a:hover{
    transform: translateX(10px);
}
.dnql.dnList li a:hover{
    transform: translateX(-10px);
}
.dnList li a:hover .tit{
    font-weight: bold;
}
.indexCon5{
    position: relative;
}
.fhTop{
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/fhTop.png) no-repeat center;
    background-size: 0.56rem auto;
    border-radius: 100%;
    position: absolute;
    right: 0.4rem;
    bottom: 0.45rem;
    cursor: pointer;
    z-index: 9;
}
.indexCon4{
    position: relative;
}
@keyframes kf-section-bg1 {
    0% {
        top: 0;
        left: 0;
        transform: translate(0,0);
    }
    25% {
        left: 100%;
        top: 100%;
        transform: translate(-100%,-100%);
    }
    50% {
        left: 100%;
        top: 0;
        transform: translate(-100%,0);
    }
    75% {
        left: 0;
        top: 100%;
        transform: translate(0,-100%);
    }
    100% {
        top: 0;
        left: 0;
        transform: translate(0,0);
    }
}
.bg-relative{
    position: relative;
    z-index: 9;
}
.gtTxt{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 1.2rem;
    margin: auto;
    z-index: 1;
    display: none;
}
.showdiv .gtTxt{
    display: block;
}
.gtTxt div{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 57.45%;
    height: auto;
    z-index: 1;
    animation: kf-section-bg1 50s linear 0s infinite normal both;
}

.gtTxt div img {
   display: block;
   width: 100%;
}
@media only screen and (max-width: 1480px){
    .banner a .img{
        height: auto;
        padding: 51.042% 0 0;
    }
    .body_b{
        position: static;
    }
    .body_b.showdiv{
        padding-top: 0;
    }
    header.mobile{
        position: fixed;
    }
}
@media only screen and (max-width: 1040px){
    .lmTit{
        margin-bottom: 35px;
    }
    .newBanner{
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .newList ul{
        width: 48.5%;
    }
    .indexCon1 .bg-relative{
        padding: 50px 0;
    }
    .newBanner li .img{
        padding: 56.39% 0 0;
    }
    .newList ul li .img{
        padding: 56.5% 0 0;
    }
    .indexCon2 .lmTit{
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .dnqc .list{
        display: none;
    }
    .dnqc .side{
        width: 100%;
    }
    .dnList{
        width: 100%;
        padding: 50px 0 20px;
    }
    .dnqx{
        margin-top: 0;
    }
    .dnqcList li.on a .tit{
        color: #333333;
    }
    .dnqcList li.on a .time{
        color: #952428;
    }
    .dnqcList li a .tit{
        height: auto;
        max-height: 0.3rem;
    }
    .dnqcList li.on a::before{
        width: 0;
    }
    .dnqcList li a:hover .tit{
        color: #952428;
        font-weight: bold;
    }
    .indexCon2 .bg-relative{
        padding: 50px 0 20px;
    }
    .indexCon3::before, .indexCon3::after{
        display: none;
    }
    .dnqx::before,.dnql::before{
        display: block;
        content: "";
        width: calc(100% + 0.6rem);
        height: 100%;
        position: absolute;
    }
    .dnqx::before{
        background: #993333 url(../img/bg3_1.png) no-repeat center;
        background-size: cover;
        left: -0.3rem;
        top: 0;
        z-index: -1;
    }
    .dnql::before{
        background: #cc9933 url(../img/bg3_2.png) no-repeat center;
        background-size: cover;
        left: -0.3rem;
        top: 0;
        z-index: -1;
    }
    .dnql.dnList li a{
        flex-direction: row;
    }
    .dnList li a .sx{
        margin: 0 15px;
    }
    .dnsj .fl,.dnsj .fr{
        width: 100%;
        padding: 0;
    }
    .indexCon5 .bg-relative{
        padding: 50px 0 40px;
    }
    .fhTop{
        right: 10px;
        bottom: 10px;
    }
    .dnsj .fl li:first-of-type .img,.dnsj .fl li .img,.dnsj .fr li .img{
        padding: 56.34% 0 0;
    }
    .dnsj .fr li{
        width: calc(50% - 0.1rem);
        margin-right: 0.2rem;
    }
    .dnsj .fr li:nth-of-type(2n){
        margin-right: 0;
    }
    .dnsj li .con{
        padding: 10px;
    }
    .lmTit .tit{
        padding-left: 6px;
    }
    .lmTit .tit::before{
        width: 60px;
        height: 60px;
        left: -8px;
        top: -12px;
    }
    .lmTit h2{
        font-size: 32px;
    }
    .lmTit p{
        left: 25px;
    }
    .newBanner li .con{
        padding: 20px;
        height: 210px;
    }
    .dnqcList li:first-of-type a{
        padding-top: 0;
    }
    .VisionList ul{
        margin: 0 -10px;
    }
    .VisionList li{
        padding: 10px;
    }
    .indexCon4 .bg-relative{
        padding: 50px 0 40px;
    }
    .gtTxt{
        top: 20px;
    }
    .newBanner .slick-dots{
        bottom: 10px;
        right: 20px;
    }
    .VisionImg .swiper .swiper-slide a .tit{
        padding: 0;
    }
    .VisionImg .swiper-next{
        transform: rotateY(180deg) translateY(-0.40rem);
    }
    .VisionImg .swiper-prev{
        transform: translateY(-0.40rem);
    }
    .dnqcList li a{
        padding: 0.15rem 0;
    } 
}
@media only screen and (max-width: 768px){
    .indexCon1 .bg-relative{
        padding: 40px 0;
    }
    .newBanner li .con{
        height: 200px;
    }
    .newBanner li .con .tit{
        font-size: 20px;
        line-height: 28px;
        max-height: 56px;
    }
    .dnList{
        padding: 40px 0 20px;
    }
    .dnsj .fl li,.dnsj .fr li{
        width: 100%;
    }
    .VisionImg{
        margin-bottom: 20px;
    }
    .VisionImg .swiper-next{
        transform: rotateY(180deg) translateY(-0.40rem);
    }
    .VisionImg .swiper-prev{
        transform: translateY(-0.40rem);
    }
}
@media only screen and (max-width: 560px){
    .lmTit{
        margin-bottom: 30px;
    }
    .lmTit .tit{
        padding-left: 6px;
    }
    .lmTit .tit::before{
        width: 48px;
        height: 48px;
        left: -4px;
        top: -4px;
    }
    .lmTit h2{
        font-size: 24px;
    }
    .lmTit p{
        left: 25px;
        bottom: -10px;
    }
    .lmTit .tit img{
        width: auto;
        height: 30px;
    }
    .lmTit .more a{
        font-size: 16px;
        line-height: 24px;
    }
    .indexCon1 .bg-relative{
        padding: 30px 0 10px;
    }
    .newBanner li .con::before{
        height: 3px;
    }
    .newBanner li .con{
        padding: 12px;
        height: 180px;
    }
    .newBanner li .con .tit{
        font-size: 18px;
        line-height: 24px;
        max-height: 48px;
    }
    .newBanner{
        margin-bottom: 20px;
    }
    .newList ul{
        width: 100%;
    }
    .newList ul li,.newList ul li:last-of-type{
        width: 100%;
        margin-bottom: 15px;
    }
    .newList ul li .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        height: auto;
    }
    .newBanner .slick-dots li{
        width: 18px;
        height: 18px;
    }
    .indexCon2 .bg-relative{
        padding: 30px 0 10px;
    }
    .dnqcList li a .tit{
        font-size: 16px;
        line-height: 28px;
        max-height: 56px;
        -webkit-line-clamp: 2;
    }
    .dnqcList li a{
        padding: 10px 0;
    }
    .dnqcList li a .time{
        margin: 5px 0 2px;
    }
    .dnList{
        padding: 30px 0 10px;
    }
    .dnList li a{
        padding: 12px 0;
        padding-left: 5px;
    }
    .dnList li a .time span{
        font-size: 40px;
        line-height: 1;
    }
    .dnList li a .tit{
        font-size: 16px;
        line-height: 28px;
        max-height: 56px; 
    }
    .indexCon4 .bg-relative{
        padding: 40px 0 20px;
    }
    .gtTxt{
        top: 15px;
    }
    .indexCon5 .bg-relative{
        padding: 30px 0;
    }
    .dnsj li .con .tit{
        font-size: 16px;
    }
    .dnsj li .con .icon::before{
        width: 32px;
        height: 32px;
    }
    .dnsj li .con .icon{
        line-height: 32px;
        padding-left: 40px;
        font-size: 16px;
    }
    .VisionList li .time{
        padding: 15px;
    }
    .VisionList li .con{
        padding: 15px;
    }
    .indexCon4 .lmTit{
        margin-bottom: 30px;
    }
    .VisionImg{
        margin-bottom: 0;
    }
    .VisionImg .swiper .swiper-slide a .tit{
        padding: 0 10px;
        height: 70px;
    }
    .VisionImg .swiper .swiper-slide a .tit p{     
        font-size: 17px;
        line-height: 26px;
    }
     .VisionImg .swiper-prev{
         transform: translateY(-35px);
         right: 0;
     }
   .VisionImg .swiper-next{
        transform: rotateY(180deg) translateY(-35px);
        left: 0;
    }
    .fhTop{
        width: 40px;
        height: 40px;
    }
}