@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
}

body {
    zoom: 1.25;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url(../fonts/SourceHanSans-Regular.otf);
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url(../fonts/SourceHanSans-Bold.otf);
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}


/*原文件配置*/

body {
    color: #555555;
    background: #ffffff;
    font: 16px/30px 'SourceHanSans-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover {
    color: #0453E4;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

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

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 999;
    height: 80px;
    background-color: transparent;
    transition: background-color 0.5s ease;
}

.logo_2 {
    display: none;
}

.header.scrolled {
    background-color: #ffffff;
}

.header.scrolled .logo {
    display: none;
}

.header.scrolled .logo_2 {
    display: flex;
}

.header.scrolled .nav li>a{
    color: #333333;
}

.header.scrolled .on a::before {
    background-color: #0453E4;
}

.header .logo {
    height: 80px;
}

.header .logo img {
    height: 56px;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header.scrolled .menu-btn {
    background: url(../images/menu_blue.svg)no-repeat center;
    background-size: 100%;
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav li {
    margin-right: 105px;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li>a {
    line-height: 80px;
    color: #FFF;
}

.nav li:nth-child(2) {
    margin-right: 120px;
}

.nav li:nth-child(2)>a::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 45%;
    width: 6px;
    height: 6px;
    border-right: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    transform: rotate(45deg) translateY(-45%);
    -webkit-transform: rotate(45deg) translateY(-45%);
    -moz-transform: rotate(45deg) translateY(-45%);
    -ms-transform: rotate(45deg) translateY(-45%);
    -o-transform: rotate(45deg) translateY(-45%);
}

.nav li.on a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.nav .drop {
    width: 100px;
    left: -10px;
    top: 80px;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 40px;
}

.footer {
    background-color: #2B2B2B;
    padding-top: 70px;
}

.footer .logo img {
    height: 64px;
}

.footer .tit {
    line-height: 1.7;
    color: #FFF;
    font-size: 18px;
    font-family: 'SourceHanSans-Bold';
}

.footer .erwma-con .erwma {
    width: 115px;
    overflow: hidden;
    margin-top: 25px;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .info {
    margin-left: 50px;
    padding-left: 90px;
    margin-right: 100px;
    padding-right: 90px;
    padding-bottom: 40px;
}

.footer .info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
}

.footer .info::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
}

.footer .info .text {
    color: #B2ADAD;
    line-height: 36px;
    margin-top: 15px;
}

.footer .info .text>div {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer .info .text .name {
    background-image: url(../images/icon1.svg);
}

.footer .info .text .address {
    background-image: url(../images/icon2.svg);
}

.footer .info .text .tel {
    background-image: url(../images/icon3.svg);
}

.footer .info .text .email {
    background-image: url(../images/icon4.svg);
}

.footer .info a {
    color: #B2ADAD;
}

.footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 36px;
    color: #B2ADAD;
    margin-top: 60px;
    border-top: 1px rgba(255, 255, 255, .1) solid;
}

.footer .copyright a {
    color: #B2ADAD;
    margin-left: 10px;
}

@media (min-width:1025px) {
    .nav li:hover>a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        height: 1px;
        background-color: #FFF;
    }
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #0453E4;
        color: #FFF;
    }
    .footer .copyright a:hover,
    .footer .info a:hover {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        position: fixed;
        height: 70px;
    }
    .header .logo {
        height: 70px;
    }
    .header.fixed,
    .header.active {
        background-color: #0453E4;
    }
    .header .logo img {
        height: 45px;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 70px;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 70px);
        padding: 20px;
    }
    .nav li,
    .nav li:nth-child(2) {
        margin-right: 0;
    }
    .nav li>a {
        color: #333;
        line-height: 60px;
        font-size: 15px;
    }
    .nav li:nth-child(2)>a::after {
        display: none;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        padding-left: 20px;
    }
    .footer .info {
        margin-right: 30px;
        padding-right: 30px;
        margin-left: 30px;
        padding-left: 30px;
    }
    .footer .logo img {
        height: 55px;
    }
    .footer .tit {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    body {
        zoom: 1;
    }
    .footer {
        padding-top: 30px;
    }
    .footer .logo {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer .logo img {
        height: 45px;
    }
    .footer .info {
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .footer .info::before {
        display: none;
    }
    .footer .erwma-con .erwma {
        width: 100px;
    }
}

@media (max-width:540px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header,
    .header .logo {
        height: 60px;
    }
    .header .logo img {
        height: 40px;
    }
    .menu-btn {
        right: 15px;
    }
    .footer .info {
        margin-right: 0;
        padding-right: 0;
    }
    .footer .info::after {
        display: none;
    }
    .footer .erwma-con {
        display: none;
    }
    .footer .copyright {
        margin-top: 30px;
        line-height: 2;
    }
}

@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url(../fonts/YouSheBiaoTiHei-2.ttf);
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .text-con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #FFF;
    line-height: 1;
}

.banner .title {
    font-family: 'YouSheBiaoTiHei';
    font-size: 80px;
    white-space: nowrap;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

.banner .txt {
    font-size: 30px;
    margin-top: 20px;
    white-space: nowrap;
}

.banner .txt::before {
    content: '';
    height: 1px;
    width: 80px;
    background-color: #FFF;
    margin-right: 20px;
}

.banner .txt::after {
    content: '';
    height: 1px;
    width: 80px;
    background-color: #FFF;
    margin-left: 20px;
}

.banner .swiper-pagination {
    bottom: 40px;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    width: 10px;
    height: 10px;
    border: 1px #FFF solid;
}

.banner .swiper-pagination-bullet-active {
    background-color: #0453E4;
}

.banner .company-details {
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 67px;
}

.banner .company-details .bottom-icon {
    width: 22px;
    height: 22px;
}

.home-title .cn {
    color: #0453E4;
    line-height: 1;
    font-size: 36px;
    font-family: 'SourceHanSans-Bold';
    z-index: 9;
}

.home-title .en {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1;
    font-size: 44px;
    color: #E9E9E9;
    margin-top: -18px;
    z-index: 1;
    text-transform: uppercase;
}

.home-about {
    margin-top: 100px;
}

.home-about .content {
    margin-right: 50px;
}

.home-about .text {
    line-height: 2;
}

.home-about .text p {
    margin-top: 35px;
}

.home-about .pic {
    width: 574px;
}

.home-about .pic img {
    width: 100%;
}

.home-partner {
    height: 485px;
    background: url(../images/bg1.jpg)no-repeat center top;
    background-size: cover;
    margin-top: 100px;
    padding-top: 90px;
}

.home-partner .pic {
    width: 335px;
}

.home-partner .pic img {
    width: 100%;
}

.home-partner .content {
    margin-right: 188px;
    padding-top: 20px;
    max-width: 551px;
}

.home-partner .text {
    line-height: 2;
    margin-top: 30px;
}

.home-our {
    height: 783px;
    background: url(../images/bg2.jpg)no-repeat center top;
    background-size: cover;
    padding-top: 95px;
    color: #FFF;
}

.home-our .container {
    max-width: 1360px;
}

.home-our .home-title .cn {
    color: #FFF;
}

.home-our .home-title .en {
    opacity: .2;
}

.home-our .content {
    margin-top: 110px;
}

.home-our .item {
    width: 25%;
    padding: 30px 20px 40px 20px;
    color: #FFF;
}

.home-our .item .icon {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-our .item:nth-child(1) .icon {
    background-image: url(../images/icon5.svg);
}

.home-our .item:nth-child(2) .icon {
    background-image: url(../images/icon6.svg);
}

.home-our .item:nth-child(3) .icon {
    background-image: url(../images/icon7.svg);
}

.home-our .item:nth-child(4) .icon {
    background-image: url(../images/icon8.svg);
}

.home-our .item .tit {
    font-size: 20px;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
    margin-top: 20px;
}

.home-our .item .text {
    font-size: 15px;
    line-height: 32px;
    margin-top: 35px;
    height: 128px;
}

.home-our .item .more {
    width: 140px;
    height: 44px;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #0453E4;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    font-size: 14px;
}

@media (min-width:1025px) {
    .home-our .item:hover {
        background: #FFF;
        color: #0453E4;
    }
    .home-our .item:nth-child(1):hover .icon {
        background-image: url(../images/icon5-on.svg);
    }
    .home-our .item:nth-child(2):hover .icon {
        background-image: url(../images/icon6-on.svg);
    }
    .home-our .item:nth-child(3):hover .icon {
        background-image: url(../images/icon7-on.svg);
    }
    .home-our .item:nth-child(4):hover .icon {
        background-image: url(../images/icon8-on.svg);
    }
    .home-our .item:hover .more {
        background-color: #0453E4;
        color: #FFF;
    }
}

@media (max-width:1399px) {
    .home-our {
        height: auto;
    }
    .home-our .item {
        width: 50%;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:1199px) {
    .banner .title {
        font-size: 60px;
    }
    .banner .txt {
        font-size: 22px;
    }
    .home-title .cn {
        font-size: 28px;
    }
    .home-title .en {
        font-size: 32px;
        margin-top: -10px;
    }
    .home-about {
        margin-top: 60px;
    }
    .home-about .pic {
        width: 40%;
    }
    .home-about .content {
        margin-right: 30px;
    }
    .home-about .text p {
        margin-top: 25px;
    }
    .home-partner .content {
        margin-right: 60px;
    }
    .home-our {
        height: auto;
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .home-our .container {
        width: 100%;
    }
    .home-our .item {
        width: 50%;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-our .item .text {
        font-size: 13px;
    }
    .home-our .item .tit {
        font-size: 16px;
    }
    .home-our .content {
        margin-top: 50px;
    }
}

@media (max-width:950px) {
    .banner .title {
        font-size: 32px;
    }
    .banner .txt {
        font-size: 18px;
    }
    .banner .swiper-pagination {
        bottom: 20px;
    }
    .home-about .content {
        margin-right: 0px;
    }
    .home-about .pic {
        width: 100%;
    }
    .home-partner .content {
        margin-right: 40px;
    }
    .home-partner .pic {
        width: 40%;
    }
    .home-partner .text {
        margin-top: 20px;
    }
}

@media (max-width:540px) {
    .banner .title {
        font-size: 24px;
    }
    .banner .txt {
        font-size: 14px;
        margin-top: 15px;
    }
    .banner .txt::before,
    .banner .txt::after {
        width: 50px;
    }
    .home-about {
        margin-top: 40px;
    }
    .home-partner {
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
        margin-top: 50px;
    }
    .home-partner .pic {
        width: 100%;
        margin-top: 30px;
    }
    .home-partner .content {
        margin-right: 0;
    }
    .home-our .content {
        margin-top: 0px;
    }
    .home-our .item {
        width: 100%;
        padding-bottom: 0;
    }
    .home-our .item .text {
        height: auto;
    }
    .banner .company-details {
        font-size: 12px;
        margin-top: 20px;
    }
    .banner .company-details .bottom-icon {
        width: 12px;
        height: 12px;
    }
    .header.scrolled .on a::before {
        display: none;
    }
}

.n-banner .title {
    font-size: 60px;
}

.n-banner .txt {
    font-size: 20px;
    margin-top: 10px;
}

.n-banner .txt::after,
.n-banner .txt::before {
    display: none;
}

.n-banner .swiper-slide {
    overflow: hidden;
}

.n-banner .swiper-pagination {
    bottom: 20px;
}

.crumbs {
    border-bottom: 1px #E1E1E1 solid;
    line-height: 60px;
}

.crumbs a {
    margin-right: 10px;
}

/*.crumbs a::after {
    content: '>';
    margin-left: 10px;
}*/

.about {
    overflow: hidden;
    padding-bottom: 85px;
}

.about .title {
    font-size: 36px;
    color: #0453E4;
    font-family: 'SourceHanSans-Bold';
}

.about .title span {
    padding-bottom: 20px;
}

.about .title span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #0453E4;
    height: 2px;
    width: 90%;
}

.about .zizhi {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 1134px;
}

.about .zizhi .content {
    margin-top: 60px;
}

.about .zizhi .pic-con {
    width: 380px;
    margin-right: 80px;
    overflow: hidden;
}

.about .zizhi .pic img {
    width: 100%;
    overflow: hidden;
}

.about .zizhi .pic-con .tit {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}

.about .zizhi .con {
    padding-top: 40px;
}

.about .zizhi .text-con {
    line-height: 2;
    margin-top: 10px;
}

.about .zizhi .tit {
    font-family: 'SourceHanSans-Bold';
    color: #000;
}

.about .zizhi .text span {
    font-family: 'SourceHanSans-Bold';
    color: #0453E4;
}

.about .zizhi .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    gap: 10px;
}

.about .zizhi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #949494;
    opacity: 1;
}

.about .zizhi .swiper-pagination-bullet-active {
    background-color: #0453E4;
}

.about .team {
    background-color: #EBEEF7;
    height: 667px;
    padding-top: 90px;
    margin-top: 90px;
}

.about .team .content {
    margin-top: 65px;
}

.about .team .swiper-slide {
    overflow: hidden;
    background: #0D48AE;
    height: 354px;
    color: #FFF;
}

.about .team .tit {
    width: 140px;
    height: 140px;
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border: 1px #FFF solid;
    background: url(../images/tit-bg.svg)no-repeat center center;
}

.about .team .text-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: linear-gradient(135deg, #0453E4, #02AFFF);
    padding-left: 55px;
    padding-right: 55px;
    opacity: 0;
}

.about .team .text-con::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    bottom: 15px;
    left: 10px;
    border: 1px #FFF solid;
}

.about .team .name {
    font-size: 22px;
    font-family: 'SourceHanSans-Bold';
    line-height: 28px;
}

.about .team .txt {
    line-height: 28px;
    padding-bottom: 25px;
}

.about .team .txt::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 1px;
    width: 75px;
    background-color: #FFF;
    opacity: .5;
}

.about .team .des {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.about .team .swiper-button-prev,
.about .team .swiper-button-next {
    width: 44px;
    height: 44px;
    background: url(../images/next.svg)no-repeat center;
    background-size: 100%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about .team .swiper-button-prev {
    left: -90px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.about .team .swiper-button-next {
    right: -90px;
}

.about .team .swiper-pagination {
    width: 100%;
    display: none;
    bottom: 0;
}

.about .team .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #949494;
    margin-right: 10px;
    opacity: 1;
}

.about .team .swiper-pagination-bullet-active {
    background-color: #0D48AE;
}

.about .shebei {
    margin-top: 75px;
}

.about .shebei .content {
    margin-top: 30px;
}

.about .shebei .item {
    width: 31.5%;
    margin-right: 2.75%;
    margin-top: 40px;
}

.about .shebei .item:nth-of-type(3n) {
    margin-right: 0;
}

.about .shebei .item .pic {
    overflow: hidden;
    padding-top: 84%;
}

.about .shebei .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.about .shebei .item .text-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 47, 96, .8);
    color: #FFF;
    padding: 25px 25px;
    opacity: 0;
}

.about .shebei .item .text-con .txt {
    font-family: 'SourceHanSans-Bold';
}

.about .shebei .item .text-con .des {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
}

.about .shebei .item .tit {
    font-size: 18px;
    font-family: 'SourceHanSans-Bold';
    line-height: 1;
    margin-top: 18px;
}

.honor {
    margin-top: 5px;
    padding-bottom: 80px;
}

.honor .item {
    margin-top: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #838383;
}

.honor .item:first-child {
    margin-top: 53px;
}

.honor .item:last-child {
    border-bottom: 0;
}

.honor .item .pic {
    width: 468px;
    height: 230px;
    overflow: hidden;
}

.honor .item .pic .more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 140px;
    height: 44px;
    background-color: #FFF;
    font-size: 14px;
    color: #0453E4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    opacity: 0;
    z-index: 9;
}

