.bgbody {
    background: #999999;
}

.contianer {
    width: 84%;
    margin: 0 auto;
}

.contianer2 {
    width: 84%;
    margin: 0 auto;
}

.contianer_ceng {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 970;
}

    .contianer_ceng.active {
        display: block;
    }

.header_top {
    z-index: 973;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    background: rgba(55,58,67,0);
    transition: all 0.6s cubic-bezier(.175,.885,.32,1.275) 0s;
}

    .header_top.active {
        background: rgba(255,255,255,1);
        box-shadow: 0 0 15px #999999;
        -webkit-box-shadow: 0 0 15px #999999;
    }

.header_top_cont {
    margin-top: 40px;
}

    .header_top_cont .header_top_li.w1 {
        float: left;
        width: 30%;
    }

    .header_top_cont .header_top_li.w2 {
        width: 180px;
        margin: auto;
        position: absolute;
        left: 50%;
        margin-left: -90px;
    }

    .header_top_cont .header_top_li.w3 {
        float: right;
        width: 50%;
    }

    .header_top_cont .w2 a {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 0 auto;
        width: 180px;
        height: 74px;
        transition: all 0.5s cubic-bezier(.175,.885,.32,1.275) 0s;
    }

        .header_top_cont .w2 a img {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            display: block;
            margin: 0 auto;
            transition: all 0.8s cubic-bezier(.175,.885,.32,1.275) 0s;
            filter: alpha(opacity:100);
            opacity: 1;
            -moz-opacity: 1;
            -khtml-opacity: 1;
        }

    .header_top_cont .w2.active a img {
        filter: alpha(opacity:0);
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
    }

    .header_top_cont .w2 a em {
        z-index: 1;
        display: block;
        pointer-events: none;
        position: absolute;
        left: -30px;
        top: -50px;
        transform: rotate(-25deg);
        height: 300px;
        width: 40px;
        background: #fff;
        opacity: .8;
        transition: all 0.7s cubic-bezier(.175,.885,.32,1.275) 0s;
    }

        .header_top_cont .w2 a em.active {
            left: 240px;
        }



    .header_top_cont .w2 i {
        z-index: 2;
        position: absolute;
        display: none;
        background: #ffffff;
        filter: alpha(opacity:100);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all .3s cubic-bezier(.175,.885,.32,1.275) 0s;
        width: 180px;
    }

        .header_top_cont .w2 i.move_r {
            left: 0px;
            top: 0;
            width: 43px;
            height: 51px;
        }

        .header_top_cont .w2 i.move_rui {
            left: 52px;
            top: 0;
            width: 42px;
            height: 36px;
        }

        .header_top_cont .w2 i.move_chuang {
            left: 94px;
            top: 0;
            width: 45px;
            height: 36px;
        }

        .header_top_cont .w2 i.move_she {
            left: 139px;
            top: 0;
            width: 42px;
            height: 36px;
        }

        .header_top_cont .w2 i.move_txt {
            left: 0px;
            bottom: 2px;
            width: 180px;
            height: 20px;
        }
        .header_top_cont .w2 i.move_txt1 {
            left: 53px;
            bottom: 22px;
            width: 136px;
            height: 13px;
        }


        .header_top_cont .w2 i.active.move_r {
            transition-delay: .1s;
            filter: alpha(opacity:0);
            opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
        }

        .header_top_cont .w2 i.active.move_rui {
            transition-delay: .2s;
            filter: alpha(opacity:0);
            opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
        }

        .header_top_cont .w2 i.active.move_chuang {
            transition-delay: .25s;
            filter: alpha(opacity:0);
            opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
        }

        .header_top_cont .w2 i.active.move_she {
            transition-delay: .3s;
            filter: alpha(opacity:0);
            opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
        }

        .header_top_cont .w2 i.active.move_txt {
            transition-delay: .4s;
            filter: alpha(opacity:0);
            opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
        }
        .header_top_cont .w2 i.active.move_txt1 {
            transition-delay: .35s;
            filter: alpha(opacity:0);
            opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
        }

    .header_top_cont .w3 ul {
        text-align: right;
    }

    .header_top_cont .w3 li {
        display: inline-block;
        margin: 0 0 0 20px;
        line-height: 40px;
    }

        .header_top_cont .w3 li a {
            color: #ffffff;
            font-size: 12px;
            transition: all 1.3s cubic-bezier(.175,.885,.32,1.275) 0s;
        }

        .header_top_cont .w3 li span {
            color: #ffffff;
            margin: 0 5px;
            transition: all 1.3s cubic-bezier(.175,.885,.32,1.275) 0s;
        }

    .header_top_cont .w3.active li a {
        color: #333333;
    }

    .header_top_cont .w3.active li span {
        color: #333333;
    }


    .header_top_cont .w3 li.active a {
        color: #333333;
    }

    .header_top_cont .w3 li.active span {
        color: #333333;
    }

    .header_top_cont .menu {
        margin-top: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

        .header_top_cont .menu span {
            position: relative;
            left: 0;
            display: block;
            float: right;
            width: 100%;
            height: 4px;
            background: #ffffff;
            transition: all 0.6s cubic-bezier(.175,.885,.32,1.275) 0s;
        }

            .header_top_cont .menu span + span {
                margin-top: 6px;
            }

            .header_top_cont .menu span:nth-child(1) {
                width: 40px;
            }

            .header_top_cont .menu span:nth-child(2) {
                width: 26px;
            }

            .header_top_cont .menu span:nth-child(3) {
                width: 18px;
            }

            .header_top_cont .menu span.active {
                background: #f14b4b;
            }
        /*active*/
        .header_top_cont .menu.active span {
            background: #f14b4b;
        }

            .header_top_cont .menu.active span:nth-child(1) {
                width: 40px;
            }

            .header_top_cont .menu.active span:nth-child(2) {
                width: 40px;
            }

            .header_top_cont .menu.active span:nth-child(3) {
                width: 40px;
            }


        .header_top_cont .menu:hover span:nth-child(1) {
            width: 40px;
            left: 5px;
        }

        .header_top_cont .menu:hover span:nth-child(2) {
            width: 40px;
        }

        .header_top_cont .menu:hover span:nth-child(3) {
            width: 40px;
            left: 5px;
        }


.header_wrap {
    z-index: 972;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.header_cont {
    z-index: 972;
    height: 144%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    transform: scaleY(0);
    transform-origin: top center;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0,100% 0,100% 80%,0 40%);
    clip-path: polygon(0 0,100% 0,100% 80%,0 40%);
    transition: transform 1.3s cubic-bezier(.175,.885,.32,1.275) 0s;
}

    .header_cont.active {
        -webkit-clip-path: polygon(0 0,100% 0,100% 70%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 70%,0 100%);
        transform: scaleY(1);
    }

.header_cont_nav ul {
    display: none;
    text-align: center;
    margin-top: 230px;
}

    .header_cont_nav ul.active {
        display: block;
    }

.header_cont_nav li {
    display: inline-block;
    margin: 0 30px;
}

    .header_cont_nav li a {
        position: relative;
        display: inline-block;
        height: 30px;
        transition: all 0.8s cubic-bezier(.175,.885,.32,1.275) 0s;
    }
    .header_cont_nav li a span{
        
    }
        .header_cont_nav li a p {
            margin-top: 20px;
            text-align: center;
            color: #333333;
            font-size: 10px;
        }

        .header_cont_nav li a:hover {
            color: #ea6161;
        }

.header_top_li > ul > li > a :nth-child(1) {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    overflow: hidden;
}

.header_top_li > ul > li > a > img {
    max-width: 38px;
    max-height: 38px;
    border-radius: 50px;
}

.headerBg div .active .header_top_cont .phone_menu {
    background-image: url(../Images/menu2.png);
}
/* 手机端导航 */
.phone_menu_box > .active {
    width: 25px;
    height: 20px;
    background-image: url(../Images/menu4.png);
    background-size: 100% 100%;
    top: 13px;
}

.phone_menu {
    position: fixed;
    width: 25px;
    height: 20px;
    background-image: url(../Images/menu3.png);
    cursor: pointer;
    z-index: 100;
    top: 13px;
    left: 17px;
    z-index: 9999;
    background-size: 100% 100%;
}

.phone_personal {
    position: relative;
    display: block;
    float: right;
    width: 32px;
    height: 33px;
}

    .phone_personal > img {
        position: absolute;
        max-width: 32px;
        max-height: 33px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50px;
    }

@media (min-width:768px) and (max-width:1200px ) {
    .header_top_cont .header_top_li.w2 {
        width: 180px;
        margin: auto;
        position: absolute;
        left: 50%;
        margin-left: -90px;
    }

    .header_top_cont .header_top_li.w3 {
        float: right;
        width: 70%;
    }
    .header_top_cont .w3 li{
        margin: 0 0 0 10px;
    }
    .header_top_cont .w3 li:nth-child(2){
        display: none;
    }
}

@media (min-width:768px) and (max-width:992px ) {
    .header_top_cont .header_top_li.w2 {
        float: left;
        width: 28%;
    }

    .header_top_cont .header_top_li.w3 {
        float: right;
        width: 42%;
    }
}

@media only screen and (max-width: 770px) {
    .header_top_cont {
        position: relative;
        margin-top: 8px;
    }

        .header_top_cont .header_top_li.w2 {
            position: absolute;
            width: 100%;
            clear: both;
            top: -7px;
            left: auto;
            margin-left: 0;
        }

        .header_top_cont .w2 a {
            position: absolute;
            position: relative;
            width: 40%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            margin: 0 auto;
            height: 49px;
            transition: all 0.5s cubic-bezier(.175,.885,.32,1.275) 0s;
        }

            .header_top_cont .w2 a img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                display: block;
                margin: 0 auto;
                transition: all 0.8s cubic-bezier(.175,.885,.32,1.275) 0s;
                filter: alpha(opacity:100);
                opacity: 1;
                -moz-opacity: 1;
                -khtml-opacity: 1;
                width: 80%;
                margin-top: 3px;
            }

    .header_top {
        z-index: 973;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        background: rgba(55,58,67,0);
        transition: all 0.6s cubic-bezier(.175,.885,.32,1.275) 0s;
    }
}
