@import "../iconfont/iconfont.css";

.fyc {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center
}

.fwbet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wrap {
    width: 88vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:639px) {
    .wrap {
        width: 92vw
    }
}

.ver>* {
    display: inline-block;
    vertical-align: middle
}

.table-cell {
    display: table;
    width: 100%
}

.table-cell>* {
    display: table-cell;
    vertical-align: middle
}

.row-pv0 {
    margin-left: 0;
    margin-right: 0
}

.row-pv0>* {
    padding-left: 0;
    padding-right: 0
}

.mv0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.pv0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pt0 {
    padding-top: 0px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.bggray {
    background: #f9f9f9
}

.bgf {
    background: #fff
}

.c {
    color: #ff7e00
}

.bgc {
    background-color: #ff7e00
}

.cf {
    color: #ff7e00;
    font-weight: bold;
}

.bg0 {
    background-color: #131210
}

.hv:hover {
    color: #ff7e00
}

.hvf:hover {
    color: #fff
}

.bghover {
    transition: .6s
}

.bghover:Hover {
    background-color: #ff7e00;
    color: #fff
}

.l {
    border: 1px solid #ececec
}

.lb {
    border-bottom: 1px solid #ececec
}

.lt {
    border-top: 1px solid #ececec
}

.coverbox {
    position: relative;
    display: block;
    overflow: hidden
}

.coverbox .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.coverbox .coverimg.cover {
    background-size: cover
}

.coverbox ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}

@media (min-width:993px) {
    .coverbox.scale:hover .cover-tip {
        opacity: 1;
        filter: alpha(opacity=1)
    }

    .coverbox.scale:hover .coverimg {
        transform: scale(1.05, 1.05)
    }

    .coverbox.scale:hover .icon-bofang1 {
        font-size: .6rem
    }
}

.cover-tip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease 0s;
    z-index: 55
}

.cover-tip .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.cover-tip .bgbox.blue {
    background-color: rgba(0, 161, 230, 0.8)
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all .6s ease 0s
}

.cover-tip .linet {
    top: 0
}

.cover-tip .lineb {
    bottom: 0
}

.cover-tip:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.iconfont {
    font-size: inherit
}

/* 国脉导航 */
main {
    margin-top: 1rem;
    overflow: hidden
}

@media (max-width:992px) {
    main {
        margin-top: 60px
    }
}
@media (max-width:692px) {
    main {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    header.home+main {
        margin-top: 1rem
    }
}

header {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
    overflow: hidden;
    background: #fff;
}

header:hover {
    overflow: visible
}

header .logo {
    width: 232px;
    height: 100%;
    background: url('../images/logo.png') no-repeat left center;
    background-size: contain;
    display: block
}

@media (max-width:640px) {
    header .logo {
        width: 150px
    }
}

.head_wrap {
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
    padding: 0 .4rem;
    display: flex;
    justify-content: space-between;
    height: 1rem
}

@media (max-width:992px) {
    .head_wrap {
        height: 60px
    }
}

.head_wrap .header_nav {
    overflow: hidden
}

.head_wrap .header_nav:hover {
    overflow: visible
}

.head_wrap .header_nav .header_inner {
    display: flex;
    text-transform: uppercase
}

.head_wrap .header_nav .header_inner .nav_li {
    margin-right: 2px
}

@media (min-width:1360px) {
    .head_wrap .header_nav .header_inner .nav_li {
        margin-right: .1rem
    }
}

@media (max-width:992px) {
    .head_wrap .header_nav .header_inner .nav_li {
        margin-left: .3rem
    }
}

.nav_li {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 1rem
}

.nav_li:not(.nav_li_product) {
    position: relative
}

@media (max-width:992px) {
    .nav_li {
        height: 60px
    }
}

.nav_li.active .header_nac {
    color: #ff7e00
}

.nav_li:hover {
    overflow: visible
}

.nav_li:hover .header_nac {
    /* color: #ff7e00 */
}

.nav_li:hover .drop {
    opacity: 1;
    text-transform: lowercase;
    transform: translateY(0) translateX(-50%)
}

.nav_li .header_nac {
    display: block;
    position: relative;
    font-size: 16px;
    color: #1a1a1a;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    padding: 0 .24rem;
    white-space: nowrap;
    font-style: normal;
}

@media (max-width:992px) {
    .nav_li .header_nac {
        height: 34px;
        line-height: 34px;
        padding: 0 .3rem;
        font-size: 14px
    }

    .nav_li .header_nac.en {
        padding: 0 30px;
    }
}

.nav_li .quote {
    background-color: #ff7e00;
    color: #fff;
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
    border-radius: 2em;
    text-transform: none
}

.nav_li .quote:hover {
    background: #ff7e00;
    color: #fff
}

.nav_li .drop {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -10px;
    white-space: nowrap;
    z-index: 55;
    padding: 20px;
    min-width: 160px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
    transform: translateY(30px) translateX(-50%)
}

@media (max-width:640px) {
    .nav_li .drop {
        padding: 20px 0;
        min-width: auto
    }
}

.nav_li .drop a {
    display: block;
    line-height: 2.4;
    padding: 0 20px;
    color: #666;
    white-space: nowrap;
    text-transform: capitalize
}

.nav_li .drop a:hover {
    color: #ff7e00
}

.drop-product {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    padding: .5rem 0 .7rem;
    transform: translateY(30px);
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
    opacity: 0
}

.drop-product .proinner {
    overflow: hidden;
    margin: 0 auto;
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important
}

.drop-product .proinner>* {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
    margin-bottom: .2rem
}

.drop-product .proitem {
    float: left;
    width: 12.5%;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width:1360px) {
    .drop-product .proitem {
        width: 16.66%
    }
}

.drop-product .proitem .tit {
    display: block;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    text-transform: capitalize
}

.drop-product .proitem:hover .tit {
    color: #fff
}

.nav_li_product:hover .drop-product {
    background: #fbfbfb;
    transform: translateY(0);
    opacity: 1;
    z-index: 5555
}

header.bg {
    background: #fff
}

header.bg .header_nac {
    color: #1a1a1a
}

header.bg .quote {
    color: #fff;
    border-radius: 2em
}

.m-menus {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 1rem;
    right: -100%;
    background: #fff;
    overflow: hidden;
    line-height: 32px;
    font-size: 15px;
    z-index: -999;
    padding-top: 2%;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1)
}

@media (min-width:1200px) {
    .m-menus {
        display: none
    }
}

@media (max-width:992px) {
    .m-menus {
        top: 60px
    }
}

.m-menus .inner {
    height: calc((100vh - 1rem));
    padding: 10px 30px 40px;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width:768px) {
    .m-menus {
        top: 60px
    }

    .m-menus .inner {
        height: calc((100vh - 60px))
    }
}

.m-menus a {
    display: block;
    color: #000
}

.m-menus.active {
    z-index: 999;
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
    right: 0
}

.m-menus .item {
    cursor: pointer;
    transition: .3s;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    text-align: left
}

.m-menus .item .tit {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
}

.m-menus .item>a,
.m-menus .tit {
    display: block;
    line-height: 52px;
    position: relative
}

.m-menus .tit {
    position: relative;
    text-transform: uppercase
}

.m-menus .tit a {
    display: inline-block;
    min-width: 50vw
}

.m-menus .tit .iconfont {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    padding: 0 10px;
    color: #000;
    font-size: 17px
}

.m-menus .xs-menu {
    display: none;
    text-align: left
}

