* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 12pt;
    font-size: 75%;
}

body {
    margin: 0 auto;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-size: 1.2rem;
}

ul, li, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.clwi100 {
    clear: both;
    width: 100%;
}

.jianrong {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

.mainw {
    margin: 0 auto;
    max-width: 1300px;
    min-width: 1200px;
    height: auto;
    overflow-x: hidden;
}

.mainwa {
    margin: 0 auto;
    max-width: 1250px;
    min-width: 1100px;
    height: auto;
    overflow-x: hidden;
}

.mainw1 {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1100px;
    height: auto;
}

.mainw2 {
    margin: 0 auto;
    width: 1000px;
    height: auto;
}

.mainw3 {
    margin: 0 auto;
    width: 900px;
    height: auto;
}

.mainw4 {
    margin: 0 auto;
    width: 750px;
    height: auto;
    overflow-x: hidden;
}

.mainw6 {
    margin: 0 auto;
    width: 600px;
    height: auto;
    overflow-x: hidden;
}

.mainw7 {
    margin: 0 auto;
    width: 700px;
    height: auto;
    overflow-x: hidden;
}

.mainw9 {
    margin: 0 auto;
    width: 900px;
    height: auto;
    overflow-x: hidden;
}

div {
    word-break: break-all;
}

.header-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 3;
    background: #fff
}

.menu-fixed {
    position: fixed;
    top: 0;
    z-index: 3;
}

