@charset "utf-8";
/* CSS Document */


.home_box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    /*banner css属性*/
    .home_box .banner_box {
        width: 100%;
        position: relative;
        margin-top: 76px;
        overflow: hidden;
    }

        .home_box .banner_box .banner_img {
            width: 100%;
            overflow: hidden;
        }

            .home_box .banner_box .banner_img a {
                display: block;
                width: 100%;
                height: 624px;
                background-position: center;
                background-repeat: no-repeat;
            }

        .home_box .banner_box .arrow_left {
            display: block;
            width: 40px;
            height: 68px;
            position: absolute;
            left: 50px;
            top: 50%;
            z-index: 2;
            margin-top: -34px;
            background-repeat: no-repeat;
            background-position: center;
        }

            .home_box .banner_box .arrow_left:hover {
                background-image: url(../images/arrow_left_bg.png);
            }

        .home_box .banner_box .arrow_right {
            display: block;
            width: 40px;
            height: 68px;
            position: absolute;
            right: 50px;
            top: 50%;
            z-index: 2;
            margin-top: -34px;
            background-repeat: no-repeat;
            background-position: center;
        }

            .home_box .banner_box .arrow_right:hover {
                background-image: url(../images/arrow_left_bg.png);
            }

        .home_box .banner_box .switch {
            width: 160px;
            height: 32px;
            position: absolute;
            bottom: 30px;
            left: 50%;
            z-index: 3;
            margin-left: -80px;
            overflow: hidden;
        }

            .home_box .banner_box .switch a {
                display: block;
                width: 12px;
                height: 12px;
                padding: 0 10px;
                background-image: url(../images/switch_icon_01.png);
                background-repeat: no-repeat;
                background-position: center;
                float: left;
            }

            .home_box .banner_box .switch .switch_01 {
                width: 44px;
                background-image: url(../images/switch_icon_02.png);
            }

            .home_box .banner_box .switch a:hover {
                cursor: pointer;
            }

<!-- 首页--文本内容-- >
.home_box .contants_box {
    width: 100%;
    overflow: hidden;
}

.home_box .contants_box h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.home_box .contants_box h3 {
    font-size: 16px;
    color: #666;
    line-height: 16px;
    margin: 20px 0;
}

/*经典案例*/
.home_box .contants_box .contant_03 {
    width: 1200px;
    margin: auto;
    padding: 72px 0;
    text-align: center;
    overflow: hidden;
}

    .home_box .contants_box .contant_03 .img_box {
        width: 100%;
        overflow: hidden;
    }

        .home_box .contants_box .contant_03 .img_box li {
            width: 32.5%;
            text-align: left;
            float: left;
            margin: 40px 1% 0 0;
            overflow: hidden;
        }

            .home_box .contants_box .contant_03 .img_box li .A_img {
                display: block;
                width: 100%;
                height: 245px;
                background-repeat: no-repeat;
                background-position: center;
                transition: all 0.5s;
                -moz-transition: all 0.5s; /* Firefox 4 */
                -webkit-transition: all 0.5s; /* Safari 和 Chrome */
                -o-transition: all 0.5s; /* Opera */
            }

                .home_box .contants_box .contant_03 .img_box li .A_img:hover {
                    transform: scale(1.1);
                    -ms-transform: scale(1.1); /* IE 9 */
                    -moz-transform: scale(1.1); /* Firefox */
                    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
                    -o-transform: scale(1.1); /* Opera */
                    cursor: pointer;
                }

            .home_box .contants_box .contant_03 .img_box li h2 {
                width: 100%;
                overflow: hidden;
            }

                .home_box .contants_box .contant_03 .img_box li h2 a {
                    display: block;
                    width: 100%;
                    font-size: 18px;
                    line-height: 18px;
                    margin-top: 16px;
                }

                    .home_box .contants_box .contant_03 .img_box li h2 a:hover {
                        color: #0eb83a;
                    }

            .home_box .contants_box .contant_03 .img_box li p {
                width: 100%;
                font-size: 14px;
                line-height: 14px;
                margin-top: 12px;
                color: #666;
            }

    .home_box .contants_box .contant_03 h3 a:hover {
        color: #0eb83a;
    }


