﻿/*body {
    cursor: url('/skin/images/300.png'), auto;
}*/

.underline b {
    position: relative; /* 确保伪元素可以相对于它定位 */
}
    .underline b:after {
        position: absolute;
        right: 0;
        bottom: -6px;
        left: 0;
        height: 3px;
        border-radius: 2.5px;
        content: " ";
        background-color: #d98c8c;
    }

.head-tran .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    height: 90px;
}


.head-primary .head-height {
    height: 90px;
}


.container {
    max-width: 1440px;
    margin: 0 auto;
}


.logo {
    float: right;
    width: 14%;
    height: 90px;
}

    .logo h1 {
        margin-top: 20px;
    }

.logo-primary {
    display: none;
}


.stock-code {
    font-size: 12px;
    color: #fff;
    font-weight: initial;
    display: block;
    margin-top: 6px;
}


.tel-search {
    position: relative;
    width: 13%;
    float: left;
}

.not-tel {
    line-height: 90px;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}


    .not-tel span {
        font-size: 21px;
        margin-right: 8px;
    }


.tel-icon {
    width: 26px;
    height: 26px;
    background: url(../images/tel_icon.png) center center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    bottom: -3px;
    margin-right: 12px;
}


/*菜单*/

.menu-box {
    float: left;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

nav {
    width: 100%;
}

#starlist {
    text-align: center;
}

    #starlist li {
        display: inline-block;
        text-align: center;
    }

        #starlist li > a {
            color: #f8f8f8;
            font-size: 18px;
            display: block;
            line-height: 90px;
            position: relative;
            z-index: 9;
            transition: initial;
            margin: 0 17px;
        }

        #starlist li:hover > a {
            color: rgba(255,255,255,1);
        }

        #starlist li a .active {
            color: #aa0000;
        }


    #starlist ul {
    }


    #starlist li .sub {
        position: absolute;
        right: 0;
        top: 90px;
        width: 100%;
        height: 0;
        padding: 0;
        background-color: rgba(255, 255, 255, 1);
        opacity: 0;
        z-index: 1;
        box-shadow: 0 1px 5px rgba(0,0,0,.1);
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        overflow: hidden;
    }


    #starlist li:hover .sub {
        opacity: 1;
        top: 90px;
        padding: 14px 0;
        height: auto;
        z-index: 99;
    }


    #starlist ul.sub {
        text-align: center;
    }

        #starlist ul.sub li {
            float: initial;
            display: inline-table;
            width: auto;
            text-align: center;
            margin: 0 10px;
        }

            #starlist ul.sub li a {
                color: #333;
                font-size: 15px;
                line-height: 30px;
                height: initial;
                font-weight: initial;
                margin: 0;
            }


            #starlist ul.sub li:hover a {
                color: #ed6d00;
                background: initial;
            }




    .menu span, .menu:before, #starlist .active span, #starlist .active:before {
        display: none;
    }

    .menu:before, #starlist .active:before {
        position: absolute;
        content: "";
        top: 25px;
        right: 5px;
        background-position: center center;
        background-size: 100%;
        width: 20px;
        height: 11px;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .menu:hover:before, #starlist .active:hover:before {
        transform: rotate(180deg)
    }

#mnavh {
    display: none;
    margin: 26px 0 0 0;
    width: 16px;
    height: 24px;
    float: right;
    text-align: center;
    padding: 0 2% 0 0;
    right: 3%;
}


.navicon {
    display: block;
    position: relative;
    width: 16px;
    height: 2px;
    background-color: #fff;
    bottom: -8px;
    cursor: pointer;
}

    .navicon:before,
    .navicon:after {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        position: absolute;
        background: #fff;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .navicon:before {
        margin-top: -8px;
    }

    .navicon:after {
        margin-top: 8px;
    }

.open .navicon {
    background: none
}

    .open .navicon:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open .navicon:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .open .navicon:before,
    .open .navicon:after {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        position: absolute;
        background: #fff;
    }



/*导航鼠标切换*/

.head-tran:hover .header .navicon {
    background: #333;
}

.head-tran:hover .header .open .navicon {
    background: none
}

.head-tran:hover .header .navicon:before,
.head-tran:hover .header .navicon:after {
    background: #333;
}

.head-tran:hover .header .open .navicon:before,
.head-tran:hover .header .open .navicon:after {
    background: #333;
}

.head-tran:hover .header {
    background-color: rgba(255,255,255,1);
}

    .head-tran:hover .header .logo-white {
        display: none;
    }

    .head-tran:hover .header .logo-primary {
        display: inline-block;
    }

    .head-tran:hover .header .stock-code {
        color: #333333;
    }

    .head-tran:hover .header .tel-search:before {
        background-color: rgba(0,0,0,.2);
    }

    .head-tran:hover .header .not-tel {
        color: #aa0000;
    }

    .head-tran:hover .header .tel-icon {
        background: url(../images/tel_icon_primary.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .head-tran:hover .header #starlist li > a {
        color: #333333;
    }

    .head-tran:hover .header #starlist li.active > a {
        color: #aa0000;
    }

    .head-tran:hover .header #starlist li:hover > a {
        color: #aa0000;
    }



/*原色*/
.head-tran.head-primary .header .navicon {
    background: #333;
}

.head-tran.head-primary .header .open .navicon {
    background: none
}

.head-tran.head-primary .header .navicon:before,
.head-tran.head-primary .header .navicon:after {
    background: #333;
}

.head-tran.head-primary .header .open .navicon:before,
.head-tran.head-primary .header .open .navicon:after {
    background: #333;
}

.head-tran.head-primary .header {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 1px rgba(0,0,0,.3);
}

    .head-tran.head-primary .header .logo-white {
        display: none;
    }

    .head-tran.head-primary .header .logo-primary {
        display: inline-block;
    }

    .head-tran.head-primary .header .stock-code {
        color: #333333;
    }

    .head-tran.head-primary .header .tel-search:before {
        background-color: rgba(0,0,0,.2);
    }

    .head-tran.head-primary .header .not-tel {
        color: #aa0000;
    }

    .head-tran.head-primary .header .tel-icon {
        background: url(../images/tel_icon_primary.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .head-tran.head-primary .header #starlist li > a {
        color: #333333;
    }

    .head-tran.head-primary .header #starlist li .active {
        color: #aa0000;
        font-weight: bold;
    }


.head-primary .head-height {
    height: 90px;
}



/*导航悬浮*/
.head-tran .header.fixed .navicon {
    background: #333;
}

.head-tran .header.fixed .open .navicon {
    background: none
}

.head-tran .header.fixed .navicon:before,
.head-tran .header.fixed .navicon:after {
    background: #333;
}

.head-tran .header.fixed .open .navicon:before,
.head-tran .header.fixed .open .navicon:after {
    background: #333;
}

.head-tran .header.fixed {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}

    .head-tran .header.fixed .logo-white {
        display: none;
    }

    .head-tran .header.fixed .logo-primary {
        display: inline-block;
    }

    .head-tran .header.fixed .stock-code {
        color: #333333;
    }

    .head-tran .header.fixed .tel-search:before {
        background-color: rgba(0,0,0,.2);
    }

    .head-tran .header.fixed .not-tel {
        color: #aa0000;
    }

    .head-tran .header.fixed .tel-icon {
        background: url(../images/tel_icon_primary.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .head-tran .header.fixed #starlist li > a {
        color: #333333;
    }

    .head-tran .header.fixed #starlist li .active {
        color: #aa0000;
        font-weight: bold;
    }

        .head-tran .header.fixed #starlist li.active > a {
            color: #aa0000
        }

    .head-tran .header.fixed #starlist li:hover > a {
        color: #aa0000
    }



/*banner*/

.pb-carouselWarp {
    position: relative;
    width: 100%;
}

    .pb-carouselWarp .pb-carousel {
        position: relative;
        overflow: hidden;
    }

        .pb-carouselWarp .pb-carousel li {
            display: none;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .pb-carouselWarp .pb-carousel .pb-this {
            display: block;
            left: 0;
        }

        .pb-carouselWarp .pb-carousel li div {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

.pc {
    display: block;
}

.phone {
    display: none;
}



/*banner翻页圆点*/

.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    width: 100%;
    z-index: 8;
    bottom: 40px;
    left: 0;
    text-align: center;
    background-color: initial;
    padding: initial;
}


    .pb-carouselWarp .pb-carousel-ind li {
        display: inline-block;
        width: 4px;
        height: 4px;
        margin: 0 10px;
        position: relative;
        background: rgb(255 255 255 / 60%);
        border-radius: 50%;
        cursor: pointer;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }


        .pb-carouselWarp .pb-carousel-ind li:before {
            position: absolute;
            left: -5px;
            top: -5px;
            display: block;
            content: "";
            width: 12px;
            height: 12px;
            border: 1px solid rgb(255 255 255 / 60%);
            border-radius: 50%;
        }


        .pb-carouselWarp .pb-carousel-ind li:hover {
            background: #aa0000;
        }


    .pb-carouselWarp .pb-carousel-ind .pb-this {
        width: 4px;
        height: 4px;
        margin: 0 10px;
        position: relative;
        background: rgb(170 0 0 / 80%);
        border-radius: 50%;
    }

        .pb-carouselWarp .pb-carousel-ind .pb-this:before {
            position: absolute;
            left: -5px;
            top: -5px;
            display: block;
            content: "";
            width: 12px;
            height: 12px;
            border: 1px solid rgb(170 0 0 / 80%);
            border-radius: 50%;
        }




.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 50%;
}

