.container-sm {
    max-width: 1290px;
    padding: 0;
    position: relative;
}

.container-sm .more-bt2 {
    position: absolute;
    width: 150px;
    top: 0px;
    right: -130px;
    display: none;
}

.dep-more {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 40px;
}

.dep-more .more-bt2 {
    display: block;
    margin: 0 auto;
}

.dep-more .more-bt2:hover {
    background: none;
    color: var(--thm-white);
    border: 1px solid var(--thm-white);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-white {
    color: var(--thm-white);
}

img {
    /*max-width: 100%;*/
}

.more-bt2 {
    display: inline-block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: var(--thm-white);
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all .3s linear;
}

.more-bt2:hover {
    background-color: var(--thm-blue);
    color: var(--thm-white);
    border: 1px solid var(--thm-blue);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.title {
    color: var(--thm-title);
    font-weight: 400;
    line-height: 1.5em;
    margin: 40px 0px;
    text-shadow: 5px 4px 5px black;
}

.ny-about .title {
    margin: 0px;
    line-height: 1.2;
    text-align: center;
}

.pro-gray .title {
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 80px;
}

.title-blue span:before {
    border: 2px solid #00467c;
}

.title span {
    font-size: 18px;
    display: block;
    font-weight: 600;
    font-family: 'Aeonik-Light';
}

.title-blue span {
    color: var(--thm-blue);
    line-height: 1em;
    margin-bottom: 20px;
}

.title-white span {
    color: var(--thm-white);
}

.title span:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.title-white span:before {
    border: 2px solid #fff;
}

.default-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

.brand-content {
    max-width: 920px;
    margin: auto;
    color: #3a3a3a;
    text-align: justify;
}


.page-banner {
    position: relative;
    padding-bottom: 50%;
}

.page-banner img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.page-banner .news-text {
    padding: 60px;
}

.page-banner .tabs-center {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.page-banner h1 {
    color: #fff;
    font-weight: normal;
}

.page-banner h1 span {
    font-size: 18px;
    display: block;
}

.page-banner h3 {
    color: #fff;
    line-height: 2em;
}

.page-banner .tabs-box {
    padding: 0;
    background-color: rgb(0 0 0 / 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-banner .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.page-banner .tabs a {
    border-bottom: solid #fff0 1px;
    line-height: 1;
    color: #ffffff;
    transition-duration: .3s;
    display: inline-block;
}

.page-banner .tabs li:first-child, .page-banner .tabs .nav-bar:first-child {
    padding-left: 0;
}

.page-banner .tabs li {
    padding: 40px 35px;
    line-height: 1;
    color: #ffffff;
    transition-duration: .3s;
    display: inline-block;
}

.page-banner .tabs .nav-bar, .page-banner .tabs .nav-bar-f {
    padding: 40px 0 40px;
    line-height: 1;
    color: #ffffff;
    transition-duration: .3s;
    display: inline-block;
}


.page-banner .tabs li ul li {
    display: none;
}

.page-banner .tabs a.on, .page-banner .tabs a:hover {
    border-bottom: solid #fff 1px;
}


.swiper-p {
    padding: 80px 0px;
}

.swiper-p .swiper-slide .logo-items {
    width: 20%;
    float: left;
    border: 1px solid #ccc;
    transition: all .4s;
    box-shadow: inset 0 0 0 10px #0460b900;
    padding: 10px 20px;
    margin-left: -1px;
}

.swiper-p .swiper-slide .logo-items:nth-child(n+6) {
    margin-top: -1px;
}

.swiper-p .swiper-slide .logo-items:nth-child(1), .swiper-p .swiper-slide .logo-items:nth-child(6) {
    margin-left: 0px;
}

.swiper-slide-p {
    border-right: 1px solid #ccc;
    border: 1px solid #ccc;
    transition: all .4s;
    box-shadow: inset 0 0 0 10px #0460b900;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc(100% / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide.swiper-slide-p:hover {
    border: solid transparent;
    box-shadow: inset 0 0 0 10px #0460B9;
    border-right: 1px solid #0460B9;
    border: 1px solid #0460B9;
}

.swiper-slide.swiper-slide-p img {
    transform: scale(0.8);
    transition: all .4s;
    width: 100%;
}

.swiper-slide.swiper-slide-p:hover img {
    transform: scale(0.9);
}

.swiper-pagination-p span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: auto;
    width: auto;
    border-radius: 0px;
    border: #00467c 1px solid;
    background: #00467c;
    color: #fff;
}

.swiper-pagination-p span.swiper-pagination-bullet {
    height: auto;
    width: auto;
    display: inline-block;
    border-radius: 0px;
    margin: 0px 7px !important;
    bottom: 5px;
    border: 1px solid #8b8b8b;
    opacity: 1;
    background-color: #fff;
    padding: 0px 10px;
}

.swiper-pagination.swiper-pagination-p {
    bottom: 0px;
}

.pro-c {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.pro-c .title {
    color: var(--thm-white);
}

.pro-c .product-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.pro-gray {
    background: #edf2f5;
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    margin-right: calc((100vw - 1570px) / 2);
}

.pro-gray .cont {
    margin-left: calc((100vw - 1600px) / 4);
    width: 1290px;
}


.tab-pro-title:before {
    content: none;
}

.df {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.df li {
    /* flex: 1; */
}

.df li a {
    display: block;
    position: relative;
    padding-left: 80px;
}

.tab-pro-title {
    margin-top: 70px;
    margin-bottom: 20px;
    border-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #3b719d;
}

.tab-pro-title h1.icon2-num {
    font-size: 52px;
    font-weight: 400;
    /* display: inline-block; */
    /* float: left; */
    margin-right: 30px;
    line-height: 1em;
    font-family: 'Aeonik-Light';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.stretch {
    transform: scale(1, 1.1);
    transform-origin: 0 0;
}

.tab-pro-title h2 {
    font-weight: 400;
    /* display: grid; */
}

.tab-pro-title h4 {
    font-weight: 400;
    font-size: 16px;
    width: fit-content;
    padding-bottom: 50px;
    font-family: 'Aeonik-Light';
    border-bottom: 0px solid #fff;
    /* transition-duration: .3s; */
    padding-top: 10px;
    white-space: nowrap;
}

.tab-pro-title a.active h4 {
    border-bottom: 2px solid #fff;
    /* transition-duration: .3s; */
    padding-bottom: 50px;
    padding-top: 10px;
}

.tab-pro-title a:hover h2 span {
    border-bottom: 2px solid #fff;
    padding-bottom: 50px;
}

.pro-item {
    overflow: hidden;
    transition: all .3s linear;
    text-align: center;
}

.pro-item img {
    transform: scale(1);
    transition: all .3s linear;
}

.pro-item:hover img {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.pro-item h2 {
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.pro-item button {
    background-color: var(--thm-blue);
    border-color: var(--thm-blue);
    color: var(--thm-white);
    text-align: center;
    cursor: pointer;
}

.pro-item .btn-inq {
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    width: 180px;
    height: 50px;
    line-height: 32px;
    border-radius: 50px;
}

.pro-item:hover h2 {
    color: var(--thm-blue);
}

.pro-c .pro-item h2, .pro-c .pro-item:hover h2 {
    color: var(--thm-white);
}

.tab-brand-title {
    display: block;
    -ms-flex-wrap: block;
    margin-bottom: 4em;
}

.tab-brand-title:before {
    content: none;
}

.tab-brand-title a {
    background-color: #edf2f5;
    border: 1px solid #edf2f5;
    cursor: initial;
}

.tab-brand-content {
    padding-bottom: 50px;
}

.tab-brand-title a {
    display: block;
    font-size: 18px;
    color: #171c29;
    padding: 15px 83px;
    margin: 25px 10px 0px 10px;
    border: 1px solid #eaeaea;
    transition-duration: .3s;
}

/*        .tab-brand-title a:hover {
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        } */

.tab-brand-title li {
    display: inline-block;
}

.rd-text {
    display: block;
    padding: 70px 155px;
    background-color: #edf2f5;
    text-align: justify;
}

.rd-text h2 {
    font-size: 30px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.7em;
}

.rd-text p {
    color: #3a3a3a;
}


.research-box .video-img {
    /* padding: 60px 0; */
    overflow: hidden;
}

.research-box .video-img img {
    display: block;
    width: 100%;
    transition: all .3s linear;
    max-width: 100%;
}

.research-box .video-img {
    position: relative;
}

.research-box .video-img .video-title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    font-size: 50px;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
}

.research-box .video-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    background-color: #000;
    opacity: .6;
    transition: all .3s linear;
}

.research-box:hover .video-img:after {
    opacity: .5;
}

.research-box:hover .video-img img {
    transform: scale(1.1);
}

.research-box .video-player {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: rgb(255 255 255 / 0.6) !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
    transition: all .3s linear;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}

.research-box .video-player {
    font-size: 20px;
}

.research-box:hover .video-player {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 3000px) {

    .container-sm {
        max-width: 2040px;
    }

    .pro-gray {
        margin-right: calc((100vw - 2970px) / 2);
    }

    .pro-gray .cont {
        margin-left: calc((100vw - 2970px) / 4);
        width: 2040px;
    }

    .pro-item img {
        width: 100%;
    }
}

@media screen and (max-width: 1800px) {


    .default-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .container-sm {
        max-width: 1040px;
    }


    .title {
        margin-bottom: 30px;
        line-height: 1.3em;
    }

    .title span {
        font-size: 16px;
    }

    .pro-gray {
        margin-right: calc((100vw - 1210px) / 2);
    }

    .pro-gray .cont {
        margin-left: calc((100vw - 1240px) / 4);
        max-width: 1040px;
    }

    .tab-pro-title h1.icon2-num {
        font-size: 42px;
    }

    .rd-text {
        padding: 30px 65px;
    }

    .rd-text h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1440px) {
    .default-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-sm {
        max-width: 1000px;
    }


    .title {
        margin-bottom: 26px;
        line-height: 1.3em;
        font-size: 40px;
    }

    .title span {
        font-size: 14px;
    }

    .pro-gray {
        background: #edf2f5;
        position: relative;
        z-index: 1;
        max-width: 100%;
        height: auto;
        margin-right: calc((100vw - 1140px) / 2);
    }

    .pro-gray .cont {
        margin-left: calc((100vw - 1180px) / 4);
        width: 940px;
    }

    .tab-pro-title h1.icon2-num {
        font-size: 36px;
    }

    .tab-pro-title h2 {
        font-size: 20px;
    }

    .rd-text {
        padding: 30px 65px;
        margin-bottom: 20px;
    }

    .rd-text h2 {
        font-size: 18px;
    }

    .pro-gray .title {
        margin-bottom: 30px;
    }

    .dep-more {
        padding-top: 40px;
    }

    .tab-pro-title {
        margin-top: 30px;
    }

    .tab-pro-title a.active h4 {
        padding-bottom: 20px;
    }

    .tab-pro-title h4 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .page-banner .tabs li {
        padding: 30px 35px;
    }

    .page-banner .tabs .nav-bar, .page-banner .tabs .nav-bar-f {
        padding: 30px 0 30px;
    }

    .container-sm {
        max-width: 95%;
    }

    #dep-fl {
        padding-right: 100px;
    }

    .pro-gray {
        margin-right: 0;
    }

    .pro-gray .cont {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .default-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .df li a {
        padding-left: 60px;
    }

    .tab-pro-title a.active h4 {
        padding-bottom: 20px;
    }

    .tab-pro-title h1.icon2-num {
        font-size: 32px;
    }

    .swiper-p {
        padding: 60px 0px;
    }

    .tab-brand-title a {
        padding: 12px 60px;
    }

    .container-sm .more-bt2 {
        width: 100px;
        right: 0px;
    }
}

@media screen and (max-width: 760px) {
    .swiper-p {
        padding: 40px 0px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 40px;
    }

    .tab-brand-title a {
        padding: 3px 30px;
        font-size: 16px;
    }

    .tab-brand-content {
        padding-bottom: 20px;
    }

    .default-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-banner {
        position: relative;
        padding-bottom: 0;
    }

    .page-banner .tabs-box {
        position: relative;
    }


    .page-banner img {
        position: relative;
    }

    .news-details .page-banner img, .news-page .page-banner img {
        position: absolute;
    }

    .page-banner .tabs-center {

    }

    .page-banner .tabs li {
        padding: 20px 10px;
    }

    .page-banner .tabs .nav-bar, .page-banner .tabs .nav-bar-f {
        padding: 20px 0 20px;
    }

    .title {
        font-size: 24px;
        margin: 0px;
    }

    h1 {
        font-size: 26px;
    }

    .more-bt2 {
        width: 100px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .pro-item {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .pro-item h2 {
        font-size: 16px;
    }

    .tab-pro-title h2 {
        font-size: 14px;
    }

    .tab-pro-title h2 span {
        font-size: 12px;
    }

    .tab-pro-title h1.icon2-num {
        margin-right: 5px;
    }

    .tab-pro-title a.active h2 span {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .tab-pro-title {
        margin-top: 30px;
        margin-bottom: 0px;
        border: 0px;
    }

    .rd-text {
        padding: 20px 15px;
    }

    .page-banner h1 span {
        font-size: 16px;
    }

    #dep-fl {
        padding-right: 0px
    }

    .container-sm .more-bt2 {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-p .swiper-slide .logo-items {
        padding: 0px;
    }

    .pro-c .product-nav {
        margin-bottom: 10px;
    }

    .dep-more {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .pro-item .btn-inq {
        width: 120px;
        height: 36px;
        line-height: 32px;
        border-radius: 50px;
    }
}

.news-page .page-banner .s-left {
    overflow: hidden;
    height: 100%;
}

.news-page .swiper-news {
    height: 100%;
}

.news-page .swiper-news .news-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
    max-width: 800px;
    max-height: 533px;
}

.news-page .page-banner .s-right {
    position: relative;
}

.news-page .page-banner .s-right .bg-white {
    height: 100%;
    margin-left: 30px;
    padding: 60px 50px;
}

.news-page .page-banner .s-right .bg-white .p2 {
    font-family: 'Aeonik-Light';
    font-size: 18px;
}

.news-page .page-banner .s-right a {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.news-page .page-banner h2 {
    color: #000004;
    font-weight: initial;
    line-height: 1.5;
    /* height: 3em; */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.news-page .news-content {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-page .s-left a {
    height: 100%;
}

.news-page .s-left a .row {
    height: 100%;
}

.news-page .page-banner .s-left .news-text {
    padding: 60px;
    background: #fff;
}

.news-page .page-banner .news-time {
    font-family: 'Aeonik-Light';
    margin-top: 30px;
}

.news-page .page-banner .news-time .p1 {
    font-size: 50px;
    line-height: 50px;
    color: #686e7d;
    transition: all .3s linear;
}

.news-page .page-banner .news-time .p2 {
    color: #686e7d;
    transition: all .3s linear;
    font-size: 18px;
}

.page-banner .news-img img {
}

.news-page .page-banner a {
    display: block;
    padding: 0 15px;
}

#subNav a {
    padding: 0px;
}

.swiper-news-btn {
    position: absolute;
    bottom: 100px;
    width: 130px;
    right: 75px;
}

.swiper-news-btn .swiper-button-prev, .swiper-news-btn .swiper-button-next {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

.swiper-news-btn .swiper-button-prev:after, .swiper-news-btn .swiper-button-next:after {
    color: #ccc;
    font-size: 12px;
}

.news-page .news-l-c {
    padding-top: 0px;
    padding-left: 30px;
    max-width: 1630px;
}

.news-page .news-l-c a {
    display: block;
    margin-bottom: 60px;
    padding-right: 30px;
}

.news-page .news-l-c .news-time {
    font-family: 'Aeonik-Light';
}

.news-page .news-l-c .news-time .p1 {
    font-size: 50px;
    line-height: 50px;
    color: #686e7d;
    transition: all .3s linear;
}

.news-page .news-l-c .news-time .p2 {
    color: #686e7d;
    transition: all .3s linear;
    font-size: 18px;
}

.news-page .news-l-c .news-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
    max-width: 800px;
    max-height: 533px;
}

.news-page .news-l-c img {
    display: block;
    width: 100%;
    transition: all .3s linear;
}

.news-page .news-l-c h2 {
    color: #000004;
    font-weight: initial;
    margin-top: 20px;
    line-height: 1.5;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.news-page .news-l-c .news-content {
    color: var(--thm-gray);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.news-page .news-l-c a:hover .news-time .p2 {
    color: #686e7d;
}

.news-page .news-l-c a:hover img {
    transform: scale(1.1);
}


/*news-details */
.news-details .page-banner {
    padding-bottom: 0;
}

.page-banner .title {
    margin-bottom: 0;
}

.news-details .page-banner .tabs-center {
    position: relative;
    top: initial;
    transform: initial;
    margin-top: 98px;
    padding: 80px 0px;
}

.news-details .icon-list span {
    display: inline-block;
    color: #fff;
    margin-right: 35px;
    font-size: 18px;
}

.news-details .icon-list span:before {
    margin-right: 10px;
}


.news-details ul li:before {
    content: "";
    height: 1.2em;
    line-height: 2.3em;
    width: 1px;
    position: relative;
}

.news-details ul li:first-child:before {
    display: none;
}

.news-details .list-cont .item .date {
    font-family: 'Aeonik-Light';
}

.news-details .list-cont .item .date h1 {
    font-family: auto;
    font-size: 50px;
    margin-bottom: 5px;
}

.news-details .list-cont .title p {
    color: #b2b2b2;
    margin: 20px 0;
}

.news-details .list-cont .title .more {
    text-transform: uppercase;
    color: #141414;
    font-weight: bold;
}

.news-details .list-cont img {
    /* max-width: 300px; */
    width: 100%;
}

.news-details .news-detail-area .list-cont img {
    max-width: 100%;
    width: auto;
}

.news-details .slider-detail-area {
    position: relative;
    padding: 70px 0;
}

.news-details .slider-detail-area .bg-overlay {
    background-image: linear-gradient(45deg, #1895d3, #5053b7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-details .slider-detail-area h1 span {
    color: #fff;
    margin-top: 10px;
    display: block;
}

.news-details .news-detail-area .list-cont .item {
    padding: 0;
    border: 0;
}

.news-details .news-detail-area .list-foot {
    text-align: right;
}

.news-details .news-detail-area .list-foot .jc_share a {
    color: #212529;
    border: 1px solid rgba(0, 0, 0, .5);
    height: 35px;
    line-height: 20px;
    width: 35px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}

.news-details .article_content_line {
    padding-left: 0;
    padding-right: 90px;
    margin-right: 60px;
    border-right: 1px solid #ccc;
}

.news-details .article_content {
    min-height: 500px;
    text-align: justify;
}

.news-details .jc_share a {
    display: block;
    margin-bottom: 10px;
}

.news-details .more:hover i {
    color: var(--thm-blue);
}

.news-details .more {
    width: 58px;
    text-align: center;
    display: block;
}

.icon-news-more i {
    text-align: center;
    width: 58px;
    display: inline-block;
    font-size: 18px;
    border-radius: 50px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.icon-news-more i {
    color: #b2b2b2;
}

.article_content p {
    color: #3a3a3a;
    margin-bottom: 1em;
}

.news-details .jc_share a {
    color: #6c757d;
    border-color: #edf2f5;
    background: #edf2f5;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background-image: none;
    border-radius: 50px;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    transition: all .3s linear;
}

.news-details .jc_share a:hover {
    color: var(--thm-blue);
    border-color: #c6c6c6;
}

.news-details .jc_share h3:hover {
    color: var(--thm-blue);
}

.jc_share {
    margin-top: 30px;
    margin-bottom: 30px;
}

.jc_share h3 {
    margin-top: 13px;
    display: block;
    width: 58px;
    text-align: center;
}

.news-details .more h3 {
    width: 58px;
    text-align: center;
}

.right-n-list {
    text-align: left;
}

.right-n-list .p2 {
    font-family: 'Aeonik-Light';
}

.nright-n-list .bg-white {
    height: 100%;
    margin-left: 30px;
    padding: 60px 50px;
}

.right-n-list a {
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.right-n-list a:hover {
    border-bottom: 1px solid var(--thm-blue);
}

.right-n-list a:hover h2 {
    color: var(--thm-blue);
}

.right-n-list a h2 {
    color: #000004;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-box {
    margin-top: 110px;
}

.page-box .prev-page {
}

.page-box .next-page {
    text-align: right;
}

.page-box .prev-page a, .page-box .next-page a {
    display: block;
    color: #000004;
    margin: 10px 0;
}

.page-box .prev-page a:hover, .page-box .next-page a:hover {
    color: var(--thm-blue);
}

.page-box .prev-page a h3, .page-box .next-page a h3 {
    line-height: 1.5em;
}

@media screen and (min-width: 3200px) {
    .news-page .news-l-c {
        max-width: 3030px;
    }

    .default-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .tab-pro-title {
        margin-top: 90px;
        margin-bottom: 45px;
    }

    .news-page .page-banner .s-left {
        height: 700px;
    }

    .news-page .news-content {
        line-height: 2;
        -webkit-line-clamp: 5;
        margin-top: 30px;
    }

    .news-page .page-banner h2 {
        line-height: 2;
        margin-bottom: 20px;
    }

    .news-page .page-banner .s-right a {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .news-page .page-banner .news-time {
        margin-top: 60px;
    }

    .swiper-news-btn {
        bottom: 150px;
        right: 100px;
    }

    .swiper-p .swiper-wrapper {
        height: 800px;
    }
}


@media screen and (max-width: 1800px) {
    .swiper-news-btn {
        bottom: 90px;
    }

    .news-page .page-banner .s-right .bg-white {
        margin-left: 30px;
        padding: 50px 40px;
    }

    .news-page .page-banner .s-left .news-text {
        padding: 50px;
    }

    .news-page .news-l-c {
        max-width: 1270px;
    }
}

@media screen and (max-width: 1440px) {
    .swiper-news-btn {
        bottom: 70px;
    }

    .news-page .page-banner .s-right .bg-white {
        margin-left: 30px;
        padding: 30px 30px;
    }

    .news-page .page-banner .s-left .news-text {
        padding: 30px;
    }

    .news-page .news-l-c {
        max-width: 1170px;
    }
}

@media screen and (max-width: 1200px) {
    .news-page .page-banner .s-right .bg-white {
        margin-left: 30px;
        padding: 20px 20px;
    }

    .news-page .page-banner .s-left .news-text {
        padding: 20px;
    }

    .news-page .page-banner a {
        padding: 0;
    }

    .news-page .page-banner {
        position: relative;
        padding-bottom: 0;
    }

    .news-page .page-banner .tabs-box {
        position: relative;
        background-color: #25688f;
    }

    .news-page .news-l-c {
        max-width: 930px;
        padding-left: 0px;
    }

    .news-page .news-l-c a {
        padding-right: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .news-page .page-banner .tabs-center .s-right {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .news-page .page-banner .tabs-center {
        position: relative;
        top: initial;
        transform: initial;
        margin-top: 80px;
        padding: 50px 0px 50px;
    }

    .news-page .page-banner h2 {
        margin-bottom: 0;
    }

    .news-page .page-banner .news-img img {
        height: auto;
        display: block;
        position: relative;
        object-fit: initial;
    }

    .news-page .s-left a {
        height: auto;
    }

    .news-page .s-left a .row {
        height: auto;
        margin: 0px;
    }

    .news-page .swiper-news {
        height: auto;
    }

    .news-page .news-l-c {
        padding-left: 15px;
    }

    .news-details .page-banner .tabs-center {
        margin-top: 80px;
        padding: 80px 0px 150px;
    }
}

@media screen and (max-width: 991.98px) {
    .news-page .page-banner .tabs-center .row {
        padding: 0px;
        margin: 0px;
    }

    .news-page .page-banner .tabs-center {
        margin-top: 60px;
        padding: 20px 0px 30px;
    }

    .news-details .page-banner .tabs-center {
        margin-top: 60px;
        padding: 40px 0px;
    }
}


@media screen and (max-width: 800px) {
    .swiper-news-btn {
        bottom: -30px;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .swiper-news-btn .swiper-button-prev, .swiper-news-btn .swiper-button-next {
        display: none;
    }

    .swiper-pagination {
        display: block;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .news-page .page-banner .news-time {
        display: none;
    }

    .news-page .page-banner a {
        font-size: 14px;
    }

    .news-page .news-l-c .news-img {
        margin-top: 10px;
    }

    .news-page .news-l-c .news-time .p1 {
        font-size: 30px;
        line-height: 30px;
    }

    .news-page .news-l-c a {
        margin-bottom: 30px;
    }

    .news-page .news-l-c .news-content {
        margin-top: 10px;
    }

    .news-page .news-l-c h2 {
        margin-top: 10px;
        height: auto;
    }

}

@media screen and (min-width: 801px) {
    .tabs-center .swiper-pagination {
        display: none;
    }
}


@media screen and (min-width: 3500px) {
}

@media screen and (max-width: 1800px) {
    .news-details .article_content_line {
        padding-right: 50px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1440px) {

    .news-details .article_content_line {
        padding-right: 40px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .news-details .article_content_line {
        padding-right: 30px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1000px) {

    .jc_share {
        display: none;
    }

    .page-box .next-page {
        text-align: left;
    }

    .page-box .prev-page a, .page-box .next-page a {
        margin: 0;
    }

    .news-details .more {
        position: absolute;
        right: 0;
        bottom: 8px;
    }

    .page-box {
        margin-bottom: 30px;
        background: #eee;
        padding: 15px;
        margin-top: 0px;
    }

    .news-details .article_content_line {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        margin-top: 20px;
    }

    .df li {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .news-details .article_content {
        min-height: auto;
        padding-bottom: 50px;
    }

}


@media screen and (max-width: 760px) {
    .tab-pro-title h1.icon2-num {
        display: none;
    }

    .df {
        justify-content: initial;
    }

    .df li {
        width: 50%;
        margin-bottom: 10px;
        float: left;
    }

    .df li a {
        padding-left: 0px;
    }

    .tab-pro-title h4 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .tab-pro-title a.active h4 {
        padding-bottom: 10px;
    }

    .tab-brand-title {
        margin-bottom: 2em;
    }
}