.honor .item .text-con {
    margin-right: 80px;
}

.honor .item .tit {
    font-size: 18px;
    font-family: 'SourceHanSans-Bold';
    line-height: 32px;
    color: #000;
}

.honor .item .des {
    margin-top: 20px;
    line-height: 2;
    padding-top: 15px;
    color: #555555;
}

.contact {
    padding-bottom: 75px;
    padding-top: 80px;
}

.contact .map {
    width: 730px;
    height: 300px;
    overflow: hidden;
}

.contact .map img {
    width: 100%;
}

.contact .text-con {
    margin-right: 60px;
    padding-top: 30px;
}

.contact .tit {
    font-size: 18px;
    font-family: 'SourceHanSans-Bold';
    line-height: 32px;
}

.contact .text {
    line-height: 36px;
    margin-top: 15px;
}

.contact .text>div {
    padding-left: 30px;
    background-position: left 5px;
    background-repeat: no-repeat;
}

.contact .text>div:nth-child(1) {
    background-image: url(../images/icon11.svg);
}

.contact .text>div:nth-child(2) {
    background-image: url(../images/icon12.svg);
}

.contact .text>div:nth-child(3) {
    background-image: url(../images/icon13.svg);
}

.contact .text>div:nth-child(4) {
    background-image: url(../images/icon14.svg);
}