.menu {
    padding-bottom: 10px;
}

    .menu .logo {
        float: left;
        width: 5%;
        text-align: center;
        margin-left: 2%;
    }

        .menu .logo img {
            max-width: 72px;
            width: 90%;
            text-align: center;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .menu .logo .logo1 {
            display: block;
        }

        .menu .logo .logo2 {
            display: none;
        }

    .menu .nav {
        float: left;
        width: 60%;
        margin-top: 8px;
        min-height: 70px;
        z-index: 10;
        overflow: initial;
    }

        .menu .nav > ul > li {
            line-height: 70px;
            display: inline-block;
            width: 17%;
            text-align: center;
            float: left;
            padding-left: 15px;
            padding-right: 10px;
            font-size: 20px;
            /*background: url(../Img/menubg.png) no-repeat center bottom;
            background-position: 55% 100%;*/
            text-align: center;
        }

            .menu .nav > ul > li:hover {
                background: url(../Img/menubg.png) no-repeat center bottom;
                background-position: 55% 100%;
            }

            .menu .nav > ul > li.active {
                background: url(../Img/menubg.png) no-repeat center bottom;
                background-position: 55% 100%;
            }
            /*position: relative; */
            .menu .nav > ul > li:nth-child(2) {
                width: 17%;
            }

            .menu .nav > ul > li:nth-child(1) {
                width: 14%;
            }
            /*.menu .nav > ul >li:before{ content: "|"; left: 1px; top:24%; font-size: 12px; position: absolute; color: #1a1a1a;}*/
            .menu .nav > ul > li a {
                color: #ffffff;
            }

            .menu .nav > ul > li.active a {
                color: #ffffff;
                font-weight: 500;
            }

            .menu .nav > ul > li:hover a {
                color: #ffffff;
                font-weight: 500;
            }

    .menu .tel {
        margin-left: 2%;
        float: left;
        margin-top: 8px;
        padding-top: 20px;
        font-size: 24px;
        color: #ffffff;
        text-shadow: 2px 3px 5px #000;
    }

        .menu .tel img {
            margin-right: 4px;
            float: left;
        }

    .menu .code {
        float: left;
        margin-left: 1%;
    }

        .menu .code img {
            height: 50px;
            margin-top: 12px;
            padding-top: 20px;
            float: left;
        }

    .menu .tel .tel1 {
        display: block;
    }

    .menu .tel .tel2 {
        display: none;
    }

    .menu .code .dy1 {
        display: block;
    }

    .menu .code .dy2 {
        display: none;
    }

    .menu .code .xhs1 {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu .code .xhs2 {
        display: none;
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu .code .wx1 {
        display: block;
    }

    .menu .code .wx2 {
        display: none;
    }


.menu-fixed-top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

    .menu-fixed-top .menu .logo .logo1 {
        display: none;
    }

    .menu-fixed-top .menu .logo .logo2 {
        display: block;
    }

    .menu-fixed-top .menu .nav > ul > li {
        /*background: url(../Img/menufixedbg.png) no-repeat center bottom;
        background-position: 55% 100%;*/
    }

        .menu-fixed-top .menu .nav > ul > li:hover {
            background: url(../Img/menufixedbg.png) no-repeat center bottom;
            background-position: 55% 100%;
        }

        .menu-fixed-top .menu .nav > ul > li.active {
            background: url(../Img/menufixedbg.png) no-repeat center bottom;
            background-position: 55% 100%;
        }

        .menu-fixed-top .menu .nav > ul > li a {
            color: #000000;
        }

        .menu-fixed-top .menu .nav > ul > li.active a {
            color: #000000;
            font-weight: 500;
        }

        .menu-fixed-top .menu .nav > ul > li:hover a {
            color: #000000;
            font-weight: 500;
        }

    .menu-fixed-top .menu .tel {
        color: #000000;
        text-shadow: none;
    }

        .menu-fixed-top .menu .tel .tel1 {
            display: none;
        }

        .menu-fixed-top .menu .tel .tel2 {
            display: block;
        }

    .menu-fixed-top .menu .code .dy1 {
        display: none;
    }

    .menu-fixed-top .menu .code .dy2 {
        display: block;
    }

    .menu-fixed-top .menu .code .xhs1 {
        display: none;
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu-fixed-top .menu .code .xhs2 {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu-fixed-top .menu .code .wx1 {
        display: none;
    }

    .menu-fixed-top .menu .code .wx2 {
        display: block;
    }



.menu-fixed-on {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.nav .navsub {
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: absolute;
    /* width: 120px; */
    width: 220px;
    height: auto;
    background: #fff;
    z-index: 999;
    overflow: hidden;
    clear: both;
    margin-left: 10px;
}

    .nav .navsub li {
        float: left;
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        padding-left: 16px;
    }

        .nav .navsub li a {
            color: #000 !important;
            font-size: 14px;
            font-weight: 100;
            font-weight: normal !important;
        }

        .nav .navsub li:hover {
            background-color: #005b7f;
            color: #ffffff;
        }

            .nav .navsub li:hover a {
                color: #ffffff !important;
                font-weight: normal !important;
            }


/* 幻灯片*/
.layout {
    width: 100%;
}

.line {
    margin: 0;
    padding: 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        margin: 0px;
        padding: 0px;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides a {
        width: 100%;
    }

        .flexslider .slides a img {
            width: 100%;
            display: block;
        }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .flex-control-nav li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }

    .flex-control-nav a {
        display: inline-block;
        cursor: pointer;
        width: 13px;
        height: 13px;
        float: left;
        text-indent: -2000px;
        background: #FFF;
        border-radius: 9px;
        font-size: 0px;
        border: #ffffff 3px solid;
    }

    .flex-control-nav .flex-active {
        background: transparent;
    }

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
}

    .flex-direction-nav li a {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        text-indent: -999em;
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }

        .flex-direction-nav li a.flex-prev {
            left: 25px;
            background: url("../images/slider-arrow.png") no-repeat -190px 50%;
            opacity: 0.75;
        }

        .flex-direction-nav li a.flex-next {
            right: 25px;
            background: url("../images/slider-arrow.png") no-repeat -66px 50%;
            opacity: 0.75;
        }

            .flex-direction-nav li a.flex-next:hover {
                background: url("../images/slider-arrow.png") no-repeat -6px 50%;
                opacity: 1;
            }

        .flex-direction-nav li a.flex-prev:hover {
            background: url("../images/slider-arrow.png") no-repeat -130px 50%;
            opacity: 1;
        }

.floor1 {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: 35px;
}

    .floor1 .lf {
        width: 37%;
        float: left;
    }

        .floor1 .lf h1 {
            padding-top: 60px;
        }

            .floor1 .lf h1 img {
                max-width: 25px;
                margin-left: 10px;
            }

        .floor1 .lf p {
            font-size: 16px;
            padding-top: 30px;
            line-height: 34px;
            font-weight: 500;
        }

    .floor1 .rigt {
        width: 56%;
        float: right;
        text-align: center;
        overflow: hidden;
    }

        .floor1 .rigt img {
            width: 100%;
            max-width: 770px;
        }

        .floor1 .rigt img {
            transition: all .3s;
        }

            .floor1 .rigt img:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }


.floor2 {
    background-color: #dbdbdb;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 70px;
}

    .floor2 h1 {
        text-align: left;
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 1%;
    }

    .floor2 img {
        width: 80%;
    }

.floor3 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

    .floor3 h2 {
        font-weight: 500;
    }

.floor4 {
}

    .floor4 .lf {
        float: left;
        width: 36%;
        margin-left: 3%;
        padding-top: 20px;
        text-align: center;
        overflow: hidden;
    }

        .floor4 .lf img {
            width: 100%;
        }

        .floor4 .lf img {
            transition: all .3s;
        }

            .floor4 .lf img:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }

        .floor4 .lf h1 {
            padding-top: 50px;
            padding-bottom: 30px;
        }

        .floor4 .lf h2 {
            font-weight: 500;
            border: #000 1px solid;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .floor4 .lf h2 a {
                color: #000;
            }

            .floor4 .lf h2:hover {
                background: #623d29;
                border: 1px solid #623d29;
            }

                .floor4 .lf h2:hover a {
                    color: #fff;
                }


    .floor4 .rigt {
        float: right;
        width: 56%;
        overflow: hidden;
    }

        .floor4 .rigt img {
            width: 100%;
        }

        .floor4 .rigt img {
            transition: all .3s;
        }

            .floor4 .rigt img:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }


.floor5 {
    text-align: center;
    padding-top: 40px;
}

    .floor5 img {
        max-width: 1900px;
        width: 100%;
    }


.brand1 {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 35px;
}

    .brand1 img {
        max-width: 330px;
        width: 38%;
    }

    .brand1 p {
        line-height: 30px;
        color: #a27a40;
        text-align: left;
        text-indent: 40px;
        font-size: 16px;
    }


.brand2 {
    padding-bottom: 20px;
    margin-top: 35px;
}

    .brand2 .lef {
        width: 45%;
        float: left;
        overflow: hidden;
    }

        .brand2 .lef img {
            width: 100%;
            max-width: 630px;
        }

        .brand2 .lef img {
            transition: all .3s;
        }

        .brand2 .lef:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

    .brand2 .right {
        width: 53%;
        float: right;
        font-size: 16px;
        line-height: 30px;
        color: #000;
        line-height: 30px;
        padding-top: 30px;
        color: #000000;
    }

.brand3 {
    padding-bottom: 20px;
    margin-top: 35px;
}

    .brand3 ul li {
        width: 30%;
        margin-left: 5%;
        float: left;
    }

        .brand3 ul li img {
            width: 100%;
            max-width: 399px;
        }

        .brand3 ul li:first-child {
            margin-left: 0px;
        }

        .brand3 ul li:last-child {
            float: right;
        }


.brand4 {
    padding-bottom: 20px;
    margin-top: 35px;
}

    .brand4 .lef {
        width: 35%;
        float: left;
        padding-top: 7%;
    }

        .brand4 .lef h2 {
            color: #683e01;
            padding-left: 12%;
        }

        .brand4 .lef h4 {
            color: #000000;
            padding-left: 12%;
            line-height: 50px;
        }

        .brand4 .lef h5 {
            color: #000000;
            padding-left: 12%;
            line-height: 40px;
        }

    .brand4 .right {
        width: 60%;
        float: right;
        font-size: 16px;
        overflow: hidden;
        line-height: 30px;
        color: #000;
        line-height: 30px;
        padding-top: 30px;
        color: #000000;
    }

        .brand4 .right img {
            width: 100%;
            max-width: 800px;
        }

        .brand4 .right img {
            transition: all .3s;
        }

        .brand4 .right:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

.brand5 {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
}

    .brand5 h3 {
        color: #7f5d38;
    }

    .brand5 p {
        font-size: 16px;
        padding-top: 5px;
    }

.brand6 {
    padding-bottom: 30px;
    padding-top: 20px;
}

    .brand6 ul {
        margin-left: auto;
        margin-right: auto;
    }

        .brand6 ul li {
            float: left;
            width: 8%;
            writing-mode: tb-rl;
            text-align: left;
            line-height: 30px;
            font-size: 17px;
            color: #9c7133;
            padding-left: 10px;
            padding-right: 10px;
            border-top: #834e00 6px solid;
            padding-top: 10px;
            margin-left: 6%;
            margin-right: 6%;
        }



.brand7 {
    padding-top: 20px;
    text-align: center;
}

    .brand7 img {
        width: 80%;
        max-width: 1300px;
    }



.product1 {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: 35px;
    background: url(../Img/pro2.png) no-repeat 40% top;
    background-size: 10%;
}

    .product1 .lf {
        width: 32%;
        float: left;
        margin-left: 5%;
        padding-bottom: 120px;
        background: url(../Img/pro3.png) no-repeat center bottom;
        background-size: 40%;
    }

        .product1 .lf h2 {
            padding-top: 30px;
            color: #7f5d38;
        }

            .product1 .lf h2 img {
                max-width: 25px;
                margin-left: 10px;
            }

        .product1 .lf p {
            font-size: 16px;
            padding-top: 20px;
            line-height: 34px;
            font-weight: 500;
        }

    .product1 .rigt {
        width: 52%;
        float: right;
        text-align: center;
        overflow: hidden;
    }

        .product1 .rigt img {
            width: 100%;
            max-width: 770%;
        }

        .product1 .rigt img {
            transition: all .3s;
        }

        .product1 .rigt:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }


.product2bg {
    position: relative;
    text-align: center;
    margin-top: 50px;
    padding-top: 60px;
}

    .product2bg .bg {
        width: 100%;
        max-width: 1900px;
    }

.product2 {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: 35px;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
}

    .product2 h2 {
        padding-top: 30px;
        color: #374924;
        text-align: center;
    }

        .product2 h2 img {
            max-width: 15px;
            margin-left: 10px;
        }

    .product2 ul li {
        float: left;
        width: 19%;
        text-align: center;
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 80px;
        margin-bottom: 20px;
    }

        .product2 ul li img {
            max-width: 90%;
        }




.factory1 {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

    .factory1 h2 {
    }

    .factory1 p {
        font-size: 16px;
        padding-top: 5px;
    }

.factory2 {
    padding-top: 0px;
    padding-bottom: 50px;
}

    .factory2 ul li {
        overflow: hidden;
        float: left;
        width: 30%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 1.4%;
        margin-right: 1.5%;
    }

        .factory2 ul li .img1 {
            width: 100%;
            transition: all .3s;
        }

            .factory2 ul li .img1:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }


        .factory2 ul li h4 {
            font-style: italic;
            padding-left: 3px;
            padding-top: 10px;
            padding-bottom: 5px;
        }

        .factory2 ul li h5 {
            font-weight: 500;
            font-style: italic;
            padding-left: 3px;
            color: #919193;
            margin-top: 3px;
            margin-bottom: 6px;
        }

            .factory2 ul li h5 img {
                width: 4%;
                float: left;
                margin-right: 4px;
            }


.news1 {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
}

    .news1 h3 {
        width: auto;
        margin-left: 1.5%;
        border-bottom: #000 2px solid;
        display: inline-block;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 3px;
    }

.news2 {
    padding-bottom: 50px;
    margin-top: 15px;
}

    .news2 ul li {
        float: left;
        width: 30%;
        margin-left: 1.4%;
        margin-right: 1.5%;
        overflow: hidden;
    }

        .news2 ul li .img1 {
            width: 100%;
            transition: all .3s;
        }

            .news2 ul li .img1:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }

        .news2 ul li div {
            height: 140px;
        }

        .news2 ul li h4 {
            font-style: italic;
            padding-left: 3px;
            padding-top: 10px;
            padding-bottom: 5px;
            font-size: 15px;
        }

        .news2 ul li h5 {
            font-weight: 500;
            font-style: italic;
            padding-left: 3px;
            color: #919193;
            margin-top: 3px;
            margin-bottom: 6px;
        }



