header {
    width: 100%;
    background: transparent;
    transition: all 0.25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

header nav {
    width: 1200px;
    height: 64px;
    margin: 0 auto;
}



header nav .menu {
    float: right;
    overflow: hidden;
}

header nav .menu li {
    height: 64px;
    line-height: 64px;
    margin-left: 40px;
    float: left;
    cursor: pointer;
}

header nav .menu li a {
    display: block;
}

header nav .menu li a span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

header nav .menu li a span.click {
    color: rgba(255, 255, 255, 1);
}

header nav .menu li a span.click:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
}

header nav .menu li:hover a span {
    color: rgba(255, 255, 255, 1);
}

header.fixed {
    position: fixed;
    background: #FFF;
    z-index: 9999;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
}

header.fixed nav .logo {
    background: url('../image/logo.png') no-repeat center center;
    background-size: 100%;
}

header.fixed nav .menu li a span {
    color: #282D32;
}

header.fixed nav .menu li a span.click {
    color: #3F8EFB;
}

header.fixed nav .menu li:hover a span {
    color: #3F8EFB;
}

header.fixed nav .menu li a span.click:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #3F8EFB;
}

.mod-footer-bottom {
    background: #FBFBFB;
    color: #9298a3;
    min-width: 1200px;
    border-top: 1px solid #e0e2e8
}

.mod-footer-bottom .inner {
    width: 1200px;
    padding: 58px 0 41px;
    margin: 0 auto;
    height: auto
}

.mod-footer-bottom .logo_text {
    margin-top: 9px;
    font-size: 15px;
    color: #525C66;
    text-align: center;
}

.mod-footer-bottom menu {
    float: left
}

.mod-footer-bottom menu li {
    float: left;
    margin-right: 79px;
    font-size: 13px
}

.mod-footer-bottom menu li:first-of-type {
    margin-right: 129px;
}

.mod-footer-bottom menu li:last-child {
    margin-right: 0
}

.mod-footer-bottom menu li dt {
    font-size: 14px;
    color: #525C66;
    padding-bottom: 20px;
    text-align: left;
}

.mod-footer-bottom menu li dt a {
    color: #8E9CA9;
}

.mod-footer-bottom menu li dd {
    margin-bottom: -14px;
}

.mod-footer-bottom menu li dd a {
    color: #8E9CA9;
}

.mod-footer-bottom menu li dd a:hover {
    color: #295ea8
}

.mod-footer-bottom article {
    float: right
}

.mod-footer-bottom article h1 {
    margin-bottom: 18px;
    font-size: 14px;
    color: #525C66;
}

.mod-footer-bottom article .tel {
    margin-bottom: 19px;
    font-size: 40px;
    color: #FCB032;
}

.mod-footer-bottom article .data {
    font-size: 14px;
    color: #C1C1C1;
}

.mod-footer-bottom .sub-footer {
    margin-top: 62px;
    border-top: 1px solid #e2e2e2;
    color: #CCC;
    font-size: 14px;
    padding-top: 40px
}

.mod-footer-bottom address {
    float: left;
    font-style: normal
}

.mod-footer-bottom .copyright {
    float: right;
    line-height: 1
}

.mod-footer-bottom .copyright li {
    float: left;
    border-left: 1px solid #a5a9b1;
    padding: 0 20px
}

.mod-footer-bottom .copyright li:first-child {
    border-left: 0
}

.mod-footer-bottom .copyright li a {
    color: #a5a9b1
}

.mod-footer-bottom .copyright li a:hover {
    text-decoration: underline
}

.mod-band.mod-footer-bottom {
    height: auto
}

.oneHeight {
    width: 100%;
    height: 20px;
    background-color: #F0F0F0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    overflow: hidden;
    color: #ABADB2;
    background-color: #FBFBFB;
    text-align: center;
}

.footer .s1 {
    margin: 0 20px;
    position: relative;
}

.footer .s1:not(:last-of-type):after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #E2E2E2;
    position: absolute;
    right: -20px;
}

.swiper-pagination-bullet-active {
    background-color: #FFF !important;
}