@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./abTips.css";



/*header*/
.headerWpper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.headerWpper h1.logo {
    margin: 0 auto;
    position: relative;
    width: 149px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/logo_white.png);
    background-size: contain;
}

.headerWpper h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -100em;
    overflow: hidden;
}

@keyframes s_an {
    0% {
        transform: translate(100px, 0);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes s_an {
    0% {
        -webkit-transform: translate(100px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

.head {
    height: 80px;
}

.head .menu {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.head .menu h1 img {
    display: none;
    width: 100%;
}

.head .menuList {
    float: left;
    margin-right: 40px;
}

.head .menuList li {
    float: left;
    padding: 0 20px;
    position: relative;
}

.head .menuList li a {
    padding: 14px 5px;
    display: block;
    font-size: 14px;
    line-height: 32px;
    transition: color ease-in-out 0.15s;
    color: #fff;
    font-weight: 600;
}

.head .menuList li:hover {
    color: #bc9882;
}

.head .side {
    padding: 10px 0;
    float: right;
}

.head .side li {
    float: left;
    margin: 0 2.5px;
    font-size: 13px;
}

.head .side li a {
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-align: center;
    width: 85px;
    height: 37px;
    padding: 2px 7px;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    float: left;
}

.head .side .searchB {
    width: auto;
    line-height: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    border: 0;
}

.head .side .searchB:hover {
    background: transparent;
    color: inherit;
}

.head .side .searchB .searchIcon {
    background: url(../assets/global/search2.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-top: 3px;
    display: inline-block;
    margin-right: 5px;
}

/*----产品----*/
.pro_warp .proSub {
    background: #f4f4f4;
    padding: 22px 0;
}

.pro_warp .proSub .el-col {
    width: inherit;
}

.pro_warp .proSub .menuList {
    display: flex;
    justify-content: center;
}

.pro_warp .proSub .menuList::-webkit-scrollbar{
    display: none;
}


.pro_warp .prod-list {
    padding: 14px 0 40px 0;
    overflow: hidden;
}

.pro_warp .proItem {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 100px;
}

.pro_warp .proSub .menuList li:first-child .proItem{
    border: none;
}


.pro_warp .proItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pro_warp .proItem a.cut h4 {
    opacity: 1;
}

.pro_warp .proItem a .cover {
    height: 59px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.pro_warp .proItem a .cover img {
    max-width: 100%;
    max-height: 100%;
}

.pro_warp .proItem h4 {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-top: 14px;
}

.pro_warp .proItemBorder {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pro_warp .prod-side {
    float: left;
    overflow: hidden;
    text-align: left;
}

.pro_warp .prod-side .sideItem {
    margin-bottom: 15px;
    width: 250px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.pro_warp .prod-side .sideItem img {
    width: 100%;
}

.pro_warp .prod-side a.more {
    padding-right: 26px;
    padding-left: 0;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 16px;
    color: #1a193a;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.pro_warp .prod-main {
    margin-left: 295px;
    text-align: left;
}

.pro_warp .prod-main .prod-main-item:last-child {
    margin-right: 0;
}

.pro_warp .prod-main-item {
    position: relative;
    float: left;
    margin-right: 45px;
    text-align: center;
    width: auto;
    height: auto;
    min-height: 280px;
    padding-left: 0;
    line-height: inherit;
    color: rgba(0, 0, 0, 0.5);
}

.pro_warp .prod-main-item:hover {
    color: #000;
}

.pro_warp .prod-main-item:hover .tag-item {
    border: 1px solid black;
}

.pro_warp .prod-main-item .prod-name {
    font-size: 14px;
    font-weight: 600;
    padding: 13px 0;
}
.pro_warp .prod-main-item .prod-name span{
    font-family: "HONORSansCNThin";
    margin-left: .3em;
}

.pro_warp .prod-main-item .prod-tags {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
}

.pro_warp .prod-main-item .prod-tags .tag-item {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    margin: 0 2px;
}

.pro_warp .prod-main-item .helper-info {
    margin-top: 47px;
}

.pro_warp .prod-main-item .tag-newest {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 20px;
    overflow: hidden;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #921d21;
    border: 1px solid #921d21;
    border-radius: 3px;
}

.pro_warp .prod-main-item .coverimg {
    position: relative;
    width: 175px;
    height: 175px;
    line-height: 175px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #f3f4f6;
}

.pro_warp .prod-main-item .coverimg>img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/*----服务----*/
.serve_warp {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 70px 0;
}

.serve_warp .serveFlex {
    display: flex;
    justify-content: space-between;
}

.serve_warp ::v-deep .el-col-2 {
    width: inherit;
}

.serve_warp .serveItem {
    min-width: 166px;
    height: 145px;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 22px;
}

.serve_warp .serveItem h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.serve_warp .serveItem h4 {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
    color: black;
}

.serve_warp .serveItem .scan-txt {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin-top: 30px;
}

.serve_warp .serveItem .ecode {
    float: right;
    width: 101px;
    height: 101px;
}

.serve_warp .serveItem .telphone {
    height: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    opacity: .5;
}

.serve_warp .serveItem .serveFlexCenter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .3;
}

.serve_warp .serveItem .serveFlexCenter .iconfont {
    font-size: 36px;
    color: #000;
}

.serve_warp .serveItem .serveFlexCenter:hover {
    opacity: 1;
}

/*------------------------生活家--------------------*/
.lifeNav a img {
    transition: all 0.3s ease-in-out;
    transform: scale(1, 1);
}

.lifeNav a:hover img {
    transform: scale(1.1, 1.1);
}

.lifeNav {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 70px 0;
}

.lifeNav .lifecover {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.lifeNav h4 {
    font-size: 14px;
    padding: 15px 0;
    color: #9b9b9b;
    font-weight: 500;
    text-align: center;
}

.inp {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    font-size: 13px;
    position: relative;
}

.shopMain,
.zxIcon {
    transition: all 0.3s ease-in-out;
}

.zxIcon {
    right: 0;
}

.head .menuList li.hover {
    opacity: 0.5;
}

.headerWpper .menuList li::before {
    content: '';
    position: absolute;
    top: 28px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.headerWpper_hover {
    background-color: #fff;
}

.headerWpper_hover h1.logo {
    background-image: url(../assets/logo.png);
    background-size: contain;
}

.headerWpper_hover .inp {
    color: rgba(0, 0, 0, 0.5);
}

.headerWpper_hover .side li a {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

.headerWpper_hover .side li a:hover {
    background: #212121;
    color: #fff;
}

.headerWpper_hover .side .searchB .searchIcon {
    background: url(../assets/global/search1.png) no-repeat;
    background-size: cover;
}

.headerWpper_hover .side .join {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.headerWpper_hover .side .join:hover {
    color: #fff;
    background: #212121;
    border: 1px solid #212121;
}

.headerWpper_hover .side .shopBuy {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.headerWpper_hover .side .shopBuy:hover {
    color: #fff;
    background: #212121;
    border: 1px solid #212121;
}

.headerWpper_hover .menuList li::before {
    border-top: 5px solid #000;
}

.headerWpper_hover .menuList li a {
    color: #000;
    opacity: .5;
}

.headerWpper_hover .menuList li a:hover, .headerWpper_hover .menuList li a.cut {
    opacity: 1;
}

/*下拉*/
.el-dropdown {
    font-size: 13px;
}


.headBuyMenu .ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.headBuyMenu .ant-dropdown-menu-item:hover {
    background: none;
}

.el-dropdown-menu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    transform-origin: center top;
}

.headBuyMenu {
    padding: 15px;
    top: 22px;
    background: #fff;
}

.headBuyMenu .el-dropdown-menu__item {
    padding: 0;
    font-size: 13px;
}

.headBuyMenu a {
    display: block;
    font-size: 13px;
    width: 100%;
    padding: 0 10px;
    height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    line-height: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #000;
}

.headBuyMenu a:hover {
    background: #f4f4f4;
    color: #000000;
}

.headBuyMenu a::after {
    display: none;
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
}

.el-popper .popper__arrow,.el-popper .popper__arrow::after{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}

.el-popper .popper__arrow{
    border-width:6px;
    -webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))
}
.el-popper .popper__arrow::after{
    content:" ";
    border-width:6px
}
.el-popper[x-placement^=top]{
    margin-bottom:12px
}
.el-popper[x-placement^=top] .popper__arrow{
    bottom:-6px;
    left:50%;
    margin-right:3px;
    border-top-color:#EBEEF5;
    border-bottom-width:0
}
.el-popper[x-placement^=top] .popper__arrow::after{
    bottom:1px;
    margin-left:-6px;
    border-top-color:#FFF;
    border-bottom-width:0
}
.el-popper[x-placement^=bottom]{
    margin-top:12px
}
.el-popper[x-placement^=bottom] .popper__arrow{
    top:-6px;
    left:50%;
    margin-right:3px;
    border-top-width:0;
    border-bottom-color:#EBEEF5
}
.el-popper[x-placement^=bottom] .popper__arrow::after{
    top:1px;
    margin-left:-6px;
    border-top-width:0;
    border-bottom-color:#FFF
}
.el-popper[x-placement^=right]{
    margin-left:12px
}
.el-popper[x-placement^=right] .popper__arrow{
    top:50%;
    left:-6px;
    margin-bottom:3px;
    border-right-color:#EBEEF5;
    border-left-width:0
}
.el-popper[x-placement^=right] .popper__arrow::after{
    bottom:-6px;
    left:1px;
    border-right-color:#FFF;
    border-left-width:0
}
.el-popper[x-placement^=left]{
    margin-right:12px
}
.el-popper[x-placement^=left] .popper__arrow{
    top:50%;
    right:-6px;
    margin-bottom:3px;
    border-right-width:0;
    border-left-color:#EBEEF5
}
.el-popper[x-placement^=left] .popper__arrow::after{
    right:1px;
    bottom:-6px;
    margin-left:-6px;
    border-right-width:0;
    border-left-color:#FFF
}

/*mobile*/
.header {
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    position: relative;
    background: #fff;
    transition: background 0.4s ease-out 0.5s;
    -webkit-transition: background 0.4s ease-out 0.5s;
}

.header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 50px;
    background: url(../assets/logo.png) no-repeat;
    background-size: 80% auto;
    background-position: center center;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .storeIcon {
    background: url(../assets/global/cart.png) no-repeat center center;
    background-size: 18px;
    width: 50px;
    right: 98px;
    position: absolute;
    top: 0;
    height: 50px;
}

.header .serchIcon {
    position: absolute;
    right: 140px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../assets/global/search1.png) no-repeat center center;
    background-size: 28px;
}

.header .zxIcon {
    position: absolute;
    right: 55px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url("https://hsimage.fotile.com/202112081524221078132.png") no-repeat center center;
    background-size: 20px;
}

.header .zxIcon a {
    width: 100%;
    height: 100%;
    display: block;
}

.header .menuIcon,
.header .menuIcon2 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 996;
    cursor: pointer;
}

.header .menuIcon .btn-nav,
.header .menuIcon2 .btn-nav {
    padding-top: 12px;
    padding-bottom: 12px;
    background: 0 0;
    border: none;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 99999;
}

.header .menuIcon .btn-nav:focus,
.header .menuIcon2 .btn-nav:focus {
    outline: 0;
}

.header .menuIcon .btn-nav .icon-bar,
.header .menuIcon2 .btn-nav .icon-bar {
    display: block;
    margin: 5px 0;
    width: 23px;
    height: 2px;
    background-color: #000;
}

.header .menuIcon .btn-nav .icon-bar:hover .icon-bar,
.header .menuIcon2 .btn-nav .icon-bar:hover .icon-bar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #000;
}

.header .menuIcon .animated2,
.header .menuIcon2 .animated2 {
    display: block;
    margin: 0 auto;
}

.header .menuIcon .animated2 .middle,
.header .menuIcon2 .animated2 .middle {
    width: 18px;
}

.header .menuIcon .animated2 .icon-bar,
.header .menuIcon2 .animated2 .icon-bar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999999;
    background-color: #000;
}

.header .menuIcon .animated2 .top,
.header .menuIcon2 .animated2 .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}

.header .menuIcon .animated2 .bottom,
.header .menuIcon2 .animated2 .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
}

.header .menuIcon .animated2 .middle,
.header .menuIcon2 .animated2 .middle {
    width: 0;
}

.header.showMenu {
    position: relative;
    background: none !important;
    transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
}

.header.showMenu .serchIcon,
.header.showMenu .zxIcon,
.header.showMenu .storeIcon {
    display: none;
}

.header.showMenu .logo {
    background-image: url(../assets/logo_white.png);
}

.header.showMenu .animated2 .icon-bar {
    background: #fff;
}

.menuMain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #2f2f2f;
    display: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
}

.menuMain .menuBox {
    margin: 50px 0px 20px 0px;
    padding: 0 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}

.menuMain .menuBox li {
    padding: 0 0px 0 0;
    position: relative;
}

.menuMain .menuBox li>a {
    height: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    background-size: 12px;
    display: block;
    opacity: 0.8;
}

/*搜索*/
.hSearchPage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    background: #fff;
    text-align: left;
}

.hSearchPage .hSearch {
    margin: 12px;
    padding: 13px 0;
    box-shadow: 0px 0px 20px #e6e6e6;
    border-radius: 4px;
}

.hSearchPage .hSearch .input {
    height: 24px;
    line-height: 24px;
}

.hSearchPage h4 {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    text-indent: 30px;
    color: #afafaf;
    font-size: 13px;
    margin: 0;
}

.hSearchPage .dsBox {
    height: 50px;
    line-height: 36px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #000;
    font-size: 13px;
}

.hSearchPage .bgc {
    background: #f6f6f6;
}

.hSearchPage .dsBox .link {
    float: right;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    font-size: 13px;
    color: #000;
    padding: 0 15px;
    border-radius: 4px;
    font-weight: normal;
}

.hSearchPage .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 50px;
    height: 50px;
    background: url("../assets/global/close.png") no-repeat center center;
    background-size: 20px;
}

.hSearchPage .hSearch .input {
    background: #fff url(../assets/global/search1.png) no-repeat 10px center;
    background-size: 24px;
    text-indent: 38px;
    width: 100%;
    border: 0;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
}

/*主导航*/
.menuMain {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #2f2f2f;
    display: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
}

.menuMain .menuBox {
    margin: 50px 0px 20px 0px;
    padding: 0 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}

.menuMain .menuBox .preBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
}

.menuMain .menuBox .preBox ul {
    padding: 0 20px;
}

.menuMain .menuBox .preBox ul li {
    padding: 0 0px 0 0;
    position: relative;
}

.menuMain .menuBox .preBox ul li>a {
    height: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    background: url(../assets/global/icon_01_2.png) no-repeat 98% center;
    background-size: 12px;
    display: block;
    opacity: 0.8;
}

.menuMain .menuBox .preBox ul li.on>a {
    background-image: url(../assets/global/icon_02_2.png);
}

.menuMain .menuBox .preBox ul li.link>a {
    background-image: url(../assets/global/icon_03_2.png);
}

.menuMain .menuBox .preBox ul li.searchBtn>a {
    text-indent: 18px;
    background: url(../assets/global/search2.png) no-repeat left center;
    background-size: 18px;
}

.menuMain .menuBox .preBox ul li .list {
    overflow: hidden;
}

.menuMain .menuBox .preBox ul li .list a {
    width: 100%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    float: left;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 28px;
    text-indent: 20px;
}

.menuMain .menuBox .preBox ul li .proList a {
    width: 50%;
    text-indent: 60px;
    background-image: url(https://hsimage.fotile.com/e2e8fcdd-d9cc-4147-b2c0-0d477e60bd89.png);
    overflow: hidden;
}

.menuMain .menuBox .preBox ul li .bBor:after,
.menuMain .menuBox .preBox ul li .tBor:before {
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(220, 220, 220, 0.1);
    left: 0;
    right: 0;
    bottom: 0;
}

.menuMain .menuBox .preBox .linkBtn {
    padding-top: 35px;
    text-align: center;
    padding: 0 15px;
}

.menuMain .menuBox .preBox .linkBtn a {
    height: 42px;
    line-height: 42px;
    color: white;
    padding: 0 30px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 100%;
    background-color: #5F5F5F;
    margin-bottom: 10px;
}

.menuMain .menuBox .preBox .linkBtn a:after {
    border-radius: 10px;
}

/*热门咨询*/
.service-faq-dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.7);
}

