.banner {
    position: relative;
}

.banner .bannerimg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translate(50%, -50%);
    left: 7%;
    width: auto;
    height: auto;
    bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 3px 5px !important;
    background: #ddd;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: #abdf1a;
}

.banner .swiper-pagination .swiper-pagination-bullet:hover,
.banner .swiper-pagination .swiper-pagination-bullet-active:hover {
    background-color: #fff;
}

.banner .p_arr {
    max-width: 120px;
    width: 100%;
    position: absolute;
    right: 7%;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.banner .p_btn_prev {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: skewX(0deg);
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0px 20px 0px 0px;
}

.banner .p_btn_next {
    color: #fff;
    border-radius: 50%;
    transform: skewX(0deg);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0 auto;
}

.banner .p_btn_prev::after,
.banner .p_btn_next::after {
    font-size: 16px;
}

.banner .p_btn_prev:hover,
.banner .p_btn_next:hover {
    background: #abdf1a;
    border: 1px solid #abdf1a;
}

.banner .p_btn_prev:hover::after,
.banner .p_btn_next:hover::after {
    color: #fff;
}

.banner .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10;
}

.banner .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative;
}

.banner .p_scrool i::before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

@-webkit-keyframes scrollmouse {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.banner .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px;
}

/* 首页栏目标题 */
.hometitle {
    padding: 0 7.29vw;
}

.hometitle h3 {
    color: #abdf1a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hometitle h4 {
    color: #333;
    font-size: 42px;
    font-weight: 500;
}

/* 首页产品 */
.home-product {
    background: url(../images/bgproduct.jpg) center no-repeat;
    background-size: 100% 100%;
}

.home-product .hometitle {
    margin-bottom: 3vw;
}

.home-product .homeprobox {
    padding: 0 7.29vw;
}

