﻿@import "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: 1440px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:639px) {
    .wrap {
        width: 92vw
    }
}

.w1400 {
    width: 88vw;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px
}

@media (max-width:639px) {
    .w1400 {
        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: #f4f4f7
}

.bgf {
    background: #fff
}

.c {
    color: #FE8F5D
}

.bgc {
    background-color: #FE8F5D
}

.cf {
    color: #fff
}

.c-purple {
    color: #6e6178
}

.bg-purple {
    background: #6e6178
}

.hv:hover {
    color: #FE8F5D
}

.hvf:hover {
    color: #fff
}

.hvbg0:hover {
    background: #000;
    color: #fff
}

.bghover {
    transition: .6s
}

.bghover:Hover {
    background-color: #FE8F5D;
    color: #fff
}

.l {
    border: 1px solid #dedede
}

.lb {
    border-bottom: 1px solid #dedede
}

.lt {
    border-top: 1px solid #dedede
}

.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)
}

.sybold,
.fbold {
    font-family: sybold
}

.dinpro {
    font-family: dinpro
}

.iconfont {
    font-size: inherit
}

.cover-box ._bg {
    width: 100%
}

.vicon {
    overflow: hidden
}

.vicon .ic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block
}

.vicon_cf {
    margin-left: -200px;
    filter: drop-shadow(200px 0 0 #fff)
}

.w1440 {
    width: 88vw;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:639px) {
    .w1440 {
        width: 92vw
    }
}

@media (min-width:1680px) {
    .w1440 {
        max-width: 1440px
    }
}

.fadeIntop {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px)
}

.fadeIntop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: all .3s ease 0s
}

.pt0 {
    padding-top: 0 !important
}

.c {
    color: #FE8F5D
}

.swiper-pagination-bullet-active {
    background-color: #FE8F5D !important
}

.cItem:not(.active) {
    display: none
}

.medium {
    font-family: medium
}

.bsBox {
    box-sizing: content-box
}

.bsBox>* {
    box-sizing: content-box
}

.pagination {
    text-align: center;
    display: block
}

.pagination li {
    margin: 0 2px
}

@media (max-width:480px) {
    .pagination li {
        margin: 0 2px
    }

    .pagination li>* {
        padding: 5px 12px !important
    }
}

.pagination .active>a,
.pagination .active>span,
.pagination .active>a:hover,
.pagination .active>span:hover,
.pagination .active>a:focus,
.pagination .active>span:focus {
    color: #fff;
    background-color: #FE8F5D
}

.pagination li>a,
.pagination li>span {
    float: none;
    display: inline-block;
    cursor: pointer;
    color: #000;
    border-radius: 0 !important;
    padding: 6px 12px;
    border: 1px solid #dddddd
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #FE8F5D
}

.pagination .active>a,
.pagination .active>span,
.pagination .active>a:hover,
.pagination .active>span:hover,
.pagination .active>a:focus,
.pagination .active>span:focus {
    color: #fff;
    background-color: #FE8F5D
}

.pagination li>a,
.pagination li>span {
    float: none;
    display: inline-block;
    cursor: pointer;
    color: #333;
    padding: 6px 12px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #FE8F5D
}

#totop {
    width: 50px;
    height: 50px;
    background: url('../image/top.png') no-repeat center center;
    background-color: #a8a8a8;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 5555;
    cursor: pointer;
    border-radius: 50%;
    transition: .6s;
    opacity: 0;
    transform: translateY(20px)
}

@media (max-width:640px) {
    #totop {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        background-size: 20px
    }
}

@media (min-width:768px) {
    #totop:hover {
        background-color: #FE8F5D
    }
}

#totop.show {
    transform: translateY(0);
    opacity: 1
}

header {
    transition: .6s;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    position: relative;
    background: #fff
}

header.active,
header.bgf {
    background: #fff !important
}

header.active .logo,
header.bgf .logo {
    background-image: url("../image/logo02.png")
}

header.active .header_nac,
header.bgf .header_nac {
    color: #333 !important
}

header.active .header_nac::after,
header.bgf .header_nac::after {
    background-color: #FE8F5D
}

header.active .nav_li:hover .header_nac::after,
header.bgf .nav_li:hover .header_nac::after,
header.active .nav_li.active .header_nac::after,
header.bgf .nav_li.active .header_nac::after {
    background-color: #FE8F5D
}

@media (min-width:1200px) {
    header:hover {
        background: #fff
    }
}

header .arr {
    font-size: 13px !important
}

header .logo {
    flex: 1;
    height: 100%;
    background: url('../image/logo.png') no-repeat left center;
    background-size: contain;
    display: block;
    transition: .6s
}

header.transparent:not(.bgf) {
    background: transparent
}

header.transparent:not(.bgf) .header_nac {
    color: #fff
}

.head_wrap {
    padding: 0 60px;
    position: relative;
    transition: .6s;
    display: flex;
    align-items: center;
    height: 100px
}

@media (max-width:992px) {
    .head_wrap {
        width: 88vw;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height: 80px
    }
}

@media (max-width:992px) and (max-width:639px) {
    .head_wrap {
        width: 92vw
    }
}

@media (max-width:768px) {
    .head_wrap {
        height: 60px
    }
}

.head_wrap .nav_li {
    overflow: hidden;
    position: relative
}

.head_wrap .nav_li .header_nac {
    position: relative
}

.head_wrap .nav_li .header_nac::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 20px;
    width: 0;
    transition: .6s
}

.head_wrap .nav_li.active .header_nac::after,
.head_wrap .nav_li:hover .header_nac::after {
    width: 20px
}

.head_wrap .nav_li:hover {
    overflow: visible
}

.head_wrap .nav_li:hover .drop {
    opacity: 1
}

.header_nav {
    transition: .6s;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
}

.header_nav:hover {
    overflow: visible
}

.header_nav .header_inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
}

@media (min-width:1200px) {
    .header_nav .header_inner {
        margin-right: .5rem
    }
}

@media (min-width:1361px) {
    .header_nav .header_inner {
        position: relative
    }
}

.header_nav .nav_li {
    font-size: 18px
}

@media (max-width:1280px) {
    .header_nav .nav_li {
        font-size: 17px
    }
}

.header_nav .nav_li {
    margin-left: .64rem
}

@media (max-width:1360px) {
    .header_nav .nav_li {
        margin-left: .5rem
    }
}

.header_nav .nav_li:hover .pc-menu-drop,
.header_nav .nav_li.open .pc-menu-drop {
    opacity: 1;
    height: auto;
    top: 80px;
    z-index: 55;
    display: block
}

.header_nav .header_nac {
    height: 84px;
    line-height: 44px;
    padding: 20px 0;
    display: block;
    position: relative
}

.header_nav .drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    transition: .6s;
    opacity: 0;
    background: #fff;
    white-space: nowrap;
    z-index: 55;
    font-size: 16px;
    padding: 20px 0;
    text-align: left;
    min-width: 1.8rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14)
}

.header_nav .drop a {
    overflow: hidden;
    display: block;
    line-height: 36px;
    padding: 0 20px;
    color: #666;
    white-space: nowrap;
    text-align: center
}

.header_nav .drop a:hover {
    color: #FE8F5D
}

header.bgf .header_nac,
header:hover .header_nac {
    color: #666
}

.header_links {
    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: 16px
}

@media (max-width:639px) {
    .header_links {
        display: none
    }
}

.header_links .iconfont {
    margin-right: 2px
}

.header_links a {
    display: block;
    padding: 0 12px;
    position: relative;
    transition: .6s
}

.header_links a>* {
    display: inline-block;
    vertical-align: middle
}

.header_links a em {
    padding: 0 2px
}

.header_links a:last-child {
    padding-right: 0
}

.header_links a:hover {
    color: #FE8F5D
}

.header_links a+a::before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    border-left: 1px dotted #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0
}

.header_btn {
    font-size: 18px;
    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
}

.header_btn .offer {
    margin-right: 34px;
    color: #fff
}

.header_btn .offer:hover {
    color: #FE8F5D
}

