* {
    font-family: "Microsoft YaHei UI","PingFang SC","黑体" !important;
}

body{
	font-family: "Microsoft YaHei UI","PingFang SC","黑体";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin: 0 auto;
}

.center-text {
    text-align: center;
}

.center_vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.clear_space {
    padding: 0;
    margin: 0;
}

.clear_fix {
    zoom: 1;
}

.clear_fix:after {
    content: ' ';
    clear: both;
    height: 0;
    display: block;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.title-font-weight {
    font-weight: 600;
}

@media (min-width: 1020px) {
    .sm {
        display: none;
    }
}

@media (max-width: 1020px) {
    .md {
        display: none;
    }
}

* {
    padding: 0;
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    float: left;
    list-style: none;
}

a {
    display: block;
}

a:hover, a:visited, a:focus, a:target {
    text-decoration: none !important;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.trans-img-scale {
    overflow: hidden;
}

.trans-img-scale img {
    transition: all 0.6s;
}

.trans-img-scale img:hover {
    transform: scale(1.1);
}

.topButton {
    display: none;
}

.container-max {
    overflow: hidden;
}

@media (min-width: 1020px) {
    .container {
        width: 900px;
        margin: 0 auto;
    }

    .container-max {
        max-width: 1200px;
        margin: 0 auto;
    }

    .header {
        position: absolute;
        width: 100%;
        height: 90px;
        margin: 0 auto;
        z-index: 999;
    }

    .header .logo {
        margin-top: 10px;
    }

    .header .nav a {
        font-size: 16px;
        color: #FFFFFF;
        padding: 20px 20px;
    }

    .header .nav li {
        border-bottom: solid 4px rgba(0, 0, 0, 0);
        transition: border-bottom-color 0.6s;
    }

    .header .nav li.active,
    .header .nav li:hover {
        border-bottom: solid 4px #88f02a;
    }

    .header .search {
        margin-top: 15px;
    }

    .header .search form {
        width: 110px;
        background-image: url("../image/md/search-background.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 26px;
    }

    .header .search form input {
        float: left;
        background: none;
        border: none;
        margin-top: 3px;
    }

    .header .search form input[type=text] {
        width: 75px;
        margin-left: 10px;
    }

    .header .search form input[type=submit] {
        width: 20px;
        height: 20px;
        background-image: url("../image/md/search-button.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .header .eng {
        width: 26px;
        height: 26px;
        margin-top: 15px;
        margin-left: 20px;
    }

    .header .eng img {
        width: 100%;
        height: 100%;
    }

    .footer {
        background-color: #000;
        padding: 34px 0;
    }

    .footer .title {
        font-size: 16px;
        color: #DEDEDE;
        text-align: left;
    }

    .footer .copyright {
        font-size: 14px;
        color: #DEDEDE;
        text-align: center;
        margin-top: 100px;
    }

    .footer .quick,
    .footer .aboutus {
        margin-top: 75px;
    }

    .footer .quick a {
        color: #FFFFFF;
    }

    .footer .quick ol ul li {
        float: none;
        padding: 8px 0;
        margin-left: 0;
    }

    .footer .quick .footer-quick-title {
        font-size: 20px;
        color: #DEDEDE;
    }

    .footer ol li {
        margin-left: 110px;
    }

    .footer ol li:first-child {
        margin-left: 0;
    }

    .footer .aboutus .aboutus-title {
        font-size: 20px;
        color: #DEDEDE;
    }

    .footer .aboutus .qr {
        margin-top: 10px;
    }

    .footer .aboutus .email {
        margin-top: 20px;
    }

    .footer .aboutus .email a {
        color: #FFFFFF;
        padding: 10px 10px;
        border: solid 1px #FFFFFF;
    }

    .topButton {
        position: fixed;
        z-index: 999;
        width: 80px;
        height: 80px;
        right: 5%;
        bottom: 10%;
    }
}

@media (max-width: 1020px) {
    img {
        max-width: 100%;
    }

    .mask {
        display: none;
        position: fixed;
        background-color: rgba(0, 0, 0, .7);
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .navigation {
        position: absolute;
        width: 80%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 99;
        background-image: linear-gradient(to bottom, #3B51F7, #1D69F5);
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }

    .navigation .close {
        position: absolute;
        right: 5%;
        top: 3%;
        width: 20px;
    }

    .navigation .active {
        background-color: #2d4bd9;
    }

    .navigation .close img {
        width: 100%;
    }

    .navigation ul {
        width: 100%;
        position: absolute;
        margin-top: 60px;
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    }

    .navigation ul li {
        float: none;
        width: 100%;
        text-align: right;
        padding-right: 40px;
    }

    .navigation ul li a {
        font-size: 18px;
        color: #FFFFFF;
        padding: 15px;
    }

    .container-max {
        min-width: 320px;
        margin: 0 auto;
    }

    .container {
        min-width: 320px;
        margin: 0 auto;
    }

    .header {
        position: relative;
        height: 40px;
    }

    .header .logo {
        margin-top: 7px;
        margin-left: 10px;
    }

    .header .logo img {
        /*width: 107px;*/
        height: 29px;
    }

    .header .active {
        margin-right: 20px;
        margin-top: 10px;
    }

    .header .active ul li {
        width: 22px;
        height: 22px;
        margin-left: 15px;
    }

    .header .active ul li:nth-child(2) {
        height: 25px;
    }

    .header .active button {
        border: none;
        background: none;
    }

    .header .active button img {
        width: 100%;
    }

    .header .active {
        float: right;
    }

    .footer {
        background-color: #000;
        color: #FFFFFF;
        font-size: 10px;
    }

    .footer .copyright {
        padding: 15px;
        text-align: center;
        color: #FFFFFF;
    }

    .footer .copyright div {
        padding: 5px;
    }

    .topButton {
        position: fixed;
        z-index: 999;
        width: 46px;
        height: 46px;
        right: 5%;
        bottom: 17%;
    }
}

/*# sourceMappingURL=common.css.map */
