.w1400 {
    margin: 0 auto;
    width: 73.57%;
}

.w1600 {
    margin: 0 auto;
    width: 84.08%;
}

.w1760 {
    margin: 0 auto;
    width: 92.5%;
}

.w1200 {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.swiper-slide, .swiper-wrapper {
    height: auto !important;
}

.swiper-pagination-progress {
    background-color: rgba(51,51,51,.2);
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background-color: #003686;
    }

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #f2f2f2;
}

.section1 .swiper-scrollbar {
    bottom: 0;
    display: block !important;
    padding-bottom: 18px;
    height: 0;
    border-top: 1px solid rgba(51,51,51,.2);
    border-radius: 0;
    background: 0 0;
    opacity: 1 !important;
    cursor: pointer;
}

.swiper-scrollbar-drag {
    margin-top: -18px;
    height: 35px;
    background: url(../images/mouse.png) center no-repeat;
    background-size: 220px auto;
}

.swiper-, .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    background-color: rgba(51,51,51,.2);
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination .swiper-pagination-current {
    color: #333;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    background: url(http://baixiang.ctmon.com.cn/PC/images/in-prev1.png) no-repeat 50%;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,.4);
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
    background: url(http://baixiang.ctmon.com.cn/PC/images/in-prev1.png) no-repeat 50%;
    transform: rotate(180deg);
}

.swiper-button-prev:hover {
    border-color: #ea1313;
    background: url(../images/in-hprev.png) no-repeat 50%;
}

.swiper-button-next:hover {
    border-color: #ea1313;
    background: url(../images/in-hprev.png) no-repeat 50%;
    transform: rotate(180deg);
}

.c-prev {
    position: relative;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .5s;
}

.c-prev {
    background-image: url(../images/in-prev.png);
}

.c-next {
    width: 7px;
    height: 12px;
    background-image: url(../images/in-prev.png);
    transform: rotate(180deg);
}

.c-arrows1 .c-prev {
    left: 0;
    border: 1px solid rgba(34,34,34,.2);
    background-image: url(../images/in-hprev.png);
    transform: translateY(-50%);
}

.c-arrows1 .c-next {
    right: 0;
    background-image: url(../images/in-hprev.png);
    transform: translateY(-50%) rotate(180deg);
}

.c-arrows1 .c-prev:hover {
    background-image: url(../images/in-prev.png);
}

.c-arrows1 .c-next:hover {
    background-image: url(../images/in-prev.png);
    transform: translateY(-50%) rotate(180deg);
}

.c-arrows1 .c-next, .c-arrows1 .c-prev {
    position: absolute;
    top: 50%;
}

.c-arrows1 .c-loading {
    border: 1px solid rgba(34,34,34,.2);
}

.banner .c-arrows {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: 56px;
    transform: translateY(-50%);
}

.banner .c-prev {
    position: absolute;
    left: 4%;
}

.banner .c-next {
    position: absolute;
    right: 4%;
}

.c-loading {
    position: relative;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .5s;
}

    .c-loading:hover {
        background-color: #1050b4;
    }

.c-prev:hover {
    border-color: #1050b4;
    background-color: #1050b4;
}

.c-loading .left, .c-loading .right {
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
    overflow: hidden;
    width: 28px;
    height: 56px;
}

.c-loading .right {
    top: -1px;
    right: -1px;
    left: auto;
}

    .c-loading .left:after, .c-loading .right:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        width: 28px;
        height: 56px;
        border: 2px solid #1050b4;
        border-right: 0;
        border-radius: 28px 0 0 28px;
        content: "";
    }

.c-loading:hover .left:after, .c-loading:hover .right:after {
    border-color: #1050b4;
}

.c-loading .right:after {
    position: absolute;
    display: block;
    border: 2px solid #1050b4;
    border-left: 0;
    border-radius: 0 28px 28px 0;
    content: "";
}

.c-loading.active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-name: spin-left;
}

.c-loading.active .right:after {
    transform-origin: left center;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-name: spin-right;
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.c-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: flex;
    color: #686868;
    font-size: 24px;
    line-height: 1;
    transform: translate(-50%,-50%);
    align-items: flex-end;
}

    .c-pagination .c-p1, .c-pagination .c-p2 {
        color: #fff;
        font-size: 22px;
        font-family: Poppins-SemiBold;
    }

    .c-pagination .c-p2 {
        color: rgba(255,255,255,.5);
    }

        .c-pagination .c-p2 em {
            display: inline-block;
            margin: 0 3px;
            color: #fff;
            vertical-align: 1px;
            font-size: 15px;
        }

.c-dot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.banner .c-dot {
    bottom: 35px;
}

.c-dot .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
}

.loading {
    position: relative;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background: 0 0;
}

    .loading.swiper-pagination-bullet-active {
        border-color: rgba(255,255,255,.2);
    }

    .loading .c-progress {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        transition: all .8s;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

    .loading.swiper-pagination-bullet-active .c-progress {
        background-color: #fff;
    }

    .loading .left, .loading .right {
        position: absolute;
        top: -1px;
        left: -1px;
        overflow: hidden;
        overflow: hidden;
        width: 10px;
        height: 20px;
        opacity: 0;
    }

    .loading.swiper-pagination-bullet-active .left, .loading.swiper-pagination-bullet-active .right {
        opacity: 1;
    }

    .loading .right {
        top: -1px;
        right: -1px;
        left: auto;
    }

        .loading .left:after, .loading .right:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 10px;
            height: 20px;
            border: 2px solid #67d53d;
            border-right: 0;
            border-radius: 12px 0 0 12px;
            content: "";
        }

        .loading .right:after {
            position: absolute;
            display: block;
            border: 2px solid #67d53d;
            border-left: 0;
            border-radius: 0 12px 12px 0;
            content: "";
        }

    .loading.swiper-pagination-bullet-active .left:after {
        transform-origin: right center;
        animation-fill-mode: forwards;
        animation-duration: 3.9s;
        animation-timing-function: linear;
        animation-name: spin-left;
    }

    .loading.swiper-pagination-bullet-active .right:after {
        transform-origin: left center;
        animation-duration: 3.9s;
        animation-timing-function: linear;
        animation-name: spin-right;
    }

.c-dot1 .loading .c-progress {
    background: rgba(153,153,153,.5);
}

.c-dot1 .loading.swiper-pagination-bullet-active {
    border-color: rgba(153,153,153,.2);
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popvideo iframe {
    width: 100%;
}

.popvideo video {
    width: 100%;
    object-fit: fill;
}

.popvideobg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}

.popvideobox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}

.popvideo {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
}

