.tong, .container {
    max-width: 75rem;
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .tong, .container {
        overflow: hidden;
        padding: 0 15px;
        max-width: 100%;
        width: 100%;
    }
}

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

p {
    margin: 0;
}

.fen img {
    transition-duration: .3s;
}

.fen:hover img {
    transform: scale(1.1);
}

.of {
    overflow: hidden;
}

.tou {
    height: 5rem;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out;
}

.scroll {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    transition: all .3s ease-in-out;
}

.tou .logo {
    line-height: 5rem;
}

.tou .tong {
    max-width: 81rem;
}

.tou .zi {
    width: 80%;
}

.phone {
    width: 11.5rem;
    flex-wrap: nowrap;
    background: #00469D;
    border-radius: 25px;
    padding: 5px;
    margin-left: 2.9rem;
    margin-right: 2.15rem;
    transition: all 0.3s ease-in-out;
}

.phone:hover {
    background: #fabe00;
}

.phone h3 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    flex: 1;
    text-align: center;
}

.tou .zi .zi1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 16px;
}

.tou .zi .zi1 .k1 {
    color: #999999;
    font-size: 13px;
}

.tou .zi .zi1 .k1 a {
    color: #999999;
}

.tou .zi .zi1 .dh {
    font-size: 16px;
    color: #005bac;
    font-family: arial;
    padding-left: 26px;
    background: url(../887e4494/22/02/5da3063ef5126a69ab6d2560ceecef592d3d0a81.png) no-repeat 0 50%;
    margin-left: 16px;
}

.tou .zi .zi2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tou .zi .zi2 .ss {
    line-height: 76px;
    cursor: pointer;
}

.ss img {
    width: 2.5rem;
}

.head_bot #formsearch {
    width: 370px;
    height: 41px;
    position: absolute;
    right: 10%;
    top: 100%;
    z-index: 111;
    background: #fff;
    display: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.head_bot #formsearch input {
    border: none;
    background: none;
    outline: none;
    line-height: 41px;
    height: 41px;
}

.head_bot #formsearch input#keyword {
    float: left;
    color: #999999;
    text-indent: 14px;
    width: calc(100% - 67px);
}

.head_bot #formsearch input#keyword::-webkit-input-placeholder {
    color: #999999;
}

.head_bot #formsearch input#s_btn {
    float: right;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 67px;
    padding: 0;
    background: var(--primary-color);
}

.x-banner {
    position: relative;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.wz_box h1 {
    font-weight: bold;
    font-size: clamp(2.25rem, 1.45rem + 4vw, 5rem);
    color: #0451AE;
    letter-spacing: 30px;
    text-stroke: 2px #FFFFFF;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 2px #FFFFFF;
}

.wz_box {
    text-align: center;
}

.wz_box .title p {
    font-weight: normal;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.content {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin: 1.5rem 0 1rem;
}

.lxwm {
    width: 155px;
    height: 46px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0B4E9F;
    transition: all 0.3s ease-in-out;
}

.lxwm:hover {
    background: var(--text-primary);
    color: #fff;
}

.x-banner img {
    width: 100%;
}

.x-banner .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-size: cover;
  background-position: center; */
    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;
    color: #fff;
}

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

.tit {
    text-align: center;
}

.tit p {
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
    font-style: normal;
    text-transform: uppercase;
}


h2.bt {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    color: var(--primary-color);
}

@media (max-width: 1200px) {
    h2.bt {
        font-size: 32px;
    }
}

@media (max-width: 780px) {
    h2.bt {
        font-size: 24px;
    }

    .wz_box h1 {
        -webkit-text-stroke: 1px #ffffff;
        text-stroke: 1px #ffffff;
    }
}


html {
    overflow-x: hidden;
}

/* 轮播搜搜 */
.hotss .rs {
    background: url(../images/hot.svg) no-repeat left center;
    padding-left: 43px;
    line-height: 78px;
    font-size: 14px;
    color: #666666;
}

.hotss {
    border-bottom: 1px solid #e8e8e8;
}

.hotss .rs a {
    color: #888888;
}

.hotss .rs a::after {
    content: "|";
    color: #888888;
    margin: 0 13px;
}

.hotss .rs a:last-child::after {
    display: none;
}

.hotss .rs a:first-child {
    margin-left: 6px;
}

.hotss .rs a:hover {
    color: #1e5eb7;
}

.hotss .search-box {
    width: 294px;
    border-radius: 30px;
    background: #f2f2f2;
    position: relative;
    margin-top: 14px;
}

.hotss .search-box #keyword {
    width: 100%;
    font-size: 14px;
    line-height: 46px;
    border: none;
    background: none;
    outline: none;
    padding-left: 24px;
    padding-right: 54px;
}