.home-product .homeprobox .pro1 {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.home-product .homeprobox .pro1 .index_pro {
    width: calc(93% - 200px);
    overflow: visible;
}

.home-product .homeprobox .pro1 .index_pro .proitem {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: all 0.6s;
}

.home-product .homeprobox .pro1 .index_pro .swiper-slide-active .proitem {
    opacity: 1;
    transition: all 0.6s;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-top: 5vw;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .zht h3 {
    color: #333;
    font-weight: 700;
    font-size: 26px;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .zht .proname {
    font-size: 28px;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .ent {
    margin: 2vw 0;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .ent h3 {
    color: #919191;
    font-weight: 700;
    font-size: 26px;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .ent .prose {
    letter-spacing: 1px;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .ent .proname {
    font-size: 28px;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore {
    display: flex;
    overflow: hidden;
    position: relative;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore .button_su {
    overflow: hidden;
    position: relative;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #999999;
    padding: 0 20px;
    text-align: center;
    border-radius: 300px;
    transition: 400ms;
    text-decoration: none;
    z-index: 5;
    height: 48px;
    border: 1px solid #999;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore a span {
    color: #222;
    position: relative;
    z-index: 10;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore .button_su:hover a span {
    color: #fff;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore a .i {
    width: 10px;
    margin-right: 0;
    margin-left: 5px;
    position: relative;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore a .i img {
    width: 100%;
}

.home-product .homeprobox .pro1 .index_pro .proitem .protxt .text .promore a .i img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home-product .homeprobox .pro1 .index_pro .proitem .propic {
    width: 80%;
    position: relative;
    height: 100%;
}

.home-product .homeprobox .pro1 .index_pro .proitem .propic img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.home-product .homeprobox .pro1 .probtn {
    width: 200px;
    position: relative;
}

.home-product .homeprobox .pro1 .probtn .pro_arr {
    max-width: 120px;
    width: 100%;
    position: absolute;
    right: 7%;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_prev {
    color: #999;
    border-radius: 50%;
    border: 1px solid #999;
    transform: skewX(0deg);
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0px 20px 0px 0px;
}

.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_next {
    color: #999;
    border-radius: 50%;
    transform: skewX(0deg);
    border: 1px solid #999;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0 auto;
}

.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_prev::after,
.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_next::after {
    font-size: 16px;
}

.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_prev:hover,
.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_next:hover {
    background: #abdf1a;
    border: 1px solid #abdf1a;
}

.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_prev:hover::after,
.home-product .homeprobox .pro1 .probtn .pro_arr .pro_btn_next:hover::after {
    color: #fff;
}

.home-product .xian {
    position: absolute;
    width: 100%;
    bottom: 9%;
    pointer-events: none;
}

.home-product .xian .ibox {
    padding: 0 100px;
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.home-product .xian .ibox img {
    max-width: 100%;
}

.home-product .mpro {
    display: none !important;
}

/* 首页关于我们 */
.home-about {
    background: url(../images/bgabout.jpg) no-repeat center center;
    background-size: 100% 100%;
    background-color: rgba(17, 23, 29, 0.4);
    background-blend-mode: multiply;
}

.home-about .hometitle {
    margin-bottom: 3vw;
}

.home-about .hometitle h4 {
    color: #fff;
}

.home-about .abbox {
    padding: 0 7.29vw;
    display: flex;
    justify-content: space-between;
}

.home-about .abbox .fl {
    width: 55%;
}

.home-about .abbox .fl .zhtxt {
    line-height: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-about .abbox .fl .entxt {
    line-height: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-about .abbox .fl .more a {
    display: block;
    width: 160px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-bottom-right-radius: 29px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.home-about .abbox .fl .more a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #abdf1a;
    z-index: 1;
    transition: .3s;
    transform: rotateZ(-90deg) translateY(-300%);
}

.home-about .abbox .fl .more a:hover::after {
    transform: rotateZ(0deg) translateY(0);
}

.home-about .abbox .fl .more a span {
    position: relative;
    z-index: 2;
}

.home-about .abbox .fr {
    width: 30%;
}

.home-about .abbox .fr ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.home-about .abbox .fr ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5%;
}

.home-about .abbox .fr ul li img {
    max-width: 15%;
    margin-right: 10px;
}

.home-about .abbox .fr ul li .abtxt p {
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
}

.home-about .abbox .fr ul li .abtxt h3 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

/* 首页视频 */
.home-video .hometitle {
    margin-bottom: 3vw;
}

.home-video .videobox {
    padding: 0 7.29vw;
}

.home-video .videobox .videoimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 42%;
}

.home-video .videobox .videoimg video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

/* 首页荣誉 */
.home-honor {
    background: url(../images/bghonor.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.home-honor .hometitle {
    margin-bottom: 3vw;
}

.home-honor .honbox {
    padding: 0 7.29vw;
}

.home-honor .honbox .honpic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 120%;
}

.home-honor .honbox .honpic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

/* 首页新闻 */
.home-news {
    background: url(../images/ind6_b.jpg) left no-repeat;
    background-size: cover;
}

.home-news .ntran,
.home-news .ntran * {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.home-news .nbox {
    padding: 0 7.29vw;
}

.home-news .nbox .nflex {
    display: flex;
    justify-content: space-between;
}

.home-news .nbox .nflex .nle {
    width: 18.75%;
    color: #333333;
}

.home-news .nbox .nflex .nle .letop {
    margin-bottom: 50px;
}

.home-news .nbox .nflex .nle .letop span {
    font-weight: bold;
    font-size: 42px;
}

.home-news .nbox .nflex .nle .letop .nen {
    margin-left: 5px;
}

.home-news .nbox .nflex .nle .lebot {
    margin-bottom: 23.15vh;
    font-size: 24px;
}

.home-news .nbox .nflex .nle .lebot a {
    margin-bottom: 25px;
    color: #333;
    display: table;
}

.home-news .nbox .nflex .nle .lebot a .nen {
    margin-left: 5px;
}

.home-news .nbox .nflex .nle .lebot a.act,
.home-news .nbox .nflex .nle .lebot a:hover {
    color: #abdf1a;
}

.home-news .nbox .nflex .nle .nmore {
    color: #abdf1a;
    width: 165px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.home-news .nbox .nflex .nle .nmore .a_img {
    position: relative;
    transform: translateX(20px);
    animation: jiant 3s infinite linear alternate;
}

@keyframes jiant {
    0% {
        transform: translateX(20px);
    }

    20% {
        transform: translateX(30px);
    }

    40% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(20px);
    }
}

.home-news .nbox .nflex .nle .nmore .a_img img {
    max-width: 100%;
    display: block;
}

.home-news .nbox .nflex .nle .nmore .a_img img:first-child {
    opacity: 0;
}

.home-news .nbox .nflex .nle .nmore .a_img img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home-news .nbox .nflex .nle .nmore.act .a_img img:last-child {
    opacity: 1;
}

.home-news .nbox .nflex .nle .nmore span {
    width: 35px;
    height: 35px;
    border: 1px solid #abdf1a;
    border-radius: 50px;
}

.home-news .nbox .nflex .nre {
    width: 75%;
    position: relative;
}

.home-news .nbox .nflex .nre ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -2;
}

.home-news .nbox .nflex .nre ul.act {
    opacity: 1;
    z-index: 2;
    pointer-events: visible;
    visibility: visible;
}

.home-news .nbox .nflex .nre ul li {
    width: 30%;
    margin-right: 5%;
}

.home-news .nbox .nflex .nre ul li a {
    display: block;
}

.home-news .nbox .nflex .nre ul li .li_tim h3 {
    font-size: 72px;
    display: block;
    margin-bottom: 5px;
    transform: translateX(-5px);
    color: #333;
}

.home-news .nbox .nflex .nre ul li .li_tim p {
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    color: #333;
}

.home-news .nbox .nflex .nre ul li .li_img {
    margin: 35px 0 15px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 40%;
}

.home-news .nbox .nflex .nre ul li .li_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt1 {
    line-height: 35px;
    height: 70px;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt1 .zhtxt,
.home-news .nbox .nflex .nre ul li .li_txt .txt1 .entxt {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt2 {
    line-height: 30px;
    text-align: justify;
    margin: 25px 0 30px;
    height: 60px;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt2 .zhtxt,
.home-news .nbox .nflex .nre ul li .li_txt .txt2 .entxt {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt3 {
    position: relative;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt3 img {
    max-width: 100%;
    display: block;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt3 img:first-child {
    opacity: 0;
}

.home-news .nbox .nflex .nre ul li .li_txt .txt3 img:last-child {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .nbox .nflex .nre ul li:hover .li_img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.home-news .nbox .nflex .nre ul li:hover .li_txt .txt1 .zhtxt,
.home-news .nbox .nflex .nre ul li:hover .li_txt .txt1 .entxt {
    color: #abdf1a;
}

.home-news .nbox .nflex .nre ul li:hover .li_txt .txt3 img:first-child {
    opacity: 1;
}

.home-news .nbox .nflex .nre ul li:hover .li_txt .txt3 img:last-child {
    opacity: 0;
}

/* 公司简介 */
.aboutmain {
    background: url(../images/intro_about_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.aboutcontent .info {
    margin: 30px auto;
    line-height: 2;
    color: #666;
    font-size: 18px;
}

.aboutcontent .info img {
    max-width: 100%;
    height: 30vw;
    object-fit: contain;
}

/* 荣誉资质 */
.honorcontent .honoritem {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.honorcontent .honoritem .honorimg {
    overflow: hidden;
    height: 15vw;
}

.honorcontent .honoritem .honorimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.honorcontent .honoritem .honortext {
    text-align: center;
    padding: 20px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.honorcontent .honoritem:hover {
    border: 1px solid #285dad;
}

.honorcontent .honoritem:hover .honorimg img {
    transform: scale(1.1);
}

/* 联系我们 */
.contactinfo {
    margin-top: 50px;
    display: flex;
}

.contactinfo .leftcontact {
    width: 50%;
    background-color: #373B84;
    padding: 30px;
}

.contactinfo .leftcontact h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contactinfo .leftcontact h3 p {
    margin-bottom: 0;
}

.contactinfo .leftcontact ul li {
    color: #fff;
    line-height: 2;
}

.contactinfo .leftcontact ul li a {
    color: #fff;
}

.contactinfo .leftcontact ul li img {
    width: 120px;
    height: 120px;
}

.contactinfo .leftcontact ul li:last-child {
    margin-top: 20px;
}

.contactinfo .rightcontact {
    width: 50%;
}

.contactinfo .rightcontact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 新闻资讯 */
.xwzx_con1_u1 {
    display: flex;
    flex-wrap: wrap;
}

.xwzx_con1_u1 li {
    width: 31.25%;
    margin: 0 3.125% 3.125% 0;
}

.xwzx_con1_u1 li:nth-child(3n) {
    margin-right: 0;
}

.xwzx_con1_u1 li a {
    display: block;
    background: #fff;
    box-shadow: 0 10px 10px 5px rgba(0, 2, 2, 0.05);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.xwzx_con1_u1 li a .nimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 60%;
}

.xwzx_con1_u1 li a .nimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.xwzx_con1_u1 li:hover a .nimg img {
    transform: translate(-50%, -50%) scale(1.05);
}

.xwzx_con1_u1 li a .ntxt {
    padding: 45px;
}

.xwzx_con1_u1 li a .ntxt .ts .t1 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.xwzx_con1_u1 li a .ntxt .ts .t1 .i {
    position: relative;
    margin-right: 8px;
}

.xwzx_con1_u1 li a .ntxt .ts .t1 .i img {
    display: block;
    max-width: 100%;
}

.xwzx_con1_u1 li a .ntxt .ts .t1 .i .ns2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.xwzx_con1_u1 li a .ntxt .ts .t2 {
    margin: 20px 0 50px;
    font-size: 20px;
    color: #333;
    height: 60px;
}

.xwzx_con1_u1 li a .ntxt .ts .t2 p {
    margin-bottom: 0;
}

.xwzx_con1_u1 li a .ntxt .ts .t2 .zhne {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xwzx_con1_u1 li a .ntxt .ts .t2 .enne {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xwzx_con1_u1 li a .ntxt .ts .t3 .nemore {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}

.xwzx_con1_u1 li a .ntxt .ts .t3 .nemore .n {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwzx_con1_u1 li a .ntxt .ts .t3 .nemore .n span {
    color: #222;
}

.xwzx_con1_u1 li a .ntxt .ts .t3 .nemore .n .i {
    width: 11px;
    position: relative;
    margin-left: 9px;
    height: 15px;
}

.xwzx_con1_u1 li a .ntxt .ts .t3 .nemore .n .i img {
    display: block;
    max-width: 100%;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.xwzx_con1_u1 li a .ntxt .ts .t3 .nemore .n .i img:last-child {
    opacity: 0;
}

.xwzx_con1_u1 li:hover a .ntxt .ts .t3 .nemore .n span {
    color: #285dad;
}

.xwzx_con1_u1 li:hover a .ntxt .ts .t3 .nemore .n .i img:last-child {
    opacity: 1;
}

/* .xwzx_con1_u1 li {
    position: relative;
}

.xwzx_con1_u1 li a {
    display: block;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.xwzx_con1_u1 li .divBox {
    width: 80%;
    margin: 0 auto;
}

.xwzx_con1_u1 li .divBox {
    font-size: 0;
}

.xwzx_con1_u1 li:nth-child(even) {
    background: #f6f6f6;
}

.xwzx_con1_left {
    display: inline-block;
    vertical-align: middle;
    width: 248px;
    overflow: hidden;
}

.xwzx_con1_left img {
    width: 100%;
    transition: 0.3s ease-out;
}

.xwzx_con1_middle {
    width: 185px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.xwzx_con1_right {
    width: calc(100% - 233px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    padding-left: 60px;
    padding-right: 100px;
    position: relative;
    transition: 0.3s ease-out;
}

.xwzx_con1_right:after {
    content: '/';
    display: block;
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    transition: 0.3s ease-in-out;
}

.xwzx_con1_right h1 {
    font-size: 20px;
    color: #282828;
    transition: 0.3s ease-out;
    font-weight: bold;
}

.xwzx_con1_right h1:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #282828;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.xwzx_con1_right p {
    font-size: 16px;
    line-height: 25px;
    color: #999999;
    margin-top: 10px;
    padding-left: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xwzx_con1_middle h2 {
    font-size: 40px;
    color: #2c3238;
    font-family: arial;
    transition: 0.3s ease-out;
}

.xwzx_con1_middle time {
    display: block;
    font-size: 16px;
    color: #999;
    transition: 0.3s ease-out;
}

.xwzx_con1_u1 li:hover .xwzx_con1_right h1:before {
    width: 20px;
    margin-right: 10px;
}

.xwzx_con1_u1 li:hover .xwzx_con1_left img {
    transform: scale(1.05);
}

.xwzx_con1_u1 li:hover .xwzx_con1_right:after {
    transform: rotate(180deg);
    color: #373B84;
}

.xwzx_con1_u1 li:hover:after {
    opacity: 1;
}

.xwzx_con1_u1 li:hover .xwzx_con1_right {
    border-left: 1px solid rgba(250, 250, 250, .2);
}

.xwzx_con1_u1 li:hover .xwzx_con1_right h1 {
    color: #373B84;
}

.xwzx_con1_u1 li:hover .xwzx_con1_right h1:before {
    background: #373B84;
}

.xwzx_con1_u1 li:hover .xwzx_con1_middle h2 {
    color: #373B84;
} */

/* 新闻详情 */
.news_details .ndh h1 {
    font-size: 30px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.news_details .ndh .newsbar {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.news_details .ndh .newsbar .newsbartime {
    margin-right: 20px;
}

.news_details .ndc {
    line-height: 2;
}

.news_details .ndc img,
.news_details .ndc video {
    max-width: 100%;
    height: auto;
}

.news_details .ndc .zhconc {
    margin-bottom: 5%;
}

.news_details .content_text {
    margin-top: 50px;
}

/* 产品列表 */
.productcontent {
    padding: 80px 0 100px 0;
    display: flex;
    justify-content: space-between;
}

.productitem {
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    position: relative;
}

.productitem .proimg {
    height: 17vw;
}

.productitem .proimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productitem .txtbox {
    padding: 20px 20px 40px 20px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #f7f7f7;
}

.productitem i {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #285dad;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -22px;
    z-index: 3;
    transform: translateY(20px);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.productitem i img {
    transition: 0.3s ease-out;
    transform: translateX(0px);
    width: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.productitem a::before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #285dad;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #285dad;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem .proimg span::before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #285dad;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem .proimg span::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #285dad;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem a:hover::before,
.productitem:hover .proimg span::before {
    height: 100%;
}

.productitem a:hover::after,
.productitem:hover .proimg span::after {
    width: 100%;
}

.productitem:hover i {
    transform: translateY(0);
    opacity: 1;
}

.productitem:hover i img {
    transform: translateX(0px) rotate(180deg);
}

/* 产品详情 */
.probox {
    background: #f7f7f7;
}

.probox .proinfo {
    display: flex;
    padding: 1.5rem;
}

.probox .proinfo .proinfoimg {
    width: 43%;
    overflow: hidden;
}

.probox .proinfo .proinfoimg img {
    max-width: 100%;
    height: auto;
}

.probox .proinfo .protxt {
    padding-top: .5rem;
    width: calc(100% - 43% - 2.5rem);
    margin-left: 2.25rem;
}

.probox .proinfo .protxt .tit3 {
    color: #555;
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.probox .proinfo .protxt .p2 {
    margin-bottom: 1.25rem;
}

.probox .proinfo .protxt .p2 .tipli {
    padding-left: 35px;
    margin-bottom: 10px;
    background: url(../images/proicon1.png) no-repeat left 5px;
    background-size: 18px 18px;
    min-height: 24px;
    line-height: 26px;
}

.probox .proinfo .f-nobtn {
    display: flex;
}

.probox .proinfo .f-nobtn a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    background: #285dad;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prodetail {
    padding-bottom: 2rem;
}

.prodetail .protitle,
.hotpro .protitle {
    height: 60px;
    line-height: 58px;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 20px;
}

.prodetail .protitle span,
.hotpro .protitle span {
    float: left;
    font-size: 20px;
    line-height: 58px;
    font-weight: bold;
    color: #285dad;
    border-bottom: solid 2px #285dad;
}

.prodetail .itemlibox {
    line-height: 2;
}

.prodetail .itemlibox img,
.prodetail .itemlibox video {
    max-width: 100%;
}

.hotpro .hotitem {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.hotpro .hotitem .hotimg {
    height: 17vw;
}

.hotpro .hotitem .hotimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hotpro .hotitem .hottxt {
    text-align: center;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px 10px;
    background-color: #f9f9f9;
}

.hotpro .hotitem .protbox {
    position: relative;
}

.hotpro .hotitem .protbox .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.hotpro .hotitem .protbox .showBox .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.hotpro .hotitem .protbox .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.hotpro .hotitem .protbox .showBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.hotpro .hotitem:hover .protbox .showBox {
    opacity: 1;
}

.hotpro .hotitem:hover .protbox .showBox .showBoxLink::before,
.hotpro .hotitem:hover .protbox .showBox .showBoxLink::after {
    width: 1rem;
}

/* 工程案例 */
.caenavlist li p a {
    width: 100%;
}

.casebox h2 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
}

.casebox .casedetails {
    line-height: 2;
    border-top: 1px dashed #cfcfcf;
    padding-top: 30px;
}

.casebox .casedetails img,
.casebox .casedetails video {
    max-width: 100%;
    height: 30vw;
}

.caseitem img {
    object-fit: cover !important;
}

.searchcontent {
    padding: 80px 0;
}

/* 产品内容 */
.prc1 {
    padding: 60px 0;
    background: #F8F8F8;
}

.prc1 .pox {
    display: flex;
    justify-content: space-between;
}

.prc1 .pox .plt {
    width: 40.625%;
}

.bigproSwiper {
    background: #ffff;
    border-radius: 18px;
    -webkit-box-shadow: 0px 2px 10px #ddd;
    box-shadow: 0px 2px 10px #ddd;
}

.bigproSwiper .swiper-slide .sbox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100%;
}

.bigproSwiper .swiper-slide .sbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.bigproSwiper .btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #9BAABF url(../images/jt_r_b.svg) center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 10px;
    z-index: 2;
    border-radius: 50%;
}

.bigproSwiper .prev4 {
    left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    right: auto;
}

.bigproSwiper .btn:hover {
    background: #054483 url(../images/jt_r_b.svg) center no-repeat;
}

.prc1 .pox .plt .pbtm {
    margin-top: 10px;
}

.smallproSwiper {
    padding: 10px 5px;
}

.smallproSwiper .swiper-slide {
    background: #ffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 10px #ddd;
    box-shadow: 0px 2px 10px #ddd;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}

.smallproSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.smallproSwiper .swiper-slide .sbox {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.smallproSwiper .swiper-slide .sbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 80%;
}

.smallproSwiper .swiper-slide.act {
    opacity: 1;
}

.prc1 .pox .prt {
    width: 53.2%;
    line-height: 1.5;
}

.prc1 .pox .prt .ptt {
    font-weight: bold;
    font-size: 32px;
}

.prc1 .pox .prt .enptt {
    font-weight: bold;
    font-size: 28px;
}

.prc1 .pox .prt .tc1 .p {
    display: flex;
    margin-bottom: 10px;
    line-height: 2;
}

.prc1 .pox .prt .tc1 .p .pplt {
    width: auto;
    white-space: nowrap;
}

.prc1 .pox .prt .tc1 .p .pprt {
    width: calc(100% - 30%);
    color: #666;
}

.prc1 .pox .prt .tc2 {
    display: flex;
    flex-direction: column;
}

.prc1 .pox .prt .tc2 .pplt {
    width: auto;
    margin-bottom: 10px;
}

.prc1 .pox .prt .tc2 .pprt {
    width: 100%;
    max-height: 360px;
    overflow: auto;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prc1 .pox .prt .tc2 .pprt .lan {
    color: #82A2BD;
}

.prc1 .pox .prt .pbtm {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 20px;
}

.prc1 .pox .prt .pbtm .ptt {
    font-size: 12px;
}

.prc1 .pox .prt .pbtm .anniu {
    display: flex;
    margin-top: 10px;
    font-size: 16px;
}

.prc1 .pox .prt .pbtm .button_su_inner {
    height: 50px;
    width: fit-content;
    padding: 0 10px;
    border-radius: 0px;
    border: 1px solid #054483;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    background: #fff;
}

.prc1 .pox .prt .pbtm .button_su_inner .i {
    width: 18px;
    margin-right: 10px;
    position: relative;
}

.prc1 .pox .prt .pbtm .button_su_inner .i img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.prc1 .pox .prt .pbtm .button_su_inner .i img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.prc1 .pox .prt .pbtm .button_su_inner:hover {
    background: #054483;
}

.prc1 .pox .prt .pbtm .button_su_inner:hover .button_text_container {
    color: #fff;
}

.prc1 .pox .prt .pbtm .button_su_inner:hover .i img:last-child {
    opacity: 1;
}

.prc2 {
    background: #fff;
    padding: 30px 0 120px 0;
}

.prc2 .proinfo .proinfoti {
    border-bottom: 1px solid #e6e8ea;
}

.prc2 .proinfo .proinfoti span {
    display: inline-block;
    line-height: 48px;
    width: auto;
    padding: 0 20px;
    background-color: #054483;
    color: #fff;
    text-align: center;
}

.prc2 .proinfo .proinfocon {
    line-height: 2;
    font-size: 18px;
    color: #333;
    padding-top: 30px;
}

.prc2 .proinfo .proinfocon .zhprocon {
    margin-bottom: 60px;
}

.prc2 .proinfo .proinfocon .protable {
    margin-bottom: 1rem;
}

.prc2 .proinfo .proinfocon .protable table {
    width: 100%;
}

.prc2 .proinfo .proinfocon .protable table tr td {
    padding: 0 10px;
}

.prc2 .proinfo .proinfocon img,
.prc2 .proinfo .proinfocon video {
    max-width: 100%;
}

.prc3 {
    background: url(../images/in7_1.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0 50px;
}

.prc3 .prc3ti {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    color: #333;
}

.prc3 .prc3ti p {
    margin-bottom: 0;
}

.prc3 .prc3more {
    display: block;
    padding: 0 20px;
    width: fit-content;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #06467C;
    color: #fff;
    font-size: 14px;
    margin: 30px auto 0 auto;
    border-radius: 50px;
}

/* 新版产品列表 */
.promain {
    background: #F5F5F5;
    padding: 60px 0;
}

.product_box {
    background: #fff;
    padding: 3% 2%;
}

.product_box .mproduct_box_top {
    display: none;
    position: relative;
}

.product_box .mproduct_box_top .mproduct_box_top_btn {
    position: relative;
}

.product_box .mproduct_box_top .mproduct_box_top_btn::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 1.2vw 1.2vw 0 1.2vw;
    right: 5%;
    top: 50%;
    margin-top: -0.6vw;
    transform: rotateZ(-90deg);
    transition: 0.3s ease 0s;
}

.product_box .mproduct_box_top span {
    display: block;
    background: #fff;
    border: 1px solid #f5f5f5;
    position: relative;
    z-index: 0;
    color: #333;
    padding: 20px 10px;
}

.product_box .mproduct_box_top .mproduct_ul {
    background: #f6f6f6;
    display: none;
}

.product_box .mproduct_box_top .mproduct_ul li a {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 10px 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.product_box .mproduct_box_top .mproduct_ul li a:hover,
.product_box .mproduct_box_top .mproduct_ul li.act a {
    color: #0064B2;
}

.product_box .mproduct_box_top .mproduct_ul li a p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_box .product_box_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.product_box .product_box_top li {
    position: relative;
    width: 20%;
    transition: all .3s;
}

.product_box .product_box_top li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    padding: 10px 0;
    margin: 5px 10px;
    background: #EFF1F5;
    font-weight: 500;
    transition: all .3s;
}

.product_box .product_box_top li a p {
    margin-bottom: 0;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_box .product_box_top li a:hover,
.product_box .product_box_top li.act a {
    background: #0064B2;
    color: #fff;
}

.product_box .product_box_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3vw;
}

.product_box .product_box_list .product_box_item {
    width: 23%;
    box-shadow: 0 0 15px rgb(29 56 72 / 10%);
    border-radius: 10px;
    margin-right: 2.6666667%;
    margin-bottom: 3%;
    padding: 20px;
    transition: all .5s ease;
}

.product_box .product_box_list .product_box_item:nth-child(4n) {
    margin-right: 0;
}

.product_box .product_box_list .product_box_item .product_img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 70%;
}

.product_box .product_box_list .product_box_item .product_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.product_box .product_box_list .product_box_item .product_txt {
    color: #333;
}

.product_box .product_box_list .product_box_item .product_txt .line {
    height: 1px;
    width: 60px;
    margin: 10px auto;
    background: #0064B2;
}

.product_box .product_box_list .product_box_item .product_txt .product_zh {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_box .product_box_list .product_box_item .product_txt .product_en {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_box .product_box_list .product_box_item .product_more .product_btn {
    width: 100%;
    text-align: center;
    background: #efefef;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
    color: #707070;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}

.product_box .product_box_list .product_box_item:hover {
    box-shadow: 0 0 46px rgb(0 104 183 / 40%);
    transform: translateY(-10px);
}

.product_box .product_box_list .product_box_item:hover .product_img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.product_box .product_box_list .product_box_item:hover .product_more .product_btn {
    background: #0064B2;
    color: #fff;
}