.header_btn .contact {
    background-color: #FE8F5D;
    color: #fff;
    width: 92px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.header_btn .contact .ac {
    color: #fff
}

@media (max-width:992px) {
    .header_btn .contact {
        height: 34px;
        width: 72px
    }

    .header_btn .contact span {
        height: 34px;
        line-height: 34px
    }
}

.m-menus {
    width: 100%;
    max-width: 640px;
    height: 100vh;
    position: fixed;
    top: 100px;
    right: -100%;
    background: #fff;
    overflow: hidden;
    line-height: 32px;
    font-size: 15px;
    z-index: -999;
    padding-top: 2%;
    border-top: 1px solid #dedede
}

@media (min-width:1200px) {
    .m-menus {
        display: none
    }
}

@media (max-width:992px) {
    .m-menus {
        top: 80px
    }
}

@media (max-width:768px) {
    .m-menus {
        top: 60px
    }
}

.m-menus .inner {
    height: calc((100vh - 85px));
    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: .6s;
    right: 0
}

.m-menus .item {
    cursor: pointer;
    transition: .3s;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dedede;
    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: 46px;
    position: relative;
    font-size: 16px
}

.m-menus .tit {
    position: relative
}

.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: #FE8F5D
}

.m-menus .active .tit a,
.m-menus .open .tit a {
    color: #FE8F5D
}

.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 {
    margin-left: 20px
}

.menu_btn {
    width: 50px;
    height: 50px;
    z-index: 101;
    cursor: pointer;
    transform-origin: center center;
    position: relative;
    display: block;
    top: -5px;
    left: 10px
}

.menu_btn i {
    position: absolute;
    width: 26px;
    height: 2px;
    background: #000;
    left: 12px;
    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)
}

.transparent:not(.active):not(.bgf) .menu_btn i {
    background: #fff
}

.bggray {
    background: #f4f4f7
}

footer {
    background-color: #f4f4f7
}

@media (max-width:480px) {
    footer {
        border-top-width: .1rem
    }
}

footer .ft-topper {
    padding: .6rem 0 .6rem;
    position: relative;
    z-index: 55
}

@media (min-width:1200px) {
    footer .ft-topper {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:1199px) {
    footer .ft-topper {
        padding-bottom: .4rem
    }
}

@media (max-width:640px) {
    footer .ft-topper {
        padding-top: .4rem
    }
}

footer .codebox {
    text-align: center
}

footer .codebox img {
    margin-bottom: .16rem
}

footer .ft-bottom {
    padding: 0px 0 28px;
    color: #999
}

@media (min-width:1200px) {
    footer .ft-bottom {
        padding: 28px 0;
        border-top: 1px solid #dbdbde
    }
}

footer .ft-bottom a {
    color: #999
}

footer .ft-bottom a:hover {
    color: #FE8F5D
}

@media (min-width:1200px) {
    footer .ft-bottom {
        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
    }
}

footer .ft-bottom .copyright {
    line-height: 1.8
}

footer .ft-bottom .copyright a {
    display: inline-block !important
}

@media (min-width:1200px) {

    footer .ft-bottom .copyright span,
    footer .ft-bottom .copyright a {
        display: inline-block;
        margin-left: 10px
    }
}

footer .ft-bottom .copyright span,
footer .ft-bottom .copyright a {
    margin-right: 10px
}

@media (max-width:480px) {
    footer .ft-bottom .copyright {
        font-size: 13px
    }
}

.ft-navs {
    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:768px) {
    .ft-navs ul {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:768px) and (max-width:992px) {
    .ft-navs ul {
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .ft-navs .navitem {
        margin-bottom: .5rem
    }
}

@media (max-width:991px) {
    .ft-navs .navitem {
        min-width: auto
    }
}

.ft-navs .navitem h4 {
    font-size: 16px;
    position: relative;
    margin-bottom: 12px
}

@media (min-width:1200px) {
    .ft-navs .navitem h4 a {
        color: #FE8F5D
    }
}

.ft-navs .navitem .icon-jia {
    float: right;
    transition: .3s;
    display: none;
    margin-right: 10px
}

.ft-navs .navitem .info {
    line-height: 30px
}

.ft-navs .navitem .info a {
    display: block;
    color: #666
}

.ft-navs .navitem .info a:hover {
    color: #FE8F5D
}

@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(0, 0, 0, 0.14);
        height: 46px;
        line-height: 46px;
        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
    }
}

.ft-follow {
    position: relative;
    line-height: 30px;
    color: #666
}

@media (min-width:1200px) {
    .ft-follow {
        width: 38%
    }
}

.ft-follow .logo {
    display: block;
    margin: 0 0 22px
}

.ft-follow a {
    color: #666
}

.ft-follow a:hover {
    color: #FE8F5D
}

.ft-follow .code {
    margin-top: 16px
}

@media (max-width:1199px) {
    .ft-follow .code {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0
    }
}

@media (max-width:1199px) {
    .ft-follow {
        margin-bottom: .5rem
    }
}

.index_banner {
    position: relative;
    overflow: hidden;
    height: 70vh;
    height: 7.2rem
}

.index_banner .swiper-pagination {
    bottom: .5rem
}

.index_banner li {
    position: relative
}

.index_banner li .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 66;
    background: url(../image/hdcover.png) repeat-x center top
}

.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;
    transform: scale(1.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%
}

.index_banner .bg img {
    visibility: hidden
}

.index_banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    top: 45%;
    width: 92vw;
    padding-top: .5rem;
    max-width: 1640px;
    color: #fff
}

.index_banner .content .logo {
    height: 15px;
    display: block;
    background: url('../image/logo3.png') no-repeat 0 center
}

.index_banner .content h3 {
    font-size: .6rem;
    margin: 24px 0 10px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.index_banner .content .desc {
    font-size: .3rem
}

@media (max-width:768px) {
    .index_banner .content .desc {
        font-size: 16px
    }

    .index_banner .content h3 {
        font-size: .5rem
    }
}

@media (max-width:480px) {
    .index_banner .content {
        padding-top: .7rem
    }

    .index_banner .content h3 {
        margin: 10px 0 7px
    }

    .index_banner .content .desc {
        font-size: 14px
    }
}

.index_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index_banner .swiper_pnext {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: .6s;
    z-index: 5555
}

.index_banner .swiper_pnext::after {
    font-size: 20px;
    color: #FE8F5D
}

.index_banner .swiper_pnext:hover {
    background-color: #FE8F5D
}

.index_banner .swiper_pnext:hover::after {
    color: #fff
}

.index_banner .swiper-button-prev {
    left: 0
}

.index_banner .swiper-button-next {
    right: 0
}

.index_banner:hover .swiper-button-prev {
    opacity: 1
}

.index_banner:hover .swiper-button-next {
    opacity: 1
}

.index_banner .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    width: .4rem;
    height: .4rem;
    margin: 0 .07rem !important;
    position: relative;
    transition: .6s
}

.index_banner .swiper-pagination-bullet::before {
    content: '';
    display: block;
    border: 1px solid transparent;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    border-radius: 50%;
    transition: .6s
}

.index_banner .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5
}

.index_banner .swiper-pagination-bullet-active {
    background: none !important
}

.index_banner .swiper-pagination-bullet-active::before {
    border-color: #fff;
    content: '';
    display: block;
    position: absolute;
    width: .4rem;
    height: .4rem
}

.index_banner .swiper-slide-active .bg {
    transform: scale(1)
}

@media (max-width:480px) {
    .index_banner .swiper-pagination {
        bottom: 6%
    }
}

.index-banner {
    text-align: center
}

@media (max-width:1680px) {
    .index-banner img {
        max-width: 110vw;
        width: 110vw;
        position: relative;
        margin-left: -5vw
    }
}

.fs24 {
    font-size: .24rem
}

@media (max-width:992px) {
    .fs24 {
        font-size: 20px
    }
}

@media (max-width:640px) {
    .fs24 {
        font-size: 19px
    }
}

.fs36 {
    font-size: .36rem
}