@media (min-width:1025px) {
    .about .team .swiper-slide:hover .text-con,
    .about .shebei .item:hover .text-con,
    .honor .item:hover .pic .more {
        opacity: 1;
    }
    .about .shebei .item:hover .pic img,
    .honor .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .honor .item:hover .tit {
        color: #0D48AE;
    }
}

@media (max-width:1199px) {
    .n-banner .title {
        font-size: 42px;
    }
    .about .title {
        font-size: 28px;
    }
    .about .zizhi {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about .zizhi .con {
        padding-top: 20px;
    }
    .about .zizhi .pic-con {
        margin-right: 30px;
        width: 40%;
    }
    .about .zizhi .pic-con .tit {
        font-size: 16px;
    }
    .about .zizhi .content {
        margin-top: 30px;
    }
    .about .zizhi .swiper-pagination {
        /* left: calc(40% + 30px); */
    }
    .about .team .swiper-button-prev,
    .about .team .swiper-button-next {
        display: none;
    }
    .about .team .swiper-pagination {
        display: block;
    }
    .about .team .content {
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .about .team .text-con {
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
    }
    .about .team .name {
        font-size: 18px;
    }
    .about .team .des,
    .honor .item .des {
        font-size: 12px;
    }
    .about .shebei .item .tit,
    .honor .item .tit {
        font-size: 15px;
    }
    .about .shebei .content {
        margin-top: 0;
    }
    .honor .item .text-con {
        margin-right: 40px;
    }
    .honor .item .pic {
        width: 45%;
    }
    .contact .map {
        width: 55%;
    }
    .contact .text-con {
        padding-top: 0;
        margin-right: 30px;
    }
}

@media (max-width:950px) {
    .n-banner .title {
        font-size: 32px;
    }
    .about .zizhi .con {
        padding-top: 0;
    }
    .about .zizhi .swiper-pagination {
        bottom: 30px;
    }
    .about .shebei .item {
        width: 49%;
        margin-right: 2%;
    }
    .about .shebei .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .about .shebei .item:nth-child(even) {
        margin-right: 0;
    }
    .honor .item .pic {
        height: 180px;
    }
    .contact .map {
        width: 100%;
        margin-top: 30px;
    }
    .contact .text-con {
        margin-right: 0px;
    }
}

@media (max-width:767px) {
    .about .zizhi .pic-con {
        margin-right: 0;
        width: 100%;
    }
    .about .zizhi .content {
        padding-bottom: 30px;
    }
    .about .zizhi .swiper-pagination {
        /* left: 0; */
        bottom: 0;
        justify-content: center;
    }
}

@media (max-width:540px) {
    .n-banner img {
        width: auto;
        height: 180px;
    }
    .about .zizhi {
        margin-top: 40px;
    }
    .honor .item .pic {
        width: 100%;
        order: 1;
        height: auto;
        padding-top: 65%;
    }
    .honor .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .honor .item .text-con {
        margin-right: 0;
        order: 2;
        margin-top: 20px;
    }
    .contact {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@media (max-width:375px) {
    .about .shebei .item {
        width: 100%;
        margin-right: 0;
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background-color: #fff;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    padding: 30px;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.modal-close:hover {
    color: #333;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-right: 30px;
}

.modal-body {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

@media (max-width: 950px) {
    .about .shebei .item {
        cursor: pointer;
    }
}

.map .amap-marker-label {
    background: transparent;
    color: #0453E4;
    font-size: 12px;
    border: 0px;
}

.image-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.image-viewer.active {
    display: flex;
}

.image-viewer-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.image-viewer-close {
    position: absolute;
    top: -40px;
    right: -40px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

.image-viewer-close:hover {
    color: #ccc;
}

.image-viewer-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 80vh;
    cursor: zoom-in;
}

.image-viewer-img {
    display: block;
    width: 500px;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .image-viewer-close {
        display: none;
    }
}

.image-viewer-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.image-viewer-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.image-viewer-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.image-viewer-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.about .zizhi .pic-con {
    cursor: pointer;
}