* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

    a:focus {
        outline: none;
    }

ul, li {
    list-style: none;
}

table tr td {
    border: 1px solid #ccc;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*左侧菜单*/
.index-left-menu {
    display: none;
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 100px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    left: 30px;
    top: 30px;
}

    .index-left-menu i {
        font-size: 40px;
    }

.index-left {
    position: fixed;
    z-index: 999;
    width: 225px;
    height: 100%;
    background: rgba(242, 107, 78, 0.8);
}

    .index-left .index-left-close {
        color: #fff;
        position: absolute;
        width: 70px;
        height: 150px;
        background: rgba(153, 132, 125, 0.29);
        margin-left: 225px;
        padding: 42px 20px;
        cursor: pointer;
    }

        .index-left .index-left-close i {
            font-size: 26px;
        }

    .index-left .logo {
        width: 225px;
        height: 147px;
        padding: 32px 18px;
    }

    .index-left .nav {
        width: 225px;
        height: auto;
        color: #fff;
    }

        .index-left .nav .li {
            width: 225px;
            height: 80px;
            border-bottom: #614843 solid 1px;
        }


            .index-left .nav .li:hover {
                background: #3e3a39;
            }

            .index-left .nav .li a {
                width: 225px;
                height: 80px;
                float: left;
            }

                .index-left .nav .li a .text {
                    width: 180px;
                    height: 80px;
                    float: left;
                    padding: 20px 18px;
                    color: #fff;
                }

                    .index-left .nav .li a .text .zh {
                        width: 100%;
                        height: 24px;
                        float: left;
                        font-size: 16px;
                    }

                    .index-left .nav .li a .text .en {
                        width: 100%;
                        height: 16px;
                        float: left;
                        font-size: 14px;
                        text-transform: uppercase;
                    }

                .index-left .nav .li a .icon {
                    width: 45px;
                    height: 80px;
                    line-height: 80px;
                    float: left;
                    text-align: center;
                    font-size: 26px;
                    color: #fff;
                }

.index-background {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .index-background .padleft {
        padding-left: 225px;
    }
/*第一屏样式*/
.background1 {
    background: url(../img/background1.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background1 .box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        color: #fff;
        text-align: left;
        padding: 120px 325px 120px 120px;
    }

        .background1 .box .tiao001 {
            width: 206px;
            height: 4px;
            background: #fff;
        }

        .background1 .box .text001 {
            text-transform: uppercase;
            font-size: 44px;
        }

        .background1 .box .text002 {
            font-size: 36px;
        }

        .background1 .box .text003 {
            text-transform: uppercase;
            font-size: 22px;
        }
/*第二屏样式*/
.background2 {
    background: url(../img/background2.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background2 .box {
        padding: 40px 255px 40px 120px;
        position: absolute;
        top: 0;
        color: #ed1c24;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background2 .box .left {
            width: 40%;
            float: left;
        }

            .background2 .box .left .tiao001 {
                width: 206px;
                height: 4px;
                background: #ed1c24;
            }

            .background2 .box .left .text001 {
                text-transform: uppercase;
                font-size: 55px;
                font-weight: bold;
            }

            .background2 .box .left .text002 {
                font-size: 38px;
            }

            .background2 .box .left .text003 {
                text-transform: uppercase;
                font-size: 14px;
                color: #333;
                width: 100%;
                padding-right: 30px;
            }

            .background2 .box .left .link001 {
                width: 120px;
                height: 40px;
                background: #ed1c24;
                text-transform: uppercase;
                border-radius: 10px;
                color: #fff;
                line-height: 40px;
                text-align: center;
                font-size: 12px;
                font-weight: bold;
                margin: 10px 0;
                transition: 0.2s;
                cursor: pointer;
            }

                .background2 .box .left .link001:hover {
                    background: #ff6601;
                }

                .background2 .box .left .link001 a {
                    width: 120px;
                    height: 40px;
                    color: #fff;
                    float: left;
                }

            .background2 .box .left .img001 {
                float: right;
                margin-top: 20px;
                margin-right: 40px;
            }

        .background2 .box .right {
            width: 50%;
            float: left;
            /*padding-left: 100px;*/
        }

            .background2 .box .right .img002 {
                width: 80%;
                margin-bottom: 20px;
            }


            .background2 .box .right .kubox {
                text-align: center;
                width: 100px;
                height: 130px;
                float: left;
                margin-right: 40px;
            }

                .background2 .box .right .kubox .img {
                    width: 100px;
                    height: 100px;
                }

                .background2 .box .right .kubox .text {
                    text-align: center;
                    width: 100px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 18px;
                }

/*第三屏样式-新闻资讯*/
.background3 {
    background: url(../img/background3.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background3 .box {
        padding: 40px 325px 40px 120px;
        position: absolute;
        top: 0;
        color: #ed1c24;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background3 .box .tiao001 {
            width: 206px;
            height: 4px;
            background: #ed1c24;
            margin-bottom: 30px;
        }

        .background3 .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 55px;
            margin: 0;
            cursor: pointer;
        }

        .background3 .box .text002 {
            font-size: 36px;
            cursor: pointer;
        }

        .background3 .box .newbox {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 500px;
        }

            .background3 .box .newbox .bigimg {
                position: absolute;
                z-index: 1;
                width: 500px;
                height: 500px;
                background: rgba(242, 107, 78, 0.8);
            }

                .background3 .box .newbox .bigimg img {
                    width: 500px;
                    height: 500px;
                }

            .background3 .box .newbox .list {
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 500px;
                padding-left: 500px;
                color: #fff;
            }

                .background3 .box .newbox .list .li {
                    overflow: hidden;
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: 105px;
                    margin: 10px 0;
                    background: #3e3a39;
                    float: left;
                }

                    .background3 .box .newbox .list .li:hover {
                        background: #da312a;
                    }

                    .background3 .box .newbox .list .li .date {
                        position: absolute;
                        z-index: 1;
                        width: 140px;
                        height: 105px;
                        float: left;
                        border-right: 1px solid #3e110e;
                        padding: 10px 0;
                        text-align: center;
                        overflow: hidden;
                    }

                        .background3 .box .newbox .list .li .date .m {
                            width: 100%;
                            height: 55px;
                            line-height: 55px;
                            float: left;
                            font-size: 35px;
                        }

                        .background3 .box .newbox .list .li .date .d {
                            width: 100%;
                            height: 30px;
                            line-height: 30px;
                            float: left;
                            font-size: 24px;
                        }

                    .background3 .box .newbox .list .li .text {
                        position: absolute;
                        z-index: 1;
                        width: 100%;
                        height: 105px;
                        padding: 10px 10px 10px 150px;
                    }

                        .background3 .box .newbox .list .li .text .title {
                            width: 100%;
                            height: 25px;
                            line-height: 25px;
                            font-size: 18px;
                            overflow: hidden;
                        }

                        .background3 .box .newbox .list .li .text .detail {
                            width: 100%;
                            height: 60px;
                            line-height: 15px;
                            overflow: hidden;
                        }

/*第四屏样式-项目产品*/
.background4 {
    background: url(../img/background4.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background4 .box {
        padding: 80px 400px 80px 120px;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background4 .box .tiao001 {
            width: 206px;
            height: 4px;
            background: #fff;
            margin-bottom: 30px;
        }

        .background4 .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 55px;
            margin: 0;
            cursor: pointer;
        }

        .background4 .box .text002 {
            font-size: 36px;
            cursor: pointer;
        }

/*第五屏样式-合作案例*/
.background5 {
    background: url(../img/background5.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background5 .box {
        padding: 80px 400px 80px 120px;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background5 .box .tiao001 {
            width: 206px;
            height: 4px;
            background: #fff;
            margin-bottom: 30px;
        }

        .background5 .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 55px;
            margin: 0;
            cursor: pointer;
        }

        .background5 .box .text002 {
            font-size: 36px;
            cursor: pointer;
        }

        .background5 .box .listbox {
            width: 100%;
            height: 500px;
        }

            .background5 .box .listbox .li {
                position: relative;
                z-index: 1;
                width: 33%;
                height: 240px;
                background: #ed1c24;
                float: left;
                overflow: hidden;
            }

                .background5 .box .listbox .li .img {
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    float: left;
                    overflow: hidden;
                }

                    .background5 .box .listbox .li .img img {
                        width: 100%;
                        height: 100%;
                        float: left;
                        overflow: hidden;
                    }

                .background5 .box .listbox .li .alpha {
                    position: relative;
                    z-index: 2;
                    width: 100%;
                    height: 100%;
                    float: left;
                    overflow: hidden;
                    background: rgba(217, 49, 42, 0.70);
                    transition: 0.2s;
                }

                .background5 .box .listbox .li:hover .alpha {
                    transform: translateY(-240px);
                }

                    .background5 .box .listbox .li:hover .alpha .y {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 150px;
                        height: 150px;
                        margin: -75px 0 0 -75px;
                        line-height: 52px;
                        text-align: center;
                        padding: 30px;
                        background: rgba(0, 0, 0, 0.3);
                        border-radius: 75px;
                        font-size: 20px;
                        overflow: hidden;
                    }


/*第六屏样式-营销网络*/
.background6 {
    background: url(../img/background6.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background6 .box {
        padding: 80px 325px 80px 120px;
        position: absolute;
        top: 0;
        color: #ed1c24;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background6 .box .tiao001 {
            width: 206px;
            height: 4px;
            background: #ed1c24;
            margin-bottom: 30px;
        }

        .background6 .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 55px;
            margin: 0;
        }

        .background6 .box .text002 {
            font-size: 36px;
        }

        .background6 .box .map001 {
            width: 70%;
        }
/*第七屏样式-加入我们*/
.background7 {
    background: url(../img/background7.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background7 .box {
        padding: 80px 325px 80px 120px;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background7 .box .tiao001 {
            width: 206px;
            height: 4px;
            background: #fff;
            margin-bottom: 30px;
        }

        .background7 .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 55px;
            margin: 0;
        }

        .background7 .box .text002 {
            font-size: 36px;
        }

/*第八屏样式-联系我们*/
.background8 {
    background: url(../img/background8.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background8 .box {
        padding: 0;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background8 .box .map {
            width: 40%;
            height: 100%;
            background: #ff6601;
            float: left;
            opacity: 0.8;
        }

        .background8 .box .contact {
            width: 60%;
            height: 100%;
            background: rgba(62, 58, 57, 0.75);
            float: left;
            padding: 50px;
        }

            .background8 .box .contact .tiao001 {
                width: 206px;
                height: 4px;
                background: #fff;
                margin-bottom: 30px;
            }

            .background8 .box .contact .text001 {
                text-transform: uppercase;
                font-weight: bold;
                font-size: 55px;
                margin: 0;
            }

            .background8 .box .contact .text002 {
                font-size: 36px;
            }

            .background8 .box .contact .msg {
                box-sizing: border-box;
                width: 100%;
            }

                .background8 .box .contact .msg input {
                    box-sizing: border-box;
                    width: calc(100% - 240px);
                    height: 40px;
                    line-height: 40px;
                    border: 0;
                    margin-bottom: 10px;
                    padding: 0 20px;
                    color: #333;
                }

                .background8 .box .contact .msg #submit {
                    background: #d96a53;
                    color: #fff;
                }

/*右侧定位栏样式*/
#fp-nav {
    position: fixed;
    z-index: 999;
    top: 50%;
    opacity: 1;
    width: 40px;
    height: 336px;
    background: #1a1a1a;
    border-radius: 20px;
    margin-top: -118px;
    padding: 50px 0;
    color: #fff;
}

    #fp-nav ul li, .fp-slidesNav ul li {
        display: block;
        width: 100%;
        height: 30px;
        position: relative;
        margin: 0;
    }

        #fp-nav ul li a span, .fp-slidesNav ul li a span {
            top: 50%;
            left: 50%;
            margin-left: -5px;
            margin-top: -5px;
            background: #acacac;
            border: none;
        }

        #fp-nav ul li a.active span,
        .fp-slidesNav ul li a.active span {
            background: #ae100d;
        }

/*横向滚动1 css */
.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    padding: 0 50px;
}

    .picMarquee-left .bd {
        width: 100%;
        overflow: hidden;
    }

    .picMarquee-left .prev {
        position: absolute;
        z-index: 100;
        display: block;
        width: 40px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        float: right;
        margin-left: 0px;
        margin-top: 120px;
        overflow: hidden;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.80);
        left: 0;
        color: #fff;
    }

    .picMarquee-left .next {
        position: absolute;
        z-index: 100;
        display: block;
        width: 40px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        float: right;
        margin-right: 0px;
        margin-top: 120px;
        overflow: hidden;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.80);
        color: #fff;
        right: 0;
    }

    .picMarquee-left .bd ul {
        overflow: hidden;
        zoom: 1;
    }

        .picMarquee-left .bd ul li {
            margin: 0 8px;
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center;
        }

            .picMarquee-left .bd ul li .pic {
                width: 260px;
                height: 300px;
                text-align: center;
                background: #fff;
                overflow: hidden;
                color: #333;
            }

                .picMarquee-left .bd ul li .pic img {
                    width: 260px;
                    height: 240px;
                    display: block;
                    padding: 2px;
                }

                .picMarquee-left .bd ul li .pic a:hover img {
                    border-color: #999;
                }

            .picMarquee-left .bd ul li .title {
                width: 260px;
                height: 60px;
                line-height: 50px;
            }

                .picMarquee-left .bd ul li .title img {
                    width: 260px;
                    height: 10px;
                    line-height: 10px;
                }
