@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "Arial";font-style:normal; color:#000;font-weight: 400;overflow-x: hidden;}

a {text-decoration: none; color:#000;transition: all 0.3s ease;}
a:hover {color: #2454a4;text-decoration: none !important;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.5s ease;}
.cont{width: 1460px;margin: 0 auto;max-width: 90%;}

/*banner*/
.in-banner{width: 100%;margin-top: 100px;}
.in-banner .in-banner-c{width: 100%;}
.in-banner .swiper-container{position: relative;overflow: hidden;width: 100%;}
.in-banner .swiper-container .in-banner-img{width: 100%;background-size: cover;background-position: center;}
.in-banner .swiper-container .swiper-pagination{}
.in-banner .swiper-container .swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;background:rgba(255,255,255,0.7);opacity:1;margin: 0 8px;}
.in-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background:#2454a4;}
.in-banner .swiper-slide{overflow: hidden;}
.in-banner .swiper-slide img{width:100%;}
.in-banner .swiper-container .swiper-button-next:after,.in-banner .swiper-container .swiper-button-prev:after{
  font-size: 30px;color: #fff;opacity: 0.7;
}
.in-banner .swiper-container .swiper-button-next:hover:after,.in-banner .swiper-container .swiper-button-prev:hover:after{
  opacity: 1;
}
/*banner-end*/

/*index*/
.in-title{text-align: left;padding:30px 0;}
.in-title h2{font-size:16px;color: #000;margin:30px 0;font-weight: bold;font-weight: 400;letter-spacing: 2px;text-transform: uppercase;}
.in-title span{display: block;}
.in-title p{font-size: 24px;color: #666;text-transform: uppercase;}

.in-about{width: 100%;background:url(../images/index_06.jpg) no-repeat center;background-size: cover;padding-top: 80px;position: relative;overflow: hidden;padding-bottom: 340px;background-attachment: fixed;}
.in-about-c{width: 100%;display: flex;justify-content: space-between;align-items: center;position: relative;}
.in-about-l{width: 50%;}
.in-about-box{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.in-about-txt{width:80%;}
.in-about-txt p{font-size: 24px;color: #000;}
.in-about-a a{width: 63px;height: 63px;background: #2454a4;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.in-about-a a img{width: 17px;}
.in-about-a a:hover{transform: translateY(-5px);}
.mt15{width: 100%;margin-top:80px;}
.mt15 ul{margin-bottom: 0;text-align: left;display: grid;grid-template-columns: repeat(2, 1fr);grid-gap:2vw;}
.mt15 ul li{display: inline-block;}
.mt15 ul li b{font-weight: 400;}
.mt15 ul li b i{font-size: 60px;font-weight: bold;font-style: normal;color: #2454a4;line-height: 40px;margin-right:10px;}
.mt15 ul li b span.sp-1{font-size: 16px;color: #2454a4;}
.mt15 ul li p{font-size:16px;color: #333;margin-bottom: 0;margin-top: 20px;}
.in-about-p{margin-top: 40px;}
.in-about-p p{font-size: 16px;color: #666;line-height: 30px;}
.in-about-r{width: 50%;display: flex;justify-content: right;}
.in-about-r-img{position: relative;}
.in-about-r figure{width: 390px;height: 390px;border-radius: 50%;overflow: hidden;}
.in-about-r figure img{width: 100%;height: 100%;object-fit: cover;}
.in-about-r-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #2454a4;
  animation: rangeScale 3s linear infinite;
  opacity: 1;
}
.in-about-r-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #2454a4;
  animation: rangeScale 3s linear infinite;
  opacity: 1;
  animation-delay: 1.5s;
}
@keyframes rangeScale {
  0% {
    opacity: 1;
    transform: scale(1);
    border-width: 1px;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
    border-width: 1px;
  }
}

.in-about-img{width: 100%;position: absolute;bottom: -80px;left: 0;}
.in-about-img img{width: 100%;}

.in-cp{width: 100%;background:url(../images/index_08.jpg) no-repeat center;background-size: cover;padding-top: 30px;position: relative;overflow: hidden;padding-bottom: 100px;background-attachment: fixed;}
.in-cp .in-title h2,.in-cp .in-title p{color: #fff;}
.in-cp .mySwiper3{width: 100%;border-radius: 5px;overflow: hidden;background: #fff;}
.in-cp .mySwiper3 .swiper-slide{text-align: center;cursor: pointer;transition: all 0.5s ease;}
.in-cp .mySwiper3 .swiper-slide h3{font-size: 16px;line-height: 30px;margin: 0;padding: 15px 0;transition: all 0.5s ease;}
.in-cp .mySwiper3 .swiper-slide:hover,.in-cp .mySwiper3 .swiper-slide-thumb-active{background: #2454a4ab;}
.in-cp .mySwiper3 .swiper-slide:hover h3,.in-cp .mySwiper3 .swiper-slide-thumb-active h3{color: #fff;}
.in-cp .mySwiper2{width: 100%;margin-top: 50px;}
.in-cp .mySwiper2 .swiper-slide{}
.in-cp .mySwiper2 .swiper-slide ul{display: grid;grid-template-columns: repeat(4, 1fr);grid-gap:1vw;width: 100%;
margin: 0;}
.in-cp .mySwiper2 .swiper-slide ul li{border-radius: 5px;background: #fff;overflow: hidden;}
.in-cp .mySwiper2 .swiper-slide figure{width: 100%;height: 15vw;border-bottom: 1px solid #eee;overflow: hidden;}
.in-cp .mySwiper2 .swiper-slide figure img{width: 100%;height: 100%;object-fit: cover;}
.in-cp .mySwiper2 .swiper-slide h3{text-align: center;font-size: 16px;margin:20px 0;line-height: 26px;padding: 0 15px;}
.in-cp .mySwiper2 .swiper-slide ul li:hover h3{color: #2454a4;}
.in-cp .mySwiper2 .swiper-slide ul li:hover figure img{transform: scale(1.05);}

.in-ys{margin-top: 80px;display: flex;justify-content: space-between;align-items: center;}
.in-ys-l{width: 35%;}
.in-ys-l .in-title p{color: #2454a4;}
.in-ys-txt{}
.in-ys-txt p{font-size: 16px;color: #333;}
.in-ys-a{margin-top:100px;}
.in-ys-a a{display: flex;justify-content: left;align-items: center;color: #2454a4;font-size: 20px;}
.in-ys-a a span{width:30px;height:30px;background: #2454a4;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-left:10px;transition: all 0.5s;}
.in-ys-a a span img{width: 10px;}
.in-ys-a a:hover span{margin-left: 15px;}
.in-ys-r{width:63%;}
.in-ys-r ul{width: 100%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap:2vw;}
.in-ys-r ul li{border-radius: 5px;border: 1px solid #2454a4;padding: 20px 30px 40px;}
.in-ys-r ul li figure{width:60px;height:60px;border-radius: 80%;border: 1px solid #2454a4;display: flex;justify-content: center;align-items: center;margin-top: 15px;}
.in-ys-r ul li figure img{width:25px;transition: transform 2s ease;}
.in-ys-r ul li h3{font-size: 18px;color: #000;margin:30px 0 15px;line-height: 25px;transition: all 0.5s;}
.in-ys-r ul li p{font-size: 14px;color: #666;}
.in-ys-r ul li:hover h3{color: #2454a4;}
.in-ys-r ul li:hover figure img{transform: rotate(360deg);}

.in-zycp{width: 100%;background: url(../images/index_17.jpg) no-repeat center;background-size: cover;padding-top:50px;position: relative;overflow: hidden;margin-top: 80px;background-attachment: fixed;padding-bottom: 80px;}
.in-zycp-top{display: flex;justify-content: space-between;align-items: center;}
.in-zycp-top .in-title{width: 80%;}
.in-zycp-a a{width: 63px;
    height: 63px;
    background: #2454a4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in-zycp-a a img{width: 17px;}
.in-zycp-a a:hover{transform: translateY(-5px);}
.in-zycp .swiper-father{width: 100%;position: relative;margin-top:30px;}
.in-zycp .swiper-father .swiper-container1{margin: 0 auto;width: 95%;overflow: hidden;padding: 15px;}
.in-zycp .swiper-father .swiper-slide{background: #fff;border-radius: 5px;overflow: hidden;padding: 20px 30px;box-shadow: 0 0 15px rgb(36 84 164 / 32%);}
.in-cp-lm a{display: flex;justify-content: space-between;align-items: center;}
.in-cp-lm-l{width: 80%;color: #2454a4;font-size: 14px;}
.in-cp-lm-l:hover{color: #000;}
.in-cp-lmlm-l img{width: 14px;}
.in-cp-lm-r{width: 40px;height: 40px;background: #2454a4;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.in-cp-lm-r img{width: 12px;}
.in-cp-tit{margin-top: 20px;}
.in-cp-tit h3{font-size: 16px;line-height: 30px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in-cp-img{width: 100%;height:15vw;background: #fff;overflow: hidden;}
.in-cp-img figure{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;overflow: hidden;}
.in-cp-img img{width: 100%;height: 100%;object-fit: cover;}
.in-cp-img:hover img{transform: scale(1.05);}
.in-zycp .swiper-father .swiper-button-next:after,.in-zycp .swiper-father .swiper-button-prev:after{display: none;}

/*footer*/
.foot-ben{width: 100%;background: url(../images/index_18.jpg) no-repeat center;background-size: cover;padding: 100px 0;position: relative;z-index: 99;}
.foot-ben-c{width: 100%;text-align: center;}
.foot-ben-c h3{font-size:18px;color: #fff;margin: 0 0 25px;}
.foot-ben-c p{font-size: 40px;font-weight: bold;color: #fff;margin: 0 0 40px;}
.foot-ben-c a{border-radius: 30px;border: 1px solid #fff;text-align: center;width: 150px;height:45px;line-height: 45px;color: #fff;display: block;margin: 50px auto 0;font-size: 16px;}
.foot-ben-c a:hover{background: #fff;color: #2454a4;}


.footer{background: #2453a40d;padding-top: 80px;}
.footer-c{width: 100%;padding: 0 5vw;display: flex;justify-content: space-between;align-items: flex-start;}
.foot-top{width: 270px;}
.foot-top-l img{width: 100%;}
.foot-top-lx{width: 100%;margin-top: 50px;}
.foot-top-lx p{display: flex;justify-content: left;align-items: center;}
.foot-top-lx p span{margin-right: 10px;}
.foot-top-lx p span img{width:20px;}
.foot-top-lx p a{font-size: 16px;line-height: 30px;opacity: 0.7;}

.footer-l ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 20px;}
.footer-l ul li{text-align: center;}
.footer-l ul li figure{background: #fff;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;}
.footer-l ul li h3{font-size: 14px;margin: 10px 0;color: #333;}
.footer-r{width: calc(100% - 270px);}
.footer-r ul{display: flex;justify-content: right;}
.footer-r ul li{}
.footer-r ul li:nth-child(2){margin-left: 7vw;}
.footer-r ul li span{display: block;background: url(../images/index_08.png) no-repeat left bottom;height: 4px;
background-size: auto 100%;width: 20vw;margin-bottom: 20px;}
.footer-r ul li h3{font-size: 22px;margin: 0 0 40px;}
.footer-r ul li p{margin:0px;}
.footer-r ul li p a{font-size: 16px;line-height: 30px;opacity: 0.7;}
.footer-r ul li p a:hover{opacity: 1;color: #2454a4;}
.footer-r ul li:last-child h3{margin-bottom: 20px;}
.foot-cp{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;width: 30vw;}
.foot-cp p{width: 50%;}
.footer-r ul li figure{width:140px;height:140px;border-radius: 5px;overflow: hidden;background: #fff;}
.footer-r ul li figure img{width: 100%;}


.foot-bq{width: 100%;border-top: 1px solid #ccc;margin-top: 70px;display: flex;justify-content: space-between;
align-items: flex-end;padding: 30px 5vw;}
.foot-bq .foot-bq-l{width: 50%;line-height: 39px;}
.foot-bq .foot-bq-l a{display: inline-block;margin-left: 15px;}
.foot-bq-r{width: 50%;}
.foot-bq-r ul{display: flex;justify-content: right;margin: 0;}
.foot-bq-r ul li{margin-left: 20px;}
.foot-bq-r ul li a{display: block;width: 39px;height: 39px;border-radius: 50%;background: #878787;}
.foot-bq-r ul li a:hover{background: #2454a4;}
.foot-bq-r ul li a img{width: 100%;height: 100%;object-fit: cover;}
.foot-bq-r ul li a figure{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}

/*右侧悬浮*/
.ycxf{width: 50px;position: fixed;right:10px;top: 50%;border-radius: 5px;padding:11px 0px 6px;z-index: 99;transform: translateY(-50%);}
.ycxf li{width: 100%;padding: 10px 5px;margin: 5px 0;color: #fff;position: relative;cursor: pointer;text-align: center;background: #2454a4;}
.ycxf li .ycxf-btn img{width: 27px;}
.ycxf li a{color: #666;}

.ycxf li .ycxf-btn{}
.ycxf li .ycxf-btn span{display: block;}
.ycxf li .ycxf-btn p{margin: 0;}
.ycxf li .ycxf-xs{
  overflow: hidden;
  position: absolute;
  width: 0px;
  height: 48px;
  font-size: 14px;
  background: #2454a4;
  color: #ffffff;
  line-height: 48px;
  top: 0px;
  right: 56px;
  opacity: 0;
  transition: all 0.5s;
}
.ycxf li:hover .ycxf-xs{width: 220px;opacity: 1;}


/*内页*/
.ny-cont{width: 1400px;margin: 0 auto;}
/*banner*/
.ny-banner{width: 100%;height:600px;position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;}
.ny-banner .cont{height: 100%;position: relative;height: 100%;}
.ny-banner-text{text-align: center;position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);}
.ny-banner-text h2{font-size:48px;color: #fff;font-weight: bold;margin: 0 0 18px;text-transform: uppercase;}
.ny-banner-text span{background: #fff;display: block;width: 50px;height: 4px;margin: 0 auto;}


/*about*/
.ny-about-top{margin-top: 80px;}
.ny-about{width: 100%;display: flex;justify-content: space-between;align-items:center;}
.ny-about-l{width:40%;}
.ny-about-l h2{color: #2454a4;font-weight: bold;font-size: 36px;}
.about-video-img{width: 100%;border-radius:10px;overflow: hidden;position: relative;}
.about-video-img figure{width: 100%;height:390px;overflow: hidden;}
.about-video-img figure img{width: 100%;height: 100%;object-fit: cover;}
.about-video-img span{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;}
.about-video{}
.about-vider-tc{width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0,0,0,0.8);z-index: 9999;justify-content: center;align-items: center;}
.about-vider-nr{width: 1200px;max-width: 90%;}
.about-vider-nr video{width: 100%;height: auto;object-fit: cover;}
.ny-about-r{width:56%;}
.about-vider-tc{display: none;}
.ny-about-r p{margin-bottom: 0;font-size:20px;color: #000;line-height: 35px;}

.ny-zs{width: 100%;background: #2453a40d;padding-top: 50px;margin-top: 80px;padding-bottom: 80px;}
.ny-ry{}
.ny-ry .swiper-father{width: 100%;position: relative;}
.ny-ry .swiper-father .swiper-container1{overflow: hidden;margin: 0 auto;width:85%;}
.ny-ry .swiper-father .swiper-slide{text-align: center;}
.ny-ry .swiper-father .swiper-slide figure{padding: 10px;background: #fff;display: flex;justify-content: center;align-items: center;overflow: hidden;height: 22vw;}
.ny-ry .swiper-father .swiper-slide img{width: 100%;text-align: center;}
.ny-ry .swiper-father .swiper-slide:hover figure img{transform: scale(1.05);}
.ny-ry .swiper-father .swiper-slide h3{font-size: 16px;margin: 15px 0;}
.ny-ry .swiper-father .swiper-button-prev,.ny-ry .swiper-father .swiper-button-next{top: 45%;background: #2454a4;border-radius: 50%;width: 40px;height: 40px;text-align: center;line-height: 40px;}
.ny-ry .swiper-father .swiper-button-prev:after,.ny-ry .swiper-father .swiper-button-next:after{
  font-size: 16px;
  color: #fff;
}

.ny-qywh{margin-top: 80px;margin-bottom: 50px;}
.ny-qywh ul{display: flex;justify-content: space-between;align-items: flex-start;}
.ny-qywh ul li{width: 49%;overflow: hidden;}
.ny-qywh ul li:nth-child(1){
  display: flex;
  justify-content: left;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny-qywh ul li:nth-child(1) .ny-qywh-div{height: 275px;}
.ny-qywh ul li:nth-child(2){height: 575px;}
.ny-qywh .ny-qywh-div{width: 100%;position: relative;margin-bottom: 25px;height: 100%;}
.ny-qywh .ny-qywh-div figure{width: 100%;background: #2258a7;overflow: hidden;height: 100%;}
.ny-qywh .ny-qywh-div figure img{width: 100%;height: 100%;object-fit: cover;opacity: 0.3;}
.ny-qywh-text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 40px;}
.ny-qywh-text h3{font-size: 24px;color: #fff;font-weight: bold;margin: 0 0 10px;}
.ny-qywh-text span{font-size: 16px;color: #fff;}
.ny-qywh-text-p{margin-top: 20px;}
.ny-qywh-text-p p{font-size: 16px;color: #fff;line-height: 25px;}
.ny-qywh .ny-qywh-div:hover figure img{opacity: 0.1;transform: scale(1.05);}

/*联系我们*/
.ny-lxwm{width: 100%;background: #2454a4;margin: 80px 0;border-radius: 10px;}
.ny-lxwm ul{display: grid;grid-template-columns: repeat(3,1fr);padding: 10px 0 30px;}
.ny-lxwm ul li{text-align: center;}
.ny-lxwm ul li figure{margin: 20px auto 10px;}
.ny-lxwm ul li figure img{width:55px;}
.ny-lxwm ul li p{font-size: 16px;color: #fff;margin: 0;}
.ny-lx-c ul li h3{margin: 0;padding-bottom: 20px;border-bottom: 1px solid #eee;font-size: 20px;margin-bottom: 20px;}
.ny-lx-div p{font-size: 16px;color: #666;line-height: 30px;padding-left: 30px;}
.ny-lx-div p a{color: #666;}
.ny-lx-div p:hover,.ny-lx-div p:hover a{color: #2454a4;}
.ny-lx-div p:nth-child(1){background: url(../images/index_27.png) no-repeat left 3px;}
.ny-lx-div p:nth-child(2){background: url(../images/index_28.png) no-repeat left 3px;}
.ny-lx-div p:nth-child(3){background: url(../images/index_29.png) no-repeat left 3px;}
.ny-lx-div p:nth-child(4){background: url(../images/index_30.png) no-repeat left 3px;}
.ny-lx-div p:nth-child(5){background: url(../images/index_31.png) no-repeat left 3px;}

.ny-zxly{width: 100%;background: url(../images/index_31.jpg) no-repeat center;background-size: cover;background-attachment: fixed;margin-top: 80px;padding-bottom: 80px;}
.rzsq-form form{display: flex;flex-wrap: wrap;justify-content: space-between;}
.rzsq-form form .ly-lxwm-div{border-bottom: 1px solid #cfcfd0;width: 47%;margin-bottom: 50px;justify-content: left;}
.rzsq-form form .ly-lxwm-div label{width:180px;font-size: 16px;font-weight: 400;margin-bottom:30px;}
.rzsq-form form .ly-lxwm-div label span{color: red;display: inline-block;margin-right: 5px;}
.rzsq-form form .ly-lxwm-div input{width: 80%;height: 40px;line-height: 40px;background:none;border: none;margin-bottom: 30px;}
input::placeholder { color: #aaa; opacity: 1; }
.rzsq-form form .ly-lxwm-text{width: 100%;}
.rzsq-form form .ly-lxwm-text textarea{background:none;border: none;height: 40px;width:calc(100% - 180px);}
.rzsq-form form button{width: 165px;height: 50px;line-height: 50px;background: #2454a4;color: #fff;border: none;transition: all 0.5s;font-size: 16px;margin: 0 auto;display: block;border-radius:8px;border: 1px solid #2454a4;}
.rzsq-form form button:hover{background: #fff;color: #2454a4;}

/*分页*/
.last-page{text-align: center;margin:70px 0;}
.page-status,.page-index,.page-last{display: none;}
.last-page span a{display: inline-block;width: 40px;height: 40px;color: #000;line-height: 40px;font-size: 14px;overflow: hidden;margin: 0 5px;border: 1px solid #999;text-align: center;border-radius: 5px;}
.last-page .page-pre a,.last-page .page-next a{width: 65px;}
.last-page .page-num-current,.last-page span a:hover{background: #2454a4;color: #fff;}
.last-page .page-none{margin-bottom: 80px;display: block;}

/*产品列表*/
.ny-cp{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.ny-cp-l{width: 310px;background:#2453a40d;margin-top: 80px;border-radius: 10px;overflow: hidden;margin-bottom: 80px;}
.ny-cp-l h3{width: 100%;background: #2454a4;color: #fff;padding: 20px 0;text-align: center;margin: 0;font-size: 22px;font-weight: bold;text-transform: uppercase;}
.ny-cp-l ul{padding: 0 10px;margin-top: 10px;}
.ny-cp-l ul li{width: 100%;}
.ny-cp-l ul .ny-cp-div{width: 100%;display: flex;justify-content:space-between;align-items: center;padding:10px 15px;font-size: 18px;border-radius: 5px;} 
.ny-cp-l ul .ny-cp-div span{cursor: pointer;}
.ny-cp-l ul .ny-cp-div a{}
.ny-cp-l ul ul{padding: 0 20px;display: none;}
.ny-cp-l ul ul li{font-size: 16px;line-height:35px;}
.ny-cp-l ul ul li a{color: #666;}
.ny-cp-l ul .ny-cp-div:hover{background: #fff;color: #2454a4;}
.ny-cp-l ul .ny-cp-div:hover a{color: #2454a4;}
.ny-cp-l ul ul li a:hover{color: #2454a4;}

.ny-cp-r{width: calc(100% - 310px);margin: 80px 0;padding-left: 3vw;}
.ny-cp-r ul{width: 100%;display: grid;grid-template-columns: repeat(3,1fr);grid-gap:2vw;}
.ny-cp-r ul li{background: #fff;box-shadow: 0 0 15px rgb(36 84 164 / 32%);border-radius: 5px;overflow: hidden;text-align: center;}
.ny-cp-r ul li figure{width: 100%;height: 13vw;border-bottom: 1px solid #eee;overflow: hidden;}
.ny-cp-r ul li figure img{width: 100%;}
.ny-cp-r ul li:hover figure img{transform: scale(1.05);}
.ny-cp-r ul li h3{font-size:16px;margin: 20px 0;padding: 0 15px;}
.ny-cp-r ul li:hover h3{color: #2454a4;}

/*产品详情*/
.xw-xq {width: 100%;border-top: 1px solid #eee;margin-top: 100px;}
.xw-mbx{display: flex;justify-content: left;align-items: center;font-size: 16px;margin-top: 50px;}
.xw-mbx span{display: inline-block;margin-right: 5px;margin-top: -5px;}
.xw-mbx a{display: inline-block;margin: 0 6px;}

.nycp-top{width: 100%;background: #f6f8fc;padding:50px 0 100px;margin-top: 40px;}
.nycp-top-c{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.nycp-top-img{width:40%;height:20vw;}
.nycp-top-img figure{width:100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.nycp-top-img figure img{width: 100%;}
.nycp-top-text{width:55%;padding-right: 60px;}
.nycp-top-text h2{font-size: 24px;font-weight: bold;margin: 0 0 20px;}
.nycp-top-text p{font-size: 16px;color: #666;line-height: 26px;margin-bottom: 20px;}
.nycp-top-text-a{}
.nycp-top-text-a .nycp-top-div{display: flex;justify-content: left;align-items: center;margin-bottom: 15px;}
.nycp-top-text-a .nycp-top-div a{font-size: 16px;}
.nycp-top-text-a .nycp-top-div span{display: inline-block;margin-right: 10px;}
.nycp-top-text-ul{display: flex;justify-content: left;margin-top:50px;}
.nycp-top-text-ul li{}
.nycp-top-text-ul li a{width: 157px;height: 45px;border: 1px solid #2454a4;text-align: center;display: flex;justify-content: center;align-items: center;margin-left: -1px;}
.nycp-top-text-ul li a span{display: inline-block;margin-right: 10px;margin-top: -2px;transition: all 0.5s;}
.nycp-top-text-ul li a:hover span img{
  ofilter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: brightness(0%) invert(100%);
  -webkit-filter: brightness(0%) invert(100%);
}
.nycp-top-text-ul li a:hover{background: #2454a4;color: #fff;}

#magnifier {position: relative;width:100%;}
.small-box {
  position: relative;
  width: 100%;
  height: 390px;
  border: 1px solid #eee;
}
.small-box table{width: 100%;}
.small-box table td{
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.small-box img {
  width: 100%;
  height: 100%;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #aaa;
  background: #000;
  opacity: .5;
  filter: alpha(opacity:50);
  cursor:move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(../images/btn_prev.png) no-repeat;
}
.thumbnail-box .btn-prev.btn_prev_disabled{background: url(../images/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .btn-next {
  right: 0;
  background: url(../images/btn_next.png) no-repeat;
}
.thumbnail-box .btn-next.btn_next_disabled{background: url(../images/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .list {
  overflow: hidden;
  width:93%;
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin: 0 10px;
}
.thumbnail-box .list .item-cur {}
.thumbnail-box .list .item img {
  border: 1px solid #a9a9a9;
  width: 80px;
  height: 54px;
}
.thumbnail-box .list .item-cur img {
  border: 1px solid #2258a7;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 460px;
  height: 354px;
  border: 1px solid #e4e4e4;
}
.big-box img {display: block;}

.cpxq-nav{width: 100%;border-bottom: 1px solid #eee;margin-top: 80px;}
.cpxq-nav ul{width: 100%;display: flex;justify-content: left;margin: 0;}
.cpxq-nav ul li{background: #f5f5f5;padding:15px 30px;border-right: 1px solid #fff;cursor: pointer;}
.cpxq-nav ul li h3{font-size: 18px;margin: 0;font-weight: bold;}
.cpxq-nav ul li:hover,.cpxq-nav ul li.on{background: #2454a4;color: #fff;}
.cpxq-nr{margin: 30px 0 80px;}
.cpxq-nr img{max-width:100%;width: 800px;}
.cpxq-nr p{font-size: 16px;color:#666;margin-bottom: 0px;}
.cpxq-nr table{margin: 0 auto;width: 800px;max-width: 100%;}

.ny-cp-ss{width: 100%;}
.ny-cp-ss ul{grid-template-columns: repeat(4, 1fr);}

@media (min-width: 1500px){

}

@media (min-width: 1950px){
    
}

@media screen and (max-width:1920px){
	
}

@media screen and (max-width:1800px){
   .cp-list-lb ul {width: 80%;}
}

@media screen and (max-width:1700px){
   
}

@media screen and (max-width:1570px){
   .nycp-top-img{height: 27vw;}
}

@media screen and (max-width:1500px){
  .foot-ben-c h3 {font-size: 40px;}
  .footer-r ul li {margin-left: 5vw;}  
  .in-about{padding-bottom: 290px;}
  .in-about-img{bottom: -40px;}
  .in-cp .mySwiper2 .swiper-slide figure{height: 22vw;}

 
}

@media screen and (max-width:1400px){
  .ny-banner{height: 400px;} 
  .ny-banner-text h2 {font-size: 30px;}
  .ny-banner-text span{width: 40px;height: 3px;}
  .about-video {margin-top: 15vw;}
    
}

@media screen and (max-width:1360px){
    .in-cp ul li a .ic-cp-js span {width: 110px;height: 35px;line-height: 35px;}
    .in-cp ul li a .ic-cp-js p {font-size: 14px;line-height: 20px;height: 85px;}

    .nycp-top-img {height: 30vw;}
}

@media screen and (max-width:1300px){
  
	
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
    .cont {width: 95%;}
    .in-banner {height: 440px;margin-top: 60px;}
    .banner-tit h2 {font-size: 26px;margin-bottom: 10px;}
    .banner-tit p {font-size: 14px;margin-bottom: 3vw;line-height: 25px;}
    .banner-tit a {font-size: 14px;padding: 7px 10px;width: 120px;}
    .in-title h2{font-size: 24px;}
    .in-title p {font-size: 14px;}
    .in-cp ul{grid-template-columns: repeat(1, 1fr);}
    .in-about-c{flex-wrap: wrap;}
    .in-about-l, .in-about-r {width: 100%;margin-bottom: 30px;}
    .mt15 ul li b i{font-size: 40px;line-height: 30px;}
    .mt15 ul li b span.sp-1 {font-size: 14px;}
    .mt15 ul li p {font-size: 16px;}
    .mt15{padding: 37px 0 25px;}
    .in-about{padding-bottom: 110px;}
    .in-ys {margin-top: -90px;}
    .in-fw .cont{flex-wrap: wrap;}
    .in-fw-l, .in-fw-r {width: 100%;}
    .in-fw{padding-top: 30px;}
    .in-fw-l h5 {font-size: 16px;}
    .in-fw-l h2 {font-size: 24px;margin: 20px 0 30px;}
    .in-fw-l .in-fw-p p {font-size: 14px;line-height: 30px;}
    .in-fw-a a{margin-top: 30px;margin-bottom: 30px;}
    .in-yy .mySwiper3 .swiper-slide figure {height: 40vw;}
    .in-yy .mySwiper3{padding: 0 15px;}
    .in-yy .mySwiper3 .swiper-slide .in-yy-h3 h3 {font-size: 16px;}
    .in-news-r{display: none;}
    .in-news-l{width: 100%;}
    .foot-ben-c h3 {font-size: 24px;}
    .foot-ben-c ul li:nth-child(2) a {width: 180px;}
    .foot-ben-c ul li a {width: 130px;height: 45px;line-height: 45px;font-size: 14px;}
    .footer-r ul li:nth-child(1),.footer-r ul li:nth-child(2),.footer-r ul li:nth-child(3){display: none;}
    .foot-bq{flex-wrap: wrap;}
    .foot-bq .foot-bq-l,.foot-bq .foot-bq-r{width: 100%;text-align: center;}
    .foot-bq .foot-bq-r{margin-top: 20px;}
    .foot-bq-r ul {justify-content: center;}
    .footer-r ul li {margin-left: 0;}    

    .ny-banner{margin-top:60px;height: 240px;}
    .ny-banner-text h2 {font-size: 22px;}
    .ny-banner-text p {font-size: 14px;line-height: 22px;}
    .ny-about-l h2{font-size: 30px;}
    .about-video-img figure{height: 150px;}
    .about-video {margin-top: 31vw;}
    .ny-about-r {width: 74%;}
    .about-yy{height: 380px;margin-top: 50px;}
    .ny-qywh-text{padding: 30px;}
    .ny-qywh-text h3 {font-size: 20px;}
    .ny-qywh-text span {font-size: 14px;}
    .ny-qywh-text-p p {font-size: 14px;}
    .ny-qywh ul li:nth-child(1) .ny-qywh-div {height: 240px;}
    .ny-qywh ul li:nth-child(2) {height: 505px;}
    .ny-fzlc{margin-top: 50px;}
    .mySwiper4 .swiper-button-next, .mySwiper4 .swiper-button-prev {width: 35px;height: 35px;}
    .mySwiper4 .swiper-button-next::after, .mySwiper4 .swiper-button-prev::after {font-size: 14px;}
    .in-fzlc-nr{width: 730px;max-width: 80%;padding: 25px 30px;}
    .in-fzlc-nr-l h4 {font-size: 35px;}
    .in-fzlc-nr-l p {font-size: 18px;}
    .in-fzlc-nr-r p {font-size: 14px;}
    .mySwiper5 .swiper-slide:hover h3, .mySwiper5 .swiper-slide-thumb-active h3 {font-size: 30px;}
    .mySwiper5 .swiper-slide h3 {font-size: 16px;}
    .swiper-container1 .swiper-slide figure {height: 56vw;}
    .mySwiper6 .swiper-slide figure{height: 35vw;}
    .cp-nav{display: none;}
    .cp-list-lb ul{margin-top: 40px;}
    .cp-list-lb ul,.cp-list-lb .last-page{width: 100%;}
    .cp-list-lb ul li figure{height: 17vw;}
    .wap-cpanv{width: 100%;display: block;padding-top: 40px;}
    .wap-cpanv .dropdown{width: 100%;}
    .wap-cpanv .dropdown .btn {width: 100%;text-align: left;position: relative;background:#2454a4;z-index: 2;
    height: 45px;color: #fff;font-size: 16px;font-weight: bold;}
    .wap-cpanv .dropdown .btn .caret{float: right;margin-top:7px;border-top:7px dashed #fff;border-right: 7px solid transparent;border-left: 7px solid transparent;}
    .wap-cpanv .dropdown-menu{width: 100%;}
    .wap-cpanv .dropdown-menu>li>a{line-height: 2.428571;}
    .cp-list-lb ul li{padding: 15px;}
    .cp-list-lb ul li h3 {font-size: 16px;margin: 0 0 10px;}
    .cp-list-lb ul li p{margin-bottom: 15px;}
    .xw-xq{margin-top: 60px;}
    .nycp-top-img {height: 45vw;}
    .nycp-top-text h2 {font-size: 20px;}
    .nycp-top-text p {font-size: 14px;line-height: 22px;}
    .nycp-top-text-ul li a {width: 100%;}
    .nycp-top-text-ul li {width: 25%;}
    .nycp-top-text{padding-right: 25px;}
    .mySwiper7 .swiper-slide figure{height: 28vw;}
    .mySwiper7 .swiper-pagination {display: block;}
    .swiper.mySwiper7{padding-bottom: 60px;}
    .cp-xgal{padding-bottom: 30px;}
    .mySwiper7 .swiper-pagination .swiper-pagination-bullet{background: #2454a4;}
    .hy-hyul{grid-gap: 20px;}
    .xw-xq-c{flex-wrap: wrap;}
    .xw-xq-l,.xw-xq-r{width: 100%;}
    .xwxq-tit h3 {font-size: 24px;margin: 0 0 20px;}
    .xwxq-tit{padding-top: 15px;padding-bottom: 10px;}
    .xwxq-tit p span{font-size: 14px;}
    .xq-hy-img{height: 330px;}
    .hy-cplist .mySwiper2 .swiper-pagination {display: block;}
    .hy-cplist .mySwiper2 {padding-bottom: 50px;}
    .hy-cplist .mySwiper2 .swiper-slide a figure{height: 28vw;}
    .hy-cplist .mySwiper2 .swiper-slide a{padding: 15px;}
    .hy-cplist .mySwiper2 .swiper-slide a h3 {font-size: 16px;margin: 0 0 10px;}
    .hy-cplist .mySwiper2 .swiper-pagination .swiper-pagination-bullet{background: #2454a4;}
    .ny-news-btn{display: none;}
    .ny-news-ul li a figure {height: 20vw;width: 30%;}
    .ny-news-ul li{padding: 20px 0;}
    .ny-news-div {width: 68%;}
    .ny-news-div h3 {font-size: 16px;}
    .ny-news-div p {-webkit-line-clamp: 2;line-height: 22px;}
    .xwxq-btn .cp-xq-bot{flex-wrap: wrap;}
    .xwxq-btn .cp-xq-bot div{width: 100%;}
    .xwxq-btn .cp-xq-bot div:nth-child(2) p{text-align: left;}
    .ny-lx-c ul{flex-wrap: wrap;}
    .ny-lx-c ul li {width: 100%;margin-bottom: 30px;}
    .ny-lx-c ul li h3{font-size: 18px;}
}

@media screen and (max-width:910px){
    
}

@media screen and (max-width:780px){
    .in-banner {height: 350px;}  
    .in-title{padding: 40px 0;}
    .in-title h2{margin: 0 0 10px;}
    .in-title span{margin: 10px auto 0;width: 35px;height: 3px;}
    .in-about-logo img {height: 30px;margin-bottom: 30px;}
    .in-about-p p {font-size: 14px;line-height: 25px;}
    .mt15 ul{grid-template-columns: repeat(2, 1fr);}
    .in-yy .mySwiper3 .swiper-slide figure {height: 55vw;}
    .in-fw-a a,.in-about-a a,.in-cp ul li a .ic-cp-js span{width: 120px;height: 40px;line-height: 40px;font-size: 14px;}
    .in-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 5px;}
    .in-cp ul li a .ic-cp-js h3 {font-size: 16px;margin: 0 0 10px;}
    .in-fw-r ul li h3 {font-size: 16px;}
    .in-fw-r ul li figure {width: 36px;}
    .in-fw-r ul li{padding: 30px 20px 0;}   
    .ycxf li .ycxf-btn img {width: 20px;} 
    .ycxf {width: 35px;}
    .ycxf li .ycxf-xs{height: 40px;line-height: 40px;right: 38px;}

    .ny-banner{height: 200px;}
    .ny-about{flex-wrap: wrap;margin-top: 30px;}
    .ny-about-l,.ny-about-r{width: 100%;}
    .about-video {margin-top: 30px;margin-bottom: 30px;}
    .about-video-img figure {height: 50vw;}
    .ny-about-l h2 {font-size: 24px;}
    .about-yy .mt15{padding-top: 50px;}
    .ny-qywh-text {padding: 15px;}
    .in-fzlc-nr-l {width: 110px;}
    .in-fzlc-nr-r {width: calc(100% - 110px);padding: 14px 0px 20px 20px;}
    .mySwiper5 .swiper-slide h3{height: 50px;}
    .mySwiper5 {margin-top: 30px;}
    .swiper-container1 .swiper-slide figure {height: auto;}
    .mySwiper6 .swiper-slide figure {height: 60vw;}
    .cp-list-lb ul{grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
    .cp-list-lb ul li figure {height: 30vw;}
    .last-page {margin: 35px 0;}
    .nycp-top-c{flex-wrap: wrap;}
    .nycp-top-img{width: 100%;height: auto;}
    .nycp-top-text{width: 100%;margin-top: 15px;padding: 15px;}
    .mySwiper7 .swiper-slide figure {height: 55vw;}
    .hy-nav-c h3{display: none;}
    .hy-nav-c .hy-ul1 {width: 100%;justify-content: left;}
    .hy-hyul{grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
    .hy-hyul li figure{height: 40vw;}
    .hy-hyul li h3 {margin: 15px 0;}
    .hy-hyul{margin-top: 35px;}
    .case-bj{padding: 50px 0 10px;}
    .case-ul{grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
    .case-ul li figure{height: 28vw;}
    .case-ul li h3 {margin: 10px 0;padding: 0 15px;}
    .case-ul li p {-webkit-line-clamp: 1;margin-bottom: 10px;padding: 0 15px;}
    .ny-news-div span{margin-top: 10px;}
    .ny-news-div p{margin-top: 10px;}
    .rzsq-form form{flex-wrap: wrap;}
    .rzsq-form form .ly-lxwm-div{width: 100%;}
    .rzsq-form form button {width: 120px;height: 40px;line-height: 40px;font-size: 14px;}
}

@media screen and (max-width:640px){
  .footer-c{flex-wrap: wrap;}
  .footer-l,.footer-r{width: 100%;}
  .footer-l {order: 2;margin-top: 20px;}
  .footer-l ul {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 5px;}
  .footer-l ul li figure img{width: 100%;}
  .footer-r ul {justify-content: left;margin-top: 30px;width: 100%;}
  .footer-r ul li{width: 100%;}
  .footer-r ul li span{width: 100%;background-size: 100% 100%;}

  .last-page span a{height: 35px;line-height: 35px;margin: 0 2px;font-size: 12px;width: 35px;}
  .last-page .page-pre a, .last-page .page-next a {width: 60px;}
  .cp-list-lb ul li p{display: none;}
  
}

@media screen and (max-width:510px){
  .in-cp ul li a{flex-wrap: wrap;}
  .in-cp ul li a figure,.in-cp ul li a .ic-cp-js{width: 100%;}
  .in-cp ul li a .ic-cp-js{margin-top: 20px;padding: 0 5px;}
  .in-cp ul li a .ic-cp-js p{margin-bottom: 20px;height: auto;}
  .in-cp ul li a .ic-cp-js span{display: none;}
  .in-news-l ul li a .in-news-l-div h3 {font-size: 16px;}
  .in-news-l ul li a .in-news-l-div em{margin-bottom: 10px;}
  .in-news-l ul li a .in-news-l-div{padding: 0 15px;}
  .in-news-l ul li a .in-news-l-div p{-webkit-line-clamp: 1;}
  .in-news-l ul li a .in-news-l-div span{display: none;}
  .in-news-l ul li a figure{height: 130px;}
  .foot-ben-c h3 {font-size: 20px;line-height: 35px;}
  .foot-ben{padding: 30px 0;}
  .foot-ben-c ul{margin: 15px 0 0;}
  .footer{padding-top: 40px;}
  .mt15 ul li b i {font-size: 30px;}
  .mt15 ul li p {font-size: 14px;}
  .mt15 ul{grid-gap: 2vw;padding: 0 2vw;}
  .in-fw {margin-top: 50px;}
  .in-fw-r ul li {padding: 20px 10px 0;}
  .in-fw-r ul li figure {width: 30px;}
  .in-fw-r ul li h3 {font-size: 16px;margin: 10px 0;}
  .in-fw-r ul li span{width: 25px;margin-bottom: 10px;}
  .in-fw-r ul li p{font-size: 14px;line-height: 20px;}
  .in-yy .mySwiper3 .swiper-slide figure {height: 75vw;}
  .in-yy{padding-bottom: 40px;}
  .in-yy .mySwiper3 .swiper-slide .in-yy-h3{padding: 40px 0 10px;}
  .foot-ben-c ul{flex-wrap: wrap;}
  .foot-ben-c ul li{margin-bottom: 20px;width: 100%;margin-right: 0;}
  .foot-ben-c ul li a,.foot-ben-c ul li:nth-child(2) a{width: 100%;}

  .ny-qywh ul{flex-wrap: wrap;padding: 0px 15px;}
  .ny-qywh ul li{width: 100%;}
  .ny-qywh ul li:nth-child(2) {height: 240px;}
  .in-fzlc-nr{flex-wrap: wrap;}
  .in-fzlc-nr-l{width: 100%;}
  .in-fzlc-nr-r{width: 100%;border-left: none;padding: 0;border-top: 1px solid rgba(255, 255, 255, 0.5);padding-top: 15px;}
  .in-fzlc-nr-l h4 {font-size: 24px;}
  .nycp-top-text-ul{flex-wrap: wrap;}
  .nycp-top-text-ul li{width: 50%;margin-top: -1px;margin-left: -1px;}
  .nycp-top-text h2 {font-size: 18px;}
  .nycp-xq h3 {font-size: 20px;}
  .nycp-xq {margin-top: 45px;}
  .ny-news-ul li a figure {height: 30vw;width: 40%;}
  .ny-news-div {width: 57%;}
  

}

@media screen and (max-width:480px){
    .footer-l ul{grid-template-columns: repeat(2, 1fr);}
    .foot-bq-r ul li a{width: 30px;height: 30px;}
    .foot-bq-r ul li{margin-left: 10px;}

    .swiper-container1 {width: 67%;}
    .xw-mbx{font-size: 12px;}
    .xw-mbx span {margin-right: 0px;margin-top: -3px;}
    .xw-mbx span img{width: 13px;}
    .xw-mbx a{margin: 0 2px;}
}

@media screen and (max-width:320px){
  
    	
}