@media only screen and (max-width: 0px) {}

body{
	font: 15px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
}
.header {
    height: 60px;
    width: 1766px;
    max-width: 96%;
    margin: 0 auto;
}
.header-logo {
    line-height: 60px;
}
/* .header-logo img {
    max-width: 60px;
    max-height: 60px;
} */

.nav li .v1 {
    height: 60px;
}

@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1350px) {}

@media only screen and (max-width: 1199px) {
    header {
        height: 70px;

    }
    .height-height {
        height: 70px;
    }

    .header {
        height: 50px;
        line-height: 50px;
        width: 100%;
    }

    .wrap {
        width: 95%;
        margin: 0 auto;
    }

    .header-logo {
        line-height: 50px;
    }

    .header-logo img {
        max-width: 90%;
        height: auto;
    }

    .nav li {
        width: auto;
    }

    .nav li .sub {
        top: 60px;
    }

    .nav li .v1 {
        height: 50px;
        width: auto;
        display: block;
        line-height: 50px;
        font-size: 14px;
    }
    .nav li .sub a{
        font-size: 12px;
    }

    .footer {
        width: 100%;
    }

}

@media only screen and (max-width: 959px) {
    .header-logo .desc {
        display: none;
    }
    .footer {
        padding: 10px 20px;
    }
    .footer .con {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .footer .end {
        flex-direction: column;
        align-items: center;
    }

    .footer .end .icons {
        display: none;
    }
}

@media only screen and (max-width: 769px) {
	.innovate-text h1 {
	    font-size: 14px !important;
	}
	.innovate-text span {
	    display: block;
	    width: 55px !important;
	}
    .header-logo img {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .header .menuBtn {
        display: block;
    }

    .header {
        justify-content: center;
    }

    .nav {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 50;
        z-index: 99;
        background-color: #fff;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        display: none;
    }

    .nav li::after {
        bottom: 0;
    }

    .nav li {
        float: none;
        padding-top: 0;
        margin: 0;
        width: auto;
    }

    .nav li .v1 {
        float: none;
        padding-top: 0;
        margin: 0;
        width: auto;
    }

    .nav li:hover .v1 {
        background-color: #fff;
        color: #999;
    }

    .nav li.on .v1 {
        color: #0d6fb8;
        border-color: transparent
    }

    .nav li .sub {
        position: static;
        padding: 0;
        text-align: center;
        border-radius: 0;
        background-color: #f5f5f5;
    }

    .nav li .sub a {
        font-size: 11px;
        border-bottom: solid 1px #eee;
    }

    .footer .end {
        line-height: 25px;
    }

    .footer .con .footer-list {
        display: none;
    }

    .footer .end .brand {
        flex-wrap: wrap;
        align-items: center;
    }

    .footer .con {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 500px) {}

@media only screen and (max-width: 350px) {}
@media only screen and (max-width: 0px) {}