.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


.layout {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .layout {
        min-width: 1080px;
    }
}


/* 头部 */
.index-site-header-bottom {
    width: 100%;
}

.index-site-header-bottom .header-center {
    background-color: #fff;
}

.index-site-header-bottom .header-center .logo img {
    max-width: 21rem;
    height: 80px;
    width: auto;
}

.index-site-header-bottom .layout {
    max-width: 100%;
    /*min-width: 1080px;*/
    margin: 0 auto;
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-site-header-bottom .header-center .layout {
    height: 110px;
}

.index-site-header-bottom .header-center .search {
    position: relative;
    margin-bottom: 0;
    margin-right: 3rem;
    margin-left: auto;
}
@media (max-width: 1100px) {
.index-site-header-bottom .header-center .msg-btn{ display: none !important;}
}
.index-site-header-bottom .header-center .search form {
    position: relative;
    padding: 0 3rem 0 0;
    border-radius: 30px;
    background: #047ceb;
}

.index-site-header-bottom .header-center .search form input {
    display: block;
    margin: 0;
    padding: 0 17px;
    width: 280px;
    height: 40px;
    border: 2px solid #047ceb;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 36px;
}

.index-site-header-bottom .header-center .search form button {
    position: absolute;
    width: 3.5rem;
    height: 100%;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    padding: 0 5px 2px;
    line-height: 2rem;
}

.index-site-header-bottom .header-center .search form button svg {
    fill: #fff;
}

.index-site-header-bottom .header-center .msg-btn a {
    border-width: 2px;
    color: #047ceb;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.6rem;
    margin-right: 1rem;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: transparent;
    background: url(../images/msg_btn.png) 0 50% no-repeat;
    padding-left: 38px;
    font-weight: normal;
}

.index-site-header-bottom .header-center .msg-btn a:hover {
    border-color: #047ceb;
}

.index-site-header-bottom .header-center .header-img {
    max-width: 100%;
    margin-left: 15px;
}

.index-site-header-bottom .header-bottom {
    background-color: #0074c5;
}

.index-site-header-bottom .header-bottom .nav {
    position: relative;
    display: flex;
    flex: 1;
    padding: 0;
    justify-content: center;
}

.index-site-header-bottom .header-bottom .nav>li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 1.5rem;
}

.index-site-header-bottom .header-bottom .nav>li>a {
    position: relative;
    line-height: 60px;
    padding: 10px 12px;
    white-space: nowrap;
    display: block;
    transition-duration: .3s;
    color: #fff;
    fill: #fff;
    font-size: 18px;
    font-weight: 600;
}

.index-site-header-bottom .header-bottom .nav>li>a:hover,.index-site-header-bottom .header-bottom .nav>li>a:focus {
    color: #fff !important;
}

.index-site-header-bottom .header-bottom .nav>li>a b {
    margin-left: .3rem;
}

.index-site-header-bottom .header-bottom .nav>li ul {
    text-align: left;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    padding: 15px 0;
    width: 225px;
    border-top: 2px solid #047ceb;
    border-radius: 0 0 5px 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 5px rgba(147,147,147, .1);
    box-shadow: 0 0 5px 5px rgba(147,147,147, .1);
    opacity: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -ms-transform: scaleY(.5);
    -ms-transform-origin: center top;
}

.index-site-header-bottom .header-bottom .nav>li ul li {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.index-site-header-bottom .header-bottom .nav>li ul li a {
    font-size: 14px;
    position: relative;
    display: block;
    color: #333;
}

.index-site-header-bottom .header-bottom .nav>li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -ms-transform: scaleY(1);
}