.service-faq-dialog-body {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.service-faq-dialog-body .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj07JwAAAAWdFJOUwDEA/s57xGYL/Qe1FJsf7NDXuOMoalZ8xO/AAABlUlEQVRYw+1W0ZKEIAwDEUVQAXX7/5967s2dI9BK3X01jziJkAZaIR48uEQ3zl7u8HPo7rPbfoET3GrusJvooIAb2XyD0N+Qlvf7FSiouanzrYMLyKqd3QLwjULnAL5RqPOvFRoJDLxogRlYmMgCKJ7AQB3CAxM9EUAuH5StbkDNeR70NFS20J0dkMLqlG/OP9BYpKfsmEan/OT7WLcwURhMVmLsDENhtflfGlqRXVHHqUEv2oHgA5RRGIFS2Pl98c1UPDwUFM5HXJzxyAWN8iEWAisR2k5svAuF30Rt80TdE9jzE9JE0UeIOH+FFVUIZStC+W//UIXyPnYUP8nkkW0kyvl7OpijfkcmD3hEIKtjkp9CAXsW25y/YfeCtGDHQvMBtkRBVh9137wyS7bGX6Xgt62ci1W2yNPKQjTpifsqU6NG43h8SY8mrNakLwaVyOkq4aq/121QlVlr+tRAbouP9Skrapq+BM6cZ8k2v3FH3hEd1Vy4M+vm05Lyo7gHG3v3lysl1/GDef29kTbsaBvx4EEFPy+mi90qPLkbAAAAAElFTkSuQmCC");
    background-size: auto 32px;
}

