html,
body,
div,
span,
applet,
object,
iframe,
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: "Source Han Sans", "Microsoft Yahei", "Arial", "SourceHanSansCN"
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

input,
textarea,
button {
    resize: none;
    -webkit-appearance: none;
    outline: none;
}

img {
    position: relative;
    z-index: 3;
    border: none;
    vertical-align: top;
    max-width: 100%;
}
.indexBox img,
.wrap .main img{
    max-width: 5rem;
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease-in;
}

a:hover {
    outline: none;
    color: #333;
    ;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Han Sans", "Microsoft Yahei", "Arial", "SourceHanSansCN";
    margin: 0;
    padding: 0;
}

h2 span {
    font-family: "Source Han Sans", "Microsoft Yahei", "Arial", "SourceHanSansCN"
}

input:focus,
textarea:focus,
button {
    outline: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.gotop {
    position: fixed;
    width: 40px;
    bottom: 150px;
    right: 20px;
    z-index: 10;
    display: none;
}

body.over {
    width: 100%;
    position: fixed;
}

em,
i {
    font-style: normal;
}

.mask {
    z-index: 1000;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.mainbox {
    width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot');
    src: url('../font/fontello.eot?#iefix') format('embedded-opentype'), url('../font/fontello.woff') format('woff'), url('../font/fontello.ttf') format('truetype'), url('../font/fontello.svg#fontname') format('svg');
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.page {
    text-align: center;
    clear: both;
}

.page a {
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.page em a:hover {
    background: #4D288E;
    color: #fff;
}

.page span {
    padding: 12px 16px;
    background: #4D288E;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.chuid {
    background-color: #4E298C;
    width: 52px;
    height: 52px;
    background-size: contain;
    display: block;
    position: fixed;
    right: 50%;
    margin-right: -720px;
    border-radius: 50%;
    bottom: 250px;
    z-index: 999;
    box-shadow: 0px 10px 30px 0px rgba(95, 62, 151, 0.3);
}

.chuid i {
    width: 52px;
    display: block;
}

@media screen and (max-width:1230px) {
    .mainbox {
        width: 95%;
    }
}

.or {
    overflow: hidden;
}

.cl {
    clear: both;
}