.close-video-btn {
    position: absolute;
    top: 4%;
    right: 3.5%;
    z-index: 9;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .close-video-btn:after {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .close-video-btn:after, .close-video-btn:before {
        position: absolute;
        top: 10px;
        width: 30px;
        height: 2px;
        background-color: #f52218;
        content: "";
    }

    .close-video-btn:before {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

.videobox-font {
    margin: 25px auto 0;
    padding: 16px 6px;
    width: 240px;
    border: 1px solid hsla(0,0%,100%,.3);
    background: url(http://baixiang.ctmon.com.cn/PC/images/ab-bgm9.jpg) no-repeat 50%;
    background-size: cover;
    color: #fff;
    font-size: 18px;
}

    .videobox-font em, .videobox-font span {
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transition: .5s;
    }

    .videobox-font span {
        margin-right: 30px;
    }

    .videobox-font:hover span {
        margin-right: 15px;
    }

.btn-phone {
    display: none;
    width: 26px;
}

.headfixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: all .5s;
}

.headfixed3::before {
    display: none;
}

.headfixed.headerbgm, .headfixed-on, .hheaderbgm {
    background: #fff;
    box-shadow: 0 0 103px 0 rgba(0,0,0,.05);
    transition: all .5s;
}

.headfixed-on {
    position: initial;
    background-color: #1050b4;
}

.headfixed1 {
    border-bottom: 1px solid rgba(51,51,51,.05);
    background: #fff;
}

.hheaderbgm {
    background: #fff;
}

.headfixed.headerbgm .language span, .headfixed.hheaderbgm .language span, .headfixed1 .language span {
    color: rgba(51,51,51,.4);
}

.headfixed.headerbgm .header-button, .headfixed.hheaderbgm .header-button {
    background: url(../images/in-hssicon.png) no-repeat 50%;
}

.headfixed.Noheadfixed {
    opacity: 0;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
}

.headfixed.headerbgm::before, .headfixed1::before {
    display: none;
}

.headfixed .headfixed-show {
    position: relative;
    z-index: 3;
    padding: 0 4%;
    transition: all .8s;
    align-items: center;
}

.headfixed .logo {
    position: relative;
}

.headfixed .logo_img {
    margin-right: .3rem;
    padding-right: .3rem;
    border-right: 1px solid rgba(255,255,255,.2);
    height: 50px;
}

.headfixed .logo img {
    margin: 0;
    height: 100%;
}

.headfixed .logo .himg, .headfixed.headerbgm .logo .img, .headfixed.hheaderbgm .logo .img, .headfixed1 .logo .img {
    display: none;
}

.headfixed.headerbgm .logo .himg, .headfixed.hheaderbgm .logo .himg, .headfixed1 .logo .himg {
    display: block;
}

.headfixed .logo_font {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
}

    .headfixed .logo_font span {
        letter-spacing: 1px;
    }

.headfixed .menu-list {
    width: 45%;
    align-items: center;
}

.headfixed .btn-list {
    width: 20px;
}

.headfixed .btn-right {
    width: 100%;
}

.headfixed .btn-menu {
    display: none;
    margin: 0 auto;
}

    .headfixed .btn-menu .mobile-nav {
        display: block;
        width: 36px;
        height: 36px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        line-height: 36px;
    }

.headfixed .toggle-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
}

    .headfixed .toggle-btn span {
        position: absolute;
        left: 50%;
        width: 20px;
        height: 2px;
        background: #333;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

        .headfixed .toggle-btn span:first-child {
            top: 8px;
        }

        .headfixed .toggle-btn span:nth-child(2) {
            top: 50%;
            width: 20px;
        }

        .headfixed .toggle-btn span:last-child {
            bottom: 6px;
        }

    .headfixed .toggle-btn.cur span:first-child {
        -webkit-transform: translate(-50%,7px) rotate(45deg);
        -o-transform: translate(-50%,7px) rotate(45deg);
        transform: translate(-50%,7px) rotate(45deg);
        -ms-transform: translate(-50%,7px) rotate(45deg);
    }

    .headfixed .toggle-btn.cur span:nth-child(2) {
        opacity: 0;
    }

    .headfixed .toggle-btn.cur span:last-child {
        bottom: 10px;
        -webkit-transform: translate(-50%,-3px) rotate(-45deg);
        -o-transform: translate(-50%,-3px) rotate(-45deg);
        transform: translate(-50%,-3px) rotate(-45deg);
        -ms-transform: translate(-50%,-3px) rotate(-45deg);
    }

.mobile-nav-box {
    position: fixed;
    top: 63px;
    left: 0;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    padding: 0 0 60px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ddd;
    background: #fff;
}

.headfixed .mobile-nav-box .tit {
    position: relative;
    padding: 0 5%;
    color: #282828;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
}

.headfixed .mobile-nav-box .mobile-ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.headfixed .mobile-nav-box .head-subnav {
    display: none;
    padding: 12px 3.5%;
    width: 100%;
    background: #f5f5f5;
}

    .headfixed .mobile-nav-box .head-subnav a {
        position: relative;
        display: inline-block;
        padding: 6px 15px;
        width: 100%;
        color: #333;
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
    }

.headfixed .head-suba {
    position: relative;
    display: none;
    padding: 0 20px;
}

.headfixed .mobile-nav-box .head-subnav a {
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    width: 100%;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

    .headfixed .mobile-nav-box .head-subnav a.stit {
        font-size: 16px;
    }

.headfixed .head-tit {
    position: relative;
    padding: 15px 0;
}

.headfixed .mobile-nav-box .mobile_down, .headfixed .mobile-nav-box .smobile_down {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 5;
    display: block;
    width: 150px;
    height: 100%;
    transform: translateY(-50%);
}

.headfixed .mobile-nav-box .smobile_down {
    right: 1.5%;
}

    .headfixed .mobile-nav-box .mobile_down:before, .headfixed .mobile-nav-box .smobile_down::before {
        position: absolute;
        top: 20px;
        right: 0;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #222;
        border-left: 1px solid #222;
        content: "";
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

.headfixed .link_tit.cur .smobile_down:before {
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.language {
    position: relative;
    text-align: center;
}

    .language a, .language span {
        display: inline-block;
        padding: 3px 0;
        color: #fff;
        vertical-align: middle;
        font-size: 18px;
    }

    .language span {
        margin: 0 5px;
        color: rgba(255,255,255,.4);
        font-size: 16px;
    }

    .language a {
        border-bottom: 2px solid transparent;
    }

.app-lanu {
    display: none;
    padding: 20px 0;
    text-align: center;
}

    .app-lanu a {
        display: inline-block;
        padding: 2px 20px;
        color: #333;
        line-height: 24px;
    }

        .app-lanu a.active {
            border-radius: 30px;
            background: #e62129;
            color: #fff;
        }

.btn-psearch .toggle-search {
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: all .8s;
}

.btn-psearch img, .btn-psearch span {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.headfixed.headerbgm .btn-psearch .toggle-search, .headfixed.hheaderbgm .btn-psearch .toggle-search, .headfixed1 .btn-psearch .toggle-search {
    color: #333;
}

.header-button {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    border-radius: 50%;
    background: url(../images/in-hssicon.png) no-repeat center;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    cursor: pointer;
}

.toggle-search.open:after {
    top: 40px;
    color: #fff;
}

.header_sbtn {
    display: none;
}

.search-form {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: height,.5s;
    -moz-transition: height,.5s;
    -o-transition: height,.5s;
    transition: height,.5s;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .search-form.open {
        height: 200px;
        border: 1px solid #f1f1f1;
    }

    .search-form fieldset {
        position: relative;
        z-index: 9;
        display: flex;
        padding: 0;
        width: 40%;
        border: none;
        border: 1px solid #dfdede;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .search-form .search {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px 0 20px;
        width: calc(100% - 60px);
        height: 50px;
        border: none;
        background: #fff;
        color: #666;
        font-size: 18px;
    }

    .search-form .header-btn {
        margin: 0;
        padding: 0;
        width: 60px;
        height: 50px;
        border: none;
        color: #333;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 50px;
        cursor: pointer;
    }

.btn-line {
    position: relative;
    margin: 0 18%;
    width: 1px;
    height: 100px;
    background: rgba(51,51,51,.07);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -ms-transition: .5s;
}

    .btn-line:before {
        position: absolute;
        top: 50%;
        width: 1px;
        height: 16px;
        background-color: #999;
        content: "";
        transform: translateY(-50%);
    }

.headfixed .menu-pcul {
    padding-right: .65rem;
    width: calc(100% - 20px);
}

    .headfixed .menu-pcul li {
        vertical-align: top;
    }

        .headfixed .menu-pcul li > a {
            position: relative;
            display: block;
            color: #fff;
            text-align: center;
            font-size: 16px;
            line-height: 90px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

.headfixed.headerbgm .menu-pcul li > a {
    line-height: 80px;
}

.headfixed .menu-pcul li .head-subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 120px;
    border-top: 1px solid rgba(6,64,129,.07);
    background: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    pointer-events: none;
}

.menu-list > ul > li:hover .head-subnav {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    pointer-events: auto;
}

.headfixed .link_tit {
    position: relative;
    padding: 5px;
}

.headfixed .menu-pcul li > a:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 1;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #1050b4;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: translateX(-50%);
}

.headfixed .menu-pcul li.cur > a:after, .headfixed .menu-pcul li:hover > a:after {
    width: 100%;
}

.headfixed.headerbgm .language a, .headfixed.headerbgm .menu-pcul li > a, .headfixed.hheaderbgm .language a, .headfixed.hheaderbgm .menu-pcul li > a, .headfixed1 .language a, .headfixed1 .menu-pcul li > a {
    color: #333;
}

.headfixed.headerbgm .logo_font, .headfixed.hheaderbgm .logo_font, .headfixed1 .logo_font {
    color: #777;
}

.headfixed.headerbgm .logo_img, .headfixed.hheaderbgm .logo_img, .headfixed1 .logo_img {
    border-right: 1px solid rgba(153,153,153,.2);
}

.headfixed .language a.active, .headfixed .language a:hover {
    border-bottom: 2px solid #1050b4;
    color: #1050b4;
}

.menu-list h3 a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: none;
    width: 0;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.headfixed .head-sublink {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
}

.headfixed .menu-pcul li {
    position: relative;
}

    .headfixed .menu-pcul li.proli {
        position: static;
    }

        .headfixed .menu-pcul li.proli .head-subnav {
            padding: 0 13.2%;
            min-width: 100%;
            background-color: #f8f9fb;
        }

.headfixed .head-sublink a {
    display: block;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(51,51,51,.07);
    color: #333;
    text-align: center;
    line-height: 1.5;
}

    .headfixed .head-sublink a:hover {
        background: #f8f9fb;
        color: #008cd6;
    }

.headfixed .head_tab {
    margin-top: 40px;
    margin-bottom: 50px;
}

.headfixed .head_tabli {
    margin-right: 1%;
    padding: 10px 18px;
    border-radius: 23px;
    color: #010511;
    font-size: 18px;
    cursor: pointer;
}

    .headfixed .head_tabli.active {
        /* background-color: #17c32f; */
        color: #fff;
    }

    .headfixed .head_tabli:last-child {
        margin-right: 0;
    }

.headfixed .head_proimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 155px;
    background-color: #fff;
}

    .headfixed .head_proimg img {
        width: 50%;
    }

.headfixed .head_proct {
    flex-wrap: wrap;
}

.headfixed .head_proli {
    position: relative;
    display: none;
    overflow: hidden;
}

    .headfixed .head_proli:first-child {
        display: block;
    }

.headfixed .head_protit {
    padding: 10px;
    color: #010511;
    text-align: center;
    font-size: 18px;
}

.headfixed .head_proctli {
    position: relative;
    margin-right: 2%;
    width: 14.6666%;
}

    .headfixed .head_proctli:last-child {
        margin-right: 0;
    }

.headfixed .head_proBox .more {
    margin-top: 30px;
    margin-bottom: 85px;
}

.headfixed .head_proctli:hover .head_protit {
    color: #008cd6;
}

.banner .pub-mbanner img, .banner .pub-pbanner img {
    margin: 0 auto;
    width: 100%;
}

.banner .swiper-img {
    position: relative;
    display: block;
}

.banner .swiper-fontlist {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.banner .pub-mbanner {
    display: none;
}

.banner .swiper-font {
    position: relative;
    z-index: 5;
    padding: 0 4%;
}

.banner .swiper_ltit {
    color: #fff;
    letter-spacing: 2px;
    font-size: 30px;
    align-items: flex-end;
}

    .banner .swiper_ltit img {
        margin: 0;
    }

    .banner .swiper_ltit span {
        display: block;
        margin-bottom: -8px;
        margin-left: -20px;
    }

.banner .swiper_rtit {
    padding-left: 35px;
    color: #fff;
    font-size: .48rem;
    line-height: 1.35;
}

.banner .swiper_dec {
    display: inline-block;
    margin-bottom: 35px;
    padding: 8px 25px 6px 25px;
    border-radius: 30px;
    background: url(../images/in-bgm1.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 22px;
}
/* .banner .pub-banner-font .tit,.banner .swiper-img .more,.banner .swiper_dec,.banner .swiper_ltit,.banner .swiper_rtit p,.pub-banner-font .dec,.pub-banner-font .more{opacity:1;transform:translateY(.5rem);} */
.banner.go .banner_img {
    transform: none;
}

.banner .banner_img {
    transition: transform 3s cubic-bezier(.25,.74,.22,.99) 0s;
    transform: scale(1.3);
}

.banner .swiper-slide-active .swiper-img .more, .banner .swiper-slide-active .swiper_dec, .banner .swiper-slide-active .swiper_ltit, .banner .swiper-slide-active .swiper_rtit p, .banner .swiper-wrapper.flexlf .swiper-img .more, .banner .swiper-wrapper.flexlf .swiper-slide .swiper_ltit, .banner .swiper-wrapper.flexlf .swiper-slide .swiper_ltit p, .banner .swiper-wrapper.flexlf .swiper_dec, .banner.go .pub-banner-font .dec, .banner.go .pub-banner-font .more, .banner.go .pub-banner-font .tit {
    opacity: 1;
    transition: all 1s cubic-bezier(.25,.74,.22,.99) 0s;
    transition-delay: 1s;
    transform: none;
}

    .banner .swiper-slide-active .swiper_ltit, .banner .swiper-slide-active .swiper_rtit p, .banner .swiper-wrapper.flexlf .swiper-slide .swiper_ltit, .banner .swiper-wrapper.flexlf .swiper-slide .swiper_ltit p, .banner.go .pub-banner-font .dec {
        transition-delay: 1.2s;
    }

.banner.index .banner_img {
    height: calc(100vh - 165px);
}

.banner .swiper-slide-active .swiper-img .more, .banner .swiper-wrapper.flexlf .swiper-img .more, .banner.go .pub-banner-font .more {
    transition-delay: 1.5s;
}

.moreBox {
    text-align: center;
}

.more {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 15px 15px 15px 30px;
    border-radius: 28px;
    background-color: #17c32f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

    .more em {
        margin-left: 25px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: rgba(0,0,0,.1);
        text-align: center;
        font-weight: 700;
        font-size: 12px;
        line-height: 26px;
    }

    .more em, .more span {
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        -ms-transition: 1s;
    }

    .more:hover em {
        transform: translateX(-6px);
    }

    .more::before {
        position: absolute;
        top: 0;
        left: -45px;
        width: 25px;
        height: 100%;
        background: #fff;
        content: ' ';
        opacity: .3;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .more:hover {
        background: #68d73d;
    }

        .more:hover::before {
            left: calc(100% + 45px);
            width: 35px;
        }

.banner .swiper-img .more {
    margin: 55px 0 0;
}

.more img {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -ms-transition: 1.5s;
}

.popupBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    display: none;
    width: 50%;
    transform: translate(-50%,-50%);
}

    .popupBox .close {
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 9999;
        width: 40px;
        height: 40px;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        cursor: pointer;
    }

        .popupBox .close:hover {
            color: #17c32f;
        }

    .popupBox .popcont {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        background-color: #f8f9fc;
    }

    .popupBox .contact1_ul {
        padding: 8%;
        background: url(../images/co-bgm1.jpg) no-repeat center;
        background-size: cover;
    }

    .popupBox .popcont_tit {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 15%;
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: .48rem;
        line-height: 1.25;
        transform: translate(-50%,-50%);
    }

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.d2 {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.in_stit, .in_tit {
    position: relative;
    z-index: 2;
    text-align: center;
}

.tlf {
    text-align: left;
}

.in_tit .tit {
    color: #333;
    font-size: 0.48rem;
    line-height: 1.3;
}

.in_tit .tit2 {
    color: #3f51b5;
}

.about1 .about1_dec, .in_tit .dec, .section3 .section3_dec {
    color: #010511;
    font-size: 24px;
}

.in_tit .dec {
    margin-top: 22px;
}

.in_tit .dec1 {
    margin-top: 12px;
    color: #777;
}

.about1 .about1_dec, .in_tit .dec span, .in_tit .tit span, .section3 .section3_dec span {
    color: #15499a;
}

.in_tit .tit span {
    font-size: .56rem;
    font-family: Poppins-Regular;
    line-height: 1;
}

.pors {
    position: relative;
}

.section1 {
    background: url(../images/in-bgm2.jpg) no-repeat center bottom;
    background-size: cover;
    flex-wrap: wrap;
}

    .section1 .section1_left {
        padding-right: 9%;
        padding-left: 7.8%;
        width: 41%;
    }

    .section1 .more {
        margin-top: 13%;
    }

    .section1 .section1_right {
        width: 59%;
    }

    .section1 .section1_tit {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 35px 50px;
        color: #fff;
        font-size: .3rem;
    }

    .section1 .c-arrows {
        position: absolute;
        bottom: 100px;
        left: 7.8%;
        z-index: 2;
        width: 135px;
        height: 56px;
    }

    .section1 .swiper-container {
        padding-bottom: 145px;
    }

.section2 {
    background: url(../images/in-bgm3.jpg) no-repeat center;
    background-size: cover;
}

    .section2 .in_tit {
        padding-right: 5%;
    }

    .section2 .swiper-container {
        overflow: initial;
        margin-top: 5%;
    }

    .section2 .swiper-wrapper {
        flex-wrap: wrap;
    }

    .section2 .swiper-slide {
        overflow: hidden;
        margin-right: 1.8%;
        width: 23.65%;
        border-radius: 3px;
        background: rgba(255,255,255,.5);
        transition: all .8s;
    }

        .section2 .swiper-slide::before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            border: solid 2px rgba(255,255,255,.5);
            content: "";
            transition: all .8s;
        }

        .section2 .swiper-slide:hover::before {
            opacity: 0;
        }

        .section2 .swiper-slide:last-child {
            margin-right: 0;
        }

    .section2 .section2_iconBox {
        position: relative;
        margin: 0 auto;
        margin-bottom: 45px;
        width: 270px;
        height: 270px;
        background: url(../images/in-bgm5.png) no-repeat center;
        background-size: cover;
    }

        .section2 .section2_iconBox em {
            display: block;
        }

        .section2 .section2_iconBox .img1 {
            width: 40px;
            height: 40px;
            background: url(../images/in_sprites.png) 0 -368px no-repeat;
        }

        .section2 .section2_iconBox .img2 {
            width: 40px;
            height: 40px;
            background: url(../images/in_sprites.png) 0 -328px no-repeat;
        }

        .section2 .section2_iconBox .img3 {
            width: 32px;
            height: 40px;
            background: url(../images/in_sprites.png) 0 -288px no-repeat;
        }

        .section2 .section2_iconBox .img4 {
            width: 44px;
            height: 40px;
            background: url(../images/in_sprites.png) 0 -408px no-repeat;
        }

    .section2 .section2_tit {
        color: #010511;
        text-align: center;
        font-size: 24px;
    }

    .section2 .section2_line {
        margin: 22px auto;
        width: 16px;
        height: 4px;
        background-color: #17c32f;
    }

    .section2 .section2_num {
        color: rgba(21,73,154,.05);
        text-align: center;
        font-size: 1.2rem;
        font-family: Poppins-Regular;
        line-height: 1;
        transform: translateY(30%);
    }

    .section2 .section2_hdiv {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: url(../images/in-bgm4.png) no-repeat center;
        background-size: cover;
        opacity: 0;
        transition: all .8s;
    }

    .section2 .section2_hdivct {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 10%;
        width: 100%;
        transform: translate(-50%,-50%);
    }

    .section2 .section2_hdiv .section2_tit, .section3 .section3_numLi:hover .section3_en, .section3 .section3_numLi:hover .section3_nbot .dec, .section3 .section3_numLi:hover .section3_nbot .num {
        color: #fff;
    }

    .section2 .section2_lline {
        margin: 16% auto;
        width: 1px;
        height: 48px;
        background: rgba(227,230,232,.2);
    }

    .section2 .section2_snum {
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-family: Poppins-Regular;
    }

    .section2 .section2_dec {
        color: #fff;
        text-align: center;
        line-height: 2;
    }

    .section2 .swiper-slide:hover {
        box-shadow: 0 25px 54px 0 rgba(16,80,180,.4);
    }

        .section2 .swiper-slide:hover .section2_sdiv {
            opacity: 0;
            transition: all .8s;
        }

        .section2 .swiper-slide:hover .section2_hdiv {
            opacity: 1;
        }

.section3 .section3_tleft, .section3 .section3_tright {
    width: 50%;
}

    .about1 .about1_left img, .section3 .section3_tleft img {
        margin: 0;
    }

.about1 .about1_tit, .section3 .section3_tit {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #15499a;
    letter-spacing: 1px;
    font-size: 20px;
}

.section3 .section3_tright {
    padding-left: 20px;
}

.section3 .section3_tdec {
    margin-bottom: 60px;
    color: #777;
    line-height: 2;
}

.section3 .section3_numLi {
    position: relative;
    padding: 2.4%;
    width: 33.333%;
    border-right: 1px solid #eaebed;
    background: url(../images/in-bgm7.png) #f9fafc no-repeat center;
    background-size: cover;
    transition: all .8s;
}

    .section3 .section3_numLi:last-child {
        border-right: 0;
    }

.section3 .section3_ntop {
    margin-bottom: 25px;
}

.section3 .section3_icon {
    position: relative;
    width: 215px;
    height: 210px;
    background: url(../images/in-bgm6.png) no-repeat right top;
    background-size: cover;
    transition: all .8s;
}

.section3 .section3_numLi:hover .section3_icon {
    background: url(../images/in-hbgm6.png) no-repeat right top;
    background-size: cover;
}

.about2 .about2_icon em, .section3 .section3_icon em {
    position: absolute;
    left: 50%;
    display: block;
    width: 65px;
    height: 48px;
    transform: translateX(-50%);
}

.section3 .section3_icon em {
    top: 32%;
}

.about2 .about2_icon em {
    top: -18%;
}

.about2 .about2_icon .img1, .section3 .section3_icon .img1 {
    background: url(../images/in_sprites.png) 0 -96px no-repeat;
}

.about2 .about2_icon .himg1, .section3 .section3_icon .himg1 {
    background: url(../images/in_sprites.png) 0 -144px no-repeat;
    opacity: 0;
}

.about2 .about2_icon .img2, .section3 .section3_icon .img2 {
    background: url(../images/in_sprites.png) 0 -48px no-repeat;
}

.about2 .about2_icon .himg2, .section3 .section3_icon .himg2 {
    background: url(../images/in_sprites.png) 0 -240px no-repeat;
    opacity: 0;
}

.about2 .about2_icon .img3, .section3 .section3_icon .img3 {
    background: url(../images/in_sprites.png) 0 0 no-repeat;
}

.about2 .about2_icon .himg3, .section3 .section3_icon .himg3 {
    background: url(../images/in_sprites.png) 0 -192px no-repeat;
    opacity: 0;
}

.about2 .about2_li:hover .about2_icon .himg1, .about2 .about2_li:hover .about2_icon .himg2, .about2 .about2_li:hover .about2_icon .himg3, .section3 .section3_numLi:hover .section3_icon .himg1, .section3 .section3_numLi:hover .section3_icon .himg2, .section3 .section3_numLi:hover .section3_icon .himg3 {
    opacity: 1;
}

.about2 .about2_li:hover .about2_icon .img1, .about2 .about2_li:hover .about2_icon .img2, .about2 .about2_li:hover .about2_icon .img3, .section3 .section3_numLi:hover .section3_icon .img1, .section3 .section3_numLi:hover .section3_icon .img2, .section3 .section3_numLi:hover .section3_icon .img3 {
    opacity: 0;
}

.section3 .section3_en {
    padding-right: 6%;
    width: calc(100% - 215px);
    color: #060a1c;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: Poppins-Regular;
    line-height: 1.4;
}

.section3 .section3_nbot .num {
    color: #15499a;
    font-size: .6rem;
    font-family: Poppins-Regular;
    line-height: 1.3;
}

    .section3 .section3_nbot .num em {
        display: inline-block;
        vertical-align: 3px;
        font-size: .5rem;
        font-family: HarmonyOS_Sans_SC;
    }

.section3 .section3_nbot .dec {
    margin-top: 20px;
    margin-bottom: 8%;
    padding-right: 20%;
    color: #999;
    font-size: 18px;
    line-height: 1.67;
}

.section3 .section3_numLi:hover {
    background: url(../images/in-hbgm7.png) #1050b4 no-repeat center;
    background-size: cover;
}

.section4 .section4_top .in_tit {
    padding-right: 5%;
    width: calc(100% - 163px);
}

.section4 .section4_left, .section4 .section4_lefth {
    width: 100%;
}

.section4 .section4_right {
    width: 640px;
}

.section4 .section4_img {
    position: relative;
    width: 100%;
    height: 160px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    /* filter: opacity(.5) grayscale(1); */
}

.section4 .section4_left .swiper-slide {
    border: 1px solid #ebecee;
}

.section4 .section4_img::after, .section4 .section4_img::before {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.section4 .section4_img::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.section4 .section4_img::after {
    right: -1px;
    bottom: -1px;
    z-index: 5;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.section4 .section4_left .swiper-slide:hover .section4_img::after, .section4 .section4_left .swiper-slide:hover .section4_img::before {
    width: 150px;
    height: 80px;
    border-color: #17c32f;
}

.section4 .section4_left .swiper-slide:hover .section4_img {
    filter: opacity(1) grayscale(0);
}

.section4 .section4_left .c-dot {
    display: none;
}

.section4 .section4_right .swiper-slide {
    padding: 12.5%;
    background: url(../images/in-bgm8.jpg) no-repeat center;
    background-size: cover;
}

    .section4 .section4_right .swiper-slide:hover .section4_btn em, .section5 .section5_bli:hover .btn em {
        margin-left: 15px;
    }

.section4 .section4_tit {
    color: #fff;
    font-size: 24px;
}

.section4 .section4_dec {
    margin-top: 9%;
    margin-bottom: 13%;
    color: #fff;
    color: rgba(255,255,255,.7);
    line-height: 2;
}

.section4 .section4_line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.1);
}

.section4 .section4_btn {
    margin-top: 30px;
    color: #fff;
}

    .section4 .section4_btn em {
        display: block;
        margin-left: 5px;
        font-size: 12px;
        transition: all .5s;
    }

.section4 .section4_num {
    position: absolute;
    right: 11.5%;
    bottom: -13%;
    color: rgba(255,255,255,.05);
    font-size: 2.5rem;
    font-family: Poppins-Regular;
    line-height: 1;
}

.section4 .c-dot {
    position: absolute;
    right: 12%;
    bottom: 80px;
    left: auto;
    width: 50%;
    text-align: right;
}

    .section4 .c-dot .swiper-pagination {
        right: 0;
        left: auto;
        transform: translateX(0);
    }

.section4 .section4_bot {
    margin-top: 4.5%;
    flex-wrap: wrap;
}

.section5 .in_tit {
    width: 40%;
}

.section5 .section5_tright {
    padding-left: 5%;
    width: 60%;
}

.section5 .section5_tab {
    position: relative;
    padding-right: 10%;
    width: calc(100% - 163px);
    flex-wrap: wrap;
}

.section5 .section5_tabli {
    position: relative;
    padding-right: 10%;
    border-bottom: 1px solid rgba(1,5,17,.1);
    cursor: pointer;
}

    .section5 .section5_tabli:last-child {
        padding-right: 0;
    }

    .section5 .section5_tabli .stit {
        position: relative;
        padding-bottom: 12px;
        color: #999;
        font-size: 20px;
        transition: all .5s;
    }

    .section5 .section5_tabli.active .stit, .section5 .section5_tabli:hover .stit {
        color: #1050b4;
    }

    .section5 .section5_tabli .stit::before {
        position: absolute;
        right: 0;
        bottom: -1px;
        width: 0%;
        height: 2px;
        background-color: #1050b4;
        content: "";
        transition: all .8s;
    }

    .section5 .section5_tabli.active .stit::before, .section5 .section5_tabli:hover .stit::before {
        left: 0;
        width: 100%;
    }

.section5 .section5_bli {
    position: relative;
    background: #fff;
    flex-wrap: wrap;
}

.section5 .section5_img {
    overflow: hidden;
    width: 40.5%;
}

.section5 .section5_font {
    padding: 2% 4%;
    width: 59.5%;
}

.section5 .btn, .section5 .time {
    color: #999;
    font-family: Poppins-Regular;
}

    .section5 .time span {
        color: #17c32f;
    }

.section5 .ftit {
    margin-top: 15px;
    margin-bottom: 25px;
    color: #010511;
    font-size: 24px;
}

.section5 .dec {
    margin-bottom: 7%;
    color: #777;
    line-height: 2;
}

.section5 .btn em {
    font-weight: 700;
    font-size: 12px;
    transition: all .5s;
}

.section5 .section5_blink {
    margin-top: 1.8%;
    flex-wrap: wrap;
}

.section5 .section5_bli1 {
    margin-right: 1.8%;
    padding: 3%;
    width: 32.13%;
}

    .section5 .section5_bli1:last-child {
        margin-right: 0;
    }

    .section5 .section5_bli1 .ftit {
        margin-top: 0 !important;
        margin-bottom: 15px;
    }

    .section5 .section5_bli1 .dec {
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .section5 .section5_bli1:hover {
        background: url(../images/in-bgm9.jpg) no-repeat center;
        background-size: cover;
        box-shadow: 0 25px 54px 0 rgba(16,80,180,.4);
    }

        .section5 .section5_bli1:hover .btn, .section5 .section5_bli1:hover .btn em, .section5 .section5_bli1:hover .dec, .section5 .section5_bli1:hover .ftit {
            color: #fff;
        }

        .section5 .section5_bli1:hover .time, .section5 .section5_bli1:hover .time span {
            color: rgba(255,255,255,.5);
        }

.section5 .section5_li {
    position: relative;
    display: none;
    margin-top: 40px;
}

    .section5 .section5_li:first-child {
        display: block;
    }

.footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 80px;
    width: 100%;
    background-color: #eaecf0;
}

    .footer .foot-top {
        padding-bottom: .85rem;
        flex-wrap: wrap;
    }

    .footer .foot_left {
        padding-right: 5%;
        width: 35.5%;
    }

    .footer .foot_tit {
        margin-bottom: .4rem;
        color: #15499a;
        letter-spacing: 1px;
        font-size: 20px;
    }

    .footer .foot-rtmenu {
        margin-bottom: 10px;
    }

    .footer .foot-logo img {
        display: inline-block;
    }

    .footer .foot-logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer .footer-subtit {
        margin-bottom: 10px;
    }

        .footer .footer-subtit a {
            position: relative;
            display: block;
            color: #010511;
            font-size: 18px;
        }

    .footer .footer_addrli {
        margin-bottom: 15px;
    }

        .footer .footer_addrli .tit {
            margin-bottom: 5px;
            color: rgba(1,5,17,.7);
        }

        .footer .footer_addrli .dec {
            /*color: #1050b4;*/
            /*font-size: .3rem;*/
            /*font-family: Poppins-Regular;*/
            /*line-height: 1.3;*/
            color: rgba(1,5,17,.7)
        }

    .footer .footer-menu {
        flex: 1;
    }

        .footer .footer-menu li, .footer .footer-subtit {
            position: relative;
        }

    .footer .footer-subnav a {
        display: block;
        padding: 6px 0;
        width: 100%;
        color: rgba(1,5,17,.5);
    }

    .footer .footer-subtit a .icon-rjiantou1 {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        vertical-align: middle;
        font-weight: 700;
        font-size: 12px;
    }

    .footer .footer-subnav a:hover {
        color: #15499a;
    }

    .footer .foot-copy a:hover, .footer .foot-rtlink a:hover {
        color: #fff;
    }

    .footer .foot-bot {
        padding: 20px 0;
        background: url(../images/in-bgm10.jpg) no-repeat center;
        background-size: cover;
    }

    .footer .foot-copy, .footer .foot-copy a, .footer .foot-rtlink, .footer .foot-rtlink a {
        color: rgba(255,255,255,.7);
    }

    .footer .foot-copy {
        width: 60%;
    }

    .footer .foot-rtlink {
        width: 40%;
        text-align: right;
    }

    .footer .foot-copy a {
        display: inline-block;
        margin: 0 10px;
        color: #aeaeae;
    }

    .footer .foot-rtlink a {
        padding: 0 5px;
    }

    .footer .foot-rtlink span {
        color: rgba(255,255,255,.2);
    }

    .footer .foot-rtlink a:first-child {
        padding-left: 0;
    }

    .footer .foot-rtlink a:last-child {
        padding-right: 0;
    }

    .footer .foot-ewm {
        position: relative;
        width: 105px;
        color: #fff;
        text-align: center;
        font-weight: lighter;
        font-size: 14px;
    }

        .footer .foot-ewm img {
            margin-bottom: 10px;
            max-width: 105px;
            max-height: 105px;
        }

.pub-banner {
    position: relative;
    overflow: hidden;
}

.pub-pcbanner {
    display: block;
    width: 100%;
}

.pub-mbanner {
    display: none;
    width: 100%;
}

.pub-banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

    .pub-banner-font .more {
        margin-top: 35px;
    }

.tce {
    text-align: center;
}

.pub-banner-font1 {
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%,-75%);
    -moz-transform: translate(-50%,-75%);
    -o-transform: translate(-50%,-75%);
    transform: translate(-50%,-75%);
    -ms-transform: translate(-50%,-75%);
}

.pub-banner-font2 {
    top: 68%;
    left: 50%;
    -webkit-transform: translate(-50%,-68%);
    -moz-transform: translate(-50%,-68%);
    -o-transform: translate(-50%,-68%);
    transform: translate(-50%,-68%);
    -ms-transform: translate(-50%,-68%);
}

.banner1 .pub-banner-font .tit {
    display: none;
}

.banner .pub-mbanner, .banner .pub-pbanner {
    position: relative;
    width: 100%;
}

.pub-banner-font .tit {
    color: #fff;
    font-size: .48rem;
    line-height: 1.3;
}

.pub-banner-font .dec {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 2;
}

.pub-banner-font .dec1 {
    margin-top: 13px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 26px;
}

.pub-banner-font .dec2 {
    color: rgba(255,255,255,.9);
    line-height: 1.75;
}

.ny-bread {
    position: relative;
    padding: 10px 0;
}

    .ny-bread a, .ny-bread em, .ny-bread img {
        display: inline-block;
        color: #999;
        vertical-align: middle;
    }

    .ny-bread em {
        margin: 0 5px;
        font-weight: 700;
        font-size: 12px;
    }

        .ny-bread em.icon-wz {
            margin: 0;
            color: #d1d2d4;
            font-size: 18px;
            line-height: 1;
        }

            .ny-bread a:hover, .ny-bread em.icon-wz:hover {
                color: #1050b4;
            }

.ny-bread1 a, .ny-bread1 em, .ny-bread1 img {
    color: #999;
}

.paging {
    align-items: center;
    flex-wrap: wrap;
}

    .paging a {
        display: block;
        margin-right: 10px;
        width: 40px;
        border: solid 1px #e3e3e3;
        border-radius: 20px;
        background: #fff;
        color: #999;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transition: .5s;
    }

    .paging span {
        margin: 0 12px;
        color: #999;
        font-size: 14px;
        line-height: 40px;
    }

    .paging .mrl-27 {
        margin-left: 1.7%;
    }

    .paging .paging-icon {
        width: 90px;
    }

    .paging .paging-sub:hover, .paging a.active, .paging a:hover {
        border-color: #67d53d;
        background-color: #67d53d;
        color: #fff;
    }

    .paging input {
        padding: 0 10px;
        width: 50px;
        border: solid 1px #e3e3e3;
        border-radius: 20px;
        background: #fff;
        color: #999;
        text-align: center;
        font-size: 14px;
        line-height: 38px;
    }

    .paging .paging-sub {
        margin-bottom: 6px;
        width: 90px;
        height: 40px;
        border: solid 1px #1050b4;
        border-radius: 20px;
        background-color: #fff;
        color: #1050b4;
        font-weight: lighter;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transition: .5s;
    }

        .paging .paging-sub:last-child {
            margin-bottom: 0;
        }

@media screen and (max-width:1259px) {
    .paging a {
        width: 34px;
        line-height: 32px;
    }

    .paging input, .paging span {
        line-height: 30px;
    }

    .paging .paging-sub {
        height: 32px;
    }

    .paging .paging-icon, .paging .paging-sub {
        width: 70px;
    }

    .banner.index .banner_img {
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .paging .paging-sub, .paging a, .paging span {
        font-size: 12px;
    }

    .paging a {
        margin-right: 5px;
        width: 28px;
        line-height: 26px;
    }

    .paging .paging-icon, .paging .paging-sub {
        width: 55px;
    }

    .paging input {
        width: 28px;
        line-height: 26px;
    }

    .paging .paging-sub {
        height: 28px;
    }

    .paging span {
        margin: 0 5px;
        line-height: 28px;
    }

    .paging .paging-input, .paging .paging-numBox {
        width: 100%;
        flex-wrap: wrap;
    }

    .paging .paging-input {
        margin-top: 10px;
    }
}

.right-flex {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    margin-top: -200px;
    width: 50px;
    height: auto;
}

    .right-flex ul {
        width: 100%;
    }

    .right-flex li {
        position: relative;
        float: right;
        margin-bottom: 5px;
        width: 50px;
        height: 50px;
        border-radius: 8px 0 0 8px;
        background: #17c32f;
        line-height: 50px;
        transition: width .3s,background .3s,margin .3s;
    }

        .right-flex li .ico {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            transition: right .3s;
        }

        .right-flex li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .right-flex li p {
            padding: 0 20px;
            color: #fff;
            font-size: 15px;
            line-height: 50px;
            transition: transform .3s;
        }

        .right-flex li.one {
            width: 90px;
            height: 50px;
            border-radius: 4px;
            background-color: #458d45;
        }

            .right-flex li.one p {
                padding: 3px 10px;
                text-align: center;
                font-size: 16px;
                line-height: 22px;
            }

        .right-flex li.four .ico, .right-flex li.li-three .ico, .right-flex li.two .ico {
            left: 0;
        }

        .right-flex li.four p, .right-flex li.li-three p, .right-flex li.two p {
            padding: 0 20px 0 50px;
        }

        .right-flex li.two {
            margin-right: -150px;
            width: 200px;
        }

        .right-flex li.three {
            margin-right: -100px;
            width: 150px;
        }

        .right-flex li .ico {
            color: #fff;
            text-align: center;
            font-size: 28px;
        }

            .right-flex li .ico.ico03 {
                font-size: 32px;
            }

            .right-flex li .ico.ico08 {
                font-weight: 700;
                font-size: 18px;
                transform: rotate(180deg);
            }

    .right-flex .right-close {
        width: 100%;
        height: 40px;
        font-weight: 700;
        font-size: 12px;
    }

    .right-flex .close-icon {
        display: block;
        margin: 0 auto 10px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #17c32f;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 32px;
        cursor: pointer;
        transition: all .3s;
        transform: rotate(45deg);
    }

    .right-flex.show .close-icon {
        transform: rotate(0);
    }

    .right-flex .to-top em {
        display: block;
        padding-top: 10px;
        color: #fff;
        text-align: center;
    }

@media(min-width:1025px) {
    .right-flex li:hover {
        width: 50px;
        background: #1050b4;
    }

    .right-flex li.one:hover {
        width: 90px;
        background-color: #1050b4;
    }

    .right-flex li.four:hover .ico, .right-flex li.li-three:hover .ico, .right-flex li.two:hover .ico, .right-flex li:hover .ico {
        right: 0;
        left: auto;
    }

    .right-flex li.two:hover {
        margin-right: 0;
        width: 200px;
    }

    .right-flex li.three:hover {
        margin-right: 0;
        width: 200px;
    }

    .right-flex li.four:hover {
        margin-right: 0;
        width: 155px;
    }

    .right-flex li.li-three:hover p, .right-flex li.two:hover p {
        padding: 0 20px;
    }

    .right-flex li.four:hover p:last-child {
        padding: 0 53px 0 0;
    }

        .right-flex li.four:hover p:last-child img {
            border: 3px solid #1050b4;
            border-radius: 8px;
        }
}

@media(max-width:1100px) {
    .right-flex .four, .right-flex .right-close, .right-flex .two, .right-flex li.one {
        display: none !important;
    }
}

@media(max-width:767px) {
    .right-flex, .right-flex li {
        width: 40px;
        height: 40px;
    }

        .right-flex li .ico {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

        .right-flex .to-top em {
            margin-top: 0;
            font-size: 12px;
            line-height: 30px;
        }

    .right-flex {
        top: 100%;
    }
}

.app-kfbt {
    display: none;
    height: 48px;
}

.app-kf {
    position: fixed;
    z-index: 99;
    overflow: hidden;
}

.app-kf, .kufuul {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.kufuul {
    position: absolute;
    display: inline-block;
    padding: 2px 0;
}

.kefu li, .kufuul {
    text-align: center;
}

.kefu li {
    float: left;
    width: 50%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    transition: all .4s;
}

    .kefu li a em {
        display: inline-block;
        margin-right: 10px;
        vertical-align: -2px;
        font-size: 20px;
    }

.kf-dh, .kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    background: #a7afb9;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
}

.kf-dh {
    background: #17c32f;
}

.nav-menu {
    position: relative;
    z-index: 5;
    padding: 0 13.2%;
    border-bottom: 1px solid rgba(51,51,51,.07);
}

.nav-menu1 {
    margin-top: -65px;
    border-bottom-color: transparent;
}

.nav-menu .nav-name {
    position: relative;
    display: block;
    display: none;
    padding: 0 5%;
    color: #333;
    text-align: left;
    font-size: 18px;
    line-height: 65px;
    cursor: pointer;
}

    .nav-menu .nav-name .iconfont {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
    }

.nav-menu .nav-menu-ul {
    background: hsla(0,0%,100%,.8);
}

    .nav-menu .nav-menu-ul a {
        display: block;
        overflow: hidden;
        padding: 25px 0;
        width: 100%;
        color: #010511;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        font-family: Poppins-SemiBold,HarmonyOS_Sans_SC;
        line-height: 1.3;
    }

    .nav-menu .nav-menu-ul a, .nav-menu .nav-menu-ul li {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transition: .5s;
    }

    .nav-menu .nav-menu-ul li {
        position: relative;
        margin-right: 4%;
        text-align: center;
    }

        .nav-menu .nav-menu-ul li:before {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0%;
            height: 3px;
            background-color: #67d53d;
            content: "";
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            -ms-transition: .5s;
        }

.nav-menu1 .nav-menu-ul li:before {
    top: 0;
    bottom: auto;
}

.nav-menu .nav-menu-ul li.active:before, .nav-menu .nav-menu-ul li:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.nav-menu1 .nav-menu-ul li {
    margin-right: 0;
    border-right: 1px solid rgba(34,34,34,.07);
    flex: 1;
}

    .nav-menu1 .nav-menu-ul li:last-child {
        border-right: 0;
    }

.nav-menu .nav-menu-ul li:last-child {
    margin-right: 0;
}

.nav-menu .nav-menu-ul li.active a, .nav-menu .nav-menu-ul li:hover a {
    color: #1050b4;
}

@media screen and (max-width:1679px) {
    .nav-menu {
        padding: 0 10%;
    }
}

@media screen and (max-width:1459px) {
    .nav-menu {
        padding: 0 5%;
    }
}

@media screen and (max-width:1259px) {
    .nav-menu .nav-menu-ul a {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .nav-menu {
        overflow: initial !important;
    }

        .nav-menu .nav-name {
            display: block;
            padding: 0;
        }

            .nav-menu .nav-name .iconfont {
                right: 0;
            }

    .nav-menu {
        margin-top: 0;
        border-bottom: 1px solid rgba(51,51,51,.15);
    }

        .nav-menu .nav-menu-ul li:before {
            display: none;
        }

        .nav-menu .nav-menu-ul {
            position: absolute;
            left: 0;
            z-index: 999;
            display: none;
            width: 100%;
            background: #fff;
            box-shadow: 0 1px 4px 1px #f1f1f1;
        }

            .nav-menu .nav-menu-ul li {
                width: 100%;
                text-align: left;
            }

            .nav-menu .nav-menu-ul a {
                padding: 15px 5%;
                border-top: 1px solid rgba(51,51,51,.1);
                color: #333;
                font-size: 16px;
                font-family: Poppins-Regular;
                line-height: 26px;
            }
}

@media screen and (max-width:767px) {
    .nav-menu .nav-name {
        font-size: 16px;
        line-height: 50px;
    }

    .nav-menu .nav-menu-ul a {
        padding: 10px 5%;
        font-size: 14px;
    }
}

.banner, .swiper-img {
    position: relative;
    overflow: hidden;
}

.about4, .about6, .area1, .brand1, .new2, .newinfo2, .ny-bread1, .problem1, .product1, .section5, .service3 {
    background: #f9fafc;
}

    .product1 .product1_list {
        margin-bottom: 10px;
        padding-top: 50px;
        flex-wrap: wrap;
    }

    .brand1 .brand1_li, .product1 .product1_li {
        position: relative;
        display: block;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 2.8%;
        width: 32%;
        background-color: rgb(0 124 193 / 0%);
        border: 1px solid rgb(158 158 158 / 28%);
    }

        .brand1 .brand1_li:nth-child(3n), .product1 .product1_li:nth-child(3n) {
            margin-right: 0;
        }

        .product1 .product1_li::before {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 45px;
            height: 65px;
            background: url(../images/pro-bgm1.png) no-repeat center;
            background-size: cover;
            content: "";
            opacity: 0;
            transition: all .8s;
            transform: translateX(100%);
        }

        .brand1 .brand1_li::after, .new2 .new2_li::after, .product1 .product1_li::after {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0%;
            height: 3px;
            background-color: #67d53d;
            content: "";
            transition: all .8s;
        }

        .brand1 .brand1_li:hover::after, .new2 .new2_li:hover::after, .product1 .product1_li:hover::after {
            left: 0;
            width: 100%;
        }

        .product1 .product1_li:hover::before {
            opacity: 1;
            transform: translate(0);
        }

        .brand1 .brand1_li:hover, .new2 .new2_li:hover, .product1 .product1_li:hover {
            box-shadow: 0 31px 109px 0 rgba(113,113,113,.2);
        }

    .product1 .product1_font {
        padding: 9% 10%;
        border-top: 1px solid rgba(51,51,51,.05);
    }

        .product1 .product1_font .tit {
            color: #010511;
            font-size: 22px;
        }

        .product1 .product1_font .line {
            margin: 10px 0;
            width: 20px;
            height: 3px;
            background-color: #67d53d;
        }

        .product1 .product1_font .dec {
            color: #777;
            line-height: 1.875;
        }

        .product1 .product1_font .bline {
            margin-top: 40px;
            margin-bottom: 20px;
            width: 100%;
            height: 1px;
            background: rgba(51,51,51,.05);
        }

        .area1 .area1_li .btn, .product1 .product1_font .btn {
            margin-bottom: 5px;
            color: #999;
            transition: all .8s;
        }

            .area1 .area1_li .btn em, .product1 .product1_font .btn em {
                font-weight: 580;
                font-size: 12px;
                transform: rotate(-90deg);
            }

    .product1 .product1_img {
        padding: 10px 0;
    }

        .product1 .product1_img img {
            max-width: 240px;
        }

.proinfo1 {
    position: relative;
    padding-top: 10%;
    background: url(../images/pro-banner.jpg) no-repeat center top;
    background-size: 100%;
}

    .proinfo1 .proinfo1_list {
        padding: 1% 3.5%;
        background-color: #f0f3f8;
        flex-wrap: wrap;
    }

    .proinfo1 .proinfo1_left {
        padding-right: 3.5%;
        width: 40%;
    }

    .proinfo1 .proinfo1_dec {
        margin-top: 12%;
        color: #030d23;
        font-size: 18px;
        line-height: 1.67;
    }

    .proinfo1 .proinfo1_right {
        width: 60%;
        flex-wrap: wrap;
    }

    .proinfo1 .swiper-slide {
        position: relative;
        padding: 5px 8px;
        border: solid 3px #fff;
        background-color: #fff;
        cursor: pointer;
    }

        .proinfo1 .swiper-slide.active {
            border: solid 3px #67d53d;
        }

    .proinfo1 .proinfo1_imgBox {
        width: 54%;
    }

    .proinfo1 .proinfo1_simgBox {
        padding-right: 11%;
        padding-left: 6.5%;
        width: 46%;
    }

    .proinfo1 .swiper-container {
        width: 100%;
    }

    .proinfo1 .more {
        margin-top: 80px;
    }

.proinfo2 {
    padding-top: 50px;
}

    .proinfo2 table {
        overflow: hidden;
        width: 100%;
    }

        .proinfo2 .proinfo2_tit, .proinfo2 table th {
            background: url(../images/prinfo-bgm1.jpg) no-repeat center;
            background-size: cover;
            color: #fff;
            text-align: left;
            font-size: 24px;
        }

        .proinfo2 table td {
            width: 16.6667%;
            color: #777;
            font-size: 16px;
        }

        .proinfo2 .proinfo2_tit, .proinfo2 table td, .proinfo2 table th {
            padding: 15px 40px;
            border: 1px solid rgba(16,80,180,.07);
        }

            .proinfo2 table td:nth-child(odd) {
                background: rgba(16,80,180,.05);
                color: #030d23;
                font-size: 18px;
            }

            .proinfo2 table td:nth-child(even) {
                background: rgba(16,80,180,.02);
            }

.proinfo3 .proinfo3_img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
}

.proinfo3 .swiper-container {
    margin-top: 40px;
}

.proinfo3 .c-dot1 {
    display: none;
}

.arinfo2 .proinfo4_tit, .proinfo4 .proinfo4_tit {
    padding: 20px 0;
    border-top: 1px solid rgba(51,51,51,.05);
    color: #777;
    text-align: center;
}

.proinfo4 .swiper-container {
    margin-top: 40px;
    padding-bottom: 70px;
}

.proinfo4 .swiper-slide a {
    position: relative;
    display: block;
    padding: 0 9%;
    width: 100%;
    background: #fff;
}

    .arinfo2 .swiper-slide a::before, .proinfo4 .swiper-slide a::before {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0%;
        height: 3px;
        background-color: #67d53d;
        content: "";
        transition: all .8s;
    }

    .arinfo2 .swiper-slide a:hover::before, .proinfo4 .swiper-slide a:hover::before {
        left: 0;
        width: 100%;
    }

    .arinfo2 .arinfo2_li:hover, .proinfo4 .swiper-slide a:hover {
        box-shadow: 0 30px 50px 0 rgba(113,113,113,.2);
    }

.brand1 .brand1_list {
    padding-top: 50px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.brand1 .brand1_tit {
    padding: 23px 10px;
    color: #030d23;
    text-align: center;
    font-size: 18px;
}

.brand1 .brand1_line {
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background-color: rgba(51,51,51,.07);
}

.brand1 .brand1_img {
    position: relative;
    height: 220px;
}

.brinfo1 {
    padding-top: 12.5%;
    background: url(../images/br-banner1.jpg) no-repeat center top;
    background-size: 100%;
}

    .brinfo1 .brinfo1_list {
        padding: 3% 3.5%;
        background-color: #f0f3f8;
        flex-wrap: wrap;
    }

    .brinfo1 .brinfo1_left {
        width: 450px;
    }

    .brinfo1 .brinfo1_img {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 220px;
        background-color: #fff;
    }

    .brinfo1 .brinfo1_right {
        padding-right: 30px;
        padding-left: 5.2%;
        width: calc(100% - 450px);
    }

    .brinfo1 .brinfo1_dec {
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 15px;
        margin-bottom: 25px;
        height: 125px;
        color: #777;
        line-height: 1.875;
    }

        .brinfo1 .brinfo1_dec p {
            padding-right: 4%;
        }

    .brinfo1 .brinfo1_tit {
        color: #1050b4;
        font-size: 16px;
    }

        .brinfo1 .brinfo1_tit span {
            color: #030d23;
        }

        .brinfo1 .brinfo1_tit:hover {
            font-weight: 700;
        }

.arinfo2, .brinfo2 {
    padding-top: 70px;
}

.area1 .area1_list {
    padding-top: 25px;
    flex-wrap: wrap;
}

.area1 .area1_li {
    position: relative;
    overflow: hidden;
    margin-top: 2%;
    margin-right: 1.25%;
    width: 19%;
    background: #fff;
    flex-wrap: wrap;
}

    .area1 .area1_li:nth-child(5n) {
        margin-right: 0;
    }

.area1 .area1_left {
    overflow: hidden;
    width: 46.3%;
}

.area1 .area1_left2 {
    width: 100%;
    position: relative;
}

    .area1 .area1_left2 .tit {
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        background-color: #00000040;
        width: 100%;
        font-size: 20px;
        padding: 15px;
    }

.area1 .area1_right {
    padding: 3% 7%;
    width: 53.7%;
}

    .area1 .area1_right .tit {
        margin-bottom: 15px;
        color: #030d23;
        font-size: 24px;
    }

    .area1 .area1_right .dec {
        color: #777;
        line-height: 1.875;
    }

    .area1 .area1_right .line {
        margin-top: 43%;
        margin-bottom: 25px;
        width: 100%;
        height: 1px;
        background: rgba(51,51,51,.07);
    }

.arinfo1 {
    padding-top: 9%;
    background: url(../images/ar-banner1.jpg) no-repeat center top;
    background-size: 100%;
}

    .arinfo1 .arinfo1_list {
        padding: 2.2%;
        background-color: #fff;
        flex-wrap: wrap;
    }

    .arinfo1 .arinfo1_left {
        position: relative;
        overflow: hidden;
        width: 36.55%;
    }

    .arinfo1 .arinfo1_right {
        padding: 0 5%;
        width: 63.45%;
    }

        .arinfo1 .arinfo1_right .tit {
            position: relative;
            padding-left: 20px;
            color: #030d23;
            font-size: .4rem;
        }

            .arinfo1 .arinfo1_right .tit::before {
                position: absolute;
                top: 50%;
                left: 0;
                width: 4px;
                height: 37px;
                background: url(../images/ar-icon1.png) no-repeat center;
                background-size: cover;
                content: "";
                transform: translateY(-50%);
            }

        .arinfo1 .arinfo1_right .dec {
            margin-top: 20px;
            color: #777;
            line-height: 1.875;
        }

    .arinfo1 .arinfo1_rimg {
        overflow: hidden;
        margin-top: 10px;
    }

        .arinfo1 .arinfo1_rimg img {
            margin: 0;
        }

.arinfo2 .swiper-container {
    overflow: initial;
    margin-top: 35px;
}

.arinfo2 .c-dot1 {
    display: none;
}

.arinfo2 .swiper-wrapper {
    flex-wrap: wrap;
}

.arinfo2 .arinfo2_li {
    position: relative;
    margin-right: 2%;
    width: 23.5%;
    background: #fff;
    transition: all .8s;
}

    .arinfo2 .arinfo2_li:nth-child(4n) {
        margin-right: 0;
    }

    .arinfo2 .arinfo2_li a {
        display: block;
        padding: 0 9%;
    }

.service1 {
    margin-top: 40px;
}

    .service1 .service1_tit {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 20px;
        width: 100%;
        color: #fff;
        font-size: .24rem;
    }

    .service1 .swiper-slide::before {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 0%;
        height: 4px;
        background-color: #67d53d;
        content: "";
        transition: all .8s;
    }

    .service1 .swiper-slide:hover::before {
        left: 0;
        width: 100%;
    }

    .service1 .swiper-slide::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: url(../images/se-bgm1.png) no-repeat center bottom;
        background-size: cover;
        content: "";
        opacity: 0;
        transition: all .8s;
    }

    .service1 .swiper-slide:hover::after {
        height: 100%;
        opacity: 1;
    }

    .service1 .swiper-container {
        margin-top: 45px;
    }

    .service1 .c-dot {
        display: none;
    }

.service2 .service2_left, .service2 .service2_right {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5.2%;
    width: 50%;
}

.service2 .service2_left {
    padding-right: 5.2%;
    padding-left: 13.2%;
    background: url(../images/se-bgm2.jpg) no-repeat center;
    background-size: cover;
}

.service2 .service2_right {
    padding-right: 13.2%;
    padding-left: 5.2%;
    background: url(../images/se-bgm6.jpg) no-repeat center;
    background-size: cover;
}

.service2 .service2_tit {
    margin-bottom: 20px;
    min-height: 120px;
    color: #010511;
    font-size: .4rem;
    line-height: 1.3;
}

.service2 .service2_dec {
    margin-bottom: 30px;
    min-height: 110px;
    color: #777;
    line-height: 1.875;
}

.service2 .service2_more {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(16,80,180,.5);
    color: #1050b4;
}

    .service2 .service2_more em {
        display: inline-block;
        vertical-align: 2px;
        font-size: 12px;
        transition: all .8s;
        transform: rotate(-90deg);
    }

    .service2 .service2_more:hover em {
        margin-right: 10px;
    }

.service2 .service2_img img {
    margin: 0;
    margin-top: 75px;
}

.service2 .service2_img {
    overflow: hidden;
}

.about2 .about2_li:hover .about2_font .dec, .about2 .about2_li:hover .about2_font .tit, .about5 .about5_font:hover .dec, .about5 .about5_font:hover .tdec, .about5 .about5_font:hover .tit, .service2 .service2_right .service2_dec, .service2 .service2_right .service2_more, .service2 .service2_right .service2_tit, .service3 .service3_li:hover .down, .service3 .service3_li:hover .time, .service3 .service3_li:hover .time span, .service3 .service3_li:hover .tit {
    color: #fff;
}

.service2 .service2_right .service2_more {
    border-color: rgba(249,250,252,.5);
}

.service3 .service3_list {
    flex-wrap: wrap;
}

.service3 .service3_li {
    position: relative;
    margin-top: 3%;
    margin-right: 3%;
    padding: 4% 2.7%;
    width: 22.75%;
    background: url(../images/se-bgm3.png) no-repeat center;
    background-size: cover;
    transition: all .8s;
}

    .service3 .service3_li:nth-child(4n) {
        margin-right: 0;
    }

    .service3 .service3_li:hover {
        background: url(../images/se-bgm4.png) no-repeat center;
        background-size: cover;
        filter: drop-shadow(0 30px 30px rgba(0, 83, 214, .4));
    }

    .service3 .service3_li .tit {
        margin-bottom: 30px;
        color: #010511;
        font-size: 24px;
        line-height: 1.2;
    }

    .service3 .service3_li .time {
        color: #999;
        font-family: Poppins-Regular;
    }

        .service3 .service3_li .time span {
            color: #17c32f;
        }

    .service3 .service3_li .btn {
        margin-top: 110px;
        flex-wrap: wrap;
    }

    .service3 .service3_li .down {
        color: #999;
        font-size: 18px;
    }

.service3 .down_icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../images/se-icon1.png) #67d53d no-repeat center;
    text-align: center;
}

.service4 {
    padding: 85px 0;
    background: url(../images/se-bgm5.jpg) no-repeat center;
    background-size: cover;
}

    .service4 .service4_list {
        flex-wrap: wrap;
    }

    .service4 .service4_li {
        position: relative;
        margin-right: 1.3%;
    }

        .service4 .service4_li:last-child {
            margin-right: 0;
            margin-left: 1.7%;
            border: 0;
            background: 0 0;
        }

        .service4 .service4_li.li1 {
            width: 21.1%;
        }

        .service4 .service4_li.li2 {
            width: 28.6%;
        }

        .service4 .service4_li input {
            display: block;
            padding: 0 20px;
            width: 100%;
            height: 55px;
            border: 1px solid rgba(255,255,255,.2);
            background-color: rgba(249,250,252,.07);
            color: #fff;
            font-size: 16px;
        }

        .service4 .service4_li button {
            cursor: pointer;
        }

    .service4 .more em {
        margin-left: .15rem;
    }

    .service4 label.error {
        position: absolute;
        bottom: -25px;
        left: 0;
        padding: 0 20px;
        color: #f52218;
        font-size: 14px;
    }

.about1 {
    padding-top: 45px;
}

    .about1 .about1_left {
        position: relative;
        padding-right: 10.5%;
        padding-left: 13.2%;
        width: 60.85%;
    }

    .about1 .about1_sdec {
        color: #777;
        line-height: 1.875;
    }

        .about1 .about1_sdec p {
            margin-top: 35px;
        }

    .about1 .about1_line {
        position: relative;
        margin: 45px auto;
        width: 100%;
        height: 1px;
        background: rgba(51,51,51,.1);
    }

        .about1 .about1_line::before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 22px;
            height: 2px;
            background-color: #17c32f;
            content: "";
        }

    .about1 .about1_right {
        position: relative;
        width: 39.15%;
    }

    .about1 .about1_year {
        position: absolute;
        top: 50%;
        padding-top: 6.5%;
        padding-bottom: 8.5%;
        width: 180px;
        background: url(../images/ab-bgm1.jpg) no-repeat center;
        background-color: #1050b4;
        background-size: cover;
        box-shadow: 0 23px 51px 0 rgba(16,80,180,.4);
        text-align: center;
        transform: translateY(-50%) translateX(-80px);
    }

        .about1 .about1_year .tit {
            margin-bottom: 5px;
            color: #fff;
            font-size: 18px;
        }

        .about1 .about1_year .num {
            color: #fff;
            font-size: .48rem;
            font-family: Poppins-Regular;
            line-height: 1.3;
        }

        .about1 .about1_year .year {
            margin: 0 auto;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #fff;
            color: #1050b4;
            text-align: center;
            font-size: 18px;
            line-height: 32px;
        }

.about2 {
    position: relative;
    z-index: 2;
    margin-bottom: -5.5%;
}

    .about2 .about2_icon {
        position: relative;
        display: inline-block;
        width: 136px;
        height: 133px;
        background: url(../images/ab-bgm6.png) no-repeat center;
        background-size: cover;
        transition: all .8s;
    }

    .about2 .about2_li {
        position: relative;
        padding: 20px 3.5%;
        width: 33.333%;
        border-top: 1px solid #eaebed;
        border-bottom: 1px solid #eaebed;
        border-left: 1px solid #eaebed;
        background: url(../images/ab-bgm7.jpg) no-repeat right top;
        background-size: cover;
        transition: all .8s;
    }

        .about2 .about2_li:last-child {
            border-right: 1px solid #eaebed;
        }

        .about2 .about2_li:hover {
            border-color: #1050b4;
            background: url(../images/ab-hbgm7.jpg) no-repeat right top;
            background-size: cover;
        }

            .about2 .about2_li:hover .about2_icon {
                background: url(../images/ab-hbgm6.png) no-repeat center;
                background-size: cover;
            }

        .about2 .about2_li .about2_font .tit {
            color: #15499a;
            font-size: .4rem;
            font-family: Poppins-Regular;
            line-height: 1.3;
        }

            .about2 .about2_li .about2_font .tit em {
                display: inline-block;
                vertical-align: 2px;
                font-size: .36rem;
            }

        .about2 .about2_li .about2_font .dec {
            margin-top: 10px;
            padding-bottom: 30px;
            color: #999;
            line-height: 1.875;
        }

    .about2 .about2_iconBox {
        text-align: right;
    }

.about3 {
    position: relative;
    background: url(../images/ab-bgm2.jpg) no-repeat center;
    background-size: cover;
}

    .about3 .in_tit {
        position: absolute;
        top: 18%;
        left: 50%;
        transform: translateX(-50%);
    }

        .about3 .in_tit .tit {
            color: #fff;
        }

    .about3 .about3_icon {
        position: relative;
        margin: 0 auto;
        width: 224px;
        height: 224px;
        background: url(../images/ab-icon1.png) no-repeat center;
        background-size: cover;
    }

        .about3 .about3_icon em {
            display: block;
        }

        .about3 .about3_icon .img1 {
            width: 32px;
            height: 32px;
            background: url(../images/ab_sprites.png) 0 0 no-repeat;
        }

        .about3 .about3_icon .img2 {
            width: 33px;
            height: 30px;
            background: url(../images/ab_sprites.png) 0 -32px no-repeat;
        }

        .about3 .about3_icon .img3 {
            width: 32px;
            height: 28px;
            background: url(../images/ab_sprites.png) 0 -62px no-repeat;
        }

    .about3 .about3_li {
        position: relative;
        padding: 28.5% 3% 20% 3%;
        width: 33.333%;
        text-align: center;
        transition: all .8s;
    }

    .about3 .about3_font {
        transition: all .8s;
    }

    .about3 .about3_li:hover .about3_font {
        transform: translateY(-35px);
    }

    .about3 .about3_li .tit, .about4 .about4_tit {
        color: #fff;
        font-size: 48px;
        transition: all .8s;
    }

    .about3 .about3_li .dec, .about4 .about4_dec {
        color: #fff;
        line-height: 1.875;
    }

    .about3 .about3_li .dec {
        margin-top: 35px;
        font-size: 20px;
    }

    .about3 .about3_li::before, .about6 .swiper-slide::before {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0%;
        height: 6px;
        background-color: #67d53d;
        content: "";
        transition: all .8s;
    }

.about6 .swiper-slide::before {
    height: 2px;
}

.about3 .about3_li:hover::before, .about6 .swiper-slide:hover::before {
    left: 0;
    width: 100%;
}

.about3 .about3_li:hover {
    background: rgba(14,161,237,.7);
}

.about4 .about4_list {
    margin-top: 40px;
    flex-wrap: wrap;
}

.about4 .about4_left {
    overflow: hidden;
    width: 43%;
}

    .about4 .about4_left img {
        height: 100%;
    }

.about4 .about4_right {
    width: 57%;
}

.about4 .about4_line {
    margin-bottom: 64px;
    width: 30px;
    height: 3px;
    background-color: #f9fafc;
    transition: all .8s;
}

.about4 .about4_tit {
    margin-bottom: 10px;
}

.about4 .about4_dec {
    margin-bottom: 5px;
    font-size: 20px;
}

.about4 .about4_rtop {
    width: 100%;
    flex-wrap: wrap;
}

.about4 .about4_tli {
    position: relative;
    padding: 6%;
    width: 50%;
}

.about4 .about4_tli1 {
    background: url(../images/ab-bgm3.jpg) no-repeat center;
    background-size: cover;
}

.about4 .about4_tli2 {
    background: url(../images/ab-bgm4.jpg) no-repeat center;
    background-size: cover;
}

.about4 .about4_bli {
    padding: 6%;
    background: url(../images/ab-bgm5.jpg) no-repeat center;
    background-size: cover;
}

    .about4 .about4_bli:hover .about4_line, .about4 .about4_tli:hover .about4_line {
        width: 60px;
    }

.about5 {
    padding-bottom: 100px;
}

    .about5 .about5_font {
        padding: 24% 15%;
        width: 108%;
        border-radius: 50%;
        background: rgba(137,152,196,.06);
        text-align: center;
        transition: all .8s;
    }

        .about5 .about5_font .tit {
            color: #1050b4;
            font-weight: 700;
            font-size: .6rem;
            line-height: 1.3;
        }

        .about5 .about5_font .tdec {
            color: #1050b4;
            font-weight: 700;
            font-size: 24px;
        }

        .about5 .about5_font .line {
            position: relative;
            margin: 20px auto;
            width: 58%;
            height: 1px;
            background: rgba(51,51,51,.05);
        }

        .about5 .about5_font:hover .line {
            background: rgba(255,255,255,.2);
        }

        .about5 .about5_font .line::before {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 28px;
            height: 2px;
            background-color: #0ace9d;
            content: "";
            transform: translateX(-50%);
        }

        .about5 .about5_font .dec {
            overflow-x: hidden;
            overflow-y: auto;
            padding-right: 10px;
            height: 125px;
            color: #777;
            line-height: 1.625;
        }

    .about5 .about5_btn {
        margin: 0 auto;
        width: 125px;
        height: 48px;
    }

    .about5 .swiper-container {
        margin-top: 45px;
        padding: 0 13.2%;
    }

    .about5 .about5_font:hover {
        background-color: #1050b4;
    }

    .about5 .swiper-slide:hover .line {
        background: rgba(255,255,255,.2);
    }

        .about5 .swiper-slide:hover .line::before {
            background-color: #0ace9d;
        }

    .about5 .c-arrows {
        position: relative;
        margin: 0 auto;
        margin-top: 80px;
        width: 135px;
    }

.about6 .swiper-container {
    margin-top: 40px;
    padding-bottom: 70px;
}

.about6 .swiper-slide {
    position: relative;
    background: #fff;
}

.about6 .about6_line {
    margin: 0 auto;
    width: 82%;
    height: 1px;
    background: rgba(51,51,51,.05);
}

.about6 .about6_tit {
    padding: 20px 10px;
    color: #666;
    text-align: center;
}

.about6 .about6_img {
    overflow: hidden;
    margin: 30px auto;
    width: 100%;
}

.about6 .c-prev {
    left: -100px;
}

.about6 .c-next {
    right: -100px;
}

.contact1 .contact1_li {
    position: relative;
    padding: 28px 0;
    padding-right: 1%;
    width: 50%;
    border-bottom: 1px solid rgba(51,51,51,.05);
}

    .contact1 .contact1_li::before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 60%;
        background-color: rgba(51,51,51,.05);
        content: "";
        transform: translateY(-50%);
    }

    .contact1 .contact1_li:first-child {
        padding-left: 0 !important;
        width: 100%;
    }

    .contact1 .contact1_li:nth-child(2n-1)::before {
        opacity: 0;
    }

    .contact1 .contact1_li:nth-child(2n-1) {
        padding-left: 6.5%;
    }

.contact1 .contact1_left {
    padding-right: 4.5%;
    padding-left: 13.2%;
    width: 49.5%;
}

    .contact1 .contact1_left .ny-bread .w1400 {
        width: 100%;
    }

    .contact1 .contact1_left .entit {
        margin-top: 9%;
        color: #1050b4;
    }

    .contact1 .contact1_left .ctit, .contact1 .contact1_right .ctit {
        color: #010511;
        font-size: .4rem;
        line-height: 1.3;
    }

    .contact1 .contact1_left .ctit {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .contact1 .contact1_left .line {
        width: 100%;
        height: 2px;
        background-color: #333;
    }

.contact1 .contact1_addr {
    flex-wrap: wrap;
}

.contact1 .contact1_icon {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #17c32f;
    transition: all .8s;
}

.contact1 .contact1_li:hover .contact1_icon {
    background-color: #1050b4;
}

.contact1 .contact1_font {
    padding-left: 20px;
    width: calc(100% - 42px);
}

    .contact1 .contact1_font .tit {
        color: #999;
        letter-spacing: 1px;
    }

    .contact1 .contact1_font .dec, .contact1 .contact1_imgBox {
        color: #111;
        letter-spacing: 1px;
    }

.contact1 .contact1_right {
    padding: 5.5% 13.2% 5.8% 4.5%;
    width: 50.5%;
    background: url(../images/co-bgm1.jpg) no-repeat center;
    background-size: cover;
}

.contact1 .contact1_img {
    display: inline-block;
    margin-top: 50px;
    text-align: center;
}

    .contact1 .contact1_img img {
        position: relative;
        margin: 0;
        margin-bottom: 5px;
        width: 112px;
        height: 112px;
    }

.contact1 .contact1_ul li {
    position: relative;
    margin-top: 40px;
    flex-wrap: wrap;
}

    .contact1 .contact1_ul li:last-child {
        margin-top: 60px;
    }

.contact1 .contact1_rli {
    position: relative;
    margin-right: 3.8%;
    color: #000;
    flex: 1;
}

    .contact1 .contact1_rli label {
        display: block;
        margin-bottom: 15px;
        color: #000;
        font-size: 16px;
    }

    .contact1 .contact1_rli:last-child, .contact1 .contact1_ul li button:last-child {
        margin-right: 0;
    }

    .contact1 .contact1_rli input, .contact1 .contact1_rli textarea {
        display: block;
        padding: 15px 20px;
        width: 100%;
        border: solid 1px rgba(255,255,255,.2);
        background-color: rgba(249,250,252,.07);
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
    }

    .contact1 .contact1_rli input {
        height: 55px;
    }

    .contact1 .contact1_rli textarea {
        height: 180px;
    }

.contact1 .contact1_ul li button {
    position: relative;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -ms-transition: .5s;
}

    .contact1 .contact1_ul li button.res {
        background-image: linear-gradient(270deg,#353535 0,#49494a 100%);
    }

    .contact1 .contact1_ul li button em {
        display: inline-block;
        margin-left: 23px;
        font-weight: 700;
        font-size: 12px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        -ms-transition: 1s;
    }

    .contact1 .contact1_ul li button.res em {
        background: rgba(255,255,255,.1);
    }

.contact1 label.error {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    color: #e70615;
    font-size: 14px;
}

.contact1 .contact1_right .ctit {
    color: #fefefe;
}

.contact2 .contact2_map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .contact2 .contact2_map .simg {
        display: none;
    }

    .contact2 .contact2_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.problem1 {
    padding-top: 45px;
}

    .problem1 .problem1_ul {
        position: relative;
        margin-bottom: 30px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

        .problem1 .problem1_ul li {
            position: relative;
            margin-bottom: 30px;
            padding: 30px 50px;
            width: 100%;
            background: #9e9e9e1f;
            cursor: pointer;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            -ms-transition: .5s;
        }

            .problem1 .problem1_ul li::before {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 80px;
                height: 90px;
                background: url(../images/do-bgm1.png) no-repeat center;
                background-size: cover;
                content: "";
                opacity: 0;
                transition: all .3s;
            }

            .problem1 .problem1_ul li.active::before {
                opacity: 1;
            }

            .problem1 .problem1_ul li:hover .problem1_tit .tit {
                color: #1050b4;
            }

    .problem1 .problem1_tit {
        align-items: center;
    }

        .problem1 .problem1_tit .tit {
            position: relative;
            display: block;
            overflow: hidden;
            padding-right: 5%;
            width: calc(100% - 40px);
            color: #010511;
            text-overflow: ellipsis;
            font-size: 20px;
        }

    .problem1 .problem1_decli {
        position: relative;
        z-index: 2;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 200px;
        color: #fff;
    }

    .problem1 .problem1_tit .icon {
        position: relative;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(51,51,51,.1);
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        line-height: 40px;
    }

        .problem1 .problem1_tit .icon em {
            position: absolute;
            top: 18px;
            left: 50%;
            width: 16px;
            height: 2px;
            background: rgba(51,51,51,.2);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            transform: translateX(-50%);
        }

            .problem1 .problem1_tit .icon em:nth-child(2) {
                top: 50%;
                left: 18px;
                width: 2px;
                height: 16px;
                transform: translateY(-50%);
            }

    .problem1 .problem1_ul li.active em:nth-child(2) {
        opacity: 0;
    }

    .problem1 .problem1_ul li.active .icon {
        border-color: #67d53d;
        background-color: #67d53d;
    }

        .problem1 .problem1_ul li.active .icon em {
            background: #fff;
        }

    .problem1 .problem1_ul li.active .problem1_decli, .problem1 .problem1_ul li.active .problem1_tit .tit {
        color: #fff;
    }

    .problem1 .problem1_dec {
        display: none;
        margin-top: 30px;
        padding: 30px 0;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.07);
        color: #666;
        font-size: 16px;
        line-height: 1.875;
    }

        .problem1 .problem1_dec .cont img {
            display: inline-block;
            margin-bottom: 20px;
        }

    .problem1 .problem1_ul li.active {
        background-color: #1050b4;
    }

.download1 .download1_ul {
    padding-bottom: 50px;
    flex-wrap: wrap;
}

    .download1 .download1_ul li {
        position: relative;
        margin-top: 3.33%;
        margin-right: 3.33%;
        width: 22.5%;
        background: url(../images/do-bgm1.png) no-repeat 50%;
        background-size: cover;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transition: .5s;
    }

        .download1 .download1_ul li:nth-child(4n) {
            margin-right: 0;
        }

        .download1 .download1_ul li a {
            display: block;
            padding: 17% 12% 15%;
            width: 100%;
        }

.new1 {
    position: relative;
    margin-bottom: -10.5%;
}

    .new1 .new1_li {
        position: relative;
        background-color: #f0f3f8;
        flex-wrap: wrap;
    }

        .new1 .new1_li::before {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 140px;
            height: 185px;
            background: url(../images/ne-bgm1.png) no-repeat center;
            background-size: cover;
            content: "";
        }

    .new1 .new1_left {
        overflow: hidden;
        width: 66%;
    }

    .new1 .new1_right {
        position: relative;
        padding: 4%;
        width: 34%;
    }

    .new1 .more {
        margin-top: 33%;
        cursor: pointer;
    }

    .new1 .new1_right .time, .new2 .new2_font .btn, .new2 .new2_li .time, .newinfo1 .time, .newinfo2 .newinfo2_li .time, .newinfo2 .newinfo2_more {
        color: #999;
        font-family: Poppins-Regular;
    }

        .new1 .new1_right .time span, .new2 .new2_li .time span, .newinfo1 .time span, .newinfo2 .newinfo2_li .time span {
            color: #17c32f;
        }

    .new1 .new1_right .tit {
        margin-top: 15px;
        margin-bottom: 30px;
        color: #010511;
        font-size: 24px;
    }

    .new1 .new1_right .dec {
        color: #777;
        line-height: 2;
    }

    .new1 .swiper-container {
        margin-top: 50px;
        padding-bottom: 70px;
    }

.new2 {
    padding-top: 40px;
}

    .new2 .new2_list {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .new2 .new2_li {
        position: relative;
        margin-right: 2%;
        margin-bottom: 2%;
        width: 23.5%;
        background: #fff;
    }

        .new2 .new2_li:nth-child(4n) {
            margin-right: 0;
        }

    .new2 .new2_font {
        padding: 5%;
    }

        .new2 .new2_font .tit, .newinfo2 .newinfo2_li .tit {
            color: #010511;
            font-size: 18px;
        }

        .new2 .new2_font .tit {
            margin-top: 8px;
            margin-bottom: 10px;
            min-height: 58px;
        }

        .new2 .new2_font .line {
            margin-bottom: 20px;
            width: 100%;
            height: 1px;
            background: rgba(51,51,51,.05);
        }

        .new2 .new2_font .btn em {
            font-size: 12px;
            transform: rotate(-90deg);
        }

.mainer1 {
    margin-top: 90px;
}

.newinfo1 .newinfo1_list, .ny-bread2 .w1400 {
    padding: 0 2.6%;
}

.newinfo1 .newinfo1_list {
    flex-wrap: wrap;
}

.newinfo1 .newinfo1_tit {
    margin-top: 40px;
    margin-bottom: 25px;
    color: #010511;
    font-size: .4rem;
}

.newinfo1 .newinfo1_line, .newinfo2 .newinfo2_line {
    width: 100%;
    height: 1px;
    background: rgba(51,51,51,.07);
}

.newinfo1 .newinfo1_share {
    margin: 40px auto;
    flex-wrap: wrap;
}

.shareBox {
    color: #777;
}

    .shareBox .share {
        margin-left: 15px;
    }

        .shareBox .share .iconfont {
            position: relative;
            display: inline-block;
            margin-right: 15px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(3,13,35,.05);
            color: rgba(3,13,35,.3);
            text-align: center;
            text-align: center;
            font-size: 22px;
            line-height: 40px;
        }

            .shareBox .share .iconfont:hover {
                background-color: #67d53d;
                color: #fff;
            }

.newinfo1 .newinfo1_dec {
    margin-top: 60px;
    color: #777;
    line-height: 1.875;
}

    .newinfo1 .newinfo1_dec p {
        margin-top: 35px;
    }

    .newinfo1 .newinfo1_dec img {
        margin: 35px auto;
    }

.newinfo1 .pageurl {
    margin-top: 60px;
    padding-top: 3.5%;
    border-top: 1px solid rgba(51,51,51,.05);
    flex-wrap: wrap;
}

    .newinfo1 .pageurl .return {
        width: 20px;
        height: 20px;
        color: #999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transition: .5s;
    }

.newinfo1 .page {
    width: 48%;
    color: #010511;
    font-size: 18px;
}

    .newinfo1 .page.next {
        text-align: right;
    }

.newinfo2 .newinfo2_more em {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    transition: all .8s;
    transform: rotate(-90deg);
}

.newinfo2 .newinfo2_li {
    position: relative;
    display: block;
    width: 100%;
}

    .newinfo2 .newinfo2_li::before {
        position: absolute;
        top: 50%;
        right: -65px;
        width: 1px;
        height: 100%;
        background: rgba(0,0,0,.05);
        content: "";
        transform: translateY(-50%);
    }

.newinfo2 .swiper-slide:nth-child(3n) .newinfo2_li::before {
    opacity: 0;
}

.newinfo2 .newinfo2_li .tit {
    margin-top: 8px;
    margin-bottom: 15px;
}

.newinfo2 .newinfo2_li .dec {
    color: #777;
    line-height: 1.75;
}

.newinfo2 .newinfo2_line {
    margin-top: 30px;
    margin-bottom: 50px;
}

.newinfo2 .swiper-container {
    padding-bottom: 75px;
}

.newinfo2 .newinfo2_more:hover em {
    margin-left: 10px;
}

@media screen and (max-width:1679px) {

    .about3 .about3_li .tit, .about4 .about4_tit {
        font-size: 42px;
    }

    .about3 .about3_dec, .about4 .about4_dec {
        font-size: 19px;
    }

{
}

.w1600 {
    width: 90%;
}

.w1400 {
    width: 80%;
}

.section1 .section1_left {
    padding-left: 5%;
}

.section1 .c-arrows {
    left: 5%;
}

.about1 .about1_dec, .about5 .about5_font .tdec, .area1 .area1_right .tit, .in_tit .dec, .section3 .section3_dec {
    font-size: 22px;
}

.about1 .about1_left, .contact1 .contact1_left, .service2 .service2_left {
    padding-left: 10%;
}

.contact1 .contact1_right, .service2 .service2_right {
    padding-right: 10%;
}

.headfixed .menu-pcul li.proli .head-subnav {
    padding: 0 10%;
}

.pub-banner-font .dec {
    font-size: 22px;
}

.service4 .service4_li button {
    padding: 15px 15px 15px 20px;
}

.service4 .more em {
    margin-left: 5px;
}

.service4 .service4_li:last-child {
    margin-left: 0;
}

.service4 .service4_li.li1 {
    width: 21%;
}

.service4 .service4_li.li2 {
    width: 28%;
}

.about5 .about5_font {
    padding: 20% 15%;
}

.about4 .about4_line {
    margin-bottom: 72px;
}

}

@media screen and (max-width:1520px) {
    .headfixed .menu-list {
        width: 52%;
    }

    .service4 .service4_li.li2 {
        width: 26%;
    }
}

@media screen and (max-width:1459px) {
    .w1400 {
        width: 90%;
    }

    .section1 .section1_tit {
        padding: 20px 30px;
    }

    .footer .footer_addrli .dec, .section2 .section2_tit, .section4 .section4_tit, .section5 .ftit, .service3 .service3_li .tit {
        font-size: 22px;
    }

    .about1 .about1_dec, .in_tit .dec, .section3 .section3_dec {
        font-size: 20px;
    }

    .about1 .about1_tit, .footer .foot_tit, .section3 .section3_tit {
        font-size: 18px;
    }

    .section1 .swiper-container {
        padding-bottom: 100px;
    }

    .about1 .about1_left, .contact1 .contact1_left, .service2 .service2_left {
        padding-left: 5%;
    }

    .contact1 .contact1_right, .service2 .service2_right {
        padding-right: 5%;
    }

    .service1 .service1_tit {
        font-size: 18px;
    }

    .service1 .swiper-container {
        margin-top: 30px;
    }

    .service3 .service3_li .down {
        font-size: 16px;
    }

    .pub-banner-font .more {
        margin-top: 20px;
    }

    .pub-banner-font .dec {
        margin-top: 10px;
        font-size: 20px;
    }

    .arinfo1 .arinfo1_right .tit::before {
        height: 30px;
    }

    .new1 .new1_right .tit {
        font-size: 22px;
    }

    .about1 .about1_sdec p {
        margin-top: 15px;
    }

    .about1 .about1_line {
        margin: 25px auto;
    }

    .about2 .about2_li .about2_font .tit {
        font-size: 30px;
    }

        .about2 .about2_li .about2_font .tit em {
            font-size: 26px;
        }

    .about4 .about4_line {
        margin-bottom: 67px;
    }

    .about6 .swiper-container {
        width: 92%;
    }

    .about6 .about6_img {
        margin: 15px auto;
    }

    .about6 .c-prev {
        left: -50px;
    }

    .about6 .c-next {
        right: -50px;
    }

    .about5 .c-arrows {
        margin-top: 50px;
    }

    .headfixed .menu-pcul li.proli .head-subnav {
        padding: 0 5%;
    }
}

@media screen and (max-width:1366px) {
    .banner .swiper_dec {
        font-size: 20px;
    }

    .banner .swiper_ltit {
        font-size: 24px;
    }

    .more {
        padding: 12px 15px 12px 30px;
    }

    .banner .swiper_ltit img {
        max-width: 200px;
    }

    .banner .swiper-font {
        padding: 0 6%;
    }

    .c-loading, .c-prev {
        width: 46px;
        height: 46px;
    }

        .c-loading .left, .c-loading .left:after, .c-loading .right, .c-loading .right:after {
            width: 23px;
            height: 46px;
        }

    .section3 .section3_nbot .dec {
        padding-right: 5%;
    }

    .section4 .section4_img {
        height: 125px;
    }

    .section4 .section4_right .swiper-slide {
        padding: 8%;
    }

    .section4 .section4_dec {
        margin-top: 4%;
        margin-bottom: 8%;
    }

    .section4 .section4_left .swiper-slide:hover .section4_img::after, .section4 .section4_left .swiper-slide:hover .section4_img::before {
        width: 80px;
        height: 40px;
    }

    .section1 .swiper-container {
        padding-bottom: 80px;
    }

    .section1 .section1_tit {
        font-size: 20px;
    }

    .section4 .c-dot {
        bottom: 55px;
    }

    .section5 .section5_bli1 {
        padding: 3%;
    }

    .section5 .dec {
        margin-bottom: 5%;
    }

    .section3 .section3_tdec {
        margin-bottom: 40px;
    }

    .section2 .section2_iconBox {
        width: 200px;
        height: 200px;
    }

    .section2 .section2_lline {
        margin: 20px auto;
    }

    .section2 .swiper-container {
        margin-top: 40px;
    }

    .headfixed .logo_font {
        font-size: 14px;
    }

    .headfixed .logo_img {
        margin-right: 15px;
        padding-right: 15px;
    }

    .headfixed .menu-list {
        width: 58%;
    }

    .headfixed .menu-pcul li > a {
        line-height: 80px;
    }

    .headfixed.headerbgm .menu-pcul li > a {
        line-height: 75px;
    }

    .section3 .section3_en {
        width: calc(100% - 170px);
    }

    .section3 .section3_icon {
        width: 170px;
        height: 165px;
    }

    .section3 .section3_nbot .dec {
        margin-top: 10px;
    }

    .pub-banner-font .dec {
        font-size: 18px;
    }

    .proinfo2 .proinfo2_tit, .proinfo2 table th {
        font-size: 22px;
    }

    .proinfo2 table td:nth-child(odd) {
        font-size: 16px;
    }

    .proinfo2 .proinfo2_tit, .proinfo2 table td, .proinfo2 table th {
        padding: 15px 25px;
    }

    .proinfo3 .swiper-container, .proinfo4 .swiper-container {
        margin-top: 25px;
    }

    .new1 .swiper-container {
        margin-top: 30px;
    }

    .new1 .swiper-container, .proinfo4 .swiper-container {
        padding-bottom: 50px;
    }

    .new2 .new2_list {
        margin-bottom: 10px;
    }

    .new1 .more {
        margin-top: 20%;
    }

    .newinfo1 .newinfo1_tit {
        font-size: 30px;
    }

    .newinfo1 .newinfo1_list, .ny-bread2 .w1400 {
        padding: 0;
    }

    .newinfo1 .newinfo1_dec p {
        margin-top: 20px;
    }

    .newinfo1 .newinfo1_dec img {
        margin: 20px auto;
    }

    .newinfo1 .newinfo1_dec, .newinfo1 .pageurl {
        margin-top: 40px;
    }

    .newinfo1 .newinfo1_share {
        margin: 25px auto;
    }

    .newinfo2 .newinfo2_li::before {
        right: -40px;
    }

    .contact1 .contact1_left .entit {
        margin-top: 4%;
    }

    .contact1 .contact1_li:nth-child(2n-1) {
        padding-left: 3%;
    }

    .contact1 .contact1_icon {
        width: 30px;
        height: 30px;
    }

    .contact1 .contact1_font {
        padding-left: 10px;
        width: calc(100% - 30px);
    }

    .contact1 .contact1_img {
        margin-top: 30px;
    }

    .about5 .about5_font .tdec {
        font-size: 20px;
    }

    .about2 .about2_li {
        padding: 20px 2.5%;
    }

    .about6 .c-prev {
        left: -30px;
    }

    .about6 .c-next {
        right: -30px;
    }

    .about5 .about5_font {
        padding: 16% 15%;
    }

    .about4 .about4_bli, .about4 .about4_tli {
        padding: 6% 4%;
    }

    .headfixed .head_protit {
        font-size: 16px;
    }

    .headfixed .head_tabli {
        padding: 8px 20px;
        font-size: 16px;
    }

    .headfixed .head_tab {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .headfixed .head_proBox .more {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width:1259px) {
    .w1200 {
        width: 90%;
    }

    .contact1 .contact1_li {
        width: 100%;
    }

        .contact1 .contact1_li:nth-child(2n-1) {
            padding-left: 0;
        }

    .headfixed .logo_font {
        display: none;
    }

    .headfixed .logo_img {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .headfixed.headerbgm .logo_img, .headfixed.hheaderbgm .logo_img, .headfixed1 .logo_img {
        border-right: 0;
    }

    .headfixed .menu-list {
        width: 68%;
    }

    .section2 .section2_snum {
        font-size: 22px;
    }

    .section2 .section2_tit {
        font-size: 20px;
    }

    .about1 .about1_dec, .banner .swiper_dec, .banner .swiper_ltit, .in_tit .dec, .section1 .section1_tit, .section3 .section3_dec, .section5 .section5_tabli .stit {
        font-size: 18px;
    }

    .about1 .about1_tit, .footer .footer-subtit a, .section3 .section3_nbot .dec, .section3 .section3_tit {
        font-size: 16px;
    }

    .footer .footer-subnav a {
        padding: 3px 0;
        font-size: 15px;
    }

    .footer .foot-copy, .footer .foot-copy a, .footer .foot-rtlink a, .section2 .section2_dec {
        font-size: 14px;
    }

    .banner .swiper_ltit img {
        max-width: 160px;
    }

    .section4 .section4_left, .section4 .section4_right {
        width: 100%;
    }

        .section4 .section4_right .swiper-slide {
            padding: 9.6% 8%;
        }

    .section4 .section4_bot {
        margin-top: 30px;
    }

    .in_tit .dec {
        margin-top: 10px;
    }

    .section5 .ftit {
        margin-bottom: 15px;
    }

    .section5 .btn, .section5 .time {
        font-size: 14px;
    }

    .section3 .section3_nbot .num {
        font-size: 38px;
    }

        .section3 .section3_nbot .num em {
            vertical-align: 1px;
            font-size: 32px;
        }

    .brand1 .brand1_img {
        height: 180px;
    }

    .brand1 .brand1_tit {
        padding: 18px 10px;
    }

    .pub-banner-font .tit {
        font-size: 32px;
    }

    .brinfo1 .brinfo1_left {
        width: 350px;
    }

    .brinfo1 .brinfo1_img {
        height: 200px;
    }

    .brinfo1 .brinfo1_right {
        padding-right: 0;
        width: calc(100% - 350px);
    }

    .brinfo1 .brinfo1_dec {
        margin-bottom: 15px;
    }

    .service4 .service4_li.li2 {
        width: 22%;
    }

    .service3 .service3_li .btn {
        margin-top: 70px;
    }

    .arinfo1 .arinfo1_right .tit {
        font-size: 26px;
    }

        .arinfo1 .arinfo1_right .tit::before {
            height: 24px;
        }

    .arinfo2 .swiper-container {
        margin-top: 20px;
    }

    .arinfo2, .brinfo2 {
        padding-top: 25px;
    }

    .proinfo1 .proinfo1_dec {
        font-size: 16px;
    }

    .proinfo2 {
        padding-top: 30px;
    }

        .proinfo2 .proinfo2_tit, .proinfo2 table th {
            font-size: 20px;
        }

    .new2 .new2_font .tit, .newinfo2 .newinfo2_li .tit {
        font-size: 16px;
    }

    .new1 .new1_li::before {
        width: 75px;
        height: 100px;
    }

    .new1 .more {
        margin-top: 13%;
    }

    .new1 .new1_right .tit {
        margin-bottom: 20px;
    }

    .new2 .new2_li {
        width: 32%;
    }

        .new2 .new2_li:nth-child(4n) {
            margin-right: 2%;
        }

        .new2 .new2_li:nth-child(3n) {
            margin-right: 0px;
        }

    .new2 .new2_font .tit {
        min-height: 50px;
    }

    .newinfo2 .swiper-container {
        padding-bottom: 55px;
    }

    .problem1 .problem1_ul li {
        margin-bottom: 20px;
        padding: 20px 30px;
    }

    .problem1 .problem1_tit .tit {
        width: calc(100% - 35px);
        font-size: 18px;
    }

    .problem1 .problem1_tit .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

        .problem1 .problem1_tit .icon em {
            top: 16px;
        }

            .problem1 .problem1_tit .icon em:nth-child(2) {
                left: 16px;
            }

    .contact1 .contact1_li {
        padding: 15px 0;
    }

        .contact1 .contact1_li::before {
            opacity: 0;
        }

    .contact1 .contact1_left .entit {
        margin-top: 20px;
    }

    .contact1 .contact1_left {
        padding-bottom: 6%;
    }

    .about1 .about1_year .num {
        font-size: 30px;
    }

    .about1 .about1_year .tit, .about1 .about1_year .year {
        font-size: 16px;
    }

    .about1 .about1_year {
        padding-top: 8.5%;
        padding-bottom: 10.5%;
    }

    .about4 .about4_line {
        margin-bottom: 30px;
    }

    .about4 .about4_list {
        margin-top: 25px;
    }

    .about3 .about3_icon {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width:1100px) {
    .section3 .section3_top {
        flex-wrap: wrap;
    }

    .section3 .section3_tleft, .section3 .section3_tright, .section4 .section4_left, .section4 .section4_right {
        width: 100%;
    }

    .btn-phone, .headfixed .logo .himg, .headfixed.headerbgm .logo .img, .headfixed.hheaderbgm .logo .img, .headfixed1 .logo .img, .service1 .c-dot {
        display: block;
    }

    .headfixed .logo .img, .headfixed .menu-pcul, .headfixed.headerbgm .logo .img, .headfixed.hheaderbgm .logo .img, .headfixed1 .logo .img, .section3 .more {
        display: none;
    }

    .search-form fieldset {
        width: 60%;
    }

    .headfixed .headfixed-show {
        position: relative;
        padding: 15px 4%;
        background: #fff;
    }

    .footer .foot-logo img, .headfixed .logo_img img {
        max-width: 150px;
    }

    .btn-psearch .toggle-search {
        color: #333;
    }

    .headfixed .menu-list {
        width: 50%;
    }

    .headfixed .btn-list {
        width: 100%;
        justify-content: flex-end;
    }

    .headfixed .btn-right {
        margin-right: 30%;
        width: 26px;
    }

    .mainer {
        margin-top: 63px;
    }

    .banner .swiper_rtit, .in_tit .tit {
        font-size: 26px;
    }

    .section1 .section1_left {
        padding-right: 5%;
    }

    .in_tit .dec {
        font-size: 16px;
    }

    .banner .swiper_rtit {
        line-height: 1.5;
    }

    .section2 .swiper-container {
        overflow: hidden;
    }

    .section2 .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .section2 .swiper-container {
        padding-bottom: 40px;
    }

    .section2 .c-dot {
        bottom: 70px;
    }

    .section2 .section2_iconBox {
        width: 160px;
        height: 160px;
    }

    .section1 .swiper-container {
        padding-bottom: 70px;
    }

    .section3 .section3_tright {
        margin-top: 20px;
        padding-left: 0;
    }

    .section3 .section3_tdec {
        margin-bottom: 0;
    }

    .section3 .section3_en {
        padding-right: 0;
        width: calc(100% - 140px);
    }

    .section3 .section3_icon {
        width: 140px;
        height: 135px;
    }

        .section3 .section3_icon em {
            top: 28%;
            left: 28%;
            transform: scale(.75);
        }

    .section4 .section4_right .swiper-slide {
        padding: 6%;
    }

    .section4 .section4_dec {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .section5 .ftit {
        font-size: 20px;
    }

    .section5 .section5_bli1 .dec {
        -webkit-line-clamp: 2;
    }

    .section5 .section5_bli1 .ftit {
        margin-bottom: 10px;
    }

    .section5 .section5_bli1 .dec {
        margin-top: 10px;
    }

    .footer {
        padding-top: 60px;
    }

    .in_tit .tit span {
        font-size: 30px;
    }

    .brinfo1 .brinfo1_left {
        width: 300px;
    }

    .brinfo1 .brinfo1_img {
        height: 150px;
    }

    .brinfo1 .brinfo1_dec {
        height: 100px;
        font-size: 15px;
    }

    .brinfo1 .brinfo1_right {
        width: calc(100% - 300px);
    }

    .arinfo2 .proinfo4_tit, .proinfo4 .proinfo4_tit {
        padding: 15px 0;
    }

    .proinfo4 .swiper-container {
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .contact1 .contact1_left .ctit, .contact1 .contact1_right .ctit, .service2 .service2_tit {
        font-size: 22px;
    }

    .service1 .swiper-container {
        padding-bottom: 50px;
    }

    .pub-banner-font1, .pub-banner-font2 {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

    .service2 .service2_tit {
        min-height: 80px;
    }

    .service2 .service2_img img {
        margin-top: 40px;
    }

    .service3 .service3_li {
        width: 31.33%;
    }

        .service3 .service3_li:nth-child(4n) {
            margin-right: 3%;
        }

        .service3 .service3_li:nth-child(3n) {
            margin-right: 0;
        }

        .service3 .service3_li .tit {
            font-size: 20px;
        }

    .service4 .service4_li {
        margin-right: 3%;
        margin-bottom: 3%;
        width: 48% !important;
    }

        .service4 .service4_li:nth-child(2n) {
            margin-right: 0;
        }

        .service4 .service4_li button {
            width: 100%;
        }

    .service4 {
        padding: 60px 0 40px 0;
    }

    .product1 .product1_list {
        padding-top: 35px;
    }

    .area1 .area1_right .line {
        margin-top: 20%;
    }

    .arinfo1 .arinfo1_right {
        padding-right: 0;
    }

    .proinfo1 .proinfo1_simgBox {
        padding-right: 0;
    }

    .new1 .new1_left {
        width: 60%;
    }

    .new1 .new1_right {
        width: 40%;
    }

        .new1 .new1_right .dec {
            -webkit-line-clamp: 2;
        }

    .new1 .more {
        margin-top: 20px;
    }

    .new1 .new1_right .tit {
        margin: 10px auto;
        font-size: 20px;
    }

    .new2 { /* padding-top:25%; */
    }

    .new1 {
        margin-bottom: -18%;
    }

    .newinfo1 .newinfo1_tit {
        margin-top: 20px;
        font-size: 26px;
    }

    .newinfo1 .page {
        width: 45%;
    }

    .newinfo2 .newinfo2_li .dec {
        font-size: 15px;
    }

    .newinfo2 .newinfo2_line {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .newinfo2 .newinfo2_li::before {
        right: -20px;
    }

    .problem1 {
        padding-top: 30px;
    }

        .problem1 .problem1_ul {
            margin-bottom: 15px;
        }

    .about5 .about5_font .tdec {
        font-size: 18px;
    }

    .about2 .about2_li .about2_font .tit {
        font-size: 26px;
    }

    .about3 .about3_li .tit, .about4 .about4_tit {
        font-size: 32px;
    }

    .about3 .about3_li .dec, .about4 .about4_dec {
        font-size: 15px;
    }

        .about4 .about4_dec p {
            display: inline;
        }

    .about5 .about5_font .line {
        margin: 10px auto;
    }

    .about5 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width:980px) {
    .about1, .contact1, .footer .foot-bot > div {
        flex-wrap: wrap;
    }

        .about1 .about1_left, .about1 .about1_right, .about4 .about4_left, .about4 .about4_right, .area1 .area1_left, .area1 .area1_right, .contact1 .contact1_left, .contact1 .contact1_right, .footer .foot-copy, .footer .foot-rtlink, .footer .foot_left, .proinfo1 .proinfo1_left, .proinfo1 .proinfo1_right, .section1 .section1_left, .section1 .section1_right, .section5 .section5_bli1 {
            width: 100%;
        }

    .section5 .section5_bli1 {
        margin-right: 0;
        margin-bottom: 20px;
        padding: 5% 4%;
    }

    .section5 .section5_blink {
        margin-top: 20px;
    }

    .banner .pub-pbanner, .footer .footer-menu, .section1 .more, .section1 .swiper-scrollbar {
        display: none !important;
    }

    .banner .pub-mbanner {
        display: block;
    }

    .banner .swiper-img .more, .section1 .section1_right {
        margin: 30px 0 0;
    }

    .section1 .swiper-container {
        margin: 0 auto;
        width: 90%;
    }

    .section1 .in_tit {
        margin-top: -10px;
        text-align: center;
    }

    .section1 .c-arrows {
        bottom: 60px;
        left: 50%;
        width: 20%;
        transform: translateX(-50%);
    }

    .more em {
        margin-left: 12px;
        width: 22px;
        height: 22px;
        line-height: 24px;
    }

    .more {
        padding: 10px 15px 10px 30px;
        font-size: 14px;
    }

    .section2 .section2_num {
        font-size: 48px;
    }

    .section2 .section2_iconBox {
        margin-bottom: 20px;
    }

    .section2 .section2_line {
        margin: 10px auto;
    }

    .section2 .section2_lline {
        margin: 10px auto;
        height: 30px;
    }

    .section2 .swiper-slide:hover {
        box-shadow: 0 25px 54px 0 rgba(16,80,180,0);
    }

    .section3 .section3_nbot .dec {
        font-size: 14px;
    }

    .section3 .section3_nbot .num {
        font-size: 30px;
    }

        .section3 .section3_nbot .num em {
            vertical-align: 1px;
            font-size: 26px;
        }

    .section3 .section3_numBox {
        padding-top: 40px;
    }

    .section3 .section3_en {
        width: calc(100% - 110px);
    }

    .section3 .section3_icon {
        width: 110px;
        height: 105px;
    }

        .section3 .section3_icon em {
            top: 23%;
            left: 23%;
            transform: scale(.65);
        }

    .section4 .section4_top .in_tit {
        width: calc(100% - 140px);
    }

    .section4 .section4_dec, .section5 .dec {
        font-size: 15px;
    }

    .section5 .ftit {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .section5 .section5_font, .section5 .section5_img {
        width: 50%;
    }

    .section4 .section4_num {
        font-size: 100px;
    }

    .section4 .section4_num {
        bottom: -12%;
    }

    .footer .foot-rtlink {
        margin-top: 5px;
        text-align: left;
    }

    .footer {
        padding-top: 40px;
    }

        .footer .foot-top {
            padding-bottom: 15px;
        }

        .footer .footer_addrli {
            margin-bottom: 10px;
        }

    .section5 .section5_bli1:last-child {
        margin-bottom: 0;
    }

    .brand1 .brand1_li, .product1 .product1_li {
        width: 49%;
    }

        .brand1 .brand1_li:nth-child(3n), .product1 .product1_li:nth-child(3n) {
            margin-right: 2%;
        }

        .brand1 .brand1_li:nth-child(2n), .product1 .product1_li:nth-child(2n) {
            margin-right: 0;
        }

    .brand1 .brand1_img {
        height: 150px;
    }

    .brinfo1 .brinfo1_left {
        width: 200px;
    }

    .brinfo1 .brinfo1_img {
        height: 130px;
    }

        .brinfo1 .brinfo1_img img {
            padding: 10%;
        }

    .brinfo1 .brinfo1_right {
        width: calc(100% - 200px);
    }

    .arinfo2, .brinfo2 {
        padding-top: 30px;
    }

    .brinfo1 .brinfo1_dec p {
        padding-right: 10px;
    }

    .service1 .swiper-container {
        margin-top: 20px;
    }

    .pub-banner-font .dec {
        font-size: 16px;
    }

    .arinfo1 .arinfo1_right .dec, .service2 .service2_dec, .service2 .service2_more {
        font-size: 15px;
    }

    .arinfo1 .arinfo1_right .dec {
        margin-top: 10px;
    }

    .service2 .service2_left {
        padding-right: 5%;
    }

    .service2 .service2_right {
        padding-left: 5%;
    }

    .service2 .service2_dec {
        min-height: 150px;
    }

    .area1 .area1_right {
        padding: 7%;
    }

    .arinfo2 .arinfo2_li {
        margin-top: 2%;
        width: 49%;
    }

        .arinfo2 .arinfo2_li:nth-child(2n) {
            margin-right: 0;
        }

    .arinfo2 .swiper-container {
        margin-top: 10px;
    }

    .proinfo1 .proinfo1_left {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .proinfo1 .proinfo1_dec {
        margin-top: 20px;
    }

    .proinfo1 .proinfo1_list {
        padding: 5%;
        padding-bottom: 0 !important;
    }

    .proinfo2 {
        overflow-x: auto;
        overflow-y: hidden;
    }

        .proinfo2 .tableBox {
            width: 1100px;
        }

        .proinfo2 .proinfo2_tit, .proinfo2 table th {
            font-size: 18px;
        }

    .new1 .new1_left {
        width: 55%;
    }

    .new1 .new1_right {
        width: 45%;
    }

    .new1 .new1_li {
        padding: 4%;
    }

    .new1 .new1_right {
        padding: 0;
        padding-left: 4%;
    }

        .new1 .new1_right .time, .new2 .new2_font .btn, .new2 .new2_li .time, .newinfo1 .time, .newinfo2 .newinfo2_li .time, .newinfo2 .newinfo2_more {
            font-size: 14px;
        }

    .new2 .new2_font .tit {
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 50px;
    }

    .newinfo1 .page {
        font-size: 16px;
    }

    .newinfo2 .newinfo2_li .tit {
        margin-bottom: 10px;
    }

    .contact1 .contact1_rli textarea {
        margin-top: 0;
    }

    .contact1 .contact1_ul li {
        margin-top: 20px;
    }

        .contact1 .contact1_ul li:last-child {
            margin-top: 30px;
        }

    .about1 .about1_left, .contact1 .contact1_left {
        padding-right: 5%;
    }

    .contact1 .contact1_right {
        padding: 10% 5%;
    }

    .about5 .about5_font .tit {
        font-size: 24px;
    }

    .about1 .about1_year {
        top: -14%;
        left: 5%;
        transform: translateY(0);
    }

    .about1 .about1_right {
        margin-top: 15%;
    }

    .about2 .about2_li .about2_font .dec {
        margin-top: 5px;
        padding-bottom: 0;
        font-size: 14px;
    }

    .about2 .about2_icon {
        width: 106px;
        height: 103px;
    }

        .about2 .about2_icon em {
            transform: translateX(-50%) scale(.65);
        }

    .about4 .about4_left img {
        height: auto;
    }

    .about6 .swiper-container {
        margin-top: 25px;
        padding-bottom: 50px;
        width: 90%;
    }

    .about6 .c-prev {
        left: -20px;
    }

    .about6 .c-next {
        right: -20px;
    }

    .section5 .section5_tright {
        padding-left: 3%;
    }
}

@media screen and (max-width:767px) {
    .about2, .about3 .about3_list, .banner .swiper_tit, .section2 .section2_top, .section3 .section3_numBox, .section4 .section4_top, .section5 .section5_top, .service2 {
        flex-wrap: wrap;
    }

        .about2 .about2_li, .about3 .about3_li, .about4 .about4_bli, .about4 .about4_tli, .arinfo1 .arinfo1_left, .arinfo1 .arinfo1_right, .brinfo1 .brinfo1_right, .contact1 .contact1_rli, .new1 .new1_left, .new1 .new1_right, .newinfo1 .page, .proinfo1 .proinfo1_imgBox, .proinfo1 .proinfo1_simgBox, .section2 .in_tit, .section3 .section3_numLi, .section4 .section4_top .in_tit, .section5 .in_tit, .section5 .section5_font, .section5 .section5_img, .section5 .section5_tab, .section5 .section5_tleft, .section5 .section5_tright, .service2 .service2_left, .service2 .service2_right, .service4 .service4_li {
            width: 100% !important;
        }

    .banner .c-arrows, .contact2 .contact2_map .img, .newinfo1 .pageurl .return, .section2 .more, .section4 .more, .section5 .more, .section5 .section5_bli1 .dec, .section5 .section5_bli1 .time {
        display: none;
    }

    .app-kfbt, .arinfo2 .c-dot1, .contact2 .contact2_map .simg, .section4 .section4_left .c-dot {
        display: block;
    }

    .banner .swiper_rtit {
        padding-left: 5%;
    }

    .brinfo1 .brinfo1_right, .proinfo1 .proinfo1_simgBox, .section5 .section5_tright {
        padding-left: 0;
    }

    .section4 .section4_top .in_tit, .section5 .section5_tab, .section5 .section5_tleft {
        padding-right: 0;
    }

    .contact1 .contact1_rli, .service4 .service4_li {
        margin-right: 0;
    }

    .section5 .section5_tright {
        margin-top: 5px;
    }

    .banner .swiper-font {
        padding: 0;
    }

    .contact1 .contact1_img, .contact1 .contact1_rli {
        margin-top: 20px;
        flex: auto;
    }

    .contact1 .contact1_ul li {
        margin-top: 0;
    }

    .banner .swiper_rtit, .newinfo1 .page.next {
        margin-top: 10px;
    }

    .contact1 .contact1_left .entit {
        font-size: 15px;
    }

    .footer .foot-logo img, .headfixed .logo_img img {
        max-width: 120px;
    }

    .headfixed .headfixed-show {
        padding: 12px 5%;
    }

    .contact1 .contact1_right .ctit {
        font-size: 22px;
    }

    .mainer {
        margin-top: 54px;
    }

    .search-form.open {
        height: 120px;
    }

    .search-form fieldset {
        width: 90%;
    }

    .mobile-nav-box {
        top: 54px;
    }

    .in_tit .tit {
        font-size: 22px;
    }

    .banner .swiper_rtit {
        font-size: 20px;
    }

    .banner .swiper_ltit img {
        max-width: 100px;
    }

    .banner .swiper_dec {
        margin-bottom: 20px;
        padding: 8px 15px 6px 15px;
        font-size: 14px;
    }

    .banner .swiper_ltit {
        font-size: 16px;
    }

    .more {
        padding: 10px 15px 10px 20px;
        font-size: 14px;
    }

    .banner .swiper-img .more, .section1 .section1_right {
        margin: 20px 0 0;
    }

    .banner .c-dot {
        bottom: 15px;
    }

    .c-loading, .c-prev {
        width: 36px;
        height: 36px;
    }

        .c-loading .left, .c-loading .left:after, .c-loading .right, .c-loading .right:after {
            width: 18px;
            height: 36px;
        }

    .footer .footer_addrli .tit, .in_tit .dec, .section3 .section3_tdec, .section4 .section4_dec, .section5 .dec {
        font-size: 14px;
    }

    .newinfo2 .newinfo2_li .dec, .section4 .section4_btn {
        font-size: 13px;
    }

    .section1 .section1_tit {
        padding: 15px;
        font-size: 16px;
    }

    .section1 .c-arrows {
        bottom: 50px;
        width: 25%;
        height: 36px;
    }

    .section1 .swiper-container {
        padding-bottom: 55px;
    }

    .section2 .in_tit, .section4 .in_tit, .section5 .in_tit {
        text-align: center;
    }

    .in_tit .tit p {
        display: inline;
    }

    .section2 .section2_tit {
        font-size: 18px;
    }

    .section2 .section2_num {
        font-size: 36px;
    }

    .section2 .section2_iconBox {
        transform: scale(.7);
    }

    .section2 .swiper-container {
        margin-top: 15px;
        padding-bottom: 40px;
    }

    .section2 .c-dot {
        bottom: 50px;
    }

    .section2 .section2_snum {
        font-size: 18px;
    }

    .section2 .section2_lline {
        height: 20px;
    }

    .section2 .section2_hdivct {
        padding: 0 5%;
    }

    .section2 .section2_line {
        margin-bottom: 8%;
    }

    .about1 .about1_dec, .section3 .section3_dec {
        font-size: 16px;
    }

    .section3 .section3_tright {
        margin-top: 10px;
    }

    .section3 .section3_numLi {
        margin-top: 20px;
        padding: 8% 6%;
    }

    .newinfo1 .pageurl, .section3 .section3_numBox {
        padding-top: 20px;
    }

    .section3 .section3_numLi:first-child {
        margin-top: 0;
    }

    .section3 .section3_icon {
        width: 80px;
        height: 75px;
    }

        .section3 .section3_icon em {
            top: 16%;
            left: 10%;
            transform: scale(.5);
        }

    .section3 .section3_en {
        width: calc(100% - 80px);
    }

    .section2 .section2_iconBox, .section3 .section3_nbot .dec, .section3 .section3_ntop {
        margin-bottom: 0;
    }

    .section3 .section3_nbot .dec {
        margin-top: 5px;
    }

    .section3 .section3_nbot .num {
        font-size: 26px;
    }

        .section3 .section3_nbot .num em {
            font-size: 22px;
        }

    .swiper-container {
        padding-right: 1px;
    }

    .section4 .section4_bot {
        margin-top: 20px;
    }

    .in_tit .tit span {
        font-size: 24px;
    }

    .section4 .section4_img {
        height: 80px;
    }

        .section4 .section4_img img {
            padding: 25%;
        }

    .section4 .section4_left .swiper-container {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }

    .section4 .section4_left .c-dot .swiper-pagination {
        width: 100%;
    }

    .section4 .section4_left .c-dot {
        right: auto;
        bottom: 0;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translateX(-50%);
    }

    .section4 .section4_tit {
        font-size: 17px;
    }

    .in_tit .dec {
        font-size: 15px;
    }

    .in_tit .dec {
        margin-top: 5px;
    }

    .footer .foot_tit, .footer .footer_addrli .dec, .section5 .ftit {
        font-size: 16px;
    }

    .section4 .section4_dec {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .section4 .section4_right .swiper-slide {
        padding: 8% 6%;
    }

    .section4 .section4_num {
        bottom: -8%;
        font-size: 70px;
    }

    .section4 .c-dot {
        bottom: 30px;
    }

    .section5 .section5_tab {
        justify-content: center;
    }

    .section5 .section5_tabli .stit {
        padding: 8px 0;
        font-size: 17px;
    }

    .section5 .section5_li {
        margin-top: 25px;
    }

    .section5 .section5_bli1, .section5 .section5_font {
        padding: 15px 20px;
        margin-bottom: 10px;
    }

        .section5 .section5_bli1 .ftit {
            margin-bottom: 15px;
        }

    .footer .foot_tit {
        margin-bottom: 10px;
    }

    .footer .footer_addrli {
        margin-bottom: 5px;
    }

    .footer {
        padding-top: 30px;
    }

    .section4 .section4_left .swiper-slide:hover .section4_img::after, .section4 .section4_left .swiper-slide:hover .section4_img::before {
        width: 35px;
        height: 20px;
    }

    .brand1 .brand1_list {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .pub-banner-font .tit {
        font-size: 22px;
    }

    .ny-bread em.icon-wz {
        font-size: 14px;
    }

    .ny-bread em {
        margin: 0;
    }

    .ny-bread a {
        font-size: 13px;
    }

    .brand1 .brand1_img {
        height: 90px;
    }

    .brand1 .brand1_tit {
        padding: 12px 5px;
        font-size: 16px;
    }

    .brand1 .brand1_img img {
        padding: 25%;
    }

    .ny-bread {
        padding: 10px 0;
    }

    .brinfo1 .brinfo1_left {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 200px;
    }

    .brinfo1 .brinfo1_img {
        height: 110px;
    }

    .brinfo1 .brinfo1_list, .new1 .new1_right, .proinfo1 .proinfo1_list, .service2 .service2_left, .service2 .service2_right {
        padding: 10% 5%;
    }

    .proinfo1 .proinfo1_list {
        padding-bottom: 10% !important;
    }

    .brinfo1 .brinfo1_dec {
        margin: 10px 0;
        height: auto;
        font-size: 14px;
    }

    .arinfo2 .proinfo4_tit, .proinfo4 .proinfo4_tit {
        display: -webkit-box;
        display: -webkit-box;
        overflow: hidden;
        padding: 12px 0;
        text-overflow: ellipsis;
        white-space: initial;
        word-wrap: break-word;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .proinfo4 .swiper-container {
        margin-top: 15px;
        padding-bottom: 40px;
    }

    .loading {
        width: 14px;
        height: 14px;
    }

        .loading .left, .loading .left:after, .loading .right, .loading .right:after {
            width: 7px;
            height: 14px;
        }

        .loading .c-progress {
            width: 3px;
            height: 3px;
        }

    .arinfo2, .brinfo2 {
        padding-top: 20px;
    }

    .c-dot {
        height: 14px;
    }

    .arinfo2 .arinfo2_li:hover, .proinfo4 .swiper-slide a:hover {
        box-shadow: 0 30px 50px 0 rgba(113,113,113,0);
    }

    .area1 .area1_right .dec, .in_tit .dec1, .product1 .product1_font .dec, .pub-banner-font .dec, .service2 .service2_dec, .service2 .service2_more, .service3 .service3_li .down, .service3 .service3_li .time {
        font-size: 14px;
        line-height: 1.5;
    }

    .about1 .about1_sdec, .arinfo1 .arinfo1_right .dec, .new1 .new1_right .dec, .newinfo1 .newinfo1_dec, .newinfo2 .newinfo2_li .dec, .problem1 .problem1_decli, .proinfo1 .proinfo1_dec, .proinfo2 table td, .proinfo2 table td:nth-child(odd), .shareBox {
        font-size: 14px;
    }

    .area1 .area1_li .btn, .new1 .new1_right .time, .new2 .new2_font .btn, .new2 .new2_li .time, .newinfo1 .time, .newinfo2 .newinfo2_li .time, .newinfo2 .newinfo2_more, .product1 .product1_font .btn {
        font-size: 13px;
    }

    .newinfo2 .newinfo2_li .time {
        font-size: 12px;
    }

    .pub-banner-font .more {
        margin-top: 15px;
    }

    .service3 .service3_list {
        margin-top: 5px;
    }

    .new2 .new2_font .tit, .newinfo2 .newinfo2_li .tit, .proinfo2 .proinfo2_tit, .proinfo2 table th {
        font-size: 16px;
    }

    .about1 .about1_sdec p, .in_tit .dec1 {
        margin-top: 5px;
    }

    .proinfo1 .proinfo1_dec {
        margin-top: 10px;
    }

    .newinfo1 .newinfo1_dec p {
        margin-top: 5px;
    }

    .newinfo1 .newinfo1_dec img {
        margin: 10px auto;
    }

    .service1 .service1_tit {
        padding: 15px;
        font-size: 16px;
    }

    .service1 .swiper-container {
        margin-top: 15px;
        padding-bottom: 30px;
    }

    .service2 .service2_dec, .service2 .service2_tit {
        min-height: initial;
    }

    .newinfo1 .time, .service2 .service2_dec {
        margin-bottom: 15px;
    }

    .service2 .service2_tit {
        margin-bottom: 10px;
    }

    .service2 .service2_img img {
        margin: 0 auto;
        margin-top: 30px;
    }

    .area1 .area1_right .tit {
        margin-bottom: 5px;
    }

    .arinfo1 .arinfo1_right .tit, .contact1 .contact1_left .ctit, .contact1 .contact1_right .ctit, .service2 .service2_tit {
        font-size: 20px;
    }

    .service2 .service2_left, .service2 .service2_right {
        text-align: center;
    }

    .service3 .service3_li {
        margin-right: 3%;
        padding: 8% 6%;
        width: 48%;
    }

        .service3 .service3_li:nth-child(3n) {
            margin-right: 3%;
        }

        .service3 .service3_li:nth-child(2n) {
            margin-right: 0;
        }

        .service3 .service3_li .tit {
            font-size: 16px;
        }

    .service3 .down_icon {
        width: 30px;
        height: 30px;
        background-size: 50%;
    }

    .service3 .service3_li .btn {
        margin-top: 40px;
    }

    .contact1 .contact1_rli input, .service4 .service4_li input {
        padding: 0 15px;
        height: 45px;
    }

    .contact1 .contact1_rli textarea {
        padding: 15px;
        height: 130px;
    }

    .service4 {
        padding: 40px 0 30px 0;
    }

    .area1 .area1_right .tit, .product1 .product1_font .tit {
        font-size: 17px;
    }

    .product1 .product1_font .bline {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .product1 .product1_list {
        padding-top: 25px;
    }

    .product1 .product1_img img {
        padding: 10%;
    }

    .area1 .area1_right .line {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .area1 .area1_right {
        padding: 10% 7%;
    }

    .area1 .area1_list {
        padding-top: 15px;
    }

    .arinfo1 .arinfo1_right .tit {
        padding-left: 10px;
    }

        .arinfo1 .arinfo1_right .tit::before {
            height: 20px;
        }

    .arinfo1 .arinfo1_list {
        padding: 5%;
    }

    .arinfo1 .arinfo1_right {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .arinfo2 .swiper-container {
        overflow: hidden;
        padding-bottom: 30px;
    }

    .arinfo2 .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .arinfo1, .proinfo1 {
        padding-top: 12%;
    }

        .proinfo1 .proinfo1_left {
            margin-bottom: 20px;
        }

        .proinfo1 .more {
            margin-top: 30px;
        }

        .proinfo1 .proinfo1_imgBox img {
            padding: 0 10%;
        }

    .proinfo2 .proinfo2_tit, .proinfo2 table td, .proinfo2 table th {
        padding: 10px 20px;
    }

    .proinfo2 {
        padding-top: 25px;
    }

    .proinfo1 .proinfo1_simgBox, .proinfo3 .swiper-container, .proinfo4 .swiper-container {
        margin-top: 15px;
    }

    .about6 .swiper-container, .new1 .swiper-container, .newinfo2 .swiper-container, .proinfo4 .swiper-container {
        padding-bottom: 30px;
    }

    .new2 .new2_li {
        width: 49%;
    }

        .new2 .new2_li:nth-child(3n) {
            margin-right: 2%;
        }

        .new2 .new2_li:nth-child(2n) {
            margin-right: 0;
        }

    .new1 .new1_li {
        padding: 0;
    }

    .new1 .new1_right .tit {
        font-size: 18px;
    }

    .new1 .new1_li::before {
        width: 45px;
        height: 60px;
    }

    .new2 {
        padding-top: 30px;
    }

    .new1 {
        margin-bottom: -30%;
    }

        .new1 .swiper-container {
            margin-top: 25px;
        }

    .new2 .new2_font .line, .new2 .new2_font .tit {
        margin-bottom: 8px;
    }

    .newinfo1 .newinfo1_tit {
        margin-top: 10px;
        font-size: 22px;
    }

    .shareBox .share .iconfont {
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }

    .newinfo1 .newinfo1_dec, .newinfo1 .pageurl {
        margin-top: 30px;
    }

    .newinfo1 .newinfo1_tit {
        margin-bottom: 15px;
    }

    .newinfo1 .newinfo1_share {
        margin: 15px auto;
    }

    .newinfo2 .newinfo2_li::before {
        right: -10px;
    }

    .newinfo2 .newinfo2_line {
        margin-bottom: 20px;
    }

    .problem1 .problem1_tit .tit {
        width: calc(100% - 30px);
        font-size: 16px;
    }

    .problem1 .problem1_tit .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .problem1 .problem1_tit .icon em {
            width: 12px;
        }

            .problem1 .problem1_tit .icon em:nth-child(2) {
                height: 12px;
            }

        .problem1 .problem1_tit .icon em {
            top: 13px;
        }

            .problem1 .problem1_tit .icon em:nth-child(2) {
                left: 13px;
            }

    .problem1 .problem1_ul li {
        padding: 15px 18px;
    }

        .problem1 .problem1_ul li::before {
            width: 40px;
            height: 50px;
        }

    .problem1 .problem1_dec {
        margin-top: 15px;
        padding: 15px 0;
    }

    .problem1 .problem1_ul {
        margin-bottom: 0;
    }

    .problem1 {
        padding-top: 25px;
    }

    .contact1 .contact1_left {
        padding-bottom: 10%;
    }

    .contact1 .contact1_right {
        padding: 10% 5% 13% 5%;
    }

    .about5 .about5_font {
        padding: 15% 10%;
    }

        .about5 .about5_font .tit {
            font-size: 22px;
        }

    .about1 {
        padding-top: 30px;
    }

        .about1 .about1_line {
            margin: 15px auto;
        }

        .about1 .about1_year {
            width: 140px;
        }

            .about1 .about1_year .num {
                font-size: 24px;
            }

            .about1 .about1_year .tit, .about1 .about1_year .year {
                font-size: 14px;
            }

        .about1 .about1_right {
            margin-top: 33%;
        }

        .about1 .about1_year {
            top: -36%;
        }

    .about2 .about2_li {
        padding: 5%;
        border-right: 1px solid #eaebed;
        border-bottom: 0;
    }

    .about2 .about2_icon {
        width: 86px;
        height: 83px;
    }

        .about2 .about2_icon em {
            transform: translateX(-50%) scale(.5);
        }

    .about2 .about2_li .about2_font .dec {
        margin-bottom: 10px;
    }

    .about3 .in_tit {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 15px;
        transform: translateX(0);
    }

    .about3 .about3_li .tit, .about4 .about4_tit {
        font-size: 24px;
    }

    .about3 .about3_li {
        padding: 0;
        width: 33.333% !important;
    }

        .about3 .about3_li .dec, .about4 .about4_bli .about4_dec, .about5 .about5_font .dec, .about5 .about5_font .tdec {
            font-size: 14px;
        }

    .about3 .about3_icon {
        width: 100px;
        height: 100px;
    }

    .about3 .about3_li .dec {
        margin-top: 5px;
    }

    .about3 .about3_icon em {
        transform: scale(.7);
    }

    .about2 {
        margin-bottom: -20%;
    }

    .about3 {
        padding-top: 30%;
        padding-bottom: 35px;
    }

    .about2 .about2_li .about2_font .tit em {
        font-size: 22px;
    }

    .about4 .about4_line {
        margin-bottom: 20px;
    }

    .about4 .about4_bli .about4_dec p {
        display: block;
    }

    .about4 .about4_bli, .about4 .about4_tli {
        padding: 6% 5%;
    }

    .about5 .swiper-container {
        margin-top: 20px;
        padding: 0 18%;
    }

    .about5 .c-arrows {
        margin-top: 35px;
        width: 100px;
    }

    .about5 {
        padding-bottom: 60px;
    }

    .about6 .swiper-container {
        margin-top: 15px;
        width: 80%;
    }

    .about6 .c-prev {
        left: -5px;
    }

    .about6 .c-next {
        right: -5px;
    }

    .about6 .about6_tit {
        padding: 15px 5px;
        font-size: 15px;
    }

    .about6 .about6_img img {
        padding: 0 10%;
    }

    .a_on, .at_on, .det_on {
        visibility: initial;
        opacity: 1;
    }

    .about5 .about5_font .dec {
        height: 80px;
    }
}

@media screen and (max-width:320px) {
    .banner .swiper_ltit img {
        max-width: 90px;
    }

    .about3 .about3_li .dec {
        font-size: 13px;
    }
}

.a_on, .at_on, .det_on {
    visibility: visible !important;
    opacity: 1 !important;
}

.about5_ul {
    padding: 35px 0 !important
}

.tempWrap {
    width: 100% !important;
}

.about5_img {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 49px 0 rgba(0,0,0,.08);
    border-radius: 6px;
    width: 160px;
    height: 95px;
    overflow: hidden;
    display: block;
}

.picMarquee_left .about5_li {
    width: 20%;
    margin: 0 5px;
    width: 160px;
    height: 95px;
}

.picMarquee_left .about5_img img {
    padding: 5%
}

.rich_media_content {
    visibility: inherit !Important;
}

.anli_list .al-left {
    width: calc(100% - 330px);
}

    .anli_list .al-left .box {
        flex-wrap: wrap;
        align-content: start;
    }

    .anli_list .al-left .anli_li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
        background-color: #fff;
    }

        .anli_list .al-left .anli_li:nth-child(2n) {
            margin-right: 0;
        }

.box-font {
    padding: 15px;
    background-color: #fff;
}

    .box-font .anli_tit {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .box-font .des {
        font-size: 14px;
        min-height: 42px;
    }

.anli_list .al-right {
    width: 300px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: calc(2.3% + 40px);
}

    .anli_list .al-right .title {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .anli_list .al-right .item .h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .anli_list .al-right .item li {
        font-size: 14px;
        margin-bottom: 5px;
        color: #666666;
    }

        .anli_list .al-right .item li a:hover {
            color: #17c32f;
            text-decoration: underline;
        }

    .anli_list .al-right .more {
        margin-top: 8%;
        padding: 12px 15px 12px 30px;
    }

@media screen and (max-width:1050px) {
    .anli_list {
        flex-wrap: wrap;
    }

        .anli_list .al-left {
            width: 100%;
        }

        .anli_list .al-right {
            display: none;
        }
}

@media screen and (max-width:750px) {
    .anli_list .al-left .anli_li {
        width: 48.5%;
    }

        .anli_list .al-left .anli_li:nth-child(3n) {
            margin-right: 3%;
        }

        .anli_list .al-left .anli_li:nth-child(2n) {
            margin-right: 0;
        }

    .box-font .anli_tit {
        font-size: 16px;
    }

    .box-font .des {
        font-size: 12px;
        min-height: auto;
    }
}

.join1 {
    background-color: #f6f6f6
}

    .join1 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 40px
    }

    .join1 .li {
        position: relative;
        width: 48.6%;
        padding: 30px;
        margin-right: 2.7%;
        margin-top: 2.7%;
        cursor: pointer;
        background-color: #fff
    }

        .join1 .li:nth-child(2n) {
            margin-right: 0
        }

        .join1 .li .tit {
            position: relative;
            padding-left: 20px;
            font-size: 24px;
            color: #000;
            margin-bottom: 15px
        }

            .join1 .li .tit::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 6px;
                height: 60%;
                background-color: #28a239
            }

        .join1 .li .dec {
            font-size: 16px;
            color: #888
        }

            .join1 .li .dec span {
                display: inline-block;
                margin-right: 20px
            }

                .join1 .li .dec span b {
                    font-weight: 500
                }

                .join1 .li .dec span:last-child {
                    margin-right: 0
                }

            .join1 .li .dec em {
                color: #d7d7d7;
                display: inline-block;
                margin-right: 5px
            }

        .join1 .li .btn {
            text-align: right
        }

            .join1 .li .btn .rm {
                display: inline-block;
                font-size: 12px;
                color: #0b47a9;
                width: 64px;
                height: 22px;
                line-height: 20px;
                text-align: center;
                border-radius: 11px;
                border: solid 1px #0b47a9
            }

    .join1 .popcont {
        display: none
    }

.popcont {
    position: relative
}

    .popcont .ptop {
        position: relative;
        padding: .35rem .9rem;
        background: url(../images/jo-bgm2.jpg) no-repeat center;
        background-size: cover
    }

        .popcont .ptop .ptit {
            font-size: .4rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 5px
        }

        .popcont .ptop .dec {
            font-size: 16px;
            color: #888
        }

            .popcont .ptop .dec span {
                display: inline-block;
                margin-right: 20px
            }

                .popcont .ptop .dec span:last-child {
                    margin-right: 0
                }

            .popcont .ptop .dec em {
                color: #d7d7d7;
                display: inline-block;
                margin-right: 5px
            }

    .popcont .pbot {
        position: relative;
        padding: .35rem .9rem;
        background: #fff;
    }

        .popcont .pbot .pcont {
            position: relative;
            height: 400px;
            overflow-x: hidden;
            overflow-y: auto
        }

        .popcont .pbot .ctit {
            font-size: 18px;
            font-weight: 700;
            color: #024498;
            margin-top: 15px
        }

            .popcont .pbot .ctit:first-child {
                margin-top: 0
            }

        .popcont .pbot .cdec, .popcont .pbot .cdec p {
            position: relative;
            font-size: 16px;
            color: #777
        }

            .popcont .pbot .cdec p {
                padding-left: 20px;
                margin: 10px 0
            }

                .popcont .pbot .cdec p::before {
                    content: "";
                    position: absolute;
                    top: 12px;
                    left: 0;
                    width: 4px;
                    height: 4px;
                    background-color: #024498
                }

    .popcont .pbtn {
        margin: 15px 0
    }

        .popcont .pbtn a {
            margin-right: 20px
        }

            .popcont .pbtn a:last-child {
                margin-right: 0
            }

    .popcont .tips {
        font-size: 16px;
        color: #888
    }

    .popcont .brmoreBox {
        border: solid 1px #28a239;
        color: #28a239
    }

.moreBox {
    position: relative;
    overflow: hidden;
    padding: 11px 5px;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 165px;
    background-color: #1daa39;
    border-radius: 10px 0px 10px 10px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popupBox.joinbox .close {
    color: #3fbd50;
}

@media screen and (max-width: 640px) {
    .new1 .bli .font, .join1 .li {
        padding: 20px;
        width: 100%;
    }

        .join1 .li, .join1 .li:nth-child(2n) {
            margin-right: 0;
        }

    .popcont .ptop, .popcont .pbot {
        padding: 25px 20px;
    }

    .join1 .li .tit {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .popcont .ptop .dec span, .join1 .li .dec span {
        margin-right: 10px;
        font-size: 14px;
    }

    .popcont .pbot .cdec p {
        font-size: 14px;
    }
}

.faq_seach {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
    border: 2px solid #3f51b5;
    border-radius: 8px;
}

.pro_seach {
    border: 2px solid rgb(17 122 200);
    margin-top: 40px;
}


.faq_seach input {
    padding: 5px 20px;
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 26px;
}

.faq_seach button {
    width: 20%;
    background-color: #1050b4;
    height: 100%;
    height: 36px;
    color: white;
    cursor: pointer;
}

.faq_seach button {
    background-color: rgb(17 122 200);
}

.faq_seachdes {
    /* margin-bottom: 30px; */
    text-align: center;
    font-size: 16px;
}

    .faq_seachdes span {
        color: #3f51b5;
        font-weight: bold;
        margin: 0 5px;
    }


.faq_cat {
    margin-bottom: 40px;
    margin-top: 35px;
}

    .faq_cat ul {
        text-align: center;
    }

        .faq_cat ul li {
            display: inline-block;
            margin: 0 10px;
        }


            .faq_cat ul li a {
                background-color: #9e9e9eb0;
                color: white;
                font-size: 17px;
                padding: 6px 20px;
                border-radius: 18px;
                display: inline-block;
            }

            .faq_cat ul li.active a, .faq_cat ul li:hover a {
                background-color: #8bc34a;
            }





.procont {
}

.prodt {
    margin-top: 30px;
}

    .prodt table {
        width: 100%;
    }

        .prodt table tr {
        }

            .prodt table tr td, .prodt table tr th {
                padding: 5px 20px !Important;
            }

        .prodt table td, .prodt table p, .prodt table span, .prodt table th {
            font-size: 16px !Important;
            /* line-height: 24px!Important; */
            font-family: HarmonyOS_Sans_SC,"Microsoft YaHei",sans-serif !Important;
        }

    .prodt ul {
    }

    .prodt li {
        font-size: 16px !Important;
        /* line-height: 24px!Important; */
        font-family: HarmonyOS_Sans_SC,"Microsoft YaHei",sans-serif !Important;
    }


    .prodt p, .prodt span {
        font-size: 16px !Important;
        /* line-height: 24px!Important; */
        font-family: HarmonyOS_Sans_SC,"Microsoft YaHei",sans-serif !Important;
    }


.propdf {
    margin-top: 10px;
    display: block;
    color: #3f51b5;
    text-decoration: revert;
    font-size: 16px;
    text-align: left;
    background: url(/pc/images/pdf.png) no-repeat left;
    padding-left: 30px;
    background-size: 22px;
}


.dlppcont {
    /* height: 100vh; */
    margin-top: 60px;
    margin-bottom: 60px;
}

.dlppcont-head {
}

    .dlppcont-head h2 {
        text-align: center;
        font-size: 36px;
        margin-bottom: 30px;
    }

.dlppcont iframe {
    border: none;
    width: 100%;
    height: 100%;
}


.protable {
    margin-top: 60px;
    overflow-x: scroll;
    height: 50vh;
    overflow-y: auto;
}

    .protable table {
        min-width: 1600px;
    }

    .protable tr {
        height: auto !Important;
    }

        .protable tr td {
            border: 1px solid rgb(158 158 158 / 50%);
            padding: 5px 10px;
            font-family: HarmonyOS_Sans_SC,"Microsoft YaHei",sans-serif !Important;
            font-size: 15px !Important;
            text-align: center !Important; /* width: 6%!Important; */
        }

        .protable tr:nth-child(1) {
            background-color: rgb(17 122 200);
            height: auto !Important;
            position: sticky;
            top: 0;
        }

            .protable tr:nth-child(1) td {
                font-weight: bold;
                color: white;
                padding: 10px 10px;
            }


.protable_a {
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
}

.protable_cont {
    text-decoration: underline;
    color: #1967b8;
}

.protable_end, .projg {
    display: none;
}


.protable_on {
    display: table-row;
}


.projg_on {
    display: block;
}


.wlpro-ul {
}

    .wlpro-ul li {
        width: 17%;
        float: left;
        margin: 1.5%;
        border: 1px solid rgb(158 158 158 / 21%);
        padding: 20px;
    }

        .wlpro-ul li:hover {
            border-color: #2196f3;
        }

        .wlpro-ul li .img {
            overflow: hidden;
        }

            .wlpro-ul li .img img {
            }

        .wlpro-ul li:hover .img img {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
        }


        .wlpro-ul li .des {
        }

            .wlpro-ul li .des h5 {
                font-size: 18px;
                text-align: center;
                height: 40px;
                line-height: 20px;
                margin-top: 20px;
            }

        .wlpro-ul li:hover .des h5 {
            color: rgb(26 99 181);
        }

@media screen and (max-width: 1360px) {
    .wlpro-ul li {
        width: 18%;
        margin: 1%;
        padding: 15px;
    }

        .wlpro-ul li .des h5 {
            font-size: 17px;
        }

    .dlppcont-head h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 970px) {
    .faq_seach {
        width: 80%;
    }

    .wlpro-ul li {
        width: 48%;
        margin: 1%;
        padding: 15px;
    }

        .wlpro-ul li .des h5 {
            font-size: 16px;
        }

    .dlppcont-head h2 {
        font-size: 28px;
    }
}


.arinfo2 .arinfo3_li {
    text-align: center;
    background-color: rgb(158 158 158 / 13%);
    border-radius: 8px;
    padding: 30px 0;
    margin-bottom: 25px;
}

.more2 {
    margin-top: 50px;
    padding: 8px 15px 8px 30px;
}

.arinfo3_li .proinfo4_tit {
    font-size: 22px;
    line-height: 32px;
    height: 64px;
    padding: 0;
    border: none;
}


.headfixed .menu-pcul li .head-subnav2 { /* min-width: 420px; */
}

.head-subnav2 .head-sublink2 {
    width: 50%;
    padding: 25px 10px;
}

.head-subnav2 .head-sublink {
    width: 100%;
    border-radius: 0;
    border-right: 1px solid rgb(158 158 158 / 41%);
    overflow-y: auto;
    max-height: 420px;
}

    .head-subnav2 .head-sublink a {
        padding: 12px 0;
    }

        .head-subnav2 .head-sublink a.on {
            border-bottom: 2px solid #8bc34a;
            color: #333;
            background: none;
        }

.head-sublink2-mk {
    display: none;
}

    .head-sublink2-mk.on {
        display: block;
    }

    .head-sublink2-mk a {
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 18px;
        padding: 5px 0;
    }

        .head-sublink2-mk a:hover {
            color: #4caf50;
        }

@media screen and (max-width: 1360px) {

    .arinfo3_li .proinfo4_tit {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }

    .more2 {
        padding: 7px 15px 7px 26px;
    }

        .more2 span {
            font-size: 14px;
        }

    .area1 .area1_li2 {
    }

    .area1 .area1_left2 .tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 970px) {

    .arinfo3_li .proinfo4_tit {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .more2 {
        padding: 6px 15px 6px 24px;
    }

        .more2 span {
            font-size: 13px;
        }

    .area1 .area1_li2 {
        width: 49%;
        margin-right: 2%;
    }

    .area1 .area1_li:nth-child(5n) {
        margin-right: 2%;
    }

    .area1 .area1_li:nth-child(2n) {
        margin-right: 0;
    }

    .area1 .area1_left2 .tit {
        font-size: 16px;
        padding: 10px;
    }
}


.fks {
    font-weight: bold;
}

.abq {
    display: inline-block;
}

.vp1 {
    display: none;
}


.vp .wlpro-ul {
}

    .vp .wlpro-ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

        .vp .wlpro-ul li a {
            line-height: 0 !Important;
        }

        .vp .wlpro-ul li .img {
            display: none;
        }

        .vp .wlpro-ul li .des {
        }

            .vp .wlpro-ul li .des h5 {
                margin: auto;
                display: block;
                font-size: 14px;
                text-align: left;
                line-height: 18px;
                padding: 5px 0;
                height: auto;
            }


.service3_list table {
    width: 100%;
    margin-top: 45px;
}

    .service3_list table thead {
        background-color: #2080d2;
    }

        .service3_list table thead tr {
        }

            .service3_list table thead tr td {
                line-height: 26px;
                font-size: 18px;
                color: white;
                padding: 15px 20px;
            }

    .service3_list table tbody tr {
        background-color: rgb(139 195 74 / 8%);
    }

        .service3_list table tbody tr:nth-child(odd) {
            background-color: white;
        }

        .service3_list table tbody tr td {
            padding: 15px 20px;
            font-size: 15px;
        }

            .service3_list table tbody tr td a {
                font-size: 15px;
                display: block;
                background: url(/pc/images/xz2.png) no-repeat left;
                background-size: 16px;
                padding-left: 24px;
            }

        .service3_list table tbody tr:hover td, .service3_list table tbody tr:hover td a {
            color: red;
        }

@media screen and (max-width: 767px) {

    .service3_list table {
        width: 100%;
        margin-top: 20px;
        table-layout: fixed;
    }

        .service3_list table thead tr td {
            font-size: 16px;
            padding: 10px 15px;
        }

        .service3_list table tbody tr td {
            padding: 10px 15px;
            font-size: 14px;
        }

            .service3_list table tbody tr td a {
                font-size: 14px;
                /* background: none; */
                /* padding: 0; */
            }
}

.newinfo1_dec {
}

    .newinfo1_dec video {
        width: 100%;
    }

.section4 .section4_img {
}

    .section4 .section4_img .imgalt {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        background-color: rgb(158 158 158 / 7%);
        padding: 5px 10px;
        color: #666666;
    }
