@charset "UTF-8";

@media screen and (min-width:1200px) {
    .header {
        position: fixed;
        z-index: 99;
        height: 90px;
        line-height: 90px;
        border-bottom: 1px rgba(255, 255, 255, .2) solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .header.page {
        background: rgba(0, 0, 0, 0.1);
    }


    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 90px;
        line-height: 90px;
        transition: .4s;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    }

    .header.header-fixed .head-logo .logo-f {
        display: block;
    }

    .header.header-fixed .head-logo .logo {
        display: none;
    }

    .header.header-fixed .nav-list .nav-item>a {
        display: block;
        color: #333;
        font-size: 17px;
    }

    .header.header-fixed .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #ea5400;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #ea5400;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #ea5400;
    }

    .header .container {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
    }

    .header .head-logo {
        max-width: 234px;
    }

    .header .head-logo h1 {
        display: block;
        position: relative;
    }

    .header .head-logo .logo-f {
        display: none;
    }

    .header .nav-list {
        height: 100%;
    }

    .header .head-nav {
        display: flex;
        align-items: center;
    }

    .header .head-nav .tel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .head-nav .tel .tel-main {
        line-height: 23px;
        font-size: 24px;
        color: #ea5400;
        margin-left: 10px;
    }

    .header .head-nav .tel .tel-main span {
        display: block;
        color: #888;
    }

    .header .nav-list .nav-item {
        display: inline-block;
        margin: 0 1vw;
        position: relative;
    }

    .header .nav-list .nav-item>a {
        display: block;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }

    .header .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #ea5400;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header .nav-list .nav-item:hover a,
    .header .nav-list .nav-item.active>a {
        color: #ea5400;
    }

    .header .nav-list .nav-item:hover>a::after,
    .header .nav-list .nav-item.active>a::after {
        width: 90%;
        max-width: 54px;
    }

    .header.header-fixed .nav-list .nav-item .subnav {
        top: 90px;
    }

    .header .nav-list .nav-item .subnav {
        position: absolute;
        width: 200px;
        top: 90px;
        left: 50%;
        z-index: 99;
        line-height: 45px;
        background: rgba(255, 255, 255, .97);
        text-align: center;
        opacity: 0;
        transform: scaleY(0) translateX(-50%);
        transition: .4s;
        border-radius: 0 0 10px 10px;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
    }

    .header .nav-list .nav-item .subnav .subnav-item a {
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
        display: block;
        color: #444;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .header .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #121212;
    }

    .header .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }

    .header .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1) translateX(-50%)
    }

    .header .container .head-nav .menu-container .button-menu {
        display: none;
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
        z-index: 99999999;
    }

    .header .container .head-nav .menu-container .button-menu span {
        display: block;
        width: 28px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 8px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0;
    }

    .header.header-fixed .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header.page .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header .container .head-nav .menu-container .button-menu span:last-child {
        margin-bottom: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span {
        background-color: #333;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(2) {
        margin-left: 100%;
        opacity: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(1) {
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(3) {
        transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
    }

    .header .container .head-nav .menu-container .menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
        display: none;
    }

    .header .container .head-nav .menu-container .menu-wrapper .box {
        height: 70vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list {
        text-align: center;
        width: 90%;
        max-width: 1500px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        bottom: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item {
        width: 20%;
        display: inline-block;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item a {
        font-size: 22px;
        color: #424242;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot {
        line-height: 1.5;
        text-align: center;
        margin: auto;
        max-width: 1500px;
        margin-top: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm {
        display: flex;
        justify-content: center;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box {
        margin: 0 12px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel {
        margin-top: 30px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel h3 {
        display: inline-block;
        background-color: #0099e0;
        color: #fff;
        font-size: 21px;
        line-height: 28px;
        padding: 12px 100px;
        border-radius: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .desc {
        margin-top: 15px;
        font-size: 18px;
        color: #666;
    }

    .header .nav-bt {
        display: none;
    }

    .index-banner {
        height: 100vh;
        position: relative;
    }

    .index-banner .swiper-pagination-banner {
        position: absolute;
        bottom: 30px;
        z-index: 999;
        text-align: center;
    }

    .index-banner .swiper-slide {
        height: 100vh;
        background-size: cover;
    }

    .index-banner .swiper-slide .box {
        position: absolute;
        z-index: 1;
        width: 100%;
        z-index: 1;
    }

    .index-banner .box #playHint {
        position: absolute;
        right: 3vw;
        bottom: 3vw;
        width: 28px;
        height: 28px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 999;
        font-size: 18px;
        pointer-events: none;
        border: 1px dashed #fff;
        border-radius: 50px;
    }

    .index-banner .swiper-slide .box::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 40%);
        z-index: 3;
    }

    .index-banner .swiper-slide .container {
        height: 100%;
        position: relative;
        z-index: 9;
    }

    .index-banner .swiper-slide .container div {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        color: #ffffff;
        margin-right: 9%;
    }

    .index-banner .swiper-slide1 .container div h6 {
        color: #fff;
        font-weight: 700;
        font-size: 46px;
        line-height: normal;
        margin-top: 12px;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s;
    }

    .index-banner .swiper-slide1 .container div p {
        margin-top: 35px;
        margin-bottom: 60px;
        color: #fff;
        font-weight: inherit;
        font-size: 18px;
        width: 600px;
        line-height: 30px;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s 0.2s;
    }

    .index-banner .swiper-slide1 .container div a {
        padding: 18px 59px;
        background-color: #ea5400;
        color: #fff;
        font-size: 15px;
        transition: all .5s;
    }

    .index-banner .swiper-slide1 .container div a span {
        margin-left: 6px;
    }

    .index-banner .swiper-slide3 .container div {
        text-align: center;
        right: 0;
        margin-right: 0;
    }

    .index-banner .swiper-slide3 div h6 {
        font-weight: 700;
        font-size: 44px;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s;
    }

    .index-banner .swiper-slide3 div .note {
        font-size: 18px;
        max-width: 820px;
        margin: auto;
        margin-top: 35px;
        margin-bottom: 50px;
        line-height: 30px;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s 0.2s;
    }

    .index-banner .swiper-slide3 div ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        background: rgba(0, 0, 0, 0.2);
        padding: 35px 22px;
        max-width: 1100px;
        margin: auto;
        border-radius: 10px;
    }

    .index-banner .swiper-slide3 div ul li {
        width: 25%;
    }

    .index-banner .swiper-slide3 div ul li .number span {
        font-size: 46px;
        font-weight: bold;
    }

    .index-banner .swiper-slide3 div ul li .number .unit {
        top: -10px;
        vertical-align: super;
        font-size: 15px;
    }

    .index-banner .swiper-slide3 div ul li .title_p {
        margin-top: 5px;
        font-size: 15px;
    }

    .index-banner .swiper-slide-active.swiper-slide3 .container div h6 {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }

    .index-banner .swiper-slide-active.swiper-slide3 .container div .note {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }

    .index-banner .swiper-slide-active.swiper-slide1 .container div h6 {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }

    .index-banner .swiper-slide-active.swiper-slide1 .container div p {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }

    .index-banner .swiper-slide img {
        display: none;
    }

    .index-banner .swiper-button-next::after,
    .index-banner .swiper-button-prev::after {
        display: none;
    }

    .index-banner .swiper-button-prev {
        width: 69px;
        height: 7px;
        left: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }

    .index-banner .swiper-button-next {
        width: 69px;
        height: 7px;
        right: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        opacity: 0;
    }

    .index-banner .banner-book {
        width: 1100px;
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        margin: auto;
        background: rgb(255 255 255 / 100%);
        z-index: 3;
        padding: 25px 30px;
        border-radius: 10px;
    }

    .index-banner .banner-book h4 {
        color: #333;
        margin-bottom: 18px;
        font-size: 20px;
        font-weight: bold;
    }

    .index-banner .banner-book h4 span {
        font-size: 20px;
        font-weight: bold;
    }

    .index-banner .banner-book .book-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-banner .banner-book .book-main select {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        padding: 0 12px;
        background: #F7F7F7;
        color: #666;
    }

    .index-banner .banner-book .book-main input {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        background: #ffffff;
        padding: 0 12px;
        background: #F7F7F7;
    }

    .index-banner .banner-book .book-main input.tel {
        width: 338px;
    }

    .index-banner .banner-book .book-main input.bt {
        background: #0cb46a;
        color: #fff;
        font-size: 15px;
    }

    .index-banner:hover .swiper-button-next {
        opacity: 1;
        right: 70px;
    }

    .index-banner:hover .swiper-button-prev {
        opacity: 1;
        left: 70px;
    }

    .index-product {
        padding: 100px 0 20px;
    }

    .index-product .index-title p {
        max-width: 1000px;
        line-height: 26px;
    }

    .index-product .main {
        overflow: hidden;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-product .main .item {
        width: 23%;
        margin-bottom: 20px;
    }

    .index-product .main .item .pic {
        border: 1px solid #eee;
    }

    .index-product .main .item .text {
        padding: 15px;
        text-align: center;
    }

    .index-product .main .item .text h4 a {
        color: #333;
        font-size: 18px;
    }

    .index-product .navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .index-product .navigation .far {
        padding: 10px;
        font-size: 20px;
        color: #ea5400;
        cursor: pointer;
    }
    .index-product .navigation .product-pagination{
        margin: 0 8px;
    }
    .index-product .navigation .product-pagination span {
        margin: 0 5px;
    }

    .index-product .navigation .product-pagination span.swiper-pagination-bullet-active {
        background: #ea5400;
    }

    .index-banner .swiper-pagination-banner .swiper-pagination-bullet {
        position: relative;
        background: none;
        opacity: .7;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        margin: 0;
    }

    .index-banner .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: 28px;
        height: 28px;
        position: relative;
        border: 2px solid #fff;
        opacity: 1;
    }

    .index-banner .swiper-pagination-banner .swiper-pagination-bullet::after {
        content: "";
        width: 7px;
        height: 7px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50px;
    }

    .index-banner .mouse {
        width: 51px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .3);
        position: absolute;
        left: 50%;
        bottom: 100px;
        margin-left: -25px;
        text-align: center;
        z-index: 50;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .index-banner .mouse span {
        display: inline-block;
        width: 15px;
        height: 23px;
        border: 2px solid #fff;
        border-radius: 12px;
        margin: auto;
        position: relative;
    }

    .index-banner .mouse span:before {
        content: "";
        width: 2px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 3px;
        animation-delay: 0ms;
        animation-duration: 1500ms;
        animation-iteration-count: infinite;
        animation-name: arrow;
        animation-play-state: running;
        animation-timing-function: linear;
    }

    .index-banner .mouse b {
        display: block;
        text-align: center;
        color: #766047;
        font-size: 18px;
        line-height: 1;
        font-family: Arial;
        margin-top: 4px;
        font-weight: normal;
    }

    @-webkit-keyframes arrow {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0px, 0px, 0px);
        }

        33% {
            opacity: 1;
        }

        66% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(0px, 5px, 0px);
        }
    }

    @keyframes arrow {
        0% {
            opacity: 0;
            transform: translate3d(0px, 0px, 0px);
        }

        33% {
            opacity: 1;
        }

        66% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translate3d(0px, 5px, 0px);
        }
    }

    .index-business {
        padding: 80px 0;
    }

    .index-business .container {
        max-width: 1500px;
    }

    .index-business .main .list {
        display: flex;
    }

    .index-business .main .list .item {
        width: 25%;
        transition: all .5s ease;
        border: 5px #edf0f5 solid;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        transition: all .4s ease;
    }

    .index-business .main .list .item.on {
        width: 50%;
    }

    .index-business .main .list .item .pic {
        position: relative;
    }

    .index-business .main .list .item .pic:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 2;
        transition: all .5s ease;
    }

    .index-business .main .list .item.on .pic:before {
        background: none;
    }

    .index-business .main .list .item .pic img {
        width: 100%;
        height: 55vh;
        object-fit: cover;
        max-height: 560px;
        overflow: hidden;
    }

    .index-business .main .list .item .text {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3;
        padding: 20px 25px;
        border-top-right-radius: 50px;
        color: #fff;
        transition: all .5s ease;
    }

    .index-business .main .list .item.on .text {
        background: rgb(234 84 4 / 80%);
        padding: 20px 50px;
    }

    .index-business .main .list .item .text p {
        display: none;
    }

    .index-business .main .list .item .text h5 {
        font-size: 22px;
    }

    .index-advantage {
        padding: 80px 0;
    }

    .index-advantage .index-title p {
        max-width: 1000px;
        line-height: 26px;
    }

    .index-advantage .container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .index-advantage .list {
        position: relative;
    }

    .index-advantage .list .item {
        width: 50vw;
        transform: scale(0.85);
    }

    .index-advantage .list .item .pic {
        border-radius: 8px;
        overflow: hidden;
    }

    .index-advantage .list .item.swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
        margin-bottom: 70px;
    }

    .index-advantage .list .bottom {
        width: 40%;
        background: linear-gradient(320deg, #f4b804 0%, #ea5400 100%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 35px 50px;
        color: #fff;
        border-radius: 8px;
        overflow: hidden;
        transition: all .5s ease;
        min-height: 150px;
        z-index: 5;
    }

    .index-advantage .list .item .text {
        display: none;
    }

    .index-advantage .list .bottom .cont {
        position: relative;
        z-index: 9;
    }

    .index-advantage .list .bottom::after {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        background-image: linear-gradient(320deg, rgb(228 136 38 / 90%) 0%, #ea5400 100%);
        left: 0;
        top: 0;
        transition: all .5s ease;
        transform: translateX(0%);
        z-index: 1;
    }

    .index-advantage .list .bottom:hover::after {
        width: 100%;
    }

    .index-advantage .list .bottom h5 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .index-advantage .list .bottom p {
        font-size: 16px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .index-advantage .list .navigation {
        position: absolute;
        top: 25px;
        z-index: 9;
        left: 50%;
        transform: translateX(calc(-50% + 14vw));
        color: #fff;
        display: flex;
    }

    .index-advantage .list .navigation div {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 100;
        margin-left: 25px;
        cursor: pointer;
    }

    .index-news {
        padding: 80px 0;
    }

    .index-news .index-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .index-news .index-title .left .en {
        display: flex;
        align-items: center;
        line-height: 27px;
    }

    .index-news .index-title .left .en h6 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ea5400;
    }

    .index-news .index-title .left .en .line {
        width: 24px;
        height: 1px;
        border-radius: 30px;
        overflow: hidden;
        margin: inherit;
        margin-left: 5px;
    }

    .index-news .index-title .left h3 {
        font-size: 36px;
    }

    .index-news .index-title .moer a {
        height: 50px;
        width: 200px;
        background: #ea5400;
        transition: all .3s ease;
        color: #fff;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .index-news .index-title .moer a i {
        margin-left: 6px;
        font-size: 12px;
    }

    .index-news .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-news .list .left {
        display: flex;
        width: 70%;
    }

    .index-news .list .left .item {
        position: relative;
        width: 49%;
        border-radius: 6px;
        overflow: hidden;
        transition: all ease .4s;
    }

    .index-news .list .left .item:nth-child(2) {
        margin-left: 2%;
    }

    .index-news .list .left .item:hover {
        width: 85%;
    }

    .index-news .list .left .item .pic {
        height: 460px;
    }

    .index-news .list .left .item .pic img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .index-news .list .left .item .pic::after {
        background-color: #333f47;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0.6;
    }

    .index-news .list .left .item .text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        padding: 6%;
        width: 100%;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #fff;
    }

    .index-news .list .left .item .text .cont .time {
        font-family: "Montserrat-Regular";
    }

    .index-news .list .left .item .text .cont h5 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        width: auto;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index-news .list .left .item .text .cont p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 15px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index-news .list .left .item .text .moer a {
        color: #fff;
        display: inline-block;
        border: 1px solid #fff;
        padding: 10px 25px;
        border-radius: 6px;
        transition: all .3s ease;
    }

    .index-news .list .left .item:hover .text .moer a {
        background: #ea5400;
        border: 1px solid #ea5400;
    }

    .index-news .list .left .item .text .moer a i {
        margin-left: 10px;
        font-weight: 100;
    }

    .index-news .list .right {
        width: calc(30% - 20px);
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .index-news .list .right .item {
        background-color: rgba(245, 245, 247);
        height: 100%;
        padding: 30px;
        border-radius: 6px;
        overflow: hidden;
        transition: all ease .3s;
    }

    .index-news .list .right .item:hover {
        background: #ea5400;
    }

    .index-news .list .right .item:hover a p,
    .index-news .list .right .item:hover a h5,
    .index-news .list .right .item:hover a .time {
        color: #fff;
    }

    .index-news .list .right .item a {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .index-news .list .right .item a .time {
        font-size: 14px;
        color: #333333;
    }

    .index-news .list .right .item a h5 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .index-news .list .right .item a p {
        color: rgba(102, 102, 102);
        font-size: 15px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    /* 底部 */
    .footer {
        height: auto;
        background-color: #262930;
        /* margin-top: 50px; */
        color: #dedede;
    }

    .footer .copyright {
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #aaa;
    }

    .footer .copyright .container {
        display: flex;
        justify-content: space-between;
        border-top: 1px #3f424a solid;
    }

    .footer .copyright a {
        color: #999;
    }

    .footer .copyright a:hover {
        color: #eee;
    }

    .footer>.container {
        padding: 90px 0 50px;
        overflow: hidden;
    }

    .footer .container .foot-menu {
        padding: 0 1vw;
        display: flex;
        justify-content: space-between;
    }

    .footer .container .foot-menu .menu-ul {
        width: 52vw;
        max-width: 800px;
        display: flex;
        justify-content: space-between;
    }

    .footer .container .foot-menu .menu-ul li {}

    .footer .container .foot-menu .menu-ul li dd {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .footer .container .foot-menu .menu-ul li dd a {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .footer .container .foot-menu .menu-ul li dt {
        margin-bottom: 15px;
        line-height: 22px;
    }

    .footer a {
        color: #aaa;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }

    .footer a:hover {
        color: #eee;
    }

    .footer .container .contact {
        width: 32vw;
        display: flex;
        justify-content: end;
    }

    .footer .container .contact .wechat {
        width: 11vw;
        margin-right: 3vw;
        max-width: 130px;
    }

    .footer .container .contact .wechat dd {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: bold;
        color: #fff;
    }

    .footer .container .contact .wechat dt {
        margin-bottom: 7px;
    }

    .footer .container .contact .tel-right {}

    .footer .container .contact .tel-right .foot-logo {
        text-align: center;
        margin-bottom: 8px;
    }

    .footer .container .contact .tel-right p {
        line-height: 25px;
        font-size: 14px;
        color: #bbb;
    }

    .footer .container .contact .tel-right ul li {
        margin-bottom: 15px;
    }

    .footer .container .contact .tel-right ul li h4 {
        font-size: 18px;
        vertical-align: middle;
    }

    .footer .container .contact .tel-right ul li p {
        text-indent: 2.5em;
    }

    .footer .links {
        padding: 25px 0;
        border-bottom: 1px #3f424a solid;
    }

    .footer .links .container {
        padding: 0;
    }

    .footer .links a {
        margin-right: 20px;
    }

    .foot-top-right-list {
        padding-left: 35px;
        margin-bottom: 20px;
    }

    .foot-top-right-list h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .foot-top-right-list p {
        font-size: 14px;
        color: #a8a8a8;
        max-width: 250px;
    }

    .foot-top-right-list-1 {
        background: url(../images/foot-lx-ico-1.png) left 0px no-repeat;
    }

    .foot-top-right-list-2 {
        background: url(../images/foot-lx-ico-2.png) left 0px no-repeat;
    }

    .foot-top-right-list-3 {
        background: url(../images/foot-lx-ico-3.png) left 0px no-repeat;
    }

    .foot-top-right-list-4 {
        background: url(../images/foot-lx-ico-4.png) left 0px no-repeat;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    body.scroll-hide {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }

    .header {
        /* position: fixed; */
        border-bottom: 1px solid #eee;
        background: #fff;
        z-index: 99;
        height: 1.5467rem;
        line-height: 1.5467rem;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .header.page {
        background: #fff;
        position: relative;
    }

    .header.page .head-logo .logo-f {
        display: block;
    }

    .header.page .head-logo .logo {
        display: none;
    }

    .header.page .nav-list .nav-item>a {
        color: #333;
    }

    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active>a {
        color: #ea5400;
    }

    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active>a {
        color: #ea5400;
    }

    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 1.5467rem;
        line-height: 1.5467rem;
        transition: .4s;
        background: #fff;

    }

    .scroll-hide .header {
        background: #fff;
    }

    .scroll-hide .header .head-logo .logos {
        display: block;
    }

    .scroll-hide .header .head-logo .logo {
        display: none;
    }

    .scroll-hide .header .head-logo .logo-f {
        display: block;
    }

    .header .head-logo .logos {
        display: none;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #ea5400;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active>a {
        color: #ea5400;
    }

    .header .container {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        height: 100%;
    }

    .header .head-logo {
        max-width: 4rem;
    }

    .header .head-logo .logo {
        display: none;
    }

    .header .head-logo h1 {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .head-logo .logo-f {
        /* display: none; */
    }

    .header .head-fixed-nav {
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        left: 0;
        height: 100%;
        top: 1.5467rem;
        height: 100%;
        transform: translateY(-30px);
        opacity: 0;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        z-index: 9999;
    }

    .header .head-fixed-nav.show {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit;

    }

    .header .nav-list {
        width: 92%;
        margin: auto;
        padding-top: .5333rem;
    }

    .header .head-nav {
        display: flex;
        align-items: center;
    }

    .header .head-nav .tel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .head-nav .tel .tel-main {
        line-height: 23px;
        font-size: 24px;
        color: #ea5400;
        margin-left: 10px;
    }

    .header .head-nav .tel .tel-main span {
        display: block;
        color: #888;
    }

    .header .nav-list .nav-item {
        position: relative;
        border-bottom: 1px solid #eee;
        line-height: 1.28rem;
    }

    .header .nav-list .nav-item>a {
        display: block;
        color: #333;
        font-size: .4rem;
        text-indent: .08rem;
    }

    .header .nav-list .nav-item>a.sub-a::after {
        content: "";
        position: absolute;
        right: 0px;
        top: .5333rem;
        width: .32rem;
        height: .2133rem;
        background: url(../images/icon_subnav.svg) 0 center no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        background-size: 100%;
    }

    .header .nav-list .nav-item.on>a.sub-a::after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .header .nav-list .nav-item .subnav {
        display: none;
        z-index: 99;
        line-height: 50px;
        background-color: #fff;
        text-align: left;
        padding: 0.5333rem 0;
        border-top: 1px solid #eee;
    }

    .header .nav-list .nav-item .subnav .subnav-item a {
        display: block;
        color: #666;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        position: relative;
        line-height: 1rem;
    }

    .header .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #121212;
    }

    .header .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }

    .header .container .head-nav .menu-container .button-menu {
        display: none;
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
        z-index: 99999999;
    }

    .header .container .head-nav .menu-container .button-menu span {
        display: block;
        width: 28px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 8px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0;
    }

    .header.header-fixed .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header.page .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header .container .head-nav .menu-container .button-menu span:last-child {
        margin-bottom: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span {
        background-color: #333;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(2) {
        margin-left: 100%;
        opacity: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(1) {
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(3) {
        transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
    }

    .header .container .head-nav .menu-container .menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
        display: none;
    }

    .header .container .head-nav .menu-container .menu-wrapper .box {
        height: 70vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list {
        text-align: center;
        width: 90%;
        max-width: 1500px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        bottom: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item {
        width: 20%;
        display: inline-block;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item a {
        font-size: 22px;
        color: #424242;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot {
        line-height: 1.5;
        text-align: center;
        margin: auto;
        max-width: 1500px;
        margin-top: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm {
        display: flex;
        justify-content: center;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box {
        margin: 0 12px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel {
        margin-top: 30px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel h3 {
        display: inline-block;
        background-color: #0099e0;
        color: #fff;
        font-size: 21px;
        line-height: 28px;
        padding: 12px 100px;
        border-radius: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .desc {
        margin-top: 15px;
        font-size: 18px;
        color: #666;
    }

    .header .container .nav-bt {
        width: 0.6rem;
        height: 0.5rem;
        overflow: hidden;
        position: absolute;
        right: .4rem;
        top: 0.495rem;
    }

    .header .container .nav-bt span {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 0.05866rem;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #ea5400;
        transition: all 0.3s ease 0s;
    }

    .header.header-fixed .container .nav-bt span {
        background-color: #ea5400;
    }

    .scroll-hide .header .container .nav-bt span {
        background-color: #ea5400;
    }

    .header .container .nav-bt span.line2 {
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        margin: auto;
    }

    .header .container .nav-bt span.line3 {
        bottom: 0;
        top: unset;
    }

    .header .container .nav-bt.close span.line1 {
        transform: rotate(45deg);
        top: 0.2rem;
    }

    .header .container .nav-bt.close span.line2 {
        opacity: 0;
        right: -100px;
    }

    .header .container .nav-bt.close span.line3 {
        transform: rotate(-45deg);
        top: 0.2rem;
    }

    .header .nav-bt span:last-child {
        margin-bottom: 0;
    }

    .index-banner {
        height: 44vh;
        position: relative;
    }

    .index-banner .swiper-pagination-banner {
        position: absolute;
        bottom: .6667rem;
        z-index: 999;
        text-align: center;
    }

    .index-banner .swiper-slide {
        height: 44vh;
        background-size: 200% !important;
    }

    .index-banner .swiper-slide .box video {
        height: 44vh !important;
    }

    .index-banner .swiper-slide .box {
        position: absolute;
        z-index: 1;
        width: 100%;
        z-index: 1;
    }

    .index-banner #playHint {
        position: absolute;
        right: 0.4rem;
        bottom: 0.5333rem;
        width: 0.7467rem;
        height: 0.7467rem;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        font-size: .48rem;
        pointer-events: none;
        border: 1px dashed #fff;
        border-radius: 50px;
    }

    .index-banner #playHint:before {
        margin-right: -0.0533rem;
    }

    .index-banner .swiper-slide .container {
        height: 100%;
        position: relative;
        z-index: 3;
    }

    .index-banner .swiper-slide .box::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 50%);
        z-index: 3;
    }

    .index-banner .swiper-slide .container div {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        color: #ffffff;
    }

    .index-banner .swiper-slide .container div h6 {
        color: #fff;
        font-weight: 700;
        font-size: .5333rem;
        line-height: normal;
        margin-top: 0;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s;
    }

    .index-banner .swiper-slide .container div p {
        margin-top: .5rem;
        color: #fff;
        font-weight: inherit;
        font-size: .3467rem;
        line-height: .5867rem;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.8s 0.2s;
    }

    .index-banner .swiper-slide .container div a {
        display: none;
        padding: 18px 59px;
        background-color: #ea5400;
        color: #fff;
        font-size: 15px;
        transition: all .5s;
    }

    .index-banner .swiper-slide .container div a span {
        margin-left: 6px;
    }

    .index-banner .swiper-slide .container div .module_ul {
        display: none;
    }

    .index-banner .swiper-slide-active.swiper-slide .container div h6 {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }

    .index-banner .swiper-slide-active.swiper-slide .container div p {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 0.2rem rgba(191, 22, 22, 0.2);
    }

    .index-banner .swiper-slide img {
        display: none;
    }

    .index-product .product-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        position: relative;
    }

    .index-banner .swiper-pagination-banner .swiper-pagination-bullet {
        position: relative;
        background: none;
        opacity: .7;
        width: .1867rem;
        height: .1867rem;
        border-radius: 50px;
        margin: 0 .08rem;
        background: #fff;
    }

    .index-banner .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: .1867rem;
        height: .1867rem;
        position: relative;
        opacity: 1;
    }

    .index-product {
        padding: 1.2rem 0;
    }

    .index-product .main {
        overflow: hidden;
    }

    .index-product .main .item {

        margin-bottom: .5333rem;
    }

    .index-product .main .item .pic {
        border: 1px solid #eee;
    }

    .index-product .main .item .text h4 a {
        font-size: .3733rem;
        padding: .32rem .2667rem 0;
        text-align: center;
        display: block;
        color: #444;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-product .navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .index-product .navigation .far {
        padding: .2667rem;
        font-size: .5333rem;
        color: #ea5400;
        cursor: pointer;
    }
    .index-product .navigation .product-pagination{
        margin: 0 .2133rem;
    }
    .index-product .navigation .product-pagination span {
        margin: 0 .1067rem;
    }

    .index-product .navigation .product-pagination span.swiper-pagination-bullet-active {
        background: #ea5400;
    }
    .index-business {
        padding: 1.2rem 0;
    }

    .index-business .main .list .item {
        margin-bottom: .7467rem;
    }

    .index-business .main .list .item .text {
        text-align: center;
        margin-top: .48rem;
    }

    .index-business .main .list .item .text h5 {
        font-size: .48rem;
        color: #333;
        margin-bottom: 0.2667rem;
        font-weight: bold;
    }

    .index-business .main .list .item .text p {
        color: #666;
        line-height: .56rem;
        width: 90%;
        margin: auto;
    }

    .index-advantage {
        background: #f8f8f8;
        padding: 45px 0 0;
    }

    .index-advantage .list {
        position: relative;
        overflow: hidden;
        border-radius: .16rem;
    }

    .index-advantage .list .item .text {
        display: none;
    }

    .index-advantage .list .bottom {
        background-color: #ea5400;
        padding: .5867rem .5333rem;
        color: #fff;
        overflow: hidden;
        transition: all .5s ease;
        position: relative;
        z-index: 5;
        padding-bottom: .9333rem;
    }

    .index-advantage .list .bottom h5 {
        font-size: .5067rem;
        font-weight: bold;
        margin-bottom: .3467rem;
    }

    .index-advantage .list .bottom p {
        line-height: .56rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .index-advantage .list .navigation {
        position: absolute;
        right: .5067rem;
        top: .5067rem;
    }

    .index-advantage .list .navigation div {
        padding: .1333rem .2667rem;
    }

    .index-news {
        padding: 1.2rem 0;
    }

    .index-news .index-title {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }

    .index-news .index-title .left .en {
        display: flex;
        align-items: center;
        line-height: .72rem;
    }

    .index-news .index-title .left .en h6 {
        font-size: .4267rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #ea5400;
    }

    .index-news .index-title .left .en .line {
        width: .64rem;
        height: .0267rem;
        min-height: 1px;
        border-radius: .8rem;
        overflow: hidden;
        margin: inherit;
        margin-left: .1333rem;
    }

    .index-news .index-title .moer a {
        height: .8267rem;
        width: 2.1333rem;
        background: #ea5400;
        transition: all .3s ease;
        color: #fff;
        border-radius: .9333rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .32rem;
    }

    .index-news .index-title .moer a i {
        display: none;
    }

    .index-news .list .left .item {
        position: relative;
        width: 100%;
        border-radius: .16rem;
        overflow: hidden;
        margin-bottom: .4rem;
        transition: all ease .4s;
    }

    .index-news .list .left .item .pic img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .index-news .list .left .item .pic::after {
        background-color: #333f47;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0.6;
    }

    .index-news .list .left .item .text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        padding: 6%;
        width: 100%;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #fff;
    }

    .index-news .list .left .item .text .cont .time {
        font-family: "Montserrat-Regular";
    }

    .index-news .list .left .item .text .cont h5 {
        font-size: .48rem;
        font-weight: bold;
        margin-top: .2667rem;
        width: auto;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index-news .list .left .item .text .cont p {
        font-size: .3733rem;
        color: rgba(255, 255, 255, 0.8);
        margin-top: .4rem;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: .56rem;
    }

    .index-news .list .left .item .text .moer a {
        color: #fff;
        display: inline-block;
        border: 1px solid #fff;
        padding: .2133rem .4rem;
        border-radius: .1867rem;
        transition: all .3s ease;
    }

    .index-news .list .left .item:hover .text .moer a {
        background: #ea5400;
        border: 1px solid #ea5400;
    }

    .index-news .list .left .item .text .moer a i {
        margin-left: .16rem;
        font-weight: 100;
        font-size: .32rem;
    }

    .index-news .list .right .item {
        background-color: #f0f2ff;
        height: 100%;
        padding: 6%;
        border-radius: .16rem;
        overflow: hidden;
        margin-bottom: 0.4rem;
        transition: all ease .3s;
    }

    .index-news .list .right .item a .time {
        font-size: .3733rem;
        color: #555;
        font-family: "Montserrat-Regular";
    }

    .index-news .list .right .item a h5 {
        font-size: .4267rem;
        font-weight: bold;
        margin: .2667rem 0;
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .index-news .list .right .item a p {
        color: rgba(102, 102, 102);
        font-size: .3467rem;
        line-height: .56rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    /* 底部 */
    .footer {
        height: auto;
        background-color: #ea5400;
        /* margin-top: 50px; */
        color: #fff;
    }

    .footer .copyright {
        line-height: .6133rem;
        padding: .3733rem 4%;
        text-align: center;
        color: #fff;
    }

    .footer .copyright p {
        font-size: .3467rem;
    }

    .footer .copyright a {
        color: #fff;
        font-size: .3467rem;
    }

    .footer .copyright a:hover {
        color: #eee;
    }

    .footer .copyright .icp {
        display: none;
    }

    .footer>.container {
        display: none;
    }

    .footer .container .foot-menu {}

    .footer .container .foot-menu .menu-ul {
        width: 640;
        float: left;
    }

    .footer .container .foot-menu .menu-ul li {
        float: left;
        width: 160px;
    }

    .footer .container .foot-menu .menu-ul li dd {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .footer .container .foot-menu .menu-ul li dd a {
        color: #ccc;
        font-size: 17px;
    }

    .footer .container .foot-menu .menu-ul li dt {
        margin-bottom: 10px;
    }

    .footer a {
        color: #aaa;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }

    .footer a:hover {
        color: #eee;
    }

    .footer .container .contact {
        width: 560px;
        float: left;
        padding-left: 20px;
    }

    .footer .container .contact .wechat {
        width: 130px;
        float: left;
        margin-right: 45px;
    }

    .footer .container .contact .wechat dd {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .footer .container .contact .wechat dt {
        margin-bottom: 7px;
    }

    .footer .container .contact .tel-right {
        float: left;
        width: 355px;
        padding-left: 45px;
        height: 177px;
        border-left: 1px #777 solid;
    }

    .footer .container .contact .tel-right .foot-logo {
        text-align: center;
        margin-bottom: 8px;
    }

    .footer .container .contact .tel-right p {
        line-height: 25px;
        font-size: 14px;
        color: #bbb;
    }

    .footer .container .contact .tel-right ul li {
        margin-bottom: 15px;
    }

    .footer .container .contact .tel-right ul li h4 {
        font-size: 18px;
        vertical-align: middle;
    }

    .footer .container .contact .tel-right ul li p {
        text-indent: 2.5em;
    }

    .footer .links {
        padding: 25px 0;
        border-bottom: 1px #3f424a solid;
    }

    .footer .links .container {
        padding: 0;
    }

    .footer .links a {
        margin-right: 20px;
    }

    .foot-top-right {
        float: left;
        margin-left: 50px;
        padding-left: 60px;
        padding-top: 6px;
    }

    .foot-top-right-list {
        padding-left: 35px;
        margin-bottom: 20px;
    }

    .foot-top-right-list h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .foot-top-right-list p {
        font-size: 14px;
        color: #a8a8a8;
        max-width: 220px;
    }

    .foot-top-right-list-1 {
        background: url(../images/foot-lx-ico-1.png) left 0px no-repeat;
    }

    .foot-top-right-list-2 {
        background: url(../images/foot-lx-ico-2.png) left 0px no-repeat;
    }

    .foot-top-right-list-3 {
        background: url(../images/foot-lx-ico-3.png) left 0px no-repeat;
    }
}