.hotss .search-box #s_btn {
    position: absolute;
    right: 18px;
    width: 36px;
    height: 20px;
    top: 13px;
    border: none;
    outline: none;
    border-left: 1px solid #444444;
    background: url(../images/sou.svg) no-repeat center;
}

.hotss .search-box #keyword::placeholder {
    color: #888888;
}

/* 产品中心 */

.product {
    margin-top: 52px;
}

.bt .p1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 40px;
}

.bt .p2 {
    text-align: center;
    background: url(../images/line.png) no-repeat center;
    /* background-size: 100%; */
    font-size: 20px;
    color: #666666;
    margin-top: 22px;
}

.pro .hd {
    /* width: 756px; */
    margin: 0 auto;
    margin-top: 40px;
    /* overflow: auto; */
}

.pro .hd ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pro .hd ul li {
    width: 174px;
    /* min-width: 174px; */
    line-height: 54px;
    background: #eeeeee;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    white-space: nowrap;
}

.pro .hd ul li a {
    color: #333333;
}

.pro .hd ul li.on {
    background: var(--primary-color);
}

.pro .hd ul li.on a {
    color: #ffffff;
}

/* .pro .hd ul li::after {
    width: 26px;
    height: 13px;
    position: absolute;
    content: "";
    background: url(../images/down.png);
    bottom: -7px;
    left: 50%;
    margin-left: -13px;
    opacity: 0;
} */

.pro .hd ul li.on::after {
    opacity: 1;
}

.pro .bd {
    margin-top: 57px;
}

.pro .bd ul {
    /*display: flex;*/
    /*gap: 1.25rem;*/
    /*justify-content: space-between;*/
}

.ppp {
    width: 23.3%;
}

