header {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

header .main {
    border-bottom: 1px solid #E2E2E2;
    height: 50px;
}

.navul {
    padding-right: 500px;
}

.navul li {
    padding: 0 10px;
    line-height: 50px;
    width: 20%;
    float: left;
    text-align: center;

}

.navul li span {
    color: #8d8d8d;
    font-size: 16px;
}

.navul .hover {
    background: url(../img/9h2x.png) no-repeat;
    background-position: center 2px;
    color: #000000;
}

.navul .hover span {
    color: #000000;
}

.inpbox {
    width: 237px;
    height: 26px;
    float: right;
    position: relative;
    top: 11px;
    border: 2px solid #434343;
    box-sizing: content-box;

}

.inpbox input {
    border: none;
    height: 24px;
    line-height: 24px;
    outline: none;
    width: 187px;
    padding-left: 10px;

}

.inpbox button {
    background-color: #434343;
    width: 50px;
    line-height: 28px;
    color: white;
    font-size: 14px;
    height: 28px;
    float: right;
    border: 0;
}

@media (min-width: 750px) {
    .navul li:hover {
        background: url(../img/9h2x.png) no-repeat;
        background-position: center 2px;
        color: #000000;
    }

    .navul li:hover span {
        color: #000000;
    }
}


footer {
	padding-top: 10px;
    width: 100%;
    height: 60px;
    background-color: #333333;
    position: relative;
    overflow: hidden;
    text-align: center;
}

footer span {
    /* line-height: 26px; */
    font-size: 12px;
    color: white;
    background-color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    transform: translateX(-50%);
    border-radius: 10px;
    padding: 3px 10px;

}

footer p {
    font-size: 12px;
    color: white;
    line-height: 20px;
    text-align: center;
}
footer p img{
	margin-left: 10px;
	margin-top: -5px;
	width: 18px;
	height: 18px;
}

.mhed {
    display: none;
}

@media (max-width: 750px) {
    header {
        display: none;
    }
	footer p img{
		display: none;
	}

    .mhed {
        display: block;
        width: 100%;
       
    }
    footer span{
        display: none;
    }

    .mhed .make {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: rgba(51, 51, 51, 0.5);
        z-index: 99;
        display: none;
    }

    .make ul {
        width:  calc(100% - 0.6rem);
        background-color: #434343;
        position: absolute;
        right: 0.3rem;
        top: 55px;
    }

    .make li {
        font-size: 0.28rem;
        padding: 0 0.3rem;
        line-height: 0.7rem;
        border-top: 1px solid white;
    }
    .make li:nth-child(1){
        border: none;
    }
    .make a {
        color: white;
    }
    /* 菜单 */

    /* 菜单 */
    .btn_wrapper {

        position: absolute;

        top: 15px;

        right: 0.3rem;

        z-index: 9999900;
        font-size: 0;
    }



    .menu_btn {
        background-color: #434343;
        width: 40px;

        height: 40px;

        overflow: visible;

        cursor: pointer;

        -webkit-transition: all 400ms ease-out 0ms;

        -moz-transition: all 400ms ease-out 0ms;

        -o-transition: all 400ms ease-out 0ms;

        transition: all 400ms ease-out 0ms;

    }







    .menu_btn .line {

        position: absolute;

        background-color: white;

        overflow: hidden;

        width: 20px;

        height: 2px;

        left: 0;

        -webkit-transition: all 400ms ease-out 0ms;

        -moz-transition: all 400ms ease-out 0ms;

        -o-transition: all 400ms ease-out 0ms;

        transition: all 400ms ease-out 0ms;

    }



    .menu_btn .line:nth-child(1) {

        bottom: 27px;

        left: 10px;

        animation-delay: 0.33s;

    }



    .menu_btn .line:nth-child(2) {

        bottom: 20px;

        left: 10px;

        animation-delay: 0s;

    }



    .menu_btn .line:nth-child(3) {

        bottom: 13px;

        left: 10px;

        animation-delay: 0.66s;

    }



    .sp_menu_anim {

        transition: all 200ms;

        animation: equalizer 5000ms infinite;

    }





    @keyframes equalizer {

        0% {

            width: 40%;

        }



        10% {

            width: 30%;

        }



        20% {

            width: 50%;

        }



        30% {

            width: 20%;

        }



        40% {

            width: 30%;

        }



        50% {

            width: 40%;

        }



        60% {

            width: 30%;

        }



        70% {

            width: 20%;

        }



        80% {

            width: 50%;

        }



        90% {

            width: 20%;

        }



        100% {

            width: 40%;

        }

    }



    .btn_wrapper.clicked .menu_btn .line:nth-child(1) {

        -webkit-transform: translateY(7px) rotate(45deg);

        transform: translateY(7px) rotate(45deg);

        -webkit-transition: all 400ms ease-out 0ms;

        -moz-transition: all 400ms ease-out 0ms;

        -o-transition: all 400ms ease-out 0ms;

        transition: all 400ms ease-out 0ms;

        background-color: white;

        width: 20px;

    }



    .btn_wrapper.clicked .menu_btn .line:nth-child(2) {

        opacity: 0;

        -webkit-transition: all 400ms ease-out 0ms;

        -moz-transition: all 400ms ease-out 0ms;

        -o-transition: all 400ms ease-out 0ms;

        transition: all 400ms ease-out 0ms;

        background-color: white;
        width: 20px;

    }



    .btn_wrapper.clicked .menu_btn .line:nth-child(3) {

        -webkit-transform: translateY(-7px) rotate(-45deg);

        transform: translateY(-7px) rotate(-45deg);

        -webkit-transition: all 400ms ease-out 0ms;

        -moz-transition: all 400ms ease-out 0ms;

        -o-transition: all 400ms ease-out 0ms;

        transition: all 400ms ease-out 0ms;

        background-color: white;
        width: 20px;

    }

}