@charset "utf-8";
/* CSS Document */
body {
    font-family: arial, "微软雅黑";
    background-image: url('./res/background2.png');
    color: #60656f;
    font-size: 14px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

i {
    font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

fieldset, img, a img, : link img, : visited img {
    border: 0;
}

a {
    text-decoration: none;
    color: #60656f;
}

a:hover {
    text-decoration: none;
    color: #60656f;
}

:focus {
    outline: 0;
}

::placeholder {
    color: #aaaaaa;
}

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

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote, q {
    quotes: none;
}

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

.clear, .clearfix: after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}

.clearfix: after {
    visibility: hidden;
    content: ".";
}

.clearfix {
    *zoom: 1;
}

.ckbox {
    width: 130px;
}

/*会员中心*/
.box {
    width: 1130px;
    margin: 0px auto;
}

.header {
    height: 80px;
    width: 100%;
    position: relative;
}

.headlayer {
    height: 80px;
    width: 100%;
    background: hsla(0, 0%, 98%, 0.8);
    border-bottom: 1px solid #e9f0f4;
    z-index: 10000;
}

.headlayer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    backdrop-filter: blur(20px);
    height: 80px;
    width: 100%;
    z-index: -1;
}

.head {
    margin: 0px auto;
    height: 80px;
    width: 1130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layer {
    position: fixed;
    left: 0;
    top: 0;
}

.logo img {
    height: 80px;
}

.nav a {
    font-size: 20px;
    margin: 0 15px;
    position: relative;
}

.nav a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #1685f9;
    transform-origin: center;
    transform: translate(-50%, 0) scaleX(0);
    transition: transform 0.2s ease-in-out;
}

.nav a:hover::before {
    transform: translate(-50%, 0) scaleX(1);
}

.nav a.active:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #1685f9;
}

.btntop a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #1685f9;
    color: #fff;
    display: block;
    border-radius: 4px;
    text-align: center;
}

.btntop a, .download {
    z-index: 1;
    position: relative;
    overflow: hidden;
    /*transition: color 0.4s ease-in-out;*/
}

.btntop a::before, .download::before {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #1671f9;
    transform-origin: center;
    /*transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);*/
    /*transition: transform 0.3s ease-in-out;*/
}

.btntop a:hover::before, .download:hover::before {
    /*transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);*/
}

.btntop a:hover {
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(22, 133, 249, 0.5);
}

.logo200 {
    margin: 30px auto;
    width: 200px;
    height: 200px;
    display: none;
}

.slogan, .slogantips, .downloadtips, .download, .slogan2 {
    margin: 0px auto;
    text-align: center;
    line-height: 40px;
}

.slogan {
    font-size: 45px;
    color: #000;
    font-weight: bold;
    margin: 0 0 0 0;
}

.slogan2 {
    font-size: 36px;
    color: rgb(50,186,145);
    font-weight: bold;
    margin: 0 0 0 0;
}

.slogantips {
    font-size: 24px;
    margin: 20px auto;
}

.downloadtips {
    line-height: 30px;
    color: #999;
}


.slogantips-h2 {
    font-size: 24px;
    text-align: start;
    line-height: 40px;
    color: #999;
}

.download {
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #1685f9;
    color: #fff;
    border-radius: 4px;
    display: block;
    font-size: 20px;
    margin: 30px auto;
}

.download:hover {
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(22, 133, 249, 0.5);
    color: #fff;
}

.download i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/down.png) no-repeat;
    margin: 0 3px -7px 0;
}

.swiperbox {
    margin: 10px auto;
    width: 1130px;
    height: 600px;
}

.softbox {
    width: 100%;
    /*height: 1900px;*/
    margin: 50px auto 0 auto;
    padding: 50px 0;
}

.softbox h2 {
    font-size: 40px;
    color: #fff;
    margin: 30px 0;
}