.floornew .d1 {
    width: 96%;
    margin-left: 2%;
    padding-top: 15px;
    border-bottom: 1px dashed #000000;
    margin-bottom: 15px;
    margin-top: 20px;
}

    .floornew .d1 p {
        text-align: right;
        font-size: 16px;
    }

.floornew .d2 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #494949;
}

    .floornew .d2 img {
        max-width: 100%;
        border: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }




.join1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

    .join1 h3 {
        z-index: 10;
        width: auto;
        display: inline-block;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 15px;
        background-color: #ffffff;
        position: relative;
    }

        .join1 h3 img {
            margin-right: 7px;
        }

    .join1 p.p1 {
        position: absolute;
        height: 1px;
        border-top: 1.5px #ff0000 solid;
        left: 20%;
        top: 42%;
        width: 60%;
        display: inline-block;
        z-index: 2;
    }

    .join1 p.p2 {
        position: absolute;
        height: 1px;
        border-top: 1.5px #ff0000 solid;
        left: 4%;
        top: 50%;
        width: 92%;
        display: inline-block;
        z-index: 2;
    }



.join2 {
    padding-top: 5px;
    padding-bottom: 15px;
}

    .join2 .lf {
        width: 37%;
        float: left;
    }

        .join2 .lf h1 {
            padding-top: 60px;
        }

            .join2 .lf h1 img {
                max-width: 25px;
                margin-left: 10px;
            }

        .join2 .lf p {
            font-size: 16px;
            padding-top: 30px;
            line-height: 34px;
            font-weight: 500;
        }

    .join2 .rigt {
        width: 56%;
        float: right;
        text-align: center;
        overflow: hidden;
    }

        .join2 .rigt img {
            width: 100%;
            max-width: 770%;
            transition: all .3s;
        }

        .join2 .rigt:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

