a,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
em,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {




    padding: 0;
    box-sizing: border-box
}
ul{
        margin: 0;
}
body{
    font-size: unset;
}
a {
    text-decoration: none
}

:focus {
    outline: 0 none
}

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

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

a img,
iframe {
    border: medium none
}

ol,
ul {
    list-style: none outside none
}

button,
input,
select,
textarea {
    font-size: 100%
}

body,
html {
    position: relative
}

body {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0
}

.page-loader-wrap {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999
}

.page-loader-wrap .showbox {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0
}

.page-loader-wrap .loader {
    position: relative;
    margin: 0 auto;
    width: 75px
}

.page-loader-wrap .loader::before {
    content: "";
    display: block;
    padding-top: 100%
}

.page-loader-wrap .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.page-loader-wrap .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

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

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {

    0%,
    100% {
        stroke: #347468
    }

    40% {
        stroke: #347468
    }

    66% {
        stroke: #347468
    }

    80%,
    90% {
        stroke: #347468
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    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-container .swiper-slide img {
    width: 100% !important;
    height: 100%
}

header {
    width: 100%
}

header .header-top {
    position: absolute;
    top: 0;
    z-index: 999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 90px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-Y;
    color: #fff;
    transition: all .6s
}

header .header-top.on {
    transition: all .6s;
    background: #fff !important;
    color: #0b99ad
}

header .header-top.on a {
    color: #0b99ad !important
}

header .header-top .logos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 390px
}

header .header-top .logos .logo1 {
    display: inline-block;
    vertical-align: middle
}

header .header-top .logos .logo1:nth-of-type(1) {
    width: 62%;
    margin-right: 2%
}

header .header-top .logos .logo1:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: 100%
}

header .header-top .logos .logo1:nth-of-type(2) {
    width: 24%
}

header .header-top .logos .logo1:nth-of-type(2) img {
    display: block;
    width: 60%;
    margin: 0 auto;
    height: 100%
}

header .header-top .logos .logo1:nth-of-type(2) .yibao {
    font-size: 15px;
    text-align: center
}

header .header-top .header-nav {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

header .header-top .header-nav .fanjian {
    position: absolute;
    top: 5px;
    right: 26px;
    font-size: 16px
}

header .header-top .header-nav>ul {
    width: 800px;
    display: flex;
    align-content: space-between;
    height: 100%;
    align-items: center
}

header .header-top .header-nav>ul>li {
    flex: 1;
    text-align: center;
    height: 100%;
    justify-self: center;
    line-height: 90px
}

header .header-top .header-nav>ul>li a {
    position: relative;
    transition: all .6s;
    font-size: 20px;
    color: #fff
}

header .header-top .header-nav>ul>li a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all .6s
}

header .header-top .header-nav>ul>li .navigation-down {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: rgba(11, 153, 173, .7);
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 2;
    transition: all .1s
}

header .header-top .header-nav>ul>li .navigation-down li {
    padding: 1% 0;
    line-height: unset;
    height: unset
}

header .header-top .header-nav>ul>li .navigation-down li .link {
    color: #fff !important
}

header .header-top .header-nav>ul>li .navigation-down li .link::after {
    display: none
}

header .header-top .header-nav>ul>li .navigation-down::after {
    content: "";
    display: block;
    clear: both
}

header .header-top .header-nav>ul>li:hover a::after {
    width: 100%;
    background: #0b99ad
}

header .header-ban .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%
}

.mb_header {
    display: none
}

.the_position {
    width: 100%;
    margin-top: 10px
}

.the_position ul {
    font-size: 20px;
    padding-left: 10%;
    color: #666
}

.the_position ul li {
    float: left
}

.the_position ul li a {
    color: #666
}

.the_position ul::after {
    content: "";
    display: block;
    clear: both
}

footer .footer-top {
    margin-bottom: 20px
}

footer .footer-top .nav-list {
    width: 100%;
    background: #01a3ba
}

footer .footer-top .nav-list .navList_tabs {
    display: flex;
    width: 1200px;
    margin: 0 auto
}

footer .footer-top .nav-list .navList_tabs li {
    flex: 1;
    text-align: center
}

footer .footer-top .nav-list .navList_tabs li a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 25px
}

footer .footer-top .nav-list .navList_tabs li.active {
    background: #108493
}