.softbox h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.timestyle {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.softbox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.softbox ul li {
    width: 210px;
    margin: 10px 0 0 20px;
}

.loading {
    border: 3px solid hsla(185, 100%, 62%, 0.2);
    border-top-color: #3cefff;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10001;
    margin: -20px 0 0 -20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.footer {
    width: 100%;
    height: 60px;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.footlogo {
    float: left;
}

.footer .finfo {
    margin: 30px 0 0 10px;
    color: #999;

}

.bdtj {
    display: none;
}

.footkefu {
    float: right;
    margin: 10px 0;
}

.footkefu .weixin, .footkefu .qq {
    margin-left: 10px;
    float: right;
    position: relative;
    padding-top: 15px;
}

.footkefu .weixin span, .footkefu .qq span {
    float: left;
    width: 30px;
    height: 30px;
    background: #f0f5f9;
    border-radius: 4px;
}

.footkefu .weixin:hover span, .footkefu .qq:hover span {
    background: #dee8f0;
    cursor: pointer;
}

.wxlayer {
    position: absolute;
    right: -70px;
    bottom: 50px;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    text-align: center;
    display: none;
}

.wxlayer h4 {
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 5px 0 0 0;
}

.wxlayer img {
    width: 160px;
    height: 160px;
}

.jiao1 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #e3e3e3;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    right: 80px;
}

.jiao2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -8px;
    right: 80px;
}

.qqlayer {
    position: absolute;
    right: -70px;
    bottom: 50px;
    width: 200px;
    height: 220px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    text-align: center;
    cursor: default;
    display: none;
}

.qqlayer ul li {
    float: left;
    margin: 10px 0px;
}

.qqlayer ul li img {
    width: 150px;
    height: 150px;
}

.qqlayer ul li p {
    text-align: left;
    padding: 0 20px;
}

.qqlayer ul li p a {
    text-decoration: underline;
    color: #fc5555;
}

.qq:hover .qqlayer, .weixin:hover .wxlayer {
    display: block;
}

/****幻灯片*****/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.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;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0.5;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.8;
}

/****幻灯片*****/
.kefubox {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 1000001;
}

.kefu {
    padding-left: 20px;
}

.kf {
    width: 60px;
    height: 60px;
    border: 1px solid #e9f0f4;
    background: #fff;
    box-shadow: 0 0px 5px rgba(22, 133, 249, 0.1);
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-left:
}

.kflayer {
    position: absolute;
    right: 75px;
    bottom: 0px;
    width: 200px;
    height: 230px;
    border: 1px solid #e9f0f4;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0px 5px rgba(22, 133, 249, 0);
    display: none;
}

.jiaoa {
    width: 0;
    height: 0;
    border-left: 10px solid #e9f0f4;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 40px;
    right: -10px;
}

.jiaob {
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 40px;
    right: -8px;
}

.kflayer h5 {
    margin: 10px auto 0 auto;
    text-align: center;
}

.kflayer li {
    text-align: center;
}

.kflayer li a {
    position: relative;
}

.kflayer li a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0px;
    width: 100%;
    height: 2px;
    background-color: #F71313;
    transform-origin: center;
    transform: translate(-50%, 0) scaleX(0);
    transition: transform 0.2s ease-in-out;
}

.kflayer li a:hover::before {
    transform: translate(-50%, 0) scaleX(1);
}

.kflayer img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.kflayer p.time {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.kflayer p a {
    color: #F71313;
    text-decoration: underline;
}

.qun .kflayer {
}

.qun .kflayer li {
    margin: 0px 10px;
}

.qun .jiaoa {
    top: 110px;
}

.qun .jiaob {
    top: 110px;
}

.wx .jiaoa {
    top: 180px;
}

.wx .jiaob {
    top: 180px;
}

.kefu:hover .kflayer {
    display: block;
}

.contactbox {
    width: 100%;
    background: #f6f6f6;
    display: flex;
}

.contact {
    margin: 20px auto;
    width: 1130px;
    padding: 30px;
}

.contact h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    margin: 20px 0;
}

.contact h1 span {
    margin: 0 10px;
}

.ctimg {
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.contactinfo div {
    margin: 5px 0 5px 50px;
    line-height: 40px;
    font-size: 18px;
}

.contactinfo strong {
    font-weight: normal;
}
