.tong {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .tong {
        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: 18px;
    color: #666666;
}

.hotss {
    background: #F3F2F7;
    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: var(--primary-color);
}

.hotss .search-box {
    width: 294px;
    /* border-radius: 30px; */
    background: #ffffff;
    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;
    background-size: contain;
}

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

/* 产品中心 */

.product {
    padding: 5rem 0;
}
.product .swiper-wrapper {
    /*width: 100% !important;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*row-gap: 1.5rem;*/
}
.product .swiper-wrapper {
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*grid-template-rows: auto auto;*/
    /*gap: 15px;*/
    /*width: 100%;*/
}
.product .product-grid {
    /*display: none;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 一行3个 */
    grid-template-rows: repeat(2, auto);   /* 两行 */
    gap: 15px;
    width: 100%;
}
.product .swiper-container {
    /*width: 100%;*/
    height: auto;
}
.product .swiper-slide {
    /*width: 100% !important;*/
    /*height: 380px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}



.product_swiper_prev, .product_swiper_next {
    width: 5.8rem !important;
    height: 11.3rem !important;
    top: 46% !important;
    z-index: 0 !important;
}

.product_swiper_prev {
    background: url(../images/left.png) no-repeat center !important;
    background-size: 100% 100%;
    left: 0 !important;
}

.product_swiper_prev:hover {
    background: url(../images/left_1.png) no-repeat center !important;
    background-size: 100% 100%;
}

.product_swiper_next {
    background: url(../images/right.png) no-repeat center !important;
    background-size: 100% 100%;
    right: 0 !important;
}
.product_swiper_next:hover {
    background: url(../images/right_1.png) no-repeat center !important;
    background-size: 100% 100%;
}

.bt {
    display: flex;
    justify-content: center;
}

.bt .p1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    white-space: nowrap;
}

.bt img {
    max-width: 100%;
}

.bt .p1 strong {
    font-size: 0;
    line-height: 1;
    font-weight: normal;
}

.bt .p1 i {
    font-family: KaiTi, KaiTi;
    font-weight: 400;
    font-size: 4rem;
    line-height: 1;
    position: relative;
}

.bt .p1 i img {
    position: absolute;
    right: 1rem;
    top: .5rem;
}

.bt .p1 b {
    display: inline-block;
    font-weight: 400;
    font-size: 2.9rem;
    transform: translateY(0.75rem);
}

.bt .p1 span {
    color: var(--text-primary);
}

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

.bt_title {
    position: relative;
}

/* .bt_title::before {
    content: "";
    position: absolute;
    left: 28%;
    top: 50%;
    transform: translateY(-50%);
    width: 13.6rem;
    height: 100%;
    background: url(../images/left.svg) no-repeat center;
}

.bt_title::after {
    content: "";
    position: absolute;
    right: 28%;
    top: 50%;
    transform: translateY(-50%);
    width: 13.6rem;        
    height: 100%;
    background: url(../images/right.svg) no-repeat center;
} */

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

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

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

.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;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 2.5rem;
    justify-content: center;
    padding: 0 3.5rem;
}

.ppp {
    /*width: 31.3%;*/
    width: 100%;
    border: 1px solid #707070;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.ppp .pimg {
    margin: 8px;
    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: 52px;
    text-align: center;
    background: #ffffff;
    font-size: 22px;
    color: #000000;
    transition: all 0.8s;
}

.ppp:hover p {
    color: var(--text-primary);
}


@media (max-width: 992px) {
    .pro .bd ul {
        flex-wrap: wrap;
    }
    
    .product .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .ppp {
        width: 100%;
    }

    .pro .hd {
        overflow: auto;
    }

    .pro .hd ul {
        justify-content: flex-start;
    }

    .pro .hd ul li {
        min-width: 174px;
    }
    .product_swiper_prev, .product_swiper_next {
        top: 52% !important;
    }
}



.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 {
    padding-top: 3.5rem;
    padding-bottom: 5.8rem;
    background: url(../images/ab_bj.webp) no-repeat bottom center;
    background-size: cover;
}

.aleft {
    width: 46%;
}

.aleft img {
    width: 100%;
}

.aright {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-top: 7%; */
}

.abt dd {
    color: #343434;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

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

.acon {
    color: #343434;
    font-size: 18px;
    line-height: 2;
    margin: 5.4% 0;
}

.aright a {
    text-align: center;
    color: var(--text-primary);
    font-size: 18px;
}

.abox {
    /* margin-bottom: 45px; */
    display: flex;
    justify-content: space-between;
}



.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%;
    }

    .abox {
        flex-wrap: wrap;
    }

}


