﻿/*背景图*/
#floatMenu {
    position: fixed;
    left: 40px;
    top: 50%;
    z-index: 1;
    margin-top: -77px;
    display: block;
}

    #floatMenu li {
        margin: 25px 0 25px 60px;
        position: relative;
    }

        #floatMenu li.first {
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        }

        #floatMenu li a {
            width: 14px;
            height: 14px;
            background: #da291c;
            display: block;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            overflow: hidden;
        }

    #floatMenu p {
        font-size: 18px;
        position: absolute;
        width: 102px;
        height: 23px;
        line-height: 23px;
        text-align: left;
        color: #f1f1f1;
        /*border-radius: 23px;
        -webkit-border-radius: 23px;
        background: #003cbb;*/
        top: -4px;
        left: 0px;
        display: none;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

        #floatMenu p::after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -4.5px;
            left: 101px;
            background: url(../images/arr-right3.png);
            width: 8px;
            height: 9px;
        }

    #floatMenu li.active a {
        background: #333;
        visibility: hidden;
    }

    #floatMenu li.active p {
        display: block;
    }

    #floatMenu li.active span {
        position: absolute;
        right: 24px;
        height: 1px;
        background: #f1f1f1;
        width: 10000%;
        bottom: 6px;
    }

.section1 .fp-tableCell {
    /*vertical-align: top;*/
    background: url(../images/index1_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.section2 {
    background: url(../images/index2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.section3 {
    background: url(../images/index3_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.section4 {
    background: url(../images/index4_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.section5 {
    background: url(../images/index5_bg.jpg) no-repeat top !important;
    background-size: auto !important;
}

/*.section6 {
    background: url(../images/index6_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.section7 {
    background: url(../images/index7_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}*/

.section {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 46px;
    height: 35px;
    margin-left: -18px;
    z-index: 5;
}

    .scroll a img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        animation: myfirst 2s infinite;
    }
/*手机banner*/
.title {
    text-align: left;
    width: auto;
    font-size: 18px;
    margin-top: 80px;
}

    .title span {
        color: #f4b125;
        font-size: 30px;
    }
/*下标题*/
.title_box {
    text-align: center;
}

.title_shang {
    font-size: 24px;
    color: #fff;
}

    .title_shang span {
        color: #df0023;
    }

.title_xia {
    font-size: 72px;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}

.title_xia_cont {
    text-align: center;
    color: #ecebeb;
    font-size: 30px;
    margin-top: 50px;
    line-height: 28px;
    letter-spacing: 13px;
}

.title_xia_cont1 {
    text-align: center;
    color: #ecebeb;
    font-size: 30px;
    margin-top: 50px;
    line-height: 28px;
    letter-spacing: 30px;
}

.title_cont {
    text-align: center;
    color: #c2c2c2;
    font-size: 16px;
    margin-top: 50px;
    line-height: 28px;
}

.about_more {
    border: 1px solid #fff;
    padding: 10px 18px;
    text-align: center;
    display: inline-block;
}

    .about_more a {
        color: #fff;
        font-size: 18px;
    }

.title_en {
    font-size: 30px;
    color: #ff0000;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
}

.more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    background: #ff0000;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    border-radius: 35px;
    /*margin-bottom: 80px;*/
}

    .more a {
        color: #fff !important;
        width: 170px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
/* 首页banner */
.banner-box {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

    .banner ul.banner-img-list {
        position: relative;
        z-index: 5;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

        .banner ul.banner-img-list li {
            position: absolute;
            display: none;
            width: 100%;
            height: 100%;
        }

            .banner ul.banner-img-list li > a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .banner ul.banner-img-list li a img {
                width: 100%;
                height: 100%;
            }

    .banner .preNext {
        position: absolute;
        z-index: 9999;
        top: 42%;
        display: block;
        overflow: hidden;
        width: 50px;
        height: 75px;
        cursor: pointer;
        opacity: .3;
        filter: alpha(opacity=10);
    }

        .banner .preNext:hover {
            opacity: .7;
        }

    .banner .pre {
        left: 0;
        background: url(../images/l.png) no-repeat center #000;
    }

    .banner .next {
        right: 0;
        background: url(../images/r.png) no-repeat center #000;
    }

    .banner .num {
        position: absolute;
        z-index: 100;
        right: 0;
        bottom: 10px;
        left: 0;
        margin: auto;
        text-align: center;
    }

        .banner .num li {
            line-height: 18px;
            display: inline-block;
            overflow: hidden;
            width: 55px;
            height: 5px;
            margin-right: 4px;
            text-indent: -100px;
            background: #fff;
            cursor: pointer;
        }

            .banner .num li.num_hover {
                background-color: #ba8a60;
            }

    .banner .ba-text1 {
        font-size: 44px;
        color: #fff;
        position: absolute;
        top: 35%;
        z-index: 9999;
        width: 100%;
        text-align: center;
    }

    .banner .ba-text2 {
        font-size: 60px;
        color: #fff;
        position: absolute;
        top: 43%;
        z-index: 9999;
        width: 100%;
        text-align: center;
    }

    .banner .ba-text3 {
        width: 282px !important;
        height: 57px !important;
        border: 1px solid #fff;
        color: #fff;
        display: block !important;
        left: 0;
        right: 0;
        top: 55%;
        margin: auto;
        font-size: 16px;
        position: absolute;
        text-align: center;
        line-height: 57px;
    }

        .banner .ba-text3 span {
            position: relative;
            z-index: 9999;
        }
/*banner文字*/
.banner_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 100px;
}

.banner_shang_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    /*position: absolute;
    top: 100px;*/
}

.banner_zhong_text {
    width: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
    color: #fff;
    /*line-height: 40px;*/
    letter-spacing: 10px;
    display: inline-block;
}

    .banner_zhong_text .banner_z_s {
        font-size: 30px;
        color: #fff;
    }

        .banner_zhong_text .banner_z_s span {
            font-size: 48px;
            color: #fab131;
        }

    .banner_zhong_text .banner_z_x {
        font-size: 30px;
        color: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

.banner_xia_text {
    width: 100%;
    margin-top: 80px;
}

.banner_menu {
    width: 100%;
}

    .banner_menu ul {
        width: 100%;
    }

        .banner_menu ul li {
            display: inline-block;
            padding: 20px 40px;
        }

            .banner_menu ul li .banner_menu_img {
                width: 100%;
            }

                .banner_menu ul li .banner_menu_img img {
                    max-width: 100%;
                    height: auto;
                }

            .banner_menu ul li .banner_menu_text {
                width: 100%;
                height: auto;
            }

                .banner_menu ul li .banner_menu_text a {
                    font-size: 24px;
                    color: #fff;
                }
/*简介*/
.about-box {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 80px;
}

/*.about-img {
    width: 45%;
    margin-top: 100px;
    margin-right: 5%;
}

    .about-img video {
        object-fit: contain;
    }

        .about-img video:focus {
            outline: none;
        }

    .about-img img {
        max-width: 100% !important;
        height: auto !important;
    }

.about-text {
    width: 40%;
    text-align: left;
    margin-top: 130px;
}

    .about-text h3 {
        text-align: right;
        font-size: 16px;
        color: #ba8a60;
        font-weight: normal;
    }

        .about-text h3 .p1,
        .about-text h3 .p2 {
            font-size: 40px;
            color: #ba8a60;
        }

        .about-text h3 .p3 {
            color: #ba8a60;
            padding-top: 15px;
        }

    .about-text .content9 {
        font-size: 14px;
        color: #666666;
        line-height: 25px;
        padding-top: 20px;
    }*/

.jjimg_box {
    width: 100%;
    margin-top: 35px;
}

    .jjimg_box ul {
        float: left;
        width: 100%;
    }

        .jjimg_box ul li {
            width: 25%;
            float: left;
            padding-right: 56px;
            text-align: center;
        }

            .jjimg_box ul li:hover .jimg_img {
                /*-webkit-transform: scale(1) rotateY(360deg);
                -moz-transform: scale(1) rotateY(360deg);
                -o-transform: scale(1) rotateY(360deg);
                -ms-transform: scale(1) rotateY(360deg);
                transform: scale(1) rotateY(360deg);
                -webkit-transition: all 1.5s ease;
                -moz-transition: all 1.5s ease;
                -o-transition: all 1.5s ease;
                transition: all 1.5s ease;*/
                background: #f4b125;
            }

            .jjimg_box ul li:hover .jimg_cont a {
                color: #fff;
            }

            .jjimg_box ul li .jimg_img {
                width: 100%;
                height: 80px;
                background: #b3b3b3;
                border-radius: 50%;
            }

                .jjimg_box ul li .jimg_img a {
                    width: 100%;
                    height: 80px;
                    float: left;
                }

            .jjimg_box ul li .jimg_cont {
                width: 100%;
                height: 40px;
                line-height: 40px;
            }

                .jjimg_box ul li .jimg_cont a {
                    float: left;
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    color: #fff;
                    font-size: 16px;
                }

            .jjimg_box ul li:nth-child(1) .jimg_img a {
                background: url(../images/jj_icon1.png) no-repeat center;
                background-size: 60%;
            }

            .jjimg_box ul li:nth-child(2) .jimg_img a {
                background: url(../images/jj_icon2.png) no-repeat center;
                background-size: 60%;
            }

            .jjimg_box ul li:nth-child(3) .jimg_img a {
                background: url(../images/jj_icon3.png) no-repeat center;
                background-size: 60%;
            }

            .jjimg_box ul li:nth-child(4) .jimg_img a {
                background: url(../images/jj_icon4.png) no-repeat center;
                background-size: 60%;
            }
/*产品分类*/
.type_box {
    width: auto;
    margin-top: 90px;
}

    .type_box ul {
        width: auto;
        float: left;
    }

        .type_box ul li {
            float: left;
            padding: 5px 15px;
            text-align: center;
            margin: 0 auto;
        }

            .type_box ul li:hover {
                background: #e59405;
            }

            .type_box ul li a {
                font-size: 16px;
                color: #fff;
            }
/*产品*/
.pro_box {
    width: 100%;
    margin-top: 40px;
}

.pro_content_box {
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.pro_content_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.pro_content_box .pro_content_img a img {
    margin: 0 auto;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.pro_content_box:hover .pro_content_img a img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pro_content_img img {
    max-width: 100%;
    height: auto;
}

.pro_content_cont {
    width: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 25%;
    padding-bottom: 14.1%;
    display: none;
}

    .pro_content_cont span {
        width: 100%;
        float: left;
    }

    .pro_content_cont a {
        width: 100%;
        line-height: 85px;
        position: relative;
        color: #fff !important;
        font-size: 20px;
    }

/*.pro_content_box:hover .wk_case_ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 278px;
    height: 190px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url(../images/cphover.png) no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: block;
}*/
.pro_content_box:hover .pro_content_cont {
    display: block;
}

.pro_content_box:nth-child(3) {
    width: 40%;
    height: auto;
    margin-right: 0px;
}

    .pro_content_box:nth-child(3) .pro_content_img img {
        width: 100%;
        height: 550px;
    }

    .pro_content_box:nth-child(3):hover .pro_content_img a img {
        width: 100%;
        height: 550px;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .pro_content_box:nth-child(3):hover .pro_content_cont {
        width: 100%;
        position: absolute;
        top: 0px;
        background: rgba(0, 0, 0, 0.6);
        padding-top: 40%;
        padding-bottom: 40%;
        display: block;
    }

.pro_content_box:nth-child(4) {
    margin-top: -285px;
}

.pro_content_box:nth-child(5) {
    margin-right: 0px;
    margin-top: -285px;
}
/*.pro_content_box:nth-child(3) {
    width: 580px;
    height: 493px;
    margin-right: 0px;
}

    .pro_content_box:nth-child(3) .pro_content_img {
        width: 580px;
        height: 396px;
        position: relative;
    }

        .pro_content_box:nth-child(3) .pro_content_img img {
            width: 580px;
            height: 396px;
        }

    .pro_content_box:nth-child(3) .pro_content_cont a {
        float: left;
        width: 580px;
        height: 100px;
        line-height: 100px;
        background: #fff;
        position: relative;
        color: #1053b7;
        font-size: 16px;
    }

    .pro_content_box:nth-child(3):hover .pro_content_img a img {
        width: 580px;
        height: 396px;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.pro_content_box:nth-child(4) {
    margin-top: -253px;
}

.pro_content_box:nth-child(5) {
    margin-right: 0px;
    margin-top: -253px;
}









/*产品品牌*/
.pro-scroll {
    padding: 150px 0px;
    background: #000;
}

.pro-scroll-center {
    max-width: 796px;
    margin: 0 auto;
}

.sun_banner {
    width: 100%;
    position: relative;
    overflow: visible !important;
}

    /*.prev1 {
    width: 48px;
    height: 121px;
    background: url(../images/l1.png) no-repeat center #fff;
    left: -90px;
    transition: all 0.3s;
}

    .prev1:hover {
        background: url(../images/l11.png) no-repeat center #ca141d;
    }

.next1 {
    width: 48px;
    height: 121px;
    background: url(../images/r1.png) no-repeat center #fff;
    right: -90px;
    transition: all 0.3s;
}

    .next1:hover {
        background: url(../images/r11.png) no-repeat center #ca141d;
    }*/

    .sun_banner li {
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

        .sun_banner li a.img img {
            width: 100%;
            -webkit-transition: -webkit-transform .3s linear;
            -moz-transition: -moz-transform .3s linear;
            -o-transition: -o-transform .3s linear;
            transition: transform .3s linear;
        }

        .sun_banner li:hover a.img img {
            width: 100%;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .sun_banner li .ads-text {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: all 0.5s;
            z-index: 100;
        }

        .sun_banner li:hover .ads-text {
            opacity: 1;
        }

        .sun_banner li .ads-text h3 {
            font-size: 22px;
            color: #fff;
            text-align: center;
            padding-top: 14%;
            font-weight: normal;
            font-family: "Arial";
            opacity: 0;
            transition: all 0.5s;
            margin-top: 50px;
        }

        .sun_banner li .ads-text:hover h3 {
            opacity: 1;
            margin-top: 0px;
        }

        .sun_banner li .ads-text p {
            font-size: 20px;
            color: #fff;
            text-align: center;
            margin: 20px;
            opacity: 0;
            transition: all 0.7s;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
        }

        .sun_banner li .ads-text:hover p {
            opacity: 1;
        }

        .sun_banner li .ads-text span {
            display: block;
            width: 175px;
            height: 47px;
            text-align: center;
            line-height: 47px;
            color: #fff;
            font-size: 16px;
            margin: 0 auto;
            margin-top: 60px;
            opacity: 0;
            transition: all 0.9s;
            transform: scale(1.0);
        }

        .sun_banner li .ads-text:hover span {
            opacity: 1;
        }

.pc-banner {
    width: 100%;
    float: left;
    overflow-x: hidden;
}

.swiper-container {
    width: 100%;
    margin-top: 50px;
}

.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide a {
    /*background: #fff;*/
    display: block;
}

/*@media screen and (min-width: 668px) {
    .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
    }
}*/

.swiper-slide-active a:after {
    background: none;
}


.swiper-slide img {
    width: 100%;
    display: block;
}

.swiper-slide span img {
    width: 56px;
    text-align: center;
    margin: 0 auto;
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-bottom: 0;
}
/*.button {
    width: 1000px;
    margin: 0 auto;
    bottom: 43px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .button {
        width: 70%;
        bottom: 22px;
    }
}

.button div:hover {
    background-color: #2f4798;
}*/

.swiper-button-prev {
    width: 48px !important;
    height: 121px !important;
    background: url(../images/l1.png) no-repeat center;
}

    .swiper-button-prev:hover {
        width: 48px !important;
        height: 121px !important;
        background: url(../images/l1.png) no-repeat center;
    }

.swiper-button-next {
    width: 48px !important;
    height: 121px !important;
    background: url(../images/r1.png) no-repeat center;
}

    .swiper-button-next:hover {
        width: 48px !important;
        height: 121px !important;
        background: url(../images/r1.png) no-repeat center;
    }
















/*业务领域*/
.ywlybox {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -350px;
}

.ywly_cont {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

    .ywly_cont ul {
        width: 100%;
        float: left;
    }

        .ywly_cont ul li {
            width: 14.285%;
            float: left;
            margin: 0 auto;
            text-align: center;
            position: relative;
        }

            .ywly_cont ul li h2 a {
                color: #ff0000;
                padding: 2% 0;
            }

            .ywly_cont ul li .shang_img {
                width: 100%;
                overflow: hidden;
            }

                .ywly_cont ul li .shang_img img {
                    max-width: 100% !important;
                    height: auto !important;
                    -webkit-transition: -webkit-transform .3s linear;
                    -moz-transition: -moz-transform .3s linear;
                    -o-transition: -o-transform .3s linear;
                    transition: transform .3s linear;
                }

            .ywly_cont ul li:hover .shang_img img {
                max-width: 100%;
                height: auto;
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .ywly_cont ul li .shang_img:hover img {
                max-width: 100%;
                height: auto;
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .ywly_cont ul li .xia_cont {
                float: left;
                padding: 5% 4%;
                text-align: center;
                background: rgba(255, 255, 255, 0.60);
                width: 92%;
                box-sizing: border-box;
            }

                .ywly_cont ul li .xia_cont .ywly_icon {
                    text-align: center;
                    padding: 5% 0;
                }

                .ywly_cont ul li .xia_cont .ywly_img {
                    text-align: center;
                    padding: 5% 0;
                }

                    .ywly_cont ul li .xia_cont .ywly_img img {
                        /*max-width: 100% !important;*/
                        max-width: 100%;
                        height: auto !important;
                    }

                .ywly_cont ul li .xia_cont .ywly_name {
                    text-align: center;
                    padding: 5% 0;
                }

                    .ywly_cont ul li .xia_cont .ywly_name h2 {
                        font-size: 24px;
                        color: #ff0000;
                        /*padding: 5% 0;*/
                    }

                .ywly_cont ul li .xia_cont .ywly_line {
                    text-align: center;
                    padding: 5% 0;
                }

                    .ywly_cont ul li .xia_cont .ywly_line .ywlyline {
                        height: 3px;
                        border-bottom: 3px solid #ff0000;
                        width: 30px;
                        margin: 0 auto;
                        margin-bottom: 10px;
                    }

            .ywly_cont ul li:nth-child(2n) .xia_cont {
                position: absolute;
                top: 0px;
                left: 0px;
            }

                .ywly_cont ul li:nth-child(2n) .xia_cont .ywly_icon {
                    position: absolute;
                    bottom: 8%;
                    transform: rotateX(180deg);
                    left: 0;
                }

            .ywly_cont ul li:nth-child(2n) .shang_img {
                position: relative;
                transform: translateY(100%);
            }
/* 案例选项卡切换 */
.al_box {
    background: rgba(33, 33, 33, 0.71);
    position: absolute;
    top: 50%;
    margin-top: -280px;
    max-width: 1200px;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

    .slideTxtBox .hd {
        position: relative;
        width: 23%;
        float: left;
    }

        .slideTxtBox .hd a {
            color: #fff;
            float: left;
            width: 100%;
        }

        .slideTxtBox .hd ul {
            /*position: absolute;
                                        left: 20px;
                                        top: -1px;
                                        height: 32px;*/
            float: left;
            margin: 40px 0px 30px 0px;
            width: 100%;
        }

            .slideTxtBox .hd ul li {
                float: left;
                padding: 15px 0;
                cursor: pointer;
                width: 100%;
                background: url(../images/icon.png) #393939 no-repeat 25px 23px;
                margin-bottom: 10px;
                text-indent: 50px;
                color: #fff;
                font-size: 16px;
            }

                .slideTxtBox .hd ul li.on {
                    height: auto;
                    background: #ff0000;
                    color: #fff;
                }

    .slideTxtBox .bd {
        width: 77%;
        float: left;
    }

        .slideTxtBox .bd ul {
            padding: 15px;
            zoom: 1;
            float: right;
            width: 100%;
        }

        .slideTxtBox .bd li {
            /*height: 510px;*/
            color: #fff;
            /*overflow:hidden;*/
            /*line-height: 24px;*/
        }

            .slideTxtBox .bd li .date {
                float: right;
                color: #999;
            }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideTxtBox .arrow {
        /*position: absolute;
       right: 10px;
       top: 0;*/
    }

        .slideTxtBox .arrow a {
            display: block;
            width: 5px;
            height: 9px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            background: url("../images/arrow.png") 0 0 no-repeat;
        }

        .slideTxtBox .arrow .prev {
            position: absolute;
            left: 50%;
            background: url(../images/icon_top.png) no-repeat center;
            width: 23px;
            height: 11px;
            margin: 15px 0px;
        }

        .slideTxtBox .arrow .next {
            /*background-position: 0 -50px;*/
            position: absolute;
            left: 50%;
            bottom: 0;
            background: url(../images/icon_bottom.png) no-repeat center;
            width: 23px;
            height: 11px;
            margin: 15px 0px;
        }

        .slideTxtBox .arrow .prevStop {
            background-position: -60px 0;
        }

        .slideTxtBox .arrow .nextStop {
            background-position: -60px -50px;
        }
/*案例旋转*/
.content-main {
    position: relative;
    /*width: 800px;
    height: 411px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.content-btn {
    position: absolute;
    width: 11px !important;
    /*height: 23px !important;*/
    /*background: rgba(150,150,150,0.5);*/
    z-index: 10;
    cursor: pointer;
}

    .content-btn img {
        width: 11px !important;
        height: 23px !important;
    }

.al_t {
    font-size: 24px;
    padding: 10px;
    text-align: center;
}

.al_intro {
    padding: 10px 10px 0px 10px;
    text-align: center;
    height: 80px;
    line-height: 23px;
    overflow: hidden;
}

.prev-btn {
    left: -45px;
    top: 0;
}

.next-btn {
    right: -45px;
    top: 0;
}

.btn-img {
    opacity: 0.8;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list {
    width: 800px;
    height: 411px;
}

    .list li {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }

        .list li img {
            width: 100%;
            height: auto;
            position: relative;
            height: auto;
            -webkit-transition: -webkit-transform .3s linear;
            -moz-transition: -moz-transform .3s linear;
            -o-transition: -o-transform .3s linear;
            transition: transform .3s linear;
        }

        .list li:hover img {
            max-width: 100%;
            height: auto;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .list li h1 {
            width: 100%;
            float: left;
            background: rgba(0, 0, 0, 0.63);
            height: 50px;
            line-height: 50px;
            text-align: center;
            position: absolute;
            bottom: 0px;
            color: #fff;
            font-size: 16px;
        }

            .list li h1 a {
                color: #fff;
            }
/*.list li:nth-child(1) h1 {
            bottom: 46px;
        }*/
/*为什么*/
.why_box {
    width: 100%;
    margin: 50px auto 30px auto;
    color: #fff;
    font-size: 16px;
}

.why_left {
    background: url(../images/left_img.jpg) no-repeat left;
    width: 50%;
    padding: 130px 100px 0 100px;
    text-align: left;
    height: 415px;
}

.why_right {
    background: url(../images/right_img.jpg) no-repeat left;
    width: 50%;
    padding: 130px 100px 0 100px;
    text-align: left;
    height: 415px;
}

.why_intro {
    width: 100%;
    margin-top: 50px;
}

.flysbox {
    width: 100%;
    margin: 50px auto;
    font-size: 16px;
    color: #f4b125;
    line-height: 25px;
}
/*加盟*/
.jiameng_box {
    width: 1920px;
    background: url(../images/jm_bg.jpg) no-repeat center;
    height: 900px;
    margin-left: -277px;
}

.jiam_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 60px;
}

.jiam_img {
    margin-top: 20px;
}

.jmintro_img {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

    .jmintro_img table {
        width: 90%;
        margin: 0 auto;
        margin-top: 80px;
    }

.jmintro {
    margin-top: 55px;
    color: #fff;
}

    .jmintro table {
        margin: 0 auto;
        text-align: center;
        margin-top: 25px;
    }
/*新闻*/
.newsbox {
    width: 100%;
    float: left;
    margin: 70px 0;
}

    .newsbox ul {
        width: 100%;
    }

        .newsbox ul li {
            width: 32%;
            text-align: left;
            float: left;
            margin-right: 2%;
            position: relative;
        }

            .newsbox ul li:last-child {
                margin-right: 0;
            }

            .newsbox ul li .news_img {
                width: 100%;
                overflow: hidden;
            }

                .newsbox ul li .news_img img {
                    width: 100%;
                    float: left;
                    -webkit-transition: -webkit-transform .3s linear;
                    -moz-transition: -moz-transform .3s linear;
                    -o-transition: -o-transform .3s linear;
                    transition: transform .3s linear;
                }

            .newsbox ul li:hover .news_img img {
                width: 100%;
                height: auto;
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

.news_x_box {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 6%;
}

.news_bg {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.newsbox ul li .news_time {
    width: 100%;
    color: #fff;
    float: left;
    margin: 10px 0;
}

.newsbox ul li .news_title {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

    .newsbox ul li .news_title a {
        color: #fff;
        font-size: 20px;
    }

/*.newsbox ul li .news_title a:hover {
            color: #df0023;
        }*/

.newsbox ul li .news_cont {
    width: 100%;
    height: 45px;
    line-height: 24px;
    overflow: hidden;
    float: left;
    color: #e0e0e0;
    margin-bottom: 35px;
    font-size: 16px;
}

/*成果资讯*/
.zx_box {
    max-width: 1570px;
    margin: 0 auto;
    text-align: center;
}

.zx_center {
    max-width: 1570px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -350px;
    /*left: 50%;*/
    /*margin-left: -785px;*/
}

.xw_left {
    width: 49%;
}

    .xw_left img {
        width: 100%;
        height: auto;
    }

.xw_right {
    width: 49%;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}

.xw_right_box {
    width: 100%;
    background: #f3f3f3;
    padding: 15px;
    margin: 15px 0px;
    box-sizing: border-box;
}
/*.youshi_img {
    width: 215px;
    height: 132px;
    border: 1px solid #CCC;
}*/

.xw_right_cont {
    width: 70%;
    text-align: left;
    /*height: 105px;*/
    /* padding: 15px; */
    /* margin-bottom: 10px; */
}

.xw_right_img {
    width: 27%;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
    overflow: hidden;
}

.xw_right_box:hover .xw_right_img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.xw_right_title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    border-left: 3px solid #ff0000;
    text-indent: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.xw_right_con {
    width: 100%;
    text-align: left;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-indent: 0em;
    color: #999999;
}

.xw_right_box:hover {
    background: #ff0000;
}

    .xw_right_box:hover .xw_right_title {
        border-left: 3px solid #fff;
    }

        .xw_right_box:hover .xw_right_title a {
            color: #fff;
        }

    .xw_right_box:hover .xw_right_con {
        color: #fff;
    }

.youshi_box:hover .youshi_cont {
    background: #004392;
    color: #fff;
}

    .youshi_box:hover .youshi_cont a {
        color: #fff;
    }

    .youshi_box:hover .youshi_cont .youshi_con {
        color: #fff;
    }
/*人才招聘*/
.rczp {
    position: absolute;
    top: 50%;
    margin-top: -320px;
    width: 1200px;
    text-align: left;
    font-size: 16px;
}

.rczp_cont {
    width: 50%;
    color: #333;
}

.rczp_more {
    width: 12%;
    margin-top: 265px;
    text-align: center;
}

.rczp_more_n {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    line-height: 120px;
    border: 10px solid rgba(255, 255, 255, 0.45);
}

    .rczp_more_n a {
        width: 115px;
        height: 115px;
        background: #ff0000;
        border-radius: 50%;
        line-height: 115px;
        float: left;
        color: #fff;
    }

.rczp_zczl {
    width: 23%;
    margin-top: 25px;
    text-align: center;
}

.rczp_r {
    width: 32%;
    margin-top: 105px;
    text-align: center;
}

.rczp_ygfc {
    width: 33%;
    margin-top: -130px;
}

.rczp img {
    max-width: 100% !important;
    height: auto !important;
    border: 10px solid rgba(255, 255, 255, 0.59);
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.rczp .rczp_zczl:hover img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rczp .rczp_r:hover img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rczp .rczp_ygfc:hover img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*版权*/
/*.bq_box {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.bq_cont {
    width: 100%;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.70);
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 15px;
}

    .bq_cont a {
        color: #fff !important;
    }

.bq {
    display: none;
}*/