footer .footer-top .list-contents .list-hezuo,
footer .footer-top .list-contents .list-jianguan,
footer .footer-top .list-contents .list-rongyu {
    width: 95%;
    margin: 20px auto;
    overflow: hidden
}

footer .footer-top .list-contents .list-hezuo .listArea,
footer .footer-top .list-contents .list-jianguan .listArea,
footer .footer-top .list-contents .list-rongyu .listArea {
    padding-left: 0;
    overflow: hidden;
    width: 850%;
    float: left
}

footer .footer-top .list-contents .list-hezuo .listArea ul,
footer .footer-top .list-contents .list-jianguan .listArea ul,
footer .footer-top .list-contents .list-rongyu .listArea ul {
    float: left
}

footer .footer-top .list-contents .list-hezuo .listArea ul li,
footer .footer-top .list-contents .list-jianguan .listArea ul li,
footer .footer-top .list-contents .list-rongyu .listArea ul li {
    float: left;
    margin-right: 15px;
    padding-bottom: 30px
}

footer .footer-top .list-contents .list-hezuo .listArea ul li a,
footer .footer-top .list-contents .list-jianguan .listArea ul li a,
footer .footer-top .list-contents .list-rongyu .listArea ul li a {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #a7a3a3
}

footer .footer-top .list-contents .list-hezuo .listArea ul li a img,
footer .footer-top .list-contents .list-jianguan .listArea ul li a img,
footer .footer-top .list-contents .list-rongyu .listArea ul li a img {
    display: block;
    width: 196px;
    height: 100%
}