.pb-carouselWarp .pb-arrow-prev {
    left: 2%;
    background: url(../images/arrow_left.png) no-repeat center rgba(0, 0, 0, .2);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

    .pb-carouselWarp .pb-arrow-prev:hover, .pb-carouselWarp .pb-arrow-next:hover {
        background-color: rgba(0,0,0,.5);
    }

.pb-carouselWarp .pb-arrow-next {
    right: 2%;
    background: url(../images/arrow_right.png) no-repeat center rgba(0, 0, 0, .2);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}


.pb-carouselWarp .pb-banner {
    width: 92%;
    top: 20%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

    .pb-carouselWarp .pb-banner .title {
        font-weight: bold;
        font-size: 38px;
        color: #ffffff;
    }

    .pb-carouselWarp .pb-banner .des {
        font-size: 25px;
        color: #ffffff;
        margin: 24px 0;
        font-weight: lighter;
        letter-spacing: 4px;
    }

    .pb-carouselWarp .pb-banner .more {
        display: inline-block;
        font-size: 14px;
        color: #eeeeee;
        margin-top: 10px;
    }


/* banner end */

/*底部*/

.foot {
    background: #222222;
}

.foot-menu-des {
    padding: 86px 0;
}

.foot-menu {
    float: left;
    width: 68%;
}

    .foot-menu ul li {
        float: left;
        width: 16.5%;
    }

        .foot-menu ul li a {
            font-size: 16px;
            color: #ffffff;
        }

            .foot-menu ul li a:hover {
                color: #ffffff;
            }

        .foot-menu ul li ul {
            margin-top: 16px;
        }

            .foot-menu ul li ul li {
                float: initial;
                width: 100%;
                margin-bottom: 0;
            }

                .foot-menu ul li ul li a {
                    font-size: 14px;
                    color: #b0b0b0;
                    line-height: 36px;
                }


.foot-des {
    float: right;
    width: 32%;
}

.foot-logo {
    text-align: right;
    margin-bottom: 16px;
}

    .foot-logo img {
        height: 48px;
    }

.foot-tel p {
    font-size: 14px;
    color: #b0b0b0;
    text-align: right;
}

.foot-tel b {
    font-size: 36px;
    color: #ffffff;
    text-align: right;
    display: block;
    margin-top: 4px;
}


.foot-rwm {
    margin-top: 32px;
}

    .foot-rwm ul li {
        float: right;
        margin-left: 26px;
    }

        .foot-rwm ul li p {
            font-size: 12px;
            color: #999999;
            margin-top: 8px;
            text-align: center;
        }


.foot-id {
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    margin-top: 0px;
}

    .foot-id p {
        color: #b0b0b0;
    }

    .foot-id span {
        color: #eee;
        display: block;
    }

    .foot-id i {
        display: none;
    }


.foot-copy-box {
    padding: 20px 0 20px;
    border-top: 1px solid #464748;
}

.foot-copy {
    font-size: 14px;
    color: #888;
    float: left;
}

    .foot-copy a {
        font-size: 14px;
        color: #888;
    }

        .foot-copy a:hover {
            color: #FFFFFF;
        }

.foot-spt {
    font-size: 14px;
    color: #888;
    float: right;
}

    .foot-spt a {
        font-size: 14px;
        color: #888;
    }

        .foot-spt a:hover {
            color: #FFFFFF;
        }


.foot-link {
    margin-top: -8px;
    padding-bottom: 24px;
    background: #222222;
    color: #888;
    font-size: 14px;
    line-height: 20px;
}

    .foot-link a {
        color: #888;
        font-size: 14px;
        margin-right: 10px;
    }

        .foot-link a:hover {
            color: #FFFFFF;
        }






.i-n-b .pb-carouselWarp .pb-carousel {
    position: relative;
    height: 680px;
    overflow: hidden;
}

.i-n-b .pb-carouselWarp ul li {
    background: url(../images/pro_bg.png) center center no-repeat;
}

.i-n-b .pro-msg {
    position: absolute;
    left: 0;
    top: 100px;
    width: 30%;
}

.pro-msg h4 {
    font-size: 28px;
    height: auto;
    font-weight: initial;
    color: #aa0000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pro-msg span {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.pro-msg .mod {
    margin-top: 30px;
}

    .pro-msg .mod span {
        width: 50%;
        max-width: 90px;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #999999;
        font-size: 16px;
        color: #0a0a0a;
        display: block;
        border-radius: 16px;
        text-align: center;
        margin-top: 24px;
    }

.pro-link {
    position: absolute;
    left: 0;
    bottom: 156px;
}

.i-n-b .pb-carouselWarp .pb-carousel li .pro-link a {
    display: inline-block;
    width: 65px;
    padding: 0 30px 0 25px;
    height: 32px;
    line-height: 32px;
    background: #aa0000;
    border-radius: 16px;
    position: relative;
    color: #fff;
    font-size: 12px;
    z-index: 9;
}

    .i-n-b .pb-carouselWarp .pb-carousel li .pro-link a:hover {
        box-shadow: 0 3px 4px rgb(170 0 0 / 50%);
    }

    .i-n-b .pb-carouselWarp .pb-carousel li .pro-link a .arr-b:after {
        right: 25px;
        top: 12px;
    }



.i-n-b .pro-sale {
    position: absolute;
    right: 0;
    top: 18%;
    transform: translateY(-50%);
    width: 26%;
}

    .i-n-b .pro-sale p {
        border-bottom: 1px solid #e5e5e5;
        font-size: 18px;
        float: left;
    }

        .i-n-b .pro-sale p:last-child {
            border-bottom: initial;
        }

        .i-n-b .pro-sale p img {
            float: left;
            display: block;
            margin: 28px 20px 0 0;
            width: 15px;
        }

        .i-n-b .pro-sale p i {
            float: right;
            margin: 28px 0;
            display: block;
        }

        .i-n-b .pro-sale p span {
            background-image: url(../images/pro_mark.png); /* 设置背景图片 */
            background-size: cover; /* 背景图片覆盖整个元素 */
            background-repeat: no-repeat; /* 背景图片不重复 */
            display: inline-block; /* 使span表现得像块级元素 */
            padding: 10px; /* 内边距让文本与背景图片之间有些间隔 */


            width: 13px;
            height: 13px;
        }


.i-n-b .pro-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.i-n-b .pb-carouselWarp .pb-arrow {
    position: absolute;
    top: -26px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
}

.i-n-b .pb-carouselWarp .pb-arrow-prev {
    left: initial;
    right: 224px;
    z-index: 10;
    background: url(../images/pro_arrow_left.png) no-repeat center;
}

    .i-n-b .pb-carouselWarp .pb-arrow-prev:hover {
        background: url(../images/pro_arrow_left_a.png) no-repeat center;
    }

.i-n-b .pb-carouselWarp .pb-arrow-next:hover {
    background: url(../images/pro_arrow_right_a.png) no-repeat center;
}

.i-n-b .pb-carouselWarp .pb-arrow-next {
    right: 168px;
    z-index: 10;
    background: url(../images/pro_arrow_right.png) no-repeat center;
}


.in-not-pro {
    padding: 120px 0 100px 0;
}

.pro-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
}

    .pro-top .in-title {
        text-align: left;
        float: left;
        width: 45%;
    }

.pro-cut {
    float: right;
}

    .pro-cut .more-list {
        margin-top: 60px;
    }




.in-pro {
    padding: 104px 0 120px;
    background: #F8F8F8;
}

.title-l h2 {
    font-size: 40px;
    color: #333333;
    float: left;
    font-weight: initial;
}

.title-more {
    float: right;
    padding-top: 24px;
}

    .title-more a {
        font-size: 12px;
        color: #333333;
    }

        .title-more a:hover {
            color: #aa0000;
        }

.arr-h {
    margin-left: 5px;
    display: inline-block;
}

.arr-r {
    margin: 10px;
}

.arr-home {
    margin-right: 5px;
}

.in-pro-box {
    margin-top: 56px;
}

    .in-pro-box .item {
        position: relative;
        top: 0;
        width: 32.2%;
        margin-left: 1.7%;
        background: #FFFFFF;
        float: left;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

        .in-pro-box .item:hover {
            top: -10px;
            box-shadow: 0 0 12px rgba(0,0,0,.1);
        }


        .in-pro-box .item:nth-child(3n+1) {
            margin-left: 0;
        }

        .in-pro-box .item .box {
            padding: 8px;
        }

        .in-pro-box .item .tp {
            background: url(../images/pro_item_bg.jpg) center top no-repeat;
            background-size: 100% 100%;
        }


.pro_name {
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin-top: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pro_xh_int {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pro_ling {
    margin-top: 12px;
    text-align: center;
    padding-bottom: 24px;
}

    .pro_ling a {
        font-size: 12px;
        color: #666;
        position: relative;
        z-index: 10;
    }

        .pro_ling a:hover {
            color: #aa0000;
        }

        .pro_ling a i {
            margin-left: 4px;
        }



.ling-arr {
    width: 13px;
    height: 7px;
    display: inline-block;
    position: relative;
}


.in-not-pro-box {
    margin: 88px 0 100px 0;
}

.in-pro-cont {
    margin-top: 80px;
    display: flex;
}

.pro-arr:hover {
    top: -10px;
    box-shadow: 0 0 12px rgb(118 132 163 / 38%);
}


.pro-arr {
    position: relative;
    top: 0;
    float: left;
    width: 24.25%;
    margin-left: 1%;
    background: #FFFFFF;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

    .pro-arr:nth-child(4n+1) {
        margin-left: 0%;
    }


.pro-column {
    background: linear-gradient(to bottom, #090911 0%, #7988a7 100%);
    text-align: center;
    color: #fff;
}

    .pro-column .text-img img {
        margin-top: 20px;
        width: 100px;
    }


    .pro-column .text-title {
        margin: 15px 0;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
    }

    .pro-column p {
        opacity: .8;
        color: #fff;
        text-align: justify;
        font-size: 14px;
        padding: 0 30px;
    }

    .pro-column .text-des {
        margin: 20px 30px;
        text-align: left;
        position: relative;
    }

        .pro-column .text-des span {
            line-height: 26px;
            color: #dddddd;
            opacity: .8;
            color: #fff;
            display: inline-block;
            position: relative;
            font-size: 14px;
            padding-left: 18px;
        }

            .pro-column .text-des span:before {
                background: url(../images/pro_mark.png);
                background-size: 100% 100%;
                position: absolute;
                top: 7px;
                left: 0px;
                width: 10px;
                height: 14px;
                content: "";
            }

.pro-detail {
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}

    .pro-detail .box {
        margin: 0 3% 6% 3%;
    }

    .pro-detail .text-title {
        text-align: center;
        font-size: 18px;
        color: #000000;
        margin: 10px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .pro-detail p {
        font-size: 14px;
        color: #666;
        text-align: left;
        margin-top: 10px;
        line-height: 24px;
        max-height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }


.in-about {
    height: 768px;
    background: url(../images/about_bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

    .in-about .about-link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

.com-file {
    width: 50%;
    padding: 6.4% 0;
    float: left;
}

    .com-file h2 {
        position: relative;
        font-weight: bold;
        font-size: 40px;
        color: #FFFFFF;
    }

        .com-file h2:after {
            position: absolute;
            bottom: -62px;
            left: 0;
            content: "";
            display: block;
            width: 42px;
            height: 3px;
            background: #FFFFFF;
        }

    .com-file span {
        font-size: 16px;
        color: #f8f8f8;
        text-transform: uppercase;
        margin: 10px 0;
        display: inline-block;
    }



    .com-file .text {
        font-size: 16px;
        color: #ffffff;
        line-height: 28px;
        margin-top: 52px;
    }

        .com-file .text i {
            font-size: 18px;
            line-height: 36px;
            display: block;
            margin-bottom: 8px;
        }

    .com-file .more {
        background: #aa0000;
        font-size: 14px;
        color: #FFFFFF;
        display: inline-block;
        padding: 0px 18px;
        height: 32px;
        line-height: 32px;
        border-radius: 18px;
    }



.com-power {
    margin-top: 5%;
    top: 114px;
}

    .com-power ul li {
        float: left;
        width: 45%;
        margin-bottom: 40px;
        color: #FFFFFF;
    }

        .com-power ul li i {
            margin-bottom: 8px;
            font-size: 42px;
            font-weight: bold;
            display: inline-block;
        }

        .com-power ul li span {
            margin-left: 5px;
            font-size: 22px;
        }



.in-video-b {
    position: absolute;
    left: 50%;
    top: 368px;
    transform: translate(-50%, -50%);
}

    .in-video-b a {
        position: relative;
        width: 63px;
        height: 63px;
        display: block;
    }

        .in-video-b a img {
            position: relative;
            z-index: 9;
        }

        .in-video-b a:before {
            display: block;
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            border: #fff solid 1px;
            border-radius: 50%;
            animation: living 2s linear infinite;
            z-index: 1;
        }

        .in-video-b a:after {
            display: block;
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: #fff;
            border-radius: 50%;
            animation: living 2s linear 1.5s infinite;
            z-index: 1;
        }



.videos {
}

.videos-bg {
}

    .videos-bg #video {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        z-index: 9;
        height: 100%;
        width: 100%;
    }

.vclose-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
    cursor: pointer;
}

.vclose {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 10;
    cursor: pointer;
}



.in-case {
    padding: 104px 0 110px;
}

.in-title {
    text-align: center;
}

    .in-title h2 {
        font-size: 36px;
        color: #aa0000;
        font-weight: bold;
    }

    .in-title p {
        font-size: 18px;
        color: #333333;
        margin-top: 16px;
    }



.join-pro-box {
    margin-top: 32px;
}

    .join-pro-box .item {
        float: left;
        width: 32.2%;
        margin-left: 1.7%;
        margin-top: 24px;
        position: relative;
        overflow: hidden;
    }

        .join-pro-box .item:nth-child(3n+1) {
            margin-left: 0;
            clear: both;
        }

        .join-pro-box .item .tp {
            background: #eeeeee;
            padding: 15%;
        }

            .join-pro-box .item .tp img {
                display: block;
            }

        .join-pro-box .item:hover .box {
            top: 0;
        }

        .join-pro-box .item .box {
            transition: all 0.3s;
            position: absolute;
            top: 100%;
            left: 0;
            width: 90%;
            padding: 0 5%;
            height: 100%;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }


        .join-pro-box .item .text {
            text-align: center;
        }

            .join-pro-box .item .text h2 {
                font-weight: initial;
                font-size: 24px;
                line-height: 30px;
                height: 30px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .join-pro-box .item .text p {
                font-size: 15px;
                line-height: 25px;
                height: 50px;
                margin-top: 12px;
                margin-bottom: 18px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            .join-pro-box .item .text a {
                color: #fff;
                font-size: 14px;
                position: relative;
            }


.arr-m {
    width: 14px;
    margin-left: 4px;
    display: inline-block;
}


.more-list {
    text-align: center;
    margin-top: 48px;
}

    .more-list a {
        padding: 11px 28px;
        border: 1px solid #d9d9d9;
        color: #333;
        display: inline;
        border-radius: 20px;
        font-size: 13px;
        position: relative;
    }


.arr-l {
    width: 26px;
    display: inline-block;
}

    .arr-l:before {
        font-size: 14px;
    }


.more-list a:hover {
    border: 1px solid #aa0000;
    background: #aa0000;
    color: #fff;
}


.in-solu {
    background: #f8f8f8;
    padding: 54px 0 128px;
}

.in-solu-box {
    margin-top: 68px;
}

    .in-solu-box .item {
        position: relative;
        float: left;
        width: 24.25%;
        margin-left: 1%;
    }

        .in-solu-box .item:nth-child(4n+1) {
            margin-left: 0;
        }

        .in-solu-box .item .text {
            text-align: center;
        }

            .in-solu-box .item .text h2 {
                font-size: 28px;
                color: #333333;
                font-weight: initial;
                margin-top: 20px;
                transition: all 0.3s;
            }

        .in-solu-box .item:hover .text h2 {
            color: #aa0000;
        }

        .in-solu-box .item .text p {
            font-size: 16px;
            color: #666666;
            margin-top: 8px;
            margin-bottom: 12px;
        }

        .in-solu-box .item .text a {
            position: relative;
            z-index: 9;
            color: #333;
            font-size: 14px;
        }

            .in-solu-box .item .text a:hover {
                color: #AA0000;
            }




.solu-list {
    padding: 110px 0 140px;
}

.in-solu-box.solu-classify {
    margin-top: 72px;
}

    .in-solu-box.solu-classify .item {
        float: left;
        width: 23.725%;
        margin-left: 1.7%;
        height: 360px;
        margin-top: 24px;
    }

        .in-solu-box.solu-classify .item:nth-child(4n+1) {
            margin-left: 0;
            clear: both;
        }


        .in-solu-box.solu-classify .item .unit-link {
            border: 1px solid #EEEEEE;
        }

            .in-solu-box.solu-classify .item .unit-link:hover {
                border: 1px solid #EEEEEE;
                box-shadow: 0 0 10px rgba(0,0,0,.08);
            }

        .in-solu-box.solu-classify .item:before {
            display: none;
        }



        .in-solu-box.solu-classify .item .text a {
            color: #aa0000;
        }

            .in-solu-box.solu-classify .item .text a:hover {
                color: initial;
            }


.solu-classic-case {
    padding: 110px 0 120px;
    background: #F8F8F8;
}



/** 合作客户  */
.in-cooperation {
    padding: 120px 0 60px;
    background: #f6f6f6;
}

.cooperation-top {
    padding-bottom: 32px;
    border-bottom: 1px solid #eeeeee;
}

.in-cooperation .in-title {
    text-align: left;
    float: left;
    width: 50%;
}

.cooperation-show {
    background: #f7fafd;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.cooperation-decorate-bg {
    position: absolute;
    top: -320px;
    left: -115px;
}

.cooperation-show-con {
    padding: 32px 0;
    background: #f6f6f6;
}

    .cooperation-show-con ul li {
        margin-top: 24px;
        float: left;
        margin-left: 1.6%;
        width: 18.72%;
        background: #fff;
        box-shadow: 2px 2px 6px rgb(184 184 184 / 58%);
        transition: all 0.5s;
    }

        .cooperation-show-con ul li:hover {
            box-shadow: 0 0 16px rgba(60,113,186,.28);
        }

        .cooperation-show-con ul li:nth-child(5n+1) {
            margin-left: 0;
        }

.see-more.index-more a {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0 32px;
    border: 1px solid #dddddd;
}

    .see-more.index-more a:hover {
        border: 1px solid #195ADC;
        background: #195ADC;
        color: #fff;
        text-decoration: initial;
    }

        .see-more.index-more a:hover .arrow-right-black {
            background: url(../images/arrow_right_white.png) center center no-repeat;
            background-size: 100% 100%;
            width: 5px;
            height: 9px;
        }
/* 合作客户 end */



.in-join {
    padding: 96px 0 112px;
    overflow: hidden;
}

    .in-join h2 {
        font-size: 36px;
        color: #aa0000;
        font-weight: bold;
    }

    .in-join .i-prod-ser-title {
        padding-bottom: 32px;
        border-bottom: 1px solid #eeeeee;
    }




        .in-join .i-prod-ser-title p {
            font-size: 18px;
            color: #666666;
            margin-top: 14px;
        }


.i-join-box {
    margin-top: 56px;
}

.i-join-con {
}


.i-join-left {
    width: 49.2%;
    background-size: cover;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    float: left;
}

    .i-join-left .box {
        display: flex;
        justify-content: space-between;
        padding: 40px 48px;
    }


    .i-join-left .text {
        display: flex;
        align-items: center;
    }

        .i-join-left .text h3 {
            font-size: 24px;
            line-height: 36px;
            color: #ffffff;
        }


.i-join-right {
    float: right;
    width: 49.2%;
    background-size: cover;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

    .i-join-right .box {
        display: flex;
        justify-content: space-between;
        padding: 48px;
    }


    .i-join-right .text {
        display: flex;
        align-items: center;
    }

        .i-join-right .text h3 {
            font-size: 24px;
            line-height: 36px;
            color: #ffffff;
            margin-bottom: 20px;
        }

            .i-join-right .text h3 span {
                display: block;
            }

        .i-join-right .text p {
            font-size: 16px;
            line-height: 28px;
            color: #ffffff;
        }

    .i-join-right .pic {
        padding-top: 28px;
    }



.i-join-chara {
    background: #f8f8f8;
    background-size: cover;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.ijoin-chara-title {
    padding: 48px 0 0 48px;
}

    .ijoin-chara-title h3 {
        font-size: 24px;
        color: #FFFFFF;
    }


.ijoin-chara-list {
    padding: 50px 0 20px 0;
}

    .ijoin-chara-list ul li {
        width: 25%;
        float: left;
        text-align: center;
        position: relative;
    }

        .ijoin-chara-list ul li:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background: #d1d1d1;
            display: block;
            content: "";
        }

        .ijoin-chara-list ul li:first-child:before {
            display: none;
        }

        .ijoin-chara-list ul li i {
            font-size: 28px;
            color: #aa0000;
            font-weight: bold;
        }

            .ijoin-chara-list ul li i span {
                font-size: 28px;
            }

        .ijoin-chara-list ul li p {
            font-size: 16px;
            color: #333333;
            margin-top: 12px;
        }





.in-news {
    padding: 114px 0 100px;
}

.news-top {
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
}

.in-news .in-title {
    text-align: left;
    float: left;
    width: 50%;
}



.news-tab {
    float: right;
    width: 50%;
}

.tabs {
    margin-top: 62px;
    text-align: right;
}

    .tabs a {
        display: inline-block;
        color: #333;
        text-align: center;
        line-height: 36px;
        font-size: 18px;
        margin-left: 60px;
        transition: initial;
    }

        .tabs a.active {
            color: #aa0000;
            position: relative;
        }

            .tabs a.active:after {
                position: absolute;
                bottom: -16px;
                content: "";
                display: block;
                width: 100%;
                height: 3px;
                background: #aa0000;
            }

.swiper-container {
    width: 100%;
    border-top: 0;
}

.swiper-slide {
    width: 100%;
    background: none;
}


.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



.news-box {
    margin-top: 80px;
}

.not-left {
    float: left;
    width: 32.13%;
    margin-left: 1.8%;
}

    .not-left:nth-child(3n+1) {
        margin-left: 0%;
    }

    .not-left .tp img {
        display: block;
    }

    .not-left .text {
        margin-top: 20px;
    }

        .not-left .text span {
            font-size: 14px;
            color: #666666;
        }

        .not-left .text a h2 {
            font-size: 18px;
            line-height: 32px;
            height: 32px;
            color: #333333;
            font-weight: initial;
            margin-top: 6px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            transition: all 0.3s;
        }

        .not-left .text a:hover h2 {
            color: #aa0000;
        }

        .not-left .text p {
            font-size: 14px;
            line-height: 26px;
            height: 52px;
            color: #858585;
            margin-top: 8px;
            margin-bottom: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }


.news-list {
    float: right;
    width: 100%;
    margin-top: 24px;
}

    .news-list .item {
        position: relative;
        width: 32.12%;
        float: left;
        margin-left: 1.8%;
    }

        .news-list .item:nth-child(3n+1) {
            margin-left: 0;
        }

        .news-list .item .box {
            padding: 36px 0;
            border: 1px solid #eeeeee;
            border-left: 0px;
            border-right: 0px;
        }

        .news-list .item span {
            font-size: 14px;
            color: #666666;
        }

        .news-list .item h2 {
            font-size: 18px;
            line-height: 32px;
            height: 32px;
            color: #333333;
            font-weight: initial;
            margin-top: 6px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            transition: all 0.3s;
        }

        .news-list .item:hover h2 {
            color: #aa0000;
        }

        .news-list .item p {
            font-size: 14px;
            line-height: 26px;
            height: 52px;
            color: #858585;
            margin-top: 6px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }


        .news-list .item .box a {
            position: relative;
            z-index: 9;
            color: #999999;
            font-size: 14px;
        }

            .news-list .item .box a:hover {
                color: #aa0000;
            }

            .news-list .item .box a .arr-h:after {
                background: url(../images/arr_hs.png) center top no-repeat;
            }






/*case*/

.case-banner .pb-carouselWarp .pb-carousel {
    position: relative;
    max-width: 1920px;
    height: 600px;
    overflow: hidden;
}

.case-banner .pb-carousel li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 190px;
    width: 100%;
    display: block;
    content: "";
    background: url(../images/case_bg.png) left bottom no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.case-banner .pb-carousel li .text {
    position: absolute;
    width: 1440px;
    transform: translateX(-50%);
    bottom: 32px;
    left: 50%;
    z-index: 9;
}

.case-banner .pb-carousel li h2 {
    width: 60%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.case-banner .pb-carousel li p {
    width: 60%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 28px;
    font-size: 14px;
    color: #FFFFFF;
}


.case-banner .pb-carouselWarp .pb-arrow {
    z-index: 9;
    position: absolute;
    top: initial;
    margin-top: initial;
    bottom: 48px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    outline: none;
    display: block;
}

.case-banner .pb-carouselWarp .pb-arrow-prev {
    right: 50%;
    left: initial;
    margin-right: -670px;
    background: url(../images/case_left.png) no-repeat center;
}

    .case-banner .pb-carouselWarp .pb-arrow-prev:hover {
        background-color: initial;
        background: url(../images/case_left_a.png) no-repeat center;
    }

.case-banner .pb-carouselWarp .pb-arrow-next {
    right: 50%;
    margin-right: -720px;
    background: url(../images/case_right.png) no-repeat center;
}

    .case-banner .pb-carouselWarp .pb-arrow-next:hover {
        background-color: initial;
        background: url(../images/case_right_a.png) no-repeat center;
    }



.list-menu {
}

    .list-menu .container {
        border-bottom: 1px solid #eeeeee;
    }


    .list-menu .l-m-b {
        width: 64%;
        float: left;
        line-height: 120px;
    }

        .list-menu .l-m-b ul li {
            float: left;
            margin-right: 48px;
        }

            .list-menu .l-m-b ul li a {
                color: #858585;
                font-size: 18px;
            }

                .list-menu .l-m-b ul li a:hover {
                    color: #aa0000;
                }

            .list-menu .l-m-b ul li.active a {
                color: #aa0000;
                position: relative;
            }

                .list-menu .l-m-b ul li.active a:after {
                    position: absolute;
                    left: 0;
                    top: 36px;
                    display: block;
                    content: "";
                    width: 100%;
                    height: 3px;
                    background: #aa0000;
                }

.cru-menu {
    float: right;
    line-height: 120px;
    margin-top: 52px;
    color: #858585;
}

    .cru-menu a {
        display: inline;
        font-size: 16px;
        color: #858585;
    }

        .cru-menu a:hover {
            color: #aa0000;
        }




.case-list {
    position: relative;
    padding: 30px 0 100px 0;
    text-align: center;
}

    .case-list .c-u-link:hover {
        margin-top: 35px;
        border-radius: 5px;
        box-shadow: 0 0 12px rgb(118 132 163 / 25%);
    }


        .case-list .c-u-link:hover .des span, .case-list .c-u-link:hover .item h2 {
            color: #aa0000;
        }


    .case-list .c-u-link {
        display: block;
        float: left;
        width: 32.13%;
        margin-left: 1.8%;
        margin-top: 50px;
    }

        .case-list .c-u-link:nth-child(3n+1) {
            margin-left: 0;
            clear: both;
        }

    .case-list .item {
        display: block;
        padding: 26px 20px;
    }

        .case-list .item .tp img {
            border-radius: 5px;
        }

        .case-list .item .des {
            display: inline-block;
            margin-top: 20px;
        }

        .case-list .item h2 {
            font-size: 20px;
            line-height: 48px;
            max-height: 48px;
            color: #444444;
            text-align: left;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .case-list .item span {
            font-size: 16px;
            color: #666666;
            float: left;
            margin-bottom: 20px;
        }

        .case-list .item .des p {
            font-size: 14px;
            color: #858585;
            text-align: justify;
            line-height: 24px;
            max-height: 48px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .case-list .item .des span {
            margin-top: 12px;
            margin-bottom: 0;
            display: inline-block;
            float: left;
            font-size: 14px;
            color: #999999;
        }



.case-in-header {
    overflow: hidden;
    padding: 60px 0;
}

    .case-in-header .container {
        background: #FFFFFF;
    }

.case-page-pic {
    width: 60%;
    float: left;
}

    .case-page-pic .crt_img_list {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
    }

.crt_img_list .crt_img_show {
    width: 660px;
    float: left;
}

    .crt_img_list .crt_img_show img {
        width: 100%;
        transition: opacity 1s ease-in-out;
    }


.crt_img_list .crt_img_thumbnail {
    float: left;
    width: 165px;
    height: 100%;
    padding: 0 5px;
    background:#eeeeee;
}

    .crt_img_list .crt_img_thumbnail .crt_item img {
        cursor: pointer;
    }

    .crt_img_list .crt_img_thumbnail .crt_item .current-slide {
        width: calc(100% - 4px);
        border: 2px solid #aa0000;
    }


.case-page-text {
    width: 40%;
    float: right;
}

    .case-page-text .box {
        padding: 65px 40px;
    }

    .case-page-text .title h2 {
        font-size: 23px;
        line-height: 28px;
        color: #333333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .case-page-text .title h2 span {
            display: inline-block;
            background: #aa0000;
            font-size: 12px;
            color: #ffffff;
            height: 24px;
            line-height: 24px;
            padding: 2px 10px;
            border-radius: 3px;
            margin-right: 10px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .case-page-text .title p {
        font-size: 12px;
        line-height: 22px;
        color: #00837e;
        margin-top: 4px;
    }


    .case-page-text .chara {
        margin-top: 20px;
    }

        .case-page-text .chara ul li {
            width: 100%;
            padding: 18px 0;
            border-top: 1px solid #eeeeee;
            font-size: 14px;
        }

            .case-page-text .chara ul li i {
                font-size: 14px;
                color: #666666;
                display: inline-block;
                margin-right: 28px;
            }

            .case-page-text .chara ul li span {
                display: inline-block;
                font-size: 14px;
                color: #333333;
            }


        .case-page-text .chara .al-mark {
            padding: 3px 8px;
            background: #aa0000;
            font-size: 12px;
            color: #ffffff;
            height: 20px;
            line-height: 18px;
            border-radius: 3px;
        }


    .case-page-text .description {
        border-top: 1px solid #eeeeee;
        padding-top: 24px;
        line-height: 26px;
    }

        .case-page-text .description b {
            font-size: 14px;
            color: #333333;
        }

        .case-page-text .description p {
            font-size: 12px;
            color: #666666;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

    .case-page-text .button {
        margin-top: 56px;
    }

        .case-page-text .button a {
            padding: 0 18px;
            display: inline-block;
            border: 1px solid #aa0000;
            font-size: 13px;
            font-weight: bold;
            color: #aa0000;
            height: 34px;
            border-radius: 4px;
            line-height: 32px;
        }

            .case-page-text .button a:hover {
                background: #aa0000;
                color: #fff;
            }

            .case-page-text .button a i {
                margin-right: 2px;
            }



.acquire {
    margin-right: 8px;
}

.case-page-text .button a.consult {
    background: #aa0000;
    color: #fff;
}

    .case-page-text .button a.consult:hover {
        opacity: .8;
    }




.case-content {
    margin-top: 20px;
}

.case-content-box {
    background: #FFFFFF;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding: 30px 0 50px 0;
    border-top: 1px solid #eeeeee;
}

    .case-content-box p {
        margin-bottom: 6px;
    }


    .case-paging {
        padding: 70px 0 100px;
        text-align: center;
        border-top: 1px solid #dddddd;
    }

    .case-paging a {
        display: inline-block;
        color: #333333;
        line-height: 30px;
        float: left;
    }

    .case-paging .set {
        width: 4%;
        line-height: 16px;
    }

    .case-paging .on {
        display: inline-block;
        text-align: left;
        width: 30%;
        margin-right: 18%;
        line-height: 16px;
    }



    .case-paging .down {
        display: inline-block;
        text-align: right;
        width: 30%;
        margin-left: 18%;
        line-height: 16px;
    }


    .case-paging .on span {
        width: 92%;
        float: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .case-paging .down span {
        width: 92%;
        float: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }


    .case-paging .on i {
        float: left;
        margin-right: 8px
    }

    .case-paging .on:hover, .case-paging .down:hover {
        color: #aa0000;
    }

    .case-paging .down i {
        float: left;
        margin-left: 8px
    }



.case-recommend {
    padding: 96px 0 112px;
}

    .case-recommend .rectitle h2 {
        font-size: 36px;
        color: #333333;
        float: left;
    }

    .case-recommend .rectitle .more {
        font-size: 14px;
        color: #333333;
        float: right;
        display: inline-block;
        height: 38px;
        line-height: 36px;
        padding: 0 20px;
        border: 1px solid #dddddd;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        margin-top: 6px;
    }

        .case-recommend .rectitle .more:hover {
            color: #FFFFFF;
            border: 1px solid #00837e;
            background: #00837e;
        }

.case-list-box.case-rec-list {
    padding: 24px 0 0 0;
    text-align: center;
}

    .case-list-box.case-rec-list .item .box {
        border: 1px solid #eee;
        padding: 15px;
    }





/*翻页控件代码*/

.paging {
    text-align: center;
}

    .paging .container {
        padding: 72px 0 110px 0;
        border-top: 1px solid #eee;
    }

.container a b {
    color: #333333;
}

    .container a b:hover {
        color: #aa0000;
    }


.paging #AspNetPager1 {
}

#AspNetPager1 span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ed1c22;
    display: inline-block;
    color: #FFFFFF;
    background: #ed1c22;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 50%;
}

.paging a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #eee;
    display: inline-block;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
}

    .paging a:hover {
        border: 1px solid #ed1c22;
        color: #FFFFFF;
        background: #ed1c22;
    }


.cru-box .cru-menu {
    float: inherit;
    line-height: 88px;
    color: #858585;
}

.case-con-box {
}

.case-con-tp {
    float: left;
    width: 58.4%;
}


.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider {
    position: relative;
    width: 9999px;
}

    .slider:before,
    .slider:after {
        display: table;
        content: ' ';
    }

    .slider:after {
        clear: both;
    }

.slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

    .slider__item img {
        display: block;
        max-width: initial;
        height: 570px;
    }

.slider__switch span {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
}
/* Arrows */
.slider__switch {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    background: #000;
    opacity: .3;
    transition: opacity .15s ease;
    fill: #fff;
}

.slider__switch--prev {
    left: 10px;
}

.slider__switch--next {
    right: 10px;
}

.slider__switch:hover {
    opacity: .85;
}

.slider__switch[disabled] {
    visibility: hidden;
    opacity: 0;
}

.slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99999;
    filter: alpha(opacity=90); /* ie8 */
}

.slider-nav__control {
    display: none;
}

.slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.preview {
    margin-top: 16px;
    text-align: center;
    padding: 0 5px;
}

    .preview a {
        transition: initial;
        display: inline-block;
        margin: 0 5px;
    }

    .preview img {
        display: block;
        width: 150px;
        height: auto;
    }

    .preview .active {
        outline: 3px solid #cc7676;
    }






.case-con-page {
    margin-top: 88px;
}

.c-video video {
    width: 100%;
    cursor: pointer;
    vertical-align: top;
}

.c-video iframe {
    width: 100%;
    height: 800px;
    vertical-align: top;
}


.c-content {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 48px;
}

    .c-content a {
        color: #aa0000;
    }

.con-paging {
    background: #fafafa;
    padding: 0 1%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 56px;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
}

    .con-paging .on {
        float: left;
        width: 40%;
    }

        .con-paging .on i {
            width: 80%;
            margin: 16px 0;
            display: block;
        }

        .con-paging .on a:after {
            content: "";
            display: block;
            height: 12px;
            width: 9px;
            background: url(../images/con_l_sj.png) left top no-repeat;
            position: absolute;
            left: 0;
            top: 5px;
        }

        .con-paging .on i a {
            padding-left: 23px;
            position: relative;
            font-size: 16px;
            color: #333333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .con-paging .on i:hover a {
            color: #aa0000;
        }

        .con-paging .on a:hover:after {
            background: url(../images/con_l_a_sj.png) left top no-repeat;
        }

    .con-paging .return {
        float: left;
        width: 20%;
        text-align: center;
    }

        .con-paging .return i {
            padding-left: 23px;
            width: 80%;
            margin: 16px 0;
            display: block;
        }

            .con-paging .return i a {
                font-size: 16px;
                color: #333333;
                position: relative;
                overflow: hidden;
            }

                .con-paging .return i a:hover {
                    color: #aa0000;
                }

        .con-paging .return a:after {
            content: "";
            display: block;
            height: 13px;
            width: 13px;
            background: url(../images/con_jh.png) left top no-repeat;
            position: absolute;
            left: -28px;
            top: 5px;
        }

        .con-paging .return a:hover:after {
            background: url(../images/con_a_jh.png) left top no-repeat;
        }

    .con-paging .down {
        float: left;
        width: 40%;
        text-align: right;
    }

        .con-paging .down i {
            overflow: hidden;
            width: 80%;
            float: right;
            padding-right: 23px;
            margin: 16px 0;
        }

            .con-paging .down i a {
                font-size: 16px;
                color: #333333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                position: relative;
            }


                .con-paging .down i a:hover {
                    color: #aa0000;
                }

        .con-paging .down a:after {
            content: "";
            display: block;
            height: 12px;
            width: 9px;
            background: url(../images/con_r_sj.png) left top no-repeat;
            position: absolute;
            right: -23px;
            top: 5px;
        }

        .con-paging .down a:hover:after {
            background: url(../images/con_r_a_sj.png) left top no-repeat;
        }




.in-pro.relpro {
    background: initial;
}

    .in-pro.relpro .in-pro-box {
        margin-top: 60px;
    }

        .in-pro.relpro .in-pro-box .item {
            width: 23.725%;
            margin-left: 1.7%;
            background: #F8F8F8;
            float: left;
        }

            .in-pro.relpro .in-pro-box .item:hover {
                border-radius: 5px;
                box-shadow: 0 0 12px rgb(118 132 163 / 35%);
            }

            .in-pro.relpro .in-pro-box .item:first-child {
                margin-left: 0;
            }

            .in-pro.relpro .in-pro-box .item .tp {
                background: #FFFFFF;
            }




/*案例滚动*/
.slider2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

.slides {
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide-item {
    height: auto;
    float: left;
    clear: none;
    background: #FFFFFF;
}

.slider-arrows {
}


.slider-arrow {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
}

.slider-arrow--right {
    bottom: 0;
    left: 66%;
    background: url(../images/topicarrow.jpg) right top no-repeat;
}

.slider-arrow--left {
    bottom: 0;
    left: 66%;
    margin-left: -60px;
    background: url(../images/topicarrow_hover.jpg) left top no-repeat;
}

.slider-arrow--right:hover {
    opacity: .8;
    /*background: url(../images/topicarrow_hover.jpg) right top no-repeat;*/
}

.slider-arrow--left:hover {
    opacity: .8;
    /*background: url(../images/topicarrow_hover.jpg) left top no-repeat;*/
}

.slider-nav {
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    display: none;
}


.al-sic-tp {
    height: 580px;
    width: 66%;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .al-sic-tp img {
        display: block;
        width: 100%;
    }

.al-sic-text {
    width: 34%;
    float: right;
}

    .al-sic-text .box {
        padding: 60px 50px;
    }

    .al-sic-text .title h2 {
        font-size: 28px;
        line-height: 32px;
        color: #333333;
        font-weight: bold;
        display: block;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 64px;
    }

    .al-sic-text .text p {
        font-size: 16px;
        line-height: 32px;
        color: #666666;
        margin-top: 32px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 96px;
    }

    .al-sic-text .details {
        position: absolute;
        bottom: 110px;
    }

        .al-sic-text .details a {
            font-size: 14px;
            color: #999999;
            position: relative;
        }

            .al-sic-text .details a:hover {
                color: #aa0000;
            }


            .al-sic-text .details a:before {
                position: absolute;
                left: 0;
                bottom: 0;
                background: url(../images/des_eng.png) center top no-repeat;
                width: 275px;
                height: 59px;
                display: block;
                content: "";
            }


.an-omk {
    margin-top: 32px;
}

    .an-omk ul li {
        width: 23.725%;
        margin-left: 1.7%;
        float: left;
        position: relative;
    }

        .an-omk ul li:first-child {
            margin-left: 0;
        }

        .an-omk ul li h2 {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 9;
            font-size: 16px;
            color: #ffffff;
            width: 90%;
            margin: 12px 5%;
            line-height: 28px;
            max-height: 28px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-align: center;
        }

        .an-omk ul li:after {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            display: block;
            content: "";
            background: url(../images/s_al_bg.png) center bottom no-repeat;
            width: 100%;
            height: 100%;
        }




.solu-indu-adv {
    padding: 110px 0 68px;
}

.s-a-box {
    padding-top: 48px;
}

    .s-a-box .item {
        width: 32.2%;
        margin-left: 1.7%;
        padding: 60px 0 64px;
        float: left;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

        .s-a-box .item:after {
            position: absolute;
            right: -12px;
            top: 60px;
            height: 135px;
            width: 1px;
            background: #EEEEEE;
            display: block;
            content: "";
        }

        .s-a-box .item:nth-child(3n+1) {
            margin-left: 0;
            clear: both;
        }

        .s-a-box .item:nth-child(3n+3):after {
            display: none;
        }

        .s-a-box .item:nth-child(4), .s-a-box .item:nth-child(5), .s-a-box .item:nth-child(6) {
            border-bottom: initial;
        }

        .s-a-box .item i {
            font-size: 24px;
            color: #333333;
            display: block;
            margin: 24px 0 13px;
        }

        .s-a-box .item p {
            font-size: 16px;
            color: #666666;
        }




.indu-news {
    background: #F8F8F8;
    padding: 120px 0 120px;
}


.i-n-list {
    padding-top: 40px;
}

    .i-n-list .item {
        width: 49.15%;
        margin-left: 1.7%;
        position: relative;
        float: left;
        background: #fff;
        margin-top: 24px;
        box-shadow: 0 0 5px rgba(0,0,0,0.05);
    }

        .i-n-list .item:nth-child(2n+1) {
            margin-left: 0;
        }

        .i-n-list .item .tp {
            width: 48%;
            float: left;
            height: 212px;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .i-n-list .item .tp img {
                max-width: initial;
                height: 212px;
            }


        .i-n-list .item .text {
            width: 52%;
            float: left;
        }

            .i-n-list .item .text .box {
                padding: 26px 24px;
            }

            .i-n-list .item .text h2 {
                font-size: 18px;
                font-weight: initial;
                line-height: 28px;
                max-height: 28px;
                color: #333;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .i-n-list .item .text span {
                display: block;
                font-size: 12px;
                color: #999999;
                margin-top: 4px;
            }

            .i-n-list .item .text p {
                font-size: 14px;
                color: #858585;
                font-weight: initial;
                line-height: 26px;
                max-height: 52px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                margin: 12px 0 22px;
            }

            .i-n-list .item .text a {
                font-size: 12px;
                color: #999999;
                position: relative;
                z-index: 9;
            }

                .i-n-list .item .text a:hover {
                    text-decoration: underline;
                }





.school-banner {
    position: relative;
}

.p-b {
    height: 800px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.school-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
}

.school-banner .box {
    width: 33%;
    padding-top: 160px;
}

.school-banner .title {
}

    .school-banner .title i {
        font-size: 36px;
        color: #333333;
        font-weight: bold;
        float: left;
    }

.schvideo {
    float: left;
    cursor: pointer;
    margin-left: 40px;
    padding-left: 48px;
    background: url(../images/school_icon.png) left center no-repeat;
}

    .schvideo span {
        display: inline-block;
        line-height: 48px;
    }

.school-banner .text {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 20px;
    padding-bottom: 40px;
}



.sch-solution {
    padding: 110px 0 120px 0;
}

.sch-title {
    text-align: center;
}

    .sch-title i {
        font-size: 36px;
        color: #aa0000;
        display: block;
        margin-bottom: 8px;
    }

    .sch-title span {
        font-size: 14px;
        color: #cccccc;
    }



.sch-sol-con {
    margin-top: 60px;
}


    .sch-sol-con .tp {
        width: 50%;
        float: left;
    }

    .sch-sol-con .text {
        width: 47%;
        float: right;
    }

.sch-pro-ana {
    margin-bottom: 38px;
}

    .sch-pro-ana .subtitle {
        width: 100%;
        background: #eeeeee;
        line-height: 38px;
        color: #878787;
        font-size: 16px;
    }

        .sch-pro-ana .subtitle span {
            font-size: 14px;
        }

    .sch-pro-ana p {
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        margin-top: 16px;
    }

    .sch-pro-ana .subtitle i {
        margin-right: 15px;
        padding-left: 34px;
        margin-left: 15px;
        background: url(../images/school_icon1.png) left center no-repeat;
    }

    .sch-pro-ana:last-child .subtitle i {
        background: url(../images/school_icon2.png) left center no-repeat;
    }



.sch-apply {
    background: url(../images/school_bg1.jpg) center bottom no-repeat;
    padding-bottom: 100px;
}

    .sch-apply .text {
        float: left;
        width: 50%;
    }

        .sch-apply .text span {
            display: inline-block;
            text-align: center;
            line-height: 38px;
            border: 1px solid #aa0000;
            padding: 0 18px;
            font-size: 20px;
            color: #aa0000;
            border-radius: 4px;
        }

        .sch-apply .text i {
            display: block;
            font-size: 20px;
            line-height: 40px;
            font-weight: bold;
            color: #aa0000;
            margin-top: 20px;
            margin-bottom: 15px;
        }

        .sch-apply .text p {
            font-size: 16px;
            line-height: 30px;
            color: #333;
        }


    .sch-apply .apply-plan {
        float: right;
        width: 47%;
        background-color: rgba(238,238,238,.4);
    }

        .sch-apply .apply-plan .box {
            padding: 45px 35px;
        }

        .sch-apply .apply-plan .item {
            margin-top: 35px;
        }

            .sch-apply .apply-plan .item:first-child {
                margin-top: 0;
            }

        .sch-apply .apply-plan i {
            font-weight: bold;
            color: #444444;
            font-size: 20px;
        }

        .sch-apply .apply-plan p {
            color: #333333;
            font-size: 16px;
            line-height: 32px;
            margin-top: 10px;
        }


.sch-ple-con {
    margin-top: 50px;
}

.section {
    background: #e17921 url(../images/school_data_bg.jpg) center top no-repeat;
    background-size: auto 100%;
}

.index-coredata {
    position: relative;
}

    .index-coredata .main {
        position: absolute;
        left: 0;
        z-index: 20;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .index-coredata .title {
        color: #fff;
        margin-top: 5%;
    }

        .index-coredata .title h2 {
            color: #fff;
            font-size: 38px;
        }

    .index-coredata .text {
        font-size: 16px;
        line-height: 32px;
        color: #f6ddce;
        margin-top: 30px;
    }

        .index-coredata .text span {
            display: block;
        }

.coredata {
}

    .coredata .item {
        color: #fff;
        position: relative;
        position: absolute;
    }

        .coredata .item h6 {
            font-size: 14px;
            margin: 0;
            font-weight: normal;
        }

        .coredata .item h2 {
            font-size: 60px;
            margin: 0;
            font-weight: normal;
        }

        .coredata .item h4 {
            font-size: 16px;
            margin: 0;
            font-weight: normal;
            opacity: .5;
        }

        .coredata .item i {
        }

        .coredata .item.item1 {
            text-align: right;
            left: 22%;
            top: 40%;
        }

        .coredata .item.item2 {
            text-align: left;
            right: 22%;
            top: 40%;
        }

        .coredata .item.item3 {
            text-align: right;
            left: 37%;
            bottom: 20%;
        }

        .coredata .item.item4 {
            text-align: left;
            right: 29.5%;
            bottom: 20%;
        }

.mt-number-animate {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .mt-number-animate .mt-number-animate-dot {
        width: 20px;
        line-height: 60px;
        float: left;
        text-align: center;
    }

    .mt-number-animate .mt-number-animate-dom {
        width: 34px;
        text-align: center;
        float: left;
        position: relative;
        top: 0;
    }

        .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
            width: 100%;
            float: left;
        }

.canvasearthring {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

#earth {
    background-image: url("../images/school_data.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 136px;
    height: 136px;
    position: absolute;
    top: 50%;
    margin-left: -50px;
    left: 50%;
    margin-top: -55px;
    z-index: 1;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 90000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 90000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 90000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 90000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



@-ms-keyframes spin {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}




.case-sult p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

.case-sult span {
    color: #aa0000;
}


.sch-solution .s-a-box {
    padding-top: 0;
}

    .sch-solution .s-a-box .item {
        border-bottom: initial;
        padding-top: 80px;
        padding-bottom: 0px;
    }

        .sch-solution .s-a-box .item p {
            padding: 0 14%;
            line-height: 28px;
        }

        .sch-solution .s-a-box .item:after {
            display: none;
        }



.in-pro.sch-pro {
    background: #F8F8F8;
}

    .in-pro.sch-pro .title-l h2, .sch-case .title-l h2 {
        color: #aa0000;
    }

    .in-pro.sch-pro .in-pro-box .item {
        background: #fff;
    }

        .in-pro.sch-pro .in-pro-box .item .tp {
            background: #F8F8F8;
        }


.sch-case .case-list {
    padding: 4px 0 0 0;
}



.submit {
    background: url(../images/submit_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.sub-des {
    width: 45%;
    float: left;
}

    .sub-des .title {
    }

        .sub-des .title h2 {
            font-size: 40px;
            color: #aa0000;
            font-weight: initial;
        }

        .sub-des .title p {
            font-size: 18px;
            color: #333333;
            margin-top: 12px;
        }


    .sub-des .tel {
        margin-top: 72px;
        color: #000;
    }

        .sub-des .tel i {
            font-size: 16px;
        }

        .sub-des .tel p {
            font-size: 48px;
            font-weight: bold;
        }

    .sub-des .rwm {
        margin-top: 72px;
        background: #fff;
        display: inline-block;
        padding: 8px;
    }



        .sub-des .rwm i {
            font-size: 12px;
            color: #666666;
            display: block;
            padding: 12px 0 4px 0;
            text-align: center;
        }



.sub-con {
    width: 45%;
    float: right;
    background: #fff;
}

    .sub-con .box {
        padding: 32px 32px 40px 32px;
    }

    .sub-con .name {
    }

        .sub-con .name i, .sub-con .telphone i, .sub-con .message i {
            font-size: 16px;
            line-height: 24px;
            color: #666666;
            display: block;
        }

        .sub-con .name span, .sub-con .telphone span {
            color: #aa0000;
        }

        .sub-con .name input, .sub-con .telphone input {
            width: 95.9%;
            padding: 0 2%;
            height: 40px;
            border: 1px solid #EEEEEE;
            background: #f8f8f8;
            margin-top: 14px;
            color: #333333;
            font-size: 16px;
            outline: initial;
        }


    .sub-con .telphone, .sub-con .message {
        margin-top: 26px;
    }


        .sub-con .message textarea {
            width: 96%;
            padding: 8px 2%;
            border: 1px solid #EEEEEE;
            color: #333333;
            line-height: 28px;
            font-size: 16px;
            outline: initial;
            margin-top: 14px;
            background: #f8f8f8;
        }

.submit-anniu {
    margin-top: 40px;
}

    .submit-anniu a {
        color: #FFFFFF;
        line-height: 40px;
        background: #aa0000;
        font-size: 16px;
        display: block;
        text-align: center;
    }

.head-primary list-banner-global {
    margin-top: 90px;
}


.list-banner-global {
    height: 600px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

    .list-banner-global .title {
        padding-top: 230px;
    }

        .list-banner-global .title h2 {
            font-size: 48px;
            color: #FFFFFF;
            font-weight: initial;
        }

        .list-banner-global .title p {
            font-size: 18px;
            margin-top: 20px;
            color: #FFFFFF;
            line-height: 30px;
        }



.bg-h {
    background: #f4f4f4;
}

    .bg-h .list-menu .container {
        border-bottom: 1px solid #ddd;
    }

.news-hot {
    padding: 80px 0;
}

    .news-hot .item {
        float: left;
        width: 32.2%;
        margin-left: 1.7%;
        background: #fff;
        position: relative;
    }

        .news-hot .item:first-child {
            margin-left: 0;
        }

        .news-hot .item .box {
            padding: 19px;
            border: 1px solid #eeeeee;
        }

        .news-hot .item .tp {
            overflow: hidden;
        }

        .news-hot .item .text {
            padding-top: 14px;
        }

            .news-hot .item .text h2 {
                font-size: 22px;
                line-height: 30px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                max-height: 60px;
                color: #333333;
                font-weight: initial;
            }

        .news-hot .item:hover .text h2 {
            color: #aa0000;
        }

        .news-hot .item .text p {
            font-size: 14px;
            line-height: 20px;
            color: #858585;
            margin-top: 8px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            max-height: 40px;
        }


        .news-hot .item .text .des {
            margin-top: 20px;
        }

            .news-hot .item .text .des span {
                font-size: 14px;
                color: #666666;
                display: block;
                float: left;
            }

            .news-hot .item .text .des a {
                font-size: 12px;
                color: #999;
                display: block;
                float: right;
                position: relative;
                z-index: 10;
            }

                .news-hot .item .text .des a:hover {
                    color: #aa0000;
                }



.news-list-box {
    margin-top: 80px;
    padding-bottom: 100px;
    text-align: center;
}

    .news-list-box .container {
        padding-bottom: 80px;
        margin-bottom: 40px;
    }

    .news-list-box .item {
        margin-bottom: 140px;
        position: relative;
    }

        .news-list-box .item:last-child {
            margin-bottom: 0px;
        }

        .news-list-box .item .tp {
            width: 31.6%;
            float: left;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            height: 308px;
        }

            .news-list-box .item .tp img {
                height: 308px;
                max-width: initial;
                transition: transform 0.6s ease;
            }

        .news-list-box .item:hover img {
            box-shadow: 0 0 5px rgba(0,0,0,.1);
            transform: scale(1.04);
            border-radius: 3px;
        }

        .news-list-box .item:hover {
            transition: transform 0.3s ease-in-out;
            border-radius: 5px;
            box-shadow: 0 0 12px rgb(118 132 163 / 25%);
        }


        .news-list-box .item .time {
            display: inline-block;
            color: #858585;
            padding: 2% 0;
        }

            .news-list-box .item .time i {
                font-size: 42px;
                line-height: 38px;
                font-weight: bold;
            }

            .news-list-box .item .time span {
                font-size: 12px;
                line-height: 18px;
                display: block;
            }


        .news-list-box .item .text {
            padding: 2% 1% 0 0;
            width: 64.4%;
            float: right;
            text-align: left;
        }

            .news-list-box .item .text h2 {
                font-size: 24px;
                line-height: 30px;
                max-height: 30px;
                color: #000000;
                font-weight: initial;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                transition: all 0.3s;
            }

        .news-list-box .item:hover .text a {
            background: #aa0000;
            color: #ffffff;
        }

        .news-list-box .item:hover .text h2 {
            color: #aa0000;
        }

        .news-list-box .item .text p {
            font-size: 14px;
            color: #858585;
            line-height: 26px;
            transition: all 0.3s;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            max-height: 52px;
        }

        .news-list-box .item .text .tags {
            display: none;
            line-height: 48px;
        }

            .news-list-box .item .text .tags a {
                font-size: 13px;
                color: #858585;
                border: 1px solid #ddd;
                margin-right: 12px;
                padding: 4px 10px;
                border-radius: 4px;
            }



        .news-list-box .item .text a {
            font-size: 12px;
            color: #999999;
            line-height: 22px;
            padding: 4px 20px;
            border: 1px solid #ddd;
            border-radius: 40px;
            position: absolute;
            bottom: 10%;
            z-index: 10;
            transition: background 0.5s, transform 0.5s;
        }


.bg-h .paging .container {
    border-top: 1px solid #ddd;
}

.bg-h .paging a {
    border: 1px solid #ddd;
}

    .bg-h .paging a:hover {
        border: 1px solid #aa0000;
    }





.news-page {
    padding: 40px 0 60px 0;
}



.news-left {
    float: left;
    width: 67.4%;
}

.news-title {
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
}

    .news-title h2 {
        font-size: 26px;
        color: #333333;
        line-height: 36px;
        font-weight: initial;
    }

    .news-title .con-des {
        margin-top: 16px;
    }

        .news-title .con-des span {
            font-size: 14px;
            color: #999999;
            margin-right: 40px;
        }


.news-content {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding: 30px 0;
    text-align: justify;
    max-width: 1196px;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
}

    .news-content p {
        margin-bottom: 12px;
        color: #4e4e4e;
    }

    .news-content ul, .news-content ol {
        padding-left: 2em;
    }

        .news-content ul li {
            list-style: disc;
            margin-bottom: 12px;
        }


        .news-content ol li {
            list-style: decimal;
            margin-bottom: 12px;
        }


.paging-ou {
    max-width: 1196px;
    margin: 0 auto;
    padding-top: 56px;
}


    .paging-ou i {
        display: block;
        line-height: 28px;
        font-size: 18px;
        color: #333;
        padding: 8px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        max-height: 28px;
    }

        .paging-ou i:hover, .paging-ou i a:hover {
            color: #aa0000;
        }

        .paging-ou i a {
            color: #333;
        }


/* 新闻内容页 右侧  */

.news-right {
    float: right;
    width: 23.8%;
}

.tag {
    background: #f8f8f8;
}

    .tag .box {
        padding: 30px 20px;
    }

    .tag .subtitle i {
        display: block;
        font-size: 18px;
        color: #333;
        padding-left: 16px;
        position: relative;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }

        .tag .subtitle i:before {
            position: absolute;
            left: 0;
            top: 5px;
            display: block;
            content: "";
            width: 3px;
            height: 18px;
            background: #aa0000;
        }



.tag-box {
    margin-top: 16px;
}

    .tag-box ul li {
        font-size: 15px;
        line-height: 32px;
        display: inline-block;
        margin-right: 16px;
    }

        .tag-box ul li a {
            color: #666666;
        }

            .tag-box ul li a:hover {
                color: #aa0000;
            }



.pop-rec {
}

.poprec-box ul li {
    margin-top: 20px;
}

    .poprec-box ul li.active img {
        display: block;
    }

    .poprec-box ul li img {
        display: none;
    }

    .poprec-box ul li h2 {
        font-size: 15px;
        color: #333333;
        line-height: 28px;
        font-weight: initial;
        margin-top: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .poprec-box ul li:hover h2 {
        color: #aa0000;
    }

    .poprec-box ul li span {
        font-size: 12px;
        color: #999999;
        line-height: 14px;
        margin-top: 4px;
        display: block;
    }

.product-rec {
    background: #f8f8f8;
    padding: 120px 0 128px;
    overflow: hidden;
}

.rec-title {
}

    .rec-title h2 {
        font-size: 48px;
        color: #333333;
        font-weight: initial;
        line-height: 50px;
        float: left;
    }

    .rec-title a {
        width: 158px;
        height: 38px;
        border: 1px solid #d0d0d0;
        font-size: 14px;
        color: #666666;
        line-height: 38px;
        float: right;
        text-align: center;
        margin-top: 6px;
    }

        .rec-title a:hover {
            background: #094E45;
            border: 1px solid #094E45;
            color: #FFFFFF;
        }






.news-related {
    background: #F8F8F8;
    padding: 60px 0 72px 0;
}

    .news-related .title i {
        font-size: 24px;
        color: #333;
        padding-left: 24px;
        position: relative;
    }

        .news-related .title i:before {
            position: absolute;
            left: 0;
            top: 5px;
            display: block;
            content: "";
            width: 3px;
            height: 24px;
            background: #aa0000;
        }


.news-rel-list {
    margin-top: 36px;
}

    .news-rel-list ul li {
        float: left;
        width: 45%;
        margin-left: 10%;
        padding: 20px 0;
    }

        .news-rel-list ul li:nth-child(2n+1) {
            margin-left: 0;
        }

        .news-rel-list ul li a {
            font-size: 18px;
            line-height: 28px;
            max-height: 28px;
            color: #333;
            float: left;
            width: 72%;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            padding-left: 4%;
            position: relative;
        }

            .news-rel-list ul li a:before {
                position: absolute;
                left: 0;
                top: 11px;
                display: block;
                content: "";
                width: 6px;
                height: 6px;
                background: #aa0000;
                border-radius: 50%;
            }

            .news-rel-list ul li a:hover {
                color: #aa0000;
            }

        .news-rel-list ul li span {
            float: right;
            width: 20%;
            color: #858585;
            text-align: right;
            font-size: 18px;
        }



.video-list-box {
    text-align: center;
    padding: 80px 0 100px 0;
}

.video-list {
    padding-bottom: 32px;
}

    .video-list ul li {
        float: left;
        width: 24.25%;
        margin-left: 1%;
        margin-bottom: 48px;
        overflow: hidden;
        background: #FFFFFF;
        box-shadow: 0 0 8px rgba(0,0,0,.05);
    }

        .video-list ul li:nth-child(4n+1) {
            margin-left: 0;
        }

        .video-list ul li .box {
            position: relative;
            overflow: hidden;
        }

        .video-list ul li .icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.3);
            z-index: 9;
            transition: all 0.4s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            opacity: 1;
        }

        .video-list ul li:hover .icon {
            top: 0;
            opacity: 0;
        }

        .video-list ul li .icon i {
            display: block;
            width: 48px;
            height: 48px;
            background: url(../images/video_icon.png) center center no-repeat;
            background-size: 100% 100%;
            margin: 0 auto;
        }

        .video-list ul li img {
            display: block;
        }

        .video-list ul li .text {
            padding: 12px 16px;
            text-align: left;
        }

            .video-list ul li .text i {
                font-size: 18px;
                color: #333333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                max-height: 30px;
                line-height: 30px;
                overflow: hidden;
            }

            .video-list ul li .text p {
                font-size: 14px;
                color: #999;
                margin-top: 2px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                max-height: 24px;
                line-height: 24px;
                overflow: hidden;
            }



.video-paging .paging .container {
    border-top: initial;
}

.video-paging .paging .container {
    padding-top: 0;
}







.video-play {
    padding: 100px 0;
    background: #F8F8F8;
}

    .video-play .container {
        position: relative;
    }

    .video-play .play {
        width: 76%;
        height: 700px;
        float: left;
        background: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .video-play .play video {
            width: 100%;
            height: 100%;
        }


        .video-play .play iframe {
            width: 100%;
            height: 100%;
        }

    .video-play .text {
        width: 23%;
        float: right;
        background: #FFFFFF;
        position: absolute;
        height: 100%;
        right: 0;
    }

        .video-play .text .box {
            padding: 25px 20px;
        }

        .video-play .text .title i {
            font-size: 24px;
            line-height: 32px;
            max-height: 64px;
            color: #333333;
            font-weight: bold;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .video-play .text .title span {
            font-size: 12px;
            color: #999;
            display: block;
            margin-top: 8px;
        }

        .video-play .text .title em {
            margin-right: 10px;
        }

        .video-play .text .title p {
            font-size: 14px;
            line-height: 26px;
            height: 52px;
            overflow: hidden;
            color: #858585;
            margin-top: 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }


.rel-video {
    margin-top: 20px;
    position: absolute;
    bottom: 25px;
    padding-right: 20px;
}

.rel-title i {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}

.rel-list {
    margin-top: 10px;
}

    .rel-list ul li {
        margin-top: 14px;
    }

        .rel-list ul li .tp {
            width: 40%;
            float: left;
            border-radius: 4px;
            overflow: hidden;
        }

            .rel-list ul li .tp img {
                display: block;
            }

        .rel-list ul li .figure_count {
            width: 56%;
            float: right;
        }


            .rel-list ul li .figure_count i {
                font-size: 14px;
                color: #333333;
                line-height: 26px;
                max-height: 26px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .rel-list ul li .figure_count p {
                font-size: 12px;
                color: #858585;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                margin-top: 2px;
            }


.case-list .container {
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}


.viewMore {
    font-size: 16px;
    color: #333333;
}

    .viewMore:hover {
        color: #aa0000;
    }




/*品牌*/

.list-banner-global.cour .title {
    padding-top: 120px;
}


    .list-banner-global.cour .title h2 {
        line-height: 66px;
        font-weight: initial;
    }

    .list-banner-global.cour .title p {
        margin-top: 30px;
    }

    .list-banner-global.cour .title h2 span {
        display: block;
    }



.course-play {
    padding-bottom: 120px;
}

    .course-play .brand-title {
        padding: 60px 0;
    }

        .course-play .brand-title h2 {
            font-size: 46px;
            margin-bottom: 24px;
            letter-spacing: 4px;
            color: #333333;
        }

    .course-play .play-video {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

        .course-play .play-video video {
            width: 80%;
        }


.course {
    padding: 120px 0 80px;
    background: url(../images/course_bg.jpg) center bottom no-repeat;
}

#timeline {
    height: 480px;
    overflow: hidden;
    position: relative;
}


    #timeline:after {
        display: block;
        content: "";
        width: 96%;
        height: 1px;
        position: absolute;
        bottom: 30px;
        left: 0;
        background: #DDDDDD;
        z-index: 1;
    }


#dates {
    width: 100%;
    position: absolute;
    bottom: 22px;
}

    #dates li {
        float: left;
        width: 126px;
        font-size: 16px;
        text-align: center;
        margin-bottom: 24px;
    }

    #dates a {
        color: #999;
        position: relative;
    }

        #dates a.selected {
            color: #333;
        }

    #dates li a.selected:after {
        display: block;
        content: "";
        width: 11px;
        height: 11px;
        background: url(../images/active_icon_a.png) center top no-repeat;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -5.5px;
        z-index: 9;
    }

    #dates li a:after {
        display: block;
        content: "";
        width: 11px;
        height: 11px;
        background: url(../images/active_icon.png) center top no-repeat;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -5.5px;
        z-index: 9;
    }





#issues {
    width: 1440px;
    overflow: hidden;
}

    #issues li {
        width: 1440px;
        height: 380px;
        float: left;
        position: relative;
    }


        #issues li .text {
            float: left;
            width: 100%;
            text-align: center;
        }

        #issues li .title i {
            font-size: 80px;
            font-weight: bold;
            color: #aa0000;
            background-image: -webkit-linear-gradient(bottom, #aa0000, rgb(170 0 0 / 60%));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        #issues li .title p {
            font-size: 24px;
            color: #333333;
            margin-top: 20px;
        }

        #issues li .chara {
            position: absolute;
            bottom: 50px;
            width: 100%;
        }

            #issues li .chara p {
                font-size: 18px;
                line-height: 36px;
                color: #333333;
            }

            #issues li .chara b {
                font-size: 18px;
                color: #aa0000;
                margin: 0 10px;
            }



#next, #prev {
    position: absolute;
    top: 93.6%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 4;
}

#next {
    right: 0;
    background: url(../images/course_right.png) center center no-repeat;
    background-size: 100% 100%;
}

#prev {
    left: 0;
    background: url(../images/course_left.png) center center no-repeat;
    background-size: 100% 100%;
}

#next:hover {
    background: url(../images/course_right_a.png) no-repeat center;
    background-size: 100% 100%;
}

#prev:hover {
    background: url(../images/course_left_a.png) no-repeat center;
    background-size: 100% 100%;
}



.honor {
    padding: 20px 0 140px 0;
}

    .honor .viewMore {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 80px;
    }

.honor-menu {
    text-align: center;
}

    .honor-menu a {
        display: inline-block;
        padding: 0 24px;
        height: 36px;
        line-height: 34px;
        border-radius: 3px;
        font-size: 18px;
        color: #333333;
        background: #f8f8f8;
        text-align: center;
        margin: 0 12px;
    }

        .honor-menu a.active {
            color: #fff;
            background: #aa0000;
        }

        .honor-menu a:hover {
            color: #fff;
            background: #aa0000;
        }


.honor-list {
    overflow: hidden;
    position: relative;
    padding-top: 24px;
}

    .honor-list a {
        display: block;
        float: left;
        width: 23.725%;
        margin-left: 1.7%;
        margin-top: 40px;
    }

        .honor-list a img {
            max-height: 100%;
        }

        .honor-list a .box {
            height: 360px;
            padding: 20px;
            border: 1px solid #EEEEEE;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            position: relative;
        }

            .honor-list a .box:before {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,.5);
                display: block;
                content: "";
                opacity: 0;
                transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
            }

            .honor-list a .box:after {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background: url(../images/honor_icon.png) center center no-repeat;
                display: block;
                content: "";
                opacity: 0;
                transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
            }

        .honor-list a:hover .box:before, .honor-list a:hover .box:after {
            opacity: 1;
        }

        .honor-list a:nth-child(4n+1) {
            margin-left: 0;
            clear: both;
        }

        .honor-list a h3 {
            font-size: 16px;
            color: #333333;
            font-weight: initial;
            text-align: center;
            margin-top: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            max-height: 22px;
        }


    .honor-list .honor-box {
        display: block;
        float: left;
        width: 23.6%;
        margin-left: 1%;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 460px;
        /*    border: 1px solid #ffffff;*/
    }

        .honor-list .honor-box:nth-child(4n+1) {
            margin-left: 0;
            clear: both;
        }

        .honor-list .honor-box img {
            max-width: 100%;
            max-height: 100%;
        }


        .honor-list .honor-box h3 {
            font-size: 18px;
            color: #333333;
            font-weight: bold;
            text-align: center;
            margin-top: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }




#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

    #baguetteBox-overlay.visible {
        opacity: 1;
    }

    #baguetteBox-overlay .full-image {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        #baguetteBox-overlay .full-image figure {
            display: inline;
            margin: 0;
            height: 100%;
        }

        #baguetteBox-overlay .full-image img {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        }

        #baguetteBox-overlay .full-image figcaption {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            line-height: 1.8;
            white-space: normal;
            color: #ccc;
            background-color: #000;
            background-color: rgba(0, 0, 0, 0.6);
        }

        #baguetteBox-overlay .full-image:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
}

    #baguetteBox-slider.bounce-from-right {
        -webkit-animation: bounceFromRight .4s ease-out;
        animation: bounceFromRight .4s ease-out;
    }

    #baguetteBox-slider.bounce-from-left {
        -webkit-animation: bounceFromLeft .4s ease-out;
        animation: bounceFromLeft .4s ease-out;
    }

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

    .baguetteBox-button:focus, .baguetteBox-button:hover {
        background-color: rgba(50, 50, 50, 0.9);
    }

    .baguetteBox-button#next-button {
        right: 2%;
    }

    .baguetteBox-button#previous-button {
        left: 2%;
    }

    .baguetteBox-button#close-button {
        top: 20px;
        right: 2%;
        right: calc(2% + 6px);
        width: 30px;
        height: 30px;
    }

    .baguetteBox-button svg {
        position: absolute;
        left: 0;
        top: 0;
    }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}