.service-faq-dialog-body .placeholder {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-top: 100px;
}

.service-faq-container {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    bottom: 134px;
    overflow-x: hidden;
    overflow-y: auto;
}

.service-faq-header {
    padding: 0 32px;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #f3f4f6;
}

.service-faq-tit {
    margin-top: 17px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 999px;
    background: no-repeat left center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAAAwCAAAAADS2gzwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfiCBwCLxCxyE+oAAAGGUlEQVRYw81ZLbKsOhDuBURlATgsVWgcHoVDjcehWAEGO4YFYCl2gMGiZgEoqrIBNK/zNyQh5xzmvHvrvb5zZvhJOl//d3Lh+B8SyJ99Xbe/wH2oynL9eVjf96MH1AgQv589iuLlnRy/js8oBgh/HvUCgOonUARg8s5uyHh8T3XDjLsVV2u945hplxqHWXbygcIxi58Vhe4HoQkpT1gtAN2947pwPW9CgMJ6+wWoL+yEq3BU+8bwH/+s8/CsH9k5dyZAhXI4mMQxy3LKSoM3quWyngfUjoPWw0sMgMzHMSUmoaBwDkFOkCATZLfh5bQsy+uFX30ZEygNkwXb+xKy4ydQzDWxQTl6rmuQwQJ1NAA1roR/HTLNkTLxiUC8UISAo/1tvekWKHb4qUderhYdUBhy7NgIipVZwuEdNW4LrZ/F9JzX1FVF5gG16UWYtXyeZfOxE8tJvKA2HFLkQrjSeIwx3Ru3s84DFYKNwijCvwAEBQ6odZeBfKxDGUFzXJh67IqgiPNogVFolVkgbM+JgfTSevG+H7ummYMaH5xShPvgZl+GKudoaZgQO8c4kn6tKb4gT5mpFXo1EFugPlmV9SbzMYKiwGakCb0z5L/zPnSNSsOxnZTgPqiei7MCRUXtKEvj4famylHgfDWfuk4lGwvEd5qyzbcH3G6VUHSvkhBzw16PpU76Wbim3oxjYxGRYCMYfme+RsynEb/OFGI2+gO6AydyDE2ZoDqVT8JfgtoIzJwLT988kr8tTTF1wF7Nx6Sg8JSgrPJ7G1QBXEeBEIzX2spZF6vTMjRFUgoIT4w4hp+pLaL8CmrvYhFuDxUPvzTfImTqhPHQY6DcaWmNb3ltCqSP5MmEs2NOgcwZs+VTlMbLsScjdwMhWnLf0U1QCRBMdpGovVjAMRHUnk6oFqBWWBAUPdTYTMqkNfXE2cJmryANVGOW2c5wE1Qv8/gsDEVF1mZALqgkqKIUmjmU12Sm+XpeLJWjb3idK9/4RfLEdHD2Ibx8M4HggkqAWrHbQk0FV1BbjfKQM/pwVCLMV1ql69vkeeapRjQukjCMySqusGA8bG8XoJpeLGdpSpiv5UFb9ScofAnRJuaJfJd/oilMB2+jv/BaxS/D9oS2uwtK6eCqKUQWzWaeSvEhBAv3Dir4/QRqNEAVZwO8UGPCi3LZ88EElWtQrqYw+tJqN8sM9p0D+gKdebeA7roEH2hqD98NMPbFwXwOWmPRlRB2gipsUK3j6CaoHmOPScVT7lQDuQHq9Cm9I3gSSG0vagQqowc+Qa3buq7VJU+doEQ178Rdyq3dwg1QbuuyZRA83XFLQfygIOUUXjQ16KCZ5W/cy4kj5nfF55PWhZLG7uRX4U3sGV1Azb7ok2Oe2u9SGcTiS8RAoPeAtzU1xkCb7tlpwqKGc53txvfRh5Gx7FuiOoPOyuLSOYePQM1JyOOkaVr8tC3/adBdvgPlZnTuUxu8196I1ZaP4sXzI1DtxB/YJwjrB6C0+Uq+NG82WWTXc5523pu1+53nR6DmL1ICVxXv4llSO+vt+Xkgcj/6xg81FfhAHfVD+E02XFdsqN4R/w1QLN2/8Klzrm/J9470XkH+CBSLGq4pUpaPskzclCDqgV7yqRxrnC02f15TLIpE60LGaRrHh5s8ea940F6zkCE4kd/16HdBJSFPgaZPWT36LKxaEZUmdcuZWSjuR99NUDKE3tHXp2l9GD5Vi9Ky6COjUbQH4izSKGB/XFPyUGlJ09x8oX1qo/JxpItyoAphCcYu637tuwtq8nEbFaiHSkW1LimFAoN95LlnIwCDjwvvekOXL62qqhYf/lVeQPGm7+Hlhv6egNh/SCtNmnunG5nUmOozH19pT9XZgyXsYNLzAgphBu4+fhgWxka+AQJR4KQvMb3FXvXRaGu0ZT7zbWGSU7Bc76b5mqvaK1mDgSwwklPQSCuGUpmj+LG7LodeR18EG+cY9A6oY77wWhWm6YBRHvhKe0bKr+tVPQkgmjQo4nP0jmNyjvfuFGQfYadE4pbxg9iZvPec17PDpvuJUxle/k9hbdvLtBuYcJByM/AeY/7HBP+exZ+nfwAZeaBubEDHOQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0wOC0yOFQxMDo0NzoyNyswODowMOCI81MAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMDgtMjhUMDI6NDc6MTYrMDg6MDBEfhOFAAAAAElFTkSuQmCC");
    background-size: auto 20px;
}

