/*.nav {*/
/*    height: 100px;*/
/*    padding: 0!important;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: #EDEDED;*/
/*    line-height: 100px;*/
/*    z-index: 100;*/
/*    transition: all linear .3s 0s;*/
/*}*/
/*!* pc端导航栏 *!*/
/*.nav .pc-nav {*/
/*    width: calc(100% - 36px);*/
/*    margin: 0 auto;*/
/*}*/
/*.logo {*/
/*    font-size: 38px;*/
/*    float: left;*/
/*    margin-left: 27px;*/
/*    font-family: AlimamaShuHeiTi;*/
/*}*/
/*.nav .pc-nav ul {*/
/*    overflow: hidden;*/
/*    display: inline-block;*/
/*    margin-left: 90px;*/
/*}*/
/*.nav .pc-nav ul li{*/
/*    float: left;*/
/*    font-weight: 400;*/
/*    font-family: SourceHanSansSC,SourceHanSansSC-Regular;*/
/*    font-size: 20px;*/
/*    cursor: pointer;*/
/*    margin-right: 60px;*/
/*}*/
/*.pc-nav ul li:hover {*/
/*    color: #999;*/
/*}*/
/*.nav .nav-phone {*/
/*    float: right;*/
/*    margin-right: 27px;*/
/*    text-align: right;*/
/*}*/
/*.phone-icon {*/
/*    display: inline-block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: url("../images/phone.png");*/
/*    vertical-align: middle;*/
/*    margin-right: 8px;*/
/*}*/
/*.nav-phone .phone-number {*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*    color: #121E2D;*/
/*    vertical-align: middle;*/
/*}*/
/*!* 手机导航栏 *!*/
/*@media screen and (max-width: 1200px){*/
/*    .nav {*/
/*        background-color: #fff;*/
/*        height: 50px;*/
/*    }*/
/*    .pc-nav {*/
/*        display: none;*/
/*    }*/
/*    .mobile-nav{*/
/*        display: block;*/
/*    }*/
/*    .mobile {*/
/*        width: 100%;*/
/*    }*/
/*    .nav .mobile-nav {*/
/*        width: calc(100% - 18px);*/
/*        margin: 0 auto;*/
/*        line-height: 50px;*/
/*    }*/
/*    .nav .logo{*/
/*        font-size: 19px;*/
/*        margin-left: 0;*/
/*    }*/
/*    .mobile-menu {*/
/*        margin-right: 27px;*/
/*        text-align: right;*/
/*        height: 50px;*/
/*    }*/
/*    .mobile-menu .bi-list-ul{*/
/*        font-size: 38px;*/
/*        font-weight: bold;*/
/*    }*/
/*    .mobile .card-body ul li {*/
/*        height: 30px;*/
/*        text-align: center;*/
/*        font-weight: 400;*/
/*        font-family: SourceHanSansSC;*/
/*        line-height: 30px;*/
/*        font-size: 13px;*/
/*        margin-bottom: 5px;*/
/*    }*/
/*    .mobile .card-body ul li:active{*/
/*        background-color: #eee;*/
/*    }*/
/*    .mobile {*/
/*        display: block;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1201px){*/
/*    .pc-nav {*/
/*        display: block;*/
/*    }*/
/*    .mobile-nav{*/
/*        display: none;*/
/*    }*/
/*    .mobile {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1201px) and (max-width: 1440px){*/
/*    .pc-nav ul {*/
/*        margin-left: 45px !important;*/
/*    }*/
/*    .pc-nav ul li {*/
/*        margin-right: 30px !important;*/
/*    }*/
/*    .nav-phone {*/
/*        margin-right: 0!important;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1201px){*/
/*    .nav.nav-trans-height {*/
/*        height: 60px;*/
/*        transition: all linear .2s 0s ;*/
/*        line-height: 50px;*/
/*    }*/
/*    .padding.banner-padding{*/
/*        height: 60px;*/
/*    }*/
/*    .padding{*/
/*        height: 100px;*/
/*    }*/
/*}*/
/* 轮播 */
.content {
    width: calc(100% - 1.875vw);
    margin: 0 auto;
    margin-bottom: 1.042vw;
}
.news-list.banner {
    width: 100%;
    height: 47.396vw;
    margin-bottom: 1.198vw;
}
.news-list .pc-banner {
    position: fixed;
    left: 0;
    right: 0;
    box-sizing: border-box;
    height: 47.396vw;
}
.news-list .pc-banner .carousel {
    height: 100%;
    background: url("../images/banner2.jpg") no-repeat 0 0 / cover;
    width: 100% !important;
    margin: 0 auto;
    border-radius: 1.667vw;
    position: relative;
}
.swiper-slide .swiper-img{
    width:100%;
    height:100%;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}
