body {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, PingFang SC;
}
.block {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.h5-header {
    display: none;
}
.h5-nav {
    left: -100%;
    position: absolute;
}
.header {
    height: 100px;
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 11;
}
.msg-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.header .top-msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.header .top-msg .hello {
    font-size: 12px;
    font-weight: 400;
    color: #004893;
    line-height: 18px
}
.header .top-msg .tips {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header .top-msg .tips img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
.header .nav {
    display: flex;
    justify-content: space-between;
}
.header .nav .logo img {
    width: 188px;
    height: auto;
    cursor: pointer;
}
.header .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav-item {
    min-width: 100px;
    height: 60px;
    position: relative;
    padding: 10px 8px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.header .nav-item .nav-a {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
    text-decoration: none;
}
.header .nav-item .nav-item-line {
    display: none;
    margin: 0 auto;
}
.header .nav-item .sec-nav {
    height: 0;
    width: 100%;
    transition: all 1s;
    left: 0;
    position: absolute;
    top: 60px;
    overflow: hidden;
    background-color: #fff;
    z-index: 3;
    cursor: pointer;
}
.sec-nav .sec-nav-item {
    color: #181818;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.sec-nav .sec-nav-item.hover {
    color: #fff;
    background-color: #004893;
}
.header .nav-item.hover .nav-a {
    color: #004893;
}
.header .nav-item.hover .nav-item-line {
    display: block;
}
.header .nav-item.hover .sec-nav {
    height: auto;
}
.banner {
    margin: 0 auto;
    max-width: 100%;
}
.banner-img {
    width: 100%;
    height: auto !important;
}
.my-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}
.my-bullet1 {
    width: 8px;
    height: 8px;
    background: #ACACAC;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}
.my-bullet-active {
    background: #004893;
    opacity: 1;
    width: 20px;
    border-radius: 4px;
    height: 8px;
}
.container1 {
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
}
.container-title {
    margin: 60px auto 40px;
    text-align: center;
}
.title-zh {
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #474747;
    line-height: 48px;
}
.title-en {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #004893;
    line-height: 32px;
}
.title-en .title-line {
    width: 60px;
    height: 2px;
    background: #004893;
    opacity: 0.29;
    margin: 5px;
    display: inline-block;
}
.content-1 {
    position: relative;
    margin-bottom: 60px;
}
.product-box {
    background-color: #fff;
    height: 408px;
    width: 270px;
    cursor: pointer;
}
.product-box:hover {
    box-shadow: 0px 12px 20px 0px rgba(0, 72, 147, 0.1);
}
.part-line {
    width: 262px;
    height: 1px;
    opacity: 0.26;
    border: 1px solid #DDDDDD;
}
.product-info {
    text-align: center;
    padding: 20px 0;
}
.product-name {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #181818;
    line-height: 32px;
}
.product-type {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #004893;
    line-height: 28px;
}
.more-button {
    margin: 58px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #004893;
    line-height: 50px;
    text-align: center;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #004893;
    cursor: pointer;
}
.more-button:hover {
    background: #004893;
    box-shadow: 0px 4px 12px 0px rgba(0, 72, 147, 0.2);
    color: #fff;
}
#pagination2 {
    bottom: 14% !important;
    width: 100%;
}
.container1 .content-box {
    max-width: 1200px;
    /*height: 510px;*/
    /*max-height: 510px;*/
    
    background-color: #fff;
    display: flex;
}
.container1 .content-box .left-box {
    padding: 40px 40px 0 40px;
    width: 46%;
    max-width: 550px;
    height: 100%;
    position: relative;
    /*background: url('../images/img_txg.png');*/
    background:#FFFFFF;
    box-sizing: border-box;
}

.over-view {
    overflow: hidden;
    /*将对象作为弹性伸缩盒子模型显示*/
    display: -webkit-box;
    /*设置子元素排列方式*/
    -webkit-box-orient: vertical;
    /*设置显示的行数，多出的部分会显示为...*/
    -webkit-line-clamp: 3;
}

.left-box .product-name-big{
    font-size: 44px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #474747;
    line-height: 62px;
}
.product-introduce {
    font-size: 14px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 22px;
    margin-top: 16px;
}
.left-box .spilt-line {
    margin-top: 20px;
    width: 63px;
    height: 2px;
    background: #004893;
}
.right-box {
    width: 54%;
    max-width: 650px;
    height: 100%;
    position: relative;
    background: #FFFFFF;
}
.right-box .content-top {
    height: 50%;
    display: flex;
}
.right-box .content-bottom {
    height: 50%;
    display: flex;
}
.content-info {
    width: 50%;
    padding: 20px 40px;
}
.content-info .vertical-line {
    width: 2px;
    height: 80px;
    background: #004893;
    margin-right: 20px;
    display: inline-block;
}
.info-name {
    display: inline-block;
}
.content-top .content-img {
    width: 50%;
    /*background: url('../images/img_txg3.png');*/
    height: 100%;
}
.content-bottom .content-img {
    width: 50%;
    /*background: url('../images/img_txg2.png');*/
    height: 100%;
}
.content-2 {
    padding-bottom: 60px;
}
.container2 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.container2 .container-content {
    position: relative;
}
.c2-tab {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    width: 100%;
}
.c2-tab .tab-label {
    margin: 0 25px;
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #004893;
    color: #004893;
    font-size: 24px;
    font-weight: 400;
    color: #004893;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.c2-tab .tab-label.active {
    background: #004893;
    border: 1px solid #004893;
    color: #fff;
}
.container2 .content-slide {
    display: none;
    text-align: center;
    overflow: hidden;
}
.container2 .content-slide.active {
    display: block;
}
.container2 .content-slide .slide-title {
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
    margin: 140px 0 40px;
}
.content-slide .slide-desc {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 480px;
    margin: 0 auto 40px;
}
.container2 .content-block {
    /*background: url('../images/img_sol.png');*/
    background: url('../images/img_sol1.jpg');
    max-width: 1920px;
    width: 100%;
    height: 670px;
    margin: 0 auto;
    text-align: center;
}
.content-slide .more-button {
    color: #fff;
    border: 1px solid #fff;
}
.content-slide .more-button:hover {
    color: #004893;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 72, 147, 0.2);
}
.container3{
    padding: 60px 0;
    background: #f7f7f7;
}
.container-bg{
    background-image: url('../images/img_cla_bg.png');
    max-width: 1920px;
    width: 100%;
    height: 910px;
    margin: 0 auto;
    overflow: hidden;
}
.container3 .left-bg {
    background-image: url('../images/img_cla_20210730.jpg');
    width: 50%;
    max-width: 1020px;
    height: 720px;
}
.container3 .container-content {
    position: relative;
}
.container3 .content-block {
    width: 46%;
    max-width: 880px;
    height: 518px;
    position: absolute;
    right: 20%;
    background: #fff;
    bottom: 14%;
    padding: 45px 45px 0;
}
.example-desc {
    max-width: 633px;
    font-size: 20px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 30px;
    margin: 0 auto;
}
.container3 .more-button {
    margin: 60px auto;
}
.container4 {
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.container4 .container-content {
    margin: 0 auto 60px;
    position: relative;
    display: flex;
    max-width: 1200px;
    flex-flow: wrap;
}
.container4 .content-box {
    width: 300px;
    height: 370px;
    background: #F7F7F7;
    text-align: center;
    color: #181818;
}
.container4 .content-box:hover {
    background: #004893;
    color: #fff;
}
.box-bg {
    width: 300px;
}
.content-box .box-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 30px auto 8px;
}
.s-title {
    font-size: 20px;
    font-weight: 400;
    /* color: #181818; */
    line-height: 28px;
}
.desc-ul {
    padding: 0;
    margin-top: 20px;
}
.desc-ul .desc-li {
    font-size: 14px;
    font-weight: 400;
    /* color: #181818; */
    line-height: 22px;
    text-align: center;
    list-style: none;
}
.container5 {
    background: #F7F7F7;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}
.c5-tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 56px;
}
.c5-tab .tab-label {
    margin: 0 25px;
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #004893;
    color: #004893;
    font-size: 24px;
    font-weight: 400;
    color: #004893;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 36px;
}
.c5-tab .tab-label.active {
    background: #004893;
    border: 1px solid #004893;
    color: #fff;
}
.container5 .content-slide {
    display: none;
    position: relative;
}
.container5 .content-slide.active {
    display: flex;
}
.container5 .left-content {
    display: inline-block;
    margin-right: 40px;
}
.container5 .left-content .content-img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.container5 .left-content .slide-title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #474747;
    line-height: 28px;
    margin-bottom: 8px;
}
.container5 .left-content .news-content {
    max-width: 480px;
}
.container5 .left-content .news-content .news-time {
    font-size: 12px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 18px;
    margin-bottom: 8px;
}
.container5 .left-content .news-content .news-desc {
    width: 480px;
    font-size: 12px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 18px;
}
.container5 .right-content {
    display: inline-block;
}
.container5 .right-content .news-item {
    margin-bottom: 24px;
    display: flex;
    /*justify-content: space-around;*/
}
.container5 .right-content .news-item:nth-last-child(0) {
    margin-bottom: 0;
}
.container5 .right-content .news-item .news-date {
    margin-right: 20px;
    display: flex;
    flex-flow: column;    
    justify-content: center;
    align-items: flex-end;
}
.container5 .right-content .news-item .news-date .news-month {
    font-size: 32px;
    font-weight: 400;
    color: #181818;
    line-height: 45px;
}
.container5 .right-content .news-item .news-date .news-year {
    font-size: 14px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 20px;
}
.container5 .right-content .news-item .news-content {
    height: 104px;
    padding-left: 20px;
    border-left: 2px solid #D8D8D8;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
.container5 .right-content .news-item .news-content .news-title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #181818;
    line-height: 24px;
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis; 
}
.container5 .right-content .news-item .news-content .news-desc {
    width: 485px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container5 .right-content .news-item .news-content .news-desc .news-info {
    width: 436px;
    font-size: 12px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 18px;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.partner {
    margin-top: 56px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}
.partner-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 40px;
    width: 200px;
}
.par-title-img {
    width: 32px;
}
.par {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}
.par_chn {
    font-size: 40px;
    font-weight: 400;
    color: #004893;
    line-height: 56px;
}
.par_eng {
    font-size: 24px;
    font-weight: 400;
    color: #004893;
    line-height: 33px;
}
.par-img {
    width: 220px;
    height: 80px;
    display: inline-block;
}
.par-swiper {
    max-width: 900px;
    margin-left: 0;
}
.swiper-button-prev {
    width: 25px;
    height: 25px;
}
.swiper-button-next {
    width: 25px;
    height: 25px;
}
.footer {
    width: 100%;
    background: #1C232C;
    color: #fff;
    padding-top: 50px;
}
.footer .foot-info {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 30px;
}
.foot-nav {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.foot-nav-item {
    text-align: left;
    margin-left: 60px;
}
.foot-nav-item .nav-item-title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.foot-nav-item .title-line {
    width: 24px;
    height: 1px;
    background: #FFFFFF;
    margin-top: 16px;
}
.nav-item-label {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
    display: block;
}
.nav-item-label:hover {
    color: #fff;
}
.foot-info .spilt-line {
    width: 2px;
    height: 190px;
    background: #D8D8D8;
}
.foot-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-desc {
    margin-right: 60px;
}
.left-desc .company {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 16px;
}
.left-desc .phone,.email,.address {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 16px;
}
.other-company {
    margin-bottom: 16px;
    cursor: pointer;
}
.links {
    cursor: pointer;
}
.links a {

}
.right-qrcode {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.qrcode-img {
    margin-bottom: 10px;
}
.copyright {
    background: #1C232C;
    border-top: 1px solid #DDDDDD;
    width: 100%;
    text-align: center;
    height: 72px;
    line-height: 72px;
}

/* 手机端样式 */
@media (max-width: 750px){
    .h5-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        height: 68px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        position: sticky;
        top: 0;
        z-index: 11;
    }
    .h5-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        z-index: 11;
        top: 0;
        overflow-x: hidden;
        transition: all 1s;
    }
    .h5-nav.show {
        left: 0;
    }
    .h5-nav-wrap {
        display: flex;
        flex-flow: column;
        justify-content: start;
        width: 50%;
        background: rgba(0, 72, 147, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 65px;
        z-index: 13;
        box-sizing: border-box;
        height: auto;
        min-height: 100%;
    }
    .h5-nav-item {
        width: 100%;
        min-height: 50px;
        color: #fff;
        line-height: 50px;
        text-align: left;
        padding-left: 60px;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-tap-highlight-color:transparent;
    }
    .h5-nav-item .nav-a {
        display: block;
        width: 100%;
        color: #fff;
    }
    .h5-nav-item .sec-nav {
        display: none;
        margin-top: 10px;
    }
    .h5-nav-item .sec-nav .h5-sec-nav-item {
        width: 100%;
        height: 40px;
        color: #fff;
        line-height: 20px;
        text-align: left;
        cursor: pointer;
        padding-left: 20px;
        box-sizing: border-box;
        display: block;
    }
    .nav-mask {
        width: 100%;
        height: 100%;
        background: transparent;
        position: fixed;
        z-index: 12;
        top: 0;
    }
    body.fix {
        overflow: hidden;
    }
    .nav-icon-line {
        margin-top: 5px;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #004893;
        display: block;
    }
    .header {
        display: none;
    }
    .container-title {
        margin: 10px auto 10px;
        text-align: center;
    }
    .title-zh {
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #474747;
        line-height: 24px;
    }
    .title-en {
        margin-top: 5px;
        font-size: 14px;

        font-weight: 400;
        color: #004893;
        line-height: 16px;
    }
    .title-en .title-line, .par_eng .title-line {
        width: 30px;
        height: 1px;
        background: #004893;
        opacity: 0.29;
        margin: 3px;
        display: inline-block;
    }
    .content-1 {
        position: relative;
        margin-bottom: 15px;
        padding: 0 40px;
    }
    .product-box {
        background-color: #fff;
        height: 204px;
        width: 135px;
        cursor: pointer;
    }
    .product-box img {
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .product-box:hover {
        box-shadow: 0px 12px 20px 0px rgba(0, 72, 147, 0.1);
    }
    .part-line {
        width: 100%;
        height: 1px;
        opacity: 0.26;
        background:#DDDDDD;
        border: none;
    }
    .product-info {
        text-align: center;
        padding: 10px 0;
    }
    .product-name {
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #181818;
        line-height: 16px;
    }
    .product-type {
        margin-top: 4px;
        font-size: 10px;

        font-weight: 400;
        color: #004893;
        line-height: 14px;
    }
    .more-button {
        margin: 28px auto 0;
        font-size: 14px;

        font-weight: 400;
        color: #004893;
        line-height: 32px;
        text-align: center;
        width: 120px;
        height: 32px;
        border-radius: 16px;
        border: 1px solid #004893;
        cursor: pointer;
    }
    .more-button:hover {
        background: #004893;
        box-shadow: 0px 4px 12px 0px rgba(0, 72, 147, 0.2);
        color: #fff;
    }
    #pagination2 {
        bottom: 15% !important;
        right: 0;
        width: 100%;
    }
    .container1 .content-box {
        max-width: 1200px;
        display: block;
    }
    .container1 .content-box .left-box {
        padding: 20px;
        width: 100%;
        /*height: 255px;*/
        min-height: 255px;
        position: relative;
        
        background-size: 100%;
        background-position: right;
        background-repeat: no-repeat;
    }
    .left-box .product-name-big{
        font-size: 22px;
        line-height: 22px;
    }
    .product-introduce {
        font-size: 12px;
        line-height: 14px;
        margin-top: 8px;
    }
    .left-box .spilt-line {
        margin-top: 10px;
        width: 34px;
        height: 1px;
        background: #004893;
    }
    .right-box {
        width: 100%;
        position: relative;
        background: #FFFFFF;
    }
    .right-box .content-top {
        height: 127px;
        display: flex;
    }
    .right-box .content-bottom {
        height: 127px;
        display: flex;
    }
    .content-info {
        width: 50%;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .content-info .vertical-line {
        width: 1px;
        height: 30px;
        background: #004893;
        margin-right: 10px;
        display: inline-block;
    }
    .info-name {
        display: inline-block;
    }
    .content-top .content-img {
        width: 50%;
        background: url('../images/img_txg3@2x.png');
        background-size: 100%;
        height: 100%;
    }
    .content-bottom .content-img {
        width: 50%;
        background: url('../images/img_txg2@2x.png');
        background-size: 100%;
        height: 100%;
    }
    .content-2 {
        padding-bottom: 15px;
    }
    .content-2 .more-button {
        display: none;
    }
    .container2 {
        width: 100%;
        background: #fff;
        overflow: hidden;
    }
    .container2 .container-content {
        position: relative;
        margin-top: 30px;
    }
    .c2-tab {
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: -12px;
        width: 100%;
    }
    .c2-tab .tab-label {
        width: 80px;
        height: 24px;
        color: #004893;
        font-size: 12px;
        line-height: 24px;
        margin: 0;
    }
    .container2 .content-slide {
        display: none;
        text-align: center;
        overflow: hidden;
    }
    .container2 .content-slide.active {
        display: block;
    }
    .container2 .content-slide .slide-title {
        font-size: 20px;
        line-height: 26px;
        margin: 30px 0 10px;
    }
    .content-slide .slide-desc {
        font-size: 12px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        max-width: 480px;
        margin: 0 auto 10px;
    }
    .container2 .content-block {
        background: url('../images/img_sol@2x.png');
        max-width: 1920px;
        width: 100%;
        height: 219px;
        margin: 0 auto;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .content-slide .more-button {
        display: none;
    }
    .content-slide .more-button:hover {
        color: #004893;
        background: #fff;
        box-shadow: 0px 4px 12px 0px rgba(0, 72, 147, 0.2);
    }
    .container3{
        padding: 16px 0;
        background: #f7f7f7;
    }
    .container-bg{
        background:#fff;
        max-width: 1920px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .container3 .left-bg {
        background-image: url('../images/img_cla@2x.png');
        width: 145px;
        height: 195px;
    }
    .container3 .container-content {
        position: relative;
    }
    .container3 .content-block .container-title .title-zh {
        font-size: 18px;
        line-height: 18px;
    }
    .container3 .content-block .container-title .title-en {
        font-size: 12px;
        line-height: 14px;
    }
    .container3 .content-block {
        width: 210px;
        height: 195px;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0 10px;
    }
    .example-desc {
        font-size: 12px;
        line-height: 14px;
        margin: 0 20px;
    }
    .swiper-button-prev {
        width: 25px;
        height: 14px;
    }
    .swiper-button-next {
        width: 25px;
        height: 14px;
    }
    .container3 .more-button {
        margin: 10px auto;
    }
    .container4 {
        background: #fff;
        width: 100%;
        overflow: hidden;
    }
    .container4 .container-content {
        margin: 0 auto 20px;
        justify-content: center;
    }
    .container4 .content-box {
        width: 150px;
        height: 175px;
    }
    .box-bg {
        width: 150px;
        height: 175px;
    }
    .content-box .box-icon {
        width: 30px;
        height: 30px;
        display: block;
        margin: 15px auto 4px;
    }
    .s-title {
        font-size: 14px;

        font-weight: 400;
        line-height: 16px;
    }
    .desc-ul {
        padding: 0;
        margin-top: 10px;
    }
    .desc-ul .desc-li {
        font-size: 12px;
        /* color: #181818; */
        line-height: 16px;
        text-align: center;
        list-style: none;
    }
    .container5 {
        background: #F7F7F7;
        width: 100%;
        overflow: hidden;
    }
    .c5-tab {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }
    .c5-tab .tab-label {
        margin: 0 5px;
        width: 80px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        border-radius: 25px;
    }
    .container5 .left-content {
        display: none;
    }
    .container5 .right-content .news-item {
        margin-bottom: 6px;
        padding: 0 10px 6px;
        border-bottom: 1px solid #E5E5E5;
    }
    .container5 .right-content .news-item .news-date {
        margin-right: 10px;
    }
    .container5 .right-content .news-item .news-date .news-month {
        font-size: 18px;
        line-height: 20px;
    }
    .container5 .right-content .news-item .news-date .news-year {
        font-size: 12px;
        line-height: 20px;
    }
    .container5 .right-content .news-item .news-content {
        height: 62px;
        padding-left: 10px;
        border-left: 1px solid #D8D8D8;
    }
    .container5 .right-content .news-item .news-content .news-title {
        width: 90%;
        font-size: 16px;
        line-height: 16px;
    }
    .container5 .right-content .news-item .news-content .news-desc img{
        display: none;
    }
    .container5 .right-content .news-item .news-content .news-desc{
        width: 100%;
    }
    .container5 .right-content .news-item .news-content .news-desc .news-info {
        width: 90%;
        font-size: 12px;

        font-weight: 400;
        color: #7B7B7B;
        line-height: 18px;
    }
    .partner {
        margin-top: 5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-flow: column;
        margin-bottom: 15px;
    }
    .partner-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 0px;
        width: auto;
    }
    .par-title-img {
        display: none;
    }
    .par {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .par_chn {
        font-size: 18px;
        font-weight: 500;
        color: #474747;
        line-height: 24px;
    }
    .par_eng {
        font-size: 12px;
        font-weight: 400;
        color: #004893;
        line-height: 20px;
    }
    .par-img {
        width: 110px;
        height: 40px !important;
        display: inline-block;
    }
    .par-swiper {
        max-width: 900px;
        margin-left: 0;
    }
    .container5 {
        padding-bottom: 0;
    }
    .footer {
        padding-top: 10px;
    }
    .footer .nav-item-title {
        font-size: 14px;
    }
    .footer .foot-info {
        display: block;
        padding: 0;
    }
    .foot-info .spilt-line {
        display: none;
    }
    .footer .title-line{
        width: 100%;
        margin-top: 0;
    }   
    .foot-desc {
        padding: 10px 10px;
        position: relative;
    } 
    .left-desc .company {
        font-size: 18px;
    }
    .right-qrcode {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .qrcode-img {
        margin-bottom: 0;
    }
    .foot-desc .left-desc {
        margin-right: 0;
    }
    .foot-nav {
        justify-content: space-around;
    }
    .footer .nav-item-wrap{
        display: none;
    }    
    .foot-nav-item {
        margin-left: 0;
    }
    .copyright {
        line-height: 24px;
        font-size: 14px;
        padding: 10px ;
        box-sizing: border-box;
    }
}