.m-menus .xs-menu dd {
    line-height: 30px;
    font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit {
    color: #ff7e00
}

.m-menus .active .tit a,
.m-menus .open .tit a {
    color: #ff7e00
}

.m-menus .active .iconfont::before,
.m-menus .open .iconfont::before {
    content: "\e627"
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu {
    padding: 0px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.14)
}

.m-menus .head_links_box {
    background: #fff;
    margin-top: 1rem;
    padding: .1rem .3rem
}

.m-menus .head_links {
    display: flex !important;
    justify-content: center
}

.m-menus .head_links a {
    padding: 0 .2rem !important;
    display: block;
    flex: 1
}

.m-menus .head_links i {
    margin: 0 auto
}

.menu_btn_box {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.menu_btn {
    width: 50px;
    height: 50px;
    z-index: 101;
    cursor: pointer;
    transform-origin: center center;
    position: relative;
    display: block;
    top: -5px;
    z-index: 555;
    transform: scale(.8)
}

.menu_btn i {
    position: absolute;
    width: 26px;
    height: 2px;
    left: 12px;
    background: #1a1a1a;
    display: block;
    transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
    top: 20px
}

.menu_btn i:nth-of-type(2) {
    top: 30px
}

.menu_btn i:nth-of-type(3) {
    top: 40px
}

.menu_btn.active i:nth-of-type(1) {
    transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
    opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
    transform: rotate(-225deg) translate(0, 0)
}

.bg .menu_btn i {
    background: #1a1a1a
}

/* banner */
.swiper-button-prev {
    left: 0
}

.swiper-button-next {
    right: 0
}

.index_banner {
    position: relative;
    overflow: hidden;
    z-index: 5
}

@media (min-width:768px) {
    .index_banner {
        height: auto
    }
}

@media (max-width:767px) {}

.index_banner .swiper-pagination {
    bottom: .5rem !important;
    top: auto;
    z-index: 555
}

@media (max-width:640px) {
    .index_banner .swiper-pagination {
        bottom: 10px !important
    }
}

.index_banner .swiper-pagination-bullet {
    background: #ff7d00;
    opacity: .5;
    margin: 0 .14rem !important
}

.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0689c1
}

.index_banner li {
    position: relative;
    overflow: hidden
}

.index_banner li .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6
}

.index_banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 555
}

.index_banner .bg {
    display: block;
    height: 100%;
    transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%
}

.index_banner .bg:not(.poster) {
    transform: scale(1.02)
}

.index_banner .bg img {
    visibility: hidden
}

.index_banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    height: 90%;
    display: flex;
    align-items: center
}

.index_banner .content._b {
    align-items: flex-end;
    padding-bottom: .5rem
}

.index_banner .content._b .info * {
    color: #fff
}

.index_banner .content .inner {
    width: 88vw;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1
}

@media (max-width:639px) {
    .index_banner .content .inner {
        width: 92vw
    }
}

@media (min-width:1800px) {
    .index_banner .content .inner {
        max-width: 1600px
    }
}

@media (min-width:768px) {
    .index_banner .content .inner {
        padding-top: .7rem
    }
}

.index_banner .content .inner .info {
    max-width: 940px;
    width: 50%
}

