@import url(https://cdn.reallin.cn/css/animate.min.css);

html,
body,
* {
    margin: 0;
    padding: 0;
    font-family: 'PingFang SC';
    font-style: normal;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul,
dt {
    list-style: none;
    margin: 0;
    padding: 0;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.11);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.11);
    background: #c4c4c4;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: #ffffff;
}


.header {
    z-index: 999;
    padding: 8px 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #e4e4e4;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1120px;
    width: 70%;
    margin: 0 auto;
}

.contact-number {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #008ADF;
}

.top {
    width: 100%;
    height: 612px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.top .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 24px;
    letter-spacing: 0.2px;
}

.top .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
    letter-spacing: 0.2px;
}


.swiper-button {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 140px;
    border-color: 1768E4;
    background: #1768E4;
    cursor: pointer;
    /* box-shadow: 0 0 40px 40px #1768E4 inset, 0 0 0 0 #1768E4;
    transition: all 150ms ease-in-out; */
}

/* .swiper-button:hover {
    box-shadow: 0 0 10px 0 #1768E4 inset, 0 0 10px 4px #1768E4;
    outline: 0;
} */

.swiper-button:hover span {
    padding-right: 25px;
}

.swiper-button:hover span:after {
    opacity: 1;
    right: 0;
}

.swiper-button a {
    text-decoration: none;
    color: #fff;
}

.swiper-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.swiper-button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: -12px;
    right: -20px;
    font-size: 30px;
    transition: 0.5s;
}


.logo {
    width: 48px;
    height: 48px;
}

.nav_list {
    display: flex;
    list-style: none;
    color: #373F41;
    font-size: 16px;
    font-weight: 400;
}

.nav_list li {
    color: #373F41;
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
    margin-left: 32px;
    /* border-bottom: 2px solid #008ADF; */
}

@media screen and (min-width: 1700px) {
    .nav_list li {
        margin-left: 48px;
    }
}

.nav_list li a:hover {
    color: #008ADF;
}

.nav_list li a {
    text-decoration: none;
    color: #373F41;
}

.nav_list li .active {
    color: #008ADF;
}

.main {
    /* margin-top: 64px; */
}

.footer {
    background: #1d2023;
    font-family: Microsoft YaHei !important;
    padding: 24px 0;
    color: #fff;
    width: 100%;
}

.footer .footer-warp {
    min-width: 1120px;
    width: 70%;
    margin: 0 auto;
    display: flex;
}

.footer .footer-warp h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
}

.footer .footer-warp h3 {
    /* font-weight: 900; */
    font-family: impact;
    font-size: 26px;
    line-height: 34px;
    color: #bbb;
}

.footer .web-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 20px;
}

.footer .web-nav table {
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    width: 245px;
}

.footer .web-nav table a {
    text-decoration: none;
    color: #bbb;
}



.footer .contract-us {
    padding: 0 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}



.footer .contract-us ul li {
    color: #bbb;
    font-size: 14px;
    height: 35px;
    white-space: nowrap;
    line-height: 35px;
}

.footer .contract-us ul li a {
    color: #bbb;
    text-decoration: none;
}

.footer .enterprise-hotline {
    padding: 0 98px 0 48px;
    white-space: nowrap;
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.footer .qr-code {
    margin-left: 48px;
}

@media screen and (max-width: 1600px) {
    .footer .web-nav {
        padding-right: 0;
    }

    .footer .enterprise-hotline {
        padding: 0 28px 0 28px;
    }

    .footer .contract-us {
        padding: 0 38px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer .qr-code {
        margin-left: 28px;
    }
}




footer {
    border-top: 1px #232b2f solid;
    width: 100%;
    background: #1d2023;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.card {
    padding: 32px 0;
}

.headerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headerBox .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #373F41;
    position: relative;
    padding-bottom: 20px;
}

.headerBox .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc((100% - 62px)/2);
    width: 62px;
    height: 4px;
    background: #105BC0;
}


.menu {
    position: fixed;
    top: 65px;
    width: 100%;
    background: #f5f5f5;
    z-index: 99999;
}

.warp {
    margin: 0 auto;
    min-width: 1120px;
    width: 70%;
}

