﻿@charset "utf-8";

.slide-box {
    position: relative;
    margin: 0;
    width: 100%;
    height: 960px;
    text-align: center;
    overflow: hidden;
}

/*index pc start*/
.index-wrap {
    width: 100%;
    overflow: visible;
    position: relative;
}

    .index-wrap .solde {
        margin-top: -100px;
    }

.slide-box .solde-footer {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 60px;
    z-index: 99;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

    .slide-box .solde-footer div {
        float: right;
        width: 240px;
        height: 60px;
        text-align: center;
        font-size: 24px;
        line-height: 60px;
        background-color: #005B34;
        border: solid 1px #005B34;
        border-radius: 5px;
        margin-left: 50px;
        cursor: pointer;
    }

    .slide-box .solde-footer a {
        color: #fff;
    }

.index-wrap .index-list-wrap {
    width: 100%;
    background: rgba(250,251,255,0.00);
}

    .index-wrap .index-list-wrap .list-wrap-title {
        text-align: center;
        margin-bottom: 60px;
        margin-top: 80px;
    }

        .index-wrap .index-list-wrap .list-wrap-title .cn {
            width: auto;
            text-align: center;
            font-family: PingFangSC-Light;
            font-size: 48px;
            color: #333333;
            letter-spacing: 1px;
            line-height: 54px;
        }

        .index-wrap .index-list-wrap .list-wrap-title .en {
            width: auto;
            text-align: center;
            font-family: Helvetica-LightOblique;
            font-size: 24px;
            color: #999999;
            letter-spacing: 1px;
            line-height: 36px;
        }

    .index-wrap .index-list-wrap .list-wrap-content {
        margin-left: 6.5%;
        width: 93.5%;
        background: #005B34;
        height: 658px;
    }

        .index-wrap .index-list-wrap .list-wrap-content .content-item {
            width: 29.6%;
            float: left;
            text-align: center;
            opacity: 0.5;
            cursor: pointer;
            padding: 52px 0 58px;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .index-wrap .index-list-wrap .list-wrap-content .content-item:after {
                content: " ";
                position: absolute;
                z-index: 2;
                background: url(../images/helpCenter_sprites.png) no-repeat -56px -235px;
                width: 36px;
                height: 18px;
                bottom: 0;
                left: 50%;
                margin-left: -18px;
                display: none;
            }

            .index-wrap .index-list-wrap .list-wrap-content .content-item.active {
                opacity: 1;
            }

            .index-wrap .index-list-wrap .list-wrap-content .content-item .text-title {
                width: 100%;
                float: left;
                font-family: PingFangSC-Medium;
                font-size: 28px;
                color: #FFFFFF;
                letter-spacing: 0;
                text-align: center;
                line-height: 42px;
            }

            .index-wrap .index-list-wrap .list-wrap-content .content-item .text-desc {
                width: 100%;
                float: left;
                font-family: PingFangSC-Light;
                font-size: 18px;
                color: #FFFFFF;
                letter-spacing: 0;
                text-align: center;
                margin-top:20px;
            }

            .index-wrap .index-list-wrap .list-wrap-content .content-item .text-tag {
                float: left;
                width: 100%;
                margin-top: 50px;
                height: 5px;
                display: flex;
                justify-content: center;
            }

                .index-wrap .index-list-wrap .list-wrap-content .content-item .text-tag div {
                    width: 80px;
                    height: 5px;
                    background: #D2C495;
                    display: none;
                }

                    .index-wrap .index-list-wrap .list-wrap-content .content-item .text-tag div.active {
                        display: block;
                    }

    .index-wrap .index-list-wrap .list-wrap-content-top {
        position: relative;
        margin-top: -420px;
        margin-left: 6.5%;
        margin-right: 10.5%;
        height: 420px;
        display: none;
        background: #FAFBFF;
    }

        .index-wrap .index-list-wrap .list-wrap-content-top.active {
            display: block;
        }

        .index-wrap .index-list-wrap .list-wrap-content-top .list-content {
            height: 420px;
            padding-top: 20px;
        }

            .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-left {
                width: 45%;
                float: left;
            }

                .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-left img {
                    width: 596px;
                    height: 400px;
                }

            .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth {
                width: 55%;
                padding-left: 4.2%;
                padding-right: 4.2%;
                float: left;
            }

                .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth .list-item-rigth-title {
                    font-family: PingFangSC-Medium;
                    font-size: 32px;
                    color: #333333;
                    letter-spacing: 0;
                    line-height: 45px;
                    margin-top: 45px;
                    margin-bottom: 45px;
                }

                .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth .list-item-rigth-desc {
                    font-family: PingFangSC-Regular;
                    font-size: 18px;
                    color: #666666;
                    letter-spacing: 0;
                    line-height: 36px;
                    height: 118px;
                }
                   
                    .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth .list-item-rigth-go {
                    margin-top: 46px;
                }

                    .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth .list-item-rigth-go img {
                        margin-top: 90px;
                    }


    .index-wrap .index-list-wrap .list-wrap-content .list-wrap-content-case {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

        .index-wrap .index-list-wrap .list-wrap-content .list-wrap-content-case .case-item {
            width: 25%;
            opacity: 1;
            cursor: pointer;
            float: left;
        }

            .index-wrap .index-list-wrap .list-wrap-content .list-wrap-content-case .case-item.active {
                opacity: 1;
            }


.swiper-slide .case-item {
    width: 100%;
    text-align: center;
    opacity: 1;
}

    .swiper-slide .case-item p {
        width: 100%;
        text-align: center;
        opacity: 1;
        color: #000;
    }

    .swiper-slide .case-item img {
        width:240px;
        height: auto;
    }

.index-wrap .index-list-case {
    width: 100%;
    background: rgba(250,251,255,0.00);
}

    .index-wrap .index-list-case .list-wrap-title {
        text-align: center;
        margin-bottom: 60px;
        margin-top: 80px;
    }


        .index-wrap .index-list-case .list-wrap-title .cn {
            width: auto;
            text-align: center;
            font-family: PingFangSC-Light;
            font-size: 48px;
            color: #333333;
            letter-spacing: 1px;
            line-height: 54px;
        }

        .index-wrap .index-list-case .list-wrap-title .en {
            width: auto;
            text-align: center;
            font-family: Helvetica-LightOblique;
            font-size: 24px;
            color: #999999;
            letter-spacing: 1px;
            line-height: 36px;
        }

    .index-wrap .index-list-case .list-wrap-content {
        margin-left: 6.5%;
        width: 93.5%;
    }

        .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case {
            width: 100%;
            padding-left: 4%;
            padding-right: 4%;
        }

            .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case .case-item {
                width: 25%;
                opacity: 1;
                cursor: pointer;
                float: left;
                padding: 0.5%;
                text-align: center;
            }

                .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case .case-item.active {
                    opacity: 1;
                }

                .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case .case-item img {
                    width: 240px;
                    height: 240px;
                }

                .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case .case-item p {
                    color: #000;
                    font-size: 18px;
                    text-align: center;
                }


.main-news {
    width: 100%;
}

.index-wrap .index-list-news {
    width: 100%;
    background: rgba(250,251,255,0.00);
}

    .index-wrap .index-list-news .list-wrap-title {
        text-align: center;
        margin-bottom: 60px;
        margin-top: 80px;
    }


        .index-wrap .index-list-news .list-wrap-title .cn {
            width: auto;
            text-align: center;
            font-family: PingFangSC-Light;
            font-size: 48px;
            color: #333333;
            letter-spacing: 1px;
            line-height: 54px;
        }

        .index-wrap .index-list-news .list-wrap-title .en {
            width: auto;
            text-align: center;
            font-family: Helvetica-LightOblique;
            font-size: 24px;
            color: #999999;
            letter-spacing: 1px;
            line-height: 36px;
        }

    .index-wrap .index-list-news .list-wrap-content {
        margin-left: 6.5%;
        width: 93.5%;
    }

        .index-wrap .index-list-news .list-wrap-content .list-wrap-content-case {
            width: 100%;
            padding-left: 4%;
            padding-right: 4%;
        }

            .index-wrap .index-list-news .list-wrap-content .list-wrap-content-case .case-item {
                width: 25%;
                opacity: 0.4;
                cursor: pointer;
                float: left;
            }

                .index-wrap .index-list-news .list-wrap-content .list-wrap-content-case .case-item img {
                    width: 240px;
                    height: 240px;
                }


.igt_btn_x {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 50px;
    top: -185px;
}

    .igt_btn_x .igt_prev, .igt_btn_x .igt_next {
        position: absolute;
        cursor: pointer;
        top: 0;
        width: 55px;
        height: 50px;
        /*background: rgba(0,0,0,0.15);*/
    }

    .igt_btn_x .igt_prev {
        left: 90px;
    }

    .igt_btn_x .igt_next {
        right: 90px;
    }

        .igt_btn_x .igt_prev:before, .igt_btn_x .igt_next:before {
            content: '';
            position: absolute;
            width: 30px;
            height: 30px;
            text-align: center;
            top: 50%;
            margin-top: -13px;
            left: 50%;
            margin-left: -13px;
        }

    .igt_btn_x .igt_prev:before {
        background: url(../images/prev2.png) no-repeat center;
    }

    .igt_btn_x .igt_next:before {
        background: url(../images/next2.png) no-repeat center;
    }

    .igt_btn_x .igt_prev:hover, .igt_btn_x .igt_next:hover {
        background-color: none;
    }


.index-yulu {
    /*    height: 500px;
    padding-top: 220px;*/
    width: 100%;
    overflow: visible;
    position: relative;
    margin-top: 20px;
}

    .index-yulu img {
        height: auto;
        width: 100%;
    }

    .index-yulu .list-wrap-title {
        text-align: center;
        margin-bottom: 60px;
        margin-top: 80px;
    }


        .index-yulu .list-wrap-title .cn {
            width: auto;
            text-align: center;
            font-family: PingFangSC-Light;
            font-size: 48px;
            color: #333333;
            letter-spacing: 1px;
            line-height: 54px;
        }

        .index-yulu .list-wrap-title .en {
            width: auto;
            text-align: center;
            font-family: Helvetica-LightOblique;
            font-size: 24px;
            color: #999999;
            letter-spacing: 1px;
            line-height: 36px;
        }




/*新闻轮播*/
.w-imgText {
    overflow: hidden;
    position: relative;
    width: 80%;
    margin-left: 10%;
}

    .w-imgText ul, .w-imgText li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .w-imgText .item {
        position: relative;
    }

        .w-imgText .item > a {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
        }

    .w-imgText .img-count .imgSize {
        height: 300px;
    }

    .w-imgText .img-count img {
        max-width: 100%;
        transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
    }



    .w-imgText li:hover .img-count img {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
    }

    .w-imgText .img-count-in {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        *height: 100%;
    }

        .w-imgText .img-count-in img {
            height: 300px;
            left: -80.5px;
        }


    .w-imgText .textB {
        position: absolute;
        line-height: 1.7;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 20px 30px;
     
    }



        .w-imgText .textB .bg_x {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 0;
            background: rgba(250,251,255,0.00);
        }

    .w-imgText .text_x {
        position: relative;
        z-index: 1;
        padding: 20px 30px 80px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

        .w-imgText .text_x .tt_h {
            line-height: 1.5;
            margin-bottom: 0.5em;
            font-family: PingFangSC-Semibold;
            font-size: 28px;
            color: #333333;
            letter-spacing: 0;
            overflow: hidden; /* 溢出时不显示溢出的内容 */
            text-overflow: ellipsis; /* 发生溢出时使用省略号代替 */
            display: -webkit-box; /* chrome浏览器的私有属性。显示为box。 */
            -webkit-box-orient: vertical; /* 垂直排列元素 */
            -webkit-line-clamp: 2; /* 显示多少行 */
        }

        .w-imgText .text_x p {
            font-family: PingFangSC-Regular;
            font-size: 18px;
            color: #666666;
            letter-spacing: 0;
            text-align: justify;
            line-height: 27px;
            height: 118px;
        }


        .w-imgText .text_x .btn_x {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-top: 20px;
            right: 20px;
            bottom: 30px;
            line-height: 2.6;
            color: #666;
            text-decoration: none;
        }

    .w-imgText .igt_btn {
        position: absolute;
        z-index: 9;
        /*       left: 55%;
        margin-left: -55px;*/
        bottom: 40px;
        width: 100%;
        height: 50px;
        top: 40%;
    }

        .w-imgText .igt_btn .igt_prev, .w-imgText3 .igt_btn .igt_next {
            position: absolute;
            cursor: pointer;
            top: 0;
            width: 55px;
            height: 50px;
            background: rgba(0,0,0,0.15);
        }

        .w-imgText .igt_btn .igt_prev {
            left: 0;
        }

        .w-imgText .igt_btn .igt_next {
            right: 0;
        }

        .w-imgText .igt_btn .igt_prev:before, .w-imgText3 .igt_btn .igt_next:before {
            content: '';
            position: absolute;
            width: 30px;
            height: 30px;
            text-align: center;
            top: 50%;
            margin-top: -13px;
            left: 50%;
            margin-left: -13px;
        }

        .w-imgText .igt_btn .igt_prev:before {
            background: url(../images/prev2.png) no-repeat center;
        }

        .w-imgText .igt_btn .igt_next:before {
            background: url(../images/next2.png) no-repeat center;
        }

        .w-imgText .igt_btn .igt_prev:hover, .w-imgText .igt_btn .igt_next:hover {
            background-color: #008CD6;
        }


    .w-imgText .igt_page {
        text-align: center;
        display: none;
        z-index: 5;
    }

        .w-imgText .igt_page .swiper-pagination-bullet {
            border-radius: 0;
            -webkit-border-radius: 0;
            width: 1em;
            height: 5px;
            background: #999;
            opacity: 0.5;
        }

        .w-imgText .igt_page .swiper-pagination-bullet-active {
            background: #f80;
            opacity: 1;
        }





.swiper-quotations {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}





    .swiper-quotations .lewis-per {
        display: block;
        margin-top: 0px;
        width: 42px;
        height: 82px;
        filter: alpha:opacity(50);
        background: url(../images/prev2.png) no-repeat;
        overflow: hidden;
        left: 10%;
        position: absolute;
    }

    .swiper-quotations .lewis-next {
        position: absolute;
        right: 10%;
        display: block;
        margin-top: 0px;
        width: 42px;
        height: 82px;
        filter: alpha:opacity(50);
        background: url(../images/next2.png) no-repeat;
        overflow: hidden;
    }

    .swiper-quotations .lewis-content {
        width: 100%;
    }

    .swiper-quotations .item-cc-cn {
        font-family: PingFangSC-Semibold;
        font-size: 28px;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        height: 40px;
    }

    .swiper-quotations .item-cc-en {
        font-family: Helvetica-LightOblique;
        font-size: 24px;
        color: #666666;
        letter-spacing: 0;
        text-align: center;
        height: 29px;
    }

    .swiper-quotations .foot {
        height: 80px;
        background: #f3352e;
        text-align: center;
        line-height: 80px;
        color: #fff;
        font-size: 14px;
    }


@media screen and (min-width: 2400px) and (max-width: 2560px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 1440px;
        text-align: center;
        overflow: hidden;
    }
}

@media (max-width:1440px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 800px;
        text-align: center;
        overflow: hidden;
    }
}

@media (max-width:1366px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 670px;
        text-align: center;
        overflow: hidden;
    }
}

/*index pc end*/
@media (max-width:640px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 214px;
        text-align: center;
        overflow: hidden;
    }

        .slide-box .solde-footer {
            position: absolute;
            left: 0;
            bottom: 1rem;
            width: 100%;
            height: 1.8rem;
            z-index: 99;
            text-align: center;
            padding: 0 10px;
        }

            .slide-box .solde-footer div {
                float: left;
                width: 48%;
                height: 1.8rem;
                text-align: center;
                font-size: 0.8rem;
                line-height: 1.8rem;
                border-radius: 5px;
                margin-left: 1%;
                cursor: pointer;
            }

            .slide-box .solde-footer a {
                color: #fff;
            }

    .index-wrap .index-list-wrap {
        width: 100%;
        background: rgba(250,251,255,0.00);
    }

        .index-wrap .index-list-wrap .list-wrap-title {
            text-align: center;
            margin-bottom: 20px;
            margin-top: 25px;
        }

            .index-wrap .index-list-wrap .list-wrap-title .cn {
                width: auto;
                text-align: center;
                font-family: PingFangSC-Light;
                font-size: 26px;
                color: #333333;
                letter-spacing: 1px;
                line-height: 28px;
            }

            .index-wrap .index-list-wrap .list-wrap-title .en {
                width: auto;
                text-align: center;
                font-family: Helvetica-LightOblique;
                font-size: 14px;
                color: #999999;
                letter-spacing: 1px;
                line-height: 24px;
                padding-left: 0%;
            }



        .index-wrap .index-list-wrap .list-wrap-content {
            margin-left: 0;
            width: 100%;
            height: 120px;
            background: #005B34;
        }

        .index-wrap .index-list-wrap .list-wrap-content-top {
            position: relative;
            margin-top: 0px;
            margin-left: 0;
            margin-right: 0;
            height: 420px;
            display: none;
            background: #FAFBFF;
        }

        .index-wrap .index-list-wrap .list-wrap-content .content-item {
            width: 29.6%;
            float: left;
            text-align: center;
            opacity: 0.5;
            cursor: pointer;
            padding: 10px;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .index-wrap .index-list-wrap .list-wrap-content .content-item .text-title {
                width: 100%;
                float: left;
                font-family: PingFangSC-Medium;
                font-size: 18px;
                color: #FFFFFF;
                letter-spacing: 0;
                text-align: center;
                line-height: 24px;
            }


        .index-wrap .index-list-wrap .list-wrap-content-top .list-content {
            height: 100%;
            padding-top: 10px;
        }

        .index-wrap .index-list-wrap .list-wrap-content .content-item .text-desc {
            width: 100%;
            float: left;
            font-family: PingFangSC-Light;
            font-size: 12px;
            color: #FFFFFF;
            letter-spacing: 0;
            text-align: center;
            line-height: 16px;
            margin-top:0px;
        }

        .index-wrap .index-list-wrap .list-wrap-content .content-item .text-tag {
            float: left;
            width: 100%;
            margin-top: 10px;
            height: 3px;
            display: flex;
            justify-content: center;
        }

            .index-wrap .index-list-wrap .list-wrap-content .content-item .text-tag div {
                width: 80px;
                height: 3px;
                background: #D2C495;
                display: none;
            }

                .index-wrap .index-list-wrap .list-wrap-content .content-item .text-tag div.active {
                    display: block;
                }


        .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-left {
            width: 100%;
            float: left;
        }

        .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth {
            width: 100%;
            padding-left: 10%;
            padding-right: 10%;
            float: left;
            background-image: linear-gradient( 180deg, rgba(19,27,53,0.40) 60%, rgba(8,11,24,0.00) 100%);
            color: #FFFFFF;
            height: 420px;
            margin-top: -420px;
        }

        .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-left img {
            width: auto;
            max-width: 100%;
            height: 420px;
        }

        .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth .list-item-rigth-title {
            font-family: PingFangSC-Medium;
            font-size: 26px;
            color: #fff;
            letter-spacing: 0;
            line-height: 24px;
            margin-top: 60px;
            margin-bottom: 40px;
        }

        .index-wrap .index-list-wrap .list-wrap-content-top .list-content .list-item-rigth .list-item-rigth-desc {
            font-family: PingFangSC-Regular;
            font-size: 14px;
            color: #fff;
            letter-spacing: 0;
            line-height: 22px;
            height: 118px;
        }


    .index-wrap .index-list-case .list-wrap-title {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 25px;
    }

        .index-wrap .index-list-case .list-wrap-title .cn {
            width: auto;
            text-align: center;
            font-family: PingFangSC-Light;
            font-size: 26px;
            color: #333333;
            letter-spacing: 1px;
            line-height: 28px;
        }

        .index-wrap .index-list-case .list-wrap-title .en {
            width: auto;
            text-align: center;
            font-family: Helvetica-LightOblique;
            font-size: 14px;
            color: #999999;
            letter-spacing: 1px;
            line-height: 24px;
            padding-left: 0%;
        }

    .index-wrap .index-list-case .list-wrap-content {
        margin-left: 0;
        width: 100%;
    }

        .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

            .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case .case-item {
                width: 50%;
                opacity: 1;
                cursor: pointer;
                float: left;
                text-align: center;
                height: 240px;
            }

                .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case .case-item img {
                    width: 100%;
                    height: auto;
                }

                    .index-wrap .index-list-case .list-wrap-content .list-wrap-content-case .case-item img:focus {
                        border-style: solid;
                    }

    .index-wrap .index-list-news .list-wrap-title {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 25px;
    }

        .index-wrap .index-list-news .list-wrap-title .cn {
            width: auto;
            text-align: center;
            font-family: PingFangSC-Light;
            font-size: 26px;
            color: #333333;
            letter-spacing: 1px;
            line-height: 28px;
        }

        .index-wrap .index-list-news .list-wrap-title .en {
            width: auto;
            text-align: center;
            font-family: Helvetica-LightOblique;
            font-size: 14px;
            color: #999999;
            letter-spacing: 1px;
            line-height: 24px;
            padding-left: 0%;
        }

    .index-wrap .index-list-news .list-wrap-content {
        margin-left: 1%;
        width: 100%;
    }

    .main-news {
        width: 100%;
        display: none;
    }

    .igt_btn_x {
        position: relative;
        z-index: 9;
        width: 100%;
        height: 50px;
        top: -160px;
    }

        .igt_btn_x .igt_prev, .igt_btn_x .igt_next {
            position: absolute;
            cursor: pointer;
            top: 0;
            width: 12px;
            height: 50px;
            /*background: rgba(0,0,0,0.15);*/
        }

        .igt_btn_x .igt_prev {
            left: 5px;
        }

        .igt_btn_x .igt_next {
            right: 5px;
        }

            .igt_btn_x .igt_prev:before, .igt_btn_x .igt_next:before {
                content: '';
                position: absolute;
                width: 30px;
                height: 30px;
                text-align: center;
                top: 50%;
                margin-top: -13px;
                left: 50%;
                margin-left: -13px;
            }

        .igt_btn_x .igt_prev:before {
            background: url(../images/prev2.png) no-repeat center;
        }

        .igt_btn_x .igt_next:before {
            background: url(../images/next2.png) no-repeat center;
        }

        .igt_btn_x .igt_prev:hover, .igt_btn_x .igt_next:hover {
            background-color: none;
        }


    .index-yulu {
        width: 100%;
        overflow: visible;
        position: relative;
        margin-top: 20px;
    }

        .index-yulu img {
            height: auto;
        }

        .index-yulu .list-wrap-title {
            text-align: center;
            margin-bottom: 20px;
            margin-top: 25px;
        }


            .index-yulu .list-wrap-title .cn {
                width: auto;
                text-align: center;
                font-family: PingFangSC-Light;
                font-size: 26px;
                color: #333333;
                letter-spacing: 1px;
                line-height: 28px;
            }

            .index-yulu .list-wrap-title .en {
                width: auto;
                text-align: center;
                font-family: Helvetica-LightOblique;
                font-size: 14px;
                color: #999999;
                letter-spacing: 1px;
                line-height: 24px;
                padding-left: 0%;
            }



    /*新闻轮播*/
    .w-imgText {
        overflow: hidden;
        position: relative;
        width: 90%;
        margin-left: 5%;
    }

        .w-imgText ul, .w-imgText li {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .w-imgText .item {
            position: relative;
        }

            .w-imgText .item > a {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 2;
            }

        .w-imgText .img-count .imgSize {
            height: 210px;
        }

        .w-imgText .img-count img {
            max-width: 100%;
            transition: transform 0.5s;
            -webkit-transition: transform 0.5s;
        }



        .w-imgText li:hover .img-count img {
            transform: scale(1.02);
            -webkit-transform: scale(1.02);
        }

        .w-imgText .img-count-in {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            *height: 100%;
        }

            .w-imgText .img-count-in img {
                width: 100%;
                max-width: 100%;
                height: auto;
                left: -80.5px;
            }


        .w-imgText .textB {
            position: absolute;
            line-height: 1.7;
            left: 7%;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 20px 30px;
            background-image: linear-gradient( 180deg, rgba(19,27,53,0.40) 10%, rgba(8,11,24,0.00) 60%);
        }



            .w-imgText .textB .bg_x {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 0;
                background-image: linear-gradient( 180deg, rgba(19,27,53,0.40) 10%, rgba(8,11,24,0.00) 60%);
            }

        .w-imgText .text_x {
            position: relative;
            z-index: 1;
            padding: 20px 30px 80px;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }


            .w-imgText .text_x .tt_h {
                line-height: 1.5;
                margin-bottom: 0.5em;
                font-family: PingFangSC-Semibold;
                font-size: 14px;
                font-weight: 400;
                color: #FFFFFF;
                letter-spacing: 0;
            }

            .w-imgText .text_x p {
                font-family: PingFangSC-Regular;
                font-size: 12px;
                color: #fff;
                letter-spacing: 0;
                text-align: justify;
                line-height: 27px;
                height: 118px;
            }


            .w-imgText .text_x .btn_x {
                display: none;
                *display: inline;
                *zoom: 1;
                margin-top: 20px;
                right: 20px;
                bottom: 30px;
                line-height: 2.6;
                color: #666;
                text-decoration: none;
            }

        .w-imgText .igt_btn {
            position: absolute;
            z-index: 9;
            /*       left: 55%;
        margin-left: -55px;*/
            bottom: 40px;
            width: 100%;
            height: 50px;
            top: 40%;
        }

            .w-imgText .igt_btn .igt_prev, .w-imgText3 .igt_btn .igt_next {
                position: absolute;
                cursor: pointer;
                top: 0;
                width: 55px;
                height: 50px;
                background: rgba(0,0,0,0.15);
            }

            .w-imgText .igt_btn .igt_prev {
                left: 0;
            }

            .w-imgText .igt_btn .igt_next {
                right: 0;
            }

            .w-imgText .igt_btn .igt_prev:before, .w-imgText3 .igt_btn .igt_next:before {
                content: '';
                position: absolute;
                width: 30px;
                height: 30px;
                text-align: center;
                top: 50%;
                margin-top: -13px;
                left: 50%;
                margin-left: -13px;
            }

            .w-imgText .igt_btn .igt_prev:before {
                background: url(../images/prev2.png) no-repeat center;
            }

            .w-imgText .igt_btn .igt_next:before {
                background: url(../images/next2.png) no-repeat center;
            }

            .w-imgText .igt_btn .igt_prev:hover, .w-imgText .igt_btn .igt_next:hover {
                background-color: none;
            }


        .w-imgText .igt_page {
            text-align: center;
            display: none;
            z-index: 5;
        }

            .w-imgText .igt_page .swiper-pagination-bullet {
                border-radius: 0;
                -webkit-border-radius: 0;
                width: 1em;
                height: 5px;
                background: #999;
                opacity: 0.5;
            }

            .w-imgText .igt_page .swiper-pagination-bullet-active {
                background: #f80;
                opacity: 1;
            }




    .swiper-quotations {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }


        .swiper-quotations .lewis-per {
            display: none;
            margin-top: -41px;
            width: 42px;
            height: 82px;
            filter: alpha:opacity(50);
            background: url(../images/prev2.png) no-repeat;
            overflow: hidden;
            left: 0;
            position: absolute;
        }

        .swiper-quotations .lewis-next {
            display: none;
            position: absolute;
            right: 0;
            margin-top: -41px;
            width: 42px;
            height: 82px;
            filter: alpha:opacity(50);
            background: url(../images/next2.png) no-repeat;
            overflow: hidden;
        }

        .swiper-quotations .lewis-content {
            width: 100%;
        }

        .swiper-quotations .item-cc-cn {
            font-family: PingFangSC-Semibold;
            font-size: 18px;
            color: #333333;
            letter-spacing: 0;
            text-align: center;
            height: 22px;
        }

        .swiper-quotations .item-cc-en {
            font-family: Helvetica-LightOblique;
            font-size: 14px;
            color: #666666;
            letter-spacing: 0;
            text-align: center;
            height: 18px;
        }

        .swiper-quotations .foot {
            height: 80px;
            background: #f3352e;
            text-align: center;
            line-height: 80px;
            color: #fff;
            font-size: 14px;
        }
}
