@charset "UTF-8";* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

html,body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img,input {
    border: 0;
    outline: none
}

.icon img {
    transition: all 0.3s
}

.icon:hover img {
    animation: icon-yh 0.6s linear
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(10deg)
    }

    20% {
        transform: rotateZ(0)
    }

    30% {
        transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(0)
    }

    50% {
        transform: rotateZ(10deg)
    }

    60% {
        transform: rotateZ(0)
    }

    70% {
        transform: rotateZ(-10deg)
    }

    80% {
        transform: rotateZ(0)
    }

    90% {
        transform: rotateZ(10deg)
    }

    100% {
        transform: rotateZ(0)
    }
}

.wap {
    display: none
}

.top>img.wap {
    display: none
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.px1503 {
    max-width: 1400px;
    margin: 0 auto
}

.b-top-c {
    line-height: 30px;
    float: right
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8)
}

.b-top-r {
    float: right;
    overflow: hidden
}

.b-top-r>ul {
    overflow: hidden;
    text-align: right
}

.b-top-r>ul>li a {
    font-size: 14px;
    display: block;
    line-height: 14px;
    margin-top: 10px;
    color: #333;
    border-left: 1px solid #fff
}

.b-top-r>ul>li a img {
    vertical-align: middle;
    margin-top: -2px
}

.b-top-r>ul>li:first-child a {
    border: none
}

.b-top-r>ul>li a:hover {
    color: #992833
}

.b-t-search {
    float: left
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999
}

.top>img {
    display: block;
    width: 100%
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0
}

.wap-menu img {
    height: 25px
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0
}