.sf-tabmenu-bar {
    position: relative;
}

.sf-tabmenu-item {
    position: relative;
    display: block;
    padding-left: 32px;
    padding-right: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #1a193a;
}

.sf-tabmenu-item:after {
    content: "";
    position: absolute;
    left: 32px;
    right: 18px;
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background: #f3f4f6;
}

.sf-tabmenu-item:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: no-repeat center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAS0lEQVRYhe3WoQ0AMAhE0dJV2H8jmOWqay8kFf3nEJAXDIQkLSPdfdWZ6YxZ2+oaDAAAAAAAABBVZV3DqTzfAIDgIwIAAAAAAN8DDtnMEclTKWY+AAAAAElFTkSuQmCC");
    background-size: auto 16px;
}

.sf-tabmenu-item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

.sf-tabmenu-item.active {
    color: #921d21;
    background: #f3f4f6;
}

.sf-tabmenu-item.active:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAPklEQVRYhe3WwREAEBADQKcPH3XrkvGljDNj00D2l8Rc+5TE1MxyAAAAAIAnADFaN0Z/A8IhAQAAAAAAyAZcEmcJ0PQiAnEAAAAASUVORK5CYII=");
}

.sf-tabmenu-item .sf-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    overflow: hidden;
    background: no-repeat center url(../assets/global/service_faq_sprite@2x.png);
    background-size: auto 24px;
}