.download-list {
    padding: 40px 0 100px 0;
    text-align: center;
}

    .download-list .container {
        padding-bottom: 48px;
        border-bottom: 1px solid #eee;
        margin-bottom: 24px;
    }

        .download-list .container:after {
            height: 0;
            width: 0;
            content: "";
            display: block;
            clear: both;
        }

    .download-list .item {
        float: left;
        width: 32.2%;
        margin-left: 1.7%;
        margin-top: 40px;
    }

        .download-list .item:nth-child(3n+1) {
            margin-left: 0;
            clear: both;
        }

        .download-list .item .tp {
            border: 1px solid #EEEEEE;
            position: relative;
        }

            .download-list .item .tp .box {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                background-color: rgba(0,0,0,.4);
                opacity: 0;
                transition: all 0.3s;
            }

            .download-list .item .tp a:hover .box {
                opacity: 1;
            }

            .download-list .item .tp .box p {
                font-size: 14px;
                color: #FFFFFF;
                margin-top: 12px;
            }

        .download-list .item .text {
            padding: 14px 80px 0 16px;
            position: relative;
            text-align: left;
        }

            .download-list .item .text h3 {
                font-size: 18px;
                color: #333333;
                font-weight: inherit;
                max-height: 28px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .download-list .item .text:after {
                position: absolute;
                right: 16px;
                top: 19px;
                background: url(../images/download_icon_1.png) center top no-repeat;
                width: 43px;
                height: 39px;
                content: "";
                display: block;
            }

            .download-list .item .text p {
                font-size: 14px;
                color: #999999;
                margin-top: 6px;
                max-height: 24px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }




.contact {
    padding: 110px 0 120px 0;
}

    .contact .text {
        width: 49.15%;
        float: left;
    }

        .contact .text h2 {
            font-size: 36px;
            color: #aa0000;
            font-weight: initial;
        }

        .contact .text ul {
            margin-top: 24px;
        }

            .contact .text ul li {
                padding: 30px 0;
                border-bottom: 1px solid #EEEEEE;
                color: #666666;
            }

                .contact .text ul li:last-child {
                    border-bottom: initial;
                }

                .contact .text ul li p {
                    font-size: 18px;
                    line-height: 32px;
                    color: #858585;
                    margin-top: 8px;
                }

                .contact .text ul li i {
                    margin-right: 8px;
                }



.contact-ewm {
    margin-top: 72px;
}


.contact .tp {
    width: 49.15%;
    float: right;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.contact-mess {
    padding: 104px 0 110px 0;
    background-size: cover;
}

    .contact-mess .title {
        text-align: left;
        padding-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
    }

        .contact-mess .title h3 {
            font-size: 40px;
            color: #aa0000;
            font-weight: initial;
        }

        .contact-mess .title p {
            font-size: 18px;
            color: #323232;
            margin-top: 8px;
        }


    .contact-mess .mess-box {
        margin-top: 80px;
    }

.mess-box .name-box {
    float: left;
    width: 48.5%;
}

    .mess-box .name-box i, .mess-box .tel-box i, .explain i, .iocation-box i {
        display: block;
        font-size: 16px;
        color: #858585;
    }

    .mess-box .name-box span, .mess-box .tel-box span, .explain span, .iocation-box span {
        color: #aa0000;
        margin-left: 5px;
    }

    .mess-box .name-box input, .mess-box .tel-box input {
        width: 94%;
        padding: 0 3%;
        height: 46px;
        font-size: 16px;
        color: #666;
        border: 1px solid #e5e5e5;
        outline: initial;
        margin-top: 14px;
    }

.mess-box .tel-box {
    float: right;
    width: 48.5%;
}


.iocation-box, .explain {
    margin-top: 30px;
}

.location {
    margin-top: 14px;
}

    .location select {
        width: 31.8%;
        margin-left: 1.7%;
        height: 46px;
        font-size: 16px;
        color: #666666;
        border: 1px solid #e5e5e5;
        outline: initial;
        padding: 0 1.5%;
    }

        .location select:first-child {
            margin-left: 0
        }



.explain textarea {
    width: 97%;
    height: 120px;
    font-size: 16px;
    color: #666;
    border: 1px solid #e5e5e5;
    outline: initial;
    padding: 10px 1.5%;
    margin-top: 14px;
}


.m-submit {
    margin-top: 34px;
}

    .m-submit a {
        width: 218px;
        height: 48px;
        line-height: 46px;
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
        background: #aa0000;
        display: block;
    }


.ser-pro {
    padding: 100px 0 120px 0;
}

.s-p-t {
    position: relative;
}

    .s-p-t .text {
        float: left;
        width: 50%;
    }

.s-p-title h3 {
    font-size: 36px;
    color: #bd2525;
    font-weight: bold;
}

.s-p-title span {
    display: block;
    width: 32px;
    height: 3px;
    background: #222222;
    margin-top: 28px;
}

.s-p-tel {
    position: absolute;
    bottom: 0;
}

    .s-p-tel i {
        font-size: 20px;
        color: #333333;
    }

    .s-p-tel p {
        font-size: 36px;
        color: #000;
        margin-top: 8px;
        letter-spacing: 2px;
    }



.s-p-t .map {
    float: right;
    width: 50%;
    text-align: right;
}



.s-p-list {
    margin-top: 72px;
}

    .s-p-list ul li {
        float: left;
        width: 12.828%;
        margin-left: 1.7%;
        text-align: center;
        background: #bd2525;
        padding: 50px 0 44px 0;
        border-radius: 20px;
    }

        .s-p-list ul li:first-child {
            margin-left: 0;
        }

        .s-p-list ul li p {
            font-size: 20px;
            line-height: 28px;
            font-weight: bold;
            color: #ffffff;
            margin: 24px 0 14px;
        }

.ser-icon {
    display: inline-block;
    width: 9px;
    height: 7px;
    background: url(../images/more_arr_b.png) center center no-repeat;
}




.ser-com {
    background: #F8F8F8;
    padding: 104px 0 120px;
}

.s-p-title p {
    font-size: 18px;
    color: #333333;
    margin-top: 16px;
}


.s-c-list {
    padding-top: 24px;
}

    .s-c-list .item {
        float: left;
        width: 50%;
        margin-top: 40px;
    }

        .s-c-list .item:nth-child(2n+1) {
            clear: both;
        }

        .s-c-list .item .tp {
            float: left;
            width: 22.2%;
        }

        .s-c-list .item .text {
            padding-top: 24px;
            float: left;
            width: 57%;
            margin-left: 5%;
        }

            .s-c-list .item .text i {
                font-size: 24px;
                color: #333;
                font-weight: bold;
            }

            .s-c-list .item .text p {
                font-size: 18px;
                line-height: 32px;
                color: #858585;
                margin-top: 20px;
            }



.pro-menu {
    position: relative;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px rgba(0,0,0,.05);
}


.pro-one-menu {
    background: #F8F8F8;
}

    .pro-one-menu ul li {
        float: left;
        padding: 0 42px;
        height: 56px;
        line-height: 54px;
        font-size: 16px;
    }

        .pro-one-menu ul li.active {
            background: #FFFFFF;
        }

        .pro-one-menu ul li a {
            color: #333333;
        }

            .pro-one-menu ul li a:hover {
                color: #ed6d01;
            }

        .pro-one-menu ul li.active a {
            color: #ed6d01;
            font-weight: bold;
        }

.pro-menu .box {
    margin: 50px 0 30px 0;
    /* background: linear-gradient(to bottom, #f6f6f6 0%, rgb(204 204 204 / 50%) 100%); */
}

.pro-two-menu {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .pro-two-menu ul li {
        text-align: center;
        width: 14%;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }

        .pro-two-menu ul li:last-child {
            width: 14%;
        }

        .pro-two-menu ul li img {
            transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
        }

        .pro-two-menu ul li .def {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .pro-two-menu ul li .dis {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
        }

        .pro-two-menu ul li:hover .def {
            opacity: 0;
        }

        .pro-two-menu ul li:hover .dis {
            opacity: 1;
        }

        .pro-two-menu ul li.active .def {
            opacity: 0;
        }

        .pro-two-menu ul li.active .dis {
            opacity: 1;
        }

        .pro-two-menu ul li.active i {
            color: #aa0000;
        }

        .pro-two-menu ul li i {
            display: inline-block;
            font-size: 16px;
            max-height: 27px;
            color: #333333;
            font-weight: bold;
            padding-top: 80px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .pro-two-menu ul li:hover i {
            color: #aa0000;
        }

        .pro-two-menu ul li a {
            display: block;
            position: relative;
            height: 100px;
        }



.phone-search {
    display: none;
}

.sx-bottom {
    display: none;
}

.screen {
    padding: 0 36px;
}


    .screen dl {
        border-top: 1px dashed #dadada;
        font-size: 14px;
        overflow: hidden;
        padding: 14px 0;
    }

    .screen dt {
        float: left;
        color: #999999;
        width: 96px;
        padding: 1px 0 2px 0;
    }

    .screen dd {
        float: left;
        color: #666666;
        margin: 0 10px;
        cursor: pointer;
        padding: 1px 5px 2px 5px;
        border-radius: 3px;
        border: 1px solid #FFFFFF;
    }

        .screen dd.active {
            color: #aa0000;
            border: 1px solid #aa0000;
        }

        .screen dd:hover {
            color: #aa0000;
        }



.pro-list {
    text-align: center;
    padding-bottom: 100px;
}

.pro-con {
    padding-top: 40px;
    padding-bottom: 60px;
}



    .pro-con ul a {
        display: block;
        width: 23.725%;
        float: left;
        margin-left: 1.7%;
        box-shadow: 0 0 10px #eee;
        background: linear-gradient(to bottom, #f6f6f6 0%,#ffffff 100%);
        margin-top: 50px;
    }

        .pro-con ul a:nth-child(4n+1) {
            margin-left: 0;
            clear: both;
        }

        .pro-con ul a:hover {
            margin-top: 35px;
            border-radius: 5px;
            box-shadow: 0 0 12px rgb(118 132 163 / 25%);
        }

            .pro-con ul a:hover li i {
                color: #aa0000;
            }

            .pro-con ul a:hover .tm {
                background-color: #aa0000;
            }


    .pro-con ul .tm {
        position: relative;
        height: 26px;
        line-height: 26px;
        float: right;
        padding: 0 8px;
        margin: 10px;
        border-radius: 2px;
        background-color: #818181;
        color: #fff;
        font-size: 14px;
        transition: background-color 0.5s ease-in-out;
    }


    .pro-con ul li {
        text-align: center;
        padding: 68px 30px 40px 30px;
    }

        .pro-con ul li img {
            display: inline-block;
        }

        .pro-con ul li i {
            display: inline-block;
            font-size: 18px;
            color: #333333;
            margin-bottom: 20px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            max-height: 30px;
            margin-top: 24px;
        }




        .pro-con ul li span {
            display: inline-block;
            font-size: 14px;
            color: #999999;
            line-height: 24px;
            max-height: 48px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            overflow: hidden;
        }



.sch-solution.pro-case {
    background: #f8f8f8;
}

.pro-case .title-l h2 {
    color: #333;
}




.social-resp {
    padding: 120px 0 130px 0;
}


.s-r-t .text-l {
    float: left;
    width: 46%;
}

    .s-r-t .text-l i {
        font-size: 36px;
        color: #aa0000;
        line-height: 48px;
        display: block;
    }

        .s-r-t .text-l i em {
            display: block;
        }

    .s-r-t .text-l span {
        display: block;
        width: 32px;
        height: 3px;
        background: #aa0000;
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .s-r-t .text-l p {
        font-size: 18px;
        color: #666666;
        line-height: 36px;
        padding-top: 34px;
    }


.s-r-t .tp-r {
    float: right;
    width: 48%;
    padding-top: 28px;
}


.s-r-text {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    padding-top: 34px;
}

.s-r-tp {
    margin-top: 64px;
}





.list-banner-global.culture .title {
    margin-left: 0px;
    padding-top: 120px;
    text-align: center;
}

    .list-banner-global.culture .title h2 {
        color: #000000;
    }

        .list-banner-global.culture .title h2 span {
            display: block;
        }

    .list-banner-global.culture .title p {
        color: #858585;
    }



.cult-con {
    background: url(../images/cult_con_bg.jpg) center center no-repeat;
    background-size: cover;
}

    .cult-con .container {
        padding: 200px 0;
        background: url(../images/cult_icon_bg.png) center center no-repeat;
        background-size:;
    }

.cult-con-l {
    float: left;
    width: 39%;
}

    .cult-con-l .item {
        width: 100%;
    }

        .cult-con-l .item:last-child {
            margin-top: 245px;
        }

        .cult-con-l .item .tp {
            float: right;
        }

        .cult-con-l .item .text {
            float: right;
            text-align: right;
            margin-right: 40px;
            width: 50%;
        }

        .cult-con-l .item:last-child .text {
            padding-top: 20px;
        }

        .cult-con-l .item .text i {
            font-size: 24px;
            font-weight: bold;
            color: #aa0000;
            line-height: 24px;
        }

        .cult-con-l .item .text p {
            font-size: 18px;
            color: #666666;
            line-height: 32px;
            margin-top: 14px;
        }


.cult-con-r {
    width: 39%;
    float: right;
}

    .cult-con-r .item:last-child {
        margin-top: 245px;
    }

    .cult-con-r .item .tp {
        float: left;
    }

    .cult-con-r .item .text {
        float: left;
        text-align: left;
        margin-left: 40px;
        width: 70%;
    }

        .cult-con-r .item .text i {
            font-size: 24px;
            font-weight: bold;
            color: #aa0000;
            line-height: 24px;
        }

        .cult-con-r .item .text p {
            font-size: 18px;
            color: #666666;
            line-height: 32px;
            margin-top: 14px;
        }



.cult-tp {
    background: #F8F8F8;
    padding: 120px 0 110px 0;
}



.swiper {
    height: 500px;
    position: relative;
}

    .swiper .pic {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .swiper .pic li {
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -o-transition: all 0.8s;
            -ms-transition: all 0.8s;
            transition: all 0.8s;
            width: 868px;
            height: 385px;
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -434px;
            overflow: hidden;
            box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
        }

            .swiper .pic li img {
                width: 100%;
                height: 100%;
            }

.now {
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

._bg {
    background-color: #ee7813 !important;
    border: 1px solid #ee7813;
}

.swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .swiper .cricle li {
        float: left;
        width: 9px;
        height: 9px;
        background-color: #FFFFFF;
        margin: 0 5px;
        border-radius: 50%;
        border: 1px solid #ee7813;
        cursor: pointer;
    }

.swiper .btns {
    display: none;
}


.leftBox,
.rightBox {
    height: 380px;
    position: absolute;
    top: 30px;
    z-index: 99;
    cursor: pointer;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}




.list-banner-global.brand .title {
    text-align: center;
    padding-top: 145px;
    margin-left: 0;
}

    .list-banner-global.brand .title p {
        line-height: 32px;
        margin-top: 48px;
    }




.brand-introd {
    padding: 110px 0 80px 0;
    background: #f3f3f3;
}

.b-i-text .text {
    float: left;
    width: 49.25%;
    overflow: hidden;
}

    .b-i-text .text h2 {
        font-size: 30px;
        line-height: 48px;
        color: #000000;
        font-weight: initial;
        padding-bottom: 8px;
    }

    .b-i-text .text p {
        font-size: 16px;
        line-height: 32px;
        margin-top: 28px;
        text-align: justify;
    }



.b-i-text .chara {
    float: right;
    width: 37.25%;
}

    .b-i-text .chara ul li {
        width: 50%;
        float: left;
        margin-top: 40px;
    }

        .b-i-text .chara ul li i {
            font-size: 36px;
            color: #aa0000;
        }

        .b-i-text .chara ul li span {
            margin-left: 8px;
            font-size: 20px;
        }


        .b-i-text .chara ul li p {
            font-size: 16px;
            line-height: 28px;
            color: #666666;
            margin-top: 8px;
        }


.brand-com-mc {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}


    .brand-com-mc .com-pic-about {
        float: left;
        width: 100%;
        height: 768px;
        box-shadow: 0 0 10px #eee;
        margin-bottom: 100px;
    }


        .brand-com-mc .com-pic-about .brand-mark {
            position: absolute;
            z-index: 2;
            width: 14%;
            left: 57%;
            top: 10%;
            transform: translate(-50%, -50%);
        }

        .brand-com-mc .com-pic-about .brand-mark-logo {
            position: absolute;
            top: 45%;
            left: 16%;
            transform: translate(-50%, -50%);
        }

        .brand-com-mc .com-pic-about .center {
            position: absolute;
            color: #ffffff;
            width: 1200px;
            text-align: right;
            top: 48%;
            left: 43%;
            transform: translate(-50%, -50%);
        }

            .brand-com-mc .com-pic-about .center img {
                margin-bottom: 24px;
            }

            .brand-com-mc .com-pic-about .center p {
                font-size: 58px;
                letter-spacing: 4px;
            }

            .brand-com-mc .com-pic-about .center h3 {
                font-size: 68px;
                margin: 16px 0px;
                letter-spacing: 4px;
            }


            .brand-com-mc .com-pic-about .center i {
                font-size: 24px;
            }



    .brand-com-mc .left {
        width: 68%;
        display: inline-block;
        height: 99.9%;
        float: left;
        background: #f6f6f6;
        box-shadow: 0 0 4px #d7d0d0;
    }

        .brand-com-mc .left .left-state {
            padding: 17% 0 0 8%;
        }


        .brand-com-mc .left .left-p {
            padding: 10% 6%;
            line-height: 28px;
        }

            .brand-com-mc .left .left-p p {
                color: #333333;
                margin-top: 10px;
                font-size: 20px;
                line-height: 28px;
            }

            .brand-com-mc .left .left-p i {
                display: inline-block;
                color: #858585;
                line-height: 22px;
                font-size: 15px;
                margin-top: 6px;
            }

            .brand-com-mc .left .left-p .p-br {
                display: block;
                padding: 20px 0;
            }


    .brand-com-mc .title {
        width: 100%;
        display: block;
        font-weight: bold;
        margin: 40px 0;
        font-size: 68px;
        letter-spacing: 4px;
        color: #aa0000;
    }

    .brand-com-mc .des {
        width: 100%;
        display: block;
        color: #666;
        line-height: 62px;
        font-weight: bold;
        font-size: 43px;
    }


    .brand-com-mc .ul {
        display: inline-block;
        width: 100%;
        padding-top: 8px;
    }

        .brand-com-mc .ul li {
            float: left;
            width: 10%;
            margin-right: 1%;
        }


            .brand-com-mc .ul li span {
                color: #858585;
                font-weight: bold;
                font-size: 16px;
            }

            .brand-com-mc .ul li p {
                color: #858585;
                font-weight: bold;
                font-size: 12px;
                margin-top: 6px;
            }




    .brand-com-mc .right {
        float: left;
        position: relative;
        width: 32%;
        display: block;
        box-shadow: 0 0 10px #d7d0d0;
    }



.brand-com-pic {
    width: 100%;
    padding-top: 72px;
    overflow: hidden;
}


    .brand-com-pic .com-pic-left {
        position: relative;
        width: 49.2%;
        float: left;
        box-shadow: 0 0 10px #eee;
    }

    .brand-com-pic .left-float {
        position: absolute;
        top: 33%;
        text-align: center;
        width: 100%;
    }

    .brand-com-pic .left-title {
        font-weight: bold;
        font-size: 58px;
        letter-spacing: 4px;
        color: #ffffff;
    }

    .brand-com-pic .left-des {
        font-size: 22px;
        color: #ffffff;
        margin-top: 2%;
    }


    .brand-com-pic .com-pic-right {
        position: relative;
        width: 100%;
        display: block;
        box-shadow: 0 0 10px #d7d0d0;
    }

.com-pic-right .right-float {
    position: absolute;
    top: 22%;
    text-align: left;
    width: 85%;
    margin-left: 15%;
}

.right-float .right-des p {
    width: 100%;
    display: block;
    color: #666;
    line-height: 40px;
    font-weight: bold;
    font-size: 26px;
}

.right-float .right-title {
    width: 100%;
    display: block;
    font-weight: bold;
    margin: 18px 0;
    font-size: 44px;
    letter-spacing: 4px;
    color: #aa0000;
}

.right-float .right-ul {
    width: 100%;
    padding-top: 8px;
}

    .right-float .right-ul li {
        float: left;
        width: 12.64%;
        margin-right: 1.4%;
    }


        .right-float .right-ul li span {
            color: #858585;
            font-weight: bold;
            font-size: 16px;
        }

        .right-float .right-ul li p {
            color: #858585;
            font-weight: bold;
            font-size: 12px;
            margin-top: 6px;
        }


.brand-advantage {
    padding: 90px 0 20px 0;
    background: url(../images/brand-adv-bg.jpg) center top no-repeat;
}

    .brand-advantage .brand-adv-con {
        margin-bottom: 120px;
    }

        .brand-advantage .brand-adv-con .des {
            font-size: 17px;
            color: #666666;
            font-weight: bold;
            display: block;
            /* line-height: 24px; */
            margin-top: 50px;
            margin-bottom: -30px;
            letter-spacing: 1px;
        }

    .brand-advantage .title {
        text-align: left;
    }

        .brand-advantage .title span {
            margin-left: 10px;
            color: #aa0000;
            font-weight: bold;
        }

        .brand-advantage .title b {
            font-size: 26px;
            color: #ddd;
            font-weight: bold;
            display: block;
            line-height: 40px;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .brand-advantage .title i {
            font-size: 32px;
            line-height: 42px;
            color: #a00;
            display: block;
            font-weight: bold;
        }

    .brand-advantage .text {
        margin-top: 50px;
    }

        .brand-advantage .text b {
            margin-top: 50px;
        }

        .brand-advantage .text p {
            font-size: 17px;
            line-height: 36px;
            letter-spacing: 1px;
        }





.indu-cha {
    padding: 104px 0 110px 0;
    background: url(../images/brand_pro_bg.jpg) center top no-repeat;
}


.brand-title {
    text-align: center;
    padding: 0 18%;
}

    .brand-title h3 {
        font-size: 36px;
        color: #333333;
        font-weight: initial;
    }

    .brand-title span {
        display: block;
        margin: 26px auto 30px auto;
        height: 3px;
        width: 32px;
        background: #aa0000;
    }

    .brand-title p {
        font-size: 16px;
        color: #333333;
        line-height: 32px;
        margin-top: 12px;
    }


.indu-cha-pic {
    padding-top: 18px;
}

    .indu-cha-pic ul li {
        margin-top: 36px;
        width: 23.725%;
        float: left;
        margin-left: 1.7%;
    }

        .indu-cha-pic ul li:nth-child(4n+1) {
            margin-left: 0;
        }

        .indu-cha-pic ul li i {
            margin: 16px 16px 0 16px;
            font-size: 16px;
            color: #333333;
            font-weight: bold;
            display: block;
        }




.field {
    padding: 110px 0 120px;
}

.field-con {
    margin-top: 60px;
}

.field-l {
    float: left;
    width: 28.25%;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
}


.field-m {
    float: left;
    width: 40.1%;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    margin: 0 1.7%;
}


.field-r {
    float: right;
    width: 28.25%;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
}


.field-con .box {
    padding: 60px 8px;
}

.field-con .subtitle {
    text-align: center;
}

    .field-con .subtitle i {
        font-size: 24px;
        color: #333333;
        display: block;
    }

    .field-con .subtitle span {
        font-size: 12px;
        color: #cccccc;
    }

.field-con .item ul li {
    text-align: center;
    margin-top: 36px;
}

    .field-con .item ul li i {
        font-size: 16px;
        color: #666666;
        display: block;
        margin-top: 12px;
    }


.field-l .item ul li {
    width: 50%;
    float: left;
    position: relative;
}

    .field-l .item ul li:before {
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background: #eeeeee;
        display: block;
        content: "";
    }

    .field-l .item ul li:first-child:before {
        display: none;
    }

    .field-l .item ul li:last-child:before {
        display: none;
    }

    .field-l .item ul li:last-child {
        width: 100%;
        height: 76px;
        line-height: 76px;
    }



.field-m .item ul li {
    width: 33.33%;
    float: left;
    position: relative;
}

    .field-m .item ul li:before {
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background: #eeeeee;
        display: block;
        content: "";
    }

    .field-m .item ul li:nth-child(3n+1):before {
        display: none;
    }


    .field-m .item ul li:last-child {
        height: 76px;
        line-height: 50px;
    }




.field-r .item ul li {
    width: 50%;
    float: left;
    position: relative;
}

    .field-r .item ul li:before {
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background: #eeeeee;
        display: block;
        content: "";
    }

    .field-r .item ul li:nth-child(2n+1):before {
        display: none;
    }

    .field-r .item ul li:last-child {
        height: 76px;
        line-height: 50px;
    }



.distri {
    padding: 110px 0;
    background: #F8F8F8;
}

.distri-pic {
    margin-top: 60px;
    text-align: center;
}



.vision {
    height: 600px;
    background: url(../images/vision_bg.jpg) center center no-repeat;
    background-size: cover;
}

    .vision .container {
        padding: 110px 0;
    }

    .vision .brand-title h3, .vision .brand-title p {
        color: #FFFFFF;
    }

    .vision .brand-title span {
        background: #FFFFFF;
    }



.brand-tab-1 {
    padding: 100px 0;
    background: #f3f3f3;
}

    .brand-tab-1 .brand-tab-pic {
        overflow: hidden;
        padding: 88px 0;
    }



        .brand-tab-1 .brand-tab-pic .li-bg {
            background: url(../images/pic-left-bg.jpg) center center no-repeat;
            background-size: cover;
            box-shadow: none;
        }

    .brand-tab-1 .brand-tab-li {
        position: relative;
        display: block;
        float: left;
        width: 48%;
        height: 454px;
        margin-left: 1.5%;
        box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1), -8px -8px 10px 0px #fff;
    }

        .brand-tab-1 .brand-tab-li:nth-child(2n+1) {
            margin-left: 0;
        }

        .brand-tab-1 .brand-tab-li .float {
            position: absolute;
            top: 35%;
            text-align: center;
            width: 100%;
        }

            .brand-tab-1 .brand-tab-li .float .title {
                font-weight: bold;
                font-size: 57px;
                letter-spacing: 4px;
                color: #ffffff;
            }

            .brand-tab-1 .brand-tab-li .float span {
                font-size: 20px;
                letter-spacing: 4px;
                color: #ffffff;
            }


        .brand-tab-1 .brand-tab-li .right {
            margin: 26px 48px;
            display: inline-block;
        }

            .brand-tab-1 .brand-tab-li .right .title {
                font-weight: bold;
                font-size: 48px;
                letter-spacing: 3px;
                margin: 10px 0;
                color: #c41416;
                font-weight: bold;
                background-image: -webkit-linear-gradient(bottom, #aa0000, rgb(170 0 0 / 60%));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .brand-tab-1 .brand-tab-li .right span {
                font-size: 18px;
                line-height: 32px;
            }


.brand-tab-2 {
    padding: 100px 0 60px 0;
}

    .brand-tab-2 .brand-tab-pic {
        overflow: hidden;
        padding: 88px 0;
    }

        .brand-tab-2 .brand-tab-pic .li-bg {
            background: url(../images/pic-left-bg.jpg) center center no-repeat;
            background-size: cover;
            box-shadow: none;
        }

    .brand-tab-2 .brand-tab-li {
        position: relative;
        display: block;
        float: left;
        width: 49.2%;
        height: 454px;
        margin-left: 1.6%;
        box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1), -8px -8px 10px 0px #fff;
    }

        .brand-tab-2 .brand-tab-li:nth-child(2n+1) {
            margin-left: 0;
        }

        .brand-tab-2 .brand-tab-li .float {
            position: absolute;
            top: 35%;
            text-align: center;
            width: 100%;
        }

            .brand-tab-2 .brand-tab-li .float .title {
                font-weight: bold;
                font-size: 57px;
                letter-spacing: 4px;
                color: #ffffff;
            }

            .brand-tab-2 .brand-tab-li .float span {
                font-size: 20px;
                letter-spacing: 4px;
                color: #ffffff;
            }


        .brand-tab-2 .brand-tab-li .right {
            margin: 30px 48px;
            display: inline-block;
        }

            .brand-tab-2 .brand-tab-li .right .title {
                font-weight: bold;
                font-size: 48px;
                letter-spacing: 3px;
                margin: 10px 0;
                color: #c41416;
                font-weight: bold;
                background-image: -webkit-linear-gradient(bottom, #aa0000, rgb(170 0 0 / 60%));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .brand-tab-2 .brand-tab-li .right span {
                font-size: 18px;
                line-height: 32px;
            }


.brand-coopera {
    overflow: hidden;
    padding: 70px 0 120px 0;
    background: url(../images/coopera-bg.jpg) center center no-repeat;
    background-size: cover;
}


    .brand-coopera .coopera-title p {
        font-size: 22px;
        margin: 18px 0;
    }


.brand-coopera-con {
    margin-top: 30px;
}

    .brand-coopera-con ul li {
        margin-top: 50px;
        float: left;
        margin-left: 1.5%;
        width: 18.8%;
        background: #fff;
        box-shadow: 0 0 16px rgba(60,113,186,.1);
        transition: all 0.5s;
    }

        .brand-coopera-con ul li:nth-child(5n+1) {
            margin-left: 0;
        }




.brand-make {
    padding: 112px 0 170px;
    background: #F8F8F8;
}

    .brand-make .make .container {
        position: relative;
    }

    .brand-make .make-text {
        position: relative;
        float: left;
        width: 32%;
    }

    .brand-make .brand-title {
        padding: 0;
    }

        .brand-make .brand-title h2 {
            font-size: 36px;
            color: #333333;
            font-weight: initial;
        }

        .brand-make .brand-title p {
            font-size: 16px;
            line-height: 32px;
            color: #333333;
            margin-top: 20px;
            text-align: justify;
        }

    .brand-make .make-text .chara {
        /* position: absolute; */
        width: 100%;
        float: left;
    }

        .brand-make .make-text .chara ul li {
            float: left;
            width: 36%;
            margin-right: 10%;
            margin-top: 60px;
            border-right: 1px solid #ddd;
        }

            .brand-make .make-text .chara ul li:nth-child(2n+1) {
                clear: both;
            }

            .brand-make .make-text .chara ul li:nth-child(2n+2) {
                border-right: initial;
                text-align: center;
            }

            .brand-make .make-text .chara ul li em {
                font-size: 30px;
                font-weight: bold;
                color: #c41416;
                background-image: -webkit-linear-gradient(bottom, #aa0000, rgb(170 0 0 / 60%));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .brand-make .make-text .chara ul li p {
                font-size: 18px;
                color: #333333;
                margin-top: 10px;
                letter-spacing: 0;
            }


    .brand-make .make-text .make-stores ul li {
        float: left;
        width: 40%;
        text-align: left;
        margin-top: 60px;
    }

        .brand-make .make-text .make-stores ul li:nth-child(2n+2) {
            text-align: right;
        }

    .brand-make .make-pic {
        float: right;
        width: 60%;
        overflow: hidden;
    }

        .brand-make .make-pic img {
            border-radius: 70px 10px;
        }



.b-honor {
    padding: 110px 0 140px 0;
    background: url(../images/honor_bg.jpg) center center no-repeat;
    background-size: auto 100%;
}


    .b-honor .honor-list {
        padding: 28px 0 40px 0
    }



.join-banner {
    height: 800px;
    background: url(../images/join_banner.jpg) center center no-repeat;
    background-size: auto 100%;
}

    .join-banner .title {
        text-align: center;
        padding-top: 224px;
    }

        .join-banner .title h3 {
            display: inline-block;
            font-size: 24px;
            font-weight: bold;
            height: 48px;
            line-height: 46px;
            padding: 0 40px;
            border-radius: 24px;
            color: #FFFFFF;
            background: #b30505;
            /*background: url(../images/j_t_bg.jpg) center center repeat-x;*/
        }

        .join-banner .title h2 {
            font-size: 64px;
            color: #333333;
            margin-top: 10px;
            letter-spacing: 5px;
        }

        .join-banner .title p {
            font-size: 14px;
            color: #FFFFFF;
            margin-top: 16px;
            text-transform: uppercase;
            letter-spacing: 3px;
        }


.join-prospect {
    padding: 104px 0 120px;
    background: url(../images/prospect_bg.jpg) center center no-repeat;
    background-size: auto 100%;
}

    .join-prospect .title {
        text-align: center;
        padding: 0 15.4%;
    }

        .join-prospect .title h3 {
            font-size: 40px;
            color: #aa0000;
            font-weight: initial;
        }

        .join-prospect .title h4 {
            font-size: 18px;
            color: #333333;
            font-weight: initial;
            margin-top: 14px;
        }

        .join-prospect .title span {
            margin-top: 26px;
            height: 3px;
            width: 32px;
            display: inline-block;
            background: #aa0000;
        }

        .join-prospect .title p {
            font-size: 16px;
            line-height: 28px;
            color: #666;
            margin-top: 32px;
        }



.pros-item {
    padding-top: 74px;
}

    .pros-item ul li {
        width: 25%;
        float: left;
        text-align: center;
    }

        .pros-item ul li h5 {
            font-size: 18px;
            color: #333333;
            margin-top: 28px;
        }

        .pros-item ul li p {
            font-size: 16px;
            color: #666666;
            margin-top: 10px;
            margin-bottom: 18px;
        }

.pros-icon {
    display: inline-block;
    width: 14px;
    height: 13px;
}



.base {
    padding: 112px 0 120px;
    background: #F8F8F8;
}


.base-text {
    float: left;
    width: 48%;
}

    .base-text h3 {
        font-size: 40px;
        line-height: 56px;
        color: #aa0000;
        font-weight: initial;
    }

        .base-text h3 em {
            display: block;
        }

    .base-text span {
        display: block;
        margin-top: 32px;
        height: 3px;
        width: 32px;
        background: #aa0000;
    }

    .base-text p {
        font-size: 18px;
        line-height: 32px;
        color: #333333;
        margin-top: 44px;
    }


.base-chara {
    float: right;
    width: 42%;
}

    .base-chara ul li {
        float: left;
        width: 50%;
    }

        .base-chara ul li i {
            font-size: 40px;
            color: #aa0000;
            font-weight: bold;
        }

        .base-chara ul li span {
            font-size: 22px;
        }

        .base-chara ul li p {
            font-size: 18px;
            color: #666666;
            margin-top: 6px;
        }


        .base-chara ul li:nth-child(3), .base-chara ul li:nth-child(4) {
            margin-top: 54px;
        }



.tech {
    padding: 104px 0 120px;
    background: #aa0000;
}


.join-title {
    text-align: center;
}

    .join-title h3 {
        font-size: 40px;
        color: #ffffff;
    }

    .join-title h4 {
        font-size: 18px;
        color: #ffffff;
        font-weight: initial;
        margin-top: 12px;
    }


.tech-item {
    padding-top: 30px;
}

    .tech-item ul li {
        padding: 42px 0;
        background: #FFFFFF;
        text-align: center;
        width: 23.725%;
        float: left;
        margin-left: 1.7%;
        margin-top: 24px;
    }

        .tech-item ul li:nth-child(4n+1) {
            margin-left: 0;
        }

        .tech-item ul li i {
            display: block;
            padding: 0 5%;
            font-size: 18px;
            color: #333333;
            font-weight: bold;
            margin-top: 22px;
        }

        .tech-item ul li p {
            display: block;
            padding: 0 5%;
            font-size: 14px;
            color: #858585;
            margin-top: 8px;
        }

        .tech-item ul li span {
            display: inline-block;
            margin-top: 18px;
            height: 2px;
            width: 16px;
            background: #dddddd;
        }



.join-case {
    padding: 104px 0 110px;
}

    .join-case .join-title h3 {
        color: #aa0000;
        font-weight: initial;
    }

    .join-case .join-title h4 {
        color: #333333;
    }




.policy {
    padding: 110px 0;
    background: url(../images/policy_bg.jpg) center center no-repeat;
    background-size: auto 100%;
}

.policy-l {
    float: left;
    width: 32.2%;
}

    .policy-l .item {
        margin-top: 42px;
    }

        .policy-l .item:first-child {
            margin-left: 40px;
            margin-top: 0;
        }

        .policy-l .item:last-child {
            margin-left: 40px;
        }

            .policy-l .item:first-child .text, .policy-l .item:last-child .text {
                width: 66.5%;
            }

        .policy-l .item .tp {
            float: left;
            width: 111px;
        }

        .policy-l .item .text {
            float: left;
            width: 62%;
            margin-left: 7%;
            padding-top: 4px;
        }

        .policy-l .item:nth-child(1) .text, .policy-l .item:nth-child(2) .text {
            padding-top: 16px;
        }

    .policy-l i, .policy-r i {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
    }

    .policy-l p, .policy-r p {
        font-size: 14px;
        line-height: 24px;
        color: #858585;
        margin-top: 10px;
    }


.policy-t {
    float: left;
    width: 32.2%;
    margin: 0 1.7%;
}

    .policy-t .box {
        margin-top: 72px;
        text-align: center;
        border-radius: 50%;
        height: 440px;
        background: #FFFFFF;
        border: 8px solid #fff3e9;
    }

        .policy-t .box h3 {
            font-size: 42px;
            color: #aa0000;
            line-height: 56px;
            padding-top: 96px;
        }

        .policy-t .box span {
            display: block;
        }

        .policy-t .box i {
            display: block;
            margin-top: 12px;
        }

        .policy-t .box p {
            font-size: 18px;
            line-height: 32px;
            color: #666666;
        }

        .policy-t .box em {
            font-size: 12px;
            line-height: 18px;
            color: #cccccc;
            display: block;
            margin-top: 18px;
        }


.policy-r {
    float: right;
    width: 32.2%;
}

    .policy-r .item {
        margin-top: 42px;
    }

        .policy-r .item:first-child {
            margin-right: 40px;
            margin-top: 0;
        }

        .policy-r .item:last-child {
            margin-right: 40px;
        }

            .policy-r .item:first-child .text, .policy-r .item:last-child .text {
                width: 66.5%;
            }


        .policy-r .item .tp {
            float: right;
            width: 111px;
        }

        .policy-r .item .text {
            float: right;
            width: 62%;
            margin-right: 7%;
            text-align: right;
            padding-top: 4px;
        }

        .policy-r .item:nth-child(3) .text, .policy-r .item:nth-child(4) .text {
            padding-top: 16px;
        }



.stores {
    padding: 104px 0 120px;
}

    .stores .join-title h3, .flow .join-title h3 {
        color: #aa0000;
        font-weight: initial;
    }

    .stores .join-title h4, .flow .join-title h4 {
        color: #333333;
    }

.stores-tp {
    margin-top: 48px;
}


.flow {
    padding: 104px 0 130px;
    background: #F8F8F8;
}

.flow_list {
    padding-top: 98px;
}

    .flow_list ul li {
        margin-left: 1.2%;
        background: #FFFFFF;
        float: left;
        width: 15.66%;
        border-radius: 10px;
        position: relative;
        text-align: center;
    }

        .flow_list ul li:first-child {
            margin-left: 0;
        }

        .flow_list ul li .box {
            padding: 50px 22px 42px 22px;
        }

            .flow_list ul li .box span {
                display: block;
                font-weight: bold;
                margin: 0 auto;
                width: 22px;
                height: 22px;
                background: #b30505;
                color: #fff;
                border-radius: 40px;
                text-align: center;
                padding: 12px;
                margin-bottom: 20px;
            }

        .flow_list ul li img {
            position: absolute;
            top: -32px;
            left: 50%;
            margin-left: -32px;
        }

        .flow_list ul li i {
            font-size: 16px;
            color: #aa0000;
            font-weight: bold;
        }

        .flow_list ul li p {
            font-size: 14px;
            color: #666666;
            line-height: 24px;
            margin-top: 12px;
        }



.j-phone-tit {
    display: none;
}

.policy .join-title h3 {
    color: #aa0000;
    font-weight: initial;
}

.policy .join-title h4 {
    color: #333333;
}





/*产品内容页*/

.product_details {
    width: 100%;
    background-color: rgb(240, 241, 244);
    position: relative;
    padding: 90px 0 120px 0;
}

.product_details_box {
    overflow: hidden;
}



.pro-con-tp {
    width: 50%;
    float: left;
    margin-top: 40px;
}

    .pro-con-tp .slider-container {
        background: initial;
    }

    .pro-con-tp .preview {
        background: initial;
        margin-top: 10px;
    }

        .pro-con-tp .preview img {
            width: 80px;
        }

        .pro-con-tp .preview .active {
            outline: 2px solid #cc7676;
        }

    .pro-con-tp .slider__item img {
        display: block;
        height: 520px;
        margin: 0 auto;
    }

.product_details_textbox {
    width: 40%;
    float: right;
    padding-top: 40px;
}

    .product_details_textbox .title h2 {
        line-height: 26px;
        font-size: 30px;
        color: #333333;
        font-weight: initial;
    }

    .product_details_textbox .title span {
        padding: 0 22px;
        height: 28px;
        border: 1px solid #aa0000;
        margin: 20px 12px 0 0;
        font-size: 12px;
        color: #aa0000;
        line-height: 28px;
        display: inline-block;
        border-radius: 15px;
    }

        .product_details_textbox .title span:hover {
            border: 1px solid #aa0000;
            background: #aa0000;
            color: #ffffff;
            cursor: pointer;
        }


    .product_details_textbox .title p {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        margin-top: 20px;
    }



    .product_details_textbox .chara {
        margin-top: 28px;
        background: #f3f3f3;
    }

        .product_details_textbox .chara ul {
            padding: 15px 30px;
        }

            .product_details_textbox .chara ul li {
                line-height: 48px;
                height: 48px;
                border-bottom: 1px solid #eee;
                font-size: 16px;
                color: #666666;
                overflow: hidden;
            }

                .product_details_textbox .chara ul li:last-child {
                    background: initial;
                }

                .product_details_textbox .chara ul li i {
                    float: left;
                    display: block;
                    width: 25%;
                    overflow: hidden;
                }

                .product_details_textbox .chara ul li span {
                    float: right;
                    width: 65%;
                    text-align: right;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                }


.pro_details_exp {
    overflow: hidden;
}

    .pro_details_exp .pro-title {
        padding-top: 106px;
    }

    .pro_details_exp .pro_d_item {
        position: relative;
    }

    .pro_details_exp .item_color p, .pro_details_exp .item_color span {
        color: #333333;
    }


    .pro_details_exp .pro_d_item p {
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
        letter-spacing: 4px;
    }

    .pro_details_exp .pro_d_item span {
        display: block;
        font-size: 18px;
        line-height: 42px;
        margin-top: 32px;
    }

    .pro_details_exp .por_li_top {
        background: #dddddd;
        margin-top: 8px;
        border-radius: 0 0 12px 12px;
        text-align: center;
    }

        .pro_details_exp .por_li_top p {
            font-size: 24px;
            color: #333333;
            font-weight: bold;
            padding: 12px 0;
            border-bottom: 1px dashed #858585;
        }

        .pro_details_exp .por_li_top span {
            display: inline-block;
            color: #666;
            font-size: 18px;
            line-height: 24px;
            margin: 14px 0;
        }


    .pro_details_exp .pro_d_two {
        display: inline-block;
        margin-top: 100px;
    }

        .pro_details_exp .pro_d_two .two_li {
            float: left;
            width: 49.2%;
            margin-left: 1.6%;
        }

            .pro_details_exp .pro_d_two .two_li:nth-child(2n+1) {
                margin-left: 0;
            }


    .pro_details_exp .pro_d_three {
        display: inline-block;
        margin: 20px 0 120px 0;
    }

        .pro_details_exp .pro_d_three .three_li {
            float: left;
            width: 32.26%;
            margin-left: 1.6%;
        }

            .pro_details_exp .pro_d_three .three_li:nth-child(3n+1) {
                margin-left: 0;
            }




.pro_text_left .item_float {
    width: 55%;
    position: absolute;
    color: #ffffff;
    text-align: left;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}


.pro_text_right .item_float {
    width: 55%;
    position: absolute;
    color: #ffffff;
    text-align: right;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}


    .pro_text_right .item_float .item_par {
        width: 20%;
        float: right;
    }


.pro_text_left .item_float .item_par {
    width: 20%;
    float: left;
}

    .pro_text_left .item_float .item_par i, .pro_text_right .item_float .item_par i {
        color: #aa0000;
        font-size: 32px;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
    }



    .pro_text_left .item_float .item_par span, .pro_text_right .item_float .item_par span {
        margin: 20px 0;
        margin-top: 8px;
    }



.pro-sult {
    margin-top: 32px;
}

    .pro-sult em {
        font-size: 16px;
        color: #333333;
    }

    .pro-sult span {
        color: #aa0000;
    }

    .pro-sult p {
        font-size: 12px;
        color: #858585;
        margin-top: 8px;
    }

    .pro-sult a {
        display: inline-block;
        padding: 0 18px;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 34px;
        text-align: center;
        border-radius: 4px;
        margin-top: 24px;
    }


        .pro-sult a i {
            display: inline-block;
            font-size: 15px;
            margin-right: 2px;
        }

.pro-consult {
    background: #aa0000;
}


.pro-shopp {
    background: #858585;
}


.pro-parame {
    background: #f8f8f8;
    padding: 110px 0 120px 0;
    overflow: hidden;
}

.pro-title {
    text-align: center;
}

    .pro-title h2 {
        font-size: 40px;
        font-weight: initial;
        color: #aa0000;
    }

    .pro-title p {
        font-size: 18px;
        line-height: 28px;
        color: #666666;
        margin-top: 12px;
    }

    .pro-title span {
        font-size: 14px;
        color: #666666;
        display: block;
        margin-top: 8px;
    }


.pro-par-list {
    margin-top: 64px;
}

.p-left {
    float: left;
    width: 49%;
    background: #FFFFFF;
}

.p-right {
    float: right;
    width: 49%;
    background: #FFFFFF;
}

    .p-left ul, .p-right ul {
        padding: 12px 28px;
    }

        .p-left ul li, .p-right ul li {
            padding: 28px 0;
            font-size: 18px;
            border-top: 1px solid #cccccc;
        }

            .p-left ul li:first-child, .p-right ul li:first-child {
                border-top: initial;
            }

            .p-left ul li:after, .p-right ul li:after {
                height: 0;
                width: 0;
                content: "";
                display: block;
                clear: both;
            }

            .p-left ul li em, .p-right ul li em {
                float: left;
                color: #666666;
            }

            .p-left ul li span, .p-right ul li span {
                float: right;
                color: #333333;
            }



.pro-contrast {
    padding: 110px 0 120px 0;
}

.p-c-con {
    margin-top: 66px;
}

.per-box {
}

.per-title {
    float: left;
    width: 18%;
    height: 126px;
    line-height: 126px;
    background: #999999;
    text-align: center;
    position: relative;
}

    .per-title h3 {
        font-size: 24px;
        color: #ffffff;
    }

    .per-title:after {
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -10px;
        width: 10px;
        height: 21px;
        display: block;
        content: "";
        background: url(../images/pro_ctra_sj.png) center center no-repeat;
    }


.per-list {
    float: right;
    width: 82%;
    background: #f8f8f8;
}

    .per-list ul li {
        height: 126px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 25%;
        float: left;
        font-size: 20px;
        color: #333333;
        position: relative;
    }

        .per-list ul li em {
            display: block;
            font-size: 18px;
            text-align: center;
            margin-top: 10px;
        }

        .per-list ul li:after {
            position: absolute;
            right: -1px;
            top: 50%;
            margin-top: -28px;
            width: 1px;
            height: 56px;
            display: block;
            content: "";
            background: #dddddd;
        }

        .per-list ul li:last-child:after {
            display: none;
        }


.per-des p {
    font-size: 18px;
    color: #333333;
    margin-top: 24px;
}



.per-data {
    margin-top: 64px;
}


.p-d-t {
    background: #aa0000;
}

    .p-d-t ul li {
        float: left;
        width: 11.11%;
        text-align: center;
        color: #FFF;
        font-size: 18px;
        height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }

        .p-d-t ul li span {
            display: block;
            font-size: 14px;
            text-align: center;
            margin-top: 2px;
        }


.d-icon {
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
}

.chu-icon {
    background: url(../images/pro_ctra_chu.png) center center no-repeat;
}

.deng-icon {
    background: url(../images/pro_ctra_deng.png) center center no-repeat;
}

.cheng-icon {
    background: url(../images/pro_ctra_cheng.png) center center no-repeat;
}

.p-d-l ul {
    border-top: 1px solid #ddd;
}

    .p-d-l ul li {
        float: left;
        width: 11.11%;
        text-align: center;
        color: #333333;
        font-size: 18px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .p-d-l ul li b {
            color: #aa0000;
        }


.per-data-tp {
    margin-top: 70px;
    text-align: center;
}



.pro-heat {
    position: relative;
}

    .pro-heat .pro-title {
        position: absolute;
        top: 78px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

        .pro-heat .pro-title h2 {
            color: #ffffff;
        }

        .pro-heat .pro-title p {
            margin-top: 28px;
            line-height: 36px;
            color: #ffffff;
        }

.pro-heat-tp {
    position: relative;
    top: 0;
    z-index: 1;
    text-align: center;
}


.por-quality {
    padding: 110px 0 120px 0;
    overflow: hidden;
}


.fine-quality {
    padding: 110px 0 120px 0;
    overflow: hidden;
}


.f-q-item {
    margin: 30px 0;
}

    .f-q-item .item-left, .f-q-item .item-right {
        width: 48%;
        float: left;
    }

    .f-q-item .item-left {
        margin-left: 2%;
    }

    .f-q-item .item-right {
        margin-right: 2%;
    }

    .f-q-item .item-left .tp {
        float: left;
    }

    .f-q-item .item-right .tp {
        float: right;
    }


    .f-q-item .item-left h3 {
        text-align: left;
    }

    .f-q-item .item-right h3 {
        text-align: right;
    }



    .f-q-item .item {
        float: left;
        width: 100%;
        margin-top: 60px;
    }


        .f-q-item .item .tp {
            width: 24%;
        }

            .f-q-item .item .tp img {
                border-radius: 82px;
            }


        .f-q-item .item .text {
            float: left;
            width: 66%;
            padding: 38px 5% 0 5%;
        }

        .f-q-item .item.f-text .text {
            padding: 24px 5% 0 5%;
        }

        .f-q-item .item .text h3 {
            font-size: 18px;
            color: #aa0000;
        }

        .f-q-item .item .text p {
            font-size: 16px;
            line-height: 28px;
            color: #666666;
            margin-top: 10px;
            text-align: justify;
        }

.pro-plate {
    background: #f3f3f3;
    padding: 80px 0 120px 0;
}

    .pro-plate .pro-content {
        margin-top: 60px;
    }

    .pro-plate .pro-pic {
        position: relative;
        float: left;
        width: 32.5%;
        margin-left: 1.2%;
        margin-bottom: 40px;
    }

        .pro-plate .pro-pic:hover .pro-float p, .pro-plate .pro-pic:hover .pro-float span {
            color: #dddddd;
        }


        .pro-plate .pro-pic:nth-child(3n+1) {
            margin-left: 0%;
        }





    .pro-plate .pro-float {
        position: absolute;
        top: 4%;
        width: 88%;
        padding: 0 6%;
        z-index: 9;
    }

    .pro-plate .pro-black p {
        color: #313035 !important;
    }
    .pro-plate .pro-black span {
        color: #333333 !important;
    }

        .pro-plate .pro-float p {
            display: block;
            font-size: 32px;
            color: #ffffff;
            font-weight: bold;
        }

        .pro-plate .pro-float span {
            display: block;
            font-size: 15px;
            color: #ffffff;
            margin: 14px 0;
        }

        .pro-plate .pro-float em {
            display: block;
            background: #aa0000;
            width: 35px;
            height: 3px;
            margin-top: 24px;
        }



.pro-adv-1 {
    background: #f8f8f8;
    padding: 110px 0 100px 0;
}

.adv-zlbp {
    margin-top: 72px;
}

    .adv-zlbp .tp {
        width: 49%;
        float: right;
    }

    .adv-zlbp .text {
        width: 43%;
        float: left;
        padding-top: 100px;
        padding-right: 6%;
    }

        .adv-zlbp .text h3 {
            font-size: 30px;
            color: #333333;
            margin-top: 32px;
        }

        .adv-zlbp .text p {
            font-size: 18px;
            line-height: 36px;
            color: #333333;
            margin-top: 16px;
        }

        .adv-zlbp .text span {
            display: block;
            width: 24px;
            height: 2px;
            background: #cccccc;
            margin-top: 50px;
        }



.adv-znhs {
    padding: 100px 0;
}

    .adv-znhs .tp {
        width: 49%;
        float: left;
    }

    .adv-znhs .text {
        width: 43%;
        float: right;
        padding-top: 100px;
        padding-left: 6%;
    }

        .adv-znhs .text h3 {
            font-size: 30px;
            color: #333333;
            margin-top: 32px;
        }

        .adv-znhs .text p {
            font-size: 18px;
            line-height: 36px;
            color: #333333;
            margin-top: 16px;
        }

        .adv-znhs .text span {
            display: block;
            width: 24px;
            height: 2px;
            background: #cccccc;
            margin-top: 50px;
        }




.pro-adv-3 {
    padding: 100px 0;
    background: #F8F8F8;
}

.adv-znkz .tp {
    width: 49%;
    float: right;
}

.adv-znkz .text {
    width: 40%;
    float: left;
    padding-right: 9%;
    padding-top: 16px;
}

    .adv-znkz .text h3 {
        font-size: 30px;
        color: #333333;
        margin-top: 32px;
    }

    .adv-znkz .text p {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }

        .adv-znkz .text p i {
            font-size: 18px;
            line-height: 36px;
            color: #333333;
            display: block;
            margin-top: 16px;
        }

    .adv-znkz .text span {
        display: block;
        width: 24px;
        height: 2px;
        background: #cccccc;
        margin-top: 50px;
    }



.scenario {
    padding: 110px 0 120px;
    overflow: hidden;
}


.sce-box {
    margin-top: 112px;
    padding: 0 6%;
    position: relative;
}

.sce-left {
    width: 40%;
    float: left;
}

    .sce-left ul li:first-child {
        margin-top: 0;
    }


    .sce-left ul li {
        line-height: 120px;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        margin-top: 40px;
    }

        .sce-left ul li img {
            margin-right: 50px;
            float: left;
        }

.sce-right {
    width: 40%;
    float: right;
}

    .sce-right ul li:first-child {
        margin-top: 0;
    }



    .sce-right ul li {
        margin-top: 40px;
        line-height: 120px;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        text-align: right;
    }

        .sce-right ul li img {
            margin-left: 50px;
            float: right;
        }



.sce-tp {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

    .sce-tp img {
        height: 440px;
    }

.pro-instal {
    position: relative;
}

    .pro-instal .pro-title {
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

        .pro-instal .pro-title p {
            margin-top: 28px;
            line-height: 36px;
        }


/* 售后服务 */

.in-server {
    background: #f8f8f8;
    padding: 104px 0 48px;
}

    .in-server .in-title {
        text-align: left;
    }

        .in-server .in-title h2 {
            font-size: 38px;
            color: #333333;
            font-weight: bold;
        }

        .in-server .in-title span {
            display: block;
            width: 32px;
            height: 3px;
            background: #aa0000;
            margin-top: 28px;
        }

        .in-server .in-title p {
            margin-top: 30px;
        }


.in-server-box {
    margin-top: 96px;
}

    .in-server-box .item {
        float: left;
        width: 32.6%;
        margin-left: 1%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .in-server-box .item:nth-child(3n+1) {
            margin-left: 0;
        }

        .in-server-box .item .text {
            text-align: center;
            position: relative;
        }

            .in-server-box .item .text .text-hover {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                background: #bd2525;
                background-size: 100% 100%;
                transition: all 0.3s;
                overflow: hidden;
                opacity: 0;
            }

                .in-server-box .item .text .text-hover p {
                    color: #ffffff;
                    font-size: 20px;
                    line-height: 34px;
                    padding: 80px 10%;
                    text-align: left;
                }


        .in-server-box .item:hover .text-hover {
            opacity: 1;
        }



        .in-server-box .item p {
            font-size: 16px;
            color: #858585;
            font-weight: initial;
            margin-top: 16px;
            line-height: 24px;
            transition: all 0.3s;
        }


        .in-server-box .item h2 {
            font-size: 30px;
            color: #333333;
            font-weight: initial;
            margin-top: 26px;
            transition: all 0.3s;
            text-align: center;
        }

        .in-server-box .item:hover h2 {
            color: #aa0000;
        }

        .in-server-box .item .text p {
            font-size: 16px;
            color: #666666;
            margin-top: 8px;
            margin-bottom: 12px;
        }

        .in-server-box .item .text a {
            position: relative;
            z-index: 9;
            color: #333;
            font-size: 14px;
        }

            .in-server-box .item .text a:hover {
                color: #AA0000;
            }

.hot-line {
    padding: 112px 0;
}


    .hot-line .h-title {
        float: left;
        width: 50%;
    }

        .hot-line .h-title h2 {
            font-size: 36px;
            color: #333333;
            font-weight: initial;
            margin-bottom: 40px;
        }

        .hot-line .h-title em {
            font-size: 40px;
            color: #333333;
            font-weight: bold;
        }

        .hot-line .h-title p {
            font-size: 18px;
            color: #333333;
            line-height: 32px;
        }

    .hot-line .h-text {
        float: right;
        width: 50%;
    }

        .hot-line .h-text p {
            font-size: 18px;
            color: #333333;
            line-height: 36px;
        }

.h-but-des {
    margin-top: 64px;
}

    .h-but-des a {
        font-size: 16px;
        color: #007983;
        margin-right: 52px;
    }

.des-icon-a {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../images/des_icon_a.png) center top no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
}

/*服务中心*/

.server-chara {
    padding: 16px 0 120px;
}

.server-title {
    text-align: left;
}

    .server-title h2 {
        font-size: 38px;
        color: #333;
    }

    .server-title p {
        font-size: 18px;
        line-height: 28px;
        color: #666666;
        margin-top: 24px;
    }

        .server-title p span {
            display: block;
        }

.main-con .server-title span {
    display: block;
    width: 32px;
    height: 3px;
    background: #aa0000;
    margin-top: 28px;
}


.serch-con {
    padding-top: 20px;
}

    .serch-con .s-item {
        width: 32.26%;
        margin-left: 1.6%;
        background: #fff;
        box-shadow: 0 0 8px rgba(0,0,0,.02);
        float: left;
        margin-top: 24px;
        text-align: center;
    }

        .serch-con .s-item:nth-child(3n+1) {
            margin-left: 0;
        }

        .serch-con .s-item .box {
            padding: 80px 2%;
        }

            .serch-con .s-item .box h3 {
                font-size: 24px;
                color: #333333;
                line-height: 32px;
                margin-top: 28px;
            }

            .serch-con .s-item .box p {
                font-size: 16px;
                color: #666666;
                line-height: 28px;
                margin-top: 8px;
            }



.nation_con {
    padding: 112px 0 104px;
    background: #fff;
}

.nation-box {
    margin-top: 72px;
}

.nation-tp {
    float: left;
    width: 76%;
}

.nation-zs {
    float: right;
    width: 24%;
    text-align: left;
}

    .nation-zs ul {
        background: #F8F8F8;
        display: inline-block;
        padding: 10px 20px;
    }

        .nation-zs ul li {
            text-align: center;
            padding: 10px 0;
        }

            .nation-zs ul li p {
                font-size: 16px;
                color: #333333;
                margin-top: 6px;
            }


.main-con {
    padding: 120px 0;
}


    .main-con .serch-con .s-item:first-child .box {
        padding-bottom: 44px;
    }

.serch-con .s-item .box a {
    font-size: 14px;
    line-height: 24px;
    color: #aa0000;
    margin-top: 12px;
    display: block;
}


.infor-con {
    padding-top: 72px;
}



.service-contact {
    padding-top: 72px;
}

.contact-box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 0 8px rgba(0,0,0,.01);
}

.contact-text {
    float: left;
    width: 50%;
}

    .contact-text h3 {
        font-size: 24px;
        color: #333333;
    }

    .contact-text p {
        margin-top: 14px;
        color: #666666;
        font-size: 16px;
    }

    .contact-text a {
        font-size: 14px;
        color: #aa0000;
        margin-top: 24px;
        display: block;
    }


/* 售后服务end */




/* 公司简介——发展历程*/
.brand-culture {
    padding: 100px 0;
    background: url(../images/culture_bg.jpg) bottom center no-repeat;
}

.brand-culture-title {
    background: #aa0000;
    height: 260px;
    color: #ffffff;
    font-weight: initial;
    text-align: center;
    padding: 0 6%;
}

    .brand-culture-title h3 {
        font-size: 36px;
        font-weight: initial;
        padding-top: 60px;
    }

    .brand-culture-title span {
        display: block;
        margin: 26px auto 30px auto;
        height: 3px;
        width: 32px;
        background: #ffffff;
    }

    .brand-culture-title p {
        font-size: 16px;
        line-height: 32px;
    }



.brand-culture #timeline {
    width: 1440px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

    .brand-culture #timeline:after {
        display: none;
    }


.brand-culture #dates {
    width: 1440px;
    height: 120px;
    position: relative;
}

    .brand-culture #dates:before {
        position: absolute;
        left: -50%;
        bottom: 0;
        display: block;
        content: "";
        width: 200%;
        height: 1px;
        background: #ddd;
    }

    .brand-culture #dates li {
        float: left;
        width: 410px;
        text-align: center;
    }

    .brand-culture #dates a {
        color: #dddddd;
        display: block;
        position: relative;
        height: 100px;
        line-height: 100px;
        font-size: 46px;
        letter-spacing: 3px;
    }

    .brand-culture #dates .selected {
        font-size: 46px;
        font-weight: bold;
        color: #aa0000;
        background-image: -webkit-linear-gradient(bottom, #aa0000, rgb(170 0 0 / 60%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .brand-culture #dates a:before {
        position: absolute;
        left: 50%;
        bottom: -25px;
        transform: translateX(-50%);
        width: 10px;
        height: 10px;
        background: #dddddd;
        border-radius: 50%;
        display: block;
        content: "";
    }

    .brand-culture #dates a.selected:before {
        background: #aa0000;
    }


    .brand-culture #dates li a.selected:after, .brand-culture #dates li a:after {
        display: none;
    }


.brand-culture #issues {
    width: 1440px;
    overflow: hidden;
    margin-top: 48px;
}

    .brand-culture #issues li {
        width: 1440px;
        float: left;
        height: auto;
        text-align: center;
    }

        .brand-culture #issues li p {
            font-size: 23px;
            color: #333;
            line-height: 36px;
            font-weight: bold;
            padding: 8px 10%
        }

.brand-culture #next, .brand-culture #prev {
    position: absolute;
    top: 92px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
}

    .brand-culture #next.disabled, #prev.disabled {
        opacity: 0.2;
    }


/* 公司简介——生活馆 */
.company-infor {
    padding: 108px 0 120px;
}

    .company-infor .title {
        line-height: 56px;
        border-bottom: 1px solid #aa0000;
    }

        .company-infor .title h3 {
            float: left;
            font-size: 24px;
            color: #aa0000;
            border-bottom: 2px solid #aa0000;
        }

        .company-infor .title span {
            float: right;
            font-size: 24px;
            font-weight: bold;
            color: #aa0000;
            border-bottom: 2px solid #aa0000;
            display: block;
        }


.c-i-box {
}

    .c-i-box .item {
        padding-top: 80px;
        margin-top: 80px;
        border-top: 1px solid #c9c9c9;
        position: relative;
    }

        .c-i-box .item:first-child {
            padding-top: 0px;
            border-top: initial;
        }

        .c-i-box .item .text {
            float: left;
            width: 50%;
        }

        .c-i-box .item .pic {
            float: right;
            width: 45%;
            text-align: right;
        }

        .c-i-box .item .text h2 {
            font-size: 20px;
        }

            .c-i-box .item .text h2 span {
                margin-left: 32px;
                font-weight: initial;
                color: #858585;
                font-size: 17px;
            }

        .c-i-box .item:nth-child(4) .text h2 span {
            margin-left: 0;
            display: block;
            margin-top: 12px;
        }

        .c-i-box .item .text p {
            font-size: 20px;
            color: #575757;
            margin-top: 12px;
        }


        .c-i-box .item .list-eng {
            margin-top: 50px;
        }


            .c-i-box .item .list-eng p {
                font-size: 16px;
                color: #575757;
                line-height: 20px;
                -webkit-line-clamp: inherit;
            }




.in-company {
    background: #f8f8f8;
    padding: 50px 0 58px;
}

.in-company-box {
    margin-top: 80px;
}

    .in-company-box .item {
        float: left;
        width: 32.26%;
        margin-left: 1.6%;
    }

        .in-company-box .item:nth-child(3n+1) {
            margin-left: 0;
        }

        .in-company-box .item .text {
            text-align: center;
        }

            .in-company-box .item .text h2 {
                font-size: 28px;
                color: #333333;
                font-weight: initial;
                margin: 16px 0;
                transition: all 0.3s;
            }

        .in-company-box .item:hover .text h2 {
            color: #aa0000;
        }

        .in-company-box .item .text span {
            font-size: 16px;
            color: #575757;
        }


        .in-company-box .item .text p {
            font-size: 16px;
            margin-top: 14px;
            color: #858585;
        }



.mecent-state {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

    .mecent-state.to {
        visibility: visible;
        opacity: 1;
    }


.mecent-bar {
    width: 70px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

    .mecent-bar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #333;
        text-align: center;
        line-height: 1;
    }

        .mecent-bar ul li {
            color: #333;
            height: 70px;
            position: relative;
            cursor: pointer;
            border-bottom: 1px solid #eee;
        }

            .mecent-bar ul li:last-child {
                border-bottom: none;
            }

            .mecent-bar ul li i {
                padding-top: 12px;
                font-size: 24px;
                display: block;
            }

            .mecent-bar ul li .item-text {
                margin-top: 8px;
                display: block;
            }

            .mecent-bar ul li .item-box {
                display: none;
                position: absolute;
                right: 80px;
                top: 0px;
                padding: 5px;
                border-radius: 4px;
                background: #fff;
                border: 1px solid #eee;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
            }

                .mecent-bar ul li .item-box p {
                    margin: 18px 0;
                    font-size: 15px;
                    font-weight: bold;
                    color: #333;
                    display: block;
                }

                .mecent-bar ul li .item-box span {
                    margin: 5px 0;
                    color: #333;
                    display: block;
                }

                .mecent-bar ul li .item-box .item-box-show {
                    width: 120px;
                }

            .mecent-bar ul li:hover {
                color: #fff;
                background: #aa0000;
            }

                .mecent-bar ul li:hover .item-box {
                    display: block;
                }

            .mecent-bar ul li a {
                color: #333;
            }

                .mecent-bar ul li a:hover {
                    color: #fff;
                }

.footer-nav {
    display: none;
}
