@charset "UTF-8";
* {
    font-family: "Arial", "微软雅黑";
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    *zoom: 1;
    font-style: normal;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 16px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td {
    padding: 5px 10px;
    border: 1px solid #eee;
    vertical-align: middle
}

fieldset,
img {
    border: 0;
}

caption,
th {
    text-align: left;
}

button {
    cursor: pointer;
}

img {
    object-fit: cover;
    max-width: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
}

input,
select,
button {
    outline: none;
    border: none;
    background: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
    color: #999 !important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999 !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999 !important
}

input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
    color: #999 !important
}

html {
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.qc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.none {
    display: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}


/**************************************************通用样式结束*******************************************************/

@media screen and (max-width:1024px) {
    html {
        overflow-x: hidden;
    }
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        transition: 0.4s;
        -o-transition: 0.4s;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        position: relative;
        left: 0px;
    }
    .wap_head {
        background: #f7f7f7;
        display: block;
        height: 50px;
        width: 100%;
        line-height: 50px;
        position: fixed;
        right: 0px;
        top: 0px;
        z-index: 99999999999;
    }
    .wap_head .menu {
        border-left: 1px solid #ddd;
        font-size: 30px;
        color: #333;
        position: fixed;
        right: 0%;
        line-height: 50px;
        height: 50px;
        width: 50px;
        text-align: center;
        z-index: 99999999999;
        top: 0px;
    }
    .wap_head .return {
        line-height: 50px;
        height: 50px;
        position: fixed;
        left: 0%;
        width: 50px;
        text-align: center;
        padding: 10px;
        display: none;
    }
    .wap_head .wap_logo {
        display: block;
        margin: 10px auto 0 20px;
        display: inline-block;
        text-align: center;
    }
    .wap_head img {
        margin-top: 2px;
        height: 28px;
    }
    .wap_head i {
        color: #333;
    }
    .wap_head .icon img {
        height: 100%;
    }
    .wap_nav select {
        width: 94%;
        margin: 10px auto;
        display: block;
        padding: 5px 0;
        font-size: 12px;
        color: #999;
        display: none;
    }
    .wap_nav {
        display: block;
        width: 100vw;
        position: fixed;
        left: 100vw;
        top: 50px;
        background: #f9f9f9;
        transition: 0.4s;
        height: 100%;
        z-index: 99999999999;
        overflow-y: auto;
    }
    .wap_nav>ul {
        width: 100%;
        border-top: 1px solid #eee;
    }
    .wap_nav>ul>li {
        font-size: 14px;
        color: #333;
    }
    .wap_nav>ul>li>a {
        text-transform: uppercase;
        line-height: 45px;
        color: #333;
        height: 45px;
        width: 86%;
        display: inline-block;
        font-size: 16px;
    }
    .wap_nav>ul>li i {
        width: 14%;
        font-size: 12px;
        display: inline-block;
        float: right;
        color: #333;
        text-align: center;
        line-height: 43px;
        height: 40px;
    }
    .wap_nav>ul>li {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
        margin: 0 20px;
    }
    .wap_nav>ul>li>ul>li>a {
        text-indent: 40px;
        display: inline-block;
        width: 80%;
        line-height: 36px;
        font-size: 14px;
        text-transform: capitalize;
    }
    .wap_nav>ul>li>ul {
        background: #f5f5f5;
        display: none;
        float: left;
        width: 100%;
    }
    .wap_nav>ul>li>ul>li {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
        margin: 0 20px;
        line-height: 33px;
    }
    .wap_nav>ul>li>ul>li a {
        text-indent: 40px;
        display: inline-block;
        width: 80%;
        line-height: 36px;
        font-size: 14px;
        text-transform: capitalize;
    }
    .wap_nav .sousuonr {
        width: 100%;
        background: #eee;
        overflow: hidden;
    }
    .wap_nav .sousuonr input {
        width: 80%;
        float: left;
        height: 34px;
        line-height: 34px;
        text-indent: 10px;
        font-size: 14px;
    }
    .wap_nav .sousuonr button {
        background: #fff;
        width: 9%;
        /* line-height: 34px; */
        height: 34px;
        float: right;
    }
    .wap_nav .sousuonr button i {
        width: 79%;
        height: 88%;
        font-size: 20px;
        position: relative;
        /* top: 2px; */
        display: inline-block;
    }
    .wap_nav .sousuonr button i>img {
        width: 100%;
        height: auto;
    }
    .wap_nav .sousuonr form {
        height: 34px;
        margin: 10px;
        background: #fff;
    }
    .wap_nav>ul>li>ul>li>i {
        line-height: 32px;
        height: 32px;
    }
    .wap_nav>ul>li>ul>li>ul {
        width: 100%;
        display: none;
        padding: 0 0 10px 0px;
    }
    .wap_nav>ul>li>ul>li>ul>li>a {
        text-indent: 40px;
        display: inline-block;
        width: 80%;
        line-height: 36px;
        font-size: 12px;
        text-transform: capitalize;
    }
    .wap_nav>ul>li>ul>li>ul>li>i {
        line-height: 32px;
        height: 32px;
    }
    .wap_nav .sousuonr {
        animation-delay: 0s;
    }
    .wap_nav select {
        animation-delay: 0.04s;
    }
    .wap_nav>ul>li.i1 {
        animation-delay: 0.08s;
    }
    .wap_nav>ul>li.i2 {
        animation-delay: 0.12s;
    }
    .wap_nav>ul>li.i3 {
        animation-delay: 0.16s;
    }
    .wap_nav>ul>li.i4 {
        animation-delay: 0.2s;
    }
    .wap_nav>ul>li.i5 {
        animation-delay: 0.24s;
    }
    .wap_nav>ul>li.i6 {
        animation-delay: 0.28s;
    }
    .wap_nav>ul>li.i7 {
        animation-delay: 0.32s;
    }
    body.wapnav {
        left: -100vw;
    }
    body.wapnav .wap_nav {
        left: 0px;
    }
    /*wap_navs_tyle_end*/
    .news_left ul {
        width: 100%
    }
    .news_left ul li {
        width: 100%;
        border: none;
        border-bottom: 1px dashed #a6a6a6;
    }
}
@media (max-width:750px){
    /* 客服悬窗 */
    .floatOnline{position: fixed;right: 20px;bottom: 20px;z-index: 1000;}
    .floatOnline .qq-img img{width: 70px!important;}
    }