.sf-tabmenu-item .sf-icon.xiyouyanji {
    background-position: 0 0;
}

.sf-content {
    display: none;
    background: #f3f4f6;
}

.service-faq-footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    border-top: 1px solid #f3f4f6;
}

.service-faq-footer>h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.service-faq-footer .online-service-control .control-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
}

.sf-faq-items {
    overflow: hidden;
    padding-left: 32px;
    padding-right: 18px;
    padding-bottom: 32px;
}

.sf-faq-items>li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.sf-faq-items>li:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 37px;
    height: 1px;
    overflow: hidden;
    background: #dcdcdc;
}

.sf-faq-items>li:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 37px;
    height: 1px;
    overflow: hidden;
    background: #dcdcdc;
}

.sf-faq-items>li>.num {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #e4ded9;
    border-radius: 20px;
}

.sf-faq-items>li>a {
    padding-left: 37px;
    display: block;
    color: #000;
}

.job-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 34px 0;
}

.job-head .logo {
    width: 180px;
    height: 24px;
    background-image: url(../assets/logo.png);
    background-size: 100% auto;
}

.job-head .menu a {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0 22px;
    display: inline-block;
}

.job-head .menu .links {
    width: 100px;
    height: 37px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
}

@media screen and (min-width: 1400px) {
    /* .menuList li {
        min-width: 100px;
    } */

    /*.pro_warp .proItem {*/
    /*    min-width: 128px;*/
    /*}*/
}





