html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
menu,
hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Helvetica, Arial, "PingFang SC", "Microsoft Yahei";
    font-weight: 400;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 13px;
    line-height: 28px;
    color: #000;
}

input,
textarea,
button {
    resize: none;
    -webkit-appearance: none;
    font-family: Helvetica, Arial, "PingFang SC", "Microsoft Yahei";
}

img {
    border: none;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease-in;
}

a:hover {
    outline: none;
    color: #dfa700;
    text-decoration: none;
}

body.over {
    overflow: hidden;
}

a:focus {
    outline: none;
}

h1,
h2 {
    font-weight: 400;
}

input,
textarea,
button,
select {
    outline: none;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

.or {
    overflow: hidden;
}

.cl {
    clear: both;
}

.mainbox {
    width: 1400px;
    margin: 0 auto;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.main {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}

.mask {
    z-index: 1000;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    display: none;
}


.qqbox {
    background: url(../qqs.html) no-repeat;
    width: 110px;
    height: 130px;
    position: fixed;
    right: 10px;
    bottom: 300px;
    z-index: 1000;
    background-size: contain;
    overflow: hidden;
}

.qqbox .close {
    background: url(../png/close.png) no-repeat;
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 10px;
    height: 10px;
    z-index: 1000;
}

.qqbox a.qq {
    width: 100%;
    height: 100%;
    display: block;
}

/*Firefox下input button内文字垂直居中*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.page {
    text-align: center;
    padding: 50px 0 55px 0;
    clear: both;
}

.page a {
    line-height: 29px;
    height: 29px;
    display: inline-block;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    margin: 0 5px;
    color: #555;
    background: #f0f0f0;
}

.page a:hover {
    background: #fabe0d;
    color: #555;
}

.page span {
    background: #fabe0d;
    color: #555;
    line-height: 29px;
    border-radius: 4px;
    height: 29px;
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    margin: 0 5px;
}


.gotop {
    position: fixed;
    bottom: 290px;
    right: 10px;
    z-index: 100;
    display: none;
    width: 0px;
    height: 0;
    overflow: hidden;
}

.gotop img {
    width: 80%;
}

.pagination {
    text-align: center;
    padding: 50px 0 55px 0;
    clear: both;
}

.pagination li {
    display: inline-block;
    margin: 3px 5px;
}

.pagination li a {
    line-height: 29px;
    height: 29px;
    display: block;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    color: #555;
    background: #f0f0f0;
}

.pagination li a:hover {
    background: #fabe0d;
    color: #555;
}

.pagination li:hover a {
    color: #555;
}

.pagination li.active {
    padding: 0;
}

.pagination li.active span {
    background: #fabe0d;
    color: #555;
    line-height: 29px;
    border-radius: 4px;
    height: 29px;
    display: block;
    padding: 0 12px;
    font-size: 14px;
    margin: 0;
}

.wap_page {
    text-align: center;
    padding: 20px 0 0 0;
    clear: both;
}

.wap_page li {
    display: inline-block;
    margin: 3px 5px;
}

.wap_page li a {
    line-height: 29px;
    height: 29px;
    display: block;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    color: #555;
    background: #f0f0f0;
}

.wap_page li a:hover {
    background: #fabe0d;
    color: #555;
}

.wap_page li:hover a {
    color: #555;
}

.wap_page li.active {
    padding: 0;
}

.wap_page li.active span {
    background: #fabe0d;
    color: #555;
    line-height: 29px;
    border-radius: 4px;
    height: 29px;
    display: block;
    padding: 0 12px;
    font-size: 14px;
    margin: 0;
}


.page li a,
.page li span,
.pagination li a,
.pagination li span {
    line-height: 31px !important;
}

.loading {
    width: 100%;
    background: #dcdcdc;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transition:all 1.5s cubic-bezier(0,.36,.66,.61);*/
    transition: all 1.5s ease-out;
    height: 0;
    overflow: hidden;
}

.loading.slideOutUp {
    transform: translateY(-200%);
    opacity: 0;
}

@media screen and (max-width:1460px) {
    .mainbox {
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .main {
        padding-top: 50px;
        position: relative;
    }

    .gotop {
        width: 0px;
        height: 0;
        overflow: hidden;
    }

    .pagination li {
        margin: 3px 0;
    }

    .pagination li a,
    .pagination li.disabled.dian span {
        display: none;
    }

    .pagination li.getpage a {
        display: block;
        margin: 0 5px;
    }
}

@media screen and (max-width:470px) {
    .loading {
        height: 100%;
    }

    .qqbox {
        width: 70px;
        height: 80px;
    }

    .qqbox .close {
        display: none;
    }

    .page {
        text-align: center;
        padding: 20px 0;
    }

    .page em {
        display: none;
    }

    .gotop {
        bottom: 50px;
    }
}