.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;
}



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

.box1_wz {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 3rem;
}

.bul {
    /* margin-top: -45px; */
    position: relative;
    z-index: 999;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    /* 减小六边形之间的间距，按需调整（px） */
}

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

.bul li {
    /* 计算宽度以适配 5 个元素并保留 gap（4 * 8px = 32px） */
    width: 12.45rem;
    height: 14.4rem;
    background: #f1f1f1;
    position: relative;
    /* 使用上下尖的六边形（clip-path）并保持宽高比例 */
    aspect-ratio: 1 / 1;
    /* 高宽比：可调整为 1/0.86 等微调形状 */
    /* 上下尖六边形 */
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 内容靠上，以便图标靠近上尖 */
    /* padding-top: 34px; */
    transition: background .28s ease, transform .28s ease;
    cursor: default;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

/* 内部微布局：图标、标题、说明 */


/* .bul li h3 {
    margin: 0;
    color: #009943;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
} */

.bul li .bcon {
    margin-top: 12px;
    text-align: center;
    padding: 0 18px;
}

.bul li::before {
    /* 顶部阴影高亮，增强立体感 */
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bul li .img {
    width: 64px;
    height: 64px;
    /* background-color: #00a0dd; */
    text-align: center;
    /*line-height: 83px;*/
}

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

.bul li .miao {
    font-size: 1rem;
    color: #707070;
    line-height: 1.5;
    text-align: center;
    padding: 0 1.35rem;
}

.bul li h3 {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.3rem;
    color: #009943;
    margin: 12px 0;
}

.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: var(--primary-color);
}

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

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

.bul li:hover .img1 {
    filter: brightness(0) invert(1);
}

/* utility: rotate image 180deg */
.rotate-180 {
    transform: rotate(180deg);
    transform-origin: center center;
    display: inline-block;
}

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

    .bul li .img {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .bt .p2 {
        font-size: 14px;
    }
}

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

/*招商*/
.zhaomu {
    padding: 3.5rem 0 5rem;
}

.zhaomu .bt {
    justify-content: center;
}

.homeZsTitle {
    display: block;
    width: 443px;
    margin: 0 auto;
    height: 146px;
    margin-top: 1660px;
}

.homeZsWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 80px;
}

.homeZsWrap .homeZsWrap_left {
    width: 40%;
}

.homeZsWrap h3 {
    font-weight: bold;
    font-size: 26px;
    color: #000000;
}

.homeZsWrap .wz {
    font-weight: 400;
    font-size: 1rem;
    color: #707070;
    line-height: 1.5;
    margin: .8rem 0;
}

.wz_dh {
    font-weight: bold;
    font-size: 26px;
    color: #009943;
}