@media (max-width:768px) {
    .fs36 {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .fs36 {
        font-size: 20px
    }
}

.bugspot_box {
    padding: 1.2rem 0 1.6rem;
    background: url(https://www.yunxinzhili.com/assets/addons/cms/obj/images/bg3.jpg) no-repeat center #FE8F5D;
    text-align: center;
    background-size: cover;
    color: #fff
}

.bugspot_box .wrap {
    position: relative;
    z-index: 55
}

.bugspot_box h4 {
    font-size: .48rem;
    line-height: 1.3;
    font-weight: bold
}

.bugspot_box .desc {
    margin: 16px 0 30px
}

.vbox {
    padding: 1rem 0
}

.vbtn {
    height: 48px;
    line-height: 48px;
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: .5px;
    position: relative;
    border-radius: 16px 0 16px 0;
    border: 1px solid #FE8F5D;
    overflow: hidden;
    color: #FE8F5D;
    transition: .6s
}

.vbtn em {
    position: relative;
    z-index: 55
}

.vbtn:hover {
    background-color: #FE8F5D;
    color: #fff
}

.vbtn.fill {
    background-color: #FE8F5D;
    color: #fff
}

.vbtn.fill:hover {
    background: #000;
    border-color: #000
}

@media (max-width:1200px) {
    .vbtn {
        height: 44px;
        line-height: 44px;
        padding: 0 30px
    }
}

@media (max-width:640px) {
    .vbtn {
        height: 40px;
        line-height: 40px;
        padding: 0 26px
    }
}

.fs40 {
    font-size: .4rem
}

@media (max-width:992px) {
    .fs40 {
        font-size: 26px
    }
}

@media (max-width:640px) {
    .fs40 {
        font-size: 22px
    }
}

.hd1 {
    font-size: .4rem;
    min-width: 220px;
    text-align: left;
    line-height: 1.2
}

@media (max-width:992px) {
    .hd1 {
        font-size: 26px
    }
}

@media (max-width:640px) {
    .hd1 {
        line-height: 1.4;
        font-size: 24px
    }
}

.hd1._center {
    text-align: center;
    background-position: center 0
}

.bdrs {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

.bdrs2 {
    border-radius: 20px 0 20px 0;
    overflow: hidden
}

.more2 {
    background-color: #FE8F5D;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.more2 span {
    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
}

.more2 .icon {
    position: relative;
    border-radius: 50%;
    margin-right: 12px;
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #fff
}

.more2 .icon::before {
    background: #fff;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    border-radius: 50%
}

.more2 em {
    color: #fff
}

.more2:hover {
    background: #6e6178
}

.index_blog {
    padding: .8rem 0 1.4rem
}

.index_blog .hd {
    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;
    padding-bottom: .4rem
}

.index_blog .hd .more2 {
    background: #6e6178
}

.index_blog .hd .more2:hover {
    background-color: #FE8F5D
}

.index_blog .bd {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: .46rem 0
}

@media (min-width:768px) {
    .index_blog .bd {
        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
    }

    .index_blog .bd .rbox,
    .index_blog .bd .lbox {
        width: 47%
    }
}

@media (max-width:767px) {
    .index_blog .bd .rbox {
        margin-top: .5rem
    }
}

.index_blog .bd .rbox .time {
    font-size: 18px;
    color: #999
}

@media (max-width:480px) {
    .index_blog .bd .rbox .time {
        font-size: 14px
    }
}

.index_blog .bd .rbox .tit {
    font-size: .36rem;
    display: block;
    line-height: 1.4;
    margin: .2rem 0 .14rem
}

@media (max-width:768px) {
    .index_blog .bd .rbox .tit {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .index_blog .bd .rbox .tit {
        font-size: 20px
    }
}

.index_blog .bd .rbox .tit:hover {
    color: #FE8F5D
}

@media (max-width:640px) {
    .index_blog .bd .rbox .tit {
        line-height: 1.6
    }
}

.index_blog .bd .rbox .desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 0 0 .3rem;
    height: 60px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.index_blog .ft {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: .36rem 0
}

@media (max-width:767px) {
    .index_blog .ft {
        margin-bottom: .5rem
    }
}

@media (min-width:992px) {
    .index_blog .ft {
        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
    }

    .index_blog .ft .item {
        width: 47%;
        display: block
    }
}

.index_blog .ft .item {
    display: block;
    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: 18px;
    padding-left: 26px;
    background: url('../image/point.png') no-repeat 0 center
}

.index_blog .ft .item:hover {
    color: #FE8F5D
}

@media (max-width:991px) {
    .index_blog .ft .item {
        font-size: 14px;
        padding: .1rem 0 .1rem 26px;
        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
    }
}

.index_blog .ft .item .tit {
    display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.index_blog .ft .item .time {
    color: #999;
    font-family: dinpro
}

.index_blog .vbtn {
    position: relative
}

.index_blog .vbtn._c {
    left: 50%;
    transform: translateX(-50%)
}

.banner_box {
    position: relative;
    max-height: calc((100vh - 100px));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width:1920px) {
    .banner_box {
        height: 8.5rem
    }
}

.banner_box .wrap {
    display: flex;
    align-items: center
}

.banner_box .content {
    padding: 1.88rem 0 2.9rem;
    width: 50%;
    max-width: 580px
}

.banner_box .content h2 {
    font-size: .6rem;
    color: #FE8F5D;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold
}

.banner_box .content .desc {
    font-size: .24rem;
    color: #666;
    line-height: 1.25;
    margin: 16px 0 40px
}

@media (max-width:992px) {
    .banner_box .content .desc {
        font-size: 20px
    }
}

@media (max-width:640px) {
    .banner_box .content .desc {
        font-size: 19px
    }
}

@media (max-width:768px) {
    .banner_box .content {
        padding: 2rem 0;
        width: 100%
    }

    .banner_box .content .desc {
        line-height: 1.4
    }
}

@media (max-width:480px) {
    .banner_box .content {
        padding: 1.2rem 0
    }

    .banner_box .content .desc {
        font-size: 16px
    }
}

.BMap_cpyCtrl,
.anchorBL {
    display: none
}

#map label,
#map img {
    max-width: none;
    max-height: none
}

.index_goods {
    background: url('../image/bg02.png') no-repeat center center;
    background-size: cover;
    padding: 1rem 0 .3rem
}

.index_goods .hd {
    margin-bottom: .5rem
}

@media (min-width:640px) {
    .index_goods .hd {
        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
    }
}

.index_goods .hd .desc {
    font-size: 16px;
    line-height: 1.76;
    color: #666
}

@media (max-width:639px) {
    .index_goods .hd .desc {
        margin-top: .2rem;
        font-size: 15px
    }
}

.index_goods .row {
    margin-left: -0.38rem !important;
    margin-right: -0.38rem !important
}

.index_goods .row>* {
    padding-left: .38rem !important;
    padding-right: .38rem !important;
    margin-bottom: .76rem
}

@media (max-width:991px) {
    .index_goods .row {
        margin-left: -0.2rem !important;
        margin-right: -0.2rem !important;
        padding-bottom: .3rem
    }

    .index_goods .row>* {
        padding-left: .2rem !important;
        padding-right: .2rem !important;
        margin-bottom: .4rem
    }
}

.index_goods .inner .img {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

.index_goods .inner .info {
    position: relative;
    margin-top: -1.42rem;
    z-index: 55;
    background-color: rgba(255, 255, 255, 0.95);
    margin-right: .4rem;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
    transition: .6s;
    padding: .46rem .56rem .66rem
}

.index_goods .inner .info .tit {
    font-size: .3rem;
    display: block;
    margin-bottom: .16rem
}

.index_goods .inner .info .desc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 90px
}

@media (min-width:768px) {
    .index_goods .inner .info .desc {
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3
    }
}

@media (max-width:991px) {
    .index_goods .inner .info .tit {
        font-size: 20px
    }

    .index_goods .inner .info .desc {
        font-size: 14px;
        line-height: 26px;
        height: 78px
    }
}

@media (max-width:767px) {
    .index_goods .inner .info .desc {
        height: auto
    }
}

@media (max-width:480px) {
    .index_goods .inner .info .tit {
        font-size: 18px
    }
}

.index_goods .inner:hover .img .coverimg {
    transform: scale(1.05, 1.05)
}

.index_goods .inner:hover .info {
    background-color: #FE8F5D
}

.index_goods .inner:hover .info * {
    color: #fff
}

.index_choose {
    padding: .8rem 0 1rem
}

.index_choose .hd1 {
    margin-bottom: .84rem
}

.index_choose ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 18px
}

.index_choose ul .ic1 {
    background: url('../image/ic_b1.png') no-repeat center center;
    background-size: contain
}

.index_choose ul .ic2 {
    background: url('../image/ic_b2.png') no-repeat center center;
    background-size: contain
}

.index_choose ul .ic3 {
    background: url('../image/ic_b3.png') no-repeat center center;
    background-size: contain
}

.index_choose ul .ic4 {
    background: url('../image/ic_b4.png') no-repeat center center;
    background-size: contain
}

.index_choose ul .ic5 {
    background: url('../image/ic_b5.png') no-repeat center center;
    background-size: contain
}

.index_choose ul .ic {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto .24rem;
    background-size: contain
}

@media (max-width:992px) {
    .index_choose ul {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .index_choose ul {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .index_choose ul li {
        width: 33.33%;
        margin-bottom: .5rem
    }
}

@media (max-width:480px) {
    .index_choose ul {
        font-size: 15px
    }

    .index_choose ul li {
        width: 50%;
        margin-bottom: .7rem
    }
}

@-webkit-keyframes scale2 {
    from {
        transform: scale(1.02)
    }

    to {
        transform: scale(1)
    }
}

.index_service {
    padding: .9rem 0;
    position: relative;
    overflow: hidden
}

.index_service .bg {
    background: url('../image/bg01.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
    transform: scale(1.1)
}

.index_service.animated .bg {
    transform: scale(1)
}

.index_service .wrap {
    position: relative;
    z-index: 5
}

.index_service .topper {
    margin-bottom: 1.1rem
}

@media (min-width:992px) {
    .index_service .topper {
        width: 60%;
        max-width: 570px;
        margin-left: auto
    }
}

.index_service .topper .desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin: .26rem 0 .46rem
}

.index_service ul {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.index_service ul>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0
}

.index_service li {
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:640px) {
    .index_service li {
        margin-bottom: .2rem
    }
}

.index_service .cover {
    border-radius: 30px 0 0 0;
    background: #fff;
    width: 50%;
    min-height: 1.7rem;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    padding: 20px 0 30px
}

.index_service .cover .txt {
    display: none;
    margin-top: 14px;
    line-height: 30px;
    font-size: 16px
}

.index_service .cover .txt p {
    position: relative;
    padding-left: .2rem
}

.index_service .cover .txt p::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px
}

.index_service .ic1 {
    background: url('../image/c29fe91770472b7ba71a86ca424824e0.png') no-repeat center center;
    background-size: contain
}

.index_service .ic2 {
    background: url('../image/ic_a2.png') no-repeat center center;
    background-size: contain
}

.index_service .ic3 {
    background: url('../image/ic_a3.png') no-repeat center center;
    background-size: contain
}

.index_service .ic4 {
    background: url('../image/ic_a4.png') no-repeat center center;
    background-size: contain
}

.index_service .vicon {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 20px
}

.index_service .vicon img {
    margin: auto
}

.index_service li:hover .cover {
    width: 100%;
    height: 100%;
    text-align: left;
    border-radius: 0;
    background: rgba(254, 143, 93, 0.9);
    padding: 30px;
    color: #fff
}

.index_service li:hover .cover .vicon {
    position: absolute;
    right: .26rem;
    bottom: 0
}

.index_service li:hover .cover .vicon .ic {
    margin-left: -200px;
    filter: drop-shadow(200px 0 0 #fff)
}

.index_service li:hover .cover h3 {
    font-size: 24px
}

.index_service li:hover .cover .txt {
    display: block
}

.index_service.s2 {
    background: url('../image/bg03.png') no-repeat center center;
    background-size: cover
}

.index_service.s2 .desc {
    text-align: center;
    margin: .4rem auto;
    font-size: 16px;
    line-height: 30px;
    max-width: 1200px
}

.banner {
    position: relative;
    overflow: hidden
}

.banner .bg {
    background-position: center;
    background-size: cover;
    transition: transform 1s ease 0s;
    transform: scale(1.05);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner.animated .bg {
    transform: scale(1)
}

.banner .wrap {
    height: 7.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: .2rem;
    position: relative
}

@media (max-width:992px) {
    .banner .wrap {
        height: 5rem
    }
}

@media (max-width:480px) {
    .banner .wrap {
        height: 4.5rem
    }
}

.banner .wrap .crumbs {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: .3rem
}

.banner .wrap .crumbs a {
    color: #fff
}

.banner .wrap .crumbs a:hover {
    color: #FE8F5D
}

.banner h2 {
    font-size: .54rem
}

.banner .en {
    font-size: .24rem;
    font-family: dinpro
}

.get_quote {
    padding: .74rem 0 1rem;
    background: url('../image/quote_bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center
}

.get_quote h2 {
    font-size: .4rem;
    line-height: 1
}

@media (max-width:992px) {
    .get_quote h2 {
        font-size: 26px
    }
}

@media (max-width:640px) {
    .get_quote h2 {
        font-size: 22px
    }
}

.get_quote .txt {
    margin: 36px 0;
    font-size: 16px;
    line-height: 30px
}

.get_quote .txt a {
    color: #fff
}

.get_quote .txt a:hover {
    color: #FE8F5D
}

@media (max-width:480px) {
    .get_quote .txt {
        margin: 20px 0;
        line-height: 1.8
    }
}

.fixed_nav {
    overflow: hidden
}

@media (min-width:992px) {
    .fixed_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;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media (min-width:769px) {
    .fixed_nav {
        border-bottom: 1px solid #dedede
    }
}

@media (max-width:991px) {
    .fixed_nav .wrap {
        width: 100vw
    }
}

@media (max-width:640px) {}

@media (max-width:640px) {
    .fixed_nav.scroll {
        overflow-x: auto
    }
}

.fixed_nav.scroll nav {
    white-space: nowrap
}

@media (max-width:480px) {
    .fixed_nav.scroll nav {
        font-size: 16px
    }
}

.fixed_nav.scroll nav a {
    display: inline-block;
    padding: 0 .2rem
}

.fixed_nav:not(.scroll) 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;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.fixed_nav:not(.scroll) a {
    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
}

.fixed_nav nav {
    font-size: 16px
}

@media (max-width:768px) {
    .fixed_nav nav {
        border-bottom: 1px solid #dedede
    }
}

@media (max-width:991px) {
    .fixed_nav nav {
        justify-content: center
    }
}

.fixed_nav nav a {
    padding: 0 .5rem;
    position: relative;
    display: block
}

.fixed_nav nav a:hover {
    color: #FE8F5D
}

.fixed_nav nav a:first-child {
    padding-left: 0
}

.fixed_nav nav a:last-child {
    padding-right: 0
}

.fixed_nav nav em {
    display: block;
    position: relative;
    height: 76px;
    line-height: 76px
}

@media (max-width:992px) {
    .fixed_nav nav em {
        height: 56px;
        line-height: 56px
    }
}

.fixed_nav nav .active {
    color: #FE8F5D
}

.fixed_nav nav .active em::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FE8F5D;
    left: 0;
    bottom: -1px
}

.fixed_nav nav a+a::before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0
}

@media (max-width:600px) {
    .fixed_nav nav {
        padding: 0 .2rem
    }

    .fixed_nav nav a {
        padding: 0 .4rem
    }
}

@media (max-width:480px) {
    .fixed_nav nav {
        min-width: 70%;
        text-align: center
    }
}

.fixed_nav .crumbs {
    color: #999;
    line-height: .76rem
}

.fixed_nav .crumbs a {
    color: #999
}

.fixed_nav .crumbs a:hover {
    color: #FE8F5D
}

.fixed_nav .crumbs em {
    color: #FE8F5D
}

@media (max-width:991px) {
    .fixed_nav .crumbs {
        padding: 0 4vw
    }
}

@media (max-width:640px) {
    .fixed_nav .crumbs {
        display: none
    }
}

.about_box {
    padding: .8rem 0 1.2rem
}

@media (min-width:992px) {
    .about_box {
        padding: 1rem 0;
        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
    }

    .about_box .lbox,
    .about_box .rbox {
        width: 47.5%
    }
}

@media (max-width:991px) {
    .about_box .lbox {
        margin-bottom: .8rem
    }
}

.about_box .txt {
    font-size: 16px;
    line-height: 1.86;
    color: #666;
    margin: .3rem 0 .6rem
}

.about_box .data {
    display: flex;
    justify-content: space-between
}



@media (min-width:640px) {
    .about_box .data {
        max-width: 630px;
        text-align: center;
        flex-wrap: wrap;
    }

    .about_box .data .item {
        flex: 0 0 33.3333%;
    }

    .about_box .data .item:nth-child(2) {
        width: 36%;
        position: relative
    }

    .about_box .data .item:nth-child(2)::before,
    .about_box .data .item:nth-child(2)::after {
        content: '';
        width: 1px;
        height: 68px;
        background-color: #e5e5e5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5
    }

    .about_box .data .item:nth-child(2)::before {
        left: 0
    }

    .about_box .data .item:nth-child(2)::after {
        right: 0
    }
}

.about_box .data .val {
    color: #FE8F5D;
    font-family: dinpro;
    font-size: .48rem;
    line-height: 1.45
}

@media (max-width:992px) {
    .about_box .data .val {
        font-size: 34px
    }
}

.about_box .data .tit {
    color: #666
}

@media (max-width:480px) {
    .about_box .data {
        flex-wrap: wrap
    }

    .about_box .data .item {
        width: 50%;
        margin-bottom: .4rem
    }
}

.team_box {
    padding: .8rem 0;
    background: url('../image/bg07.png') no-repeat center center;
    background-size: cover
}

.team_box .hd1 {
    margin-bottom: .56rem
}

.team_box .wrap {
    position: relative
}

.team_box .row {
    margin-left: -0.2rem !important;
    margin-right: -0.2rem !important
}

.team_box .row>* {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
    margin-bottom: .4rem
}

@media (max-width:640px) {
    .team_box .row {
        margin-left: -0.1rem !important;
        margin-right: -0.1rem !important
    }

    .team_box .row>* {
        padding-left: .1rem !important;
        padding-right: .1rem !important;
        margin-bottom: .2rem
    }
}

.team_box .inner {
    position: relative;
    cursor: pointer
}

.team_box .inner .img {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

.team_box .inner .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: .2rem;
    z-index: 55;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 20px 0 20px;
    overflow: hidden;
    transition: .6s;
    padding: .3rem
}

.team_box .inner .info .tit {
    font-size: .3rem;
    display: block
}

.team_box .inner .info .position {
    font-size: 16px
}

@media (max-width:991px) {
    .team_box .inner .info .tit {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .team_box .inner .info {
        padding: .2rem .3rem;
        right: 0
    }

    .team_box .inner .info .tit {
        font-size: 18px
    }
}

@media (max-width:480px) {
    .team_box .inner .info .position {
        font-size: 13px
    }
}

.team_box .inner:hover .img .coverimg {
    transform: scale(1.05, 1.05)
}

.team_box .inner:hover .info {
    background: rgba(254, 143, 93, 0.95)
}

.team_box .inner:hover .info * {
    color: #fff
}

.vision_box {
    background: url('../image/ban1.jpg') no-repeat center center;
    background-size: cover
}

.vision_box .wrap {
    height: 7.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width:640px) {
    .vision_box .wrap {
        justify-content: center
    }
}

.vision_box .content {
    background-color: #FE8F5D;
    background: rgba(254, 143, 93, 0.9);
    border-radius: 0 20px 0 20px;
    overflow: hidden;
    color: #fff;
    width: 5.9rem;
    padding: .7rem .5rem .9rem
}

.vision_box .content h2 {
    font-size: .4rem;
    position: relative;
    margin-bottom: .32rem
}

@media (max-width:992px) {
    .vision_box .content h2 {
        font-size: 26px
    }
}

@media (max-width:640px) {
    .vision_box .content h2 {
        font-size: 22px
    }
}

.vision_box .content .txt {
    font-size: .24rem;
    line-height: 1.6
}

@media (max-width:992px) {
    .vision_box .content .txt {
        font-size: 18px
    }
}

.layer_team .inner {
    padding: 1rem;
    background: url('../image/team_bg.png') no-repeat right bottom;
    background-size: contain
}

@media (max-width:1200px) {
    .layer_team .inner {
        padding: .5rem .5rem .8rem
    }
}

@media (min-width:768px) {
    .layer_team .inner {
        display: flex
    }

    .layer_team .img {
        width: 35%;
        max-width: 448px;
        margin-right: .88rem
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .layer_team .img {
        margin-right: .5rem
    }
}

.layer_team .img {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

.layer_team .img .coverimg {
    background-position: center top
}

@media (max-width:767px) {
    .layer_team .img {
        max-width: 300px;
        display: block;
        margin: 0 auto .5rem
    }
}

.layer_team .info {
    flex: 1;
    font-size: 16px
}

.layer_team .tit {
    font-size: 30px;
    margin-bottom: .04rem
}

@media (max-width:767px) {
    .layer_team .tit {
        text-align: center;
        font-size: 24px
    }
}

.layer_team .position {
    padding-bottom: .3rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: .5rem
}

@media (max-width:767px) {
    .layer_team .position {
        text-align: center
    }
}

.layer_team .txt {
    color: #666;
    line-height: 1.7
}

.layer_team .txt p {
    margin-bottom: 1em;
    padding-left: 18px;
    position: relative
}

.layer_team .txt p::before {
    content: '•';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #666
}

@media (max-width:480px) {
    .layer_team .txt {
        font-size: 14px
    }
}

.platform_box {
    background: url('../image/bg04.png') no-repeat center center;
    background-size: cover;
    padding: .88rem 0 1.6rem;
    text-align: center
}

.platform_box .wrap {
    max-width: 860px
}

.platform_box .txt {
    font-size: 16px;
    line-height: 1.86;
    color: #666;
    margin: .46rem auto .8rem
}

@media (max-width:480px) {
    .platform_box .txt {
        text-align: left
    }
}

.platform_box .row {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.platform_box .row>* {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px
}

.platform_box .inner {
    border: 1px solid #ebebeb;
    display: block;
    border-radius: 4px;
    height: 100px;
    background: #fff;
    font-size: 16px;
    padding: 12px
}

.platform_box .inner .vicon {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-bottom: 2px
}

.platform_box .inner .tit {
    display: block
}

.platform_box .inner:hover {
    background-color: #FE8F5D;
    color: #fff;
    border-color: #FE8F5D
}

.platform_box .inner:hover .vicon .ic {
    margin-left: -200px;
    filter: drop-shadow(200px 0 0 #fff)
}

.core_box {
    background: url('../image/bg05.jpg') no-repeat center center;
    background-size: cover;
    padding: 1rem 0;
    text-align: center
}

.core_box .hd1 {
    color: #fff;
    margin-bottom: .66rem
}

.core_box .row {
    margin-left: -0.11rem !important;
    margin-right: -0.11rem !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.core_box .row>* {
    padding-left: .11rem !important;
    padding-right: .11rem !important;
    margin-bottom: .22rem
}

.core_box .row::before {
    display: none
}

.core_box .inner {
    background: #fff;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    display: block;
    padding: .7rem 12%;
    height: 100%
}

.core_box .inner .ic1 {
    background: url('../image/ic_e1.png') no-repeat center center;
    background-size: contain
}

.core_box .inner .ic2 {
    background: url('../image/ic_e2.png') no-repeat center center;
    background-size: contain
}

.core_box .inner .ic3 {
    background: url('../image/ic_e3.png') no-repeat center center;
    background-size: contain
}

.core_box .inner .ic4 {
    background: url('../image/ic_e4.png') no-repeat center center;
    background-size: contain
}

.core_box .inner .ic {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    margin-bottom: .4rem
}

.core_box .inner .txt {
    font-size: 16px;
    line-height: 1.8;
    color: #666
}

@media (max-width:480px) {
    .core_box .inner {
        padding: .5rem .2rem .7rem
    }

    .core_box .inner .txt {
        font-size: 15px;
        line-height: 1.6
    }
}

.consult_box li {
    background-color: #f0f5f8
}

.consult_box .wrap {
    padding: .82rem 0
}

@media (min-width:640px) {
    .consult_box .wrap {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .consult_box .wrap .img,
    .consult_box .wrap .info {
        width: 46.6%
    }

    .consult_box .wrap .txt {
        max-width: 450px
    }
}

.consult_box li:nth-child(2n+1) {
    background: #fff
}

.consult_box li:nth-child(2n+1) .info {
    order: -1
}

.consult_box .img {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

.consult_box .info .txt {
    font-size: 16px;
    line-height: 1.8;
    margin: .2rem 0 .3rem
}

@media (max-width:640px) {
    .consult_box .info .txt {
        font-size: 14px;
        line-height: 1.6
    }
}

@media (max-width:639px) {
    .consult_box .info {
        text-align: center
    }

    .consult_box .info .hd1 {
        text-align: center;
        background-position: center top
    }

    .consult_box .info .txt {
        margin: .4rem 0
    }

    .consult_box .img {
        margin-bottom: .5rem
    }
}

.blog_main_box {
    background: url(https://www.yunxinzhili.com/assets/addons/cms/obj/images/blog_bg2.jpg) repeat-x 0 -1.2rem, url(https://www.yunxinzhili.com/assets/addons/cms/obj/images/blog_bg2.jpg) repeat-x 0 10rem
}

.blog_lg_box {
    padding: .8rem 0
}

@media (min-width:640px) {
    .blog_lg_box .wrap {
        display: flex;
        align-items: stretch
    }

    .blog_lg_box .img {
        max-width: 680px;
        width: 45%;
        margin-right: .7rem
    }

    .blog_lg_box .info {
        padding-top: .2rem;
        flex: 1
    }
}

@media (min-width:640px) and (max-width:640px) {
    .blog_lg_box .img {
        margin-right: .4rem
    }
}

.blog_lg_box .img {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

@media (max-width:639px) {
    .blog_lg_box .info {
        padding-top: .5rem
    }
}

.blog_lg_box .info .time {
    font-size: 18px;
    color: #999;
    margin-bottom: .2rem
}

.blog_lg_box .info .tit {
    font-size: .36rem;
    line-height: 1.3;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: block
}

@media (max-width:768px) {
    .blog_lg_box .info .tit {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .blog_lg_box .info .tit {
        font-size: 20px
    }
}

.blog_lg_box .info .desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin: .16rem 0 .46rem
}

@media (max-width:991px) {
    .blog_lg_box .info .tit {
        font-size: 20px;
        line-height: 1.5;
        max-height: 60px
    }

    .blog_lg_box .info .time {
        font-size: 16px
    }
}

@media (max-width:640px) {
    .blog_lg_box .info .desc {
        font-size: 14px;
        max-height: 63px
    }

    .blog_lg_box .info .tit {
        font-size: 18px
    }
}

.blog_lg_box:hover .info .tit {
    color: #FE8F5D
}

.blog_xs_list {
    padding-bottom: 1.1rem;
    margin-bottom: .5rem
}

.blog_xs_list .item {
    border-bottom: 1px solid #e5e5e5;
    padding: .5rem 0 .6rem;
    position: relative
}

.blog_xs_list .item::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #FE8F5D;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .6s
}

@media (min-width:640px) {
    .blog_xs_list .item {
        display: flex
    }

    .blog_xs_list .item .date {
        margin-right: .9rem;
        text-align: center
    }
}

.blog_xs_list .item .date {
    line-height: 1;
    color: #969696;
    font-family: dinpro;
    width: 1.72rem;
    margin-right: .5rem;
    position: relative
}

@media (min-width:640px) {
    .blog_xs_list .item .date::after {
        content: '';
        width: 1px;
        height: 90%;
        background-color: #e5e5e5;
        right: 0;
        position: absolute;
        top: 5%
    }
}

.blog_xs_list .item .date .day {
    font-size: .72rem;
    margin-bottom: .1rem
}

.blog_xs_list .item .date .year {
    font-size: 18px
}

.blog_xs_list .item .date-xs {
    display: none;
    color: #666;
    margin-bottom: .4rem
}

@media (max-width:639px) {
    .blog_xs_list .item .date-lg {
        display: none
    }

    .blog_xs_list .item .date-xs {
        display: block
    }
}

.blog_xs_list .item .info {
    flex: 1
}

.blog_xs_list .item .info .tit {
    font-size: .3rem;
    line-height: 1.5;
    display: block
}

.blog_xs_list .item .info .desc {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #666;
    margin: .12rem 0 0
}

.blog_xs_list .item .info .arr {
    width: 36px;
    height: 16px;
    background: url('https://www.yunxinzhili.com/assets/addons/cms/obj/images/arr.png') no-repeat center center;
    display: block
}

@media (max-width:992px) {
    .blog_xs_list .item .info .tit {
        font-size: 20px
    }
}

@media (max-width:639px) {
    .blog_xs_list .item .info .tit {
        color: #FE8F5D;
        margin-bottom: .2rem;
        font-size: 18px
    }
}

.blog_xs_list .item:hover::after {
    width: 100%
}

.blog_xs_list .item:hover .tit {
    color: #FE8F5D
}

.blog_xs_list .item:hover .arr {
    background-image: url('https://www.yunxinzhili.com/assets/addons/cms/obj/images/arr_on.png')
}

.news_info_main {
    padding: .7rem 0 1.3rem;
    max-width: 1040px
}

.news_info_main h1 {
    font-size: .36rem
}

@media (max-width:768px) {
    .news_info_main h1 {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .news_info_main h1 {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .news_info_main h1 {
        font-size: 22px
    }
}

.news_info_main .data {
    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;
    padding: .2rem 0;
    border-bottom: 1px solid #dedede;
    color: #999;
    font-size: 16px
}

.news_info_main .share {
    margin-top: 20px
}

.news_info_main .share .item {
    color: #c6c6c6;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer
}

.news_info_main .share .item:hover {
    color: #FE8F5D
}

.news_info_main article {
    padding: .46rem 0 .8rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: .3rem
}

.news_info_main article p {
    margin-bottom: 1.3em
}

article {
    font-size: 16px;
    line-height: 1.875;
    color: #666
}

.arc_pnext {
    font-size: 16px
}

.arc_pnext p {
    color: #FE8F5D
}

.arc_pnext p a:hover {
    color: #FE8F5D
}

@media (min-width:640px) {
    .arc_pnext {
        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
    }

    .arc_pnext p {
        width: 48%;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center
    }

    .arc_pnext a {
        display: block;
        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;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .arc_pnext .next {
        text-align: right
    }
}

@media (max-width:640px) {
    .arc_pnext p {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: .2rem
    }

    .arc_pnext .iconfont {
        display: none
    }
}

.blog_topper {
    padding: .8rem 0
}

@media (min-width:640px) {
    .blog_topper {
        display: flex;
        align-items: stretch
    }

    .blog_topper .img {
        max-width: 680px;
        width: 45%;
        margin-right: .7rem
    }

    .blog_topper .info {
        padding-top: .2rem;
        flex: 1
    }
}

@media (min-width:640px) and (max-width:640px) {
    .blog_topper .img {
        margin-right: .4rem
    }
}

.blog_topper .img {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

@media (max-width:639px) {
    .blog_topper .info {
        padding-top: .5rem
    }
}

.blog_topper .info h1 {
    font-size: .36rem;
    padding-bottom: .22rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: .26rem
}

@media (max-width:768px) {
    .blog_topper .info h1 {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .blog_topper .info h1 {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .blog_topper .info h1 {
        font-size: 22px
    }
}

.blog_topper .info .txt {
    font-size: 16px;
    line-height: 36px
}

.blog_topper .info .txt p {
    position: relative;
    padding-left: 32px
}

.blog_topper .info .txt p::before {
    content: '';
    width: 32px;
    height: 36px;
    background: url('../image/right.png') no-repeat left center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0
}

.blog_info {
    padding-bottom: 2.2rem
}

.blog_info h2 {
    background-color: #FE8F5D;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    padding-left: 26px;
    margin-bottom: .3rem
}

@media (max-width:640px) {
    .blog_info h2 {
        line-height: 46px;
        font-size: 18px
    }
}

.contact_box {
    padding: .76rem 0 .9rem
}

.contact_box .bd {
    margin-top: .5rem;
    border-radius: .8rem 0 .8rem 0;
    overflow: hidden
}

@media (min-width:992px) {
    .contact_box .bd {
        display: flex;
        align-items: stretch
    }

    .contact_box .bd .content {
        width: 4.22rem;
        margin-right: 6px;
        min-height: 518px
    }

    .contact_box .bd .map {
        flex: 1
    }
}

.contact_box .content {
    background: #f4f4f7;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 106px 30px 40px
}

.contact_box .content .address {
    background: url('../image/ic_addr.png') no-repeat center 0;
    padding-top: 70px
}

.contact_box .content .code {
    margin-top: .6rem
}

.contact_box .content .code img {
    width: 128px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .contact_box .content {
        padding: 40px 20px
    }

    .contact_box .map {
        min-height: 7rem
    }
}

.contact_box .map {
    background: #000
}

.quote_box {
    padding: .9rem 0;
    background: url('../image/bg06.jpg') no-repeat center center;
    background-size: cover
}

.quote_box .hd1 {
    margin-bottom: .4rem
}

@media (min-width:640px) {
    .quote_box .row {
        margin-left: -0.1rem !important;
        margin-right: -0.1rem !important
    }

    .quote_box .row>* {
        padding-left: .1rem !important;
        padding-right: .1rem !important;
        margin-bottom: .2rem
    }
}

.quote_box li {
    margin-bottom: .3rem
}

.quote_box .inner {
    position: relative;
    background: #fff
}

.quote_box .inner input,
.quote_box .inner textarea {
    display: block;
    height: 56px;
    border: 0;
    font-size: 16px;
    padding-left: .4rem
}

.quote_box .inner em {
    color: #FE8F5D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: .28rem;
    font-size: 16px
}

@media (max-width:991px) {

    .quote_box .inner input,
    .quote_box .inner textarea {
        padding-left: 30px
    }
}

.quote_box .areabox {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.quote_box .areabox em {
    top: 20px;
    transform: translateY(0)
}

.quote_box .submitbox {
    text-align: center;
    padding-top: 20px
}

.quote_box textarea {
    height: 180px;
    resize: none;
    font-size: 16px;
    border: 0;
    padding: 0
}

.quote_box .layui-form-select dl {
    top: 100%;
    border: 0
}

.quote_box .layui-form-select dl dd.layui-this {
    background-color: #FE8F5D
}

.join_box {
    padding: .9rem 0 1.5rem
}

.join_box .desc {
    margin: .3rem 0 .6rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

.recruit-box {
    overflow: hidden
}

.recruit-box .arrow {
    transition: .6s
}

.recruit-box .item {
    margin-bottom: 20px
}

.recruit-box .item-hd {
    background-color: #f7f7f7;
    padding: 0 22px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.8
}

.recruit-box .item-hd li {
    width: 50%;
    float: left;
    line-height: .8rem;
    position: relative
}

.recruit-box .item-hd .tit {
    padding-left: 42px;
    background: url('../image/ic_user.png') no-repeat 0 center
}

.recruit-box .active .item-hd {
    background-color: #FE8F5D;
    color: #fff
}

.recruit-box .active .item-hd .tit {
    background-image: url('../image/ic_user2.png')
}

.recruit-box .active .item-hd .arrow {
    color: #fff
}

.recruit-box .active .arrow {
    transform: rotate(180deg);
    display: inline-block
}

.recruit-box .arrow {
    float: right;
    font-size: 14px;
    color: #333
}

.recruit-box .item-bd {
    color: #666;
    display: none;
    padding: 20px 40px 30px;
    background: url('../image/team_bg.png') no-repeat right bottom;
    background-color: #f7f7f7
}

.recruit-box .item-bd dd {
    color: #666;
    line-height: 1.76
}

.recruit-box .item-bd dt {
    font-size: 16px;
    margin: 1.5em 0 1em
}

.recruit-box .item-bd dt .email {
    color: #FE8F5D
}

@media (max-width:640px) {
    .recruit-box {
        border: 0;
        width: 100%
    }

    .recruit-box .item {
        width: 88vw;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto
    }

    .recruit-box .item-hd {
        padding: 10px 20px;
        font-size: 15px
    }

    .recruit-box .item-hd li {
        line-height: 30px;
        width: 100%;
        padding-left: 30px !important
    }

    .recruit-box .item-hd .tit {
        background-size: 15px;
        font-size: 17px
    }

    .recruit-box .item-bd {
        padding: 20px;
        color: #333
    }

    .recruit-box .item-bd dt {
        font-size: 16px
    }

    .recruit-box .item-bd dd {
        font-size: 16px
    }
}

@media (max-width:640px) and (max-width:639px) {
    .recruit-box .item {
        width: 92vw
    }
}

@media (max-width:768px) {
    .col-wrap {
        padding: .5rem 0 1rem
    }
}

.col-wrap .col-sub {
    position: relative
}

@media (max-width:991px) {
    .col-wrap .col-sub {
        margin-bottom: .3rem
    }
}

@media (min-width:992px) {

    .col-wrap .col-sub,
    .col-wrap .col-main {
        padding: .8rem 0 1.1rem
    }

    .col-wrap .col-sub {
        width: 2.68rem;
        float: left;
        position: relative
    }

    .col-wrap .col-main {
        margin-left: 3.46rem
    }
}

.sub-menu-top {
    height: .8rem;
    color: #fff;
    font-size: .24rem;
    background-color: #FE8F5D;
    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
}

.sub-menu-top h2 {
    padding-left: .6rem;
    background: url('../image/ic01.png') no-repeat .24rem center;
    background-size: .24rem
}

@media (max-width:991px) {
    .sub-menu-top {
        padding: 0 4%;
        font-size: 20px
    }
}

@media (max-width:480px) {
    .sub-menu-top {
        height: 1rem;
        font-size: 18px
    }

    .sub-menu-top h2 {
        background-size: .34rem;
        background-position: .14rem center
    }
}

.sub-menu-top.open .iconfont::before {
    content: "\e7e1"
}

.sub-menu-list {
    padding: 12px 0 .44rem;
    background: #fff
}

@media (min-width:992px) {
    .sub-menu-list {
        transition: .6s;
        width: 2.68rem
    }

    .sub-menu-list.fixed {
        position: fixed;
        top: 90px;
        z-index: 55
    }
}

.sub-menu-list dd {
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #dedede
}

.sub-menu-list dd a {
    display: block;
    color: #666;
    position: relative
}

.sub-menu-list dd a:hover {
    color: #FE8F5D
}

.sub-menu-list dd a .iconfont {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:480px) {
    .sub-menu-list dd {
        font-size: 15px
    }
}

.sub-menu-list .active {
    position: relative
}

.sub-menu-list .active a {
    color: #FE8F5D
}

@media (min-width:992px) {
    .sub-menu-list {
        display: block !important
    }
}

@media (max-width:991px) {
    .sub-menu-list {
        display: none
    }
}

.skill-info .hd {
    padding-bottom: .26rem;
    margin-bottom: .38rem
}

@media (min-width:641px) {
    .skill-info .hd {
        border-bottom: 1px solid #dedede;
        text-align: left
    }
}

.skill-info .hd h2 {
    font-size: .36rem;
    margin-bottom: .16rem;
    font-weight: bold
}

@media (max-width:768px) {
    .skill-info .hd h2 {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .skill-info .hd h2 {
        font-size: 20px
    }
}

.skill-info .hd .desc {
    font-size: 16px;
    line-height: 1.6
}

@media (max-width:768px) {
    .skill-info .hd .desc {
        font-size: 14px
    }
}

@media (max-width:639px) {
    .skill-info .bd .scroll {
        overflow-x: auto;
        width: 100vw;
        position: relative;
        left: -4vw
    }

    .skill-info .bd .scroll .inner {
        min-width: 600px;
        padding: 0 4vw
    }
}

.skill-info table+table {
    margin-top: .6rem
}

.skill-info table {
    width: 100%;
    font-size: 16px;
    color: #666
}

.skill-info table thead {
    background-color: #FE8F5D;
    color: #fff
}

.skill-info table th,
.skill-info table td {
    text-align: center;
    height: 40px
}

.skill-info table th {
    border: 3px solid #FE8F5D
}

.skill-info table td {
    border: 3px solid #f9f9f9;
    padding: 14px
}

@media (max-width:640px) {
    .skill-info table td {
        padding: 10px .1rem;
        font-size: 14px
    }
}

.skill-info .tip {
    background-color: #f9f9f9;
    padding: .36rem 14px;
    color: #999
}

.page_main {
    padding: .8rem 0 1rem
}

.page_main h2 {
    text-align: center;
    margin-bottom: .3rem
}

.page_main .content {
    font-size: 16px;
    line-height: 1.5
}

.page_main .content p {
    margin-bottom: 1em
}

@media (max-width:640px) {
    .skill_info_list {
        position: relative;
        margin-top: -0.42rem
    }
}

.skill_info_list li {
    padding: .32rem 0
}

@media (min-width:768px) {
    .skill_info_list li {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .skill_info_list li .img,
    .skill_info_list li .info {
        width: 46.6%
    }

    .skill_info_list li .txt {
        max-width: 450px
    }
}

.skill_info_list li:nth-child(2n) .info {
    order: -1
}

.skill_info_list .img {
    border-radius: 0 20px 0 20px;
    overflow: hidden
}

.skill_info_list .info h3 {
    font-size: .24rem;
    font-weight: bold
}

@media (max-width:992px) {
    .skill_info_list .info h3 {
        font-size: 20px
    }
}

@media (max-width:640px) {
    .skill_info_list .info h3 {
        font-size: 19px
    }
}

.skill_info_list .info .txt {
    font-size: 16px;
    line-height: 2.2;
    margin: .2rem 0 0;
    color: #666
}

.skill_info_list .info .txt p {
    position: relative;
    padding-left: .22rem
}

.skill_info_list .info .txt p::before {
    content: '•';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #FE8F5D
}

@media (max-width:640px) {
    .skill_info_list .info .txt {
        font-size: 14px;
        line-height: 1.8
    }
}

@media (max-width:767px) {
    .skill_info_list .img {
        margin-bottom: .5rem
    }
}

.progress_box {
    padding: .8rem 0 1rem
}

@media (max-width:480px) {
    .progress_box {
        background: #f4f4f7;
        padding: 0 .4rem
    }
}

.progress_box .pro_hd {
    font-size: .3rem;
    text-align: center;
    position: relative;
    margin-bottom: .9rem
}

.progress_box .pro_hd::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: #e5e5e5
}

.progress_box .pro_hd em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    white-space: nowrap;
    background: #fff;
    padding: 0 .2rem
}

@media (max-width:1200px) {
    .progress_box .pro_hd {
        font-size: .4rem
    }
}

@media (max-width:1200px) and (max-width:992px) {
    .progress_box .pro_hd {
        font-size: 26px
    }
}

@media (max-width:1200px) and (max-width:640px) {
    .progress_box .pro_hd {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .progress_box .pro_hd::before {
        display: none
    }
}

@media (max-width:480px) {
    .progress_box .pro_bd {
        padding: 1.2rem 0 0
    }
}

.progress_box .pro_bd li h4 {
    font-size: 20px;
    margin-bottom: 10px
}

.progress_box .pro_bd li .txt {
    font-size: 16px;
    line-height: 28px;
    color: #666
}

@media (min-width:1360px) {
    .progress_box .pro_bd {
        background: url('../image/dbbg.png') no-repeat center center;
        height: 410px;
        position: relative
    }

    .progress_box .pro_bd li {
        position: absolute
    }

    .progress_box .pro_bd li em {
        display: none
    }

    .progress_box .pro_bd li:nth-child(1),
    .progress_box .pro_bd li:nth-child(2) {
        text-align: right;
        width: 3rem
    }

    .progress_box .pro_bd li:nth-child(1) {
        top: 46px
    }

    .progress_box .pro_bd li:nth-child(2) {
        top: 334px
    }

    .progress_box .pro_bd li:nth-child(3) {
        text-align: center;
        width: 3rem;
        top: 46px;
        left: 50%;
        transform: translateX(-50%)
    }

    .progress_box .pro_bd li:nth-child(4),
    .progress_box .pro_bd li:nth-child(5) {
        width: 2.98rem;
        right: 0
    }

    .progress_box .pro_bd li:nth-child(4) {
        top: 46px
    }

    .progress_box .pro_bd li:nth-child(5) {
        top: 334px
    }
}

@media (min-width:1360px) and (max-width:1630px) {

    .progress_box .pro_bd li:nth-child(1),
    .progress_box .pro_bd li:nth-child(2) {
        width: 2.2rem
    }
}

@media (min-width:1360px) and (max-width:1630px) {

    .progress_box .pro_bd li:nth-child(4),
    .progress_box .pro_bd li:nth-child(5) {
        width: 2.2rem
    }
}

@media (max-width:1359px) {
    .progress_box .pro_bd li {
        position: relative;
        margin-bottom: .6rem;
        padding-left: .8rem
    }

    .progress_box .pro_bd li em {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1;
        font-style: italic;
        color: #FE8F5D;
        font-size: .5rem;
        font-weight: bold
    }
}

@media (max-width:1359px) and (min-width:640px) {
    .progress_box .pro_bd {
        display: flex;
        flex-wrap: wrap
    }

    .progress_box .pro_bd li {
        width: 50%
    }
}

@media (max-width:1359px) and (max-width:480px) {
    .progress_box .pro_bd li {
        border-bottom: 1px dotted #dedede;
        padding-bottom: .4rem
    }

    .progress_box .pro_bd li:last-child {
        border-bottom: none
    }

    .progress_box .pro_bd li .txt {
        font-size: 14px;
        line-height: 1.65
    }
}

.header_search_tag {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.header_search_tag._close::before {
    content: "\e661"
}

header.active .header_search_tag,
header.transparent.bgf .header_search_tag {
    color: #333
}

.header_search_xs {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    padding: .3rem 60px
}

@media (max-width:992px) {
    .header_search_xs {
        padding: .3rem 4vw
    }
}

.header_search_xs .inner {
    height: 60px;
    max-width: 500px;
    margin: 0 0 0 auto;
    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;
    position: relative;
    z-index: 55
}

.header_search_xs .form {
    position: relative;
    display: block;
    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
}

.header_search_xs .del {
    display: block;
    padding: .2rem 0;
    text-align: center;
    font-size: 24px
}

.header_search_xs input {
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 46px;
    padding-left: 20px
}

@media (max-width:768px) {
    .header_search_xs input {
        font-size: 16px
    }
}

.header_search_xs .submit {
    margin-left: 20px;
    font-size: 18px;
    padding: .2rem 0;
    font-size: 24px;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.about_three {
    padding: .96rem 0 1.2rem;
    text-align: center
}

.about_three .hd1 {
    margin-bottom: .56rem
}

.swiper_goods_2 {
    padding-bottom: .8rem
}

.swiper_goods_2 li {
    width: calc((1440px + 22px)/3)
}

@media (max-width:1800px) {
    .swiper_goods_2 li {
        width: calc((88vw + 22px)/3)
    }
}

@media (max-width:1200px) {}

@media (max-width:992px) {}

@media (max-width:768px) {
    .swiper_goods_2 li {
        width: calc((88vw + 10px)/2)
    }
}

@media (max-width:550px) {
    .swiper_goods_2 li {
        width: 100%
    }
}

.swiper_goods_2 .inner {
    margin-right: 22px;
    background: #e5e5e5
}

@media (max-width:1200px) {
    .swiper_goods_2 .inner {
        margin-right: 20px
    }
}

@media (max-width:768px) {
    .swiper_goods_2 .inner {
        margin-right: 10px
    }
}

@media (max-width:550px) {
    .swiper_goods_2 .inner {
        margin: 0 1px
    }
}

.swiper_goods_2 .inner:hover {
    background-color: #FE8F5D
}

.swiper_goods_2 .inner:hover .tit {
    color: #fff
}

.swiper_goods_2 .info {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper_goods_2 .tit {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    width: 100%;
    padding: 0 20px;
    display: block
}

@media (max-width:480px) {
    .swiper_goods_2 .tit {
        font-size: 15px;
        line-height: 20px
    }
}