/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

.img {
    overflow: hidden;
}

.img img {
    max-width: 100%;
    height: 100%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    object-fit: cover;
    display: block;
}
li:hover .img img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg);
}
.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.xwtt {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #222222;
    line-height: 1;
    text-transform: uppercase;
}

.xwtt span {
    color: #222222;
}

.xwtt em {
    color: #fff
}

@media (max-width: 1440px) {
    .xwtt {
        font-size: 40px;
    }
}

@media (max-width: 1360px) {
    .xwtt {
        font-size: 35px;
    }
}

@media (max-width: 1280px) {
    .xwtt {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .xwtt {
        font-size: 22px;
    }
}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.wh1700{max-width:1730px;margin:0 auto;padding:0 15px;}
.wh{max-width:1430px;margin:0 auto;padding:0 15px;}
.bxs{overflow: hidden;}



.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img: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);}


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

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




/*头部样式*/
.top2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}
.top2 .wh1700{height:95px;}
.logo{width:35%;}
.logo img{max-width:100%;}
.topy{width:90px;}




#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}



@media(min-width: 991px){
    .allx {
        transition-duration: 2.2s;
        opacity: 0;
    }

    .active .allx {
        opacity: 1;
    }
      .active2 .allx {
        opacity: 1;
    }  
    .leftx {
        transform: translateX(-500px);
    }
    .rightx {
        transform: translateX(500px);
    }
    .bottomx {
        transform: translateY(500px);
    }
    .active .leftx {
        transform: translateX(0);
    }
    .active .rightx {
        transform: translateX(0);
    }
    .active .bottomx {
        transform: translateY(0);
    }
    .active2 .allx {
        opacity: 1;
    }
    .active2 .bottomx {
        transform: translateY(0);
    }
}



/* banner */
.banners{position:relative;height:100vh; overflow:hidden}
.banners .mySwiperb{overflow:hidden;}

.banners .swiper-slide img{width:100%;margin:0 auto;display:block;}
.banners .swiper-slide-active img{ animation: bannerZoom 6s ease-in-out infinite;}
@keyframes bannerZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.banners .ban {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    z-index: 99999;
    color: #fff;
}



.banners .swiper-pagination {
    float: left;
    line-height: 1;
    font-size:16px;
    font-family:Arial;position:static;width:auto;
}

.banners .swiper-pagination i {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.banners .swiper-pagination span {
    display: inline-block;
    padding: 0 2px;
    text-align: center
}

.banners .swiper-pagination span:first-child {
    font-size:36px
}

.banners .swiper-control {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px
}

.banners .swiper-control .swiper-btn-next,
.banners .swiper-control .swiper-btn-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255, 25%);
    color: #fff;
    font-size: 18px;
    transition: ease all .3s;
    cursor: pointer;
}

.banners .swiper-control .swiper-btn-next i,
.banners .swiper-control .swiper-btn-prev i {
    transition: ease all .4s;
}

.banners .swiper-control .swiper-btn-next i img,
.banners .swiper-control .swiper-btn-prev i img{vertical-align:1px;}





.scroll-down svg {
    transition-timing-function: ease;
    transition-delay: .5s
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .7
}

#an_down {
    animation: down 1s linear infinite
}

@-webkit-keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

@keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

.anmite-to-top {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: cubic-bezier(.77, 0, .175, 1) transform 2s, ease 1.2s opacity .7s
}

.active .anmite-to-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}




@media(min-width: 1200px){
   .banners .swiper-control .swiper-btn-next:hover,
    .banners .swiper-control .swiper-btn-prev:hover {
        border-color: #217a9a;
        background-color: #217a9a;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    .banners .swiper-control .swiper-btn-prev:hover i {
        -webkit-transform: translateX(-1px);
        -moz-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
        -o-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    .banners .swiper-control .swiper-btn-next:hover i {
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -ms-transform: translateX(1px);
        -o-transform: translateX(1px);
        transform: translateX(1px)
    }
}






/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}
.footer33{height:50px;}


@media (max-width:1366px) {
  .top2 .wh1700{height:80px;}
 
}



@media (max-width:1200px) {
 
  .banners{height:auto;}
  .scroll-down{display:none;}
  
}




@media (max-width:768px) {
    .banners{margin-top:60px;}  
    .x-message-wrap2 .x-submit{font-size:14px;}
    .banners .ban{bottom:15px;}
    

}

@media (max-width:425px) {
    .banners .swiper-control{width:76px;}
    .banners .swiper-control .swiper-btn-next,
    .banners .swiper-control .swiper-btn-prev {
        width:30px;
        height:30px;
    }
    .banners .swiper-control .swiper-btn-next i img,
.banners .swiper-control .swiper-btn-prev i img{vertical-align: -1px;}
.banners .swiper-pagination span:first-child{font-size:26px;}
.banners .swiper-pagination{font-size:14px;}

}




/* aabg */

.aabg {
    position: relative;
    z-index: 99;
    background: url(../img/aeeaa6f52cdmxzob.png) no-repeat left 28px;
    padding: 5.72916vw 0;
}

.ab_ll {
    width:45%;
}

.an_11 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #646464;
    margin-top: 25px;
}

.sul {
    margin-top: 60px;
}

.sul li {
    width: 50%;
    background: url(../img/a2bd5fe8e2nse26n.png) no-repeat left 0%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.sul li .counter {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #212121;
    padding-right: 10px;
}

.sul li {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #606060;
}

.sul li h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #606060;
}

.more_11 {
    width: 135px;
    border-radius: 0;
    background-color: #0050AA;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 3.5vw;
}

.more_11 a {
    text-align: center;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
}

.more_11 a img {
    padding-left: 15px;
    vertical-align: 3px;
}

.more_11 a:hover {
    color: #fff!important;
}

.ab_22 {
    width: 53.75%;   
}

.ab_22 h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #393939;
    text-transform: uppercase;
}

.ab_22 h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #646464;
    margin-top: 30px;
}

.ab_img11 {
    width: 100%;
    margin-top: 40px; position:relative
}

.ab_img11 img {
    width: 100%;
}

@media (max-width: 1440px) {
    .sul li .counter {
        font-size: 40px;
    }
}