.homeZsWrap div:nth-of-type(1) a {
    margin: 22px 0 15px 0;
    display: block;
    width: 350px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #009943;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

.homeZsWrap div:nth-of-type(1) a img {
    margin-left: 30px;
}

.homeZsWrap div:nth-of-type(2) {
    margin-left: 50px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homeZsWrap div:nth-of-type(2) p {
    cursor: pointer;
    position: relative;
    width: 213px;
    height: 213px;
    overflow: hidden;
}

.homeZsWrap div:nth-of-type(2) p img {
    display: block;
    position: absolute;
    z-index: 1;
}

.homeZsWrap div:nth-of-type(2) p i {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 26px;
    letter-spacing: 3px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 130px;
}

.moveup_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.moveup_box li {
    width: 8.65rem;
    height: 10rem;
    background: linear-gradient(270deg, #009943 0%, #004D22 100%);
    box-shadow: 6px 0px 10px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.moveup_box li:hover {
    background: linear-gradient(270deg, #004D22 0%, #009943 100%);
    transform: translateY(-10px);
}

.moveup_box li img {
    width: 3.3rem;
}

.moveup_box li i {
    font-size: 1.2rem;
    color: #FFFFFF;
    margin-top: 1rem;
}

@media (max-width: 992px) {

    .homeZsWrap {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .homeZsWrap .homeZsWrap_left {
        width: 100%;
    }

    .moveup_box li {
        width: 173px;
        height: 200px;
    }
}

@media (max-width: 798px) {

    .moveup_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
    .moveup_box li {
        justify-self: center;
    }
}


/* 荣誉资质 */
.box5 {
    background: #f5f5f5;
    padding: 5rem 0;
}

.box5 .bt {
    justify-content: flex-start;
}

.box5 .bt .p2 {
    text-align: left;
}

.box5 .wz {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    margin: 2.4rem 0 4.1rem;
}

.box5 .moveright {
    width: 12.3rem;
    height: 2.4rem;
    background: #009943;
    border-radius: 24px 24px 24px 24px;
    font-size: 1rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box5 .box5_left {
    width: 40%;
}

.box5 .box5_right {
    flex: 1;
}

.box5 .box5_right img {
    width: 100%;
}

.box5_right .img {
    position: relative;
}

.box5_right .img .round {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-right: -6px;
    margin-bottom: -6px;
    left: 68%;
    top: 40%;
}

.box5_right .img .round span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    border-radius: 50%;
    z-index: 9;
}

.box5_right .img .round span:after {
    position: absolute;
    width: 4px;
    height: 4px;
    content: "";
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -2px;
    background: #fff;
    border-radius: 50%;
}
.box5_right .img .round .pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--primary-color);
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out 1.5s;
    -moz-animation: warn 3s ease-out 1.5s;
    animation: warn 3s ease-out 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}
.box5_right .img .round .pulse1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--primary-color);
    /*! box-shadow:1px 1px 20px #b90000;*/
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(0);
}
@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.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:hover {
    background: #F1F1F1;
}

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

.new_left {
    width: 43%;
    position: relative;
    z-index: 1;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 12px 0px 12px 1px rgba(0, 0, 0, 0.16);
}

.new_left .imgs {}

.new_left h3 {
    font-size: 20px;
    color: #009943;
    padding-bottom: 16px;
    margin-bottom: 34px;
    margin-top: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.new_left p {
    font-size: 16px;
    color: #777777;
}

.new_left a {
    font-size: 18px;
    color: #009943;
}

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

.wzz_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.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: 20px;
    color: #111111;
    font-weight: normal;
    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; */
}

.list_news {
    margin-top: 4.65rem;
    flex-wrap: nowrap;
}

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


.newSlideTxtBox .hd li {
    width: 160px;
    height: 46px;
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #F6AB00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #009943;
    cursor: pointer;
}

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

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



@media(max-width: 992px) {
    .list_news {
        flex-wrap: wrap;
    }

    .new_left {
        width: 100%;
    }

    .box5 .box5_left {
        width: 100%;
    }

    .box5 .box5_right {
        flex: auto;
    }
}

@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;
}

.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 {
    padding: 48px 0 0;
}

.ft1 .tong {
    position: relative;
}


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

.dwz {
    display: flex;
    align-items: center;
    color: #B5B5B5;
    margin-top: 1.85rem;
}

.dwz p:last-child {
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}

.tleft {}

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

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

.hang h3 {
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 1.35rem;
}
.tlogo  {
    justify-content: flex-start;
}
.ft1 ul li {
    flex: 1;
    text-align: center;
}
.ft1 ul li:not(:last-child) {
    border-right: 1px solid #666666;
}
.ft1 ul li:first-child {
    flex: auto;
    width: 10%;
    text-align: left;
}
.han {
    /* margin-top: 36px; */
}

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


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

}

.hang {
    /* width: 25%; */
}



.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;
}

.ft1 {}

.tlogo .wz {
    color: #ffffff;
}

.tlogo .wz h3 {
    font-weight: normal;
    font-size: 1.3rem;
    color: #FFFFFF;
}

.tlogo .wz p {
    font-weight: 400;
    font-size: .9rem;
    color: #FFFFFF;
}

.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;
}

.ft2 {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    margin-top: 33px;
}

.ft2_left {
    color: #ffffff;
    justify-content: flex-start;
    column-gap: 1.5rem;
    align-items: center;
    width: 80%;
}
.ft2_left p {
    line-height: 1;
}
.ft2_right {
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    column-gap: 10px;
}
.ft_line {
    width: 100%;
    height: 10px;
    background: #009943;
    border-radius: 0px 0px 0px 0px;
}
@media(max-width: 768px) {
    .bul li {
        width: 48%;
        /* margin-bottom: 50px; */
    }

    .ft2_left {
        width: 100%;
        font-size: 14px;
    }

    .ft2_left p {
        line-height: 1.5;
    }

    .ft1 ul li:not(:last-child) {
        border: none;
    }

    .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;
    }
}

.zhaomu_l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.zhaomu_r {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
}

.zhaomu_r img {
    transform: translateY(1rem);
}

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