.swiper-slide-active .swiper-img,.swiper-slide-duplicate-active .swiper-img{
    transition:6s linear;
    transform:scale(1,1);
}


/* banner内容 */
.news-list .carousel .cover-content{
    position: absolute;
    top: 6.09375vw;
    right: 6.042vw;
    font-size: 3.4375vw;
    font-family: SourceHanSansSC-Medium, SourceHanSansSC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: right;
}
.news-list .slogan {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.news-list .slogan .parting-line {
    width: 1.771vw;
    display: inline-block;
    height: 1px;
    border: 0.208vw solid #fff;
    margin-top: 0.365vw;
}
.news-list .banner-sub-title{
    font-size: 1.25vw;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-top: 2.604vw;
}
/* 咨询详情 */
.news-list-hm {
    border-top-left-radius: 1.667vw;
    border-top-right-radius: 1.667vw;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.pc-news-list {
    border-radius: 1.667vw;
    padding-bottom: 4.53125vw;
}
.news-list-content {
    padding-top: 10.417vw;
    width: calc(100% - 5.208vw);
    margin: 0 auto;
    position: relative;
}
.flex-0 {
    flex: 0 0 auto;
}
.news-list-nav{
    position: relative;
}
.news-list-title {
    text-align: center;
    font-size: 1.042vw;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: #666666;
}
.list-nav {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.list-nav ul {
    overflow: hidden;
}
.list-nav ul li{
    float: left;
    margin-right: 4.583vw;
    font-size: 0.99vw;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: #888888;
    cursor: pointer;
}
.list-nav ul li::after {
    content: '';
    float: left;
    margin-top: 0.521vw;
    height: 1px;
    border: 0.104vw solid #121E2D;
    width: 0;
    display: none;
    transition: width linear .2s 0s;
}
.list-nav ul li.active {
    color: #121E2D;
}
.list-nav ul li.active::after{
    display: block;
    width: calc(100% - 0.26vw);
}
.list-nav-content-box {
    margin-top: 7.96875vw;
}

.list-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 6.458vw;
}
.list-cover {
    width: 32.5vw;
    height: 22.396vw;
    background: rgba(0,0,0,0.2);
    border-radius: 1.25vw;
    margin-right: 6.71875vw;
}
.list-container .list-content {
    flex: 1;
    position: relative;
    background: url("../images/news-banner.png") no-repeat 0 0 / cover;
}
.list-content .list-content-title {
    font-size: 1.5625vw;
    font-family: SourceHanSansSC-Medium, SourceHanSansSC;
    font-weight: 500;
    color: #333333;
}
.list-content .line {
    width: 1.354vw;
    height: 1px;
    border: 0.15625vw solid #666666;
    margin-top: 0.26vw;
    margin-bottom: 2.34375vw;
}
.list-content-desc {
    font-size: 0.833vw;
    font-family: SourceHanSansSC-Medium, SourceHanSansSC;
    font-weight: 500;
    color: #777777;
    margin-top: 2.34375vw;
    white-space: pre-line;
}
.time {
    margin-top: 3.646vw;
    font-size: 0.9375vw;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: #333333;
}
/*!*footer*!*/
/*.footer{*/
/*    width: 100%;*/
/*    background: #121E2D;*/
/*    border-radius: 0px 0px 32px 32px;*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    bottom: -881px;*/
/*    height: 930px;*/
/*}*/
/*.footer .footer-top {*/
/*    width: calc(100% - 380px);*/
/*    height: 219px;*/
/*    margin: 0 auto;*/
/*    margin-top: 77px;*/
/*}*/
/*.top-content{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    align-items: center;*/
/*    color: #fff;*/
/*    height: 100%;*/
/*}*/
/*.flex-top {*/
/*    flex: 0 0 auto;*/
/*}*/
/*.country{*/
/*    font-size: 28px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: rgba(255,255,255,0.8);*/
/*}*/
/*.phone-content{*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    font-size: 28px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: rgba(255,255,255,0.8);*/
/*}*/
/*.rx-two{*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/
/*.phone-num{*/
/*    font-size: 28px;*/
/*    font-family: SourceHanSansSC-Bold, SourceHanSansSC;*/
/*    font-weight: bold;*/
/*    color: #FFFFFF;*/
/*}*/
/*.top-c-line {*/
/*    width: 1px;*/
/*    height: 52px;*/
/*    border: 1px solid rgba(255,255,255,0.4);*/
/*    margin-left: 18px;*/
/*    margin-right: 18px;*/
/*}*/

/*.footer-line{*/
/*    border-image: linear-gradient(225deg, rgba(249, 253, 224, 0), rgba(240, 249, 190, 1), rgba(240, 249, 190, 0.13)) 1 1;*/
/*    border: 1px solid;*/
/*    height: 2px;*/
/*}*/
/*.white-phone{*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: url("../images/phone-white.png") no-repeat center center / cover;*/
/*    margin-right: 12px;*/
/*}*/
/*.white-rx {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 32px;*/
/*    height: 26px;*/
/*    background: url("../images/government-fill.png") no-repeat center center / cover;*/
/*    margin-right:12px*/
/*}*/
/*.white-location{*/
/*    width: 17px;*/
/*    height: 20px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    background: url("../images/location.png") no-repeat center center / cover;*/
/*    margin-right: 8px;*/
/*}*/
/*.footer .address {*/
/*    font-size: 22px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*    vertical-align: middle;*/
/*}*/
/*.location ul li {*/
/*    float: left;*/
/*    margin-right: 33px;*/
/*    cursor: pointer;*/
/*}*/
/*.location ul li:nth-child(5n) {*/
/*    margin-right: 0;*/
/*}*/
/*.footer-content{*/
/*    width: calc(100% - 380px);*/
/*    margin: 0 auto;*/
/*    margin-top: 62px;*/
/*    display: flex;*/
/*}*/
/*.footer-logo-pic {*/
/*    width: 103px;*/
/*    height: 168px;*/
/*    background: url("../images/footer-logo.png") no-repeat center center / cover;*/
/*}*/
/*.footer-qr-pic{*/
/*    width: 103px;*/
/*    height: 103px;*/
/*    background: url("../images/cover.png") no-repeat center center / cover;*/
/*    margin-top: 94px;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.contract-us{*/
/*    font-size: 16px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: rgba(255,255,255,0.8);*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    width: 103px;*/
/*}*/
/*.footer-center dl{*/
/*    float: left;*/
/*    font-size: 14px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: rgba(255,255,255,0.6);*/
/*}*/
/*.footer-center dl dt{*/
/*    margin-bottom: 28px;*/
/*    font-size: 16px;*/
/*    font-family: SourceHanSansSC-Medium, SourceHanSansSC;*/
/*    font-weight: 500;*/
/*    color: rgba(255,255,255,0.8);*/
/*}*/
/*.footer-center dl dd{*/
/*    margin-bottom: 28px;*/
/*    cursor: pointer;*/
/*}*/
/*.footer-contact dl {*/
/*    font-size: 14px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: rgba(255,255,255,0.6);*/
/*}*/

/*.text-style {*/
/*    font-size: 30px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*    line-height: 44px;*/
/*    vertical-align: middle;*/
/*}*/
/*.white-mobile{*/
/*    width: 17px;*/
/*    height: 17px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    background: url("../images/smartphone-line.png") no-repeat center center / cover;*/
/*    margin-right: 12px;*/
/*}*/
/*.white-email {*/
/*    width: 21px;*/
/*    height: 19px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    background: url("../images/mail-unread-line.png") no-repeat center center / cover;*/
/*    margin-right: 12px;*/
/*}*/
/*.footer-bottom{*/
/*    width: calc(100% - 380px);*/
/*    margin: 0 auto;*/
/*    height: 104px;*/
/*    display: flex;*/
/*    line-height: 104px;*/
/*    font-size: 14px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*}*/
/*.link a {*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    font-family: SourceHanSansSC-Regular, SourceHanSansSC;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*    margin-right: 10px;*/
/*}*/
/*.copyright span{*/
/*    display: inline-block;*/
/*}*/