.ppp .pimg {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.ppp .pimg img {
    display: block;
    margin: 0 auto;
    transition: all 0.8s;
    max-width: 100%;
}

.ppp:hover .pimg img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.ppp p {
    line-height: 56px;
    text-align: center;
    background: #e5e5e5;
    font-size: 16px;
    color: #555555;
    transition: all 0.8s;
}

.ppp:hover p {
    background: var(--primary-color);
    color: #ffffff;
}

@media (max-width: 992px) {
    .pro .bd ul {
        /*flex-wrap: wrap;*/
    }

    .ppp {
        width: 48%;
    }

    .pro .hd {
        overflow: auto;
    }

    .pro .hd ul li {
        min-width: 174px;
    }
}



.title .p0 {
    font-weight: bold;
    font-size: 3.4rem;
    color: #FFFFFF;
    line-height: 1;
    text-stroke: 3px #F0F0F0;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 3px #F0F0F0;
}

.title .p1 {
    font-size: 12px;
    font-weight: bold;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    transform: translateY(-11px);
}

.title .line_3 {
    display: block;
    width: 59px;
    height: 2px;
    margin-right: 1rem;
    background: #004DA1;
}

.title .p2 {
    font-size: 42px;
    font-weight: normal;
    color: #000000;
}

/* 关于我们 */
.box4 {
    margin-top: 5rem;
    padding-top: 66px;
    padding-bottom: 12.3rem;
    background: url(../images/new_bj.png) no-repeat bottom center;
    background-size: cover;
}

.aleft {
    width: 46%;
}

.aleft img {
    width: 100%;
}

.aright {
    width: 42%;
    /* margin-top: 7%; */
}

.abt dd {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}

.abt dt {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 7px;
}

.acon {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin: 5.4% 0;
}

.aright a {
    display: block;
    width: 135px;
    height: 44px;
    background-color: #ffffff;
    line-height: 44px;
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.abox {
    margin-bottom: 45px;
}



.tab-con {
    position: relative;
    margin: 0 -10px;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.rsort {
    margin-bottom: 41px;
}

.rsort li {
    color: #666666;
    font-size: 16px;
    margin-right: 34px;
    float: left;
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.rsort li.active {
    color: #00a0dd;
    border-color: #00a0dd;
}

.box4 .tong {
    position: relative;
    overflow: visible !important;
}

.tab-con .tab-main .img {
    border: 2px solid #2a5d7e;
}

.tab-con .tab-main .img img {
    width: 100%;
}

.tab-con .tab-main .slick-slide {
    margin: 0 10px;
}

.tab-con .slick-dots {
    font-size: 0;
    text-align: center;
    margin-top: 52px;
}

.tab-con .slick-dots li {
    width: 8px;
    height: 3px;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.tab-con .slick-dots li button {
    background: none;
    outline: none;
    border: none;
}

.tab-con .slick-dots li.slick-active {
    width: 20px;
}

@media (max-width: 992px) {

    .aleft,
    .aright {
        width: 100%;
    }

}


.tab-con {
    /* position: absolute;
    bottom: 0;
    width: 100%; */
}

.rsort_box {
    background: #ffffff;
    padding: 1.4rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0px 6px 12px 1px rgba(0,0,0,0.16);
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main p {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

/* 应用领域 */
.case {
    /* padding: 74px 0 105px; */
    /* padding: 3.8% 0 5.4%; */
    padding-top: 287px;
    margin-bottom: 5rem;
}

.case_cont {
    justify-content: space-between;
    align-items: center; /* 垂直居中 */
    margin-top: 3.3%;
}

.case_left {
    /* width: calc(1054 / 1500 * 100%); */
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    object-fit: contain;
}

.case_left ul {
    height: 100%;
}

.case_left li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.case_left li.curs {
    position: relative;
    z-index: 20;
    visibility: visible;
    opacity: 1;
}

.case_left li a {
    height: 100%;
}

.case_left li .imgs {
    /* padding-top: calc(604 / 1054 * 100%); */
    width: 100%;
    height: 100%;
}

.case_left li .imgs {}

.case_tel {
    background-color: #eeeeee;
    padding: 4.5% 6.5%;
    justify-content: flex-start;
    align-items: center;
}

.case_tel_tis {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.34;
    letter-spacing: 0px;
    color: #666666;
    padding-left: 4.2em;
    text-align: center;
    padding-right: 1em;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 7.4em;
    margin-right: 1.3em;
    flex-shrink: 0;
    position: relative;
}

.case_tel_tis::before {
    content: "";
    display: block;
    width: 3.2em;
    height: 3.2em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-1.6em);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* background-image: url("//cdn.myxypt.com/5a068d92/25/07/b22b2a13ec2ba292ad079a59cfa5dab16edfbfdf.png"); */
    background-color: var(--primary-color);
    border-radius: 50%;
}

.case_tel .tel {
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 0px;
    color: var(--dth-color);
}


.case_right {
    width: 27.7%;
    /* width: 446px; */
}

.case_right_lis {}

.case_right_lis li {
    cursor: pointer;
}

.case_right_lis li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #f9f9f9;
    /* padding: 22px; */
    padding: 1.7rem 4.7%;
    border-bottom: 2px solid #eeeeee;
    position: relative;
    transition: 0.3s ease;
}

.case_right_lis li a::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    background-color: transparent;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 18px solid var(--dth-color);
    margin-top: -19px;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.case_right_lis li:last-child a {
    border-bottom: none;
}

.case_right_lis li.curs a {
    background-color: var(--primary-color);
}

.case_right_lis li.curs a::before {
    visibility: visible;
    opacity: 1;
}

.case_right_lis li .text {
    flex-grow: 1;
    text-align: left;
}

.case_right_lis li .text h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    transition: 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_right_lis li.curs h3 {
    color: #ffffff;
}

.case_right_lis li .text h5 {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #888;
    margin-top: 0.34em;
    transition: 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_right_lis li.curs h5 {
    color: #ffffff;
}

.case_right_lis li .imgs {
    width: 140px;
    flex-shrink: 0;
    border: solid 1px #ffffff;
    margin-right: 8%;
}

.case_right_lis li .imgs .fixed_ratio {
    /* padding-top: calc(604 / 1054 * 100%); */
}

.case_right_lis li .imgs img {}


@media (max-width: 1560px) {
    .case_right {
        width: 28.5vw;
    }

    .case_right_lis li .imgs {
        width: 8.98vw;
    }

    .case_tel_tis {
        font-size: 1.1vw;
    }

    .case_tel .tel {
        font-size: 1.9vw;
    }
}

@media (max-width: 1400px) {
    .case_right {
        width: 400px;
    }
    .case_left {
        flex: 1;
    }

    .case_right_lis li a::before {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid var(--dth-color);
        margin-top: -12px;
    }

    .case_right_lis li .text h3 {
        font-size: 16px;
    }

    .case_right_lis li .text h5 {
        font-size: 12px;
    }

    .case_right_lis li .imgs {
        width: 124px;
    }

    .case_tel_tis {
        font-size: 16px;
    }

    .case_tel .tel {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {

    .case_cont {
        margin-top: 30px;
    }

    .case_right {
        width: 380px;
    }

    .case_right_lis li a {
        padding: 3%;
    }
}

@media (max-width: 990px) {

    .case_cont {
        flex-flow: column;
    }

    .case_left {
        width: 100%;
    }

    .case_right {
        width: 100%;
    }

    .case_right_lis ul {
        display: flex;
        align-items: unset;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .case_right_lis li {
        width: 50%;
    }

    .case_right_lis li a {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .case_right_lis li .imgs {
        margin-left: 0;
        margin-right: 5%;
    }

    .case_right_lis li a::before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid var(--dth-color);
        border-top: none;
        left: 50%;
        margin-top: 0;
        margin-left: -12px;
        top: -12px;
    }

    .case_tel {
        padding: 20px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {

    .case_cont {
        margin-top: 24px;
    }

    .case_right_lis li {
        width: 100%;
    }

    .case_right_lis li .text h3 {
        font-size: 16px;
    }

    .case_right_lis li .text h5 {
        font-size: 13px;
    }

    .case_tel {
        padding: 10px;
    }

    .case_tel_tis {
        width: 6.8em;
        font-size: 14px;
        padding-left: 3.6em;
    }

    .case_tel_tis::before {
        width: 3em;
        height: 3em;
        transform: translateY(-1.5em);
    }
}


/* 我们的服务 */
.box1 {
    padding: 5rem 0 6rem;
}

.bul {
    /* margin-top: -45px; */
    position: relative;
    z-index: 999;
    margin-top: 5.9rem;
    align-items: stretch;
}

.box1 .bt .p1,
.box1 .bt .p2 {
    color: #ffffff;
}

.bul li {
    width: 23.9%;
    background-color: #f1f1f1;
    position: relative;
    padding: 74px 40px 25px 30px;
}

.bul li .img {
    width: 83px;
    height: 83px;
    /* background-color: #00a0dd; */
    text-align: center;
    line-height: 83px;
    position: absolute;
    top: -41px;
    left: -1;
}

.bul li a {
    display: block;
    color: #00a0dd;
    font-size: 12px;
}

.bul li .miao {
    color: #939393;
    font-size: 14px;
    line-height: 25px;
    margin: 18px 0 16px;
}

.bul li h3 {
    letter-spacing: 1px;
    color: #282828;
    font-size: 20px;
}

.bcon {
    line-height: 24px;
    letter-spacing: 1px;
    color: #939393;
    font-size: 14px;
    margin-top: 15px;
}

.bcon p {
    padding-left: 30px;
    margin-bottom: 10px;
}


.bul li:hover {
    background-color: #2680EB;
}

.bul li:hover .bcon p {
    color: #fff;
}

.bul li:hover h3,
.bul li:hover .miao {
    color: #fff;
}

.bul li:hover .img {
    /* background-color: #f1f1f1; */
}

.bul li .img2 {
    display: none;
}

.bul li:hover .img1 {
    display: none;
}

.bul li:hover .img2 {
    display: inline-block;
}

@media (max-width: 768px) {
    .bul li {
        width: 48%;
        margin-bottom: 50px;
    }

    .bul li .img {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: -25px;
    }
    .bt .p2 {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .bul li {
        padding: 40px 10px 15px 10px;
        margin-bottom: 40px;
    }
}


/* 荣誉资质 */
.box5 {
    background: #f5f5f5;
    padding: 48px 0 38px;
}

.hcont {
    margin-top: 40px;
}

.fw {
    position: relative;
    width: 61.88%;
    padding: 0 68px;
}

.fw .mySwiper2 {
    overflow: hidden;
}

.fw .swiper-slide {
    text-align: center;
}

.fw .swiper-slide .img {
    overflow: hidden;
    position: relative;
    height: 362px;
    display: flex;
    align-items: center;
}

.fw .swiper-slide img {
    width: 100%;
    display: block;
    transition: all 0.8s;
}

.fw .swiper-slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.fw .swiper-slide .wz2 {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 52px;
    border: 1px solid #d0d0d0;
    height: 52px;
}


.fw .swiper-slide .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease;
}

.fw .swiper-slide .wz1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.fw .swiper-slide .wz1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.fw .swiper-slide .wz1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.fw .swiper-slide:hover .mask {
    opacity: 1;
}


.fw .swiper-slide:hover .wz1::before {
    width: 16px;
}

.fw .swiper-slide:hover .wz1::after {
    width: 16px;
}

.fw .swiper-slide h3 {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fw .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 16px;
    height: 34px;
    opacity: 1;
    z-index: 999;
    background: url(../images/left_11.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -17px;
}

.fw .swiper-button-next2 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 34px;
    opacity: 1;
    z-index: 999;
    background: url(../images/right_11.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -17px;
}

.fw .swiper-pagination2 {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 25px;
    position: relative;
    z-index: 9999;
}

.fw .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 100%;
    background: #d1d1d1;
    opacity: 1;
    cursor: pointer;
}

.fw .swiper-pagination-bullet-active {
    background: #0B4E9F;
    opacity: 1;
}

.honor {
    width: 35.12%;
}

.hott {
    background: #0B4E9F;
    padding: 22px 0 18px;
}

.hott h2 {
    color: #fff;
    font-size: 24px;
    margin-left: 18px;
}

.hott .hmo {
    color: #0B4E9F;
    font-size: 14px;
    margin-left: 18px;
    background-color: rgb(255, 255, 255);
    width: 123px;
    line-height: 41px;
    text-align: center;
    display: block;
    margin-top: 14px;
}

.hotu {
    width: 100%;
}

.hotu img {
    width: 100%;
    display: block;
}


.box6 {
    padding: 55px 0 22px;
}

.p3a {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    flex-wrap: wrap;
}

.p3a1 {
    width: 50%;
}

.p3a1 img {
    width: 100% !important;
    height: 545px;
}

@media(max-width:500px) {
    .p3a1 img {
        max-width: 100%;
        height: auto !important;
        width: auto !important;
    }
}

.p3a2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p3a2a {
    /* background: url(//cdn.myxypt.com/7fa0e5d3/25/03/2ca5ccdd101696713a784808d2051bed45839a6a.png) no-repeat center center; */
    background-size: cover;
    height: 47.3%;
    padding: 2.6rem 1rem 1rem 2.1rem;
}

.p3a2a h3 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    font-weight: bold;
}

.p3a2a img {
    max-width: 100%;
    display: block;
    margin-top: 2.6rem;
}

.p3a2b {
    display: flex;
    justify-content: space-between;
    height: 50%;
    /* overflow: hidden; */
}

.p3a2b .p3a2b1 {
    width: 48.8%;
}

.p3a2b .p3a2b1 p {
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

.p3a2b .p3a2b1 img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}


.p3a2b .p3a2b2 {
    width: 48.8%;
    background: #0c9f95;
}

.p3a2b2 li {
    height: 100%;
}

.p3a2b .p3a2b2 a {
    color: #fff;
    padding: 0 2.7rem 0 2.3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.p3a2b .p3a2b2 a span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.p3a2b .p3a2b2 a h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p3a2b .p3a2b2 a p {
    font-size: 14px;
    line-height: 1.9;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}


.p3b {
    margin-top: 2.25rem;
    position: relative;
    padding-bottom: 2.75rem;
}

.p3b .p3b-swiper {
    overflow: hidden;
}

.p3b .swiper-slide a {
    display: block;
    padding-bottom: 1.8rem;
    border-bottom: 6px solid #d1d1d1;

}

.p3b .swiper-slide:hover a h3 {
    color: #0c9f95;
}

.p3b .swiper-slide a h3 {
    font-size: 18px;
    line-height: 23px;
    height: 23px;
    color: #333333;
    margin-bottom: 0.7rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p3b .swiper-slide a span {
    font-size: 14px;
    line-height: 1.58;
    color: #0c9f95;
    display: inline-block;
    margin-bottom: 1rem;
}

.p3b .swiper-slide a p {
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.p3b-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3b-pagination .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #d1d1d1;
    border-radius: 50%;
    transition: all ease .36s;
    opacity: 1;
    margin: 0 6px;
    outline: none;
}


.p3b-pagination .swiper-pagination-bullet-active {
    background-color: #0c9f95;
}



@media(max-width: 1450px) {
    .p3a2a {
        padding: 1.6rem 1rem 0.5rem 2.1rem;
    }

    .p3a2a img {
        margin-top: 1.6rem;
    }

    .p3a2b .p3a2b2 a {
        padding: 1rem 2.7rem 2rem 2.3rem;
    }
}

@media(max-width: 1366px) {
    .p3a2b .p3a2b2 a {
        padding: 1rem 0.7rem 2rem 1.3rem;
    }
}

@media(max-width: 1024px) {
    .p3a2b .p3a2b2 a span {
        margin-bottom: 0.5rem;
    }

    .p3a2b .p3a2b2 a h3 {
        margin: 1.5vw 0;
        font-size: 16px;
    }

    .p3b .swiper-slide a h3 {
        font-size: 16px;
    }

    .p3a2a img {
        margin-top: 10vw;
    }
}

@media(max-width: 768px) {

    .fw,
    .honor {
        width: 100%;
    }

    .p3a1 {
        width: 100%;
    }

    .p3a2a h3 {
        font-size: 18px;
    }

    .p3a2 {
        width: 100%;
        margin-top: 2%;
    }

    .p3a2a img {
        margin-top: 25px;
    }

    .p3a2a {
        padding: 30px 15px;
    }
}

@media(max-width: 500px) {
    .p3a2a {
        height: initial;
    }

    .p3a2a h3 {
        font-size: 1.6rem;
    }

    .p3a2a img {
        max-width: 75%;
    }

    .p3a2b {
        flex-wrap: wrap;
        height: initial;
        margin-top: 2%;
    }

    .p3a2b .p3a2b1 {
        width: 100%;
    }

    .p3a2b .p3a2b2 {
        width: 100%;
    }

    .p3a2b .p3a2b2 a {
        padding: 25px 15px;
    }

    .p3a2b .p3a2b2 a span {
        font-size: 1.4rem;
    }

    .p3a2b .p3a2b2 a h3 {
        font-size: 16px;
        margin: 11px 0 15px;
    }

    .p3a2b .p3a2b2 a p {
        font-size: 14px;
        line-height: 24px;
    }

    .p3b .swiper-slide a h3 {
        font-size: 15px;

    }

    .p3b .swiper-slide a p {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 24px;
        overflow: hidden;
    }
}


.news-index {
    padding: 5rem 0 7rem;
    background: #FFFFFF;
}

.news-index1 {
    border-bottom: 2px solid #dbdbdb;
    padding: 1.30208333333333vw 0;
    align-items: center;
}

.nsort {
    width: 80%;
    justify-content: flex-start;
}

.nsort li {
    background: #fff;
    width: 174px;
    height: 54px;
    border-radius: 40px;

}

.nsort li a {
    display: block;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
}

.nsort li.cur {
    background: var(--primary-color);
    box-shadow: 0px 14px 14px 1px rgba(2, 56, 148, 0.2);
}

.nsort li.cur a {
    color: #fff;
}

.nmore a {
    display: block;
    color: #999999;
    font-size: 16px;
}

.news-wrap {
    /* margin-top: 3.22916666666667vw; */
}

.newsl {}

.newslist1 li {}

.newslist1 li .img1 img {
    width: 100%;
}

.newslist1 li .wz {
    margin: 0 0.5rem;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-top: -4.85rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    /* padding: 1.4rem .9rem .8rem; */
}

.newslist1 li .wz .wzz {
    padding: 1.4rem .85rem;
}

.newslist1 li .wz1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: 1px solid #999999; */
    padding: 0 1.6rem .8rem .9rem;
}

.newslist1 li .wz1 span {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #111111;
    background: url(../images/time.png) no-repeat left;
}

.newslist1 li .wz2 {
    width: 13.9rem;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist1 li .line {
    width: 39px;
    height: 2px;
    background: #cccccc;
    margin: .65rem 0 9px;
}

.newslist1 li .wz3 {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist1 li .wz:hover .line {
    background: var(--primary-color);
}

.newslist1 li:hover .wz2 {
    color: var(--primary-color);
}

.new_jiantou {
    width: 30px;
    height: 30px;
    background: url(../images/news_left.png) no-repeat center;
    background-size: 100%;
}

.newslist1 li .wz:hover .new_jiantou {
    background: url(../images/news_left_1.png) no-repeat center;
    background-size: 100%;
}

.newSlideTxtBox {
    margin-top: 2rem;
}

.newSlideTxtBox .hd ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.newSlideTxtBox .hd li {
    width: 11.2rem;
    height: 2.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9D9D9D;
    border-radius: 0px 0px 0px 0px;
    font-size: .9rem;
    color: #ffffff;
    cursor: pointer;
}

.newSlideTxtBox .hd .on {
    background: var(--primary-color);
    color: #ffffff;
    position: relative;
}

.newSlideTxtBox .hd .on::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 6px solid var(--primary-color);
}

.newSlideTxtBox .bd {
    margin-top: 2.35rem;
}



@media(max-width: 992px) {
    .newslist1 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 782px) {
    .newslist1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


/* 联系我们 */
.box11 {
    background: #181818;
    margin-top: 39px;
    padding-bottom: 15px;
}

.box11 .tong {
    overflow: visible;
}

.bul_x {
    margin-top: -45px;
    position: relative;
    z-index: 999;
    align-content: stretch;
}

.bul_x li {
    width: 23.9%;
    position: relative;
    padding: 74px 40px 25px 30px;
}

.bul_x li .img {
    width: 83px;
    height: 83px;
    /* background-color: #00a0dd; */
    text-align: center;
    line-height: 83px;
    position: absolute;
    top: -41px;
    left: 0;
}

.bul_x li a {
    display: block;
    color: #00a0dd;
    font-size: 12px;
}

.bul_x li .miao {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 18px 0 16px;
}

.bul_x li h3 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.bcon_x {
    line-height: 24px;
    letter-spacing: 1px;
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
}

.bul_x li:hover .bcon p {
    color: #fff;
}

.bul_x li:hover h3,
.bul_x li:hover .miao {
    color: #fff;
}



.map img {
    width: 100%;
}

.bq {
    color: #161616;
    opacity: 0.5;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

.bq a {
    color: #161616;
}

.ft1 .tong {
    position: relative;
}

.tleft:after {
    background-color: #f1f1f1;
    width: 75.8%;
    display: block;
    position: absolute;
    left: -50%;
    height: 100%;
    content: '';
    top: 0;
}

.tbox {
    position: relative;
    z-index: 999;
}

.dwz {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    margin: 36px 0 28px;
}

.tleft {
    width: 20.7%;
    padding-top: 4.5%;
}

.tright:after {
    background-color: #0B4E9F;
    width: 125%;
    display: block;
    position: absolute;
    right: -50%;
    height: 100%;
    content: '';
    top: 0;
}

.tbox2 {
    position: relative;
    z-index: 999;
}

.tright {
    padding: 6% 0;
    width: 68%;
}

.tbox2 h3 {
    letter-spacing: 1px;
    font-size: 24px;
    color: #ffffff;
}

.han {
    margin-top: 36px;
}

.han a {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 34px;
    padding-left: 16px;
    position: relative;
    /* background: url(//cdn.myxypt.com/45d5ff2d/22/10/3889033cbb05a441d74dd4e3dec6b4ed9e5ebb95.png) no-repeat left center; */
}

.han a::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.lxwm_fot p {
    color: #ffffff;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 16px;

}

.hang {
    width: 25%;
}

.lxwm_fot p {
    padding-left: 28px;
    background: url(../images/dizhi.png) no-repeat 3px center;
    background-position-y: top;
}

.lxwm_fot p:nth-child(2) {
    background: url(../images/dianhua.png) no-repeat 3px center;
    background-position-y: top;
}

.lxwm_fot p:nth-child(3) {
    background: url(../images/youxiang.png) no-repeat left center;
    background-position-y: top;
}

.lxwm_fot p:nth-child(4) {
    background: url(../images/chuanzhen.png) no-repeat left center;
    background-position-y: top;
}

.lxwm_fot {
    margin-top: 41px;
}

.lx {
    width: 40%;
}

.tewm {
    margin-top: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.guan {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tewm img {
    max-width: 95px;
}



.foot-link {
    width: 100%;
    height: 37px;

    background-color: #ffffff;
    border-left: 2px solid #00a0dd;
}

.foot-link .link1 {
    width: 50%;
    padding-left: 12px;
    position: relative;
    line-height: 37px;
    font-size: 14px;
    color: #999999;
}

.link1-con {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #999999;
    padding: 10px;
}

.link2-con a,
.link1-con a {
    line-height: 24px;
    display: block;
}

.foot-link .link2 {
    width: 20%;
    position: relative;
    line-height: 37px;
    text-align: center;
}

.link2-con {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #999999;
    padding: 5px;
    min-width: 61px;
}

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

@media(max-width: 768px) {
    .bul li {
        width: 48%;
        margin-bottom: 50px;
    }

    .video_click:after {
        background: url(../images/videoclick.png) no-repeat center !important;
        background-size: 20% !important;
    }

    .bt .p2 {
        background-size: 100%;
    }

    .bul_x li {
        width: 48%;
        margin-bottom: 50px;
    }

    .bt1 dt {
        font-size: 26px;
    }

    .box4 {
        padding-bottom: 40px;
    }

    .tab-con .slick-dots {
        margin-top: 30px;
    }

    .acon {
        font-size: 14px;
        line-height: 24px;
    }

    .aright {
        margin-top: 0;
    }

    .box4 {
        margin-top: 40px;
    }

    .hbj h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 10px 0 15px;
    }

    .hbj p {
        font-size: 14px;
        line-height: 24px;
    }

    .nul li {
        width: 48%;
        margin-bottom: 20px;
    }

    .nn a {
        margin-top: 16px;
    }

    .prod .slick-next {
        right: 15.5%;
    }

    .prod .slick-prev {
        right: calc(15.5% + 60px);
    }

    .tleft {
        display: none;
    }

    .tright {
        width: 100%;
    }

    .ft1 {
        background: #0B4E9F;
    }

    .hang {
        display: none;
    }

    .lx,
    .guan {
        width: 100%;
        float: none;
    }

    .bul_x li h3 {
        font-size: 18px;
    }
    
    .bul_x li .img {
        position: relative;
    }
}

/*# sourceMappingURL=index.css.map */