﻿@charset "utf-8";

/*public*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f6f6f6;
    color: #111;
    min-width: 1200px;
    line-height: 1.8em;
    font-family: 'SF Pro SC', 'SF Pro Display', 'SF Pro Icons', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
}

a {
    display: inline-block;
    transition: all 0.3s ease-out;
}

    a:hover,
    a:active {
        color: #288feb;
        text-decoration: none;
    }


/* span {
    display: inline-block;
} */

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    max-height: 100%;
}

.clear-fix:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pt-10,
.pt-15,
.pt-20,
.pt-25,
.pt-30 {
    clear: both;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.color-red {
    color: #ff4e4e;
}

.color-green {
    color: #5fb878;
}

.color-blur {
    color: #288feb;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}


/*font*/

@font-face {
    font-family: 'iconfont';
    /* project id 276664 */
    src: url('//at.alicdn.com/t/font_276664_llib8yh79hg.eot');
    src: url('//at.alicdn.com/t/font_276664_llib8yh79hg.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_276664_llib8yh79hg.woff') format('woff'), url('//at.alicdn.com/t/font_276664_llib8yh79hg.ttf') format('truetype'), url('//at.alicdn.com/t/font_276664_llib8yh79hg.svg#iconfont') format('svg');
}

.layui-btn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.layui-btn-normal {
    background: #288feb;
}

.layui-nav-child {
    border: none;
    border-radius: 0;
}

.layui-input,
.layui-select,
.layui-textarea {
    border-radius: 0;
}

.layui-btn-big.two-rows {
    height: 44px;
    line-height: 13px;
    padding: 9px 0 0 0;
    font-size: 13px;
    width: 121px;
}

.icon-font {
    font-family: 'iconfont', Helvetica, sans-serif !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wh1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .wh1200:after {
        clear: both;
        content: ' ';
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

.layui-form-checkbox[lay-skin='primary'] i {
    line-height: 14px;
}


/*header-top*/

.header-top {
    background: #222;
}

    .header-top .layui-nav {
        background: #222;
    }

        .header-top .layui-nav .layui-nav-item {
            line-height: 47px;
        }

.header-top-nav i {
    padding-right: 10px;
}

.header-top .layui-nav-bar,
.header-top .layui-this:after {
    display: none;
}

.header-top .layui-nav-more {
    top: 20px;
}

.header-top .layui-nav-mored {
    top: 15px;
}

.header-top .layui-nav-child {
    top: 45px;
}

.header-top dl dd a {
    background: #fff;
}

.header-top .layui-nav {
    padding: 0;
}


/*nav*/

.wrapper {
    position: relative;
    min-width: 1200px;
    width: 100%;
}

.nav-wp {
    background: #fff;
    height: 90px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}

.index-nav-wp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: transparent;
    border: none;
}

.logo {
    float: left;
    width: 146px;
    padding-top: 10px;
    padding-right: 20px;
}

    .logo img {
        max-width: 126px;
    }

.spr-nav {
    width: 960px;
    float: left;
    padding: 28px 0 0;
    background: transparent;
}

    .spr-nav .layui-nav-child {
        top: 40px;
    }

    .spr-nav .layui-nav-item {
        line-height: 39px;
    }

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    height: 1px;
    background: #288feb;
    color: #288feb;
}

.spr-nav .layui-this:after {
    bottom: 4px;
}

.spr-nav .layui-nav-item > a {
    color: #111;
    font-size: 14px;
    padding: 0 2px;
}

.spr-nav .layui-nav-more {
    border: none;
}

.spr-nav .layui-nav-child a:hover {
    background: #e1f0fa;
    color: #288feb;
}

.spr-nav .layui-nav-item a:hover,
.spr-nav .layui-this a {
    color: #288feb;
}

.spr-nav > li {
    margin: 0 25px;
}

.spr-nav .layui-nav-child a:visited {
    background: #f6f6f6;
}

.user {
    position: absolute;
    right: 0;
    top: 24px;
}

.user-on a i {
    font-size: 20px;
    vertical-align: top;
}

.user-on img {
    vertical-align: middle;
    width: 16px;
    border: solid 2px #fff;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.user-on a {
    padding-left: 10px;
    color: #fff;
    background: #288feb;
    width: 145px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

    .user-on a:hover {
        color: #fff;
        background: #222;
    }

.user-t {
    width: 180px;
}

    .user-t span {
        display: inline-block;
        width: 112px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .user-t a {
        line-height: 45px;
    }

        .user-t a:hover {
            text-decoration: underline;
        }

        .user-t a i {
            font-size: 20px;
            vertical-align: top;
            color: #666;
        }

a.user-t-btn {
    color: #288feb;
    margin-left: 10px;
}

.user-t img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: solid 2px #666;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/*banner*/

.banner {
    height: 674px;
    background: url(../images/banner1.jpg) no-repeat center top;
}

.banner-btn {
    font-size: 16px;
    background: #ff9408;
    border: solid 1px #fff;
    color: #fff;
    padding: 12px 40px;
}

    .banner-btn:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #fff;
    }

.banner-btn2 {
    background: #475669;
}

.banner-pos {
    padding: 460px 0 0 640px;
}

.banner_text_img1 {
    width: 100%;
    height: 601px;
    background: url('../images/banner-2023-01.png') top center no-repeat;
    margin-top: 95px;
}



/*search*/

.index-search {
    background: #222;
}

.index-search-bg {
    min-height: 200px;
    position: relative;
}

.index-search-left {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    width: 30%;
    color: #fff;
}

.index-search-left-img {
    position: absolute;
    left: -80px;
    top: 20px;
    z-index: 0;
}

.index-search-left .layui-form-checkbox[lay-skin='primary'] span {
    color: #fff;
}

.index-search-left h2 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}

.index-search-right {
    width: 70%;
    padding-top: 10px;
    padding-left: 10%;
}

.search-text {
    width: 100%;
    line-height: 55px;
    border: none;
    padding-left: 40px;
    font-size: 16px;
    height: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
}

.screen-btn {
    background: #288feb;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    height: 53px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    /*    top: 71px;*/
    width: 50px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    line-height: 50px;
}

    .screen-btn:hover {
        color: #fff;
        background: #222;
    }


/*main*/

.index-main {
    background: #fff;
    padding-bottom: 30px;
}

    .index-main ul {
        margin: 0 -15px;
    }

    .index-main li {
        width: 50%;
        float: left;
        height: 575px;
        text-align: center;
        padding: 0 15px;
        margin-top: 30px;
    }

.index-main-li {
    height: 100%;
    background: #fafafa;
}

.title-wp h2 {
    font-weight: bold;
    font-size: 40px;
    padding-top: 40px;
}

.title-wp p {
    text-transform: uppercase;
    font-size: 21px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.title-wp a,
.title-wp span {
    font-size: 21px;
    color: #288feb;
}

    .title-wp a:hover {
        text-decoration: underline;
    }

.title-wp i {
    padding-left: 10px;
}

.index-main-img {
    padding-top: 30px;
}

.index-main-li-bg1 {
    background: #d14a9a;
    background: -webkit-linear-gradient(105deg, #d253b1, #fb6f4a);
    background: linear-gradient(345deg, #d253b1, #fb6f4a);
    color: #fff;
}

.index-main-li-bg2 {
    background: url(../images/main_img2.jpg) no-repeat center top;
}

.index-main-li-bg3 {
    background: url(../images/main_img3.jpg) no-repeat center top;
}

.index-main-li-bg4 {
    background: url(../images/main_img4.jpg) no-repeat center top;
}

.index-main-li-bg1 a {
    color: #fff;
}

.index-main-li-bg1 .title-wp span {
    color: #fff;
}


/*footer*/

.footer {
    background: #222;
    color: #bdbdbd;
}

.footer-menu {
    padding: 35px 0 20px 0;
}

    .footer-menu dl {
        width: 25%;
        float: left;
        padding-left: 1%;
    }

        .footer-menu dl:first-child {
            padding-left: 0;
        }

        .footer-menu dl:nth-of-type(5) {
            padding-left: 8%;
        }

        .footer-menu dl:last-child {
            padding-left: 9%;
        }

    .footer-menu dt {
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: normal;
    }

        .footer-menu dt a {
            color: #fff;
        }

    .footer-menu dd {
        line-height: 1.8em;
    }

        .footer-menu dd a {
            color: #bdbdbd;
        }

            .footer-menu dd a:hover,
            .footer-menu dt a:hover {
                color: #288feb;
            }

.footer-bottom1 {
    padding: 26px 0;
}

.footer-content1 {
    padding-right: 18px;
    height: 51px;
    float: left;
    font-size: 12px;
}

.footer-a a {
    color: #bdbdbd;
}

    .footer-a a:hover {
        color: #288feb;
    }

.footer-content2 {
    padding: 0 19px;
}

.footer-border {
    border-right: dashed 1px #85919f;
}

    .footer-border span {
        vertical-align: middle;
    }

.footer-query {
    padding-right: 12px;
}

.footer-content1 img {
    vertical-align: middle;
}

.footer-content1:last-child {
    float: right;
    padding: 0;
}

.footer-img1 {
    padding-top: 5px;
    padding-right: 5px;
}

.footer-font1 {
    font-size: 18px;
    padding-top: 7px;
}

.footer-font2 {
    font-size: 16px;
}

.footer-font4,
.footer-font3 {
    line-height: 18px;
}

    .footer-font4 img {
        padding-right: 10px;
        vertical-align: middle;
    }

.footer-record {
    line-height: 30px;
    background: #212831;
    text-align: center;
    font-size: 12px;
}

    .footer-record img {
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

.footer-icon1 {
    font-size: 50px;
}

.footer-content1 i {
    padding-right: 10px;
}


/*popup*/

.popup-wp,
.popup-wp3,
.popup-wp4 {
    display: none;
}

.popup-wp2 {
    position: relative;
}

.popup-title {
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    border-bottom: solid 1px #eee;
}

.popup-content {
    padding: 20px;
}

.popup-content-border {
    border-bottom: solid 1px #eee;
}

.popup-close {
    right: 10px;
    top: 13px;
}

    .popup-close .layui-icon {
        font-size: 24px;
    }

.popup1 {
    min-width: 750px;
    max-height: 714px;
}

    .popup1 .layui-tab-title {
        height: auto;
    }

.spr-form1 .layui-form-label {
    width: 120px;
}

.spr-form1 .layui-input-block {
    margin-left: 120px;
}

.layui-form-select dl dd.layui-this {
    background-color: #288feb;
}

.popup-content-wp1 {
    border: solid 1px #eee;
    padding: 15px 15px 0 15px;
}

.popup-content-wp2 {
    border: solid 1px #eee;
    padding: 15px;
    position: relative;
}

.sell-popup1 .layui-form-label {
    width: 60px;
}

.sell-popup1 .layui-input-inline {
    margin: 0;
    width: 80px;
}

.sell-popup2 .layui-input-inline {
    margin: 0;
}

.sell-popup1 a + a {
    margin-left: 10px;
}

.sell-popup1 a {
    font-size: 18px;
    color: #666;
}

    .sell-popup1 a:hover {
        color: #288feb;
    }


/*page*/

.page-banner {
    /* background: #1a81ff url(../images/page_banner1.jpg) no-repeat center top; */
    height: 360px;
    position: relative;
}

    .page-banner > img {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 360px;
    }

.page-banner-text {
    width: 338px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 45px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.page-banner-text-02 {
    width: 680px;
    position: absolute;
    left: 0;
    top: 98px;
}

.page-banner-text-02-1 {
    font-size: 50px;
    color: #222;
    font-weight: bold;
}

.page-banner-text-02-2 {
    font-size: 18px;
    color: #222;
    line-height: 1.5em;
    padding-top: 35px;
}

.page-banner-text3 {
    font-size: 18px;
    padding-bottom: 8px;
}

.page-banner-text1 {
    font-size: 42px;
    color: #288feb;
    font-family: 'Impact', Arial, Helvetica, sans-serif;
    padding-right: 10px;
}

.page-banner-text2 {
    font-size: 33px;
    color: #288feb;
    font-family: 'Impact', Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.page-banner-text4 {
    font-size: 18px;
    padding-top: 14px;
}

.sell-btn a {
    padding: 0 28px;
}


/*.sell-btn a:hover{ opacity: .8;filter: alpha(opacity=80);}*/

.page-main {
    padding: 15px 0 35px 0;
}

.page-main1 {
    padding: 15px 0 50px 0;
}

.page-main-bg {
    background: #fff;
}

.spr-bg1 {
    background: #fff;
}

    .spr-bg1:after {
        clear: both;
        content: ' ';
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

.spr-title1 {
    font-size: 24px;
    text-align: center;
}

.spr-title4 {
    padding-bottom: 50px;
}

.spr-title1 p {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    color: #999;
    vertical-align: bottom;
    position: relative;
}

.spr-title3 {
    line-height: 30px;
    border-bottom: solid 1px #eee;
    padding-top: 10px;
    margin: 0 15px;
}

    .spr-title3 span {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
        vertical-align: bottom;
        position: relative;
    }

        .spr-title3 span strong {
            font-size: 16px;
            color: #333;
            font-weight: normal;
            padding-right: 8px;
        }

        .spr-title3 span:after {
            position: absolute;
            content: '';
            width: 100%;
            left: 0;
            bottom: -1px;
            height: 2px;
            line-height: 1px;
            background: #288feb;
        }

.sell-product {
    margin: 0 -10px;
}

    .sell-product li {
        width: 33.3333%;
        float: left;
        padding: 10px;
    }

    .sell-product dl {
        color: #595959;
        padding-bottom: 10px;
    }

    .sell-product dt {
        text-align: center;
        border: solid 1px #f2f2f2;
        background: #fff;
        height: 242px;
        overflow: hidden;
        line-height: 242px;
    }

        .sell-product dt img {
            vertical-align: middle;
            max-width: 386px;
            max-height: 242px;
        }

.sell-wp2 {
    border-top: solid 1px #e5e5e5;
}

.sell-ul1 {
    color: #fff;
    padding-top: 15px;
}

    .sell-ul1 li {
        width: 11.11%;
        text-align: center;
        float: left;
    }

    .sell-ul1 p {
        font-weight: bold;
        font-size: 30px;
    }

    .sell-ul1 span {
        font-size: 16px;
        padding-top: 15px;
    }

    .sell-ul1 i {
        display: block;
        border-bottom: solid 1px #666;
        padding-top: 15px;
    }

.btn-wp1 {
    padding-top: 15px;
}

    .btn-wp1 i {
        padding-right: 5px;
        color: #288feb;
    }

.sell-title {
    color: #fff;
}

.layui-btn-small i {
    font-size: 12px !important;
}

.btn-warm {
    background: #222;
}

.sell-product-title {
    font-size: 16px;
    height: 72px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sell-product-text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 53px;
    padding-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.sell-advantage {
    padding-bottom: 15px;
}

    .sell-advantage li {
        width: 20%;
        float: left;
        padding: 0 15px;
    }

.sell-advantage-border {
    padding: 20px;
    border: solid 1px #eee;
    text-align: center;
    min-height: 205px;
}

    .sell-advantage-border i {
        font-size: 64px;
    }

    .sell-advantage-border h3 {
        font-weight: bold;
        font-size: 15px;
        padding-top: 10px;
    }

    .sell-advantage-border p {
        padding-top: 10px;
        font-size: 12px;
        text-align: left;
    }

.faq-text-wp {
    margin: 0 -10px;
}

.faq-text {
    float: left;
    width: 50%;
    padding: 10px;
}

.faq-text-title,
.faq-text-content {
    position: relative;
}

.faq-text span {
    position: absolute;
    top: 6px;
    left: 0;
    background: #666;
    color: #fff;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
}

.faq-text-title {
    border-bottom: solid 1px #e9e9e9;
    padding: 5px 15px 10px 30px;
    font-size: 16px;
    color: #288feb;
}

.faq-text-content {
    border-top: solid 1px #fff;
    padding: 10px 15px 5px 30px;
}

    .faq-text-content span {
        top: 10px;
    }

.faq-text-title span {
    background: #288feb;
}

.faq-text-bg {
    background: #fff;
    padding: 10px 15px;
    min-height: 325px;
}

.btn-warm2 {
    padding: 0 60px;
    background: #ff9408;
}

.x-ing {
    padding-right: 5px;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #288feb !important;
}

.layui-form-radio i:hover,
.layui-form-radioed i {
    color: #288feb;
}

.layui-btn-primary:hover {
    border-color: #288feb;
}

.btn-wp2 {
    padding: 0 20px 20px;
}

.btn-wp3 {
    padding: 0 20px 20px;
}

.btn-wp2 i {
    padding-right: 5px;
}

.btn-wp2 span {
    padding-left: 10px;
    color: #666;
}

.sell-close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
}

    .sell-close:hover {
        color: #288feb;
    }

.spr-btn1 {
    font-size: 14px;
}

.spr-title2 {
    background: #fff;
    font-size: 16px;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .spr-title2 h4 {
        line-height: 30px;
    }

.spr-bg2 {
    background: #fff;
}

.spr-left {
    width: 255px;
    padding-right: 15px;
}

.spr-right {
    width: 945px;
}

.spr-collapse {
    border: none;
}

    .spr-collapse .layui-colla-title {
        background: #e5e9f2;
        cursor: pointer;
    }

        .spr-collapse .layui-colla-title:hover {
            background: #288feb;
            color: #fff;
        }

    .spr-collapse .layui-colla-title1 {
        background: none;
        line-height: 25px;
        height: 25px;
        font-size: 12px;
        padding: 0 0 0 30px;
    }

        .spr-collapse .layui-colla-title1:hover {
            background: none;
            color: #288feb;
        }

.buy-left {
    padding: 15px 10px;
}

.layui-colla-title1 .layui-colla-icon {
    font-size: 12px;
}

.spr-collapse .layui-colla-item {
    border: none;
}

.spr-collapse .layui-colla-content {
    border: none;
    padding: 5px;
}

.spr-collapse .layui-colla-content1 {
    padding: 0 0 0 30px;
}

.spr-collapse .layui-collapse {
    border: none;
}

.buy-left-ul i {
    padding-right: 5px;
    color: #4c84a5;
}

.buy-left-ul li {
    line-height: 25px;
    cursor: pointer;
    font-size: 12px;
}

    .buy-left-ul li label {
        cursor: pointer;
    }

    .buy-left-ul li:hover {
        color: #288feb;
    }

.buy-left-ul .buy-left-this {
    color: #288feb;
}

    .buy-left-ul .buy-left-this i {
        color: #288feb;
    }

.buy-screen {
    border: solid 1px #eaeceb;
    border-bottom: none;
}

    .buy-screen li {
        border-bottom: solid 1px #eaeceb;
        background: #fafafa;
    }

        .buy-screen li:after {
            clear: both;
            content: ' ';
            display: block;
            height: 0;
            visibility: hidden;
            font-size: 0;
        }

    .buy-screen .buy-screen-dt,
    .buy-screen .buy-screen-dd {
        float: left;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }

    .buy-screen .buy-screen-dt {
        width: 135px;
        color: #333;
        padding-left: 15px;
        line-height: 30px;
    }

    .buy-screen .buy-screen-dd {
        width: calc(100% - 135px);
        color: #666;
        padding-right: 15px;
    }

    .buy-screen .buy-screen-bg {
        background: #eaeceb;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 24px;
    }

    .buy-screen li:first-child .buy-screen-bg {
        height: 45px;
        position: relative;
    }

.buy-screen-btn2 {
    cursor: pointer;
}

    .buy-screen-btn2:hover {
        color: #288feb;
    }

.buy-screen-btn1 {
    background: #475669;
    color: #fff;
    padding-left: 10px;
    height: 24px;
    font-size: 14px;
}

    .buy-screen-btn1:hover {
        background: #288feb;
    }

    .buy-screen-btn1 i {
        margin-left: 5px;
        cursor: pointer;
        height: 24px;
        display: inline-block;
        line-height: 24px;
        width: 24px;
        text-align: center;
        vertical-align: middle;
        margin-top: -3px;
    }

        .buy-screen-btn1 i:hover {
            color: #fff;
            background: #e94b35;
        }

    .buy-screen-btn1 + .buy-screen-btn1 {
        margin-left: 10px;
    }

.buy-screen-dd2 {
    background: #fff;
    padding-left: 15px;
}

    .buy-screen-dd2 span {
        float: left;
    }

        .buy-screen-dd2 span:hover {
            color: #288feb;
            cursor: pointer;
        }

    .buy-screen-dd2 span {
        padding-right: 20px;
        line-height: 30px;
    }

.buy-search1 {
    width: 80%;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

    .buy-search1 h2 {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 30px;
    }

a.btn-buy {
    background: #222;
    border: solid 1px #fff;
    color: #fff;
    margin-left: 5px;
    line-height: 36px;
    padding: 0 18px;
    vertical-align: middle;
}

a:hover.btn-buy {
    border-color: #288feb;
}

.buy-detail-btn {
    width: 145px;
    height: 45px;
    border-radius: 23px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #288feb;
}

    .buy-detail-btn:hover {
        color: #fff;
    }

.buy-w1 {
    width: 90%;
    display: inline-block;
}

.buy-search-right {
    color: #fff;
    text-align: center;
    width: 174px;
    padding-top: 38px;
}

    .buy-search-right span {
        width: 60%;
        padding-bottom: 5px;
    }

    .buy-search-right i {
        color: #7bc044;
    }

.screen-text {
    width: 54%;
    float: left;
    padding-right: 10px;
}

.layui-form-checked[lay-skin='primary'] i {
    border-color: #288feb;
    background-color: #288feb;
}

.layui-form-checkbox[lay-skin='primary']:hover i {
    border-color: #288feb;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #288feb;
}

.paging {
    line-height: 50px;
}

.spr-table1 img {
    width: 110px;
    vertical-align: middle;
    border: solid 1px #e2e2e2;
    cursor: pointer;
    min-height: 65px;
}

.spr-table1 td,
.spr-table1 th {
    padding: 9px;
}

.spr-table1 td {
    min-width: 80px;
}

.tab-picture li img {
    max-width: 100px;
}

.tab-picture .layui-tab-title {
    border: none;
}

    .tab-picture .layui-tab-title li {
        padding: 0;
        margin-right: 15px;
        border: solid 1px #eee;
    }

    .tab-picture .layui-tab-title .layui-this {
        border-color: #fff;
    }

        .tab-picture .layui-tab-title .layui-this:after {
            border: 1px solid #288feb;
            height: 64px;
        }

a.btn-delete {
    color: #288feb;
}

    a.btn-delete:hover {
        text-decoration: underline;
    }

.spr-table2 img {
    margin: 0 15px;
}

.btn-delete-all {
    line-height: 18px;
    vertical-align: middle;
}

.all-input {
    padding-left: 10px;
}

.select-wp1 {
    width: 120px;
}

.spr-table2[lay-skin='line'] {
    border: none;
}

.buy-table-img img {
    width: 150px;
}


/*加减*/

.spinner-input-wp {
    width: 38px;
}

.spinner-input {
    padding: 0;
    text-align: center;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
}

.spinner a,
.spinner-input-wp {
    float: left;
}

.spinner a {
    width: 24px;
    line-height: 24px;
    text-align: center;
    border: solid 1px #e6e6e6;
    height: 24px;
    background: #fff;
}

    .spinner a i {
        font-size: 12px;
    }

    .spinner a:first-child {
        border-right: none;
    }

    .spinner a:last-child {
        border-left: none;
    }


/*login*/

.login-bg {
    height: 780px;
    background: #c9ced3 url(../images/login_bg1.jpg) no-repeat center top;
    padding-top: 5%;
}

.login-left-img {
    width: 50%;
    padding-top: 8%;
}

.login-text {
    width: 50%;
    padding: 8% 6% 6% 6%;
}

    .login-text h2 {
        font-size: 26px;
        text-align: center;
    }

.login-text2 {
    padding: 30px 0 20px 0;
}

.login-wp {
    width: 858px;
    background: #fff;
    padding: 30px 20px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

a.btn-color-blur {
    color: #288feb;
}

    a.btn-color-blur:hover {
        text-decoration: underline;
    }

.login-title {
    font-size: 21px;
    padding-bottom: 15px;
}

.login-input1 {
    position: relative;
}

    .login-input1 input,
    .login-input1 .layui-textarea {
        padding-left: 0;
    }

    .login-input1 .layui-input {
        padding-left: 0;
        border-bottom: solid 1px #ccc;
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: 0 0 40px 40px #fff inset;
        -webkit-box-shadow: 0 0 40px 40px #fff inset;
    }

    .login-input1 .layui-textarea {
        padding-left: 0;
        border-bottom: solid 1px #ccc;
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: 0 0 40px 40px #fff inset;
        -webkit-box-shadow: 0 0 40px 40px #fff inset;
    }

    .login-input1 i {
        position: absolute;
        left: 10px;
        top: 9px;
        color: #bfbfbf;
        font-size: 20px;
        width: 20px;
        text-align: center;
    }

.login-wp .layui-form-item .layui-form-checkbox[lay-skin='primary'] {
    margin-top: 0;
}

.login-btn1 {
    width: 100%;
    font-size: 16px;
}

.register-input1 {
    width: 50%;
}

.register-input1-right {
    padding-left: 10px;
    line-height: 38px;
}

    .register-input1-right img {
        height: 38px;
    }

    .register-input1-right a {
        padding-left: 10px;
    }

.layui-tab-brief > .tab-login .tab-login-img2 {
    display: none;
}

.layui-tab-brief > .tab-login .tab-login-img1 {
    display: inline-block;
}

.layui-tab-brief > .tab-login .layui-this .tab-login-img1 {
    display: none;
}

.layui-tab-brief > .tab-login .layui-this .tab-login-img2 {
    display: inline-block;
}

.layui-tab-brief > .tab-login .layui-this {
    color: #fff;
    border-radius: 3px;
    background: #1e9fff;
}

.tab-login li {
    font-size: 18px;
    width: 50%;
    text-align: center;
}

    .tab-login li span {
        line-height: 18px;
        padding-right: 5px;
    }

.layui-tab-brief > .tab-login li.layui-this:after,
.layui-tab-brief > .tab-login .layui-this:after {
    border-bottom: 3px solid #288feb;
}


/*左侧搜索*/

.menu ul li {
    display: block;
    overflow: visible;
}

    .menu ul li a {
        display: block;
        font-size: 14px;
        color: #82846f;
        outline: none;
        background: #e5e9f2;
        line-height: 48px;
        padding-left: 10px;
    }

    .menu ul li ul {
        display: none;
        padding: 10px 0;
    }

        .menu ul li ul li ul {
            padding: 5px 0;
        }

        .menu ul li ul li {
            display: block;
            background: none;
            font-size: 12px;
            list-style: circle;
            color: #8f9d4c;
            padding-left: 10px;
        }

            .menu ul li ul li a {
                background: none;
                font-size: 12px;
                color: #666;
                line-height: 22px;
            }

                .menu ul li ul li a:hover {
                    color: #288feb;
                }

.buy-text1 {
    width: 35%;
}

.buy-text2 {
    width: 75%;
}

.buy-select-dl {
    display: block !important;
}

.buy-font1 {
    color: #ff9d02;
    font-size: 50px;
}

.buy-no {
    padding: 50px 0;
    text-align: center;
}

.buy-font2 {
    text-align: left;
    padding-left: 20px;
}

.buy-no1 {
    padding: 80px 0;
    text-align: center;
}

.buy-font3 {
    color: #8aca36;
    font-size: 47px;
    padding-right: 20px;
    vertical-align: middle;
}

.buy-font4 {
    line-height: 2em;
    text-align: left;
    vertical-align: middle;
}


/*order*/

.order-tab1 {
    margin: 0;
}

    .order-tab1 .layui-tab-content {
        padding: 10px 0;
    }

.order-table1 {
    margin: 0;
}

.order-tab1 > .layui-tab-title .layui-this {
    color: #288feb;
}

.order-tab1 .layui-tab-title li {
    font-size: 16px;
    margin-right: 20px;
}

.order-tab1 > .layui-tab-more li.layui-this:after,
.order-tab1 > .layui-tab-title .layui-this:after {
    border-bottom: 3px solid #288feb;
}

.order-more1 {
    padding-left: 8px;
}

.order-more1-content {
    display: none;
}

.order-screen1 .layui-inline {
    margin: 0 0 15px 0;
}

.order-screen1 .layui-form-label {
    width: auto;
    padding-left: 0;
}

.order-screen1 .layui-input-inline {
    margin: 0 15px 0 0;
}

.order-hide > td {
    padding: 0;
}

.order-show {
    background: #e6e9f2;
}

    .order-show span + span {
        padding-left: 20px;
    }

    .order-show i {
        font-size: 20px;
        vertical-align: top;
        cursor: pointer;
        padding-right: 10px;
    }

.order-hide .layui-table {
    margin: 0;
}

.order-input1 .layui-input {
    height: 30px;
    line-height: 30px;
}

.order-input1 .layui-form-select dl {
    top: 30px;
}

.order-hide tr {
    background: #fff !important;
}

.quote-title {
    border-left: 5px solid #288feb;
    background-color: #f6f6f6;
    margin-bottom: 0;
}

.quote-title1 {
    border-left: 5px solid #f6f6f6;
}

.quote-title span + span {
    padding-left: 20px;
}

.order-table2 td {
    border: none !important;
}

.order-data-show {
    display: none;
}

.order-data-show-td > td {
    padding: 0;
}

    .order-data-show-td > td td {
        border: none !important;
    }

.order-data-show-td th {
    background: #f6f6f6;
}

.order-data-show-td .layui-table {
    margin: 0;
    border: none;
}

.order-money {
    font-size: 24px;
    font-weight: bold;
}

.order-title1 {
    border-bottom: solid 1px #eee;
    line-height: 30px;
    font-weight: bold;
}

    .order-title1 span {
        position: relative;
    }

        .order-title1 span:after {
            position: absolute;
            content: '';
            width: 110%;
            left: 0;
            bottom: -1px;
            height: 2px;
            line-height: 1px;
            background: #288feb;
        }

.order-table3 {
    border: solid 1px #e2e2e2;
    border-collapse: collapse;
}

    .order-table3 th,
    .order-table3 td {
        padding: 9px;
        width: 25%;
    }

    .order-table3 th {
        background: #f6f6f6;
        text-align: right;
    }

.order-min-h {
    min-height: 650px;
}

.logistics-content {
    min-height: 300px;
    border: solid 1px #eee;
}


/*personal-nav*/

.personal-title {
    font-size: 18px;
    padding-bottom: 15px;
}

.personal-nav li {
    line-height: 45px;
    padding-left: 15px;
    border-left: solid 4px #fff;
}

    .personal-nav li.personal-this {
        border-left: solid 4px #288feb;
        background: #f6f6f6;
    }

    .personal-nav li a {
        width: 100%;
    }

.personal-table1 td {
    background: #fff;
}

.personal-td td {
    background: #e6e9f2;
}

.personal-table1 {
    border: solid 1px #eee;
}

.btn-close1 {
    cursor: pointer;
}

    .btn-close1 .layui-icon {
        font-size: 18px;
        vertical-align: middle;
    }

    .btn-close1:hover {
        color: #288feb;
    }

.personal-text1 {
    padding: 15px;
    border-bottom: solid 1px #eee;
    line-height: 30px;
}

.spr-wx1 {
    line-height: 38px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .spr-wx1 i {
        color: #fff;
        font-size: 24px;
        vertical-align: middle;
    }

.spr-wx-img {
    width: 38px;
    height: 38px;
    background: #77bf3c;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

.spr-wx1:hover {
    color: #288feb;
}

.spr-wx-img1 {
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    z-index: 2;
}

.spr-wx1:hover .spr-wx-img1 {
    display: block;
}

.file-text {
    padding-left: 8px;
}

.layui-upload-icon i {
    color: #288feb;
}

.buy-wx2 {
    text-align: center;
    display: inline-block;
}

    .buy-wx2 img {
        width: 100px;
    }

.wx-text1 {
    vertical-align: top;
    padding-top: 5px;
    text-align: center;
}

.single-border {
    border: solid 1px #288feb !important;
}

.sell-more1 {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.single-border td {
    border-bottom: solid 1px #288feb !important;
}

.single-border2 th {
    border-bottom: solid 1px #288feb !important;
}

.screen-logo strong {
    display: none;
}

.screen-logo span {
    position: relative;
    border: solid 1px #eee;
    padding: 0;
    margin: -1px -1px 0 0;
}

    .screen-logo span:hover strong {
        display: block;
        width: 100%;
        height: 100%;
        border: solid 2px #288feb;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        text-align: center;
        line-height: 48px;
        color: #333;
    }

.screen-logo .screen-logo-over {
    z-index: 1;
    border-color: #288feb !important;
}


/*user*/

.user-banner {
    height: 850px;
    background: #222 url(../images/user-bg1.jpg) no-repeat center top;
    padding-top: 9%;
}

.user-content-bg2 {
    background: #fff;
    border-radius: 10px;
    padding: 80px;
    width: 560px;
    margin: 0 auto;
    color: #666;
    -webkit-box-shadow: 0 0 10px rgba(14, 94, 145, 0.2);
    -moz-box-shadow: 0 0 10px rgba(14, 94, 145, 0.2);
    box-shadow: 0 0 10px rgba(14, 94, 145, 0.2);
}

    .user-content-bg2 h3 {
        font-size: 18px;
    }

.user-content2 {
    padding: 30px 0 0 0;
}

.user-content3 {
    padding-right: 9%;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.personal-title2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

a.user-btn {
    padding: 0 60px;
}


/*number*/

.number-green {
    color: #55bb2e;
}

.number-yellow {
    color: #fcb160;
}

.number-ul-s1 {
    width: 5em;
}

.number-ul-s2 {
    width: 6em;
}

.number-dl dt {
    line-height: 30px;
    padding: 15px 15px;
    position: relative;
}

.number-dt {
    background: #f6f6f6;
}

.number-dl dd {
    border-top: solid 1px #f6f6f6;
    border-bottom: solid 1px #f6f6f6;
}

.number-on1 {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 100px;
    text-align: center;
    border: solid 1px #b3b3b3;
    background: #fff;
    border-radius: 3px;
    line-height: 25px;
}

    .number-on1:hover {
        border-color: #288feb;
    }

a.number-on2 {
    background: #288feb;
    border-color: #288feb;
    color: #fff;
}

    a.number-on2:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.step-ul {
    padding: 0 20%;
}

    .step-ul li {
        float: left;
        width: 20%;
        text-align: center;
        color: #999;
    }

    .step-ul span {
        border-radius: 50%;
        background: #c1c1c1;
        width: 24px;
        text-align: center;
        line-height: 24px;
        color: #fff;
    }

    .step-ul p {
        padding-top: 8px;
    }

.step-dashed {
    border-bottom: dashed 1px #c1c1c1;
    padding-top: 24px;
}

.step-ul .step-link {
    color: #288feb;
}

    .step-ul .step-link span {
        background: #288feb;
    }

.btn-wh1 {
    min-width: 5em;
    text-align: center;
}

.prompt1 {
    padding: 20px;
    background: #f6f6f6;
    line-height: 1.8em;
    color: #666;
}

    .prompt1 h4 {
        padding-bottom: 10px;
        color: #333;
    }

.about-ul li {
    float: left;
    width: 16.666%;
    text-align: center;
    /*    padding: 0 40px;*/
}

    .about-ul li a {
        display: block;
        /*line-height: 60px;*/
        font-size: 18px;
        padding: 20px 0;
    }

.about-this a {
    color: #288feb;
    border-bottom: solid 2px #288feb;
}

.about-banner {
    position: relative;
}

.about-banner-text-wp {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

    .about-banner-text-wp li {
        float: left;
        width: 33.3%;
        padding-left: 50px;
        padding-top: 12px;
    }

    .about-banner-text-wp span {
        vertical-align: middle;
    }

.about-banner-text1 {
    text-align: center;
}

    .about-banner-text1 i {
        font-size: 50px;
    }

.about-banner-text2 {
    padding-top: 15px;
    font-size: 24px;
    line-height: 1.5em;
}

.about-brief {
    padding-top: 30px;
}

.about-brief1 {
    height: 100%;
    padding-right: 20px;
}

.about-brief p {
    text-indent: 2em;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8em;
}

.culture-ul1 li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    min-height: 206px;
    background: #f6f6f6;
    line-height: 28px;
}

.culture-ul1 h5 {
    font-size: 16px;
}

.culture-ul1-li {
    padding: 15px;
}

    .culture-ul1-li i {
        color: #288feb;
        font-size: 18px;
        padding-right: 6px;
    }

.culture-ul2 {
    padding-right: 15px;
}

    .culture-ul2 li {
        width: 33.33%;
        text-align: center;
        float: left;
        padding: 0 10px;
    }

        .culture-ul2 li div {
            padding-bottom: 10px;
        }

    .culture-ul2 p {
        padding-top: 10px;
    }

.contact {
    line-height: 1.8em;
}

    .contact h5 {
        font-size: 16px;
        line-height: 32px;
    }

    .contact p {
        color: #666;
    }

    .contact i {
        color: #288feb;
        font-size: 18px;
        padding-right: 6px;
    }

.map-nav-wp {
    padding: 20px;
}

.map-nav-ul li {
    line-height: 40px;
    padding: 10px 20px;
}

    .map-nav-ul li:nth-last-child(odd) {
        background: #f6f6f6;
    }

.map-nav-ul strong {
    width: 12em;
    display: inline-block;
    color: #288feb;
    padding-left: 5px;
}

    .map-nav-ul strong a {
        color: #288feb;
    }

.map-nav-ul span + span {
    padding-left: 25px;
}

.map-nav-ul i {
    color: #666;
    min-width: 18px;
    text-align: center;
}

.user-text {
    color: #fff;
}

.order-hide-table {
    background: #f6f6f6;
}

.order-table002[lay-skin='line'] {
    border: none;
}

.order-table002:last-child {
    border-bottom: solid 1px #eee;
}

.add-m {
    vertical-align: middle;
    padding-top: 7px;
}

.add-m2 {
    line-height: 30px;
}

.add-text {
    display: inline-block;
    padding: 15px;
    border: solid 1px #288feb;
    text-align: right;
}

.add-text-color {
    color: #ff4e4e;
    font-size: 24px;
}

.buy-screen-b {
    display: inline-block;
    width: 115px;
    text-align: center;
    line-height: 48px;
}


/*右侧导航代码的样式表*/

.directory-nav {
    position: fixed;
    left: 10px;
    bottom: 50%;
    padding: 12px 20px 12px 25px;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
}

    .directory-nav li {
        height: 34px;
        line-height: 34px;
        position: relative;
        cursor: pointer;
    }

    .directory-nav .l1:first-child {
        font-weight: bold;
    }

    .directory-nav .l1 a {
        font-size: 14px;
    }

    .directory-nav .l2 a {
        font-size: 14px;
    }

    .directory-nav,
    .directory-nav a {
        color: #666;
    }

        .directory-nav .cur a {
            color: #288feb;
        }

        .directory-nav .line {
            position: absolute;
            left: 4px;
            top: 5px;
            bottom: 5px;
            z-index: 1;
            width: 2px;
        }

        .directory-nav .c-top,
        .directory-nav .c-bottom {
            position: absolute;
            left: 0;
            z-index: 2;
            display: block;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
        }

        .directory-nav .c-dot {
            position: absolute;
            left: -32px;
            top: 50%;
            z-index: 2;
            margin-top: -5px;
            display: block;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
        }

        .directory-nav .c-top {
            top: 0;
        }

        .directory-nav .c-bottom {
            bottom: 0;
        }

        .directory-nav .cur-tag {
            position: absolute;
            left: 8px;
            top: 30px;
            z-index: 5;
            margin-top: -5px;
            display: block;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
            background: rgba(34, 137, 255, 0.9);
            border-radius: 13px;
            -webkit-box-shadow: 0 0 5px rgba(34, 137, 255, 0.5);
            -moz-box-shadow: 0 0 5px rgba(34, 137, 255, 0.5);
            box-shadow: 0 0 5px rgba(34, 137, 255, 0.5);
            -webkit-transition: top 0.3s ease 0s;
            transition: top 0.3s ease 0s;
        }

.menu-top {
    display: none;
}


/*menu*/

.menu-wp1 {
    padding: 50px 0;
}

.menu-bg1 {
    background: #fff;
}

.menu-title {
    padding-bottom: 20px;
}

    .menu-title h2 {
        font-size: 26px;
    }

.menu-en {
    text-transform: uppercase;
    padding-top: 5px;
    color: #666;
}

.text-left {
    text-align: left;
}

.menu-text1 {
    padding-top: 15px;
    color: #666;
}

    .menu-text1 p {
        text-indent: 2em;
        line-height: 1.8em;
    }

.menu-title:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    border-bottom: solid 2px #ff9408;
    padding-top: 15px;
    width: 20%;
    margin: 0 auto;
}

.text-center1:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    border-bottom: solid 2px #fff;
    padding-top: 15px;
    width: 20%;
    margin: 0 auto;
}

.po-r {
    position: relative;
}

.menu-po1 {
    position: absolute;
    width: 320px;
    color: #fff;
    top: 45%;
    left: 37%;
}

.menu-title1 {
    padding-bottom: 20px;
    color: #fff;
}

    .menu-title1 h2 {
        font-size: 30px;
    }

    .menu-title1 .menu-en {
        color: #fff;
    }

.menu-banner {
    height: 360px;
}

.join-banner {
    color: #fff;
}

    .join-banner h1 {
        font-size: 36px;
        font-weight: bold;
        padding-top: 6%;
    }

    .join-banner p {
        font-size: 24px;
        font-weight: 100;
        padding-top: 30px;
    }

.join-ul3 li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding-top: 50px;
}

.join-ul3 span {
    width: 105px;
    height: 105px;
    line-height: 105px;
    background: #f4f9ff;
    color: #276fed;
    font-size: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.join-ul3 p {
    padding-top: 15px;
    font-size: 18px;
}

.page-title1 {
    padding-bottom: 50px;
}

.page-bg1 {
    padding: 50px 0 60px;
}

.page-bg2 {
    background: #fff;
}

.page-bg3 {
    background: #383d41;
}

.page-bg4 {
    background: #e8e8e8;
}

.page-ul {
    margin: 0 -10px;
}

.collaboration-left1 {
    padding-left: 5%;
}

.collaboration-right1 {
    padding-right: 2%;
    padding-top: 15%;
}

    .collaboration-right1 h4 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .collaboration-right1 p {
        line-height: 1.8em;
    }

.collaboration-ul1 li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 10px 0 0 10px;
}

.collaboration-ul1-wp {
    background: #fff;
    padding: 36px;
}

    .collaboration-ul1-wp i {
        font-size: 100px;
        color: #288feb;
    }

    .collaboration-ul1-wp p {
        font-size: 20px;
        padding-top: 10px;
    }

.collaboration-ul1-text {
    display: none;
}

.collaboration-ul1 li:hover .collaboration-ul1-text {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 174, 239, 0.9);
    color: #fff;
    padding: 20px;
    text-align: left;
    text-indent: 2em;
    line-height: 1.8em;
}

.collaboration-ul2 li {
    width: 16.666%;
    padding: 0 10px;
    float: left;
}

.collaboration-ul2-wp {
    border: solid 1px #ff9408;
    padding: 15px;
    text-align: center;
    min-height: 385px;
}

    .collaboration-ul2-wp i {
        color: #ff9408;
        font-size: 70px;
    }

    .collaboration-ul2-wp h4 {
        font-size: 18px;
        padding-top: 10px;
    }

    .collaboration-ul2-wp p {
        text-indent: 2em;
        text-align: left;
        padding-top: 15px;
        line-height: 1.8em;
    }


/*底部导航table*/

.table-sell01 th:last-child {
    border-right: solid 1px #e6e6e6;
}

.table-sell01 tr td:first-child {
    background: #fff;
}

.table-sell01 td,
.table-sell01 th {
    border-color: #e6e6e6;
    background: #fff;
}

.table-sell01 th {
    background: #fff;
    border-right: solid 1px #e6e6e6;
}

.table-sell02 th {
    background: #ecf9ff;
    text-align: center;
}

.table-sell02 th,
.table-sell02 td {
    border-color: #eff3f6;
}

.table-sell03 th:last-child {
    border-right: solid 1px #fff;
}

.table-sell03 tr td:first-child {
    background: #ecf9ff;
}

.table-sell03 td,
.table-sell03 th {
    border-color: #fff;
    background: #f8f8f8;
    text-align: center;
    padding: 15px;
}

.table-sell03 th {
    background: #77d2f4;
    border-right: solid 1px #fff;
}

.table-sell03 .fa-ban {
    color: #ff5722;
}

.table-sell03 .fa-check {
    color: #18943b;
}

.table-sell04 {
    margin-bottom: 0;
}

.table-buy td,
.table-buy th {
    border-color: #f6f6f6;
}

.table-buy th {
    background: #f2f2f2;
}


/*agent*/

.agent .menu-title {
    color: #fff;
}

.agent .menu-en {
    color: #fff;
}

.text-indent {
    text-indent: 2em;
}

.color-fff {
    color: #fff;
}

.line-height {
    line-height: 1.8em;
}

.contact-border {
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

.contact-text1 {
    padding-left: 20%;
}


/*左侧导航*/

div.float-ctr {
    position: fixed;
    left: 5px;
    top: 0;
    z-index: 100;
    padding: 12px 15px 12px 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
}

    div.float-ctr p {
        cursor: pointer;
    }

    div.float-ctr a,
    div.float-ctr a:link,
    div.float-ctr a:visited {
        cursor: pointer;
        display: block;
        font-weight: bold;
        padding-left: 15px;
    }

        div.float-ctr a:hover {
            color: #288feb;
            zoom: 1;
        }

    div.float-ctr p:hover {
        color: #288feb;
    }

    div.float-ctr p.cur {
        color: #288feb;
    }

    div.float-ctr p span {
        width: 10px;
        height: 10px;
        font-size: 0;
        line-height: 0;
        background: rgba(34, 137, 255, 0);
        margin-right: 5px;
        border-radius: 13px;
    }

    div.float-ctr p.cur span {
        background: rgba(34, 137, 255, 0.9);
        -webkit-box-shadow: 0 0 5px rgba(34, 137, 255, 0.5);
        -moz-box-shadow: 0 0 5px rgba(34, 137, 255, 0.5);
        box-shadow: 0 0 5px rgba(34, 137, 255, 0.5);
        -webkit-transition: top 0.3s ease 0s;
        transition: top 0.3s ease 0s;
    }


/*join*/

.join-ul1 {
    padding-top: 15px;
}

    .join-ul1 li {
        width: 25%;
        float: left;
        padding: 10px 5px 0;
    }

.join-ul1-bg {
    background: #fff;
    text-align: center;
    padding: 15px;
}

    .join-ul1-bg i {
        font-size: 100px;
        color: #ff8a76;
    }

    .join-ul1-bg h5 {
        font-size: 18px;
    }

    .join-ul1-bg p {
        text-align: left;
        text-indent: 2em;
        padding-top: 15px;
        line-height: 1.8em;
        min-height: 115px;
    }

.join-ul2 {
    padding-top: 50px;
}

    .join-ul2 li {
        width: 25%;
        background: #fff;
        float: left;
        text-align: center;
        color: #ff9408;
    }

        .join-ul2 li:nth-last-child(even) {
            background: #288feb;
            color: #fff;
        }

    .join-ul2 i {
        font-size: 80px;
    }

.join-ul2-bg {
    padding: 25px 15px;
}

.join-ul2 h5 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.join-ul2 p {
    font-size: 16px;
    padding-top: 20px;
    text-align: left;
    text-indent: 2em;
    min-height: 90px;
}

.join-ul2-text {
    width: 45%;
    border-bottom: solid 5px #ff9408;
    padding: 50px 0 5px 0;
    font-size: 60px;
    font-family: 'Impact', Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

.join-ul2 li:nth-last-child(even) .join-ul2-text {
    border-color: #fff;
}

.join-ul2 a {
    display: inline;
}

    .join-ul2 a:hover {
        color: #333;
        text-decoration: underline;
    }

.spr-form2 {
    padding: 9px 10px;
}

    .spr-form2 .layui-form-label {
        width: 120px;
    }

.input-block02 {
    margin-left: 120px;
}

.join-ul4-wp {
    background: #fff;
    padding: 30px 20px;
}

.join-ul4 li {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.join-ul4-wp1 {
    width: 20%;
    font-size: 80px;
    color: #999;
    padding-top: 28px;
}

.join-ul4-wp2 {
    width: 80%;
}

    .join-ul4-wp2 h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

.join-ul5 li {
    width: 25%;
    float: left;
    position: relative;
    z-index: 2;
    padding: 0 3%;
}

.join-ul5-icon {
    text-align: center;
    font-size: 30px;
}

    .join-ul5-icon span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: #999;
        background: #eee;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.join-ul5-y span {
    width: 16px;
    height: 16px;
    border: solid 4px #ddd;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.join-line {
    width: 100%;
    border-bottom: 1px dashed #737373;
    position: absolute;
    top: 158px;
}

.join-ul5 a {
    display: inline;
    color: #288feb;
}

    .join-ul5 a:hover {
        text-decoration: underline;
    }

.spr-form3 .layui-input,
.spr-form3 .layui-textarea {
    border-color: #fff;
}

.partner-title {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 35px;
    text-align: center;
}

.partner-ul {
    padding-top: 20px;
}

    .partner-ul li {
        width: 25%;
        float: left;
        text-align: center;
        padding: 0 10px 20px 10px;
    }

        .partner-ul li img {
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0);
        }

        .partner-ul li:hover img {
            -webkit-box-shadow: 0 0 8px rgba(60, 143, 233, 0.4);
            -moz-box-shadow: 0 0 8px rgba(60, 143, 233, 0.4);
            box-shadow: 0 0 8px rgba(60, 143, 233, 0.4);
        }

.join-pa1 {
    position: absolute;
    left: 50px;
    top: 8px;
}

.join-pa2 {
    padding-left: 70px;
}

.banner-area {
    min-height: 420px;
}

#all-sort {
    width: 210px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.item {
    width: 210px;
    border-bottom: 1px solid #fff;
}

    .item .item-text {
        line-height: 28px;
        width: 208px;
        z-index: 30;
    }

        .item .item-text h3 {
            width: 210px;
            padding: 15px 0 15px 10px;
            font-size: 14px;
            font-weight: normal;
            color: #333;
            display: inline-block;
        }

            .item .item-text h3 a {
                color: #333;
                text-decoration: none;
                margin-right: 10px;
            }

                .item .item-text h3 a:hover {
                    color: #288feb;
                    font-weight: bold;
                }

            .item .item-text h3 span {
                display: block;
                font-size: 16px;
                font-weight: bold;
            }

    .item .i-mc {
        display: none;
        width: 680px;
        height: 400px;
        padding: 10px;
        background: #fff;
        position: absolute;
        left: 210px;
        top: 0;
        z-index: 25;
        -webkit-box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.2);
    }

#all-sort .on h3 {
    background: #fff;
    z-index: 40;
    display: inline-block;
}

#all-sort .on .i-mc {
    display: block;
}

.area-ul1 li {
    float: left;
    width: 16.6666%;
    padding: 0 15px 10px 15px;
}

    .area-ul1 li a {
        border: solid 1px #eee;
        display: block;
        padding: 10px 0;
        text-align: center;
    }

        .area-ul1 li a:hover {
            border-color: #288feb;
        }

.area-tab {
    padding: 5px 15px 0;
}

.layui-tab-title .layui-this:after {
    top: -1px;
}

.area-tab-ul {
    padding-top: 10px;
}

    .area-tab-ul li {
        width: 25%;
        float: left;
        padding-right: 10px;
    }

        .area-tab-ul li:last-child {
            padding-right: 0;
        }

    .area-tab-ul div {
        border: solid 1px #eee;
    }

    .area-tab-ul h4 {
        color: #288feb;
        line-height: 1.8em;
        padding: 10px 10px 0 10px;
        height: 35px;
        overflow: hidden;
    }

    .area-tab-ul p {
        padding: 0 10px 10px;
        height: 48px;
        overflow: hidden;
    }

    .area-tab-ul a {
        display: block;
        position: relative;
        transition: transform 0.3s linear, box-shadow 0.3s linear;
        -webkit-transition: -webkit-transform 0.3s linear, box-shadow 0.3s linear;
        -moz-transition: -moz-transform 0.3s linear, box-shadow 0.3s linear;
    }

        .area-tab-ul a:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            box-shadow: 0 0 8px #ddd;
            color: #333;
        }

.area-tab-content {
    padding: 0;
}

.query-p {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

.spinner {
    min-width: 104px;
}

.query-input .layui-input {
    height: 24px;
    line-height: 24px;
}

.query-input .layui-form-select dl {
    top: 26px;
}

.query-input td:first-child {
    min-width: 35px;
}

.query-input img {
    margin: 0;
}

.spr-table3 img {
    margin: 0;
}

.spr-table3 .spr-table3-td {
    width: 128px;
}

.spr-table3 td {
    min-width: 80px;
}

    .spr-table3 td:first-child {
        width: 35px !important;
        min-width: 10px;
    }

.spr-table3 img {
    width: 110px;
    vertical-align: middle;
    border: solid 1px #e2e2e2;
    cursor: pointer;
    min-height: 65px;
}

.spr-table3 td,
.spr-table3 th {
    padding: 9px;
}


/*20170930 - 公告*/

.notice-text p {
    text-indent: 2em;
    font-size: 12px;
}

.notice-text h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.notice-text .notice-text2 {
    text-indent: 0;
    color: #288feb;
}

.notice-text span {
    color: #288feb;
    text-indent: 0;
}

.notice-text p {
    font-size: 14px;
}


/*20171113*/

.login-kh {
    font-size: 20px;
    line-height: 19px;
    padding: 30px 0 10px;
}

    .login-kh img {
        padding-right: 5px;
    }

.login-hzk {
    padding-top: 20px;
}

    .login-hzk img {
        vertical-align: middle;
        padding-right: 5px;
        margin-top: -2px;
    }

.login-fg {
    text-align: center;
    font-size: 20px;
    position: relative;
}

    .login-fg span {
        position: relative;
        z-index: 10;
        background: #fff;
        padding: 0 10px;
        color: #999;
    }

    .login-fg:after {
        content: ' ';
        display: block;
        height: 0;
        font-size: 0;
        border-bottom: solid 1px #eee;
        position: absolute;
        top: 10px;
        z-index: 9;
        width: 100%;
    }

.login-wp2 {
    position: absolute;
    right: 0;
    top: 120px;
    width: 460px;
    background: rgba(255, 255, 255, 0);
    padding: 30px 0;
    border-radius: 4px;
}

.login-wp2-1 {
    width: 50%;
    text-align: center;
    padding: 0 30px;
}

    .login-wp2-1 p {
        font-size: 18px;
        padding: 20px 0;
        color: #fff;
    }

    .login-wp2-1 .layui-form-item {
        margin-bottom: 0;
    }

.login-wp2-2 {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.pagination {
    *min-width: 60px;
    margin: 0;
    width: 95%;
    clear: both;
    font-size: 12px;
    color: #666;
}

    .pagination input,
    .paginator input {
        float: left;
        height: 20px;
        line-height: 20px;
        margin-top: 4px;
    }

    .pagination .goto {
        width: 50px;
        height: 25px;
        text-align: center;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .pagination a,
    .paginator a {
        float: left;
        padding: 6px 10px;
        line-height: 16px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #d0d6d7;
        margin: 0 3px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .pagination .pageTotal,
    .paginator .pageTotal {
        height: 30px;
        line-height: 30px;
    }

    .pagination a:hover {
        background: #fff;
        color: #01aaed;
        text-decoration: none;
    }

    .pagination a.current {
        border-color: #fff;
        background: #01aaed;
        color: #fff;
        text-decoration: none;
    }

.paginator a:hover,
.paginator a.current {
    border-color: #aaa;
    background: #eee;
    color: #01aaed;
    text-decoration: none;
}

.pagination .gray,
.pagination .gray:hover,
.paginator .gray,
.paginator .gray:hover {
    color: #888;
}

.pagination span,
.paginator span,
.pageBox span {
    display: inline-block;
    padding: 0 5px;
}

.pagination .pageTotal {
    float: right;
}

.pageHeight {
    padding-bottom: 25px;
}

.pageBox {
    width: 95%;
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
}

.paginator {
    width: auto;
    float: right;
}


/*.paginator .pageTotal{position:absolute;right:15px;top:-37px;}*/

.ie6PageWd {
    width: 100%;
}

.paginationCell,
.pagination {
    padding-top: 15px;
    height: 50px;
}

    .pagination .pageTotal {
        margin-right: 15px;
    }


/*20171228*/

.u-flyer {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 3px;
    background: #fff;
}

.cart-icon {
    position: fixed;
    bottom: 110px;
    right: 70px;
}


/*20180110*/

.dispatch-banner-p {
    position: absolute;
    z-index: 1;
    top: 65px;
    left: 98px;
    color: #fff;
    width: 426px;
    height: 256px;
}

.btn-big {
    padding: 0 90px;
}

.dispatch-ul1 li {
    width: 32.222%;
    background: #fff;
    margin-right: 20px;
    padding: 20px;
    float: left;
    border-top: solid 1px #288feb;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

    .dispatch-ul1 li:hover {
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        transform: translate3d(0, -5px, 0);
        -webkit-transform: translate3d(0, -5px, 0);
    }

.btn-blur {
    border-color: #288feb;
    color: #288feb;
    padding: 0 50px;
}

.dispatch-ul1 h3 {
    font-size: 30px;
    color: #288feb;
    text-align: center;
}

.dispatch-ul1 .dispatch-ul1-p {
    padding-top: 20px;
    min-height: 190px;
    font-size: 16px;
    line-height: 1.8em;
}

.dispatch-ul1 p span {
    color: #288feb;
    display: inline;
}

.dispatch-title1 {
    color: #288feb;
    font-size: 30px;
}

.dispatch-ul1 li:last-child {
    margin-right: 0;
}

.dispatch-wp1 {
    padding: 20px;
    font-size: 16px;
    line-height: 1.8em;
    background: #fff;
}

    .dispatch-wp1 p {
        padding-bottom: 20px;
    }

.dispatch-wp1-content1 {
    background: url(../images/dispatch_img5.jpg) no-repeat center top;
    padding-top: 270px;
    text-align: center;
}

.dispatch-title2 {
    padding-bottom: 30px;
}

.dispatch-bg1 {
    height: 500px;
    background: url(../images/dispatch_img6.jpg) no-repeat center top;
    text-align: center;
}

.btn-white {
    padding: 0 90px;
    border-color: #fff;
    background: no-repeat;
    color: #fff;
}

a.btn-white:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #fff;
    border-color: #fff;
}

.dispatch-text1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-top: 150px;
}

.spr-new {
    position: absolute;
    right: -20px;
    top: -12px;
}

.individual-wp {
    min-height: 500px;
    background: url(../images/dispatch_img7.jpg) no-repeat center top;
    padding-bottom: 50px;
}

.individual-title {
    position: absolute;
    top: 95px;
    left: 224px;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.individual-img {
    position: absolute;
    top: 171px;
    left: 221px;
}

    .individual-img img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.individual-input {
    min-height: 352px;
    width: 652px;
    float: right;
    background: url(../images/dispatch_bg1.png) no-repeat center bottom;
    padding-top: 56px;
}

.individual-input-wp {
    width: 450px;
    margin: 0 auto;
    padding: 20px 10px;
    background: #eff3f6;
    min-height: 352px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.spr-form-individual input,
.spr-form-individual select,
.spr-form-individual textarea {
    background: #eff3f6 !important;
}

.individual-item .layui-input-inline {
    width: 86px;
}

.individual-item2 {
    margin-left: 120px;
    margin-bottom: 15px;
}

.individual-title1 {
    left: 220px;
}

.menu-title2:after {
    border-color: #fff;
}

.dispatch-a-text1 {
    width: 40%;
    padding-top: 110px;
    font-size: 16px;
    line-height: 1.8em;
}

.dispatch-a-text2 {
    font-size: 36px;
    font-weight: bold;
}

.dispatch-a-text3 {
    font-size: 30px;
    padding-top: 15px;
}

.dispatch-a-text4 {
    font-size: 24px;
    line-height: 1.8em;
    padding-top: 110px;
}

.dispatch-a-ul1 {
    padding: 130px 0 0 59%;
}

.dispatch-banner-about {
    color: #fff;
    line-height: 4.5em;
    width: 50%;
    padding-top: 9%;
}

    .dispatch-banner-about h2 {
        font-size: 48px;
    }

    .dispatch-banner-about h3 {
        font-size: 36px;
    }

.dispatch-bg-wp1 {
    padding-top: 40px;
}

.dispatch-a-wp1 {
    height: 315px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dispatch-a-wp1-text {
    width: 640px;
}

.dispatch-a-wp1-img {
    width: 560px;
}

.font-24 {
    font-size: 24px;
}

.dispatch-a-wp1-text1 {
    padding: 4.5% 4% 0 3%;
}

.dispatch-a-wp1-text2 {
    padding: 5.5% 3% 0 4%;
}

    .dispatch-a-wp1-text2 h3 {
        font-size: 30px;
        line-height: 2em;
    }

.dispatch-a-title {
    font-size: 24px;
    line-height: 1.1em;
    border-left: solid 2px #288feb;
    padding-left: 10px;
}

.dispatch-a-wp3 {
    background: #fbfbfb;
    margin-top: 40px;
}

.dispatch-a-c1 {
    width: 800px;
}

    .dispatch-a-c1 h3 {
        width: 140px;
        height: 45px;
        line-height: 45px;
        background: #ebebec;
        font-size: 18px;
        text-align: center;
        margin: 20px;
    }

.dispatch-a-c2 {
    width: 400px;
}

    .dispatch-a-c2 li {
        padding: 30px 20px;
        background: #f5f5f5;
        height: 150px;
    }

        .dispatch-a-c2 li:nth-last-child(even) {
            background: #f9f9f9;
        }

.dispatch-a-wp4 {
    padding: 40px 0;
    text-align: center;
}

    .dispatch-a-wp4 h3 {
        text-align: center;
        font-size: 18px;
        padding-top: 40px;
    }

.dispatch-a-wp4-l {
    width: 387px;
}

.dispatch-a-wp4-r {
    width: 794px;
}

.dispatch-a-wp4-l-c {
    border: solid 1px #ddd;
    padding-bottom: 30px;
}

.dispatch-a-wp4 i {
    font-size: 40px;
    color: #8f8f8f;
    vertical-align: middle;
}

.dispatch-a-wp4 span {
    padding-top: 40px;
}

.dispatch-a-wp4 p {
    padding-top: 30px;
    color: #666;
}

.dispatch-a-wp4-l-c1 {
    margin-top: 20px;
}

.dispatch-a-wp4-l-c:hover,
.dispatch-a-wp4-r:hover {
    border-color: #288feb;
}

.dispatch-a-wp4-r-ul1 li {
    float: left;
    width: 25%;
}

.dispatch-a-wp4-r-ul2 li {
    float: left;
    width: 33.33%;
}

.tab-login-wp {
    position: relative;
}

.tab-login01 {
    position: absolute;
    left: 55%;
    z-index: 999;
    top: 8px;
    font-size: 18px;
}

    .tab-login01 span {
        padding-right: 5px;
    }

.spr-pa1 {
    position: absolute;
    top: 28%;
    left: 10%;
}

    .spr-pa1 h2,
    .spr-pa1 p {
        font-size: 38px;
        color: #fff;
        line-height: 1.4em;
        text-transform: uppercase;
    }

    .spr-pa1 h2 {
        font-weight: bold;
    }


/*20180628*/

.banner-dispatch {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

#full-screen-slider {
    width: 100%;
    height: 450px;
    position: relative;
}

#slides {
    width: 100%;
    height: 450px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    #slides li {
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
        }

#pagination {
    position: absolute;
    bottom: 10px;
    z-index: 998;
    width: 100%;
    text-align: center;
}

    #pagination li {
        display: inline-block;
        width: 80px;
        height: 3px;
        margin: 0 5px;
        background: #999;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
        }

        #pagination li.current {
            background: #288feb;
        }


/*text*/

.dispatch-title4 {
    text-align: center;
    padding-top: 40px;
}

    .dispatch-title4 h1,
    .dispatch-title4 h2 {
        font-size: 24px;
    }

    .dispatch-title4 h2 {
        font-weight: bold;
        text-transform: uppercase;
        color: #666;
        padding-bottom: 10px;
    }

.dispatch-ul7 {
    margin: 0 -10px;
    padding-top: 30px;
}

    .dispatch-ul7 li {
        float: left;
        width: 25%;
        padding: 10px;
        text-align: center;
    }

        .dispatch-ul7 li:hover .dispatch-ul7-p1 {
            background: #288feb;
        }

.dispatch-ul7-p0 {
    border: solid 3px #ddd;
    padding: 50px 0;
}

.dispatch-ul7-p1 {
    width: 138px;
    height: 138px;
    background: #b7b7b7;
    color: #fff;
    line-height: 138px;
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dispatch-ul7-p2 {
    padding-top: 30px;
    font-size: 18px;
}

.dispatch-ul7-p3 {
    font-size: 14px;
    color: #999;
}

.dispatch-ul7-p4 {
    border-bottom: solid 3px #288feb;
    width: 30%;
}

.dispatch-title4-c {
    color: #fff;
}

    .dispatch-title4-c h2 {
        color: #fff;
    }

.dispatch-ul7-p5 {
    text-align: left;
    color: #fff;
}

.dispatch-ul7-p6 {
    font-size: 18px;
    padding-bottom: 10px;
}

.dispatch-ul7-p8 {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0;
    border-bottom: solid 2px #545454;
}

.dispatch-ul7 li:hover .dispatch-ul7-p8 {
    border-color: #288feb;
}

.dispatch-text3 {
    width: 455px;
    padding-right: 4%;
}

.dispatch-text4 {
    width: 745px;
    padding-top: 30px;
}

.dispatch-text3 span {
    line-height: 1px;
    border-bottom: solid 3px #288feb;
    width: 50px;
}

.dispatch-text3 h2 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 35%;
}

.dispatch-text3 p {
    color: #666;
    text-align: justify;
}

.dispatch-wp4 {
    padding-left: 50%;
    color: #fff;
    padding-top: 2%;
}

.dispatch-wp4-text {
    padding: 7% 0 0 12%;
}

    .dispatch-wp4-text h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

a.btn-dispatch {
    color: #fff;
    padding: 3px 30px;
    border: solid 1px #666;
}

a:hover.btn-dispatch {
    border-color: #288feb;
}

a.btn-join {
    color: #111;
    padding: 3px 30px;
    border: solid 1px #666;
}

a:hover.btn-join {
    border-color: #288feb;
}

.dispatch-bg2 {
    background: #fff;
    padding-bottom: 50px;
}

.dispatch-title3 {
    font-size: 26px;
    padding: 45px 0 35px;
    text-align: center;
}

.dispatch-text2 {
    padding: 0 15%;
    font-size: 16px;
    line-height: 1.8em;
}

.dispatch-bg3 {
    background: #222;
    padding-bottom: 50px;
    font-size: 16px;
}

.dispatch-bg4 {
    background: #fff;
    padding-bottom: 50px;
    font-size: 16px;
}

.dispatch-bg5 {
    padding-bottom: 50px;
    font-size: 16px;
}

.dispatch-tab .layui-tab-title {
    border-bottom: none;
}

.dispatch-tab > .layui-tab-title .layui-this {
    color: #0063ff;
    font-weight: bold;
}

.dispatch-tab .layui-tab-content {
    padding: 10px 0;
}

.layui-tab-title li {
    font-size: 16px;
    padding: 0;
    margin-right: 50px;
}

    .layui-tab-title li:hover {
        color: #0063ff;
    }

.dispatch-tab > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #0063ff;
}

.dispatch-video {
    padding: 30px 20% 0;
}

.dispatch-ul2 {
    padding-top: 50px;
}

    .dispatch-ul2 li {
        float: left;
        width: 25%;
        text-align: center;
    }

        .dispatch-ul2 li p {
            padding-top: 20px;
        }

        .dispatch-ul2 li img {
            max-width: 70px;
        }

.dispatch-ul3 {
    margin: 0 -30px;
    padding: 20px 10px 0;
}

    .dispatch-ul3 li {
        margin: 0 15px;
        float: left;
        text-align: center;
        width: 30.814%;
    }

        .dispatch-ul3 li p {
            background: #f5f5f5;
            padding: 20px;
            line-height: 1.6em;
        }

.tab-bz {
    margin-top: 20px;
    background: #fff;
}

    .tab-bz li {
        float: left;
        width: 50%;
    }

.tab-bz-li {
    padding: 75px 30px 0;
}

.tab-bz li h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

.tab-bz li p {
    color: #666;
    line-height: 1.8em;
}

.dispatch-ul4 li {
    float: left;
    width: 33.33%;
    padding-bottom: 15px;
    text-align: center;
}

.dispatch-ul5 {
    margin-top: 20px;
    background: #f5f5f5;
}

    .dispatch-ul5 li {
        float: left;
        width: 50%;
        position: relative;
        height: 260px;
    }

.tab-bz-li {
    padding: 30px 30px 0;
}

.dispatch-ul5 li h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

.dispatch-ul5 li p {
    color: #666;
    line-height: 1.8em;
}

.dispatch-ul6 {
    background: #f5f5f5;
    height: 400px;
}

    .dispatch-ul6 li {
        height: 100%;
    }

        .dispatch-ul6 li:last-child {
            padding: 40px;
        }

        .dispatch-ul6 li h3 {
            font-size: 24px;
            padding-bottom: 20px;
        }

        .dispatch-ul6 li p {
            line-height: 1.8em;
        }

.dispatch-ul6-btn {
    color: #0063ff;
    position: absolute;
    left: 30px;
    bottom: 40px;
}

    .dispatch-ul6-btn i {
        padding-right: 10px;
    }

    .dispatch-ul6-btn a {
        color: #0063ff;
    }

        .dispatch-ul6-btn a:hover {
            text-decoration: underline;
        }

.dispatch-bottom {
    padding: 40px 0;
    background: #fff;
}

    .dispatch-bottom h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .dispatch-bottom a {
        padding: 0 60px;
    }


/*自定义样式*/

.spr-table3 td {
    min-width: 35px;
}

.user-name {
    max-width: 6.5em;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    text-align: left;
    padding-left: 5px;
    cursor: pointer;
}

.user span {
    vertical-align: middle;
}

.spr-table4 th,
.spr-table4 td {
    padding: 9px 3px;
}

.layui-table td,
.layui-table th {
    word-break: break-all;
    padding: 9px;
    /*white-space: nowrap;text-overflow: ellipsis;*/
}

.spr-table-no th {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.spr-no-wh {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.max-wh01 {
    max-width: 200px;
}

.max-wh02 {
    min-width: 120px !important;
}

.max-wh03 {
    min-width: 116px !important;
}

.tab-content-img {
    text-align: center;
    width: 780px;
}

    .tab-content-img img {
        max-width: 750px;
        max-height: 405px;
    }

.project {
    display: none;
}

#bigimage {
    width: 550px;
    height: 550px;
    position: absolute;
    display: none;
    /*大图片的父标签设置相对定位并将显示样式设置为隐藏*/
    z-index: 198910150;
}

    #bigimage img {
        padding: 5px;
        background: #fff;
        border: 1px solid #e3e3e3;
        max-height: 500px;
        max-width: 500px;
    }


/*join*/

.slide-body {
    position: relative;
    overflow: hidden;
    height: 420px;
}

    .slide-body .slide-content {
        position: absolute;
        *zoom: 1;
        left: 0;
        top: 0;
    }

        .slide-body .slide-content:after,
        .slide-body .slide-content:before {
            content: '';
            display: table;
        }

        .slide-body .slide-content:after {
            clear: both;
        }

        .slide-body .slide-content .slide-item {
            position: relative;
            float: left;
            color: #000;
            font-size: 0;
            text-align: center;
            width: 20%;
            min-height: 420px;
            cursor: pointer;
        }

            .slide-body .slide-content .slide-item .item-bg {
                width: 100%;
                height: 100%;
            }

            .slide-body .slide-content .slide-item .mask {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

                .slide-body .slide-content .slide-item .mask .bg {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background: #000;
                    opacity: 0.5;
                    filter: alpha(opacity=50);
                    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                }

                    .slide-body .slide-content .slide-item .mask .bg.other-bg {
                        opacity: 0.5;
                        filter: alpha(opacity=50);
                    }

                .slide-body .slide-content .slide-item .mask .content {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 100px;
                    bottom: 0;
                    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                }

                    .slide-body .slide-content .slide-item .mask .content .line-panel {
                        padding: 0;
                        margin: 0;
                        font-size: 0;
                        line-height: 0;
                        margin-top: 20px;
                        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                    }

                        .slide-body .slide-content .slide-item .mask .content .line-panel .item-line {
                            width: 20px;
                            height: 2px;
                            background: #fff;
                            display: inline-block;
                            opacity: 1;
                            filter: alpha(opacity=100);
                            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                        }

                    .slide-body .slide-content .slide-item .mask .content .item-img-panel {
                        position: relative;
                        width: 35%;
                        height: 84px;
                        display: inline-block;
                    }

                        .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img,
                        .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 0;
                            width: 100%;
                            display: inline-block;
                            opacity: 1;
                            filter: alpha(opacity=100);
                            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                        }

                        .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
                            opacity: 0;
                            filter: alpha(opacity=0);
                            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                        }

                    .slide-body .slide-content .slide-item .mask .content .item-title {
                        color: #fff;
                        font-size: 22px;
                        line-height: 24px;
                        padding: 0;
                        margin-top: 50px;
                        font-weight: 100;
                        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                        text-transform: uppercase;
                    }

                    .slide-body .slide-content .slide-item .mask .content .item-desc {
                        font-size: 14px;
                        color: #fff;
                        text-align: center;
                        margin-top: 30px;
                        padding: 0 23px;
                        line-height: 24px;
                        height: 72px;
                    }

                    .slide-body .slide-content .slide-item .mask .content .item-link {
                        display: inline-block;
                        border: 1px solid #fff;
                        width: 120px;
                        height: 36px;
                        line-height: 36px;
                        font-size: 14px;
                        color: #fff;
                        text-decoration: none;
                        margin-top: 62px;
                    }

                        .slide-body .slide-content .slide-item .mask .content .item-link:hover {
                            color: #288feb;
                            background: #fff;
                        }

                    .slide-body .slide-content .slide-item .mask .content .item-desc,
                    .slide-body .slide-content .slide-item .mask .content .item-link {
                        opacity: 0;
                        filter: alpha(opacity=0);
                        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                    }

            .slide-body .slide-content .slide-item:hover .bg {
                background: #288feb;
                opacity: 0.9;
                filter: alpha(opacity=90);
            }

                .slide-body .slide-content .slide-item:hover .bg.other-bg {
                    opacity: 0.9;
                    filter: alpha(opacity=90);
                }

            .slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img {
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img-hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }

.collaboration-ul3 .join-ul4-wp {
    border: solid 1px #ddd;
}

.collaboration-ul3 .join-ul4-wp1 {
    font-size: 50px;
    padding-top: 15px;
    width: 14%;
}

.collaboration-ul4 .join-ul4-wp1 {
    font-size: 45px;
    padding-top: 14px;
    width: 20%;
}

.collaboration-ul4 .join-ul4-wp2 {
    padding-left: 10px;
}

.collaboration-ul4 .join-ul4-wp {
    border: solid 1px #ddd;
    min-height: 172px;
}

.collaboration-ul4 li {
    width: 25%;
}

.collaboration-ul5 li {
    width: 33.333%;
    padding-top: 20px;
}

.collaboration-ul5 .join-ul4-wp1 {
    font-size: 45px;
    padding-top: 14px;
}

.collaboration-ul5 .join-ul4-wp {
    min-height: 200px;
}

.collaboration-ul6 .join-ul4-wp {
    border: solid 1px #ddd;
    min-height: 200px;
}

.sell-introduce-banner {
    width: 60%;
    text-align: left;
}

    .sell-introduce-banner h2 {
        font-size: 36px;
    }

.buy-banner {
    text-align: left;
}

    .buy-banner h2 {
        font-size: 36px;
    }

    .buy-banner h3 {
        font-size: 24px;
    }

.e-commerce-banner {
    font-size: 30px;
    line-height: 1.5em;
    padding-top: 35px;
    font-weight: bold;
}

.e-commerce-t1 {
    padding-top: 120px;
    width: 37%;
}

    .e-commerce-t1 p {
        line-height: 1.8em;
    }

    .e-commerce-t1 h2 {
        font-size: 30px;
        font-weight: 100;
    }

.e-commerce-t2 {
    width: 33%;
}

.e-commerce-t4 {
    width: 34%;
    padding-top: 100px;
}

.e-commerce-t5 {
    width: 43%;
    padding-top: 70px;
}

.about-banner-18 {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

    .about-banner-18 h1 {
        font-size: 30px;
        font-weight: bold;
        padding-top: 7%;
    }

    .about-banner-18 p {
        font-size: 24px;
        font-weight: 100;
        padding-top: 20px;
        text-transform: uppercase;
    }

.culture-wp {
    padding: 40px 0;
}

.culture-l {
    width: 50%;
    background: #d5d5d5 url(../images/about_img11.jpg) no-repeat left bottom;
    height: 540px;
    padding: 30px 0 0 40px;
    position: relative;
}

.culture-l-text {
    position: relative;
}

    .culture-l-text h5 {
        font-size: 18px;
        line-height: 1.8em;
        padding-top: 10px;
    }

    .culture-l-text i {
        color: #288feb;
        padding-right: 5px;
    }

.culture-r {
    width: 50%;
}

.culture-r-text1 {
    padding: 10px 40px 0;
    height: 290px;
    background: #ededed;
}

.culture-r-text2 {
    padding: 40px 40px 0;
    height: 250px;
    background: #e4e4e4;
}

.culture-l-p {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

    .culture-l-p img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.culture-l-p1 {
    right: 20px;
    bottom: 20px;
}

.contact-l {
    width: 50%;
    height: 534px;
    overflow: hidden;
}

.contact-r {
    width: 50%;
    padding-left: 20px;
}

.contact-wp {
    padding: 10px;
}

.contact-r h3 {
    border-left: solid 5px #222;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.1em;
    margin-top: 36px;
}

.contact-r div {
    padding-left: 18px;
    padding-top: 15px;
}

.contact-r p {
    font-size: 16px;
    line-height: 2em;
}

.contact-r a {
    color: #288feb;
}

    .contact-r a:hover {
        text-decoration: underline;
    }

.contact-r span {
    width: 320px;
}

.feedback-wp {
    width: 926px;
    margin: 0 auto;
    padding: 50px;
}

.feedback-text {
    float: left;
    width: 50%;
    padding-bottom: 30px;
}

.feedback-text1 {
    padding-right: 10px;
}

.feedback-text2 {
    padding-left: 10px;
}

.join-input .layui-form-checkbox[lay-skin='primary'] span {
    color: #111;
    font-size: 16px;
}

.join-input .layui-input-inline {
    width: 140px;
}

.join-input-text {
    width: 910px;
}

.layui-form-item .join-input {
    margin-right: 0;
}


/* index */

.banner-img img {
    width: 100%;
    height: 601px;
    object-fit: cover;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.banner-img3 img {
    width: 100%;
    height: 601px;
}


/* 首页产品推荐模块 */

.commendation-wrapper {
    background-color: #f6f6f6;
    padding: 60px 0;
}

.commendation-content {
    width: 1200px;
    margin: 0 auto;
    font-family: 'Source Han Sans CN';
}

.commendation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.commendation-header-left h2 {
    font-size: 20px;
    line-height: 1;
    text-align: left;
    color: #222222;
    font-weight: 300;
    margin-bottom: 8px;
}

.commendation-header-left h4 {
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #c2c2c2;
    font-family: 'Segoe UI';
}

.commendation-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #c2c2c2;
}

    .commendation-header-right div {
        margin: 0 15px;
        color: #595959;
        cursor: pointer;
        user-select: none;
    }

        .commendation-header-right div:hover {
            color: #288feb;
        }

    .commendation-header-right .is-active {
        height: 30px;
        line-height: 14px;
        font-size: 14px;
        padding: 8px 12px;
        background-color: #288feb;
        border-radius: 15px;
        color: #ffffff !important;
    }

.commendation-main {
    margin-top: 40px;
    position: relative;
}

#commendation-switcher {
    width: 1200px;
    height: 404px;
    overflow: hidden;
    position: relative;
}

.commendation-list-wrapper {
    height: 404px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
}

.commendation-item-wrapper {
    box-sizing: border-box;
    width: 386px;
    margin-right: 21px;
}

.commendation-img-wrapper {
    width: 386px;
    height: 241px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

    .commendation-img-wrapper img {
        height: 241px;
    }

.commendation-item-title {
    width: 386px;
    height: 48px;
    word-break: break-all;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #222;
    margin-bottom: 10px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commendation-item-row {
    width: 386px;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

    .commendation-item-row div {
        margin-left: 20px;
    }

        .commendation-item-row div:first-child {
            margin-left: 0;
        }

    .commendation-item-row .brand,
    .commendation-item-row .model {
        max-width: 193px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .commendation-item-row .module {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.commendation-item-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .commendation-item-bottom .commendation-btn {
        height: 30px;
        border: 1px solid #d8d8d8;
        padding: 8px 12px;
        font-size: 14px;
        color: #999999;
        line-height: 1;
        text-align: center;
        user-select: none;
        cursor: pointer;
    }

        .commendation-item-bottom .commendation-btn:hover {
            border-color: #288feb;
        }

.commendation-btn.btn-to-skype {
    margin-left: 20px;
}

.commendation-qqchat-btn {
    margin-right: 20px;
}

.commendation-item-bottom .fa-qq, .commendation-item-bottom .fa-skype, .commendation-item-bottom .fa-whatsapp {
    margin-right: 6px;
    font-size: 14px;
    color: #52a5ee;
}

.commendation-sell-btn .fa-angle-right {
    margin-left: 6px;
}

.commendation-ibtn {
    width: 32px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .commendation-ibtn .fa {
        font-size: 32px;
        color: #fff;
    }

.commendation-prev-btn {
    left: 0;
}

.commendation-next-btn {
    right: 0;
}

.commendation-main .is-disabled {
    background: rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}

.commendation-footer {
    text-align: center;
}

.commendation-more-btn {
    display: inline-block;
    margin: 40px auto 0;
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    color: #999999;
    border: 1px solid #d8d8d8;
}

    .commendation-more-btn:hover {
        border-color: #288feb;
    }

    .commendation-more-btn .fa-angle-right {
        margin-left: 8px;
    }


/* 首页新闻中心模块 */

.home-news-wrapper {
    background-color: #fff;
    padding: 60px 0;
}

.home-news-content {
    width: 1200px;
    margin: 0 auto;
    font-family: 'Source Han Sans CN';
}

.home-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-header-left h2 {
    font-size: 20px;
    line-height: 1;
    text-align: left;
    color: #222222;
    font-weight: 300;
    margin-bottom: 8px;
}

.news-header-left h4 {
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #c2c2c2;
    font-family: 'Segoe UI';
}

.news-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #c2c2c2;
}

    .news-header-right div {
        margin: 0 15px;
        color: #595959;
        cursor: pointer;
        user-select: none;
    }

        .news-header-right div:hover {
            color: #288feb;
        }

    .news-header-right .is-active {
        height: 30px;
        line-height: 14px;
        font-size: 14px;
        padding: 8px 12px;
        background-color: #288feb;
        border-radius: 15px;
        color: #ffffff !important;
    }

.home-news-main {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-main-left {
    width: 615px;
}

    .news-main-left > img {
        width: 100%x;
        height: 200px;
    }

.news-left-item {
    width: 100%;
    margin-top: 35px;
}

.news-left-title {
    width: 100%;
    height: 16px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .news-left-title h3 {
        max-width: 580px;
        font-size: 16px;
        color: #222222;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .news-left-title h3:hover {
            color: #288feb;
            cursor: pointer;
        }

    .news-left-title img {
        width: 20px;
        cursor: pointer;
    }

.news-left-item .news-preview-wrapper {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-preview-date {
    height: 45px;
    padding-right: 15px;
    border-right: 1px solid #eaeaea;
    font-family: 'Segoe UI';
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-preview-year {
    font-size: 24px;
    line-height: 24px;
    color: #595959;
}

.news-preview-md {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}

.news-preview-wrapper .news-preview-content {
    width: 444px;
    height: 45px;
    margin-left: 28px;
}

    .news-preview-wrapper .news-preview-content > div {
        height: 45px;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-preview-wrapper .news-preview-content p {
        height: 45px;
        font-size: 14px !important;
        line-height: 22px !important;
        font-weight: 300 !important;
        color: #999999 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.news-main-right {
    width: 495px;
    margin-left: 90px;
}

.new-preview-list {
    border-top: 1px solid #eaeaea;
}

.news-preview-item {
    box-sizing: content-box;
    height: 45px;
    padding: 30px 20px 30px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .news-preview-item .news-preview-date {
        border-right: none;
        padding-right: 0;
    }

    .news-preview-item .news-preview-content {
        height: 45px;
        margin-left: 30px;
        cursor: pointer;
    }

    .news-preview-item h3 {
        max-width: 393px;
        padding-bottom: 10px;
        font-size: 16px;
        color: #222222;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-preview-item .news-preview-content div {
        max-width: 393px;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-preview-item .news-preview-content p {
        height: 45px;
        font-size: 14px !important;
        line-height: 22px !important;
        font-weight: 300 !important;
        color: #999999 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-preview-item .news-preview-content:hover h3,
    .news-preview-item .news-preview-content:hover p {
        color: #288feb !important;
    }

.home-news-footer {
    text-align: center;
}

.news-more-btn {
    display: inline-block;
    margin: 40px auto 0;
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    color: #999999;
    border: 1px solid #d8d8d8;
}

    .news-more-btn:hover {
        border-color: #288feb;
    }

    .news-more-btn .fa-angle-right {
        margin-left: 8px;
    }


/* 首页友情链接 */

.links-wrapper {
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
}

.links-wrapper-content {
    width: 1200px;
    margin: 0 auto;
}

.links-wrapper-title {
    font-size: 16px;
    color: #222;
}

.links-items {
    margin-top: 10px;
    display: flex;
}

.links-item {
    margin-right: 20px;
    font-size: 14px;
}


/* 新闻版块 */

.breadcrumb-bar {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    font-family: 'Source Han Sans CN';
}

.breadcrumb-bar-content {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

    .breadcrumb-bar-content a {
        height: 50px;
        line-height: 50px;
    }

.news-main-container {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
}

.news-content-container {
    width: 830px;
}

.news-content-title {
    font-weight: 700;
    font-size: 18px;
}

.news-content-source {
    margin-bottom: 30px;
    font-size: 14px;
    color: #c2c2c2;
}

    .news-content-source .pubdate {
        margin-left: 15px;
    }

.news-content-container p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 10px 0;
}

.news-content-container h2 {
    font-size: 14px;
    color: #222222;
    height: 50px;
    line-height: 50px;
    border-top: 1px dashed #c2c2c2;
    border-bottom: 1px dashed #c2c2c2;
    font-weight: 700;
}

.news-aside-container {
    width: 320px;
}

.news-aside-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c2c2;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

.news-cate-wrapper {
    display: flex;
    margin-top: 15px;
}

    .news-cate-wrapper div {
        width: 78px;
        height: 34px;
        margin-right: 10px;
        border-radius: 6px;
        background-color: #eaeaea;
        text-align: center;
        line-height: 34px;
        font-size: 12px;
        font-family: 'Source Han Sans CN';
        font-weight: 300;
        color: #7f7f7f;
    }

        .news-cate-wrapper div:hover {
            cursor: pointer;
            background-color: #d2d2d2;
            color: #288feb;
        }

    .news-cate-wrapper .is-active {
        background-color: #d2d2d2;
        color: #288feb;
    }

.related-news-wrapper {
    margin-top: 30px;
}

.related-news-item {
    margin-bottom: 25px;
}

.related-news-title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

    .related-news-title:hover {
        text-decoration: underline;
        color: #288feb;
    }

.related-news-introduce {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-news-item .pubdate {
    font-size: 14px;
    color: #999999;
}

.news-container {
    width: 1200px;
    margin: 0 auto;
}

.news-nav-bar {
    margin-top: -1px;
    display: flex;
    justify-content: flex-end;
}

.news-nav-bar-wrapper {
    width: 300px;
    display: flex;
    justify-content: space-between;
}

    .news-nav-bar-wrapper li {
        color: #999999;
        font-size: 14px;
        padding-top: 20px;
        border-top: 1px solid transparent;
    }

        .news-nav-bar-wrapper li:hover {
            border-top: 1px solid #288feb;
            color: #288feb;
            cursor: pointer;
        }

    .news-nav-bar-wrapper .is-active {
        border-top: 1px solid #288feb;
        color: #288feb;
    }

.news-item-wrapper {
    margin: 60px 0;
    border-bottom: 1px solid #eaeaea;
}

    .news-item-wrapper a {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news-item-wrapper .news-pubdate {
        width: 105px;
        font-size: 40px;
        font-family: 'Segoe UI';
        font-weight: 300;
        color: #999999;
    }

.news-content {
    width: 850px;
    display: flex;
    flex-direction: column;
}

.news-content-title {
    margin-bottom: 10px;
}

.textEllipsis {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .textEllipsis p {
        line-height: 25px;
        color: #999999;
    }

.news-item-wrapper a:hover .news-content-title {
    text-decoration: underline;
}

.news-item-wrapper a:hover p {
    color: #999999;
}

.news-img img {
    width: 200px;
    height: 130px;
}

#demo1 /deep/ .layui-laypage span {
    background-color: #f6f6f6;
    margin-bottom: 0 !important;
}

#demo1 /deep/ .layui-laypage a {
    margin-bottom: 0 !important;
}

.news-pagination {
    display: flex;
    justify-content: center;
}

.news-pagination-text {
    line-height: 55px;
}


/* buy-detail */

.product-detail-container {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}

.product-detail-images {
    margin-top: 10px;
    display: flex;
}

    .product-detail-images .is-active {
        border: 1px solid #ed3d3e;
    }

    .product-detail-images li {
        width: 90px;
        height: 56px;
        cursor: pointer;
        margin-right: 10px;
    }

        .product-detail-images li:hover {
            border: 1px solid #ed3d3e;
        }

        .product-detail-images li img {
            width: 90px;
            height: 56px;
        }

.product-detail-container-right {
    width: 550px;
}

.product-detail-title {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: nowrap;
    color: #222;
}

.product-detail-tips {
    margin: 10px 0 15px;
    color: #c2c2c2;
}

.product-detail-properties {
    font-size: 14px;
    line-height: 30px;
}

    .product-detail-properties li {
        height: 30px;
        line-height: 30px;
    }

.add-to-btn {
    width: 145px;
    height: 45px;
    border-radius: 23px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.related-container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.related-container h2 {
    font-weight: 700;
    font-size: 16px;
    color: #222222;
}

.toggle-wrapper {
    font-size: 25px;
    color: #999;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .toggle-wrapper .page-btn {
        width: 86px;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        border: 1px solid #c2c2c2;
        font-size: 16px;
        font-family: 'Source Han Sans CN';
        color: #595959;
        display: flex;
        justify-content: center;
        align-items: center;
        user-select: none;
        cursor: pointer;
    }

        .toggle-wrapper .page-btn:hover {
            color: #333333;
            border: 1px solid #595959;
        }

    .toggle-wrapper .prev-page {
        margin-right: 20px;
    }

    .toggle-wrapper .fa {
        font-size: 25px;
    }

    .toggle-wrapper .fa-angle-left {
        margin-right: 10px;
    }

    .toggle-wrapper .fa-angle-right {
        margin-left: 10px;
    }

    .toggle-wrapper .disabled,
    .toggle-wrapper .disabled:hover {
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        cursor: not-allowed;
    }

.related-items-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .related-items-wrapper li {
        width: 386px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .related-items-wrapper li:nth-child(3n-2) {
            margin-left: 0;
        }

        .related-items-wrapper li h5 {
            width: 386px;
            margin-top: 10px;
            font-size: 14px;
            text-align: center;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .related-items-wrapper .related-item-description {
        width: 386px;
        color: #666666;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .related-items-wrapper a:hover {
        color: #333333;
    }

.adventage-container {
    width: 1200px;
    margin: 0 auto;
}

    .adventage-container h3 {
        margin-top: 60px;
        text-align: center;
    }

    .adventage-container h4 {
        text-align: center;
        font-size: 24px;
        color: #222222;
        font-family: 'Source Han Sans CN';
        margin: 20px 0 60px;
    }

.adventage-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    background: url(../images/worldmap.png) no-repeat center;
}

    .adventage-content li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

.advantage-image {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

.bgcolor1 {
    background-color: #ffa69c;
}

.bgcolor2 {
    background-color: #fff37b;
}

.bgcolor3 {
    background-color: #9696dc;
}

.bgcolor4 {
    background-color: #afeea6;
}

.bgcolor5 {
    background-color: #94d5fd;
}

.bgcolor6 {
    background-color: #94d7e8;
}

.advantage-text-wrappper {
    width: 322px;
}

    .advantage-text-wrappper h5 {
        font-size: 32px;
        color: #222222;
        font-family: 'Source Han Sans CN';
        line-height: 32px;
        margin-bottom: 30px;
    }

    .advantage-text-wrappper p {
        font-size: 16px;
        color: #222222;
        font-family: 'Source Han Sans CN';
        line-height: 27px;
    }

.transportation-container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

    .transportation-container h3 {
        font-size: 16px;
        font-weight: 700;
        color: #222222;
        margin: 20px 0;
    }

.images-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px dashed #eaeaea;
}

    .images-wrapper img {
        border-radius: 7px;
    }

.transportation-container .text-wrapper,
.package-container .text-wrapper {
    display: flex;
    margin-top: 15px;
}

.text-wrapper .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #c2c2c2;
    margin: -21px auto 10px;
}

.transportation-container .text-item {
    margin-left: 214px;
}

    .transportation-container .text-item:first-child {
        margin-left: 32px;
    }

    .transportation-container .text-item:last-child {
        margin-left: 220px;
    }

.package-container {
    width: 1200px;
    margin: 0 auto 40px;
}

    .package-container .images-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 18px 0;
        border-bottom: 1px dashed #eaeaea;
    }

    .package-container h3 {
        font-size: 16px;
        font-weight: 700;
        color: #222222;
        margin: 20px 0;
    }

    .package-container .text-item:nth-child(1) {
        margin-left: 38px;
    }

    .package-container .text-item:nth-child(2) {
        margin-left: 210px;
    }

    .package-container .text-item:nth-child(3) {
        margin-left: 190px;
    }

    .package-container .text-item:nth-child(4) {
        margin-left: 174px;
    }

    .package-container .text-item:nth-child(5) {
        margin-left: 188px;
    }

.cewei-main-container {
    width: 100%;
    margin: 0 auto;
}

.cewei-banner-wrapper {
    width: 100%;
    height: 600px;
    background: url('../images/cewei_banner.jpg') center center no-repeat;
    padding-top: 160px;
}

.cewei-banner-text {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

    .cewei-banner-text h1 {
        font-size: 50px;
        line-height: 50px;
        font-weight: 300;
        font-family: 'Segoe UI';
        text-align: center;
        color: #ffffff;
    }

    .cewei-banner-text h2 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 300;
        font-family: 'Segoe UI';
        text-align: center;
        color: #ffffff;
    }

    .cewei-banner-text img {
        width: 100px;
        height: 100px;
        margin-top: 60px;
    }

    .cewei-banner-text h4 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 12px;
        font-family: 'Segoe UI';
        color: #ffffff;
    }

.cewei-address-wrapper {
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
}

.cewei-address-content {
    width: 1200px;
    height: 760px;
    margin: 0 auto;
    display: flex;
}

    .cewei-address-content .address-left {
        width: 600px;
        height: 760px;
    }

.address-left .item1 {
    width: 100%;
    height: 50%;
    position: relative;
    font-family: 'Source Han Sans CN';
}

    .address-left .item1 p {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        font-weight: lighter;
        color: #222222;
    }

    .address-left .item1 span {
        display: inline-block;
        position: absolute;
        left: 100px;
        bottom: 15px;
        font-size: 14px;
        color: #999999;
        font-weight: lighter;
    }

    .address-left .item1 div {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #f2f2f2;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        color: #595959;
        font-weight: lighter;
    }

.address-left .item2 {
    width: 100%;
    height: 50%;
}

    .address-left .item2 img {
        width: 100%;
        height: 100%;
    }

.cewei-address-content .address-right {
    width: 600px;
    height: 760px;
}

.cewei-intro-wrapper {
    background-color: #222222;
}

.cewei-intro-content {
    width: 1200px;
    height: 578px;
    margin: 0 auto;
    position: relative;
}

    .cewei-intro-content img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

.cewei-intro-text {
    position: absolute;
    right: 0;
    top: 80px;
    width: 632px;
    font-family: 'Source Han Sans CN';
    font-size: 14px;
}

    .cewei-intro-text h3 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cewei-intro-text p {
        font-size: 14px;
        line-height: 32px;
        color: #999999;
        text-indent: 2em;
    }

    .cewei-intro-text span {
        color: #288feb;
    }

.cewei-hope-wrapper {
    background-color: #fff;
}

.cewei-hope-content {
    width: 1200px;
    height: 670px;
    margin: 0 auto;
    position: relative;
    font-family: 'Source Han Sans CN';
}

    .cewei-hope-content img {
        width: 100%;
        height: 370px;
        position: absolute;
        left: 0;
        top: 150px;
    }

    .cewei-hope-content .product-location {
        display: inline-block;
        position: absolute;
        left: 80px;
        top: 200px;
    }

.product-location h3 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
}

.product-location p {
    font-size: 14px;
    line-height: 30px;
    color: #868686;
}

.cewei-hope-content .cewei-hope {
    display: inline-block;
    position: absolute;
    left: 610px;
    top: 260px;
}

.cewei-hope h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cewei-hope p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.cewei-apply-wrapper {
    width: 100%;
    height: 455px;
    margin: 0 auto;
    position: relative;
    font-family: 'Source Han Sans CN';
    background-color: #000000;
}

    .cewei-apply-wrapper img {
        width: 100%;
        height: 455px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

.cewei-apply-content {
    width: 574px;
    height: 255px;
    color: #ffffff;
    background: rgba(40, 143, 235, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

    .cewei-apply-content .list-wrapper {
        display: flex;
        justify-content: center;
    }

        .cewei-apply-content .list-wrapper .list1 {
            margin-right: 30px;
            margin-left: -30px;
        }

        .cewei-apply-content .list-wrapper .list2 {
            margin-left: 30px;
        }

    .cewei-apply-content h3 {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

    .cewei-apply-content li {
        font-size: 14px;
        line-height: 30px;
    }

    .cewei-apply-content .list1 li {
        text-align: right;
        position: relative;
    }

        .cewei-apply-content .list1 li::after {
            content: '';
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            right: -15px;
            top: 12px;
        }

    .cewei-apply-content .list2 li {
        text-align: left;
        list-style-type: disc;
    }

.cewei-service-wrapper {
    background-color: #fff;
    width: 100%;
    height: 560px;
    padding: 90px 0;
}

.cewei-service-content {
    width: 1200px;
    height: 380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .cewei-service-content .content-left {
        width: 355px;
        height: 100%;
    }

    .cewei-service-content .content-center {
        width: 430px;
        height: 100%;
    }

    .cewei-service-content .content-right {
        width: 355px;
        height: 100%;
    }

    .cewei-service-content h2 {
        width: 100%;
        height: 44px;
        background-color: #f8f8f8;
        color: #222222;
        font-size: 16px;
        line-height: 44px;
        text-align: center;
    }

    .cewei-service-content .list-content {
        margin-left: 15px;
    }

    .cewei-service-content .item {
        width: 100%;
        height: 112px;
        border-bottom: 1px solid #eee;
        padding-top: 20px;
    }

        .cewei-service-content .item h3 {
            font-size: 16px;
            line-height: 16px;
            color: #222222;
            position: relative;
        }

            .cewei-service-content .item h3::before {
                content: '';
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #222222;
                position: absolute;
                left: -15px;
                top: 5px;
            }

        .cewei-service-content .item p {
            margin-top: 10px;
            font-size: 14px;
            font-weight: 300;
            line-height: 24px;
            color: #868585;
        }

    .cewei-service-content .content-center {
        background-color: #f8f8f8;
        position: relative;
    }

        .cewei-service-content .content-center h2 {
            font-size: 24px;
            height: 24px;
            color: #222222;
            font-weight: bold;
            line-height: 24px;
            margin-top: 100px;
            text-align: center;
        }

        .cewei-service-content .content-center .content {
            width: 328px;
            margin: 30px auto 0;
            font-size: 14px;
            font-weight: 300;
            line-height: 24px;
            color: #868585;
            text-align: center;
        }

    .cewei-service-content .left-angle {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        box-sizing: content-box;
        width: 0;
        height: 0;
        border-width: 31px 18px 31px 0;
        border-style: solid;
        border-color: transparent #eaeaea transparent;
    }

    .cewei-service-content .right-angle {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        box-sizing: content-box;
        width: 0;
        height: 0;
        border-width: 31px 0 31px 18px;
        border-style: solid;
        border-color: transparent #eaeaea transparent;
    }

.cewei-delivery-wrapper {
    width: 100%;
    height: 560px;
    background: url('../images/cewei_light_delivery.jpg') center center no-repeat;
}

.cewei-delivery-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    font-family: 'Source Han Sans CN';
    color: #ffffff;
}

    .cewei-delivery-content h2 {
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 24px;
    }

    .cewei-delivery-content .text-wrapper {
        margin-bottom: 70px;
    }

        .cewei-delivery-content .text-wrapper p {
            text-align: center;
            font-size: 14px;
            line-height: 24px;
            opacity: 0.8;
        }

    .cewei-delivery-content .delivery-list {
        padding: 0 90px 0 130px;
        display: flex;
        justify-content: space-between;
    }

.delivery-list .circle {
    margin: 0 auto;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(92, 127, 200, 0.5);
    border: 1px solid rgba(186, 209, 255, 0.5);
    box-shadow: 0px 0px 12px rgba(10, 53, 143, 0.58);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cewei-delivery-content .delivery-item h4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

.cewei-delivery-content .delivery-item p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    opacity: 0.8;
    margin-top: 20px;
    text-align: center;
}

.cewei-purchasing-wrapper {
    width: 100%;
    height: 560px;
}

    .cewei-purchasing-wrapper h2 {
        color: #222222;
    }

    .cewei-purchasing-wrapper p {
        color: #868585;
        opacity: 0.8;
    }

    .cewei-purchasing-wrapper h4 {
        color: #222222;
    }

    .cewei-purchasing-wrapper .circle {
        background-color: #fff;
        border: 1px solid rgba(234, 234, 234, 0.5);
        box-shadow: 0px 0px 12px rgba(13, 13, 13, 0.16);
    }

.spr-nav-text {
    margin-bottom: 10px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}

.spr-nav-text2 {
    margin-bottom: 10px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    transform: scale(0.9)
}

.btn-en {
    background-color: #fff;
    color: #288feb !important;
    margin: 5px;
    border-radius: 3px;
}

    .btn-en:hover {
        color: #288feb !important;
    }

.btn-cn {
    background-color: #288feb;
    color: #fff !important;
    margin: 5px;
    border-radius: 3px;
}

/* 首页搜索栏 */
.input-container {
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #222222;
}

.input-wrap {
    width: 367px;
    height: 55px;
    border-radius: 28px;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px 0 50px;
}

.input-name {
    font-size: 14px;
    color: #999;
}

.input-wrap input {
    width: 260px;
    height: 30px;
}

.input-icon {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #288feb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.el-icon-search,
.el-icon-s-promotion {
    color: #fff;
    font-size: 18px;
}

.input-or {
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "HarmonyOS Sans SC Bold";
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    color: #288feb;
}

.skype-list {
    background-color: #288feb;
}

    .skype-list .salesman {
        display: block;
        padding: 10px;
        text-align: center;
    }

        .skype-list .salesman a {
            color: #fff;
        }


        .skype-list .salesman .name {
            width: 80px;
        }

        .skype-list .salesman .btn {
            display: block;
            padding: 0;
            width: 69px;
            height: 25px;
            border-radius: 4px;
            align-items: center;
            text-align: center;
            font-family: PingFangSC;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            font-style: normal;
            color: rgb(255, 255, 255);
            background: rgb(239, 61, 97);
        }

            .skype-list .salesman .btn span {
                font-size: 12px;
                line-height: 17px;
            }

.tooltip {
    position: relative;
    z-index: 1;
}

    .tooltip:hover:after {
        content: attr(data-tooltip);
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        visibility: visible;
        width: 200px;
        padding: 10px;
        border-radius: 5px;
        background-color: black;
        color: white;
        text-align: center;
        transition: all 0.1s ease;
        opacity: 0;
        pointer-events: none;
    }

    .tooltip:hover:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        visibility: visible;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
        transition: all 0.1s ease;
        opacity: 0;
    }

    .tooltip:hover:after {
        visibility: visible;
        opacity: 1;
        transition: all 0.2s ease;
    }

    .tooltip:hover:before {
        visibility: visible;
        opacity: 1;
        transition: all 0.2s ease;
    }


.company-profile-container {
    width: 100%;
    background: #F6F6F6;
    padding: 50px 0 60px;
    box-sizing: border-box;
}

.company-profile-wrap {
    width: 1200px;
    margin: 0 auto;
}

.company-introduction-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.company-introduction-left {
    width: 576px;
    height: 474px;
    background-image: url('/Content/Images/television.png');
    /* 根据需要调整背景大小 */
    background-size: cover;
    /* 背景居中显示 */
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.company-introduction-video {
    width: 545px;
    height: 338px;
    background: #010101;
    margin-top: 2px;
}

.company-introduction-right {
    width: 598px;
    height: 474px;
}

.company-introduction-img {
    width: 598px;
    height: 474px;
}

.company-introduction-title {
    font-family: "HarmonyOS Sans SC Bold";
    font-weight: 700;
    font-size: 40px;
    color: #222;
    text-align: center;
    margin-top: 55px;
}

.company-introduction-subtitle {
    font-family: "HarmonyOS Sans SC Bold";
    font-weight: 700;
    font-size: 40px;
    color: #288feb;
    margin-left: 20px;
}

.company-introduction-text {
    font-family: "HarmonyOS Sans SC";
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    margin-top: 35px;
}

.company-introduction-name {
    font-family: "HarmonyOS Sans SC";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    margin-top: 20px;
}

.more-wrap {
    width: 202px;
    height: 50px;
    background: #f6f6f6;
    border: 1px solid #d8d8d8;
    font-family: "Arial";
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    cursor: pointer;
}

.data-identification {
    width: 100%;
    height: 260px;
    background-image: url('/Content/Images/data-bg.png');
    /* 根据需要调整背景大小 */
    background-size: cover;
    /* 背景居中显示 */
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.data-identification-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.data-identification-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.data-identification-total {
    font-family: "HarmonyOS Sans SC Bold";
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.data-identification-name {
    font-family: "HarmonyOS Sans SC";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}

.data-identification-text {
    width: 197px;
    height: 50px;
    font-family: "HarmonyOS Sans SC";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    margin-top: 10px;
}