@media (max-width: 1370px) {
    .sul li .counter {
        font-size: 30px;
    }
    .sul li h2 {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .sul li .counter {
        font-size: 20px;
    }
    .sul li h2 {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
	.dj_a{ text-align:center}
	.ab_img11 .dj_a img {width: 50%;}
}

@media (max-width: 768px) {
    .ab_22 {
        width: 100%;
        text-align: left;
        margin-top: 25px;
    }
    .ab_ll {
        width: 100%;
        margin-top: 25px;
    }
}





.box2{ padding:50px 0 200px 0; background:url(../img/product.jpg); background-size:cover}
.yin{}
.bt{display: flex;justify-content: center;flex-wrap:wrap;align-items: center;}
.bt .hx{width:66px;height:3px;background:#fff;}
.bt .wz{color:#fff;font-size:30px;margin:0 2.4vw;}
.add1{margin:0 auto;padding:0 15px;margin-top:2vw;}
.add1 li{width:23.2%;margin:1vw 0;background:url(../img/66fd73026aa3ec6d74d58fd16b420042581382e7.png) no-repeat right bottom #F1F1F1;padding:0 2%;height:130px;display:flex;justify-content: center;flex-direction:column;}
.add1 li:hover{background:url(../img/hoverbg.jpg) no-repeat bottom; background-size:cover}
.add1 li .img{width:120px;}
.add1 li .det{width: calc(100% - 121px);}
.add1 li .wz1{color:#333;font-size:16px;}
.add1 li .wz2{color:#888888;font-size:14px;text-transform:uppercase;margin-top:5px;}
.add1 li.ymo{background:#ffc461;text-align:center;}
.add1 li.ymo img{margin:0 auto;}
.add1 li.ymo .wz{color:#00969A;font-size:16px;text-align:center;margin-top:10px;}
.add1 li:hover .wz1{color:#fff;}
.add1 li:hover .img{-webkit-filter: brightness(0) invert(1); /* 兼容旧 Safari/Chrome */
  filter: brightness(0) invert(1);}

@media (max-width: 768px) {
 
 .add1 li{width:100%;}

}


@media (max-width:428px) {
  
 .add1 li{width:100%;}
 
 
}



.n_ryzz {
    background: url(../img/ryzz_bg.jpg);
    padding: 75px 0; 
}

.n_ryzz .n_title {
    text-align: center;
}

.n_ryzz .n_title h2 {
    color: #333;
}

.n_ryzz .hz {
    position: relative; margin-top:50px
}

.n_ryzz .hz .jt {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    transition: all .5s ease;
}

.n_ryzz .hz .jt:hover {
    background-color: #0166B3;
    color: #fff;
}

.n_ryzz .hz .jt .iconfont {
    font-size:24px;
}

.n_ryzz .hz .prev {
    left: -5.75rem;
}

.n_ryzz .hz .next {
    right: -5.75rem;
}

.n_ryzz .hz .nzzry {
    border-radius: .9375rem;
    overflow: hidden;
}

.n_ryzz .hz .nzzry .swiper-slide {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 2.5rem;
}

.n_ryzz .hz .nzzry a {
    display: block;
    position: relative;
    border-radius: .9375rem;
    overflow: hidden;
    width: 100%;
    height:350px;
    background: url(../img/n_zzry_bg.jpg) bottom no-repeat; background-size:cover
}

.n_ryzz .hz .nzzry a .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.n_ryzz .hz .nzzry a .img img {  
    max-width: 100%;
    height: 300px;
    padding-top:20px;
    object-fit: contain;
}

.n_ryzz .hz .nzzry a p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5625rem;
    font-size:16px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));
    z-index: 2; width:100%;
}


@media(max-width:1024px){.n_ryzz{padding: 3.75rem 0;}}

@media(max-width:768px){
.n_ryzz .hz .prev {
    left:0;
}

.n_ryzz .hz .next {
    right: 0;
}

}


.c3 {
  padding-top: 6.93vw;
  padding-bottom: 12.24vw;
  background: url("../img/10812a4fe7a97684861144a9b297985c9d02b274.png") no-repeat 50% 0;
  background-size: cover; }
  .c3 h2 {
    font-size: 14px;
    color: #333333;
    font-weight: 500; }
  .c3 .tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 2.1875vw; }
    .c3 .tit h3 {
      font-size: 30px;
      line-height: 36px;
      color: #333333; }
      @media (max-width: 1025px) {
        .c3 .tit h3 {
          font-size: 22px;
          line-height: 28px; } }
    .c3 .tit a.ck {
      position: relative;
      width: 140px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 2px solid #053f91;
      color: #053f91; }
      @media (max-width: 480px) {
        .c3 .tit a.ck {
          width: 100px; } }
  .c3 .con {
    margin-top: 3.18vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .c3 .con .list1 {
      width: 42.77%; }
      @media (max-width: 780px) {
        .c3 .con .list1 {
          width: 100%; } }
      .c3 .con .list1 li {
        position: relative; }
        .c3 .con .list1 li .img img {
          width: 100%; }
        .c3 .con .list1 li .timex {
          color: #fff;
          font-size: 12px;
          position: absolute;
          right: 1.88vw;
          top: 1.88vw;
          z-index: 1;
          text-align: center;
          line-height: 1; }
          .c3 .con .list1 li .timex b {
            font-size: 36px;
            display: block;
            margin-top: 4px; }
        .c3 .con .list1 li .zi {
          font-size: 18px;
          line-height: 30px;
          color: #ffffff;
          position: absolute;
          left: 1.71vw;
          z-index: 1;
          bottom: 1.61vw;
          width: 47%; }
          @media (max-width: 780px) {
            .c3 .con .list1 li .zi {
              font-size: 16px;
              line-height: 24px; } }
    .c3 .con .c3-2 {
      width: 55.2%; }
      @media (max-width: 780px) {
        .c3 .con .c3-2 {
          width: 100%;
          margin-top: 30px; } }
      .c3 .con .c3-2 .list2 {
        margin-left: -0.805vw;
        margin-right: -0.805vw;
        display: flex;
        flex-wrap: wrap;
        height: 100%; }
        .c3 .con .c3-2 .list2 li {
          padding: 0 0.805vw;
          width: 50%; }
          @media (max-width: 780px) {
            .c3 .con .c3-2 .list2 li {
              width: 100%; }
              .c3 .con .c3-2 .list2 li:nth-child(1) {
                margin-bottom: 20px; } }
          .c3 .con .c3-2 .list2 li a {
            display: block;
            background: #fff;
            padding: 1.875vw 2.083vw 2.1875vw;
            height: 100%;
            position: relative; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li a {
                padding: 25px; } }
          .c3 .con .c3-2 .list2 li h3 {
            color: #004098;
            font-size: 14px;
            margin-bottom: 25px;
            line-height: 24px; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li h3 {
                margin-bottom: 15px; } }
          .c3 .con .c3-2 .list2 li h4 {
            font-size: 18px;
            color: #333333;
            line-height: 24px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            transition: all .3s ease-out; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li h4 {
                font-size: 16px; } }
          .c3 .con .c3-2 .list2 li dd {
            font-size: 14px;
            line-height: 24px;
            color: #888888;
            padding-top: 20px;
            margin-top: 22px;
            border-top: 1px solid #333333;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li dd {
                padding-top: 10px;
                margin-top: 12px; } }
          .c3 .con .c3-2 .list2 li .sc {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            position: absolute;
            bottom: 2.1875vw;
            left: 0;
            width: 100%;
            padding: 0 2.083vw; }
            @media (max-width: 780px) {
              .c3 .con .c3-2 .list2 li .sc {
                position: static;
                margin-top: 20px;
                padding: 0; } }
            .c3 .con .c3-2 .list2 li .sc .timex {
              color: #888888;
              font-size: 12px;
              text-align: center;
              line-height: 1; }
              .c3 .con .c3-2 .list2 li .sc .timex b {
                font-size: 36px;
                display: block;
                margin-top: 4px; }
          .c3 .con .c3-2 .list2 li:hover h4 {
            color: #004098; }
			
			
/*é¦–é¡µ*/
.tit_in{ line-height: 40px; position: relative;}
.tit_in p{ color: #222; font-size: 48px; font-weight: bold; position: relative; z-index: 1;}
.tit_in:before{ color: #ededed; text-transform: uppercase; content: attr(data-title); font-weight: bold; font-size: 72px; position: absolute; left: 0; margin: auto; top: -10px; display: block; width: 100%; font-family: Impact;}

.tit_in_zy{ line-height: 40px; text-align: center; position: relative;}
.tit_in_zy p{ color: #0050aa; font-size: 40px; font-weight: bold; position: relative; z-index: 1;}
.tit_in_zy:before{ color: #ededed; content: attr(data-title); font-weight: bold; font-size: 72px; position: absolute; left: 0; margin: auto; top: -25px; display: block; width: 100%; font-family: engfont;}
.tit_in_zy.hei p{ color: #333333;}
.more{ background: #f3f3f3; height: 65px; line-height: 65px; color: #999999; width: 12%; text-align: center; font-size: 16px; position: relative; overflow: hidden;}
.more p{ position: relative; z-index: 1;}

.more:hover:before{ width: 100%; }
.more:hover a{ color: #fff !important;}

@media screen and (max-width:1800px){
    .tit_in:before{ font-size: 60px;}
}
@media screen and (max-width:1600px){
    .tit_in{ line-height: 30px;}
    .tit_in p{ font-size: 32px;}
    .tit_in:before{ font-size: 50px;}
}
@media screen and (max-width:1440px){
    .tit_in:before{ font-size: 40px;}
    .tit_in{ line-height: 30px;}
    .tit_in p{ font-size: 30px;}
    .more{ height: 40px; line-height: 40px; font-size: 14px;}
    .tit_in_zy:before{ font-size: 50px;}
}
@media screen and (max-width:1200px){
    .tit_in_zy p{ font-size: 32px;}
}
@media screen and (max-width:991px){
    .tit_in p{ font-size: 26px;}
    .more{ width: 25%;}
    .tit_in_zy:before{ font-size: 40px;}
    .tit_in_zy p{ font-size: 28px;}
}
@media screen and (max-width:768px){
    .tit_in:before{ font-size: 30px;}
    .tit_in_zy:before{ font-size: 30px;}
    .tit_in_zy p{ font-size: 24px;}
    .more{ font-size: 12px;}
}
@media screen and (max-width:560px){
    .tit_in_zy:before{ font-size: 23px; top: -15px;}
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

/*åº•éƒ¨*/
#end_bj{ background: #1f262f; background-size: 100% 100%; width: 100%; text-align: left; position: relative;}
#end_nr_bj{ width: 100%; height: auto; color: #999999; position: relative;}
#end_nr_bj a{ color: #7c8187; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}

#end_nr_bj .main{ padding: 7% 0 3%; position: relative; }
#end_nr_bj #end_gg{ position: absolute; left: 0; top: -60px; z-index: 1; background: url("../img/end_gg.png") no-repeat center top; background-size: 100% 100%; width: 100%; height: 120px; padding: 0 2%; box-shadow: 0 0 20px rgba(0,0,0,0.2); overflow: hidden;}
#end_nr_bj #end_gg .font{ color: #fff; height: 120px; line-height: 120px; font-size: 24px;}
#end_nr_bj #end_gg .font span{ font-size: 36px;}
#end_nr_bj #end_gg dl,#end_nr_bj #end_gg dl dd{ margin: 0 !important;}
/*#end_nr_bj #end_gg dl{ padding: 2% 0;}*/
#end_nr_bj #end_gg dl dd{ width: 30%; margin-right: 10px !important; text-align: center; font-size: 16px; color: #fff; height: 55px; line-height: 55px; border-radius: 5px; border: 1px solid rgba(255,255,255,0.2); transition: 0.3s;}
#end_nr_bj #end_gg dl dd a{ color: #fff !important;}
#end_nr_bj #end_gg dl dd i{ display: inline-block; margin-right: 10px; font-size: 20px;}
#end_nr_bj #end_gg p{ width: 57px; height: 57px; line-height: 57px; background: #fff; color: #0050aa; border-radius: 5px; text-align: center; transition: 0.3s;}
#end_nr_bj #end_gg p i{ font-size: 24px;}
#end_nr_bj #end_gg dl dd:hover,#end_nr_bj #end_gg p:hover{ background: #0050aa; color: #fff; border: 1px solid #0050aa;}

#end_nr_bj .end_lx{ color: #b5bbc4; line-height: 35px; border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .end_lx p{ clear: both !important;}
#end_nr_bj .end_lx i{ float: left; margin-right: 10px;}
#end_nr_bj .end_lx span{ display: block; float: left; width: 90%;}
#end_nr_bj .end_nav{ border-right: 1px solid rgba(255,255,255,0.1);}
#end_nr_bj .end_nav ul{ width: 15%;}
#end_nr_bj .end_nav ul li:first-of-type{ color: #fff; font-size: 18px; margin-bottom: 10px;}
#end_nr_bj .end_nav ul li{ height: 35px; line-height: 35px; overflow: hidden;text-overflow: ellipsis;white-space: pre;}
#end_nr_bj .end_nav ul li a{ font-size: 14px; color: #b5bbc4; transition: 0.3s;}
#end_nr_bj .end_nav ul li:hover a{ color: #fff;}

#end_nr_bj .main .ewm{ text-align: center;}
#end_nr_bj .main .ewm img{ max-width: 50%;}
#end_nr_bj .main .ewm span{ display: block; line-height: 50px; font-size: 16px;}
@media screen and (max-width:1700px){
    #end_nr_bj .end_lx span{ width: 84%;}
}
@media screen and (max-width:14400px){
    #end_nr_bj #end_gg .font{ font-size: 20px;}
    #end_nr_bj #end_gg .font span{ font-size: 30px;}
}
@media screen and (max-width:1200px){
    #end_nr_bj .main .end_tel .float-start{ width: 83%;}
    #end_nr_bj #end_gg .font{ font-size: 18px;}
    #end_nr_bj #end_gg .font span{ font-size: 24px;}
    #end_nr_bj .end_nav ul li:first-of-type{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #end_nr_bj .main .ewm{ margin-top: 3% !important;}
    #end_nr_bj #end_gg .font{ font-size: 16px; height: 100px; line-height: 100px;}
    #end_nr_bj #end_gg .font span{ font-size: 24px;}
    #end_nr_bj #end_gg{ height: 100px;}
    #end_nr_bj .end_lx{ border: none; width:100%;}
	#end_nr_bj .main .ewm1{ width:100%}
	#end_nr_bj .main .ewm img{ max-height:120px;}
}
@media screen and (max-width:768px){
    #end_nr_bj .main .end_tel{ margin-top: 5%;}
    #end_nr_bj #end_gg{ display: none;}
#end_nr_bj .end_nav{ display:none}
}
#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: #96a4b5; border-top: 1px solid #2e3a48; }
#end_line a{ color: #96a4b5;}
#end_line a:hover{ color: #fff;}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#1e2830;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#1e2830;}
.footer_zx a:last-of-type{ background: #0050aa;}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 2% 0 1%;}
}

.justify-content-end {
    justify-content: flex-end !important;
}
.align-items-start {
    align-items: flex-start !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
text-center {
    text-align: center !important;
}
.main {
    line-height: 30px;
    padding: 4% 0;
}
.row1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right:15px;
    margin-left: 15px;
}

@media screen and (max-width:768px){
    .row1{ margin: 0;  margin-right:15px;
    margin-left: 15px;}
}





.cpzx{}
.cpzx .swiper-slide { background-position: center; position: relative; overflow: hidden;}
.cpzx .gallery-top { overflow: hidden; height: auto; position: relative; padding: 0 !important;}
.cpzx .gallery-top .swiper-slide ul .col-6{ padding: 0;}
.cpzx .gallery-top .swiper-slide ul li{ border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; text-align: center; position: relative; overflow: hidden; transition: 0.3s; padding: 12% 10%;}
.cpzx .gallery-top .swiper-slide ul li .tit{ line-height: 50px; min-height: 100px;}
.cpzx .gallery-top .swiper-slide ul li .tit h2{ color: #3a3a3a; font-size: 24px; transition: 0.5s;overflow: hidden;text-overflow: ellipsis;white-space: pre;}
.cpzx .gallery-top .swiper-slide ul li .tit p{ color: #999999; font-size: 16px; transition: 0.5s;}
.cpzx .gallery-top .swiper-slide ul li .pic{ width: 100%; height: auto; position: relative; margin-top: 5%;}
.cpzx .gallery-top .swiper-slide ul li .pic em{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; background:#fff}
.cpzx .gallery-top .swiper-slide ul li .pic em img{max-width: 100%; height: 100%; object-fit: cover; left: 0; right:0; position: absolute; text-align: center;transition: 0.5s; margin:auto}
.cpzx .gallery-top .swiper-slide ul li .pic:before{ position: absolute; left: -12px; top: -12px; background: url("../img/hot.png") no-repeat left top; width: 110px; height: 109px; content: ''; z-index: 1; opacity: 0; transition: 0.3s;}
.cpzx .gallery-top .swiper-slide ul li .pic span{ position: absolute; left: 20%; bottom: -50px; z-index: 1; display: block; height: 50px; line-height: 50px; width: 60%; background: #0050aa; color: #fff; opacity: 0; transition: 0.3s;}
.cpzx .gallery-top .swiper-slide ul li .pic span a{ color: #fff;}
.cpzx .gallery-top .swiper-slide ul li:hover{ background:#d4d4d4; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.cpzx .gallery-top .swiper-slide ul li:hover .tit{ line-height: 40px;}
.cpzx .gallery-top .swiper-slide ul li:hover .tit h2{transform: translateY(10px);}
.cpzx .gallery-top .swiper-slide ul li:hover .tit p{transform: translateY(15px);}
.cpzx .gallery-top .swiper-slide ul li:hover .pic:before{ opacity: 1; left: -6px; top: -6px;}
.cpzx .gallery-top .swiper-slide ul li:hover .pic span{ bottom: -25px; opacity: 1;}
.cpzx .gallery-top .swiper-slide ul li:hover h2{ font-weight: bold !important;}
.cpzx .gallery-top .swiper-slide ul li:hover h2,.cpzx .gallery-top .swiper-slide ul li:hover p{ color: #333;}

.cpzx .gallery-thumbs { height: auto; text-align: left; background: url("../img/left_cpbj.jpg") no-repeat center bottom #f2f7fb; border-right: 1px solid #efeff0; padding: 5% 5% 0 7%; overflow: hidden;}
.cpzx .gallery-thumbs .swiper-wrapper{ width: auto;}
.cpzx .gallery-thumbs .swiper-slide { cursor: pointer; border-bottom: 1px solid #e1e1e1; font-size: 16px; color: #272727; height: auto; transition: 0.3s; padding-top: 6%;}
.cpzx .gallery-thumbs .swiper-slide p{ position: relative; transition: 0.3s; width: 80%; overflow: hidden;text-overflow: ellipsis;white-space: pre;}
.cpzx .gallery-thumbs .swiper-slide p span{ display: block; position: relative; overflow: hidden;text-overflow: ellipsis;white-space: pre; transition: 0.3s;}
.cpzx .gallery-thumbs .swiper-slide p span em{ position: relative; z-index: 1; transition: 0.3s;}
.cpzx .gallery-thumbs .swiper-slide p span:after{ position: absolute; left: 25px; top: 20%; width: 15px; height: 13px; content: ''; background: url("../img/cplb_hover.png") no-repeat left center; opacity: 0; transition: 0.3s;}
.cpzx .gallery-thumbs .swiper-slide p span em:before{ position: absolute; left: 0; bottom: -3px; width: 0; height: 3px; background: #0050aa; content: ''; transition: 0.3s;}
.cpzx .gallery-thumbs .swiper-slide i{ width: 24px; height: 30px; text-align: left; overflow: hidden;}
.cpzx .gallery-thumbs .swiper-slide i img{ transition: 0.3s;}
.cpzx .gallery-thumbs .swiper-slide:hover p span{ padding-left: 25px;}
.cpzx .gallery-thumbs .swiper-slide:hover p span:after{ left: 0; opacity: 1;}
.cpzx .gallery-thumbs .swiper-slide:hover p span em:before{ width: 100%;}
.cpzx .gallery-thumbs .swiper-slide:hover i img{ margin-left: -24px;}
.cpzx .gallery-thumbs .swiper-slide-thumb-active p span{ padding-left: 25px;}
.cpzx .gallery-thumbs .swiper-slide-thumb-active p span:after{ left: 0; opacity: 1;}
.cpzx .gallery-thumbs .swiper-slide-thumb-active p span em:before{ width: 100%;}
.cpzx .gallery-thumbs .swiper-slide-thumb-active i img{ margin-left: -24px;}

.cpleft_tel{ padding-top: 12%; line-height: 35px;}
.cpleft_tel span{ color: #333333; font-size: 16px;}
.cpleft_tel p{ color: #0050aa; font-size: 30px; font-weight: bold;}
.cpleft_tel .pic{ width: 70%; padding-top: 5%;}
.cpleft_tel .pic img{ max-width: 100%;}

@media screen and (max-width:1800px){
    .cpzx .gallery-top .swiper-slide ul li .tit p{ font-size: 14px;}
}
@media screen and (max-width:1600px){
    .cpzx .gallery-top .swiper-slide ul li{ padding: 10% 8%;}
    .cpzx .gallery-thumbs .swiper-slide{ padding-top: 0;}
    .cpzx .gallery-top .swiper-slide ul li .tit p{ font-size: 13px;}
}
@media screen and (max-width:1440px){
    .cpzx .tit_in{ margin-bottom: 15%;}
    .cpzx .tit_in:before{ font-size: 40px;}
    .more_in{ height: 45px; line-height: 45px;}
    .cpzx .gallery-top .swiper-slide ul li{ padding: 8% 6%;}
    .cpzx .gallery-top .swiper-slide ul li .pic:before{ background-size: 75%;}
    .cpzx .gallery-top .swiper-slide ul li .pic span{ height: 40px; line-height: 40px; bottom: -20px !important;}
    .cpzx .gallery-thumbs .swiper-slide{ font-size: 14px;}
    .cpzx .gallery-top .swiper-slide ul li .tit p{ font-size: 12px;}
    .cpleft_tel{ padding-top: 0;}
    .cpleft_tel p{ font-size: 24px;}
    .cpzx .gallery-top .swiper-slide ul li .tit h2{ font-size: 20px;}
}
@media screen and (max-width:1200px){
    .more_in{ font-size: 14px;}
    .cpzx .tit_in .nr{ display: none;}
    .cpzx .gallery-top .swiper-slide ul li .content h3{ font-size: 16px;}
    .cpzx .gallery-top .swiper-slide ul li .content .nr{ font-size: 12px;}
    .cpzx .tit_in:before{ font-size: 36px;}
    .cpzx .tit_in p{ font-size: 26px;}
    .cpleft_tel p{ font-size: 20px;}
    .cpzx .gallery-top .swiper-slide ul li .tit{ min-height: auto;}
    .cpzx .gallery-top .swiper-slide ul li{ padding: 5% 4%;}
    .cpzx .gallery-top .swiper-slide ul li .pic:before{ background-size: 60%;}
    .cpzx .gallery-top .swiper-slide ul li:hover .pic span{ bottom: 0;}
    .cpzx .gallery-thumbs .swiper-slide p span em{ font-size: 12px;}
}
@media screen and (max-width:991px){
    .cpzx{ padding: 15px 0;}
    .cpzx .gallery-thumbs{ margin: 0; padding: 0; height: 60px; background: none; border: none; border-bottom: 1px solid #efefef;}
    .cpzx .gallery-thumbs .swiper-slide{ border: none; padding: 0; font-size: 16px;}
    .cpzx .tit_in,.cpzx .more_in{ display: none !important;}
    .cpzx .gallery-top{ padding: 0; margin: 0 ;}
    .cpzx .gallery-top .swiper-slide ul li{ border-left: 1px solid #e8e8e8;}
    .cpzx .gallery-top .swiper-slide ul .col-6{ padding: 0;}
    .cpzx .gallery-top .swiper-slide ul li .tit{ min-height: auto;}
}
@media screen and (max-width:768px){
    .cpzx .gallery-top .swiper-slide ul li .tit{ height: 30px; line-height: 30px;}
    .cpzx .gallery-top .swiper-slide ul li .tit p{ display: none;}
    .cpzx .gallery-top .swiper-slide ul li .tit h2{ font-size: 16px;}
    .cpzx .gallery-top .swiper-slide ul li .pic:before,.cpzx .gallery-top .swiper-slide ul li .pic span{ display: none;}
    .cpzx .gallery-top .swiper-slide ul li:hover .tit h2{transform: translateY(0);}
}






/*å…¬å¸ç®€ä»‹*/
#gsjj{ background: url("../img/map.png") no-repeat center top; position: relative;}
#gsjj .row,#gsjj .tit_zy{ position: relative; z-index: 1;}
#gsjj .main{ position: relative;}
#gsjj .main:before{  text-transform: uppercase; content: attr(data-title); position: absolute; right: 0; margin: auto; top: 12%; display: block; width: 100%; height: 100%; text-align: right; font-family: Impact; letter-spacing: 5px; color: #fff !important; font-size: 180px; text-shadow: 1px 1px #f0f0f0,-1px -1px #f0f0f0,1px -1px #f0f0f0,-1px 1px #f0f0f0;}
.tit_zy{ line-height: 65px;}
.tit_zy p{ font-size: 72px; color: #333333; font-family: engfont; font-weight: bold;}
.tit_zy span{ color: #333333; font-size: 30px;}
#gsjj .con{ color: #999999; font-size: 16px; line-height: 35px; height: 385px; margin-top: 2%; overflow-y:auto; position:relative; z-index:9999}
#gsjj .con::-webkit-scrollbar{
    width:3px;
    height:6px;
}
#gsjj .con::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #e8e8e8;
}
#gsjj .con::-webkit-scrollbar-thumb{
    background: #c3002f;
}

@media screen and (max-width:1440px){
    #gsjj .main:before{ font-size: 140px; top: 15%;}
    .tit_zy p{ font-size: 50px;}
    #gsjj .con{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #gsjj .main:before{ font-size: 120px;}
    #gsjj .con{ height: 285px;}
    .tit_zy{ line-height: 50px;}
    .tit_zy p{ font-size: 40px;}
}
@media screen and (max-width:991px){
    #gsjj{ background: url("../img/map.png") no-repeat right top;}
    #gsjj .main:before{ display: none;}
    #gsjj .con{ margin-bottom: 3%;}
    .tit_zy{ line-height: 40px;}
    .tit_zy p{ font-size: 30px;}
    .tit_zy span{ font-size: 26px;}
}
@media screen and (max-width:768px){
    .tit_zy{ line-height: 40px;}
    .tit_zy p{ font-size: 26px;}
    .tit_zy span{ font-size: 20px;}
}





.wei{padding-left: 32px;background: url("../img/dfcb4404397bb74ec19ebacbe3f84f6b52694301.png") no-repeat left center;line-height: 86px;}
.wh2{max-width: 1750px;margin: 0 auto;padding: 0 15px;}
.page-position .wh2{max-width: 1596px;}
.page-product-inquiry a{color: #fff;}
.fen .xypg-left-nav{font-size: 0;}
.fen .xypg-left-nav > li {
    position: relative;
    display: inline-block;
    margin-left: 2vw;
    border-bottom: none;
}

.fen .xypg-left-nav > li:last-child {
    border-bottom: none;
}

.fen .xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888888;
    padding: 0 18px;
    line-height: 86px;
}
.fen .xypg-left-nav > li:hover > a,.fen  .xypg-left-nav > li.clicked > a {
    color: #0070C2;background: url("../img/635b7b8a3b24b45e68299ff7379f35f73a74578a.png") no-repeat bottom center;
}
.fen .xypg-left-nav > li:hover .xypg-left-subnav{display: block!important;}
.fen .xypg-left-nav .xypg-left-subnav{position: absolute;width: 100%;padding: 0; z-index:999}
.fen .xypg-left-nav .xypg-left-subnav li{border: none;text-align: center;}
.fen .xypg-left-nav .xypg-left-subnav li a{background: #0070C2;color: #fff;font-size: 14px;}
.fen .xypg-left-nav .xypg-left-subnav li a:hover{background: #070b18;}


.fen .xypg-left-nav > li .first-nav-btn {
    position: absolute;
    display: none;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url("../img/icon_spirit.png") 0 -240px no-repeat;
}


@media (max-width: 992px) {
 
    .page-position{display: none;}
}


.cpnr_info{ margin-top: 3% !important;}
.cpnr_info li{ background: #f7f7f7; margin-bottom: 5%; border: 1px solid #f7f7f7; position: relative; transition: 0.3s; overflow: hidden;}
.cpnr_info li .img{ overflow: hidden; width: 100%; height: 0; padding-bottom: 75%; position: relative; background:#fff; text-align:center}
.cpnr_info li .img img{ height: 100%; object-fit: cover; left: 0;right:0; position: absolute; text-align: center; transition: 0.3s; margin:auto}
.cpnr_info li .title{ padding: 5%;}
.cpnr_info li .title h3{ color: #3a3a3a; font-size: 24px; height: 45px; text-align: center; background: url("../img/cptit_line.png") no-repeat center bottom; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.cpnr_info li .title .con{ width: 100%; margin-top: 3%; min-height: 60px; line-height: 30px; color: #757575; font-size: 14px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.cpnr_info li .font{ position: absolute; left: 50%; top: 50%; width: 0; height: 0; overflow: hidden; z-index: 1; background: rgba(0,80,170,0.8); text-align: center; color: #fff; padding-top: 35%; opacity: 0; transition: 0.3s;}
.cpnr_info li .font h2{ font-size: 24px; padding-bottom: 10%;}
.cpnr_info li .font i{ margin: 0 auto; width: 70px; height: 70px; line-height: 70px; text-align: center; border-radius: 100%; background: #fff; color: #4c4c4c; font-size: 35px; padding:20px}
.cpnr_info li:hover .img img{transform: scale(1.05);}
.cpnr_info li:hover{ box-shadow: 0 0 10px rgba(0,80,170,0.3);}
.cpnr_info li:hover .font{ left: 0; top: 0; width: 100%; height: 100%; opacity: 1;}
@media screen and (max-width:1600px){
    .cpnr_info li .title h3{ font-size: 18px;}
    .cpnr_info li .title em{ font-size: 14px;}
}
@media screen and (max-width:1440px){
    .cpnr_info li .font h2{ font-size: 18px;}
    .cpnr_info li .font i{ width: 50px; height: 50px; line-height: 50px;}
}
@media screen and (max-width:1200px){
    .cpnr_info li{ line-height: 30px;}
    .cpnr_info li .font h2{ font-size: 16px;}
    .cpnr_info li .title h3{ font-size: 16px;}
    .cpnr_info li .title p{ width: 35px; height: 35px; line-height: 35px;}
    .cpnr_info li .title p i{ font-size: 14px;}
    .cpnr_info li .font i{ width: 40px; height: 40px; line-height: 40px; font-size: 16px;}
}
@media screen and (max-width:991px){
    .cpnr_info li .title h3{ height: 35px;}
    .cpnr_info li .title .con{ font-size: 12px; line-height: 25px; min-height: 50px;}
}


.pro_bj{ background: url("../img/shan.png") no-repeat right top #f4f4f4;}

#qfwfw{ margin: 0; overflow: hidden;}
#qfwfw .swiper-slide { background-position: center; position: relative;}
#qfwfw .gallery-top { height: auto; padding: 0; overflow: hidden; }
#qfwfw .gallery-top .swiper-slide{}
#qfwfw .gallery-top .swiper-slide p{display: block; width: 100%; height: 0; padding-bottom: 79%; position: relative; overflow: hidden;}
#qfwfw .gallery-top .swiper-slide p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#qfwfw .gallery-thumbs { height: auto; text-align: left;}
#qfwfw .gallery-thumbs .swiper-wrapper{ width: auto;}
#qfwfw .gallery-thumbs .swiper-slide { width: 100%; cursor: pointer; padding: 0; line-height: 25px; position: relative; height: auto;}
#qfwfw .gallery-thumbs .swiper-slide p{ display: block; border: 3px solid #f4f4f4; width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden; background:#fff; text-align:center}
#qfwfw .gallery-thumbs .swiper-slide p img{ height: 100%; object-fit: cover; left: 0; right:0;position: absolute; transition:0.3s; margin:auto}
#qfwfw .gallery-thumbs .swiper-slide-thumb-active { position: relative; }
#qfwfw .gallery-thumbs .swiper-slide-thumb-active p{ border: 3px solid #0050aa;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:991px){
    #qfwfw .gallery-top{ margin-top: 3%;}
    #qfwfw .gallery-thumbs .swiper-wrapper{ padding-top: 0;}
    #qfwfw .gallery-thumbs .swiper-slide{ padding: 3%;}
}
@media screen and (max-width:768px){
}


.cp_right p{ font-size: 24px; color: #373737; margin-bottom: 10px !important;}
.cp_right .tit{ color: #2d2d2d; font-size: 36px; font-weight: bold; position: relative; height: 70px; line-height: 80px;}
.cp_right .tit span{ position: relative; z-index: 1;}
.cp_right .tit:before{ text-transform: uppercase; content: attr(data-title); position: absolute; left: 0; top: -10px; width: 100%; font-family: Arial; color: #e5e5e5 !important; font-size: 72px; text-shadow: 1px 1px #f0f0f0,-1px -1px #f0f0f0,1px -1px #f0f0f0,-1px 1px #f0f0f0; font-weight: bold;}
.cp_right dl{ margin: 3% 0 !important;}
.cp_right dl dd{ color: #606060; font-size: 16px; height: 48px; line-height: 48px; background: #fff; border-radius: 30px; width: 23%; transition: 0.3s; cursor: pointer;}
.cp_right dl dd i{ color: #0050aa; font-size: 20px; margin-left: 10px;}
.cp_right dl dd:hover{ background: #0050aa; color: #fff;}
.cp_right dl dd:hover i{ color: #fff;}
.cp_right .con{ color: #666666; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.cp_right .row{ background: url("../img/cpline.png") repeat-x center top; margin-top: 3%; padding-top: 3%;}
.cp_right .row .cpwx p{ float: left; width: 80%; background: #fff; padding: 10px; margin-bottom: 0 !important;}
.cp_right .row .cpwx p img{ width: 100%;}
.cp_right .row .cpwx span{ float: right; background: #0050aa; color: #fff; text-align: center; writing-mode: tb;}
.cp_right .row ul li{ height: 66px; line-height: 66px; background: #272727; color: #fff; font-size: 16px; border-radius: 5px; width: 45%; margin: 3% 3% 0 0; transition: 0.3s;}
.cp_right .row ul li i{ font-size: 24px; margin-right: 10px;}
.cp_right .row ul li:last-of-type{ background: #0050aa;}
.cp_right .row ul li a{ color: #fff !important;}
.cp_right .row ul li:hover{ background: #0050aa;}
.cp_right .row .cptel{ margin-top: 2%;}
.cp_right .row .cptel i{ color: #333333; font-size: 30px;}
.cp_right .row .cptel span{ color: #555555; font-size: 16px; padding: 0 10px;}
.cp_right .row .cptel p{ color: #0050aa; font-size: 28px; font-family: engfont; font-weight: bold;}


#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center; border-bottom: 1px solid #efefef; margin-top: 2%;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #666666; font-size: 16px; width: 12%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #666666;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: #0050aa;}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: #0050aa;}
.cpbt li.current:after{ left: 25%; width: 50%; background: #0050aa;}

@media screen and (max-width:1600px){
    .cp_right .tit{ font-size: 30px;}
    .cp_right .tit:before{ font-size: 60px;}
    .cp_right p{ font-size: 20px;}
    .cp_right dl{ margin: 1% 0 !important;}
    .cp_right .con{ font-size: 14px;}
    .cp_right .row .cptel span{ font-size: 14px;}
    .cp_right .row .cptel p{ font-size: 22px;}
    .cp_right .row ul li{ height: 50px; line-height: 50px;}
}
@media screen and (max-width:1440px){
    #qfwfw .gallery-top .swiper-slide p{ padding-bottom: 65%;}
    #qfwfw .gallery-thumbs{ margin-top: 1%;}
    .cp_right .row .cptel i{ margin-right: 10px;}
    .cp_right .row .cptel span{ display: none;}
}
@media screen and (max-width:1200px){
    .cp_right .row .cpwx p{ width: 100%; padding: 5px;}
    .cp_right .row .cpwx span{ display: none;}
    .cpbt li{ width: 15%;}
}
@media screen and (max-width:991px){
    .cp_right dl dd{ float: left; width: 50%;}
    .cp_right .tit{ font-size: 24px;}
    .cp_right .tit:before{ font-size: 50px;}
    .cp_right p{ font-size: 16px; margin-bottom: 0 !important;}

}
@media screen and (max-width:768px){
    .cpbt li{ width: 25%; font-size: 13px;}
}

.pro_con{ font-size: 16px; color: #333; line-height: 35px; padding: 0 15px 5%;}
.pro_con img{ max-width: 100%;}
.info_bt{ color: #0050aa; font-size: 30px; height: 40px; line-height: 40px;}
.info_bt i{ margin-right: 10px;}

#info_ys li{ width: 24%; float: left; margin: 0.5%; position: relative; overflow: hidden;}
#info_ys li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#info_ys li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#info_ys li .font{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,.5); color: #fff; text-align: center; padding-top: 20%; transition: 0.3s;}
#info_ys li .font i{ font-size: 50px; height: 60px; line-height: 60px;}
#info_ys li .font p{ font-size: 24px; padding: 1% 0 5%;}
/*#info_ys li .font span{ display: block; margin: 0 auto; opacity: 0; transition: 0.3s;}*/
/*#info_ys li .font span img{ max-width: 100%;}*/
#info_ys li .font #bowen{ position: absolute; z-index:1; left: 0; top: 55%; width: 100%; opacity: 0; transition: 0.3s;}
#info_ys li:hover .font{ padding-top: 15%;}
#info_ys li:hover .font #bowen{ opacity: 1; top: 45%;}



#n_main{ min-height: 300px; padding-bottom:50px;}

.pad_bot {
    padding-bottom: 6rem;
}
.pad_top {
    padding-top: 6rem;
}
.clear {
    clear: both;
}


.n_news_xq{}
.n_news_xq .left {
	width: calc(100% - 26%);
	padding: 0 3.625rem 0 0;
	float: right;
}
.n_news_xq .right {
	width: 385px;
	float: right;
	background: #fff;
	position: sticky;
	top: 5rem;
	padding: 55px 36px 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.n_news_xq .right .tt {
	font-size: 1.375rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.n_news_xq .ar_title {
	margin-bottom: 2rem;
	border-bottom: #dadfe3 1px solid; 
	position: relative;
}
.n_news_xq .ar_title h3 {
	font-size: 26px;
	color: #2d2d2d;
	line-height: 1.5;
margin-bottom: .375rem;
}
.n_news_xq .ar_title h6 {
	margin-bottom: 1rem
} 
.n_news_xq .ar_title h6 span img { margin-right: 5px;
}
.right_search {
	margin-bottom: 34px;
}
.relative {
	position: relative;
}
.right_search .input {
	height: 54px;
	border: 1px solid #e0e1e8;
	width: 100%;
	background: none;
	padding: 0 20px;
	padding-right: 50px;
	font-size: 14px;
	color: #8a8a8c;
}
.right_search .btn_submit {
	position: absolute;
	border: 0 !important;
	outline: 0 !important;
	cursor: pointer;
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	background: none;
	text-align: left;
}
.right_search .btn_submit:hover svg path {
	fill: #2d5bc4;
}
.right_news {
}
.right_news ul {
	margin-top: -18px;
}
.right_news ul li {
	padding: 18px 0;
}
.right_news ul li+li {
	border-top: 1px solid #e3e5eb;
}
.right_news ul li a {
	display: block;
	overflow: hidden; display: flex; align-items: center;
}
.right_news ul li .img {
	width: 166px;
	height: 96px; flex-shrink: 0;
	float: left;
	margin-right: 9px;
}
.right_news ul li .img img {
}
.right_news ul li .txt { 
}
.right_news ul li .txt .time {
	font-size: 14px;
	color: #808182;
	font-family: arial;
	margin-bottom: 12px; display: flex; align-items: center;
}
.right_news ul li .txt .time svg{ flex-shrink: 0; margin-right: .375rem;}
.right_news ul li .txt p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	height: 44px;
	overflow: hidden;
}
.ar_fot2{  background: url(../img/end.png) center top no-repeat; padding-top: 2rem; margin-top: 2rem;}
.ar_fot2 a{ display: block; font-size: .9375rem; line-height: 1.7; padding: .5rem; color: #707076;}
.ar_fot2 a:hover{ color: #2d5bc4;}

.ar_title h6{ display: flex; justify-content: space-between; align-items: center;} 
.ar_time{ display: flex; font-size: 16px; color: #2d5bc4; font-family: FRADMCN; align-items: center; }
.ar_time img{ flex-shrink: 0;}


.n_news ul{ display: grid; grid-template-columns: repeat(4,1fr); column-gap: 1.125rem; row-gap: 2.25rem;}
.n_news .box{}
.n_news .box .img{}
.n_news .box .img img{ width:100%; height:300px}
.n_news .box .txt{ padding: 3.125rem 3.625rem; background: #fff;}
.n_news .box .txt h4{ font-size: 1.375rem; line-height: 1.875rem; height: 3.75rem; overflow: hidden; color: #2d2d2d; margin-bottom: 1.375rem;}
.n_news .box .txt p{ font-size: .9375rem; line-height: 1.5rem; height: 3rem; overflow: hidden; color: rgba(0, 0, 0, 0.7); margin-bottom: 1.125rem;}
.n_news .box .txt .timebox{ display: flex; justify-content: space-between; align-items: center;}
.n_news .box .txt .time{ font-size: 1rem; color: #2d5bc4; font-family: FRAMDCN; display: flex; }
.n_news .box .txt .time i{ display: block; flex-shrink: 0; width: .875rem; height: 1rem; margin-right: 7px; background: url(../img/time.png) center no-repeat; background-size: contain;}
.n_news .box .txt .btn_arr02{}


.btn_arr02 {
    display: block;
    width: 4.0625rem;
    height: 2.1875rem;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #cdcdcd; */
    background: #eceef3;
    border-radius: 1.25rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }

  .btn_arr02 font {
    display: flex; align-items: center; justify-content: center;
    width: 100%;
    height: 100%; 
    text-align: center;
    position: absolute;
    top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }

  .btn_arr02 font:nth-child(1) {
    left: -50px;
  }

  .btn_arr02 font:nth-child(2) {
    left: 0;
  }

  .btn_arr02 font svg path {
    fill: #b8b8b8;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }

  .btn_arr02 font svg { 
  }

  .btn_arr02:hover {
    background: #2d5bc4; 
  }

  .btn_arr02:hover font:nth-child(1) {
    left: 0;
  }

  .btn_arr02:hover font:nth-child(2) {
    left: 50px;
  }

  .btn_arr02:hover font svg path {
    fill: #fff;
  }

@media (max-width: 992px)
{
  
    .n_news_xq .left{ width: 100%; float: none; padding-right: 0;}
    .n_news_xq .right{ width: 100%; float: none; margin-top: 3rem;}
   .n_news .box .img img{ height:200px}
}

@media (max-width: 768px)
{
.pad_top{ padding-top:5rem !important;}
.pad_bot{ padding-bottom:5rem !important;}
#n_news_xq .left_con{ width: 100%; float: none; padding: 0;}
#n_news_xq .right_con{ width: 100%; float: none; margin-top: 3rem;}
#n_news_xq .content{ padding: 2.5rem 1rem;}
.n_news ul{ grid-template-columns: repeat(2,1fr);}

}
@media (max-width: 480px)
{
.pad_top{ padding-top:2.5rem !important;}
.pad_bot{ padding-bottom:2.5rem !important;}
.n_news_xq .right { padding: 30px 20px 20px;}
.right_search{ margin-bottom: 24px;}
.right_news ul li { padding: 13px 0;}
.n_news_xq .ar_title h3{ font-size: 1.5rem;}
.n_news ul{ grid-template-columns: 1fr;}
.n_news .box .txt{ padding: 2rem 1.5rem;}
.n_news .box .txt h4{ margin-bottom: .75rem;}
}



.n_zxly .n_title h2 {
    color: #fff;
}
.n_title {
    margin-bottom: 4.375rem;
}
.n_title h2 {
    position: relative;
    display: inline-block;
    font-size: 2.625rem;
    font-weight: bold;
    color: #333;
}
.n_lxfs {
    background: url(../img/n_lxfs_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 6.625rem 0 9.625rem;
}

.n_lxfs .n_title {
    text-align: center;
}

.n_lxfs .hz {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}

.n_lxfs .hz .right {
    border-radius: .625rem;
    border: 1px solid #e4e6ed;
    overflow: hidden;
    width: 100%;
    max-width: 52.5rem;
}

.n_lxfs .hz .left {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4.375rem 0;
}

.n_lxfs .hz .left .tel {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.n_lxfs .hz .left .iconfont {
    position: relative;
    width: 7.625rem;
    height: 7.625rem;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0,87,176,.1);
    margin-bottom: 2.25rem;
    transition: all .5s ease;
}

.n_lxfs .hz .left .iconfont::after {
    content: '';
    position: absolute;
    width: 5.75rem;
    height: 5.75rem;
    background-color: #0166B3;
    z-index: 1;
    border-radius: 50%;
    transition: all .5s ease;
}

.n_lxfs .hz .left .iconfont::before {
    z-index: 2;
}

.n_lxfs .hz .left h4 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.n_lxfs .hz .left p {
    font-size: 1rem;
    color: #1f1f1f;
    line-height: 1.5;
}

.n_lxfs .hz .left .tel:hover .iconfont {
    background-color: rgba(85,179,255,.2);
}

.n_lxfs .hz .left .tel:hover .iconfont::after {
    background-color: #47abfe;
}

.n_lxfs .hz .left .tel .ewm {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 8.125rem;
    height: 8.125rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 222;
}

.n_lxfs .hz .left .tel .ewm img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.n_lxfs .hz .left .tel:hover .ewm {
    opacity: 1;
    visibility: visible;
}

.n_zxly {
    background: url(../img/ly.jpg) center no-repeat;
    background-size: cover;
    padding: 6.5rem 0 5.5625rem;
}

.n_zxly .n_title {
    text-align: center;
}

.n_zxly .n_title h2 {
    color: #fff;
}

.n_zxly .hz {
    width: 100%;
    max-width: 50.3125rem;
    background-color: #fff;
    border-radius: .9375rem;
    margin: 0 auto;
    padding: 3.5rem 6.25rem;
}

.n_zxly .hz .inp {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 1.75rem;
}

.n_zxly .hz .inp:last-child {
    margin-bottom: 0;
}

.n_zxly .hz .inp h6 {
    width: 100%;
    max-width: 4.6875rem;
    flex-shrink: 0;
    font-size: 1.125rem;
    color: #313131;
    margin-top: 1.125rem;
}

.n_zxly .hz .inp input,.n_zxly .hz .inp textarea {
    width: 100%;
    padding: .75rem 1.25rem;
    border-radius: .625rem;
    border: 1px solid #d2d8de;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #7f7f7f;
}

.n_zxly .hz .inp textarea {
    min-height: 14.6875rem;
}

.n_zxly .hz .inp .code-img {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    z-index: 2;
}

.n_zxly .hz button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.125rem 1.5rem;
    font-size: 1.0625rem;
    gap: 1.25rem;
    color: #fff;
    background-color: #0166B3;
    border-radius: 5rem;
    width: 100%;
    max-width: 13.1875rem;
    transition: all .5s ease;
}

.n_zxly .hz button:hover {
    background-color: #47abfe;
}

@media(max-width:1024px){
	.n_lxfs,.n_zxly{padding: 3.75rem 0;}
	.n_title h2 {
    font-size: 2rem;
}
	.n_lxfs .hz{grid-template-columns: repeat(1,1fr);gap: 2.5rem;}
.n_lxfs .hz .left{gap: 2rem;}
.n_title{margin-bottom: 2.5rem;}
.n_title h2{font-size: 2rem;}
.n_title h2::before{transform: translate(120%, -50%) scaleX(-1);}
.n_zxly .hz{max-width: none;padding: 2rem;}
.n_zxly .hz .inp{flex-direction: column;gap: 1rem;}
.n_zxly .hz .inp input, .n_zxly .hz .inp textarea{padding: 1rem 1.25rem;}
.n_zxly .hz .inp h6{max-width: none;margin-top: 0;}
.n_zxly .hz .inp .code-img{top: 67%;}
	
	}
	
	
.core-ys {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}

.core-ys .title h3::before {
    display: none;
}

.core-ys .title h3::after {
    display: none;
}

.cs-show {
    margin-top: 80px;
}

.cs-show ul li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.cs-show ul li .cs-img {
    width: 50%;
}

.cs-show ul li:nth-child(2) .cs-img {
    text-align: right;
}

.cs-show ul li .cs-img img {
    max-width: 100%;
}

.cs-show ul li .cs-text {
    width: 50%;
}

.cs-show ul li:first-child {
    margin-top: 0;
}

.cs-text .cs-tit {
    display: flex;
    flex-wrap: wrap;
}

.cs-text .cs-tit .num {
    max-width: 18%;
    float: left;
}

.cs-text .cs-tit .num img {
    max-width: 100%;
}

.cs-text .cs-tit .tit {
    padding-left: 25px;
    float: right;
    width: 82%;
}

.cs-text .cs-tit .tit::after {
    display: block;
    content: '';
    background-color: rgba(5, 63, 149, 0.2);
    max-width: 521px;
    height: 1px;
    margin-top: 18px;
    margin-left: -38px;
}

.cs-text .cs-tit .tit h3 {
    font-size: 38px;
    font-weight: bold;
    color: #222;
    line-height: 38px;
}

.cs-text .cs-tit .tit h3 span {
    margin-left: 10px;
    font-weight: normal;
}

.cs-text .cs-tit .tit p {
    font-size: 24px;
    color: #333;
    margin-top: 8px;
}

.cs-text .text {
    margin-top: 40px;
}

.cs-text .text p {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    padding-left: 55px;
    background: url(../img/fc9427ee74c4f3734b2047062c5481107b740168.png)no-repeat left 5px;
}

.cs-text .text p:nth-child(2) {
    margin-top: 15px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    background: url(../img/98cf34f846e26b7ae1cbd519da3af443d887208e.png)no-repeat left center;
    padding-left: 50px;
    margin-top: 60px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel span {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    color: #053e95;
}


@media(max-width:1299px) {
    .cs-show ul li:nth-child(2n+1) .cs-text {
        padding-left: 40px;
    }

    .cs-show ul li:nth-child(2n) .cs-text {
        padding-right: 40px;
    }

    .cs-text .cs-tit .tit p {
        font-size: 22px;
    }

    .cs-text .cs-tit .tit h3 {
        font-size: 36px;
    }

    .cs-text .text p {
        font-size: 17px;
    }
}

@media(max-width:1199px) {
    .core-ys {
        padding: 60px 0;
    }

    .cs-show {
        margin-top: 50px;
    }

    .cs-show ul li {
        margin-top: 40px;
    }

    .cs-text .cs-tit .tit h3 {
        font-size: 32px;
    }

    .cs-text .cs-tit .tit p {
        margin-top: 5px;
        font-size: 18px;
    }

    .cs-text .cs-tit .tit::after {
        margin-top: 10px;
    }

    .cs-text .text p {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .cs-text .cs-tit .tit h3 {
        font-size: 24px;
    }

    .cs-text .cs-tit .tit p {
        font-size: 13px;
        margin-top: 0;
    }

    .cs-text .text p {
        font-size: 13px;
        line-height: 24px;
    }

    .cs-text .text {
        margin-top: 20px;
    }

    .cs-text .text p {
        background: none;
        padding-left: 0;
    }

    .cs-text .text p:nth-child(2) {
        margin-top: 10px;
    }

    .cs-show ul li:nth-child(3) .cs-text .cs-tel span {
        font-size: 18px;
    }

    .cs-show ul li:nth-child(3) .cs-text .cs-tel {
        font-size: 14px;
        padding-left: 40px;
        margin-top: 25px;
    }

}

@media(max-width:768px) {
    .cs-show ul li:nth-child(2n+1) .cs-text {
        padding-left: 20px;
    }

    .cs-show ul li:nth-child(2n) .cs-text {
        padding-right: 20px;
    }
}

.cs-show1 {
    display: none;
}
.title {
    text-align: center;
}

.title h3 {
    font-size: 44px;
    font-weight: bold;
    color: #222;
}

.title h3 span {
    color: #333;
}
.title p {
    font-size: 22px;
    color: #333;
    margin-top: 10px;
}


@media(max-width:700px) {
	.title h3 {
    font-size: 24px;
}

.title p {
    font-size: 30px;}

    .cs-show {
        display: none;
    }

    .cs-show1 {
        display: block;
        margin-top: 40px;
    }

    .cs-show1 ul li {
        margin-top: 40px;
    }

    .cs-show1 ul li:nth-child(1) {
        margin-top: 0;
    }

    .cs-show1 ul li .cs-img {
        width: 100%;
    }

    .cs-show1 ul li .cs-img img {
        width: 100%;
    }

    .cs-show1 ul li .cs-text {
        width: 100%;
        margin-top: 20px;
    }

    .core-ys {
        padding: 50px 0;
    }

    .cs-show1 ul li:nth-child(3) .cs-text .cs-tel {
        color: #666;
        line-height: 32px;
        background: url(../img/98cf34f846e26b7ae1cbd519da3af443d887208e.png)no-repeat left center;
        font-size: 14px;
        padding-left: 40px;
        margin-top: 25px;
    }

    .cs-show1 ul li:nth-child(3) .cs-text .cs-tel span {
        font-size: 18px;
    }
}

	
	
	


.news_pic {padding: 3% 0 0;}
.news_pic li{ margin-bottom: 7%;}
.news_pic .imgbox {width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
.news_pic .imgbox p img { object-fit: cover; left: 0; right:0;position: absolute; text-align: center; height:100%; max-width:100%; transition: 0.3s; margin:auto}
.news_pic .imgbj{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; color: #fff; background: rgba(0,80,170,0.9); z-index: 1; opacity: 0;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    -webkit-clip-path: polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);
    clip-path: polygon(50% 20%,50% 50%,20% 50%,50% 50%,50% 80%,50% 50%,80% 50%,50% 50%);
}
.news_pic .imgbj .pic{ padding-top: 25%; opacity: 0; transition: 0.5s; transform: none !important;}
.news_pic .imgbj .tit{ font-size: 20px; padding: 5% 10% 3%; opacity: 0; transition: 0.5s;}
.news_pic .imgbj i{ font-size: 30px; opacity: 0; transform: scale(0.5); transition: 0.5s;}
.news_pic .content { width: 90%; height: 90%; text-align: center; position: absolute; left: 50%; top: 50%; z-index: 2; -webkit-transform: translate(-50%,-50%);  transition:0.3s; opacity: 0;}
.news_pic .content .bl { width: 0; height: 2px; background: #fff; position: absolute; left: 0; bottom: 0; -webkit-transition: all .5s;}
.news_pic .content .bl.l1 { top: 0;}
.news_pic .content .bl.l2 { left: auto; right: 0;}
.news_pic li:hover .bl.l1 { width: 100%;}
.news_pic li:hover .bl.l2 { width: 100%; right: 0;}
.news_pic li:hover .imgbj{ opacity: 1;
    -webkit-clip-path: polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0);
    clip-path: polygon(50% 0,0 0,0 50%,0 100%,50% 100%,100% 100%,100% 50%,100% 0);
}
.news_pic li:hover .imgbj .pic{ padding-top: 22%; opacity: 1;}
.news_pic li:hover .imgbj .tit,.news_pic li:hover .imgbj i{ opacity: 1;}
.news_pic li:hover .imgbj i{ transform: scale(1);}
.news_pic li:hover .content { opacity: 1;}
.news_pic li:hover .content::before { height: 95%;}
.news_pic li:hover .content::after { height: 95%;}
.news_pic .content::after,.news_pic .content::before { width: 2px; display: block; height: 0; position: absolute; left: 0; top: 0; -webkit-transition: all .5s; content: ''; background: #fff;}
.news_pic .content::after { left: auto; right: 0; top: auto; bottom: 0;}

/*.news_pic .shuiyin{position: absolute; background: url("../img/shuiyin.png") no-repeat center; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}*/
.news_pic .imgbox1 {width: 100%; height: 0; padding-bottom: 80%; background: #fff; position: relative; overflow: hidden; border: 1px solid #efefef;}
.news_pic .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news_pic .imgbox1 p img{ max-width: 100%; height: 100%; transition:0.3s;}
.news_pic .slide:hover .imgbox img {transform: scale(1.1);}

.news_pic .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: #fff; border-bottom: 1px solid #e2e2e2;}
.news_pic .txtbox span{ display: block; z-index: 1; position: relative; transition:0.3s;}
.news_pic .txtbox:after {  position: absolute;content: ""; background: #c30008; height: 100%; width:100%;  left: 0;bottom: 0;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.news_pic .slide:hover .txtbox::after { -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
    -o-transform: scaleX(1); transform: scaleX(1);
}
.news_pic .slide:hover .txtbox span{ color: #fff;}






.index_tit{

  text-align: left;

  margin-bottom: 10px;

  position: relative;

}



.index_tit p{

  font-size: 35px;

  color: #1A4D8B;

  position: relative;

  z-index: 2;

  font-weight: bold;

}

.index_tit b{

  font-size: 60px;

  height: 50px;

  line-height: 50px;

  color: #f7f7f7;

  

}





.product{

  padding: 80px 0 ;

}

.pro_top{

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

}

.pro_top .swiper-container{

  width: calc(100% - 400px);

  margin: 0;

}

.product .pro_body #thumbs .swiper-wrapper{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;

}



.product .pro_body #thumbs .swiper-wrapper .swiper-slide{

  width: 23%!important;

  height: 120px;

  background: #f1f1f1;

  margin-left: 20px;

  padding: 20px 18px;

  box-sizing: border-box;

  display: flex;

  flex-flow: row wrap;

  align-content: space-between;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide:nth-child(1) {

  margin-left: 0;

}



.product .pro_body #thumbs .swiper-wrapper .swiper-slide .pro_tit_top{

  width: 100%;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  font-size: 30px;

  color: #ccc;

}



.product .pro_body #thumbs .swiper-wrapper .swiper-slide .pro_tit_top i{

  width: 50px;

  height: 50px;

  background: url(../img/i11.png) no-repeat center;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide-thumb-active .pro_tit_top i{

  background: url(../img/i11_.png) no-repeat center;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide:nth-child(2) .pro_tit_top i{

  background: url(../img/i12.png) no-repeat  center;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide:nth-child(2).swiper-slide-thumb-active .pro_tit_top i{

  background: url(../img/i12_.png) no-repeat  center;

}



.product .pro_body #thumbs .swiper-wrapper .swiper-slide:nth-child(3) .pro_tit_top i{

  background: url(../img/i13.png) no-repeat  center;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide:nth-child(3).swiper-slide-thumb-active .pro_tit_top i{

  background: url(../img/i13_.png) no-repeat  center;

}



.product .pro_body #thumbs .swiper-wrapper .swiper-slide p{

  font-size: 22px;

  color: #333;

  text-align: right;

  width: 100%;

  display: block;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide:hover {

  cursor: pointer;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{

  background: url(../img/hoverbg.jpg) no-repeat center;

}



.product .pro_body #thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.iconfont{

  color:#fff;

}

.product .pro_body #thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active b{

  color: rgba(255,255,255,0.2);

}



.product .pro_body #thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p{

  color: #fff;

}




#gallery{

  margin-top: 30px;

}

#gallery .swiper-slide{

  display: none;

 

}



#gallery .pro_box{

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

}



#gallery .pro_box .pro_l,#gallery .pro_box .pro_r{

  width: 100%;

}



#gallery .pro_box .pro_l a{

  display: block;

  width: 100%;

  border-radius: 10px;

  overflow: hidden;

}



#gallery .pro_box .pro_l a .img{

  width: 100%;

  overflow: hidden;

}

#gallery .pro_box .pro_l a .img img{

  width: 100%;

  display: block;

  transition:.5s ease-in;

}

#gallery .pro_box .pro_l:hover img { transform:scale(1.05,1.05);}

#gallery .pro_box .pro_r ul{

  height: 100%;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-content: space-between;

}

#gallery .pro_box .pro_r ul li{

  width: 22.5%;

  position: relative;

  border-radius: 10px;

  overflow: hidden;

  background: url(../images/probg.jpg) no-repeat center;

  background-size: 100% 100%; margin-bottom:35px;

}



#gallery .pro_box .pro_r ul li .img{

  width: 100%;

  overflow: hidden;

}

#gallery .pro_box .pro_r ul li .img img{

  width: 100%;

  display: block;

  transition:.5s ease-in;

}

#gallery .pro_box .pro_r ul li:hover img { transform:scale(1.1,1.1);}

#gallery .pro_box .pro_r ul li p.tit{

  width: 100%;

  height: 40px;

  line-height: 40px;

  text-align: center;

  position: absolute;

  left:0;

  bottom: 0;

  background: rgba(241,241,241,0.9);

  color: #333;
/*
  border-radius: 5px;*/

  display:block;

  white-space:nowrap; 

  overflow:hidden; 

  text-overflow:ellipsis;

}



#gallery .pro_box .more_box{

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-content: center;

}

#gallery .pro_box .more_box .top_box {

  font-size: 18px;

}

#gallery .pro_box .more_box .top_box b{

  font-size: 22px;

}

#gallery .pro_box .more_box .top_box p:nth-child(1) {

  padding-right: 30px;

}

#gallery .pro_box .more_box .top_box p:nth-child(2) {

  padding-left: 30px;

}



#gallery .pro_box .more_box .bot_box{

  width: 83%;

  padding: 15px 13px;

  background: #fff;

  margin-top: 20px;

  border-radius: 10px;

}

#gallery .pro_box .more_box .bot_box p{

  width: 100%;

  line-height: 160%;

  font-size: 15px;

}

#gallery .pro_box .more_box .bot_box p a{

  display: block;

  transition:.3s ease-in;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;

}

#gallery .pro_box .more_box .bot_box p:hover a{

  color: #1B4D88;

  padding-left: 5px;

}



#gallery .pro_box .more_box .bot_box .more{

  display: block;

  width: 100px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  background:#1B4D88;

  color: #fff;

  border-radius: 15px;

  font-size: 14px;

  margin-top: 10px;

}



@media(max-width:768px) {
.pro_top .swiper-container {
    width: 100%;
    margin: 0;
}
  /*product*/
.index_tit {
    display: flex;
    flex-flow: row wrap;
}
  .product{

    padding: 40px 0;

  }

  .product .pro_body #thumbs .swiper-wrapper .swiper-slide {

    width: calc((100% - 15px) / 2)!important;

    margin: 0;

    margin-top: 15px;

  }

  .product .pro_body #thumbs .swiper-wrapper {

    display: flex;

    flex-flow: row wrap;

    justify-content: space-between;

  }

  .product .pro_body #thumbs .swiper-wrapper .swiper-slide .pro_tit_top{

    display: flex;

    flex-flow: row wrap;

    justify-content: center;

  }

  .product .pro_body #thumbs .swiper-wrapper .swiper-slide b{

    display: none;

  }

  .product .pro_body #thumbs .swiper-wrapper .swiper-slide p{

    font-size: 18px;

    text-align: center;

  }

  .product .pro_body #thumbs .swiper-wrapper .swiper-slide .pro_tit_top i {

    width: 40px;

    height: 40px;

    background-size: 40px 40px!important;

  }
   #gallery .pro_box .pro_r ul li {
width:48%;
    margin-top: 15px;

  }


  #gallery .pro_box .pro_r ul li.more_box{

    width: 100%;

    padding: 30px 0;

  }



  #gallery .pro_box .more_box .top_box {

    font-size: 18px;

  }

  #gallery .pro_box .more_box .top_box b{

    font-size: 22px;

  }
}




  /* 滚动入场动画 */
        .scroll-fade {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }
        .scroll-fade.show {
            opacity: 1;
            transform: translateY(0px);
        }
        /* 主色 */
        :root {
            --primary: #0050AA;
            --gray-text: #666666;
            --footer-bg: #3a3a3a;
        }
        /* ========== 我们的优势模块 ========== */
        .advantage-section {
            padding: 80px 0 0px 0; background:url(../img/604328e5897cb.jpg) no-repeat;
        }
        .section-title {
            font-size:40px;
            text-align: center;
            font-weight: 500;
            margin-bottom: 80px;
        }
        .advantage-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
        .advantage-item {
            display: flex;
            gap:12px;
            margin-bottom:24px; min-height:100px;
        }
        .advantage-icon {
            color: var(--primary);
            font-size:20px;
            margin-top:2px;
          
        }
        .advantage-item h4 {
            font-size:26px;
            font-weight:500;
            margin-bottom:4px;
        }
		.advantage-item:hover h4{ color:#0050AA}
        .advantage-item p {
            font-size:20px;
            color: var(--gray-text);
            line-height:30px;
        }
        /* 厂房Swiper容器，手写样式，不使用swiper.css */
     /* ========== 修改后的厂房轮播 中间放大效果 ========== */
.factory-swiper {
    position: relative;
   
    margin-top:40px;
   
}
.factory-swiper .swiper-wrapper {
    display: flex;
    align-items:flex-end;
}
.factory-swiper .swiper-slide {
    flex-shrink:0;
    transition: transform 0.4s ease;
    transform: scale(0.8);
    opacity:1;
	    display: flex;
    align-items:flex-end;
}
.factory-swiper .swiper-slide-active{
    transform: scale(1.2);
    opacity:1; 
}
.factory-swiper img {	
    width:100%;
    border-radius:4px;
    display:block;
}


.swiper-btn {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    width:44px;
    height:44px;
    border-radius:50%;
    background-color: var(--primary);
    color:#fff;
    border:none;
    font-size:22px;
    z-index: 10;
    cursor:pointer;
}
.factory-prev {
    left:12px;
}
.factory-next {
    right:12px;
}
@media(max-width:768px){
	 .advantage-item { min-height:auto;}
    .factory-swiper .swiper-slide{
        transform: scale(0.92);
    }
    .factory-swiper .swiper-slide-active{
        transform: scale(1);
    }
}
        /* ==========橙色横幅 ========== */
        .banner-orange {
            background-color: var(--primary);
            padding:50px 0;
        }
        .banner-orange-inner {
            display:flex;
            justify-content: space-between;
            align-items:center;
        }
        .banner-orange h3 {
            color:#ffffff;
            font-size:40px;
            font-weight:500;
        }
        .banner-btn {
            border:1px solid #ffffff;
            color:#ffffff;
            background:transparent;
            padding:15px 40px;
            border-radius:50px;
            font-size:16px;
            cursor:pointer;
        }
		.banner-btn a{ color:#fff}
        .banner-btn:hover {
            background-color:#ffffff;
           
        }
		  .banner-btn:hover a{ color:#0050AA;}
        /* =========新闻中心 ========== */
		.index_title {
    font-size: 40px;
    font-weight: normal
}

.index_sub_title {
    font-size: 20px;
    font-weight: normal
}

.index_text {
    font-size: 16px;
    font-weight: normal
}

.index_btn {
    padding: 15px 50px;
}

@media (max-width: 1440px) and (min-width:1366px) {
    .index_title {
        font-size: 40px;
        font-weight: normal;
    }

    .index_sub_title {
        font-size: 20px;
        font-weight: normal
    }

    .index_text {
        font-size: 16px;
        font-weight: normal
    }
}

@media (max-width: 1365px) and (min-width:768px) {
    .index_title {
        font-size: 30px;
        font-weight: normal
    }

    .index_sub_title {
        font-size: 20px;
        font-weight: normal
    }

    .index_text {
        font-size: 16px;
        font-weight: normal
    }

    .fz36 {
        font-size: 26px
    }
}

@media (max-width: 767px) {
	.banner-orange h3{ font-size:24px;}.banner-btn{ width:100%;}
    .index_title {
        font-size: 24px;
        font-weight: normal
    }

    .index_sub_title {
        font-size: 18px;
        font-weight: normal
    }

    .index_text {
        font-size: 14px;
        font-weight: normal
    }

    .index_pd {
        padding: 40px 0
    }

    .index_pd40 {
        padding: 20px 0
    }

    .index_btn {
        padding: 8px 20px;
    }

    .pb40 {
        padding-bottom: 24px
    }

    .fz36 {
        font-size: 20px
    }
}
		 #hj02_news {
    width: 100%;
    margin: 0 auto;
    height: auto; margin-top:80px
}

 .index_product_title {
    width: 100%;
    margin-bottom: 40px;
}

 .index_product_title_left {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

 #index_product_title_left1 h3 {
    color: #333;
    font-weight: bold;
    position: relative;
}

 .index_product_title_right {
    width: 100%;
    box-sizing: border-box;
}

 .hj02_proclasslist {
    float: right;
}

 .hj02_proclasslist li {
    padding: 6px 15px;
    float: left;
    cursor: pointer
}

 .hj02_proclasslist li a {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: normal;
}

 #index_product_title_right1>div {
    float: right;
    padding: 6px 15px;
    cursor: pointer
}

 #index_product_title_right1>div a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}

 .hj02_pro_more {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    float: right;
    padding: 4px 15px;
}

 .index_product_more {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out;
}

 .index_product_more:hover {
    outline: 0;
}

 .hj02-news-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

 .news_item {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    float: left;
    padding: 45px 58px 45px 58px;
    position: relative;
    overflow: hidden
}

 .news_item_right_box {
    float: right;
    width:95;
    padding-bottom: 20px;
}

 .news_item_right {
    border-top: 1px solid #e5e5e5;
    height: 160px;
    padding-top: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(255,255,255,0.8)
}

 .news_item_right_left {
    width: 80%;
    float: left;
    transition: all .36s ease;
}

 .news_item_right_right {
    width: 20%;
    float: right;
    text-align: center
}

 .details {
    width: 40px;
    height: 16px;
    color: transparent;
    border-left: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
    display: block;
    margin: auto
}

 .details:before {
    content: '';
    display: table;
    width: 20px;
    height: 11px;
    background: url(../img/news_jian.png)no-repeat;
    position: absolute;
    top: 2px;
    left: 10px;
    transition: .6s;
}

 .details:after {
    content: '';
    display: table;
    width: 20px;
    height: 11px;
    background: url(../img/news_jian.png)no-repeat;
    position: absolute;
    top: 2px;
    left: -40px;
    transition: .6s;
}

 .news_item_date {
    font-size: 22px;
    color: #999999;
    letter-spacing: 0;
}

 .news_item-title {
    margin-top: 20px;
}

 .news_item-title a {
    color: #333333;
    letter-spacing: 0;
}

 .news_item-desc {
    color: #999999;
    letter-spacing: 0;
    height: auto;
    transition: all .36s ease;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

 .hynews_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px
}

 .hynews_pic a {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

 .hynews_pic img {
    width: 100%;
    height: auto;
    transition: .6s;
    position: relative;
    left: 0;
    top: 0;
}

 .news_item-title2 {
    position: relative;
    margin-bottom: 20px;
}

 .news_item-title2:before {
    content: '';
    display: table;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 10px;
    left: -14px;
}

 .news_item-title2 a {
    color: #333333;
    letter-spacing: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .news_item-desc2 {
    color: #999999;
    letter-spacing: 0;
    margin-bottom: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

 .news_item_right_right p span {
    font-size: 22px;
    color: #999999;
    letter-spacing: 0;
    position: relative
}

 .news_item:hover .hynews_pic img {
    transform: scale(1.02);
    transition: .6s;
}

 .news_item_right:hover {
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

 .news_item .news_item-desc-wai {
    border-left: 1px solid transparent;
    transition: all .36s ease;
    margin-top: 20px;
}

 .news_item:hover .news_item-desc-wai {
    border-left: 1px solid #d3d3d3;
    transition: all .36s ease;
}

 .news_item:hover .news_item-desc {
    padding-left: 30px;
    border-color: #d3d3d3;
    transition: all .36s ease;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

 .news_item_more {
    width: 140px;
    height: 37px;
    display: block;
    line-height: 37px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 58px;
    transition: all .36s ease;
    opacity: 0
}

 .news_item_more:before {
    content: '';
    display: table;
    width: 15px;
    height: 1px;
    position: absolute;
    left: -10%;
    top: 18px;
    background: #fff;
    transform: translateX(-7px);
    transition: all .36s ease;
}

 .news_item_more:after {
    content: '';
    display: table;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: -40px;
    background: #fff;
    transform: translateX(-1px);
    transition: all .36s ease;
}

 .news_item:hover .news_item_more {
    bottom: 15px;
    left: 56px;
    transition: all .36s ease;
    opacity: 1
}

 .news_item:hover .news_item_more:before {
    content: '';
    display: table;
    width: 15px;
    height: 1px;
    position: absolute;
    left: 69px;
    top: 18px;
    background: #fff;
    transform: translateX(-7px);
    transition: all .36s ease;
}

 .news_item:hover .news_item_more:after {
    content: '';
    display: table;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 11px;
    background: #fff;
    transform: translateX(-1px);
    transition: all .36s ease;
}

 .news_item_right:hover .news_item_right_left {
    transition: all .36s ease;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

 .news_item_right:hover .details:before {
    left: 40px;
}

 .news_item_right:hover .details:after {
    left: 10px;
}

@media (max-width: 991px) {
     #index_product_title_left1 h3 {
        text-align: center;
        margin-bottom: 30px;
    }

     .hj02_proclasslist {
        width: auto;
        float: left;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
    }

     .hj02-news-box {
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
     #hj02_news {
        padding-bottom: 0
    }

     .news_item_right {
        height: auto;
        padding-left: 20px;
        padding-top: 30px;
    }
}
		
		
		
		
		
		
		
		
		
		
		
        .news-section {
            padding:48px 0;
        }
        .news-wrap {
            display:grid;
            grid-template-columns: 1fr 1fr;
            gap:32px;
        }
        .news-left-card {
            background: #f8f8f8;
           padding: 45px 58px 45px 58px; overflow:hidden
        }
        .news-date {
           font-size: 22px;
    color: #999999;
    letter-spacing: 0;
        }
        .news-left-card h4 {
            font-size:20px;
            margin:8px 0 16px;
            font-weight:500;
        }
		   .news-left-card h4:hover{ color:#0050AA}
		    .news-left-card p{color: #999999;
  
    transition: all .36s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word; line-height:30px; margin:10px 0; font-size:16px}
	
	.news-left-card p:hover{padding-left: 30px;
    border-color: #d3d3d3;
    transition: all .36s ease;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
	.news-left-card .news_item-desc-wai:hover{border-left: 1px solid #d3d3d3;
    transition: all .36s ease;
}
        .news-left-card img {
            width:100%;
        }
        .news-right-item {
          height: 160px;
    padding-top: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
        }
		
		  .news-right-item:hover{transition: all .36s ease;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);webkit-box-shadow: 0 10px 30px rgba(0,0,0,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);}
	
        .news-right-item:last-child {
            border-bottom:none;
            padding-bottom:0;
            margin-bottom:0;
        }
        .news-title-row {
            display:flex;
            justify-content:space-between;
        }
        .news-title-row p {
           color: #333333; font-size:20px;
    letter-spacing: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;margin-bottom: 20px;
        }
        .news-desc {
           color: #999999;
    letter-spacing: 0;
    margin-bottom: 20px;font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
        }
		
		
   .news_item:hover .news_item-title a {
                color: #0050AA;
            }

             .news_item_right:hover .news_item-title2 a {
                color: #0050AA;
            }

             .news_item_right:hover .news_item_right_right p span:before {
                left: 30px;
                transition: .6s;
            }

            
             .hj02_proclasslist li.active a {
                color: #fff
            }

             .news_item_more {
                background: #0050AA;
            }

             .hj02_newclasslist li.class_name1_on {
                background: #0050AA;
            }

             .hj02_pro_more:hover, #index_product_title_right1>div a {
                color: #0050AA;
            }
		
      
        /* =========联系我们页脚 ========== */
        .footer-section {
            background-color: var(--footer-bg);
            color:#ffffff;
            padding:48px 0;
        }
        .footer-wrap {
            display:grid;
            grid-template-columns: 1fr 1fr;
            gap:40px;
        }
        .footer-left h3 {
            font-size:40px;
            margin-bottom:16px;
        }
        .footer-left p {
            color:#cccccc;
            font-size:16px;
            line-height:30px;
        }
        .footer-contact {
            margin-top:24px;
            color:#cccccc;
            font-size:14px;
        }
        .footer-contact p {
            margin-bottom:8px;
        }
        .footer-form {
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:12px;
        }
        .footer-form input {
            padding:8px 12px;
            border-radius:40px;
            border:none;
            font-size:14px; height:50px;
        }
        .footer-form button {
            background-color: var(--primary);
            color:#fff;
            border:none;
            border-radius:40px;
            cursor:pointer; height:50px;
        }
        .copyright {
            margin-top:40px;
            padding-top:24px;
            border-top:1px solid #555555;
            text-align:center;
            font-size:12px;
            color:#aaaaaa;
        }
        /* =========响应式适配移动端 ========== */
        @media(max-width:768px){
            .advantage-wrap {
                grid-template-columns:1fr;
            }
            .section-title {
                font-size:22px;
            }
            .factory-swiper img {
                height:220px;
            }
            .banner-orange-inner {
                flex-direction:column;
                gap:12px;
            }
            .news-wrap {
                grid-template-columns:1fr;
            }
            .partner-swiper .swiper-slide {
                width: 33.333%;
            }
            .footer-wrap {
                grid-template-columns:1fr;
            }
        }
		
		





.HJZF_Z__innerContent {
  margin-bottom: 30px;
}
.inner2_Content {
  margin-bottom: 0;
}
.HJZF_Z__inner--left2 {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.HJZF_Z__inner--left2 .InsidePages_navswiper .swiper-slide {
  width: auto;
  margin-right: 40px;
}
.InsidePages_list li.yiji > a > h3,
.InsidePages_list li.yijion > a > h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 30px 0;
  font-weight: normal;
  position: relative;
}
.InsidePages_list li.yiji > a > h3:before,
.InsidePages_list li.yijion > a > h3:before {
  content: '';
  display: table;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 3px solid transparent;
}
.InsidePages_list li.yiji > a > h3:before {
  width: 0;
}
.InsidePages_list li.yijion > a > h3:before {
  width: 100%;
}
.InsidePages_list li.yiji:hover > a > h3:before {
  width: 100%;
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
}
.InsidePages_list-next,
.InsidePages_list-prev {
  background-image: none;
  display: none;
}
.InsidePages_list-next {
  right: -15px;
}
.InsidePages_list-prev {
  left: -15px;
}
.InsidePages_list-next i,
.InsidePages_list-prev i {
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
}
.InsidePages_content2 {
  width: 100%;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .InsidePages_content2 {
    width: 100%;
    padding-top: 20px;
  }
}
.InsidePages2_contact-left {
  width: 48%;
  float: left;
}
.InsidePages2_contact-right {
  width: 48%;
  float: right;
  overflow: auto;
}
.InsidePages_content2_contact {
  padding-top: 0;
}
.InsidePages2_contact_title {
  font-size: 30px;
  color: #000;
  margin-bottom: 50px;
}
.InsidePages2_contact_down {
  background: #f6f7f9;
  margin: 30px 0 0;
  padding: 60px 0;
}
.InsidePages2_contact_item {
  text-align: center;
}
.InsidePages2_contact_item h4 {
  font-size: 18px;
  padding: 16px 0 12px;
}
.InsidePages2_contact_item p {
  color: #666666;
  line-height: 24px;
  width: 50%;
  margin: auto;
}
.InsidePages2_contact_item a.button {
  background: #169bd5;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
  margin: 5px;
  padding: 8px;
}
.main_newslist2 li {
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px dashed #EEEEEE;
  border-right: none;
  border-left: none;
  background: #fff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.main_newslist2 li:hover .main_newsimg img {
  transform: translate3d(10px, -50%, 0);
  -webkit-transform: translate3d(10px, -50%, 0);
  -moz-transform: translate3d(10px, -50%, 0);
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  display: inline-block;
}
.HJZF_Z_news2_title {
  background: #99c0e0;
  color: #fff;
  padding: 90px 0px 26px;
}
.HJZF_Z_news2_title .news_view {
  border-bottom: none;
}
.HJZF_Z_news2_title h1 {
  font-size: 32px;
  padding-bottom: 50px;
}
.HJZF_Z_news2_title .news_view,
.HJZF_Z_news2_title .news_view span,
.HJZF_Z_news2_title .news_view i {
  text-align: left;
  color: #fff;
}
.news_detail2_maincontent .news_body {
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px dashed #e3e3e3;
}
.news_detail2_prev {
  width: 100%;
  margin: auto;
  padding: 30px 0;
}
.news_detail2_prev ul li {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #0062b2;
}
.news_detail2_prev ul li a {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.InsidePages_content2_commontitle {
  width: 100%;
  margin-bottom: 36px;
  border-bottom: 1px solid #e2e2e2;
  color: #0062b2;
  font-size: 24px;
}
.InsidePages_content2_commontitle span {
  border-bottom: 3px solid #0062b2;
  display: inline-block;
  padding-bottom: 12px;
}
.mian_content_casebox2 ul li {
  padding: 24px 70px 23px 23px;
  border-bottom: 1px solid #d3d0cd;
  position: relative;
}
.mian_content_casebox2 ul li:after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 27px;
  color: #fff;
}
.mian_content_casebox2 ul li .main_caseitem2_class {
  font-size: 14px;
  text-transform: uppercase;
  color: #D7D8D6;
}
.mian_content_casebox2 ul li .main_caseitem2_date {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.mian_content_casebox2 ul li .main_caseitem2_title a {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #333;
}
.mian_content_casebox2 ul li:hover .main_caseitem2_class,
.mian_content_casebox2 ul li:hover .main_caseitem2_date,
.mian_content_casebox2 ul li:hover .main_caseitem2_title a {
  color: #fff;
}
.news_view2 {
  border-bottom: none;
}
.news_view2,
.news_view2 i,
.news_view2 span {
  color: #666;
  font-size: 15px;
}
.InsidePages_content2_downloadtitle {
  text-align: center;
  font-size: 26px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 30px;
}
.InsidePages_content2_downloadeditor {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
.HJZF_Z__inner--left {
  float: left;
}
.HJZF_Z__inner--right {
  float: right;
}
@media (max-width: 767px) {
  .HJZF_Z__inner--right {
    padding-left: 15px;
    padding-right: 15px;
  }
}





.HJZF_Z__inner--left__content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.InsidePages_left_search {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0.5px 0.866px 5px 0px rgba(179, 179, 179, 0.3);
  margin-bottom: 30px;
}
.InsidePages_left_search li {
  list-style-type: none;
  float: left;
}
.InsidePages_left_search li:first-child {
  width: -moz-calc(50%);
  width: -webkit-calc(50%);
  width: calc(100% - 50px);
}
.InsidePages_left_search li:nth-child(2) {
  width: 50px;
}
.InsidePages_left_search li input {
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  color: #999;
  padding-left: 15px;
}
.InsidePages_left_search li {
  list-style-type: none;
  float: left;
}
.InsidePages_left_search li.search_second button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: none;
  outline: none;
}

.InsidePages_left_content-main {
  width: 100%;
  background: #ffffff;
  padding: 20px 0 0 0;
  border-top: 2px solid #0050AA;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0.5px 0.866px 5px 0px rgba(179, 179, 179, 0.3);
}
.InsidePages_left_content-main > p {
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  border-bottom: 0;
  line-height: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .InsidePages_left_search {
    box-shadow: none;
  }
  .InsidePages_left_search li input {
    background: #f5f5f5;
  }
  .InsidePages_left_search li.search_second button {
    background: #f5f5f5;
  }
}
ul.InsidePages_left_navlist {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
}
ul.InsidePages_left_navlist > li {
  position: relative;
  padding: 10px 30px 10px 20px;
  border-bottom: 1px solid #f2f2f2;
}
ul.InsidePages_left_navlist > li > a {
  position: relative;
  display: block;
}
ul.InsidePages_left_navlist > li > a > h3,
ul.InsidePages_left_navlist > li > a > .tag_placeholder,
ul.InsidePages_left_navlist > li > a > .heading-tag {
  font-weight: normal;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
ul.InsidePages_left_navlist > li > span.class_button,
ul.InsidePages_left_navlist > li > span.class_button_search {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
}
ul.InsidePages_left_navlist > li > span.class_button_none {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
}
ul.InsidePages_left_navlist > li span.class_button:before,
ul.InsidePages_left_navlist > li span.class_button_search:before {
  font-size: 16px;
  content: '\e63b';
  font-family: "iconfont";
  background-size: cover;
  color: #ccc;
  line-height: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
ul.InsidePages_left_navlist > li.yiji ul.erji {
  display: none;
}
ul.InsidePages_left_navlist > li.yijion ul.erji {
  display: block;
}
ul.InsidePages_left_navlist > li.yiji > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 20px;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
}
ul.InsidePages_left_navlist > li.yiji > ul > li > a > h3,
ul.InsidePages_left_navlist > li.yiji > ul > li > a > .tag_placeholder,
ul.InsidePages_left_navlist > li.yiji > ul > li > a > .heading-tag {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
ul.InsidePages_left_navlist > li.yijion > ul {
  display: block;
}
ul.InsidePages_left_navlist > li.yijion > ul > li > a,
ul.InsidePages_left_navlist > li.yiji > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 15px 5px 20px;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
}
ul.InsidePages_left_navlist > li.yijion > ul > li > a > h3,
ul.InsidePages_left_navlist > li.yijion > ul > li > a > .tag_placeholder,
ul.InsidePages_left_navlist > li.yijion > ul > li > a > .heading-tag {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
ul.InsidePages_left_navlist > li > ul > li {
  position: relative;
}
ul.InsidePages_left_navlist > li > ul > li > span.class_button,
ul.InsidePages_left_navlist > li > ul > li > span.class_button_search {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: -4px;
  cursor: pointer;
}
ul.InsidePages_left_navlist > li > ul > li > ul {
  padding-left: 30px;
}
ul.InsidePages_left_navlist > li > ul > li > ul > li a h3,
ul.InsidePages_left_navlist > li > ul > li > ul > li a .tag_placeholder,
ul.InsidePages_left_navlist > li > ul > li > ul > li a .heading-tag {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

.HJZF_Z__inner__mobileLeftMenu {
  margin-bottom: 20px;
}
.HJZF_Z__inner__mobileLeftMenu .HJZF_Z__inner--left__content {
  padding-right: 0;
}
.mobile--left_showButton {
  width: 22px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  text-align: center;
  line-height: 9px;
}
.mobile--left_showButton i {
  width: 22px;
  height: 2px;
  background: #333;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  transition: 0.4s;
}
.mobile--left_showButton:before {
  content: '';
  display: table;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  transition: 0.41s;
}
.mobile--left_showButton:after {
  content: '';
  display: table;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
  background: #333;
  transition: 0.41s;
}
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist,
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist2 {
  height: auto;
  overflow: hidden;
  display: none;
}
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist.active,
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist2.active {
  height: auto;
  overflow: hidden;
  transition: 0.6s;
  display: block;
}
.mobile--left_showButton.active i {
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
}
.mobile--left_showButton.active:before {
  content: '';
  display: table;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  transform: rotate(45deg) translate3d(7px, 8px, 10px);
  transition: 0.41s;
}
.mobile--left_showButton.active:after {
  content: '';
  display: table;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
  background: #333;
  transform: rotate(-45deg) translate3d(3px, -4px, 10px);
  transition: 0.4s;
}
ul.InsidePages_left_navlist2 {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
}
ul.InsidePages_left_navlist2 > li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e3e3e3;
}
ul.InsidePages_left_navlist2 li {
  position: relative;
}
ul.InsidePages_left_navlist2 li span.class_button,
ul.InsidePages_left_navlist2 li span.class_button_search {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
}
ul.InsidePages_left_navlist2 li span.class_button:before,
ul.InsidePages_left_navlist2 li span.class_button_search:before {
  font-size: 16px;
  content: '\f0dd';
  font-family: "FontAwesome";
  background-size: cover;
  color: #ccc;
  line-height: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
ul.InsidePages_left_navlist2 > li > a {
  position: relative;
  display: block;
}
ul.InsidePages_left_navlist2 > li > a > h3,
ul.InsidePages_left_navlist2 > li > a > .tag_placeholder,
ul.InsidePages_left_navlist2 > li > a > .heading-tag {
  font-weight: normal;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
ul.InsidePages_left_navlist2 > li > ul > li {
  padding-left: 15px;
}
ul.InsidePages_left_navlist2 > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0 0 0;
  background: transparent;
}
ul.InsidePages_left_navlist2 > li > ul > li > a > h3,
ul.InsidePages_left_navlist2 > li > ul > li > a > .tag_placeholder,
ul.InsidePages_left_navlist2 > li > ul > li > a > .heading-tag {
  font-weight: normal;
  font-size: 15px;
  color: #666;
  line-height: 25px;
}
ul.InsidePages_left_navlist2 > li > ul > li ul li {
  padding-left: 15px;
}
ul.InsidePages_left_navlist2 > li > ul > li > ul li h3,
ul.InsidePages_left_navlist2 > li > ul > li > ul li .tag_placeholder,
ul.InsidePages_left_navlist2 > li > ul > li > ul li .heading-tag {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.InsidePages_content-right__wrap {
  margin: auto;
}
.InsidePages_content-right_content-main {
  margin-bottom: 40px;
}
.InsidePages_content-right_content_title {
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 30px;
  padding-left: 10px;
  font-weight: bold;
  height: 50px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #333;
}
.InsidePages_content-right_content_title:before {
  content: '';
  display: table;
  width: 3px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_product_title_right {
  float: right;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.main_product_title_right a {
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  display: block;
  padding: 6px 8px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .InsidePages_content-right_content_title--othercate {
    display: none;
  }
}
.main-content_inner_news {
  margin-bottom: 30px;
  margin-top: -20px;
}
.main-content_inner_news > ul > li {
  float: left;
  padding: 10px 20px;
  width: auto;
}
.main-content_inner_news > ul > li a h3,
.main-content_inner_news > ul > li a .tag_placeholder,
.main-content_inner_news > ul > li a .heading-tag {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 20px;
}
.InsidePages_content-right_content-main {
  min-height: 300px;
}
@media (max-width: 767px) {
  .InsidePages_content-right_content-main {
    min-height: 0;
  }
}
#news_detail video,
#news_detail img {
  max-width: 100%;
}


.inner5detailmobile_next,
.inner5detailmobile_prev {
  background: none;
}
.main_newslist3 li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main_newslist3 li:before {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: rgba(45, 45, 45, 0.05);
  transition: all 0.5s ease-in;
  z-index: -1;
}
.main_newslist3 li:hover:before {
  height: 100%;
}
.main_newslist3 .newslist_img {
  padding-right: 0;
  padding-left: 0;
  max-height: 200px;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.main_newslist3 .newslist_img img{ height:100%; width:auto; max-width:100%}
.main_newslist3 .newslist_left {
  margin-top: 30px;
  height: 100%;
  transition: all 0.5s ease-in;
}
.main_newslist3 li:hover .newslist_left {
  margin-left: 3%;
}
.main_newslist3 .newslist_left h5 {
  color: #333;
  margin-bottom: 5px;
}
.main_newslist3 .newslist_left span {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  display: block;
}
.main_newslist3 .newslist_left p {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.main_newslist3 a.more {
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  opacity: 0;
  display: inline-block;
  margin-left: 3%;
  transition: all 0.5s linear;
}
.main_newslist3 li:hover a.more {
  background-color: #0050AA;
  color: #fff;
  opacity: 1;
}
@media (max-width: 786px) {
  .main_newslist3 a.more {
    display: none !important;
  }
}
.HJZF_Z__wrapper_detail3_title {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .HJZF_Z__wrapper_detail3_title {
    padding: 0;
  }
}






.p3{ padding:100px 0px; background: url(../img/1_5.jpg) center bottom no-repeat;}
.p3a {
    position: relative;
    margin: 50px 0;
}


.p3a li a {
    display: block;
}

.p3a li a div.img {
    overflow: hidden;
    border: solid 1px #e0e0e0;
}

.p3a li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p3a li:hover a div.img img {
    transform: scale(1.1);
}

.p3a li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 54px;
    background-color: #e0e0e0;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p3-swiper {
    overflow: hidden;
}


.p3a .p3prev {
    width: 40px;height: 40px;
   background: rgba(0,0,0,0) url(../img/1_19.png) center no-repeat;border-radius: 50%;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
    position: absolute;
    left: -4.7rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}



.p3a .p3next {
    width: 40px;height: 40px;
  background: rgba(0,0,0,0) url(../img/1_20.png) center no-repeat;border-radius: 50%;
    position: absolute;
    right: -4.7rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}




.p3a .p3prev:hover{background: rgba(0,94,209,1) url(../img/1_6_1.png) center no-repeat;}

.p3a .p3next:hover{background: rgba(0,94,209,1) url(../img/1_7_1.png) center no-repeat;}

.ar_article{ font-size:16px; line-height:30px;}






@media(max-width: 1440px) {
    .p3a {
        width: 88%;
        margin: 2.2rem auto 0;
    }
}

@media(max-width: 768px) {
    .p3a {
        width: 100%;
    }

}

@media(max-width: 767px) {
    .p3a li a h3 {
        line-height: 42px;
        font-size: 16px;
    }
}




.main_proitem {
  height: auto;
  float: left;
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
  padding: 0 15px;
}
.main_proitem_box {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.main_proitem_box h6,
.main_proitem_box .tag_placeholder,
.main_proitem_box .heading-tag {
  transition: all 0.5s ease-in;
}
.main_proitem_box:hover h6,
.main_proitem_box:hover .tag_placeholder,
.main_proitem_box:hover .heading-tag {
  color: rgba(0, 0, 0, 0.6);
}
.main_proitem_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.main_proitem_img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: -webkit-box;
  object-fit: cover;
  top: 0;
  left: 0;
}
.main_proitem_img a {
  position: relative;
  display: block;
  width: 100%;
}
.main_proitem_img a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: table;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  z-index: 9;
  width: 1000px;
  height: 1000px;
  background: rgba(0, 0, 0, 0.4);
}
.main_proitem_img a:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "\e669";
  display: table;
  font-family: "iconfont";
  font-size: 26px;
  width: 46px;
  height: 46px;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  z-index: 10;
  transform: translateX(-15px) translateY(-23px);
}
.main_proitem:hover .main_proitem_img a:before {
  opacity: 0.8;
  visibility: visible;
}
.main_proitem:hover .main_proitem_img a:after {
  opacity: 1;
  visibility: visible;
}
.main_proitem_second {
  padding: 12px 12px 12px;
  position: relative;
}
.main_proitem_second:before {
  content: '';
  display: inline-block;
  width: 80%;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_proitem_second h6,
.main_proitem_second .tag_placeholder,
.main_proitem_second .heading-tag {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  color: #333;
}
.main_proitem:hover .main_proitem_img img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  display: inline-block;
}
.main_page {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  line-height: 40px;
}
.main_page a,
.main_page .current {
  margin: 0 5px;
}
.main_page a {
  background: #fff;
  padding: 6px 10px;
  color: #6b6b6b;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}
.main_page .current {
  padding: 6px 10px;
  background: #eb5606;
  color: #fff;
  border: 1px solid #eb5606;
  border-radius: 3px;
}
#product_detail {
  width: 100%;
}
#product_detail .product_detail--top {
  position: relative;
}
#product_detail .left {
  width: 50%;
  float: left;
  height: auto;
  overflow: hidden;
  background: #E6E6E6;
  position: relative;
}
#product_detail .detail-gallery-top {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.pro_detail_top_slide {
  width: 536px;
}
.pro_detail_thunms_slide {
  width: 116px;
}
#product_detail .detail-gallery-top .swiper-slide img {
  width: 100%;
  height: auto;
}
.detail-gallery-thumbs__wrap {
  margin: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.detail-gallery-thumbs .swiper-slide {
  border: 1px solid transparent;
}
#product_detail .detail-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
}
#product_detail .detail-gallery-thumbs__wrap .swiper-button-prev,
#product_detail .detail-gallery-thumbs__wrap .swiper-button-next {
  background: none;
  opacity: 1;
  width: 20px;
  text-align: center;
  line-height: 44px;
  outline: none;
}
#product_detail .detail-gallery-thumbs__wrap .swiper-button-next {
  right: -20px;
}
#product_detail .detail-gallery-thumbs__wrap .swiper-button-prev {
  left: -20px;
}
#product_detail .product_info {
  width: 50%;
  height: auto;
  float: right;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #product_detail .left {
    width: 100%;
    float: none;
  }
  #product_detail .product_info {
    width: 100%;
    padding: 20px 0;
    min-height: 200px;
  }
  .pro_detail iframe {
    width: 100% !important;
    height: auto !important;
  }
}
.pro_info_box {
  width: 100%;
  height: 100%;
  text-align: left;
}
.detail_back {
  width: 100%;
  margin: auto;
}
.detail_back a {
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  width: 185px;
  height: 40px;
  display: block;
  margin: auto;
  background: #999999;
}
.product_detail_editor_content {
  width: 100%;
  height: auto;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 30px;
}
.product_detail_editor_content_title {
  height: 40px;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  color: #333333;
  background: #eee;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.product_detail_editor_content table,
.product_detail_editor_content img,
.HJZF_contact_editor img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 576px) {
  .product_detail_editor_content table,
  .product_detail_editor_content img,
  .HJZF_contact_editor img {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .product_detail_editor_content table {
    width: 100% !important;
  }
}
.reationkeywords {
  min-height: 30px;
  line-height: 30px;
  color: #666;
}
.reationkeywords a {
  color: #666;
  font-size: 14px;
  margin-left: 10px;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #666;
}
@media (max-width: 768px) {
  .reationkeywords a {
    margin-bottom: 15px;
  }
}
.pro_info_desc {
  width: 100%;
  min-height: 70px;
  font-size: 14px;
  line-height: 20px;
  overflow-y: auto;
  max-height: 200px;
  overflow: auto;
}
.pro_info_box_contact {
  position: absolute;
  bottom: 0;
}
.pro_info_desc::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.pro_info_desc::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.pro_info_desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.hj02_detail_mail i {
  font-size: 20px;
  margin-right: 6px;
}
.hj02_detail_mail a {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 20px;
  text-decoration: underline;
  color: #333;
}
.pro_info_box h3 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 10px;
}
.detail_inquiry {
  float: left;
  margin-right: 10px;
  background: #999999;
}
.detail_inquiry a {
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 185px;
  height: 40px;
  display: block;
  transition: all 0.5s;
}
.detail_down {
  background: #999999;
  float: left;
}
.detail_down a {
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  height: 40px;
  display: block;
  width: 185px;
}
.mainpage_probox {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}