.index_banner .content .subtit,
.index_banner .content .tit {
    background-image: linear-gradient(60deg, #0789c1, #0177aa 40%);
    -webkit-background-clip: text;
    color: transparent
}

.index_banner .content .subtit {
    font-size: 3.125vw;
    position: relative;
    top: 10px;
    padding-bottom: .2rem
}

@media (min-width:1920px) {
    .index_banner .content .subtit {
        font-size: 60px
    }
}

@media (max-width:1024px) {
    .index_banner .content .subtit {
        font-size: 30px
    }
}

@media (max-width:1200px) {
    .index_banner .content .subtit {
        font-size: 2.08333333vw
    }
}

@media (max-width:1200px) and (min-width:1920px) {
    .index_banner .content .subtit {
        font-size: 40px
    }
}

@media (max-width:1200px) and (max-width:1024px) {
    .index_banner .content .subtit {
        font-size: 20px
    }
}

@media (max-width:600px) {
    .index_banner .content .subtit {
        font-size: 1.5625vw;
        padding-bottom: 10px
    }
}

@media (max-width:600px) and (min-width:1920px) {
    .index_banner .content .subtit {
        font-size: 30px
    }
}

@media (max-width:600px) and (max-width:1024px) {
    .index_banner .content .subtit {
        font-size: 15px
    }
}

.index_banner .content .tit {
    line-height: .9;
    font-size: 5.20833333vw;
    padding-bottom: .3rem;
    font-weight: bold
}

@media (min-width:1920px) {
    .index_banner .content .tit {
        font-size: 70px
    }
}

@media (max-width:1024px) {
    .index_banner .content .tit {
        font-size: 50px
    }
}

@media (max-width:1200px) {
    .index_banner .content .tit {
        line-height: 1;
        font-size: 3.125vw
    }
}

@media (max-width:1200px) and (min-width:1920px) {
    .index_banner .content .tit {
        font-size: 60px
    }
}

@media (max-width:1200px) and (max-width:1024px) {
    .index_banner .content .tit {
        font-size: 30px
    }
}

@media (max-width:600px) {
    .index_banner .content .tit {
        font-size: 2.08333333vw
    }
}

@media (max-width:600px) and (min-width:1920px) {
    .index_banner .content .tit {
        font-size: 40px
    }
}

@media (max-width:600px) and (max-width:1024px) {
    .index_banner .content .tit {
        font-size: 20px
    }
}

.index_banner .content .desc {
    font-size: 1.5625vw;
    color: #666;
    line-height: 1.3
}

@media (min-width:1920px) {
    .index_banner .content .desc {
        font-size: 30px
    }
}

@media (max-width:1024px) {
    .index_banner .content .desc {
        font-size: 15px
    }
}

@media (max-width:600px) {
    .index_banner .content .desc {
        font-size: 13px;
        line-height: 16px;
        max-height: 32px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2
    }

    .index_banner .content .desc br {
        display: none
    }
}

@media (max-width:600px) {
    .index_banner .info.min {
        width: 40% !important
    }

    .index_banner .info.min .subtit {
        font-size: 30px
    }

    .index_banner .info.min .tit {
        font-size: 33px
    }
}

.index_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index_banner .swiper-slide-active .bg {
    transform: scale(1)
}

@media (max-width:480px) {
    .index_banner .swiper-pagination {
        bottom: 6%
    }
}

/* 产品 */
.index_menus {
    background: url('../images/bg01.png') no-repeat center bottom;
    background-size: cover;
    background-color: #fbfbfb;
    padding: .1rem 0;
    border-top: 1px solid #eeeeee
}

.col_body {
    margin-top: .8rem;
    margin-bottom: .2rem;
    position: relative;
    min-height: 80vh
}

@media (max-width:1200px) {
    .col_body {
        width: 96vw
    }
}

@media (max-width:991px) {
    .col_body {
        width: 92vw
    }
}

@media (max-width:480px) {
    .col_body {
        margin-top: .5rem
    }
}

@media (min-width:992px) {
    .col_body .col_sub {
        float: left;
        width: 23%;
        max-width: 304px;
        min-width: 210px
    }

    .col_body .col_main {
        float: left;
        width: 73%;
        padding-left: 5%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .col_body .col_main {
        width: 75%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col_body .col_main {
        width: 73%
    }
}

@media (min-width:992px) and (max-width:991px) {
    .col_body .col_main {
        width: 100%
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .col_body .col_main_2 {
        margin: 0 300px 0 350px;
        padding: 0 .75rem;
        width: 58%;
        float: none
    }
}

@media (min-width:992px) and (min-width:1200px) and (max-width:1920px) {
    .col_body .col_main_2 {
        margin: 0 22% 0 21%
    }
}

@media (min-width:992px) and (min-width:1200px) and (max-width:1360px) {
    .col_body .col_main_2 {
        width: 60%
    }
}

@media (min-width:992px) and (min-width:1200px) and (max-width:1280px) {
    .col_body .col_main_2 {
        padding: 0 .5rem;
        width: auto
    }
}

@media (min-width:992px) and (min-width:1200px) and (max-width:1200px) {
    .col_body .col_main_2 {
        margin-right: 0;
        padding-right: 0;
        margin-left: 22%
    }
}

@media (min-width:992px) {
    .col_body.s2 .col_sub {
        float: right
    }

    .col_body.s2 .col_main {
        width: 73%;
        padding-left: 0
    }
}

.sub_menu .info {
    font-size: 16px
}

.sub_menu .info a {
    display: block;
    height: 64px;
    line-height: 64px;
    position: relative;
    color: #000;
    border-bottom: 1px solid #f2f2f3;
    padding-right: .5rem
}

@media (min-width:1200px) {
    .sub_menu .info a::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url('../images/arr_f.png') no-repeat right center;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.sub_menu .info a em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .01rem;
    position: relative;
    width: .01rem;
    height: 100%;
    box-sizing: content-box;
    overflow: hidden
}

.sub_menu .info a i {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: .36rem;
    border-right: -0.36rem solid transparent;
    -webkit-filter: drop-shadow(-0.36rem 0 0 #ff7d00);
    filter: drop-shadow(-0.36rem 0 0 #ff7d00)
}

.sub_menu .info a.active,
.sub_menu .info a:hover {
    background-color: #ff7d00;
    color: #fff
}

.sub_menu .info a.active i,
.sub_menu .info a:hover i {
    left: .36rem;
    -webkit-filter: drop-shadow(-0.36rem 0 0 #fff);
    filter: drop-shadow(-0.36rem 0 0 #fff)
}

.sub_menu .info .active {
    background-color: #ff7d00;
    color: #fff
}

.col_sub h2 {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    padding-left: .26rem;
    background-color: #ff7d00;
    color: #fff
}

@media (max-width:1360px) {
    .col_sub h2 {
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

@media (max-width:640px) {
    .col_sub h2 {
        height: 48px;
        line-height: 48px
    }
}

.col_sub>*+* {
    margin-top: .3rem
}

.list_good .hd {
    line-height: 1rem;
    background: url('../images/cptit_bg.png') no-repeat center right;
    margin-bottom: .4rem;
    font-size: .3rem;
    font-weight: bold;
    padding-left: .2rem
}

@media (max-width:640px) {
    .list_good .hd {
        font-size: 20px
    }
}

.list_good .row {
    text-align: center;
    margin-left: -0.2rem !important;
    margin-right: -0.2rem !important;
    padding-bottom: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.list_good .row>* {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
    margin-bottom: .4rem
}

.list_good .row::before {
    display: none
}

.list_good .row li {
    margin-bottom: .4rem
}

@media (max-width:1679px) {
    .list_good .row {
        margin-left: -0.15rem !important;
        margin-right: -0.15rem !important
    }

    .list_good .row>* {
        padding-left: .15rem !important;
        padding-right: .15rem !important;
        margin-bottom: .3rem
    }

    .list_good .row li {
        margin-bottom: .3rem
    }
}

@media (max-width:992px) {
    .list_good .row {
        margin-left: -0.1rem !important;
        margin-right: -0.1rem !important
    }

    .list_good .row>* {
        padding-left: .1rem !important;
        padding-right: .1rem !important;
        margin-bottom: .2rem
    }

    .list_good .row li {
        margin-bottom: .2rem
    }
}

.good_item .inner {
    border: 1px solid #f2f2f3;
    padding: 0 0 .26rem;
    height: 100%;
    transition: .6s;
    background: #fff;
}

.good_item .inner .tit {
    font-size: 18px;
    display: block;
    line-height: 1.76;
    margin: 15px .2rem 0
}

.good_item .inner:hover a.type {
    color: #ff7d00
}

.good_item .inner:hover .coverimg {
    transform: scale(1.1)
}

.good_item .inner:hover .tit {
    color: #ff7d00
}

@media (max-width:1360px) {
    .good_item .inner .type {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .good_item .inner .type {
        font-size: 16px
    }

    .good_item .inner .tit {
        font-size: 14px
    }
}

/* 关于我们 */
.index-company {
    padding-top: clamp(calc(150 / 2 * 1px), calc(150 / 1440 * 100vw), 150px);
    padding-bottom: clamp(calc(150 / 2 * 1px), calc(150 / 1440 * 100vw), 150px);
    position: relative
}

@media (max-width:768px) {
    .index-company {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .index-company {
        display: flex;
        justify-content: space-between
    }

    .index-company .lbox {
        width: 42.5%
    }

    .index-company .rbox {
        width: 45%
    }

    .index-company .rbox dd:not(.on) {
        display: none
    }

    .index-company .mapbox {
        position: absolute;
        left: 0;
        bottom: clamp(calc(150 / 2 * 1px), calc(150 / 1440 * 100vw), 150px);
        width: 52%
    }
}

.index-company .inner {
    display: inline-block;
    position: relative
}

.index-company .mapbox {
    z-index: 1;
    text-align: right
}

@media (max-width:991px) {
    .index-company .mapbox {
        position: relative
    }
}


@media (max-width:691px) {
    .index-company .mapbox {
        position: relative;
        display: none;
    }
  
}


.index-company .mapbox .dots .item {
    position: absolute;
    cursor: pointer;
    width: 0;
    height: 0
}

.index-company .mapbox .dots .item em {
    border: 2px solid #ff9142;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5
}

.index-company .mapbox .dots .item.on span {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    z-index: 1;
    animation: scale .8s infinite alternate linear
}

@-webkit-keyframes scale {
    from {
        border: 10px solid #ff9142;
        opacity: .5
    }

    to {
        border: 15px solid #ff9142;
        opacity: .2
    }
}

.index-company .mapbox .dots .item:nth-child(1) {
    left: 75.5%;
    top: 52%
}

.index-company .mapbox .dots .item:nth-child(2) {
    left: 79%;
    top: 47%
}

.index-company .lbox {
    position: relative;
    z-index: 55
}

@media (max-width:991px) {
    .index-company .lbox {
        margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1440 * 100vw), 40px)
    }
    
}

.index-company .lbox .since {
    font-size: clamp(calc(28 / 2 * 1px), calc(28 / 1440 * 100vw), 28px);
    color: #ff9142;
    font-family: medium
}

.index-company .lbox .desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: clamp(calc(36 / 2 * 1px), calc(36 / 1440 * 100vw), 36px);
    margin-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1440 * 100vw), 50px)
}

.index-company .inner {
    position: relative
}

.index-company .inner img {
    border-radius: .2rem;
    overflow: hidden
}

.index-company .inner .name {
    position: absolute;
    right: clamp(calc(26 / 2 * 1px), calc(26 / 1440 * 100vw), 26px);
    bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1440 * 100vw), 30px);
    color: #fff;
    font-size: 16px;
    padding-left: 28px;
    background: url(../images/localhost.png) no-repeat 0 center
}

.rmore {
    color: #fff;
    min-width: 1.6rem;
    line-height: clamp(calc(40 * 1px), calc(48 / 1440 * 100vw), 48px);
    text-align: center;
    padding: 0 36px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2em;
    font-size: 16px;
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
    font-family: medium;
    background: linear-gradient(90deg, #ffcc88, #ff9142)
}

.rmore:hover {
    background: linear-gradient(-90deg, #ffcc88, #ff9142);
    color: #fff;
    transform: scale(.96)
}


/* 解决方案 */
.vhdd {
    text-align: center;
    margin-bottom: .5rem
}

.vhdd h2 {
    font-size: .4rem;
    margin-bottom: .04rem;
    font-weight: bold
}

@media (max-width:768px) {
    .vhdd h2 {
        font-size: 28px
    }
}

@media (max-width:640px) {
    .vhdd h2 {
        font-size: 24px
    }
}

.vhdd .desc {
    font-size: 16px;
    color: #666;
    padding-top: .1rem;
    line-height: 1.7
}

@media (max-width:640px) {
    .vhdd .desc {
        font-size: 14px
    }
  
}

.index_case {
    padding: 0 0 .9rem  0
}
@media (max-width:640px) {
    .index_case {
        padding: .9rem  0
    }
  
}
.index_case .vbtnn {
    display: block;
    margin: 0 auto;
    width: 130px
}

.case_list {
    margin-left: -0.12rem !important;
    margin-right: -0.12rem !important;
    padding-bottom: .4rem
}

.case_list>* {
    padding-left: .12rem !important;
    padding-right: .12rem !important;
    margin-bottom: .24rem
}

.case_item {
    background-color: #fafafa;
    position: relative;
    border: 1px #dedede solid;
}

.case_item::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #cc0000;
    transition: .6s;
    left: 0;
    bottom: 0
}

.case_item:hover::after {
    width: 100%
}

.case_item .tit {
    display: block;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.case_item .tit:hover {
    color: #cc0000
}

@media (max-width:1360px) {
    .case_item .tit {
        font-size: 16px;
        line-height: 60px
    }
}

@media (max-width:640px) {
    .case_item .tit {
        font-size: 14px;
        line-height: 52px
    }
}

.case_item.xs .tit {
    font-size: 16px;
    line-height: 48px
}

@media (max-width:480px) {
    .case_item.xs .tit {
        font-size: 14px
    }
}

.vbtnn {
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    background-color: #cc0000;
    padding: 0 0.2rem;
    line-height: .48rem
}

@media (max-width:640px) {
    .vbtnn {
        line-height: 38px
    }
}

.vbtnn:hover {
    background: #000;
    color: #fff
}

.vbtn_l {
    font-size: 16px;
    border-radius: 4px;
    line-height: 46px;
    padding: 0 20px;
    border: 1px solid #666
}

@media (max-width:640px) {
    .vbtn_l {
        line-height: 36px
    }
}

.vbtn_l:hover {
    background: #000;
    color: #fff
}


/* 合作客户 */
.index_partner {
    background: url('../images/partent_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 1rem 0;
    text-align: center
}

.index_partner dl {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important
}

.index_partner dl>* {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
    margin-bottom: .2rem
}

.index_partner dd {
    width: 16.66%;
    float: left
}

.index_partner dd p img {
    display: block
}

.index_partner dd p:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

@media (max-width:1360px) {}

@media (max-width:992px) {
    .index_partner dd {
        width: 25%
    }
}

@media (max-width:480px) {
    .index_partner dd {
        width: 33.33%
    }
}

@media (max-width:450px) {}

.index_partner img {
    width: 100%
}

.index_partner .swiper-pagination-bullet {
    background: #7a7a7b;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 1px 4px !important
}

.index_partner .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    margin: 0 4px !important
}

.index_partner .desc {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .index_partner .desc {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

/* .index_partner .swiper-container {
    padding-bottom: .9rem
} */

.index_partner .coverbox {
    margin: 0 .1rem
}

.vhd {
    margin-bottom: .4rem
}

.vhd h2 {
    font-size: .4rem
}

.vhd .desc {
    font-size: 16px;
    margin-top: .1rem
}

@media (max-width:480px) {
    .vhd h2 {
        font-size: 22px
    }
}


/* 新闻资讯 */

.index_news {
    padding: .7rem 0
}

.index_news .vhd {
    position: relative
}

.index_news .vhd .vbtn {
    position: absolute;
    right: 0;
    bottom: .2rem
}

.index_news .top {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .index_news .top {
        display: flex;
        align-items: stretch
    }

    .index_news .top .iswiper_rec {
        width: 60%
    }

    .index_news .top .playbox {
        margin-left: .2rem;
        flex: 1
    }
}

@media (max-width:767px) {
    .index_news .iswiper_rec {
        margin-bottom: .2rem
    }
}

.index_news .iswiper_rec .pnext {
    font-size: 26px;
    font-size: .24rem;
    color: #fff
}

@media (max-width:992px) {
    .index_news .iswiper_rec .pnext {
        font-size: 20px
    }
}

@media (max-width:640px) {
    .index_news .iswiper_rec .pnext {
        font-size: 19px
    }
}

.index_news .iswiper_rec .pnext::after {
    font-size: inherit
}

@media (max-width:991px) {
    .index_news .iswiper_rec .pnext.swiper-button-prev {
        left: 0
    }

    .index_news .iswiper_rec .pnext.swiper-button-next {
        right: 0
    }
}

.index_news .iswiper_rec li {
    position: relative;
    border: 1px #dedede solid;
}

.index_news .iswiper_rec .info {
    position: absolute;
    left: .4rem;
    right: .4rem;
    bottom: .3rem;
    color: #fff;
    z-index: 5
}

.index_news .iswiper_rec .info h5 {
    font-size: 28px;
    color: #000;
}

@media (max-width:1680px) {
    .index_news .iswiper_rec .info h5 {
        font-size: .24rem
    }
}

@media (max-width:1680px) and (max-width:992px) {
    .index_news .iswiper_rec .info h5 {
        font-size: 20px
    }
}

@media (max-width:1680px) and (max-width:640px) {
    .index_news .iswiper_rec .info h5 {
        font-size: 19px
    }
}

.index_news .iswiper_rec .info .time {
    font-size: 16px;
    margin-bottom: 6px
}

@media (max-width:640px) {
    .index_news .iswiper_rec .info {
        bottom: 20px
    }

    .index_news .iswiper_rec .info .time {
        font-size: 14px
    }

    .index_news .iswiper_rec .info h5 {
        font-size: 17px
    }
}

.index_news .playbox {
    position: relative
}

@media (min-width:768px) {
    .index_news .playbox .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }
}

.index_news .playbox .info {
    text-align: center;
    font-size: .24rem;
    color: #fff
}

@media (max-width:992px) {
    .index_news .playbox .info {
        font-size: 20px
    }
}

@media (max-width:640px) {
    .index_news .playbox .info {
        font-size: 19px
    }
}

@media (min-width:768px) {
    .index_news .playbox .info {
        position: absolute;
        z-index: 5;
        left: .4rem;
        bottom: .3rem
    }
}

.index_news .playbox .info .play {
    width: .64rem;
    height: .64rem;
    background: url('../images/play.png') no-repeat center center;
    background-size: contain;
    display: block;
    margin: 0 auto .14rem
}

@media (max-width:767px) {
    .index_news .playbox .info {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 5
    }

    .index_news .playbox .info .play {
        width: 50px;
        height: 50px;
        margin-bottom: 14px
    }
}

.iswiper_news {
    position: relative;
    padding-bottom: 60px
}

@media (min-width:640px) {
    .iswiper_news {
        margin-left: -0.1rem;
        margin-right: -0.1rem
    }

    .iswiper_news .inner {
        margin: 0 .1rem
    }
}

.iswiper_news li {
    width: 33.33%
}

@media (max-width:991px) {
    .iswiper_news li {
        width: 50%
    }
}

@media (max-width:639px) {
    .iswiper_news li {
        width: 100%
    }
}

.iswiper_news .inner {
    border: 1px solid #ececec;
    padding: .36rem;
    transition: .6s
}

.iswiper_news .inner:hover {
    background: #f9f9f9
}

@media (max-width:1200px) {
    .iswiper_news .inner {
        padding: .3rem
    }
}

.iswiper_news .tit {
    font-size: 20px;
    line-height: 1.6;
    height: 64px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: block
}

.iswiper_news .tit:hover {
    color: #ff7e00
}

.iswiper_news .desc {
    color: #666;
    margin: 15px 0 .54rem;
    line-height: 1.76
}

.iswiper_news .time {
    color: #666
}

@media (max-width:480px) {
    .iswiper_news .tit {
        font-size: 17px;
        line-height: 28px;
        height: 56px
    }
}

.vbtn {
    height: .58rem;
    line-height: .58rem;
    display: inline-block;
    padding: 0 .26rem;
    border: 1px solid #ff7e00;
    background-color: #ff7e00;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px
}

.vbtn.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.vbtn em {
    padding-right: .6rem;
    display: block;
    transition: all .3s;
    position: relative;
    color: #fff;
}

.vbtn em i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 12px
}

@media (max-width:992px) {
    .vbtn {
        height: .7rem;
        line-height: .7rem;
        padding: 0 .3rem
    }
}

@media (max-width:480px) {
    .vbtn {
        height: 40px;
        line-height: 40px;
        padding: 0 .4rem
    }
}

.vbtn:hover {
    background-color: #ff7e00;
    border-color: #ff7e00;
    color: #fff
}

.vbtn:hover em {
    transform: translateX(5px)
}

.vbtn.white {
    background: #fff;
    border-color: #fff;
    color: #000
}

.vbtn.white:hover {
    background-color: #ff7e00;
    border-color: #ff7e00;
    color: #fff
}

.vbtn.white:hover em {
    background-image: url('../images/arrf.png')
}

.vbtn.bg {
    background-color: #ff7e00;
    border-color: #ff7e00
}

.vbtn.bg em {
    background-image: url('../images/arrf.png')
}

.vbtn.bg:hover {
    background-color: #151c2a;
    border-color: #151c2a
}

.vbtn._line {
    border-color: #cecece;
    background: none;
    color: #333
}

.vbtn._line:hover {
    background-color: #ff7e00;
    border-color: #ff7e00;
    color: #fff
}


/* 小广告 */

.order-box {
    background: url('../images/bg1.jpg') no-repeat center center;
    background-size: cover;
    padding: 0.5rem 0 0.5rem;
    color: #fff;
    text-align: center
}

.order-box .tit {
    font-size: .36rem;
    margin-bottom: 22px;
    line-height: 1.3;
    font-weight: bold
}

.order-box .vmore {
    background: #fff;
    color: #000;
    display: inline-block
}

.order-box .vmore:hover {
    background: #000;
    color: #f7931e
}

.vmore {
    display: inline-block;
    text-align: center;
    padding: 0 26px;
    line-height: 62px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background-color: #f7931e;
    min-width: 216px;
    border-radius: 6px
}

.vmore.xs {
    width: 190px;
    height: 55px;
    line-height: 55px;
    text-align: center
}

.vmore:hover {
    color: #fff;
    background-color: #000
}

.vmore2 {
    display: inline-block;
    text-align: center;
    padding: 0 26px;
    line-height: 55px;
    font-size: 16px;
    cursor: pointer;
    background-color: #f6f6f6;
    min-width: 190px;
    border-radius: 6px
}

.vmore2:hover {
    color: #fff;
    background-color: #f7931e
}





/* 底部 */
.foot_up {
    padding: .9rem 0 .56rem;
    background-color: #2d2d2d
}

@media (min-width:1200px) {
    .foot_up .ft-navs {
        display: flex;
        justify-content: space-between
    }

    .foot_up .ft-navs .ft-contact {
        order: -1
    }
}

@media (min-width:992px) {
    .ft-navs {
        display: flex;
        justify-content: space-between
    }

    .ft-navs li+li {
        margin-left: 1rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ft-navs {
        flex-wrap: wrap
    }
}

@media (min-width:992px) and (max-width:1360px) and (min-width:1200px) {
    .ft-navs li+li {
        margin-left: .8rem
    }
}

@media (max-width:1199px) {
    .ft-navs .navitem.ft-contact {
        margin-left: auto;
        margin-right: auto;
        min-width: 70vw
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .ft-navs .navitem {
        margin-bottom: .5rem
    }
}

.ft-navs .navitem h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 16px;
    font-weight: bold;
    color: #fff
}

.ft-navs .navitem .icon-jia {
    float: right;
    transition: .3s;
    display: none;
    margin-right: 10px
}

.ft-navs .navitem .info {
    line-height: 40px;
    font-size: 16px
}

.ft-navs .navitem .info a {
    color: #acacac;
    display: block
}

.ft-navs .navitem .info a:hover {
    color: #fff
}

@media (max-width:991px) {
    .ft-navs {
        margin-bottom: .5rem
    }

    .ft-navs .navitem {
        float: none;
        width: 100%
    }

    .ft-navs .navitem .icon-jia {
        display: block
    }

    .ft-navs .navitem h4 {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        line-height: 50px;
        margin: 0;
        font-weight: normal
    }

    .ft-navs .navitem .info {
        display: none;
        font-size: 15px;
        padding: 10px 30px;
        line-height: 2
    }

    .ft-navs .navitem.active h4 {
        font-weight: bold
    }

    .ft-navs .navitem.active .iconfont::before {
        content: "\e627"
    }
}

@media (max-width:768px) {
    .ft-navs .navitem h4 {
        font-size: 16px
    }
}

.foot_down {
    background-color: #000;
    padding: .2rem 0;
    color: #666;
    line-height: 1.8
}

@media (min-width:1200px) {
    .foot_down .wrap {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.foot_down .lbox,
.foot_down .rbox {
    padding: .1rem 0
}

.foot_down .lbox {
    font-size: 14px;
    color: #fff;
}

.foot_down .lbox a {
    color: #fff;
}

.foot_down .lbox a:hover {
    color: #fff;
}

@media (max-width:480px) {
    .foot_down .lbox a {
        display: inline-block
    }
}

.foot_down .rbox {
    font-size: 16px
}

.foot_down .rbox a {
    display: inline-block;
    padding: 0 .32rem;
    color: #fff;
    position: relative
}

.foot_down .rbox a:hover {
    color: #000
}

.foot_down .rbox a+a {
    position: relative
}

.foot_down .rbox a+a::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #848484;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0
}

.foot_down .rbox a:first-child {
    padding-left: 0
}

.ft-contact {
    margin-left: 0 !important
}

@media (min-width:1200px) {
    .ft-contact {
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media (min-width:1200px) and (max-width:1360px) {
    .ft-contact {
        max-width: 28%
    }
}

.ft-contact .logo {
    max-width: 177px
}

.ft-contact .contact {
    font-size: 16px;
    color: #dfdfdf
}

@media (min-width:1200px) {
    .ft-contact .contact {
        padding-top: .16rem
    }
}

.ft-contact .tel {
    color: #fff;
    font-size: .3rem;
    font-family: medium;
    display: inline-block;
    /* margin: .1rem 0 */
}

@media (max-width:992px) {
    .ft-contact .tel {
        font-size: 26px
    }
}

@media (max-width:640px) {
    .ft-contact .tel {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .ft-contact .tel {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .ft-codes {
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media (max-width:991px) {
    .ft-codes {
        padding-top: 50px
    }
}

.ft-codes .codes {
    display: flex;
    margin-bottom: .8rem;
    justify-content: center
}

.ft-codes .codes dd {
    text-align: center;
    font-size: 16px;
    color: #fff;
    max-width: 1.16rem;
    margin-left: .16rem
}

.ft-codes .codes dd:first-child {
    margin-left: 0
}

@media (max-width:991px) {
    .ft-codes .codes dd {
        min-width: 90px;
        margin-left: 15px
    }
}

@media (min-width:992px) {
    .ft-codes .codes {
        justify-content: flex-end
    }
}

@media (min-width:992px) and (max-width:1460px) {
    .ft-codes .codes dd {
        max-width: 1rem
    }
}

.ft-codes .codes .tit {
    margin-top: 14px
}

@media (min-width:992px) {
    .ft-codes .frend_links {
        width: 222px;
        position: relative
    }

    .ft-codes .frend_links .tit {
        height: 46px;
        line-height: 46px;
        background: #ebebeb;
        padding: 0 .2rem;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor: pointer
    }

    .ft-codes .frend_links .tit i {
        display: block
    }

    .ft-codes .frend_links .drop {
        position: absolute;
        bottom: 100%;
        width: 100%;
        left: 0;
        right: 0;
        padding: .1rem .2rem;
        background: #fff;
        display: none;
        z-index: 5555
    }

    .ft-codes .frend_links .drop a {
        display: block;
        line-height: 34px
    }

    .ft-codes .frend_links .drop a:hover {
        color: #ff7e00
    }

    .ft-codes .frend_links:hover .drop {
        display: block
    }
}

@media (min-width:992px) and (min-width:992px) {
    .ft-codes .frend_links {
        float: right
    }
}

@media (min-width:992px) and (max-width:991px) {
    .ft-codes .frend_links {
        margin-bottom: .5rem
    }
}

@media (max-width:991px) {
    .ft-codes .frend_links {
        margin-bottom: .6rem
    }

    .ft-codes .frend_links .tit {
        font-size: 16px;
        color: #dfdfdf;
        margin-bottom: 10px
    }

    .ft-codes .frend_links .tit .iconfont {
        display: none
    }

    .ft-codes .frend_links .drop a {
        display: inline-block;
        color: #dfdfdf;
        line-height: 1.8;
        margin-right: 2px
    }
}

/* 联系我们 */
.contact_box {
    margin-top: .3rem
}

@media (min-width:992px) {
    .contact_box {
        display: flex;
        align-items: stretch
    }

    .contact_box .content {
        width: 4.8rem;
        min-width: 400px
    }

    .contact_box .map {
        flex: 1;
        background: #000
    }
}

.contact_box .content {
    background: url(../images/abbg.png) no-repeat center bottom #ff7d00;
    background-size: contain;
    padding: .3rem .3rem .3rem;
    color: #fff;
}

@media (max-width:991px) {
    .contact_box .content {
        padding-bottom: 1rem
    }
}

.contact_box .content h2 {
    font-size: .28rem;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: .3rem;
    color: #000;
}

@media (max-width:1200px) {
    .contact_box .content h2 {
        font-size: 25px
    }
}

@media (max-width:768px) {
    .contact_box .content h2 {
        font-size: 22px
    }
}

.contact_box .content .info {
    font-size: 20px;
    line-height: 1.4
}

.contact_box .content .item {
    display: flex;
    margin-bottom: 20px;
    color: #000;
}

.contact_box .content .item .ic1 {
    background: url('../images/ab01.png') no-repeat center center
}

.contact_box .content .item .ic2 {
    background: url('../images/ab02.png') no-repeat center center
}

.contact_box .content .item .ic3 {
    background: url('../images/ab03.png') no-repeat center center
}
.contact_box .content .item .ic4 {
    background: url('../images/ab04.png') no-repeat center center
}
.contact_box .content .item .tit {
    padding-left: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left 2px;
    white-space: nowrap;
    color: #000;
}

@media (max-width:640px) {
    .contact_box .content .item .tit {
        background-size: .36rem;
        padding-left: 30px;
        background-position: left 4px
    }
}

.contact_box .content .item .v {
    display: block;
    flex: 1;
    color: #000;
}

@media (max-width:1200px) {
    .contact_box .content .info {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .contact_box .map {
        height: 400px;
        background: #000
    }
}

.company_box {
    padding-top: .66rem;
    padding-bottom: 1.1rem;
    overflow: hidden
}
/* 在线留言 */
.tit1 {
    font-size: .48rem;
    font-family: sybold
}

@media (max-width:1200px) {}

@media (max-width:640px) {
    .tit1 {
        font-size: 24px
    }
}
.msg-box {
    background: #f8f8f8;
    padding: .86rem 0 1.18rem
}

.msg-box h2 {
    text-align: center;
    margin-bottom: .4rem
}

@media (min-width:640px) {
    .msg-box .cell {
        display: flex
    }

    .msg-box input {
        flex: 1
    }

    .msg-box input+input {
        margin-left: .4rem
    }
}

@media (min-width:640px) and (max-width:1200px) {
    .msg-box input+input {
        margin-left: .3rem
    }
}

.msg-box input {
    background: #fff;
    height: 68px;
    display: block;
    padding-left: 20px;
    margin-bottom: .4rem
}

.msg-box textarea {
    height: 300px;
    display: block;
    margin-bottom: .6rem
}

.msg-box input,
.msg-box textarea {
    border: 0;
    font-size: 16px;
    padding: 20px
}

.msg-box .submit {
    background-color: #ff7d00;
    border-radius: 2em;
    font-size: 16px;
    width: 178px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
color: #fff;
}

.msg-box .submit:hover {
    background: #000;
    color: #fff
}

@media (max-width:1200px) {
    .msg-box input {
        height: 50px;
        margin-bottom: 16px
    }

    .msg-box .submit {
        width: 158px;
        height: 50px;
        line-height: 50px;
        text-align: center
    }
}



.commm_navbox {
    margin-bottom: .86rem;
    padding-top: .8rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.commm_navbox .nav {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
}

.commm_navbox .nav a {
    line-height: .6rem;
    border-radius: 2em;
    font-size: 16px;
    border: 1px solid #eeeeee;
    display: block;
    padding: 0 .6rem
}

@media (max-width:992px) {
    .commm_navbox .nav a {
        padding: 0 .4rem
    }
}

@media (max-width:480px) {
    .commm_navbox .nav a {
        line-height: 40px;
        font-size: 15px
    }
}

.commm_navbox .nav a+a {
    margin-left: .16rem
}

.commm_navbox .nav .active,
.commm_navbox .nav a:hover {
    background-color: #ff7d00;
    color: #fff;
    border-color: #ff7d00
}


/* 内页大图 */
.banner_box {
    position: relative;
    height: 6.5rem;
    overflow: hidden
}

.banner_box .bg {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
    transform: scale(1.1)
}

.banner_box .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center
}

.banner_box h2 {
    font-size: .68rem
}

@media (max-width:640px) {
    .banner_box {
        height: 4.5rem
    }

    .banner_box h2 {
        font-size: .6rem
    }
}

.banner_box.animated .bg {
    transform: scale(1)
}

.banner_box.animated h2::after {
    width: 46px
}

/* 新闻列表 */
.news_main {
    padding:0 0 .8rem 0
}

.news_list {
    margin-bottom: .5rem
}

@media (min-width:640px) {
    .news_list li {
        display: flex
    }

    .news_list .info {
        flex: 1;
        order: -1;
        padding: 0 .5rem 0 0
    }

    .news_list .img {
        max-width: 4.4rem;
        width: 45%;
        border: 1px #dedede solid;
    }
}

.news_list li {
    padding: .36rem 0;
    border-bottom: 1px solid #f2f2f3;
    position: relative
}

.news_list li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #ff7d00;
    left: 0;
    bottom: 0;
    transition: .6s
}

@media (min-width:993px) {
    .news_list li {
        position: relative
    }

    .news_list li:hover .title {
        color: #ff7d00
    }

    .news_list li:hover::after {
        width: 100%
    }
}

.news_list .title {
    display: block;
    font-size: 24px;
    position: relative;
    line-height: 30px
}

@media (max-width:992px) {
    .news_list .title {
        font-size: 20px
    }
}

@media (min-width:640px) {
    .news_list .title {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

@media (min-width:768px) {
    .news_list .info {
        padding: .4rem .5rem .4rem 0
    }
}

@media (max-width:480px) {
    .news_list .info {
        padding: .4rem 0 0
    }
}

.news_list .info .time {
    font-size: 16px;
    margin-bottom: .2rem;
    color: #999;
    font-family: medium
}

.news_list .info .time .day {
    color: #ff7d00;
    padding-right: 3px
}

@media (max-width:480px) {
    .news_list .info .time {
        margin-bottom: .3rem
    }
}

.news_list .info .desc {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: #666;
    margin: 10px 0 .3rem
}

@media (max-width:992px) {
    .news_list .info .desc {
        -webkit-line-clamp: 2;
        height: 52px;
        line-height: 26px;
        font-size: 15px
    }
}

@media (max-width:639px) {
    .news_list .info .desc {
        -webkit-line-clamp: 3;
        height: 84px;
        margin-bottom: .4rem
    }
}

@media (max-width:639px) {
    .news_list li {
        margin-bottom: .4rem
    }
}

/* 合作客户 */
.intrduction-box .cItem {
    padding: 0.6rem 0 1.9rem;
    background: #f5f5f5;
  }
  @media (max-width: 480px) {
    .intrduction-box .cItem {
      padding-bottom: 1rem;
    }
  }
  .intrduction-logos {
    width: 88vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 0.7rem;
  }
  .intrduction-logos li {
    float: left;
    transition: 0.5s;
    margin-bottom: 0.3rem;
    padding: 0 0.2rem;
  }
  .intrduction-logos li:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(-5px);
  }
  @media (min-width: 993px) {
    .intrduction-logos li {
      width: 16.6666666%;
    }
  }
  @media (max-width: 992px) {
    .intrduction-logos li {
      width: 25%;
    }
  }
  @media (max-width: 768px) {
    .intrduction-logos li {
      width: 33.3%;
    }
  }
  @media (max-width: 640px) {
    .intrduction-logos {
      padding: 0.4rem 0.2rem 0.2rem;
      width: 96%;
    }
  }

  /* 公司简介 */
  .about-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 1rem 0
}

.about-1 .col {
    width: 7.27rem
}

.about-1 .col .title {
    position: relative;
    padding-bottom: .8rem
}

.about-1 .col .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .38rem;
    width: .6rem;
    height: .04rem;
    background: #3577b3
}

.about-1 .col .title h2 {
    font-size: .38rem;
    line-height: 1em
}

.about-1 .col .title p {
    font-size: .16rem;
    padding-top: .14rem;
    color: #666
}

.about-1 .col .content {
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify;
    color: #666
}

.about-1 .zoomImg {
    width: 7.45rem;
    border-radius: .08rem
}

.about-2 {
    background: url(../images/value.png) center no-repeat;
    background-size: cover;
    min-height: 8rem;
    color: #fff
}

.about-2 .title {
    padding: .94rem 0 .55rem 0;
    font-size: .38rem
}

.about-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-2 li {
    width: 7.45rem;
    padding-bottom: .5rem
}

.about-2 li h5 {
    font-size: .24rem;
    padding-bottom: .18rem
}

.about-2 li p {
    max-width: 4.61rem;
    font-size: .16rem;
    line-height: .26rem
}

.about-3 {
    padding: 1rem 0
}

.about-3 ul {
    margin-bottom: -0.8rem
}

.about-3 li {
    margin-bottom: .8rem;
    border-radius: .08rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 .04rem .14rem 0 rgba(0, 0, 0, .1)
}

.about-3 li .zoomImg {
    width: 7.45rem
}

.about-3 li .col {
    width: 6.94rem;
    padding-right: .8rem
}

.about-3 li .col .title {
    position: relative;
    padding-bottom: .8rem
}

.about-3 li .col .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .38rem;
    width: .6rem;
    height: .04rem;
    background: #3577b3
}

.about-3 li .col .title h3 {
    font-size: .32rem;
    line-height: 1em
}

.about-3 li .col p {
    font-size: .16rem;
    line-height: .26rem;
    color: #666;
    max-width: 5.6rem
}

.about-3 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.about-3 li:nth-child(even) .col {
    padding: 0 0 0 .8rem
}


.article-main {
    margin-top: .9rem;
    margin-bottom: 2rem
}
.arc-sub-list h2 {
    font-size: 24px;
    margin-bottom: .36rem
}

@media (max-width:768px) {
    .arc-sub-list h2 {
        font-size: 22px
    }
}

.arc-sub-list li {
    margin-bottom: 35px
}

.arc-sub-list li .tit {
    display: block;
    margin-top: .12rem;
    font-size: 16px;
    line-height: 1.7
}

.arc-sub-list li .tit:hover {
    color: #074d93
}

.articlebox h1 {
    font-size: .28rem
}

.articlebox .data {
    color: #666;
    padding: 20px 0
}

.articlebox .data span {
    color: #074d93
}

.articlebox article {
    padding: .3rem 0 .8rem;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    line-height: 1.76
}
.articlebox article img{max-width: 100%;}
.articlebox article p {
    margin-bottom: 1.5em
}

.articlebox article h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 20px;
    color: #333
}

.articlebox article img {
    display: block;
    margin: 0 auto
}

.articlebox article a {
    text-decoration: underline
}

.articlebox article a:hover {
    color: #074d93
}

.arc-pnext {
    padding: 20px 0 50px
}

.arc-pnext li {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #999
}
.arc-pnext li a{color: #999;}

.arc-pnext .item:hover {
    color: #074d93
}

@media (max-width:992px) {
    .arc-pnext {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 1rem
    }
}

/*荣誉资质 */
.case-list-box {
    background: #f1f1f1;
    padding: .9rem 0
}

.case-list-box .hd {
    text-align: center
}

.case-list-box .hd h2 {
    font-size: .36rem
}

.case-list-box .hd .en {
    font-size: 16px;
    color: #999;
    position: relative
}

.case-list-box .hd .en::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #ff7d00;
    margin: .2rem 0 .4rem
}

@media (max-width:768px) {
    .case-list-box .hd .en {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .case-list-box .hd .en {
        font-size: 12px
    }
}

.case-list-box .hd .en::after {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.case-list {
    margin-left: -0.11rem;
    margin-right: -0.11rem
}

.case-list>* {
    padding-left: .11rem;
    padding-right: .11rem
}

.case-list .inner {
    background: #fff;
    border: 1px solid #dedede;
    position: relative
}

.case-list .inner .cover-box {
    margin: .4rem
}

.case-list .inner .cover-box .coverimg {
    background-size: contain
}

.case-list .inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    transition: all .4s ease 0s;
    height: 3px;
    background: #ff7d00;
    left: 0;
    bottom: 0
}

.case-list .inner:hover::after {
    width: 100%
}

.case-list li {
    margin-bottom: .4rem
}

.case-list li .tit {
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    color: #000;
}

@media (max-width:992px) {
    .case-list li {
        margin-bottom: .2rem
    }

    .case-list li .inner {
        padding-bottom: .4rem
    }

    .case-list li .tit {
        height: 50px;
        line-height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 55
    }
}
/* 分页 */
.scott {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

.scott a,.scott span {
	width: 35px;
	height: 35px;
	margin: 0 3px;
	display: inline-block;
	background-color: #fff;
	line-height: 35px;
	color: #1f0a42;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	border-radius: 50px
}

.scott .current,.scott a:hover{
	background: #ff7d00;
	color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6
}

/* 产品列表 */
.bggray{background:#f1f0f0;}
.good-list-box {
    padding: .8rem 0 0.6rem
}

.good-list {
    margin-left: -0.2rem/2;
    margin-right: -0.2rem/2;
    display: flex;
    flex-wrap: wrap
}

.good-list>* {
    padding-left: .2rem/2;
    padding-right: .2rem/2
}

.good-list li {
    margin-bottom: .2rem;
    text-align: center
}

.good-list li .inner {
    background: #fff;
    padding: .2rem;
    transition: .3s
}

@media (min-width:992px) {
    .good-list li:hover .inner {
        box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
        transform: translateY(-5px)
    }
}

.good-list li .info {
    padding: .2rem 0
}

.good-list li .sku {
    font-size: 20px;
    font-family: medium
}

.good-list li .tit {
    color: #999;
    font-size: 16px;
    margin: .1rem 0 .2rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width:640px) {
    .good-list li .tit {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .good-list li .tit {
        font-size: 12px
    }
}

.good-list li .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2em;
    border: 1px solid #ff7d00;
    color: #ff7d00;
    display: inline-block;
    font-size: 16px;
    transition: .3s;
    box-sizing: content-box
}

@media (min-width:993px) {
    .good-list li .more:hover {
        background: linear-gradient(to right, #ff7d00, #1a97e4);
        color: #fff
    }
}

@media (max-width:992px) {
    .good-list li .more {
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 12px
    }
}
.cover-box {
    position: relative;
    display: block;
    overflow: hidden
}

.cover-box .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.cover-box ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}

@media (min-width:992px) {
    .cover-box:hover .cover-tip {
        opacity: 1;
        filter: alpha(opacity=1)
    }

    .cover-box:hover .coverimg {
        transform: scale(1.05, 1.05)
    }
}

.cover-tip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease 0s;
    z-index: 3
}

.cover-tip .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all .6s ease 0s
}

.cover-tip .linet {
    top: 0
}

.cover-tip .lineb {
    bottom: 0
}

.cover-tip:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: .6;
    filter: alpha(opacity=60)
}

/* 产品内容 */
.good-content {
    padding: .6rem 0 1rem;
    background: #f1f0f0;
}

.good-content .wrap {
    max-width: 1400px
}

.good-content h2 {
    font-size: 36px;
    margin-bottom: .3rem;
    font-weight: bold;
    font-family: medium
}

.good-content .info {
    font-size: 16px;
    color: #666;
    line-height: 24/16;
    min-height: 1.2rem
}

.good-content .zxbox {
    margin-top: .5rem
}

.good-content .zxbox .tip {
    color: #666;
    margin-top: .2rem
}

@media (max-width:992px) {
    .good-content .zxbox {
        text-align: center;
        margin-top: 1rem
    }
}

@media (max-width:1200px) {
    .good-content .swiperbox {
        margin-right: 10%
    }
}

@media (max-width:992px) {
    .good-content .content {
        padding-left: 0;
        margin-top: .4rem
    }

    .good-content h2 {
        border-bottom: 0;
        margin-bottom: .1rem;
        text-align: center
    }
}

@media (max-width:768px) {
    .good-content .swiperbox {
        max-width: 100%
    }
}

@media (max-width:480px) {
    .good-content {
        padding-bottom: 1rem;
        padding-top: 1.5rem
    }

    .good-content h2 {
        font-size: 22px
    }
}
.swiperImgs{border: 1px #dedede solid;}
.swiperImgs img {
    width: 100%
}

.swiperdots {
    margin-top: .2rem;
    padding: .2rem;
    border: 1px solid #e5e5e5
}

.swiperdots .swiper-slide {
    position: relative;
    cursor: pointer
}

.swiperdots .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    left: 0;
    top: 0;
    transition: .3s
}

.swiperdots .swiper-slide-thumb-active::after {
    border-color: #ff7d00
}

.good-content .zxbox {
    margin-top: .5rem
}

.good-content .zxbox .tip {
    color: #666;
    margin-top: .2rem
}

@media (max-width:992px) {
    .good-content .zxbox {
        text-align: center;
        margin-top: 1rem
    }
}
.basemore {
    border-radius: 2em;
    background: linear-gradient(to right, #ff7d00, #ff7e00);
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    box-sizing: content-box
}

.basemore:hover {
    color: #fff;
    background: #000
}

@media (max-width:768px) {
    .basemore {
        width: 90px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0
    }
}


.good-info-box {
    padding-bottom: 1rem
}

.good-info-box nav {
    position: relative;
    margin-bottom: .4rem;
    border-bottom: 1px solid #dddddd
}

.good-info-box nav .wrap {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    font-size: 20px;
    color: #666
}

.good-info-box nav .wrap a {
    line-height: .8rem;
    padding: 0 .5rem;
    position: relative;
    display: block
}

.good-info-box nav .wrap .active {
    color: #ff7d00
}

.good-info-box nav .wrap .active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: .04rem;
    background-color: #ff7d00;
    bottom: 0
}

@media (max-width:768px) {
    .good-info-box nav .wrap a {
        height: 1rem;
        line-height: 1rem;
        font-size: 18px;
        padding: 0 .3rem
    }

    .good-info-box nav .wrap a+a {
        margin-left: .2rem
    }
}

.good-info-box .box {
    padding: .4rem 0;
    width: 92vw;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.good-info-box .box h2 {
    font-size: .3rem;
    padding-left: .32rem;
    position: relative;
    margin-bottom: .3rem
}

.good-info-box .box h2::before {
    content: '';
    display: block;
    width: .12rem;
    height: 70%;
    background-color: #ff7d00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0
}

@media (max-width:768px) {
    .good-info-box .box h2 {
        font-size: 22px
    }
}

.good-info-box .box .txt {
    font-size: 16px;
    color: #666;
    line-height: 36px
}

/* 解决方案 */
.base-h2 {
    font-size: 0.4rem;
    text-align: center;
    font-weight:bold;
  }
  .base-h2::after {
    content: '';
    display: block;
    width: 0.96rem;
    height: 4px;
    background: #f38031;
    margin: 0.52rem auto 0;
    transition: all 0.3s;
  }
  .base-h2:hover::after {
    width: 2.4rem;
  }
  @media (max-width: 480px) {
    .base-h2 {
      font-size: 20px;
    }
  }
.case-box {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1520px;
   
    padding-bottom: .4rem;
  }
  .base-head {
    text-align: center;
    margin-bottom: .2rem;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1520px;
   
  }
  .base-head h2 {
    margin-bottom: 0.4rem;
  }
  .base-head h2::after {
    display: none;
  }
  .base-head .desc {
    font-size: 16px;
    color: #666;
    line-height: 1.76;
  }
  @media (max-width: 768px) {
    .base-head h2 {
      font-size: 24px;
      font-weight: normal;
    }
    .base-head .desc {
      font-size: 14px;
    }
  }
  .case-list {
    text-align: center;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
  }
  .case-list li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  @media (max-width: 640px) {
    .case-list {
      margin-left: -5px;
      margin-right: -5px;
    }
    .case-list li {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px;
    }
  }
  .case-list a {
    color: #fff;
  }
  .case-list li {
    margin-bottom: 40px;
  }
  .case-list .img img {
    transition: all 0.3s;
    width: 100%;
  }
  .case-list .inner {
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
  }
  .case-list h4 {
    line-height: 50px;
    font-size: 18px;
    transition: all 0.3s;
  }
  .case-list .info {
    overflow: hidden;
    transition: all 0.3s;
    font-size: 16px;
    text-align: left;
  }
  @media (min-width: 992px) {
    .case-list .cover {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      height: 50px;
      transition: all 0.3s;
    }
    .case-list .c-inner {
      padding: 0 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
    }
    .case-list .info {
      line-height: 0;
      opacity: 0;
    }
    .case-list li:hover h4 {
      font-size: 24px;
      padding-bottom: 10px;
    }
    .case-list li:hover .cover {
      height: 100%;
    }
    .case-list li:hover .info {
      line-height: 1.625;
      opacity: 1;
    }
    .case-list li:hover .img img {
      filter: blur(15px);
      -webkit-filter: blur(15px);
      transform: scale(1.2);
    }
  }
  @media (max-width: 1200px) {
    .case-list {
      margin-left: -10px;
      margin-right: -10px;
    }
    .case-list li {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20;
    }
    .case-list .info {
      font-size: 13px;
    }
  }
  @media (max-width: 1200px) and (max-width: 640px) {
    .case-list {
      margin-left: -5px;
      margin-right: -5px;
    }
    .case-list li {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 992px) {
    .case-list {
      margin-left: 0;
      margin-right: 0;
    }
    .case-list > * {
      padding-left: 0;
      padding-right: 0;
    }
    .case-list li {
      text-align: left;
      margin-bottom: 40px;
    }
    .case-list li .img {
      height: 5.6rem;
      overflow: hidden;
    }
    .case-list li i {
      margin-bottom: 20px;
    }
    .case-list li .cover {
      padding-left: 16px;
      margin-top: 10px;
      color: #333;
    }
    .case-list li h4 {
      font-size: 22px;
      position: relative;
      font-weight: normal;
    }
    .case-list li h4::before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 25px;
      vertical-align: middle;
      margin-right: 10px;
      background-color: #b81b22;
    }
    .case-list li .info {
      font-size: 15px;
      line-height: 22px;
      padding-left: 15px;
    }
  }
