﻿* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}
html{font-size calc(16vw  1920  100)}
body {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    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;
}

.load {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #000;
}

.logoimg {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: url('../img/logos.png') no-repeat center;
    background-size: 500px auto;
    display: none;
}

.logovideo {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

    .logovideo video {
        width: 100%;
        height: 100%;
    }
/*×ó²à²Ëµ¥*/
.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: 12%;
    height: 100%;
    float: left;
    background: #000000;
}

    .index-left .index-left-close {
        color: #fff;
        position: absolute;
        width: 75px;
        height: 150px;
        margin-left: 225px;
        padding: 42px 20px;
        cursor: pointer;
        text-align: left;
        display: none;
    }

        .index-left .index-left-close i {
            font-size: 48px;
            font-family: Arial;
            width: 36px;
            height: 50px;
            float: left;
        }

    .index-left .logo {
        width: 225px;
        height: 190px;
    }

    .index-left .nav {
        width: 100%;
        height: auto;
        color: #fff;
    }

        .index-left .nav .li {
            width: 100%;
            height: 5vw;
            /* border-bottom: #015b43 solid 1px; */
        }

            .index-left .nav .li:hover {
                background: #024633 !important;
            }

            .index-left .nav .li a {
                width: 100%;
                height: 5vw;
                float: left;
            }

                .index-left .nav .li a .text {
                    width: 100%;
                    height: 5vw;
                    float: left;
                    padding: 1vw 2vw;
                    padding-right: 0px;
                    color: #fff;
                }

                    .index-left .nav .li a .text .zh {
                        width: 100%;
                        /* height: 5vw; */
                        float: left;
                        font-size: 1vw;
                    }

                    .index-left .nav .li a .text .en {
                        width: 100%;
                        height: 1vw;
                        float: left;
                        font-size: 0.8vw;
                        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-left .bottom {
        width: 225px;
        height: 95px;
        position: absolute;
        z-index: 99;
        bottom: 30px;
        background: #000;
    }

        .index-left .bottom .blin1 {
            width: 100%;
            text-align: right;
            padding: 0px 20px;
            padding-bottom: 0;
        }

        .index-left .bottom .blin2 {
            width: 100%;
            text-align: right;
            padding: 10px 20px 10px 65px;
            float: left;
        }

            .index-left .bottom .blin2 .qbox {
                width: 70px;
                height: 30px;
                float: left;
                cursor: pointer;
            }

                .index-left .bottom .blin2 .qbox .icon {
                    width: 30px;
                    height: 30px;
                    float: left;
                    background: url(../img/qq1.png) no-repeat 10px 2px;
                }

                .index-left .bottom .blin2 .qbox .txt {
                    width: 40px;
                    height: 30px;
                    line-height: 30px;
                    float: left;
                    font-size: 14px;
                    color: #fff;
                }

                .index-left .bottom .blin2 .qbox:hover .txt {
                    color: #ad671f;
                }

                .index-left .bottom .blin2 .qbox:hover .icon {
                    background: url(../img/qq2.png) no-repeat 10px 2px;
                }

.index-background {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .index-background .padleft {
        padding-left: 12%;
    }
/*µÚÒ»ÆÁÑùÊ½*/
.background1 {
   
}

    .background1 .fp-controlArrow {
        display: none;
    }

    .background1 .backimg1 {
        background: url(../img/b1.jpg) no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
    }

    .background1 .backimg2 {
       background: url(../img/b2.jpg) no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
    }

    .background1 .backimg3 {
        background: url(../img/b3.jpg) no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
    }


    .background1 .box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        color: #fff;
        text-shadow: 0px 0px 20px #000;
        text-align: left;
        padding: 5% 2%;
    }

        .background1 .box .tiao001 {
            width: 30vw;
            height: 0.1vw;
            background: #fff;
            font-family: Arial;
            font-weight: bold;
            box-shadow: 0px 0px 20px #000;
        }

        .background1 .box .text001 {
            text-transform: uppercase;
            font-size: 1.2vw;
        }

        .background1 .box .text002 {
            font-size: 3vw;
            line-height: 2;
        }

        .background1 .box .text003 {
            text-transform: uppercase;
            font-size: 1.2vw;
            padding-top: 2vw;
        }
/*µÚ¶þÆÁÑùÊ½*/
.background2 {
    background: url(../img/background2.jpg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

    .background2 .k_box {
        max-width: 728px;
        margin-bottom: 20px;
        text-align: center;
        margin: auto;
    }

    .background2 .box {
        /*padding: 180px 255px 40px 120px;*/
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background2 .box .left {
            width: 40%;
            height: 100%;
            float: left;
            background: rgba(0, 0, 0, 0.57);
            padding: 8% 5%;
            transition: 0.5s;
        }

            .background2 .box .left .tiao001 {
                width: 3vw;
                height: 0.2vw;
                background: #fff;
            }

            .background2 .box .left .text001 {




                text-transform: uppercase;
                font-size: 2vw;
                font-weight: bold;
            }

            .background2 .box .left .text002 {
                font-size: 1.2vw;
                color: #c7c7c7;
            }

            .background2 .box .left .text003 {
                text-transform: uppercase;
                font-size: 0.8vw;
                line-height: 2.5;
                color: #ececec;
                width: 100%;
                text-indent: 2vw;
                /* padding-right: 1.2vw; */
                padding-top: 1vw;
            }

            .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: 70%;
            height: 100%;
            float: left;
            padding: 5%;
            background: rgba(0, 0, 0, 0.24);
        }

            .background2 .box .right .img002 {
                width: 100%;
                margin-bottom: 20px;
                text-align: center;
            }



            .background2 .box .right .kubox {
                text-align: center;
                width: 25%;
                height: 130px;
                float: left;
            }

                .background2 .box .right .kubox .img {
                    width: 100%;
                    height: auto;
                }

                .background2 .box .right .kubox .text {
                    text-align: center;
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                    font-size: 16px;
                }

/*µÚÈýÆÁÑùÊ½-ÐÂÎÅ×ÊÑ¶*/
.background5 {
      background: url(../img/background5.jpg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

    .background5 .box {
        padding: 7% 5%;
        position: relative;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background5 .box .tiao001 {
            width: 3vw;
            height: 0.2vw;
            background: #fff;
            margin-bottom: 0.5vw;
        }

        .background5 .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 2.2vw;
            margin: 0;
            cursor: pointer;
        }

        .background5 .box .text002 {
            font-size: 1.5vw;
            cursor: pointer;
            color: #ffffff;
        }

        .background5 .box .newbox {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 500px;
            margin-top: 15px;
        }

            .background5 .box .newbox .bigimg {
                position: relative;
                z-index: 1;
                width: 100%;
                height: auto;
                margin-bottom: 10px;
            }

                .background5 .box .newbox .bigimg .zy_left_box2 {
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: auto;
                    display: flex;


                }

                    .background5 .box .newbox .bigimg .zy_left_box2 .zy_left_type1 {
                        position: relative;
                        z-index: 1;
                        height: 40px;
                        flex: 1;
                        line-height: 40px;
                        font-size: 24px;
                        background: rgba(255, 255, 255, 0.15);
                        border-radius: 10px;
                        margin: 0 10px;
                        padding: 0 10px;
                        cursor: pointer;
                    }

                        .background5 .box .newbox .bigimg .zy_left_box2 .zy_left_type1.on {
                            background: #024633;
                        }

            .background5 .box .newbox .list {
                position: relative;
                z-index: 2;
                width: 100%;
                height: auto;
                color: #fff;
                overflow: hidden;
                background-color: #fff0;
            }

                .background5 .box .newbox .list .li {
                    overflow: hidden;
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: auto;
                    margin: 0px;
                    float: left;
                    color: #fefefe;
                    border-bottom: 0.01vw dashed #ffffff85;
                    padding: 0.5vw;
                    cursor: pointer;
                }

                    .background5 .box .newbox .list .li .date {
                        position: relative;
                        z-index: 1;
                        width: 4.5vw;
                        height: 2.5vw;
                        line-height: 2.5vw;
                        float: left;
                        text-align: right;
                        overflow: hidden;
                        font-size: 0.8vw;
                    }

                    .background5 .box .newbox .list .li .title {
                        width: calc(100% - 5vw);
                        height: 3vw;
                        line-height: 3;
                        font-size: 1vw;
                        overflow: hidden;
                        float: left;
                        color: #fff;
                    }

                    .background5 .box .newbox .list .li:hover {
                        background: linear-gradient(to right,#024231d1 ,rgb(1 91 67 / 0%));
                        /* background: radial-gradient(circle, #00452d, #ffffff00); */
                    }

                .background5 .box .newbox .list .nbox1 {
                    transition:0.5s;
                }

            .background5 .box .newbox #newbtn {
                position: relative;
                z-index: 2;
                width: 10vw;
                height: 2.5vw;
                line-height: 2.5vw;
                background: #024633;
                text-align: center;
                font-size: 1vw;
                color: #fff;
                border-radius: 2vw;
                margin-top: 1vw;
            }
/*µÚÈýÆÁÑùÊ½-ÐÂÎÅ×ÊÑ¶*/
.background5s {
    background: url(../img/background7.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

    .background5s .box {
        padding: 90px 325px 40px 90px;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background5s .box .tiao001 {
            width: 90px;
            height: 3px;
            background: #fff;
            margin-bottom: 15px;
        }

        .background5s .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 40px;
            margin: 0;
            cursor: pointer;
        }

        .background5s .box .text002 {
            font-size: 28px;
            cursor: pointer;
            color: #c7c7c7;

        }

        .background5s .box .newbox {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 500px;
            margin-top: 15px;

        }

            .background5s .box .newbox .bigimg {
                position: relative;
                z-index: 1;
                width: 100%;
                height: auto;
                margin-bottom: 10px;
            }

                .background5s .box .newbox .bigimg .zy_left_box2 {
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: auto;
                }

                    .background5s .box .newbox .bigimg .zy_left_box2 .zy_left_type1 {
                        position: relative;
                        z-index: 1;
                        height: 40px;
                        line-height: 40px;
                        font-size: 24px;
                        background: rgba(255, 255, 255, 0.15);
                        border-radius: 10px;
                        margin: 0 10px;
                        padding: 0 10px;
                        cursor: pointer;
                        width: calc(50% - 20px);
                        float: left;
                    }

            .background5s .box .newbox .list {
                position: relative;
                z-index: 2;
                width: 100%;
                height: auto;
                color: #fff;
            }

                .background5s .box .newbox .list .li {
                    overflow: hidden;
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: 90px;
                    margin: 0px;
                    float: left;
                    color: #fefefe;
                    border-bottom: 1px dashed #fff;
                    padding: 10px;
                    cursor: pointer;
                }

                    .background5s .box .newbox .list .li .title {
                        width: 100%;
                        height: 30px;
                        line-height: 30px;
                        font-size: 18px;
                        float: left;
                        overflow: hidden;
                    }

                    .background5s .box .newbox .list .li .date {
                        position: relative;
                        z-index: 1;
                        width: 100%;
                        height: 30px;
                        line-height: 30px;
                        float: left;
                        text-align: left;
                        overflow: hidden;
                    }

                    .background5s .box .newbox .list .li .detail {
                        width: 100%;
                        height: 40px;
                        line-height: 20px;
                        overflow: hidden;
                        margin-top: 0px;
                    }

                    .background5s .box .newbox .list .li:hover {
                        background: linear-gradient(to right,#333,rgba(0, 0, 0, 0));
                    }
/*µÚËÄÆÁÑùÊ½-ÏîÄ¿²úÆ·*/
.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;
        }

/*µÚÎåÆÁÑùÊ½-ºÏ×÷°¸Àý*/
.background3 {
    background: url(../img/background3.jpg) no-repeat center center;
    background-size: auto 100%;

    width: 100%;
    height: 100%;
}

    .background3 .box {
        padding: 3% 5%;
        position: relative;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background3 .box .ptype {
            width: 100%;
            height: auto;
            padding-top: 1vw;
        }

            .background3 .box .ptype .zy_left_box2 {
                width: 100%;
                height: 3.5vw;
            }

                .background3 .box .ptype .zy_left_box2 .zy_left_type1 {
                    width: calc(10.6% - 0.2vw);
                    height: 2vw;
                    line-height: 2vw;
                    float: left;
                    text-align: center;
                    margin-top: 1vw;
                    overflow: hidden;
                    font-size: 0.8vw;
                    cursor: pointer;
                    margin: 0 0.26vw;
                    text-transform: uppercase;
                    border-radius: 10px;
                    background: rgba(238, 238, 238, 0.14);
                }

                .background3 .box .ptype .zy_left_box2 .zy_left_type1s {
                    width: calc(16% - 10px);
                    height: 40px;
                    line-height: 40px;
                    float: left;
                    text-align: center;
                    margin-top: 15px;
                    overflow: hidden;
                    font-size: 18px;
                    cursor: pointer;
                    margin: 0 5px;
                    text-transform: uppercase;
                    border-radius: 10px;
                    background: rgba(238, 238, 238, 0.14);
                }

                    .background3 .box .ptype .zy_left_box2 .zy_left_type1s:hover {
                        background: #024633;
                        border-radius: 8px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                .background3 .box .ptype .zy_left_box2 .on {
                    background: #024633;
                    border-radius: 0.5vw;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .background3 .box .ptype .zy_left_box2 .zy_left_type1:hover {
                    /*background: #024633;*/
                    border-radius: 8px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }



        .background3 .box .tiao001 {
            width: 3vw;
            height: 0.2vw;
            background: #fff;
            margin-bottom: 0vw;
        }

        .background3 .box .text001 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 2vw;
            margin: 0;
            cursor: pointer;
        }

        .background3 .box .text002 {
            font-size: 20px;
            cursor: pointer;
            color: #c7c7c7;
        }

        .background3 .box .listbox {
            width: 100%;
            height: auto;
        }

            .background3 .box .listbox .tbox {
                position: relative;
                z-index: 1;
                width: calc(40% - 5px);
                height: 100%;
                float: left;
                overflow: hidden;
                margin-right: 5px;
            }

                .background3 .box .listbox .tbox .typepox {
                    position: absolute;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    float: left;
                    background: rgba(236, 236, 236, 0.79);
                    cursor: pointer;
                }

                    .background3 .box .listbox .tbox .typepox .cbox {
                        position: relative;
                        z-index: 1;
                        width: 100%;
                        height: 100%;
                        float: left;
                        background: rgba(236, 236, 236, 0.79);
                        transition: 1s;
                    }

                        .background3 .box .listbox .tbox .typepox .cbox .img {
                            position: absolute;
                            z-index: 1;
                            width: 100%;
                            height: 100%;
                            float: left;
                        }

                            .background3 .box .listbox .tbox .typepox .cbox .img img {
                                width: 100%;
                                height: 100%;
                                float: left;
                            }

                        .background3 .box .listbox .tbox .typepox .cbox .text {
                            position: relative;
                            z-index: 2;
                            width: 100%;
                            height: auto;
                            /* float: left; */
                            text-align: center;
                            height: 4.5vw;
                            background: #00000040;
                            top: 50%;
                            font-size: 0.7vw;
                            width: 50%;
                            margin: 0 auto;
                        }

                            .background3 .box .listbox .tbox .typepox .cbox .text .zh {
                                position: relative;
                                z-index: 2;
                                width: 100%;
                                height: auto;
                                float: left;
                                line-height: 1.5;
                                font-size: 2vw;
                                font-weight: bold;
                                /* margin-top: -30px; */
                            }

                            .background3 .box .listbox .tbox .typepox .cbox .text .en {
                                position: relative;
                                z-index: 2;
                                width: 100%;
                                height: auto;
                                float: left;
                                text-transform: uppercase;
                            }

                .background3 .box .listbox .tbox .arr {
                    position: absolute;
                    z-index: 1;
                    width: 40px;
                    height: 66px;
                    line-height: 66px;
                    text-align: center;
                    background: #7a7a7a;
                    font-weight: bold;
                    top: 50%;
                    margin-top: -33px;
                    font-size: 30px;
                }

                    .background3 .box .listbox .tbox .arr:hover {
                        background: #555;
                        cursor: pointer;
                    }

                .background3 .box .listbox .tbox .arr-l {
                    left: 0;
                }

                .background3 .box .listbox .tbox .arr-r {
                    right: 0;
                }

            .background3 .box .listbox .pbox {
                position: relative;
                z-index: 1;
                width: 60%;
                height: 100%;
                float: left;
                overflow: hidden;
            }

                .background3 .box .listbox .pbox .dbox {
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    float: left;
                    overflow: hidden;
                    transition: 1s;
                }

                    .background3 .box .listbox .pbox .dbox .pli {
                        position: relative;
                        z-index: 1;
                        width: calc(33% - 0.35vw);
                        height: 270px;
                        margin-bottom: 0.47vw;
                        margin-right: 0.25vw;
                        float: left;
                        overflow: hidden;
                        background: rgb(255 255 255);
                        cursor: pointer;
                    }

                        .background3 .box .listbox .pbox .dbox .pli .img {
                            position: absolute;
                            z-index: 1;
                            width: 100%;
                            height: 100%;
                            float: left;
                            overflow: hidden;
                        }

                            .background3 .box .listbox .pbox .dbox .pli .img img {
                                width: 100%;
                                /* max-width: none; */
                                /* height: auto; */
                                float: left;
                                /* overflow: hidden; */
                                width: 10;
                                padding: 2%;
                            }

                        .background3 .box .listbox .pbox .dbox .pli .text {
                            position: relative;
                            z-index: 1;
                            width: 100%;
                            height: 100%;
                            float: left;
                            overflow: hidden;
                            padding: 0 10px;
                        }

                            .background3 .box .listbox .pbox .dbox .pli .text .name {
                                position: absolute;
                                z-index: 1;
                                width: calc(100% - 20px);
                                height: 30px;
                                line-height: 30px;
                                float: left;
                                overflow: hidden;
                                bottom: 40px;
                                font-size: 16px;
                                text-align: right;
                            }

                            .background3 .box .listbox .pbox .dbox .pli .text .more {
                                position: absolute;
                                z-index: 1;
                                width: calc(100% - 20px);
                                height: 40px;
                                line-height: 40px;
                                float: left;
                                overflow: hidden;
                                bottom: 0;
                            }

                                .background3 .box .listbox .pbox .dbox .pli .text .more .wz {
                                    position: absolute;
                                    z-index: 1;
                                    width: 100%;
                                    height: 20px;
                                    line-height: 20px;
                                    float: left;
                                    overflow: hidden;
                                    font-size: 12px;
                                    text-transform: uppercase;
                                    text-align: right;
                                    padding-right: 10px;
                                }

                                .background3 .box .listbox .pbox .dbox .pli .text .more .jt {
                                    position: absolute;
                                    z-index: 1;
                                    width: 100%;
                                    height: 40px;
                                    line-height: 40px;
                                    float: left;
                                    overflow: hidden;
                                    bottom: 0;
                                }

                                    .background3 .box .listbox .pbox .dbox .pli .text .more .jt .hx {
                                        position: absolute;
                                        z-index: 1;

                                        width: 80px;
                                        height: 2px;
                                        background: #fff;
                                        right: 9px;
                                        top: 20px;
                                    }

                                    .background3 .box .listbox .pbox .dbox .pli .text .more .jt .sj {
                                        position: absolute;
                                        z-index: 1;
                                        width: 1px;
                                        height: 1px;
                                        border-top: 6px solid rgba(0, 0, 0, 0);
                                        border-right: 10px solid rgba(0, 0, 0, 0);
                                        border-bottom: 6px solid rgba(0, 0, 0, 0);
                                        border-left: 10px solid #fff;
                                        right: -11px;
                                        top: 15px;
                                    }
/*.background3 .box .listbox .li {
                position: relative;
                z-index: 1;
                width: 33%;
                height: 240px;
                background: #ed1c24;
                float: left;
                overflow: hidden;
            }

                .background3 .box .listbox .li .img {
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    float: left;
                    overflow: hidden;
                }

                    .background3 .box .listbox .li .img img {
                        width: 100%;
                        height: 100%;
                        float: left;
                        overflow: hidden;
                    }

                .background3 .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;
                }

                .background3 .box .listbox .li:hover .alpha {
                    transform: translateY(-240px);
                }

                    .background3 .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/background5s.jpg) no-repeat center center;
    background-size: auto 100%;
    width: 100%;

    height: 100%;
}

    .background7 .box {
        /*padding: 180px 255px 40px 120px;*/
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        width: 100%;
        height: 100%;
    }

        .background7 .box .left {
            width: calc(100% - 1000px);
            height: 100%;
            float: left;
            background: rgba(255, 255, 255, 0.1);
            padding: 50px 0 0 50px;
            transition: 0.5s;
        }

            .background7 .box .left .tiao001 {
                width: 80px;
                height: 3px;
                background: #fff;
            }

            .background7 .box .left .text001 {
                text-transform: uppercase;
                font-size: 36px;
                font-weight: bold;
                margin-top: 10px;
            }

            .background7 .box .left .text002 {
                font-size: 24px;
                color: #c7c7c7;
                margin-bottom: 30px;
            }

            .background7 .box .left .text003 {
                text-transform: uppercase;
                font-size: 14px;
                line-height: 32px;
                color: #ececec;
                width: 100%;
                padding-right: 30px;
                height: 100%;
            }

                .background7 .box .left .text003 img {
                    height: calc(100% - 170px);
                }

            .background7 .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;
            }

                .background7 .box .left .link001:hover {
                    background: #ff6601;
                }

                .background7 .box .left .link001 a {
                    width: 120px;
                    height: 40px;
                    color: #fff;
                    float: left;
                }

            .background7 .box .left .img001 {
                float: right;
                margin-top: 20px;
                margin-right: 40px;
            }

        .background7 .box .right {
            width: 1000px;
            height: 100%;
            float: left;
            padding: 60px 300px 20px 30px;
            background: rgba(0, 0, 0, 0.24);
            overflow-y: scroll;
        }

            .background7 .box .right p {
                font-size: 16px;
                line-height: 32px;
            }

                .background7 .box .right p span {
                    color: #eaa400;
                    font-size: 24px;
                }

            .background7 .box .right .img002 {
                width: 100%;
                margin-bottom: 20px;
            }


            .background7 .box .right .kubox {
                text-align: center;
                width: 100px;
                height: 130px;
                float: left;
                margin-right: 40px;
            }

                .background7 .box .right .kubox .img {
                    width: 100px;
                    height: 100px;
                }

                .background7 .box .right .kubox .text {
                    text-align: center;
                    width: 100px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 18px;
                }

input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #333;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

textarea::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #333;
}
/*µÚ°ËÆÁÑùÊ½-ÁªÏµÎÒÃÇ*/

.background8 {
    background: url(../img/background8.jpg)center;
    background-size: 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: calc(100% - 200px);
            height: 100%;
            float: left;
            transition: 1s;
        }

            .background8 .box .map .liuyan {
                width: 600px;
                height: 100%;
                float: left;
                transition: 1s;
            }

                .background8 .box .map .liuyan .xfbox {
                    width: 463px;
                    height: 558px;
                    margin: 120px auto;
                    margin-bottom: 0;
                    background: url(../img/xinfeng.png) no-repeat;
                    color: #000;
                }

                    .background8 .box .map .liuyan .xfbox input {
                        background: none;
                        border: none;
                        color: #000;
                    }

                    .background8 .box .map .liuyan .xfbox textarea {
                        background: none;
                    }

                    .background8 .box .map .liuyan .xfbox #xname {
                        width: 263px;
                        height: 31px;
                        margin: 99px 0px 0px 135px;
                        padding: 0 5px;
                    }

                    .background8 .box .map .liuyan .xfbox #xphone {
                        width: 263px;
                        height: 31px;
                        margin: 8px 0px 0px 135px;
                        padding: 0 5px;
                    }

                    .background8 .box .map .liuyan .xfbox #xaddress {
                        width: 263px;
                        height: 31px;
                        margin: 9px 0px 0px 135px;
                        padding: 0 5px;
                    }

                    .background8 .box .map .liuyan .xfbox #xmsg {
                        width: 263px;
                        height: 80px;
                        margin: 9px 0px 0px 135px;
                        padding: 5px;
                        resize: none;
                    }

                    .background8 .box .map .liuyan .xfbox .xsubmit {
                        width: 110px;
                        height: 30px;
                        line-height: 30px;
                        margin: 8px 0px 0px 178px;
                        text-align: center;
                        color: #eee;
                        cursor: pointer;
                    }

            .background8 .box .map .contact {
                width: calc(100% - 55%);
                height: 100%;
                background: rgb(2 30 24);
                float: right;
                font-size: 18px;
                line-height: 48px;
                overflow: hidden;
                font-size: 1vw;
                line-height: 2;
                transition: 1s;
            }

                .background8 .box .map .contact .tbox1 {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                }

                    .background8 .box .map .contact .tbox1 .wz {
                        padding: 8vw 6vw;
                        padding-right: 1vw;
                        width: 30vw;
                        height: 100%;
                        /* overflow: hidden; */
                        float: left;
                    }

                    .background8 .box .map .contact .tbox1 .ewm {
                        padding: 100px 0;
                        width: calc(100% - 670px);
                        height: 100%;
                        overflow: hidden;
                        float: left;
                        text-align: center;
                    }

                .background8 .box .map .contact .tbox2 {
                    width: 100%;
                    height: 60%;
                    overflow: hidden;
                }

                    .background8 .box .map .contact .tbox2 .wz {
                        padding: 50px;
                        padding-right: 10px;
                        width: 670px;
                        height: 100%;
                        overflow: hidden;
                        float: left;
                    }

                    .background8 .box .map .contact .tbox2 .ewm {
                        padding: 100px 0;
                        width: calc(100% - 670px);
                        height: 100%;
                        overflow: hidden;
                        float: left;
                        text-align: center;
                    }

                .background8 .box .map .contact .wl {
                    width: 100%;
                    height: auto;
                    float: left;
                }

                    .background8 .box .map .contact .wl .wli {
                        height: auto;
                        float: left;
                        /* padding-top: 3vw; */
                    }

                .background8 .box .map .contact a {
                    color: #fff;
                    text-decoration: underline;
                }

                    .background8 .box .map .contact a:link {
                        color: #fff;
                    }

                .background8 .box .map .contact .wtit {
                    font-weight: bold;
                    font-size: 1.8vw;
                }

                .background8 .box .map .contact .mark1 {
                    width: 100%;
                }

                .background8 .box .map .contact .mark2 {
                    width: 100%;
                }

                .background8 .box .map .contact .mark3 {
                    width: 100%;
                }

                .background8 .box .map .contact .mark4 {
                    width: 100%;
                }

                .background8 .box .map .contact .mark5 {
                    width: 320px;
                }

                .background8 .box .map .contact .mark6 {
                    width: 250px;
                }

                .background8 .box .map .contact .mark7 {
                    width: 320px;
                }

                .background8 .box .map .contact .mark8 {
                    width: 250px;
                }

                .background8 .box .map .contact .mark9 {
                    width: 320px;
                }

                .background8 .box .map .contact .mark10 {
                    width: 250px;
                }

/*ÓÒ²à¶¨Î»À¸ÑùÊ½*/
#fp-nav {
    position: fixed;
    z-index: 999;
    top: 50%;
    opacity: 1;
    width: 2vw;
    height: 15vw;
    background: #ffffff1c;
    border-radius: 5vw;
    margin-top: -118px;
    padding: 3vw 0;
    color: #fff;
}

    #fp-nav ul li, .fp-slidesNav {
        width: 120px;
    }

        #fp-nav ul li, .fp-slidesNav ul li {
            display: block;
            width: 2vw;
            height: 2vw;
            position: relative;
            margin: 0;
            float: left;
        }

            #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: #007e5e;
            }

/*ºáÏò¹ö¶¯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;
                }