footer .footer-top .list-contents .list-hezuo .listArea ul li a p,
footer .footer-top .list-contents .list-jianguan .listArea ul li a p,
footer .footer-top .list-contents .list-rongyu .listArea ul li a p {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

footer .footer-top .list-contents .list-hezuo .listArea ul::after,
footer .footer-top .list-contents .list-jianguan .listArea ul::after,
footer .footer-top .list-contents .list-rongyu .listArea ul::after {
    content: "";
    display: block;
    clear: both
}

footer .footer-top .list-contents .list-hezuo::after,
footer .footer-top .list-contents .list-jianguan::after,
footer .footer-top .list-contents .list-rongyu::after {
    content: "";
    display: block;
    clear: both
}

footer .footer-top .list-contents .list-hezuo:nth-of-type(n+2),
footer .footer-top .list-contents .list-jianguan:nth-of-type(n+2),
footer .footer-top .list-contents .list-rongyu:nth-of-type(n+2) {
    display: none
}

footer .footer-middle {
    position: relative;
    background: #292b2d;
    color: #fff;
    padding-top: 4%;
    padding-bottom: 5%;
    font-size: 18px
}

footer .footer-middle .footer-mid-content {
    width: 75%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

footer .footer-middle .footer-mid-content>div {
    border-right: 2px solid #fff
}

footer .footer-middle .footer-mid-content>div:last-child {
    border-right: unset
}

footer .footer-middle .footer-mid-content .footer-midCon-left {
    flex: 1
}

footer .footer-middle .footer-mid-content .footer-midCon-left .midCon-left-top>p {
    font-size: 18px;
    padding: 0 0 40px 5px
}

footer .footer-middle .footer-mid-content .footer-midCon-left .midCon-left-bottom .midCon-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 18px;
    padding-left: 5px;
    min-height: 120px
}

footer .footer-middle .footer-mid-content .footer-midCon-center {
    padding-left: 40px;
    flex: 2.5
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-middle ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-middle ul li {
    flex: 20%;
    padding: 5px 0
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-middle ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.5
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-bottom {
    margin-top: 3%
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-bottom .footer-cenBot-item {
    padding: 0 0 10px 5px;
    min-width: 290px;
    max-width: 300px
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-bottom .footer-cenBot-item .footer-img {
    float: left;
    width: 29px;
    height: 29px;
    display: -webkit-flex;
    display: flex;
    margin-right: 10px
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-bottom .footer-cenBot-item .footer-img img {
    width: 100%;
    height: 100%
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-bottom .footer-cenBot-item span {
    float: right;
    width: 200px;
    font-size: 20px;
    line-height: 35px;
    border: 1px solid #fff;
    padding: 0 15px;
    border-radius: 20px
}

footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-bottom .footer-cenBot-item::after {
    content: "";
    display: block;
    clear: both
}

footer .footer-middle .footer-mid-content .footer-midCon-center .mid_link {
    font-size: 16px;
    color: #666;
    margin-top: 10px
}

footer .footer-middle .footer-mid-content .footer-midCon-center .mid_link a {
    color: #6666;
    margin: 0 4px
}

footer .footer-middle .footer-mid-content .footer-midCon-right {
    flex: 1;
    padding-left: 40px
}

footer .footer-middle .footer-mid-content .footer-midCon-right .midCon-right-middle p {
    padding-left: 5px;
    margin-bottom: 10px
}

footer .footer-middle .footer-mid-content .footer-midCon-right .midCon-right-bottom {
    margin-top: 30px;
    text-align: center
}

footer .footer-middle .footer-mid-content .footer-midCon-right .midCon-right-bottom img {
    width: 110px;
    height: 110px
}

footer .footer-middle .footer-mid-content .footer-icon {
    margin-bottom: 15px
}

footer .footer-middle .footer-mid-content .footer-icon img {
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 8px
}

footer .footer-middle .footer-mid-content .footer-icon p {
    float: left;
    font-size: 25px;
    padding: 0
}

footer .footer-middle .footer-mid-content .footer-icon::after {
    content: "";
    display: block;
    clear: both
}

footer .footer-middle .copyright {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 50%;
    text-align: center;
    color: #8a8a8a;
    transform: translateX(-50%)
}

footer .footer-white {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #fff;
    margin-bottom: 60px;
    font-size: 18px;
    color: #666
}

footer .footer-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #000;
    background: rgba(0, 0, 0, .85);
    font-size: 18px;
    color: #fff;
    padding: 0 9%
}

footer .footer-bottom .footer-bot-left {
    float: left
}

footer .footer-bottom .footer-bot-left .footer-botLeft-img {
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px;
    animation: phoneSnake 2s ease infinite
}

footer .footer-bottom .footer-bot-left .footer-botLeft-img img {
    width: 100%;
    height: 100%
}

footer .footer-bottom .footer-bot-left .telephone {
    font-size: 21px
}

footer .footer-bottom .footer-bot-right {
    float: right
}

footer .footer-bottom .footer-bot-right ul li {
    float: left;
    padding: 0 20px
}

footer .footer-bottom .footer-bot-right ul li a {
    color: #fff;
    font-size: 20px
}

footer .footer-bottom .footer-bot-right ul li a .footer-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

footer .footer-bottom .footer-bot-right ul li a:hover {
    color: #0193a8
}

footer .footer-bottom .footer-bot-right ul li:nth-of-type(1) a .footer-icon {
    background: url(/skin/images/footer-icon-1-1.png) no-repeat center top
}

footer .footer-bottom .footer-bot-right ul li:nth-of-type(2) a .footer-icon {
    background: url(/skin/images/footer-icon-1-2.png) no-repeat center top
}

footer .footer-bottom .footer-bot-right ul li:nth-of-type(3) a .footer-icon {
    background: url(/skin/images/footer-icon-1-3.png) no-repeat center top
}

footer .footer-bottom .footer-bot-right ul li:hover:nth-of-type(1) a .footer-icon {
    background: url(/skin/images/footer-icon-1-1.png) no-repeat center bottom
}

footer .footer-bottom .footer-bot-right ul li:hover:nth-of-type(2) a .footer-icon {
    background: url(/skin/images/footer-icon-1-2.png) no-repeat center bottom
}

footer .footer-bottom .footer-bot-right ul li:hover:nth-of-type(3) a .footer-icon {
    background: url(/skin/images/footer-icon-1-3.png) no-repeat center bottom
}

footer .footer-bottom .footer-bot-right ul::after {
    content: "";
    display: block;
    clear: both
}

footer .tabs {
    display: none
}

.wechat-mask,.phone-mask,.whatsapp-mask {
    display: none;
}

@media screen and (max-width:1400px) {
    footer .footer-bottom {
        padding: 0 4%
    }
}

@media screen and (max-width:1300px) {
    footer .footer-bottom .footer-bot-left .telephone {
        font-size: 21px
    }
}

@media screen and (max-width:1240px) {
    header .header-top {
        height: 90px
    }

    header .header-top .logos {
        width: 330px
    }

    header .header-top .logos .logo1:nth-of-type(2) .yibao {
        font-size: 13px
    }

    header .header-top .header-nav ul {
        width: 620px
    }

    header .header-top .header-nav ul li a {
        font-size: 20px
    }

    footer .footer-top .nav-list .navList_tabs {
        width: 1000px
    }

    footer .footer-top .nav-list .navList_tabs li a {
        font-size: 22px
    }

    footer .footer-middle .footer-mid-content {
        width: 95%
    }

    footer .footer-middle .footer-mid-content .footer-midCon-left .midCon-left-bottom .midCon-text {
        min-height: 90px
    }

    footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-middle ul li a {
        font-size: 16px
    }

    footer .footer-middle .footer-mid-content .footer-midCon-right {
        font-size: 16px;
        padding-left: 30px
    }

    footer .footer-middle .footer-mid-content .footer-icon p {
        font-size: 21px;
        line-height: 37px
    }

    footer .footer-bottom {
        padding: 0
    }

    footer .footer-bottom .footer-bot-left .telephone {
        font-size: 18px
    }

    footer .footer-bottom .footer-bot-right ul li {
        padding: 0 5px
    }

    footer .footer-bottom .footer-bot-right ul li a {
        font-size: 18px
    }

    footer .footer-bottom .footer-bot-right ul li a .footer-icon {
        margin-right: 5px
    }
}

@media screen and (max-width:1000px) {
    header .header-top .logos {
        width: 250px
    }

    header .header-top .header-nav ul {
        width: 560px
    }

    header .header-top .header-nav ul li a {
        font-size: 18px
    }

    footer .footer-top .nav-list .navList_tabs {
        width: 95%
    }

    footer .footer-top .nav-list .navList_tabs li a {
        font-size: 20px
    }

    footer .footer-middle .footer-mid-content .footer-midCon-center {
        padding-left: 10px
    }

    footer .footer-middle .footer-mid-content .footer-midCon-right {
        padding-left: 5px
    }
}

@media screen and (max-width:880px) {
    header .header-top .logos {
        width: 250px
    }

    header .header-top .header-nav ul {
        width: 485px
    }

    header .header-top .header-nav ul li a {
        font-size: 16px
    }

    footer .footer-top .nav-list .navList_tabs {
        width: 95%
    }

    footer .footer-middle .copyright {
        bottom: 15px
    }

    footer .footer-bottom .footer-bot-left .footer-botLeft-img {
        width: 30px
    }

    footer .footer-bottom .footer-bot-left .telephone {
        font-size: 15px
    }

    footer .footer-bottom .footer-bot-right ul li {
        padding: 0
    }

    footer .footer-bottom .footer-bot-right ul li a {
        font-size: 14px
    }

    footer .footer-bottom .footer-bot-right ul li a .footer-icon {
        width: 32px;
        height: 32px
    }
}

@media screen and (max-width:768px) {

    .page-loader-wrap,
    header {
        display: none
    }

    .mb_header {
        display: block
    }

    .mb_header .mb_header-top {
        position: fixed;
        width: 100%;
        z-index: 999;
        height: 70px;
        display: flex;
        justify-content: space-around;
        background: #0b99ad;
        text-align: center;
        color: #fff;
        padding: 10px 70px 10px 70px;
        font-size: 12px
    }

    .mb_header .mb_header-top .mb_header-left {
        position: absolute;
        left: 10px;
        width: 50px;
        height: 50px
    }

    .mb_header .mb_header-top .mb_header-left img {
        width: 44px;
        height: 30px
    }

    .mb_header .mb_header-top .mb_header-left p {
        position: absolute;
        bottom: 3px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%)
    }

    .mb_header .mb_header-top .mb_header-center {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 2
    }

    .mb_header .mb_header-top .mb_header-center img {
        height: 50px
    }

    .mb_header .mb_header-top .nav {
        position: absolute;
        top: 80px;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 9;
        transition-duration: .66s;
        -webkit-transition-duration: .66s;
        transition-timing-function: swing;
        -webkit-transition-timing-function: swing;
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

    .mb_header .mb_header-top .nav ul li a {
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        -webkit-transition-duration: .25s;
        transition-duration: .25s;
        letter-spacing: 2px
    }

    .mb_header .mb_header-top .nav-toggle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #0b99ad;
        position: absolute;
        right: 10px;
        top: 0;
        margin-top: 10px;
        z-index: 2;
        box-shadow: 0 0 10px 3px rgba(92, 92, 92, .5)
    }

    .mb_header .mb_header-top .nav-toggle .icon {
        width: 30px;
        height: 4px;
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        top: 24px;
        left: 10px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        transition-timing-function: swing
    }

    .mb_header .mb_header-top .nav-toggle .icon::before {
        content: "";
        width: 30px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        border-radius: 2px;
        left: 0;
        top: -9px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing
    }

    .mb_header .mb_header-top .nav-toggle .icon::after {
        content: "";
        width: 30px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        border-radius: 2px;
        left: 0;
        top: 9px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing
    }

    .mb_header .mb_header-top .nav-toggle::before {
        content: "";
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #0b99ad;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing
    }

    .mb_header .mb_header-top.nav-open .nav {
        transform: translateY(0)
    }

    .mb_header .mb_header-top.nav-open .nav-toggle::before {
        width: 1600px;
        height: 1600px;
        border-radius: unset;
        background: #0b99ad
    }

    .mb_header .mb_header-top.nav-open .nav-toggle .icon {
        width: 0
    }

    .mb_header .mb_header-top.nav-open .nav-toggle .icon::before {
        transform: translateY(9px) rotate(45deg)
    }

    .mb_header .mb_header-top.nav-open .nav-toggle .icon::after {
        transform: translateY(-9px) rotate(-45deg)
    }

    .mb_header .mb_header-ban {
        padding-top: 80px
    }

    .mb_header .mb_header-ban .swiper-container .swiper-slide {
        border-radius: 15px;
        overflow: hidden;
        text-align: center;
        font-size: 18px;
        background: #fff;
        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;
        transition: .3s;
        transform: scale(.95)
    }

    .mb_header .mb_header-ban .swiper-container .swiper-slide-active,
    .mb_header .mb_header-ban .swiper-container .swiper-slide-duplicate-active {
        transform: scale(1)
    }

    footer .footer-middle {
        padding-bottom: 200px;
        margin-bottom: 0
    }

    footer .footer-middle .footer-mid-content .footer-midCon-center {
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translateX(-50%);
        border-right: unset
    }

    footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-top {
        display: none
    }

    footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-middle {
        display: none
    }

    footer .footer-middle .footer-mid-content .footer-midCon-center .mid_link {
        display: none
    }

    footer .footer-white {
        background: #f1f1f1;
        height: 90px
    }

    footer .footer-white p {
        font-size: 16px
    }

    footer .footer-bottom {
        display: none
    }

    footer .tabs {
        display: block;
        position: fixed;
        background: #fff;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 60px;
        padding-top: 5px;
        z-index: 999;
        box-shadow: 0 -5px 8px #e0e0e0
    }

    footer .tabs .tabs-ul {
        display: -webkit-flex;
        display: flex
    }

    footer .tabs .tabs-ul .tab-li {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        flex: 1
    }

    footer .tabs .tabs-ul .tab-li a {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center
    }

    footer .tabs .tabs-ul .tab-li .tab-img {
        width: 33px;
        height: 33px
    }

    footer .tabs .tabs-ul .tab-li .tab-img img {
        display: block;
        width: 100%;
        height: 100%
    }

    footer .tabs .tabs-ul .tab-li .tab-text {
        color: #000;
        font-size: 16px
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) {
        position: relative;
        flex: 1.5
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) .tabs-middle {
        position: absolute;
        top: -30px;
        width: 80px;
        height: 80px;
        border: 2px solid #fff;
        background: linear-gradient(0deg, #0aa9c0 0, #58dcef 100%);
        border-radius: 50%;
        color: #fff;
        text-align: center
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) .tabs-middle .number_down {
        position: absolute;
        top: 0;
        right: -5px;
        padding: 1px 6px;
        background: #db3333;
        font-size: 12px;
        border-radius: 10px;
        animation: redPoint 2s ease infinite
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) .tabs-middle .tab-img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        margin-top: 12px
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) .tabs-middle .tab-text {
        color: #fff
    }

    .wechat-mask,.phone-mask,.whatsapp-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999;
    }

    .remind-body {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        width: 80%;
        padding: 10% 7%;
        border-radius: 20px;
        overflow: hidden;
    }

    .remind-tips .remind-title {
        font-size: 22px;
        margin-bottom: 6%;
        color: #0783f8;
        text-align: center;
    }

    .remind-tips p {
        font-size: 17px;
        font-weight: bold;
        color: #333;
    }

    .remind-button button{
        font-size: 16px;
        padding: 3% 9%;
        border-radius: 5px;
        border: unset;
        outline: unset;
    }

    .remind-button {
        text-align: center;
        margin-top: 30px;
    }

    .remind-button .remind-cancel {
        background: #eaeaea;
        color: #a0a0a0;
    }

    .remind-button .remind-active {
        background: #0283f9;
        margin-left: 15px;
        color: #fff;
    }

}

@media screen and (max-width:640px) {

    footer .footer-top .list-contents .list-hezuo .listArea ul li a img,
    footer .footer-top .list-contents .list-jianguan .listArea ul li a img,
    footer .footer-top .list-contents .list-rongyu .listArea ul li a img {
        width: 100px;
        height: 67px
    }

    footer .footer-top .list-contents .list-hezuo .listArea ul li a p,
    footer .footer-top .list-contents .list-jianguan .listArea ul li a p,
    footer .footer-top .list-contents .list-rongyu .listArea ul li a p {
        font-size: 16px
    }
}

@media screen and (max-width:540px) {
    .the_position ul {
        padding-left: 5%;
        font-size: 16px
    }

    footer .footer-top .nav-list .navList_tabs {
        width: 100%
    }

    footer .footer-top .nav-list .navList_tabs li a {
        font-size: 20px
    }

    footer .footer-middle .copyright {
        width: 80%
    }
}

@media screen and (max-width:440px) {
    .mb_header .mb_header-top .mb_header-left img {
        width: 40px;
        height: 27.27px
    }

    .mb_header .mb_header-top .mb_header-center img {
        height: 40px
    }

    footer .footer-top .nav-list .navList_tabs li a {
        font-size: 16px
    }

    footer .footer-top .list-contents .list-hezuo .listArea ul li a p,
    footer .footer-top .list-contents .list-jianguan .listArea ul li a p,
    footer .footer-top .list-contents .list-rongyu .listArea ul li a p {
        font-size: 12px
    }

    footer .footer-middle .footer-mid-content .footer-midCon-left .midCon-left-top>p {
        font-size: 16px;
        padding: 0 0 20px 5px
    }

    footer .footer-middle .footer-mid-content .footer-midCon-left .midCon-left-bottom .midCon-text {
        font-size: 16px
    }

    footer .footer-middle .footer-mid-content .footer-midCon-center .midCon-center-bottom .footer-cenBot-item span {
        font-size: 17px;
        line-height: 30px
    }

    footer .footer-middle .footer-mid-content .footer-icon p {
        font-size: 16px;
        line-height: unset
    }

    footer .footer-middle .footer-mid-content .footer-icon img {
        width: 20px;
        height: 20px
    }

    footer .footer-middle .copyright {
        font-size: 16px
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) .tabs-middle {
        width: 70px;
        height: 70px
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) .tabs-middle .tab-img {
        width: 40px;
        height: 40px;
        margin-top: 12px
    }

    footer .tabs .tabs-ul .tab-li:nth-of-type(3) .tabs-middle .tab-text {
        font-size: 13px;
        margin-top: 0
    }

    footer .tabs .tabs-ul .tab-li .tab-img {
        width: 27px;
        height: 27px
    }

    footer .tabs .tabs-ul .tab-li .tab-text {
        font-size: 13px;
        margin-top: 3px
    }
}

@keyframes phoneSnake {

    0%,
    100%,
    25% {
        transform: translateY(0)
    }

    15%,
    3%,
    9% {
        transform: translateY(-3px)
    }

    12%,
    20%,
    6% {
        transform: translateY(3px)
    }
}

@keyframes redPoint {

    0%,
    100%,
    30% {
        transform: translateY(0)
    }

    15% {
        transform: translateY(-6px)
    }

    50% {
        transform: translateY(-3px)
    }
}


.school-text-png{
    text-align: center;
    width: 100%;
    /* padding-top: 1%; */
    
}
.school-text-png img{
    width: 100%;
}
.school-text-png-mob{
    display: none;
}
footer .footer-middle {
    padding-bottom: 1%;
}
footer .footer-bottom{
    background: #01a3ba;
}
@media screen and (max-width:768px){
    .school-text-png{
        display: none;
    }
    .school-text-png-mob{
        display: block;
        width: 100%;
    }
    .school-text-png-mob>img{
        width: 100%;
        opacity: .6;
    }
    footer .footer-middle {
        padding-bottom: 150px;
        margin-bottom: 0;
    }
    footer .footer-middle .footer-mid-content .footer-midCon-center {
        bottom: 0;
    }
}