.warp .warp-items {
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.warp .warp-items li {
    font-size: 14px;
    line-height: 20px;
    margin-right: 48px;
    letter-spacing: 0.1px;
    color: #373F41;
    cursor: pointer;
}

.warp .warp-items li a {
    text-decoration: none;
    color: #373F41;
}

.warp .warp-items li a:hover {
    color: #008ADF;
}

.warp .warp-items li .active {
    color: #008ADF;
}

.warp .warp-items .line {
    width: 20px;
    height: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(90deg);
}

.warp .card1 {
    background-color: #fff;
    padding: 24px;
}

.bg-warp {
    min-width: 1120px;
    width: 70%;
    margin: 76px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-left h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0.2px;
}

.bg-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin: 24px 0;
}

.bg-right {
    width: 614px;
    height: 468px;
    background: url("/img/home/frameR-en.png") no-repeat;
    background-size: contain;
}

.aboutus-contanier {
    margin: 24px auto;
    display: flex;
    justify-content: space-between;
    min-width: 1120px;
    width: 70%;
}

.aboutus-contanier .left {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    min-width: 542px;
    width: calc(100% - 630px);
}

.aboutus-contanier .left h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #373F41;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.aboutus-contanier .left h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51px;
    height: 4px;
    background: #105BC0;
}

.aboutus-contanier .left p {
    word-break: break-all;
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #737B7D;
}

.aboutus-contanier .right {
    margin-left: 48px;
    width: 530px;
    /* width: calc(100% - 542px); */
    height: 370px;
    overflow: hidden;
    cursor: pointer;
}

.aboutus-contanier .right img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.aboutus-contanier .right:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.map-contanier {
    margin: 24px auto;
    min-width: 1120px;
    width: 70%;
}

.btn {
    width: 158px;
    height: 48px;
    border: 1px solid #1768E4;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #1768E4;
    cursor: pointer;
    margin: 24px auto 0;
    background-image: linear-gradient(45deg, #1768E4 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 300ms ease-in-out;
}

.btn:hover {
    background-position: 0;
    color: #fff;
}



.btn:hover {
    background-position: 0;
}

.service-box {
    position: fixed;
    right: 0;
    top: 35%;
    background: #014286;
    color: #fff;
    text-align: center;
    width: 107px;
    font-size: 12px;
    line-height: 38px;
    z-index: 99;
}

.service-box ul {}

.service-box .logo1 {
    background-color: #fff;
}



.service-box li {
    border-top: 1px solid #fff;
}

.service-box li a {
    display: block;
    padding: 11px 0;
    position: relative;
    line-height: 1;
}

.service-box li a img {
    vertical-align: middle;
}

.service-box li a .sub {
    position: absolute;
    top: 0;
    right: -450px;
    color: #fff;
    font-size: 22px;
    width: 450px;
    height: 77px;
    line-height: 77px;
    background: #014286;
    transition: 1s;
}

.service-box li a:hover .sub {
    right: 0;
}

.service-box li.first a {
    border: none;
    padding: 0 0 7px;
}

.service-box li.upp {
    display: none;
}

.service-box li.upp.on {
    display: block;
}

.service-box li a span {
    display: block;
    line-height: 1;
    color: #fff;
    padding: 13px 0 0 0;
}

.cooperate-warpper {
    margin: 0 auto;
    max-width: 1920px;
}

.cooperate-column {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.cooperate-column::before {
    background-image: -webkit-linear-gradient(left, #f2f5ff 20%, rgba(242, 245, 255, 0));
    content: "";
    display: none;
    height: 120%;
    left: -15px;
    position: absolute;
    top: -10px;
    width: 100px;
    z-index: 2;
    display: block;
}

.cooperate-column-slider {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

.cooperate-column-slider::after {
    background-image: -webkit-linear-gradient(right, #f2f5ff 20%, rgba(242, 245, 255, 0));
    content: "";
    display: none;
    height: 120%;
    position: absolute;
    right: -15px;
    top: -10px;
    width: 100px;
    z-index: 2;
    display: block;
}

.animation-box {
    animation: sliderMove 10s linear infinite;
    width: 200%;
    display: flex;
}

.animation-box:hover {
    animation-play-state: paused;
}

.slider-item {
    background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, .9)));
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .9));
    border: 1px solid #ebeffc;
    box-sizing: border-box;
    cursor: pointer;
    height: 140px;
    margin-right: 20px;
    border-radius: 12px;
    flex: 0 0 auto;
    width: 280px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.slider-item>img {
    border-style: none;
    vertical-align: middle;
}

@keyframes sliderMove {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}