.join3 {
    padding-bottom: 10px;
}

    .join3 ul li {
        width: 18%;
        position: relative;
        float: left;
        margin-left: 3.4%;
        margin-right: 3.5%;
    }

        .join3 ul li span {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 61px;
            height: 49px;
            line-height: 58px;
            background: url(../Img/join3.png) no-repeat center center;
            background-size: 100% 100%;
            text-align: center;
            vertical-align: middle;
            color: #ffffff;
            font-size: 22px;
            font-weight: 550;
            font-style: italic;
        }

        .join3 ul li h3 {
            background-color: #ff0000;
            color: #ffffff;
            margin-top: 11px;
            width: 90%;
            margin-left: 9%;
            float: left;
            height: 36px;
            line-height: 40px;
            padding-left: 21%;
        }

        .join3 ul li p.p1 {
            float: left;
            padding-left: 5%;
            padding-right: 1%;
            line-height: 26px;
            margin-top: 10px;
            width: 100%;
        }


.join4 {
    padding-bottom: 5px;
    padding-top: 5px;
}

    .join4 ul li {
        width: 30%;
        overflow: hidden;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
        border: #d2d2d2 2px solid;
        margin-bottom: 30px;
    }

        .join4 ul li img {
            width: 100%;
            transition: all .3s;
        }

            .join4 ul li img:hover {
                -webkit-transform: scale(1.1);
                transform: scale(1.1)
            }


        .join4 ul li h3 {
            width: 100%;
            height: 40px;
            line-height: 44px;
            background-color: #ff0000;
            color: #ffffff;
            text-align: center;
        }

        .join4 ul li:nth-child(1) {
            float: left;
            margin-left: 3%;
            margin-right: 0%;
        }

        .join4 ul li:nth-child(3n+1) {
            float: left;
            margin-left: 3%;
            margin-right: 0%;
        }

        .join4 ul li:nth-child(3n) {
            float: right;
            margin-right: 3%;
            margin-left: 0%;
        }


