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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: white;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
select {
    /* 去除默认样式 */
    background: none;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    user-select: text;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
a {
    text-decoration: none;
    color: #111;
}

/* placeholder 默认样式 */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}


/*flex布局*/

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/* rem 单位根节点的fontSize */

@media only screen and (min-width: 320px) {
    html {
        font-size: 17px !important;
    }
}

@media only screen and (min-width: 337px) {
    html {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 19px !important;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 393px) {
    html {
        font-size: 21px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 431px) {
    html {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 450px) {
    html {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 470px) {
    html {
        font-size: 25px !important;
    }
}


/*加载*/

.dropload-up,
.dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dropload-down {
    height: 50px;
    border-top: 1px solid #e5e5e5;
    background-color: white;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*到底*/

.nomore {
    line-height: 3;
    color: #999999;
    display: none;
    text-align: center;
    font-size: 0.6rem;
}


/*banner*/

.swiper-container {
    min-width: 1200px;
    --swiper-pagination-color: white;/* 两种都可以 */
}
.swiper-container img{
    min-width: 1200px;
    width: 100vw;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.display_none {
    display: none;
}
/*错误弹框*/
.shield {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    text-align: center;
    display: none;
}

.shield>div {
    border-radius: 0.5rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.5rem;
    display: inline;
    font-size: 0.8rem;
}

/* 加载更多 */
.load_more .no_matter {
    line-height: 1.7rem;
    font-size: 0.65rem;
    text-align: center;
    margin-top: 0;
    display: none;
}
.load_more {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
}
.load_more>.matter {
    display: inline-block;
    margin-top: 0.3rem;
}
.load_more>div>span {
    font-size: 0.65rem;
    line-height: 1.25rem;
}

.loadEffect{
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    margin: 0 auto;
    transform:scale(0.6);
    -ms-transform:scale(0.6); /* IE 9 */
    -webkit-transform:scale(0.6); /* Safari and Chrome */
}
.loadEffect span{
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: rgb(153, 153, 153);
    position: absolute;
    animation: load 1.04s ease infinite;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100%{
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: 0.5;
    }
}
@keyframes load{
    0%{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100%{
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: 0.5;
    }
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-0.1rem;
    -webkit-animation-delay:0.13s;
    animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 3px;
    top: 4px;
    -webkit-animation-delay:0.26s;
    animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -0.1rem;
    -webkit-animation-delay:0.39s;
    animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
    top: 4px;
    right:3px;
    -webkit-animation-delay:0.52s;
    animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-0.1rem;
    -webkit-animation-delay:0.65s;
    animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 3px;
    bottom:3px;
    -webkit-animation-delay:0.78s;
    animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -0.1rem;
    -webkit-animation-delay:0.91s;
    animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 3px;
    left: 3px;
    -webkit-animation-delay:1.04s;
    animation-delay:1.04s;
}
/* 灰色遮罩 */
.mask{
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,.2);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 150;
}

/* 加载框 */
.loading_mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
}
.spinner {
    position: absolute;
    top: 50%;
    width: 7.5rem;
    left: 50%;
    margin-top: -2rem;
    margin-left: -3.75rem;
    text-align: center;

}
.spinner > div {

    width: 0.7rem;

    height: 0.7rem;

    border-radius: 100%;

    display: inline-block;

    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;

    animation: bouncedelay 1.4s infinite ease-in-out;

    /* Prevent first frame from flickering when animation starts */

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}
.spinner .bounce1 {

    -webkit-animation-delay: -0.32s;

    animation-delay: -0.32s;

}
.spinner .bounce2 {

    -webkit-animation-delay: -0.16s;

    animation-delay: -0.16s;

}
@-webkit-keyframes bouncedelay {

    0%, 80%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0); 
    }

    40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

}
@keyframes bouncedelay {

    0%, 80%, 100% {

        transform: scale(0.0);

        -webkit-transform: scale(0.0);

    } 40% {

          transform: scale(1.0);

          -webkit-transform: scale(1.0);

      }
}
/*头部公共样式*/

.header {
    height: 140px;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.header .sitename {
    font-size: 30px;
    align-items: center;
}

.header .sitename img {
    height: 60px;
    width: 212px;
    margin-right: 15px;
}

.header .tabs {
    width: 412px;
    justify-content: space-between;
}

.header .tabs div:hover{
    cursor: pointer;
}
.header .tabs div{
    height: 28px;
    line-height: 28px;
}
.header .tabs div.active {
    color: #003FE7;
    border-bottom:2px solid #003FE7;
}

.header .login {
    color: #666;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

.header .app {
    background: url(../images/tel.png) center left no-repeat;
    background-size: 26px;
    text-indent: 26px;
    margin-right: 42px;
    cursor: pointer;
}

/*底部公共footer*/

.contacts {
    color: #999;
    line-height: 42px;
    margin-top: 100px;
    padding-bottom: 100px;
}

.contacts div.title {
    text-align: left;
}

.contacts .about {
    width: 380px;
    text-align: justify;
    line-height: 28px;
    margin-right: 230px;
}
.footer .flexbox>div{
    margin: 0 11px;
}
.footer .flexbox{
    justify-content: center;
}
.footer{
    height: 216px;
    line-height: 60px;
    width: 100vw;
    background-color: #666;
    color: white;
    text-align: center;
    padding: 58px 0 30px;
}

.copyright span a{
    color: white;
}
.copyright span{
    margin-right: 20px;
}
.copyright .beian{
    vertical-align: top;
}