/*产品优势*/
.home_box .contants_box .contant_02 {
    width: 1200px;
    padding: 40px 0 72px 0;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

    .home_box .contants_box .contant_02 .advantage_box {
        width: 100%;
        overflow: hidden;
    }

        .home_box .contants_box .contant_02 .advantage_box li {
            width: 21%;
            height: 200px;
            float: left;
            margin: 40px 5% 0 0;
            overflow: hidden;
        }

            .home_box .contants_box .contant_02 .advantage_box li img {
                width: 64px;
                height: 64px;
                margin: auto;
            }

            .home_box .contants_box .contant_02 .advantage_box li h2 {
                margin: 0;
                font-size: 18px;
                line-height: 18px;
                margin: 24px 0 5px 0;
            }

            .home_box .contants_box .contant_02 .advantage_box li p {
                font-size: 14px;
                line-height: 24px;
                overflow: hidden;
            }

/*公司简介*/
.home_box .contants_box .contant_01 {
    width: 100%;
    padding: 92px 0 0 0;
    height: 443px;
    background: url(../images/bg_big.png) no-repeat center #13181a;
    overflow: hidden;
}

    .home_box .contants_box .contant_01 .contant_01_box {
        width: 1200px;
        height: 535px;
        margin: auto;
        text-align: center;
        overflow: hidden;
    }

        .home_box .contants_box .contant_01 .contant_01_box p {
            width: 84%;
            margin: auto;
            margin-top: 60px;
            text-align: left;
            line-height: 36px;
            color: #e5e5e5;
        }

        .home_box .contants_box .contant_01 .contant_01_box .btn_box {
            width: 336px;
            margin: auto;
            margin-top: 60px;
            overflow: hidden;
        }

            .home_box .contants_box .contant_01 .contant_01_box .btn_box a {
                display: block;
                width: 148px;
                height: 46px;
                border-radius: 2px;
                float: left;
                margin: 0 10px;
                color: #FFFFFF;
                line-height: 46px;
                text-align: center;
                background-color: #0eb83a;
            }

                .home_box .contants_box .contant_01 .contant_01_box .btn_box a:hover {
                    background-color: #11a914;
                    cursor: pointer;
                }

/*合作伙伴*/
.home_box .partners_box {
    width: 100%; /*border-top:solid 1px #e5e5e5;*/
    overflow: hidden;
}

    .home_box .partners_box .partners_text {
        width: 1200px;
        margin: auto;
        padding: 92px 0;
        overflow: hidden;
    }

        .home_box .partners_box .partners_text .logo_box {
            width: 100%;
            margin-top: 12px;
            overflow: hidden;
        }

            .home_box .partners_box .partners_text .logo_box dd {
                width: 100%;
                border-top: solid 1px #f2f2f2;
                border-bottom: solid 1px #f2f2f2;
                margin-top: 40px;
                overflow: hidden;
            }

            .home_box .partners_box .partners_text .logo_box a {
                display: block;
                width: 16.5%;
                height: 86px;
                background-repeat: no-repeat;
                background-position: center;
                border-right: solid 1px #f2f2f2;
                opacity: 0.9;
                float: left;
            }

        .home_box .partners_box .partners_text .small_title {
            display: block;
            width: 130px;
            margin: auto;
            text-align: center;
            padding: 20px 0;
            color: #666;
        }

            .home_box .partners_box .partners_text .small_title:hover {
                color: #0eb83a;
                cursor: pointer;
            }






/*浏览器自适应区域*/

@media ( min-width:1500px ) {
}

@media (max-width:1499px) and (min-width:1400px) {

    /*banner高度调整*/
    .home_box .banner_box .banner_img a {
        height: 468px;
        background-size: 1440px 468px;
    }
}

@media (max-width:1399px) and (min-width:1350px) {

    /*banner高度调整*/
    .home_box .banner_box .banner_img a {
        height: 444px;
        background-size: 1366px 444px;
    }
}

@media (max-width:1349px) {

    /*banner高度调整*/
    .home_box .banner_box .banner_img a {
        height: 444px;
        background-size: 1366px 444px;
    }

    /*简介css属性*/
    .home_box .contants_box .contant_01 .contant_01_box {
        width: 1000px;
    }

    /*产品优势*/
    .home_box .contants_box .contant_02 {
        width: 1000px;
    }

        .home_box .contants_box .contant_02 .advantage_box li {
            height: 210px;
        }

    /*经典案例*/
    .home_box .contants_box .contant_03 {
        width: 1000px;
    }

        .home_box .contants_box .contant_03 .img_box li .A_img {
            height: 204px;
            background-size: 100% 204px;
        }

    /*合作伙伴*/
    .home_box .partners_box .partners_text {
        width: 1000px;
    }
}