.join5 {
    margin-bottom: 10px;
    background-color: #ff0000;
}

    .join5 img {
        width: 35%;
        float: left;
        margin-right: 2%;
    }

    .join5 p {
        display: inline-block;
        width: 60%;
        color: #ffffff;
        padding-top: 26px;
        line-height: 30px;
    }

.bottbg {
    background-color: #01000d;
}

.bott {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .bott .msg {
        width: 25%;
        float: left;
    }

        .bott .msg img {
            width: 70%;
        }

        .bott .msg .msgmain {
            background-color: #aeafb2;
            border: #315f85 2px solid;
            margin-top: 20px;
            margin-bottom: 20px;
            padding-top: 8px;
            padding-bottom: 15px;
        }

            .bott .msg .msgmain ul li {
                width: 84%;
                float: left;
                margin-left: 8%;
                font-size: 18px;
                margin-bottom: 3px;
            }

                .bott .msg .msgmain ul li button {
                    margin-left: auto;
                    margin-right: auto;
                    line-height: 28px;
                    padding-top: 0px;
                    margin-top: 0px;
                    padding-bottom: 0px;
                    height: 26px;
                    color: #FFF;
                    width: 80%;
                }


                    .bott .msg .msgmain ul li button.normal {
                        background-color: #008CBA;
                        color: #ffffff;
                    }

                    .bott .msg .msgmain ul li button.active {
                        background: linear-gradient(to top, #dadada,#dadada);
                        color: transparent;
                        color: #c0c0c0;
                    }



    .bott .cont {
        width: 30%;
        margin-left: 7%;
        float: left;
        padding-top: 70px;
    }

        .bott .cont ul li {
            width: 100%;
            float: left;
            font-size: 17px;
            margin-bottom: 3px;
            color: #FFF;
            line-height: 44px;
        }

            .bott .cont ul li:last-child img {
                margin-top: 30px;
                padding: 5px;
                background-color: #ffffff;
            }

                .bott .cont ul li:last-child img:last-child {
                    padding: 0px;
                    width:115px;
                }

                .bott .cont ul li:last-child img:nth-child(1) {
                    margin-right: 10%;
                }

    .bott .map {
        width: 30%;
        float: right;
        padding-top: 100px;
    }

        .bott .map img {
            width: 100%;
        }

    .bott .pb {
        text-align: center;
        font-size: 16px;
        color: #fefefe;
    }

        .bott .pb a {
            color: #fefefe;
        }


/* 大屏幕 ：大于等于1200px*/
@media (min-width:1900px) {

    .line {
        width: 1900px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1800px) {
    .menuPostion {
        position: absolute;
        top: -40px;
        left: 27%;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .menuPostion {
        position: absolute;
        top: -40px;
        left: 22%;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .menuPostion {
        position: absolute;
        top: -40px;
        left: 17%;
    }
}

/*默认*/
@media (min-width: 980px) and (max-width: 1200px) {
    .menuPostion {
        position: absolute;
        top: -40px;
        left: 0%;
    }
}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
    .menuPostion {
        position: absolute;
        top: -40px;
        left: 0%;
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    .menuPostion {
        position: absolute;
        top: -40px;
        left: 0%;
    }
}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    .menuPostion {
        position: absolute;
        top: -40px;
        left: 0%;
    }
}