.pop-video {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}
.pop-video .iconfont {
    position: absolute;
    right: 20px;
    top: 20px;
}
.video_player {
    display: none;
}
.video_player .video_close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    cursor: pointer;
    width: 69px;
}
.video_player .video_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95) !important;
    background: #000;
    filter: alpha(opacity=95);
    z-index: 1000;
}
.video_player .video_content {
    width: 980px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -490px;
    z-index: 1100;
}
img {
    max-width: 100%;
}
.bannerWarp {
    width: 100%;
    position: relative;
}
.bannerWarp .swiper-container {
    width: 100%;
    height: 100%;
}
.bannerWarp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bannerWarp .views {
    width: 100%;
    overflow: hidden;
    height: 760px;
    position: relative;
    margin: 0 auto;
}
.bannerWarp .item {
    width: 100%;
    overflow: hidden;
    /*height: 760px;*/
    position: relative;
    margin: 0 auto;
}
.bannerWarp .item img {
    width: 100%;
    /*height: 820px;*/
    max-width: none;
    object-fit: cover;
}
.bannerWarp .item a{
    width:100%;
}
.bannerWarp .item .kvCont {
    width: 1200px;
    margin: 0 auto;
    padding-top: 270px;
}
.bannerWarp .item .kvCont p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.bannerWarp .item .kvCont h4 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 60px;
}
.bannerWarp .item .kvCont .views {
    display: block;
    margin-top: 70px;
    width: 192px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.bannerWarp .item .kvCont .views .iconfont {
    font-size: 12px;
    margin-left: 5px;
}
.bannerWarp .item .kvCont .views:hover {
    background: #fff;
    color: #000;
}
.bannerWarp .swiper-pagination {
    bottom: 40px;
}
.bannerWarp .swiper-pagination ::v-deep .swiper-pagination-bullet {
    width: 27px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: inherit;
}
.bannerWarp .swiper-pagination ::v-deep .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.contentMin {
    width: 1200px;
    margin: 0 auto;
}
.openWarp {
    padding: 14px 0;
    background: #F4F4F4;
}
.openWarp .openCont {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
.openWarp .openCont .more {
    width: 95px;
    height: 37px;
    line-height: 37px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-right: 94px;
    margin-top: 20px;
}
.openWarp .openCont .more:hover {
    background-color: #212121;
    border-radius: 5px;
    color: #fff;
}
.openWarp .openCont h5 {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 24px;
    margin: 0;
}
.openWarp .openCont h4 {
    margin: 0;
    margin-top: 28px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 54px;
}
.openWarp .openCont h4 span {
    font-size: 72px;
}
.openWarp .asia {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.proWarp .proPanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
}
.proWarp .proPanel .panel1 {
    width: 701px;
    height: 373px;
    position: relative;
    margin: 2.5px 0;
}
.proWarp .proPanel .panel1:hover .more {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 41px;
}
.proWarp .proPanel .panel1:hover .more .iconfont {
    font-size: 12px;
}
.proWarp .proPanel .panel1:hover .ecode {
    display: block;
}
.proWarp .proPanel .panel2 {
    width: 494px;
    height: 373px;
    position: relative;
    margin: 2.5px 0;
}
.proWarp .proPanel .panl_cont {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 46px;
    width: 100%;
}
.proWarp .proPanel .panl_cont .panl_title {
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    margin-bottom: 20px;
}
.proWarp .proPanel .panl_cont h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    margin-bottom: 10px;
}
.proWarp .proPanel .panl_cont h5 {
    opacity: 0.6;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #ffffff;
}
.proWarp .proPanel .panl_cont .more {
    display: none;
}
.proWarp .proPanel .panl_cont .ecode {
    width: 88px;
    height: 88px;
    position: absolute;
    right: 35px;
    bottom: 35px;
    display: none;
}
.proWarp .proList h4 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.proWarp .proList ul {
    width: 100%;
    margin: 0 -2px;
    overflow: hidden;
}
.proWarp .proList li {
    position: relative;
    background-color: #F4F4F4;
    width: 296px;
    height: 390px;
    float: left;
    margin: 2px;
}
.proWarp .proList li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proWarp .proList li a .img1 {
    display: block;
}
.proWarp .proList li a .img2 {
    display: none;
}
.proWarp .proList li a:hover .img1 {
    display: none;
}
.proWarp .proList li a:hover .img2 {
    display: block;
}
.proWarp .proList li a:hover h2 {
    color: #fff;
}
.proWarp .proList li h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 29px;
    left: 33px;
}
.proWarp .proList h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.proWarp .proList .more {
    width: 193px;
    height: 71px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 66px;
    margin-bottom: 66px;
}
.proWarp .proList .more:hover {
    background: #000;
    color: #fff;
}
.proWarp .proList .more .iconfont {
    margin-left: 5px;
}
.newsWarp {
    padding: 100px 0;
}
.newsWarp .top {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}
.newsWarp .top h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    margin: 0;
}
.newsWarp .top .more {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.newsWarp .newsList {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(40, 44, 47, 0.1);
}
.newsWarp .newsList li {
    width: 290px;
}
.newsWarp .newsList li .img {
    width: 100%;
    height: 160px;
    margin-bottom: 26px;
    overflow: hidden;
}
.newsWarp .newsList li .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsWarp .newsList li .title h2 {
    font-size: 16px;
    height: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #000;
}
.newsWarp .newsList li .title .time {
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    padding: 20px 0;
}
.newsWarp .newsList li .content {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    line-height: 18px;
    margin: 22px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.lifeWarp .top {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}
.lifeWarp .top h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    margin: 0;
}
.lifeWarp .top .more {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.lifeWarp .list {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    max-width: 1400px;
}
.lifeWarp .list li {
    position: relative;
    margin-right: 4px;
    max-height: 160px;
    overflow: hidden;
}

.lifeWarp .list li:last-child{
    margin-right: 0;
}

.lifeWarp .list li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 20px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 14px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.viWarp {
    margin: 100px 0;
    background: url(../assets/vi-img.jpg) no-repeat #010A24;
    background-size: auto 100%;
    height: 482px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
}
.viWarp .viBox .sub {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0;
}
.viWarp .viBox h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.viWarp .viBox .vibutton {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.viWarp .viBox .vibutton a {
    width: 191px;
    height: 70px;
    margin: 0 7px;
    border: 1px solid rgba(244, 244, 244, 0.2);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.viWarp .viBox .vibutton a:hover {
    background: #fff;
    color: #000;
}
.swiperBox {
    width: 100%;
    height: 537px;
    overflow: hidden;
}
.swiperBox .swiper-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: initial;
}
.swiperBox .swiper-slide {
    width: 100% !important;
}
.swiperBox .item {
    height: 100%;
}
.swiperBox .item .bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 53px 47px;
}
.swiperBox .item .bottom h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.swiperBox .item .bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.swiperBox .item .bottom .tag {
    position: absolute;
    bottom: 53px;
    right: 47px;
}
.swiperBox .item .bottom .more {
    margin-top: 61px;
    font-size: 14px;
    color: #fff;
    display: none;
}
.swiperBox .item .bottom .more .iconfont {
    font-size: 12px;
}
.swiperBox .item:hover .more {
    display: block;
}
.swiper-scrollbar {
    height: 2px;
    margin: 20px auto;
    margin-bottom: 0;
    width: 1200px;
}
.swiper-scrollbar ::v-deep .swiper-scrollbar-drag {
    border-radius: inherit;
}
.panel1, .panel2 {
    overflow: hidden;
}
.proWarp .proPanel a, .newsWarp .newsList li a, .lifeWarp .list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.proWarp .proPanel a img, .newsWarp .newsList li a img, .lifeWarp .list li a img {
    transition: all 0.3s ease-in-out;
    transform: scale(1, 1);
}
.proWarp .proPanel a:hover img, .newsWarp .newsList li a:hover img, .lifeWarp .list li a:hover img {
    transform: scale(1.1, 1.1);
}
.swiper-button-prev, .swiper-button-next {
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: white;
    color: #000;
    border-radius: 100%;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px;
}
.swiper-button-prev {
    left: 48px;
}
.swiper-button-next {
    right: 48px;
}















/* 版本优化 */
.side_left_nav{
    display: none;
}
.side_left_nav.hover{
    display: block;
}

.serve_list, .life_list{
    display: flex;
    justify-content: space-between;
}

.ecode{
    margin: 0 0 0 70px;
}

.life_list .life_item{
    flex: 1;
    margin: 0 10px 0 0;
}

.life_list .life_item:last-child{
    margin: 0;
}

.life_item img{
    width: 100%;
}

.swiper {
    width: 100%;
}  

.bannerWarp .swiper-pagination{
    bottom: 40px;
}

.swiper-pagination-bullet {
    width: 27px;
    height: 3px;
    background: hsla(0,0%,100%,.5);
    border-radius: inherit;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}


.openWarp{
    overflow: hidden;
}


.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 2px;
    margin: 20px auto 0;
    width: 1200px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
    left: 0;
}