.fixed-nav {
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.fixed-nav-active {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.index-site-header-bottom.fixed-nav {
    position: fixed !important;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    top: -110px;
}


@media (max-width: 768px) {
    .index-site-header-bottom .header-center .layout {
        height: auto;
        width: 96%;
        padding-top: .5rem;
        padding-bottom: .5rem;
        min-width: auto;
    }

    .home-banner-section .banner-button-prev, .home-banner-section .banner-button-next {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}


/* 首页产品 */
.home-products-section {
    padding: 70px 0;
}

.home-products-section .title-bar {
    margin-bottom: 3rem;
}

.home-products-section .layout {
    width: 68%;
}

.home-products-section .layout h2 {
    text-align: center;
    position: relative;
    padding: 4.4rem 0 2rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 3.5rem;
}

.home-products-section .layout h2 strong {
    font-weight: inherit;
    position: relative;
    line-height: 1;
    z-index: 2;
}

.home-products-section .layout h2 span {
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 100%;
    text-align: inherit;
    color: currentColor;
    opacity: .09;
    font-size: 1.7em;
    line-height: 1;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-products-section .layout p.text {
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.14rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin: 0;
}

.home_product_ibox .layout {
    width: 78%;
}

.home_product_ibox .layout .tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 40px 0;
    width: 100%;
}

.home_product_ibox .layout .tab-nav .nav-item {
    display: inline-block;
    margin: 5px 25px;
    padding: 1rem 1.5rem;
    border-radius: 2px;
    background-color: #eee;
    color: #000;
    vertical-align: top;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 13%;
    width: auto;
}

.home_product_ibox .layout .tab-nav .nav-item.active {
    font-size: 16px;
    line-height: 1.375em;
    margin-right: 10px;
    margin-left: 10px;
    width: auto;.
    min-width: 13%;
    color: #fff;
    background-color: var(--main-theme-color);
}

.home_product_ibox .layout .tab-pannel-wrap {
    position: relative;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 0;
    overflow: hidden;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel.active {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    z-index: 1;
    opacity: 1;
    height: auto;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items {
    display: flex;
    flex-wrap: wrap;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item {
    position: relative;
    width: calc(100% / 4);
    padding: 20px 10px;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a {
    position: relative;
    display: block;
    background-color: #fff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a .item-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition-property: opacity, transform;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    border: 1px solid #eee;
    padding: 5px;
    border-color: #d2d2d2;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a .item-img img {
    position: relative;
    width: 100%;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a:hover .item-img img {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a .item-info {
    transition-duration: .3s;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    z-index: 2;
    transition-duration: .3s;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a .item-info::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .4;
    position: absolute;
    z-index: -1;
    transition: .35s ease-out;
    -webkit-transition: .35s ease-out;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a:hover .item-info {
    opacity: 1;
    background-color: var(--main-theme-color);
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a .item-info h3 {
    margin: 0;
    position: relative;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a:hover .item-info h3 {
    color: #fff;
}

.home_product_ibox .layout .product-btn {
    margin-top: 3.5rem;
    text-align: center;
}

.home_product_ibox .layout .product-btn .btns {
    border-color: var(--main-theme-color);
    border-width: 2px;
    padding: .5rem 2rem;
    font-size: 1.25rem;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    color: #fff;
    background-color: var(--main-theme-color);
    transition-duration: .3s;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding: .5rem 60px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
}

.home_product_ibox .layout .product-btn .btns:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-color: var(--main-theme-color);
}

.home_product_ibox .layout .product-btn .btns .btn-ani {
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    z-index: -1;
    animation: .5s forwards desplode_theme;
}

.home_product_ibox .layout .product-btn .btns:hover .btn-ani {
    animation: .5s forwards explode_theme;
}

@keyframes explode_theme{
    0% {
        width:0;height:0;margin-left:0;margin-top:0
    }
    100% {
        width:300%;padding:150% 0;margin-left:-150%;margin-top:-150%;background-color:var(--main-theme-color)
    }
}

@keyframes desplode_theme{
    0%{width:300%;padding:150% 0;margin-left:-150%;margin-top:-150%;background-color:var(--main-theme-color)}
    100%{width:0;height:0;margin-left:0;margin-top:0}}


@media(max-width: 768px) {
    .layout {
        min-width: auto;
    }
    .home-products-section {
        padding: 30px 0;
    }

    .home-products-section .layout {
        width: 96%;
    }

    .home-products-section .title-bar {
        margin-bottom: 8px;
    }

    .home-products-section .layout h2 {
        padding: 2.8rem 0 .5rem;
        font-size: 2rem;
    }

    .home-products-section .layout h2 span {
        font-size: 1.3em;
    }

    .home-products-section .layout p.text {
        font-size: 12px;
    }

    .home_product_ibox .layout .tab-nav {
        justify-content: space-between;
        margin: 1rem 0;
    }

    .home_product_ibox .layout .tab-nav .nav-item {
        margin: .5rem;
        padding: .5rem;
        font-size: 14px;
        min-width: 32%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .home_product_ibox .layout .tab-nav .nav-item.active {
        font-size: 14px;
        min-width: 32%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item {
        width: 50%;
        padding: 10px 5px;
    }

    .home_product_ibox .layout .tab-pannel-wrap .tab-pannel .product-items .block-item a .item-info h3 {
        font-size: 14px;
    }

    .home_product_ibox .layout .product-btn {
        margin-top: 1.5rem;
    }

    .home_product_ibox .layout .product-btn .btns {
        padding: .5rem 2rem;
        font-size: 16px;
        line-height: 1.5;
    }
}


/* 首页关于 */
.page-about {
    z-index: 2;
    padding: 4.285rem 3.5rem 0 3.5rem;
    background: -webkit-linear-gradient(bottom, var(--main-theme-color) 40%, #f5f5f5 40%);
    background: linear-gradient(0deg, var(--main-theme-color) 40%, #f5f5f5 40%);
    position: relative;
}

.page-about .layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px 11px;
    background-color: #fff;
    box-shadow: 0 6px 101px rgba(17, 17, 17, .15);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page-about .about-img {
    position: relative;
    width: 50%;
}

.page-about .about-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-about .about-inner {
    padding: 5.285rem 6% 0 8%;
    width: 50%;
}

.page-about .about-inner h2 {
    text-align: left;
    position: relative;
    padding: 4.4rem 0 2rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: #000;
    font-weight: 700;
    font-size: 3.5rem;
}

.page-about .about-inner h2 strong {
    position: relative;
    line-height: 1;
    z-index: 2;
    font-weight: inherit;
}

.page-about .about-inner h2 span {
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 100%;
    text-align: inherit;
    color: currentColor;
    opacity: .09;
    font-size: 1.7em;
    line-height: 1;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-about .about-inner .about-desc {
    line-height: 1.6em;
    height: auto;
}

.page-about .about-inner .number-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: 26.5%;
    margin: 5.65rem 0;
    width: 180%;
    border: 1px solid rgba(229, 229, 229, .88);
    background-color: rgba(255, 255, 255, .88);
    text-align: center;
}

.page-about .about-inner .number-items .number-line {
    position: absolute;
    top: 0;
    left: -17%;
    padding: 0;
    width: 1px;
    height: 100%;
    background-color: var(--main-theme-color);
}

.page-about .about-inner .number-items .number-item {
    position: relative;
    display: inline-block;
    padding: 3.2rem 0 2.5rem;
}

.page-about .about-inner .number-items .number-item .item-bg {
    position: absolute;
    background-color: var(--main-theme-color);
    content: '';
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -webkit-transform-origin: center;
    transform-origin: center;
    
}

@media only screen and (min-width: 767px) {
    .page-about .about-inner .number-items .number-item .item-bg {
        top: -10px;
        bottom: -10px;
        left: -1px;
        width: calc(100% + 2px);
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.page-about .about-inner .number-items .number-item .item-inner {
    position: relative;
    z-index: 2;
    padding: .5rem;
    color: var(--main-theme-color);
}

@media only screen and (min-width: 767px) {
    .page-about .about-inner .number-items .number-item .item-inner {
        border-right: 1px solid var(--main-theme-color);
    }
}

.page-about .about-inner .number-items .number-item:last-child .item-inner {
    border-right: none;
}

.page-about .about-inner .number-items .number-item .item-inner .item-desc {
    font-size: 1.14rem;
    line-height: 1.2;
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    text-transform: capitalize;
    color: #ffffff;
}

.page-about .about-inner .number-items .number-item .item-inner .item-number {
    margin: .8rem 0;
    font-weight: 800;
    line-height: 1;
}

.page-about .about-inner .number-items .number-item .item-inner .item-number span {
    font-size: 72px;
}

.page-about .about-inner .number-items .number-item .item-inner .item-number sup {
    position: relative;
    display: inline-block;
    margin-top: 1em;
    vertical-align: top;
    font-weight: 100;
    font-size: 2rem;
    top: -.5em;
}

.page-about .about-inner .number-items .number-item .item-inner .item-ico {
    font-size: 1.14rem;
    line-height: 1.2;
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    text-transform: uppercase;
}

.page-about .about-inner .btns {
    position: relative;
    padding: .5rem 0;
    color: #212529;
    text-transform: capitalize;
    font-weight: 900;
    transition-duration: .3s;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
}

.page-about .about-inner .btns .la {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(../images/view_jt.png) center no-repeat;
    margin-left: 5px;
    transition-duration: .3s;
    position: relative;
}

.page-about .about-inner .btns:hover {
    color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.page-about .about-inner .btns:hover .la {
    -moz-transform: translateX();
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(5px);
    background: url(../images/view_jt_h.png) center no-repeat;
}

@media only screen and (min-width: 767px) {
    .page-about .about-inner .number-items .number-item:hover .item-bg {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .page-about .about-inner .number-items .number-item:hover .item-inner {
        color: #fff;
    }

    .page-about .about-inner .number-items .number-item:hover .item-inner .item-desc, .page-about .about-inner .number-items .number-item:hover .item-inner .item-ico {
        opacity: 1;
    }
}


/* 首页选择 */
.choose-us {
    position: relative;
    z-index: 2;
    padding: 0 3.5rem;
    background: -webkit-linear-gradient(bottom, #f5f5f5 100px, var(--main-theme-color) 100px);
    background: linear-gradient(0deg, #f5f5f5 100px, var(--main-theme-color) 100px);
}

.choose-us .layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 11.5rem 0 8rem 0;
    background: url(//wm.cdn.cn86.cn/boteli/2026/08/c42f9d403bi0qhtw.png?x-oss-process=image/format,webp) no-repeat left bottom;
    background-size: cover;
}

.choose-us .about-left {
    padding-left: 8%;
    width: 40%;
    color: #fff;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.choose-us .about-left .title-bar {
    margin-bottom: 3rem;
}

.choose-us .about-left .title-bar .sub-title {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 5.2rem;
    line-height: 1;
    opacity: .09;
}

.choose-us .about-left .title-bar .title {
    text-align: left;
    display: table;
    position: relative;
    padding: 1.8rem 2rem 1.8rem 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 3.2rem;
}

.choose-us .about-left .title-bar .title strong {
    position: relative;
    display: inline-block;
    padding-right: 4.5rem;
    z-index: 2;
    font-style: normal;
}

.choose-us .about-left .title-bar .title strong i {
    width: 3.5rem;
    height: 1px;
    position: absolute;
    top: .65em;
    right: 30%;
    background-color: currentColor;
}

.choose-us .about-left .title-bar .title .bord {
    width: calc(100% - 6.4rem);
    height: 100%;
    border: 1px solid var(--main-theme-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-color: #fff;
}

.choose-us .about-left .choose-items {
    position: relative;
    padding-right: 15%;
}

.choose-us .about-left .choose-items li {
    position: relative;
    display: block;
    margin-bottom: 2rem;
    padding: .5rem 0;
    color: #fff;
    font-weight: 100;
    font-size: 1.258rem;
    font-family: OpenSans-Light;
    line-height: 1.44;
}

.choose-us .about-left .choose-items li i {
    position: relative;
    display: block;
    margin-bottom: .5rem;
    width: 1.5rem;
    height: 1px;
    background-color: #fff;
}

.choose-us .advantage-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 5.21rem 2.5rem 2.3rem 5rem;
    width: 60%;
    background-color: #fff;
}

.choose-us .advantage-items li {
    position: relative;
    display: block;
    padding: 2rem 2.5rem;
}

.choose-us .advantage-items li a {
    position: relative;
    display: block;
    color: #333;
}

.choose-us .advantage-items li a .item-icon {
    position: relative;
}

.choose-us .advantage-items li a .item-icon img {
    max-width: 100%;
}

.choose-us .advantage-items li a .item-title {
    margin-top: 2.6rem;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    font-family: Montserrat;
    line-height: 1.3;
}

.choose-us .advantage-items li a .item-line {
    position: relative;
    display: block;
    margin: 1.2rem 0;
    width: 30px;
    height: 2px;
    background-color: #afafaf;
    font-style: normal;
}

.choose-us .advantage-items li a .item-desc {
    display: -webkit-box;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: OpenSans-Regular;
    line-height: 1.475;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: Montserrat;
    line-height: 1.5em;
    height: 6em;
    width: 314px;
}

.choose-us .advantage-items li a:hover .item-icon img {
    -webkit-animation: swing .8s;
    animation: swing .8s;
}

@media(max-width: 768px) {
    .page-about {
        padding: 2rem 1rem 0 1rem;
    }

    .page-about .about-img {
        width: 100%;
    }

    .page-about .about-inner {
        width: 100%;
        padding: 2.5rem 3% 0 3%;
        font-size: 12px;
    }

    .page-about .about-inner h2 {
        margin-bottom: 2rem;
        padding: 2.8rem 0 .5rem;
        font-size: 2rem;
    }

    .page-about .about-inner .number-items {
        left: 0;
        margin: 2rem 0;
        width: 100%;
    }

    .page-about .about-inner .number-items .number-line {
        display: none;
    }

    .page-about .about-inner .number-items .number-item {
        padding: 2.5rem 0 1.5rem;
    }

    .page-about .about-inner .number-items .number-item .item-bg {
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }

    .page-about .about-inner .number-items .number-item .item-inner .item-desc {
        font-size: 12px;
        opacity: 1;
    }

    .page-about .about-inner .number-items .number-item .item-inner .item-ico {
        opacity: 1;
        font-size: 12px;
    }

    .page-about .about-inner .number-items .number-item:nth-child(odd) .item-bg {
        opacity: 1;
    }

    .page-about .about-inner .number-items .number-item:nth-child(odd) .item-inner {
        color: #fff;
    }

    .choose-us {
        padding: 0 1rem;
    }

    .choose-us .layout {
        padding: 2.5rem 1rem 1.5rem 1rem;
    }

    .choose-us .about-left {
        width: 100%;
        padding-left: 0;
    }

    .choose-us .about-left .title-bar .sub-title {
        font-size: 3.5rem;
    }

    .choose-us .about-left .title-bar .title {
        font-size: 2.2rem;
        padding-right: 1rem;
    }

    .choose-us .about-left .title-bar .title strong {
        padding-right: 3rem;
    }

    .choose-us .about-left .title-bar .title strong i {
        width: 2rem;
    }

    .choose-us .about-left .title-bar .title .bord {
        width: calc(100% - 4rem);
    }

    .choose-us .about-left .choose-items {
        padding-right: 0;
    }

    .choose-us .about-left .choose-items li {
        margin-bottom: .5rem;
        font-size: 1rem;
    }

    .choose-us .advantage-items {
        padding: .5rem;
        width: 100%;
    }

    .choose-us .advantage-items li {
        padding: 1rem 1.5rem;
    }

    .choose-us .advantage-items li a .item-title {
        margin-top: 1rem;
        font-size: 1.14rem;
    }

    .choose-us .advantage-items li a .item-line {
        margin: .7rem 0;
    }

    .choose-us .advantage-items li a .item-desc {
        font-size: 12px;
    }
}


/* 首页solution */
.solution {
    position: relative;
    z-index: 2;
    padding: 1rem 0;
}

.solution .title {
    text-align: center;
    position: relative;
    padding: 4.4rem 0 2rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: #000;
    font-weight: 700;
    font-size: 3.5rem;
}

.solution .title strong {
    font-weight: inherit;
    position: relative;
    line-height: 1;
    z-index: 2;
}

.solution .title .sub {
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 100%;
    text-align: inherit;
    color: var(--main-theme-color);
    opacity: .09;
    font-size: 1.7em;
    line-height: 1;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution .sc-block-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.solution .sc-block-items .block-item {
    position: relative;
    width: calc(100% / 3);
    padding: 2px;
}

.solution .sc-block-items .block-item .item-inner {
    position: relative;
    display: block;
    background-color: #fff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
}

.solution .sc-block-items .block-item .item-inner .item-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition-property: opacity, transform;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.solution .sc-block-items .block-item .item-inner .item-img img {
    position: relative;
    width: 100%;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.solution .sc-block-items .block-item .item-inner .item-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    top: auto;
    bottom: 0;
    color: #fff;
    padding: 2rem 9.375%;
}

.solution .sc-block-items .block-item .item-inner .item-info h3 {
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.857rem;
    line-height: 1.2;
    color: #fff;
}

.solution .sc-block-items .block-item .item-inner:hover .item-img img {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.section-more-wrap {
    padding: 0 3.5rem;
}

.section-more-wrap .more-wrap {
    padding: 5rem 0;
    background-color: #fff;
    background-image: url(//wm.cdn.cn86.cn/boteli/2026/08/ad53fd1d456zg589.jpg?x-oss-process=image/format,webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 68px 10px rgba(96, 96, 96, .43);
    text-align: center;
}

.section-more-wrap .more-wrap .goNext {
    margin-top: 3rem;
    cursor: pointer;
}

.section-more-wrap .more-wrap .goNext img {
    max-width: 100%;
}

.section-more-wrap .more-wrap .goNext svg {
    position: relative;
    display: block;
    margin-top: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    width: 2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: fadeInUp .9s cubic-bezier(.445,.05,.55,1) .4s infinite alternate;
    animation: fadeInUp .9s cubic-bezier(.445,.05,.55,1) .4s infinite alternate;
}


.evaluate {
    position: relative;
    z-index: 1;
    margin-top: -10rem;
    padding-top: 10rem;
    background: -webkit-linear-gradient(left, var(--main-theme-color) 0, var(--main-theme-color) 33.33%, #fff 33.33%, #fff 100%);
    background: linear-gradient(to right, var(--main-theme-color) 0, var(--main-theme-color) 33.33%, #fff 33.33%, #fff 100%);
    overflow: hidden;
}

.evaluate .layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.evaluate .layout .title-bar {
    padding: 158px 0 128px 5rem;
    width: 33.33%;
    color: #fff;
}

.evaluate .layout .title-bar .sub-title {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 5.5rem;
    line-height: 1;
    opacity: .09;
}

.evaluate .layout .title-bar .title {
    text-align: left;
    display: table;
    position: relative;
    padding: 1.8rem 2rem 1.8rem 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
}

.evaluate .layout .title-bar .title p {
    margin: 0;
}

.evaluate .layout .title-bar .title strong {
    font-weight: inherit;
    position: relative;
    display: inline-block;
    padding-right: 4.5rem;
    z-index: 2;
    background: var(--main-theme-color);
}

.evaluate .layout .title-bar .title strong em {
    font-style: normal;
    background: var(--main-theme-color);
}

.evaluate .layout .title-bar .title strong i {
    font-style: normal;
    width: 3.5rem;
    height: 1px;
    position: absolute;
    top: .65em;
    right: 1.5rem;
    background-color: #fff;
}

.evaluate .layout .title-bar .title .bord {
    width: calc(100% - 6.4rem);
    height: 100%;
    border: 1px solid var(--main-theme-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-color: #fff;
}

.evaluate .layout .else-right {
    padding-right: 3.5rem;
    width: 66.66%;
}

.evaluate .layout .else-right .outer-swiper-wrap {
    position: relative;
    padding: 6.7rem 9.7% 5rem 7%;
}

.evaluate .layout .else-right .outer-swiper-wrap .item-desc {
    color: #333;
    font-weight: 600;
    font-size: 1.857rem;
    line-height: 1.77;
}

.evaluate .layout .else-right .outer-swiper-wrap .item-desc i {
    font-style: normal;
    position: relative;
    display: block;
    opacity: .5;
}

.evaluate .layout .else-right .outer-swiper-wrap .item-desc i svg {
    font-size: 4rem;
    line-height: 1;
    fill: var(--main-theme-color);
}

.evaluate .layout .else-right .outer-swiper-wrap .item-desc i:nth-of-type(2) {
    margin-top: -2.5rem;
    text-align: right;
}

.evaluate .layout .else-right .outer-swiper-wrap .else-info {
    position: relative;
    display: table;
    margin-top: 5.7rem;
    margin-left: auto;
    padding: 1.5rem 0;
    border-bottom: 1px solid #434343;
    color: #5d5d5d;
    text-align: right;
    font-size: 1.286rem;
    line-height: 1.625;
}

.evaluate .layout .else-right .outer-swiper-wrap .else-info p {
    margin: 0;
}

.evaluate .layout .else-right .outer-swiper-wrap .evaluate-pagination {
    position: absolute;
    display: block;
    width: 100%;
    left: 7%;
    bottom: 2rem;
    z-index: 1;
    text-align: left;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: auto;
    right: auto;
}

.evaluate .layout .else-right .outer-swiper-wrap .evaluate-pagination .swiper-pagination-bullet {
    background-color: var(--main-theme-color);
    opacity: .3;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin: 7px;
}

.evaluate .layout .else-right .outer-swiper-wrap .evaluate-pagination .swiper-pagination-bullet::after {
    display: none;
}

.evaluate .layout .else-right .outer-swiper-wrap .evaluate-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: var(--main-theme-color);
}


/* 新闻 */
.news-blog {
    position: relative;
    overflow: hidden;
    padding: 0 3.5rem;
}

.news-blog .layout {
    width: 100%;
    padding: 9rem 4rem 5.35rem 4rem;
    background: #f5f5f5;
}

.news-blog .layout .title-bar .title {
    text-align: center;
    position: relative;
    padding: 4.4rem 0 2rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: #000;
    font-weight: 700;
    font-size: 3.5rem;
}

.news-blog .layout .title-bar .title strong {
    font-weight: inherit;
    position: relative;
    line-height: 1;
    z-index: 2;
}

.news-blog .layout .title-bar .title .sub {
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 100%;
    text-align: inherit;
    color: var(--main-theme-color);
    opacity: .09;
    font-size: 1.7em;
    line-height: 1;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-blog .layout .news-items {
    display: flex;
    flex-wrap: wrap;
}

.news-blog .layout .news-items .news-item {
    position: relative;
    overflow: hidden;
    padding: 10px;
    height: 559px;
    text-align: left;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.news-blog .layout .news-items .news-item .item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    fill: #fff;
    height: 100%;
}

.news-blog .layout .news-items .news-item .item-inner .item-img {
    position: relative;
    height: 100%;
}

.news-blog .layout .news-items .news-item .item-inner .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-blog .layout .news-items .news-item .item-inner .item-img .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    width: 100%;
    font-weight: 700;
    font-size: 1.286rem;
    line-height: 1.22;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    color: #fff;
}

.news-blog .layout .news-items .news-item .item-inner .item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.2rem 7rem 2.2rem 1.5rem;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

.news-blog .layout .news-items .news-item .item-inner .item-info .item-time {
    margin-bottom: .8rem;
    font-size: 1.15rem;
    color: #fff;
}

.news-blog .layout .news-items .news-item .item-inner .item-info .item-time svg {
    margin-right: .8rem;
    vertical-align: middle;
}

.news-blog .layout .news-items .news-item .item-inner .item-info .item-time em {
    font-style: normal;
    vertical-align: middle;
}

.news-blog .layout .news-items .news-item .item-inner .item-info .item-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.33;
    color: #fff;
}

.news-blog .layout .news-items .news-item .item-inner .item-info .item-more {
    position: absolute;
    right: 1.5rem;
    bottom: 2.5rem;
    display: table;
    padding: 1.1rem 1.5rem;
    border: 1px dashed #fff;
    font-size: 2rem;
}

.news-blog .news-more {
    position: relative;
    margin-top: 3rem;
    text-align: center;
}

.news-blog .news-more .btns {
    border-color: var(--main-theme-color);
    border-width: 2px;
    padding: .5rem 2rem;
    font-size: 1.25rem;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    color: #fff;
    background-color: var(--main-theme-color);
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.3rem;
}

.news-blog .news-more .btns .la {
    position: relative;
    display: block;
    font-size: 1.2rem;
    transition-duration: .3s;
    margin-left: 5px;
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(../images/news_more.png) center no-repeat;
}

.news-blog .news-more .btns .btn-ani {
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    z-index: -1;
    animation: .5s forwards desplode_white;
}

.news-blog .news-more .btns:hover {
    background-color: transparent !important;
    color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.news-blog .news-more .btns:hover .la {
    background: url(../images/news_more_h.png) center no-repeat;
    -moz-transform: translateX();
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(5px);
}

@media only screen and (min-width: 768px) {
    .news-blog .layout .news-items .news-item {
        width: 33.33%;
    }

    .news-blog .layout .news-items:hover .news-item {
        width: 30%;
    }

    .news-blog .layout .news-items:hover .news-item:hover {
        width: 40%;
    }

    .news-blog .layout .news-items .news-item .item-inner .item-info {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .news-blog .layout .news-items .news-item:hover .item-img .item-title {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .news-blog .layout .news-items .news-item:hover .item-info {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.section-inquiry {
    position: relative;
    padding: 10rem 0 13rem 0;
    background-image: url(//wm.cdn.cn86.cn/boteli/2026/08/3ea44a5649yatrr7.jpg?x-oss-process=image/format,webp);
    background-position: center;
    background-size: cover;
}

.section-inquiry .layout {
    width: 58%;
}

.section-inquiry .layout .inquiry-inner {
    position: relative;
    text-align: center;
}

.section-inquiry .layout .inquiry-inner h1 {
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    padding: 4.4rem 0 2rem;
    text-transform: uppercase;
    color: var(--main-theme-color);
}

.section-inquiry .layout .inquiry-inner h1 strong {
    position: relative;
    line-height: 1;
    z-index: 2;
    font-weight: inherit;
}

.section-inquiry .layout .inquiry-inner h1 .sub {
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 100%;
    text-align: inherit;
    color: var(--main-theme-color);
    opacity: .09;
    font-size: 2em;
    line-height: 1;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-inquiry .layout .inquiry-inner .inquiry-line {
    display: block;
    margin: 0 auto;
    width: 14rem;
    height: 3px;
    background-color: #333;
}

.section-inquiry .layout .inquiry-inner .inquiry-text {
    margin: 2.5rem auto;
    width: 700px;
    font-size: 1.286rem;
    font-family: "Open Sans";
    line-height: 1.66;
}

.section-inquiry .layout .inquiry-inner .inquiry-btn {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: .5rem;
    cursor: pointer;
}

.section-inquiry .layout .inquiry-inner .inquiry-btn img {
    max-width: 100%;
}

.section-inquiry .layout .inquiry-inner .inquiry-btn:hover {
    -webkit-animation: bouncesocial linear 2s infinite;
    animation: bouncesocial linear 2s infinite;
}

@keyframes bouncesocial{
    0%{transform:scale3d(1,1,1)}
    20%{transform:scale3d(1.1,1.1,1.1)}
    40%{transform:scale3d(.9,.9,.9)}
    60%{transform:scale3d(1.03,1.03,1.03)}
    80%{transform:scale3d(.97,.97,.97)}
    100%{transform:scale3d(1,1,1)}
}


@media(max-width: 768px) {
    .solution .title {
        font-size: 2rem;
        padding: 2.8rem 0 .5rem;
    }
    .solution .sc-block-items .block-item {
        width: 50%;
    }
    .solution .sc-block-items .block-item .item-inner .item-info {
        padding: 1rem .7rem;
    }
    .solution .sc-block-items .block-item .item-inner .item-info h3 {
        font-size: 1rem;
    }

    .section-more-wrap {
        padding: 0 1rem;
        width: 100%;
    }
    .section-more-wrap .more-wrap {
        padding: 2rem 0;
    }
    .section-more-wrap .more-wrap .goNext {
        margin-top: 1rem;
    }
    .section-more-wrap .more-wrap .goNext img {
        display: none;
    }
    .section-more-wrap .more-wrap .goNext svg {
        margin-top: 1rem;
    }

    .evaluate {
        background: 0 0;
    }
    .evaluate .layout {
        width: 100%;
    }
    .evaluate .layout .title-bar {
        padding: 4rem 1rem;
        width: 100%;
        background: var(--main-theme-color);
    }
    .evaluate .layout .title-bar .sub-title {
        font-size: 3.5rem;
    }
    .evaluate .layout .title-bar .title {
        font-size: 2.2rem;
        padding-right: 1rem;
    }
    .evaluate .layout .title-bar .title strong {
        padding-right: 3rem;
    }
    .evaluate .layout .title-bar .title strong i {
        width: 2rem;
    }
    .evaluate .layout .title-bar .title .bord {
        width: calc(100% - 4rem);
    }
    .evaluate .layout .else-right {
        width: 100%;
        padding-right: 1rem;
    }
    .evaluate .layout .else-right .outer-swiper-wrap {
        padding: 3.5rem 2%;
    }
    .evaluate .layout .else-right .outer-swiper-wrap .item-desc {
        font-size: 1rem;
    }
    .evaluate .layout .else-right .outer-swiper-wrap .item-desc i svg {
        font-size: 3rem;
    }
    .evaluate .layout .else-right .outer-swiper-wrap .else-info {
        margin-top: 2rem;
        padding: .5rem 0;
        font-size: 12px;
    }
    .evaluate .layout .else-right .outer-swiper-wrap .evaluate-pagination {
        left: 2%;
    }

    .news-blog {
        padding: 0 1rem;
    }
    .news-blog .layout {
        padding: 3rem 1rem;
        width: 100%;
    }
    .news-blog .layout .title-bar .title {
        margin-bottom: 2rem;
        font-size: 2rem;
        padding: 2.8rem 0 .5rem;
    }
    .news-blog .layout .title-bar .title .sub {
        font-size: 1.3em;
    }
    .news-blog .layout .news-items .news-item {
        width: 100%;
        height: auto;
    }
    .news-blog .layout .news-items .news-item .item-inner .item-img .item-title {
        padding: 1.5rem 1rem;
        font-size: 1.14rem;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .news-blog .layout .news-items .news-item .item-inner .item-info {
        padding: 1.5rem 5rem 1.5rem 1rem;
    }
    .news-blog .layout .news-items .news-item .item-inner .item-info .item-time {
        font-size: 12px;
        margin-bottom: .5rem;
    }
    .news-blog .layout .news-items .news-item .item-inner .item-info .item-title {
        font-size: 1.14rem;
    }
    .news-blog .layout .news-items .news-item .item-inner .item-info .item-more {
        right: 1rem;
        bottom: 2rem;
        padding: .5rem 1rem;
    }

    .section-inquiry {
        padding: 3rem 0 6rem 0;
    }
    .section-inquiry .layout {
        width: 96%;
    }
    .section-inquiry .layout .inquiry-inner h1 {
        padding: 3rem 0 1rem;
        font-size: 1rem;
    }
    .section-inquiry .layout .inquiry-inner h1 strong {
        font-size: 1rem;
    }
    .section-inquiry .layout .inquiry-inner h1 .sub {
        font-size: 1.5rem;
    }
    .section-inquiry .layout .inquiry-inner .inquiry-line {
        width: 10rem;
    }
    .section-inquiry .layout .inquiry-inner .inquiry-text {
        width: 100%;
        font-size: 12px;
        margin: 1rem auto;
    }
}


.section-footer {
    padding-top: 5rem;
    background-color: #0a0b0c;
    font-size: 1.285rem;
    line-height: 1.83;
}

.section-footer a {
    font-size: 1.285rem;
    line-height: 1.83;
}

.section-footer .footer-outer-wrap {
    padding-bottom: 0;
}

.section-footer .layout {
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    padding: 10px;
    padding-bottom: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0px;
    padding-bottom: 50px;
}

.section-footer .foot-item-left {
    width: 50%;
}

.section-footer .foot-logo img {
    max-height: 4rem;
    width: auto;
    height: 70px;
}

.section-footer .foot-nav {
    position: relative;
    margin: 2.5rem 0;
}

.section-footer .foot-nav li {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    padding: 3px;
    text-transform: uppercase;
}

.section-footer .foot-nav li a {
    color: #fff;
}

.section-footer .foot-nav li a:hover {
    color: #fff;
    text-decoration: underline;
}

.section-footer .btn-inquiry {
    border-width: 2px;
    padding: .5rem 2rem;
    font-size: 1.25rem;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    color: #fff;
    background-color: var(--main-theme-color);
    transition-duration: .3s;
    border-color: transparent;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-transform: uppercase;
}

.section-footer .btn-inquiry .btn-ani {
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    z-index: -1;
    animation: .5s forwards desplode_white;
}

.section-footer .btn-inquiry:hover {
    color: var(--main-theme-color);
    background-color: transparent !important;
    border-color: transparent;
}

.section-footer .btn-inquiry:hover .btn-ani {
    animation: .5s forwards explode_white;
}

.section-footer .foot-item-right {
    width: 50%;
    text-align: right;
}

.section-footer .foot-social li {
    position: relative;
    display: inline-block;
    margin: 0 .5rem;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

.section-footer .foot-social li:hover {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.section-footer .foot-social li a {
    position: relative;
    display: block;
    padding: .5rem;
}

.section-footer .foot-social li svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #9b9b9b;
}

.section-footer .foot-contacts {
    margin: 2.5rem 0;
    color: #9b9b9b;
    margin-bottom: 35px;
}

.section-footer .foot-contacts li {
    display: block;
}

.section-footer .foot-contacts p {
    margin: 0;
}

.section-footer .copyright {
    position: relative;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, .54);
    color: #9b9b9b;
    font-size: 1.14rem;
    line-height: 1.5;
}

.section-footer .copyright .layout {
    padding: 10px;
    padding-bottom: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 78%;
}

.section-footer .copyright .layout p {
    margin: 0;
}

.section-footer .copyright .layout .list-group {
    flex-direction: row;
    width: 100%;
}

.section-footer .copyright .layout .list-group li {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
    background-color: rgba(255, 255, 255, 0);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.section-footer .copyright .layout .list-group li a {
    color: rgb(155, 155, 155);
}

@media (max-width: 768px) {
    .section-footer {
        padding-top: 3rem;
        font-size: 1rem;
        padding-bottom: 70px;
    }
    .section-footer .layout {
        width: 96%;
    }
    .section-footer .foot-item-left {
        width: 100%;
    }
    .section-footer .foot-nav {
        margin: 1rem 0;
    }
    .section-footer .foot-nav li {
        margin-right: .5rem;
    }
    .section-footer .foot-item-right {
        margin: 1.5rem 0;
        text-align: left;
        width: 100%;
    }
    .section-footer .foot-contacts {
        margin: 1rem 0;
    }
    .section-footer .copyright {
        padding: 1rem 0;
        font-size: 12px;
    }
    .section-footer .copyright .layout {
        width: 96%;
    }
    .section-footer, .section-footer a {
        font-size: 1rem !important;
    }

    .index-site-header-bottom .header-center .logo img {
        height: 3rem;
    }
}

.gotop {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
    border-radius: 50%;
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: var(--main-theme-color);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateY(100%);
    cursor: pointer;
    bottom: 158px;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop:before {
    display: block;
    content: "";
    font-size: 1.6rem;
    background: url(../images/top.png) center no-repeat;
    width: 4.6rem;
    height: 4.6rem;
}

.gotop em {
    display: none;
}

.gotop:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    content: "TOP";
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.gotop:hover::before {
    transform: translateY(-15px) scale(0.5);
    opacity: 0;
}

.gotop:hover::after {
    opacity: 1;
    transform: none;
}


@keyframes explode_white{
    0%{width:0;height:0;margin-left:0;margin-top:0}
    100%{width:300%;padding:150% 0;margin-left:-150%;margin-top:-150%;background-color:#fff}
}
@keyframes desplode_white{
    0%{width:300%;padding:150% 0;margin-left:-150%;margin-top:-150%;background-color:#fff}
    100%{width:0;height:0;margin-left:0;margin-top:0}
}
