@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "SourceHanSansCN-Normal";font-style:normal; color:#000;font-weight: 400;overflow-x: hidden;}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Normal.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Normal.otf);
    font-display: swap;
}
@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Heavy.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Heavy.otf);
    font-display: swap;
}


a {text-decoration: none; color:#000;transition: all 0.3s ease;}
a:hover {color: #2258a7;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: 1500px;margin: 0 auto;max-width: 90%;}

/*banner*/
.in-banner{width: 100%;overflow: hidden;height: 100vh;}
.in-banner .in-banner-c{width: 100%;height: 100%;}
.in-banner .swiper-container{position: relative;overflow: hidden;width: 100%;height: 100%;}
.in-banner .swiper-container .in-banner-img{width: 100%;height: 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:#2258a7;}
.in-banner .swiper-slide{overflow: hidden;}
.in-banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
    object-fit: cover;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.in-banner .swiper-slide-active img,.in-banner .swiper-slide-duplicate-active img{
		transition:4s linear;
		transform:scale(1);
		}
/*banner-end*/

/*index*/
.in-title{text-align: center;padding:70px 0;}
.in-title h2{text-align: center;font-size:36px;color: #2258a7;margin: 0 0 20px;font-weight: bold;}
.in-title p{font-size: 16px;color: #666;text-transform: uppercase;}
.in-title span{background: #2258a7;display: block;margin:15px auto 0;width: 40px;height: 4px;}

.in-cp{width: 100%;background: rgba(34, 88, 167, 0.03);padding-bottom: 80px;}
.in-cp ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap:0px;}
.in-cp ul li{background: #f5f5f5;padding: 10px;}
.in-cp ul li:nth-child(2),.in-cp ul li:nth-child(3){background: #fff;}
.in-cp ul li a{display: flex;justify-content: space-between;align-items: center;}
.in-cp ul li a figure{width: 43%;overflow: hidden;}
.in-cp ul li a figure img{width: 100%;transition: all 0.5s;}
.in-cp ul li a:hover figure img{transform: scale(1.05);}
.in-cp ul li a .ic-cp-js{width: 56%;padding: 0 25px;}
.in-cp ul li a .ic-cp-js h3{font-size: 18px;color: #2258a7;font-weight: bold;margin: 0 0 20px;}
.in-cp ul li a .ic-cp-js p{font-size: 16px;color: #333;line-height: 25px;height: 100px;}
.in-cp ul li a .ic-cp-js span{width: 125px;height: 43px;line-height: 43px;background: #2258a7;text-align: center;font-size: 14px;color: #fff;display: block;border: 1px solid #2258a7;transition: all 0.5s;}
.in-cp ul li a:hover .ic-cp-js span{background: none;color: #2258a7;}

.in-about{width: 100%;background-size: cover;background-position: center;padding-bottom: 215px;}
.in-about .in-title h2{color: #fff;}
.in-about .in-title p{color: #fff;}
.in-about .in-title span{background: #fff;}
.in-about-c{width: 100%;display: flex;justify-content: space-between;align-items: center;position: relative;}
.in-about-l{width: 48%;}
.in-about-r{width: 48%;overflow: hidden;}
.in-about-logo img{height: 44px;margin-bottom: 45px;}
.in-about-p p{color: #fff;font-size: 16px;line-height: 30px;}
.in-about-r img{width: 100%;}
.in-about-a a{display: block;width: 130px;height: 45px;background: #fff;color: #2258a7;text-align: center;line-height: 45px;margin-top: 50px;font-size: 16px;}
.in-about-a a:hover{background: #2258a7;color: #fff;}
.in-ys{margin-top: -114px;}
.mt15{width: 100%;background: #fff;border-radius: 30px;box-shadow:0 0 15px rgb(34 88 167 / 11%);padding:60px 0 50px;}
.mt15 ul{margin-bottom: 0;text-align: center;display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 6vw;
padding: 0 5vw;}
.mt15 ul li{display: inline-block;}
.mt15 ul li:last-child{border-bottom: none;margin-bottom: 0px;}
.mt15 ul li b{font-weight: 400;}
.mt15 ul li b i{font-size: 60px;font-weight: bold;font-style: normal;color: #2258a7;line-height: 40px;margin-right: 5px;}
.mt15 ul li b span.sp-1{font-size: 16px;color: #2258a7;}
.mt15 ul li p{
    font-size: 18px;
    color: #333;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
    border-top: 1px solid #999;
    margin-top: 20px;
}

.in-fw{margin-top: 100px;color: #fff;background-size: cover;background-attachment: fixed;background-position: center;}
.in-fw .cont{display: flex;justify-content: space-between;align-items: center;}
.in-fw-l{width: 50%;}
.in-fw-l h5{font-size: 18px;font-weight: bold;}
.in-fw-l h2{font-size: 36px;font-weight: bold;margin: 20px 0 60px;}
.in-fw-l .in-fw-p p{font-size: 16px;line-height: 30px;margin-bottom: 20px;}
.in-fw-a a{display: block;width: 130px;height: 45px;background: #2258a7;color: #fff;text-align: center;line-height: 45px;margin-top:80px;font-size: 16px;}
.in-fw-a a:hover{background: #fff;color: #2258a7;}
.in-fw-r{width: 45%;}
.in-fw-r ul{display: grid;grid-template-columns: repeat(2, 1fr);margin: 0;}
.in-fw-r ul li{border: 1px solid #fff;padding: 60px 30px 0;margin-bottom: -1px;position: relative;}
.in-fw-r ul li figure{width: 48px;}
.in-fw-r ul li figure img{width: 100%;}
.in-fw-r ul li h3{font-size: 18px;font-weight: bold;margin: 20px 0;}
.in-fw-r ul li span{display: block;width: 28px;height: 2px;background: #fff;margin-bottom: 20px;}
.in-fw-r ul li p{font-size: 16px;line-height: 30px;height: 110px;overflow: hidden;}
.in-fw-r ul li::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0px;background: #2258a7;transition: all 0.5s;z-index: 1;}
.in-fw-r ul li:hover::after{height: 100%;}
.in-fw-div{position: relative;z-index: 9;}

.in-yy{width: 100%;background-size: cover;background-attachment: fixed;background-position: center;overflow: hidden;padding-bottom: 80px;}
.in-yy .mySwiper3{padding-right: 10vw;}
.in-yy .mySwiper3 .swiper-slide{}
.in-yy .mySwiper3 .swiper-slide a{display: block;width: 100%;overflow: hidden;}
.in-yy .mySwiper3 .swiper-slide figure{width: 100%;height: 26vw;}
.in-yy .mySwiper3 .swiper-slide figure img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.in-yy .mySwiper3 .swiper-slide .in-yy-h3{position: absolute;bottom: 0;left: 0;background: linear-gradient(to bottom, transparent 0%, rgba(34, 88, 167, 1) 100%);width: 100%;text-align: center;padding:80px 0 20px;}
.in-yy .mySwiper3 .swiper-slide .in-yy-h3 h3{font-size: 18px;font-weight: bold;color: #fff;margin: 0;}
.in-yy .mySwiper3 .swiper-pagination{display: none;}
.in-yy .mySwiper3 .swiper-slide:hover figure img{transform: scale(1.05);}

.in-news{width: 100%;background: #f8f8f8;padding-bottom: 80px;}
.in-news-c{width: 100%;display: flex;justify-content: space-between;align-items: stretch;}
.in-news-l{width: 67%;}
.in-news-l ul{margin-bottom: 0;}
.in-news-l ul li{width: 100%;background: #fff;}
.in-news-l ul li a{display: flex;justify-content: space-between;align-items: center;}
.in-news-l ul li a figure{width: 40%;height: 240px;overflow: hidden;}
.in-news-l ul li a figure img{width: 100%;height: 100%;object-fit: cover;}
.in-news-l ul li a .in-news-l-div{width: 60%;padding: 0 30px;}
.in-news-l ul li a .in-news-l-div h3{font-size: 18px;font-weight: bold;margin: 0 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.in-news-l ul li a .in-news-l-div em{font-size: 14px;color: #666;margin-bottom: 20px;display: block;font-style: normal;}
.in-news-l ul li a .in-news-l-div p{font-size: 14px;line-height: 25px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.in-news-l ul li a .in-news-l-div span{display: block;width: 120px;height: 40px;background: #2258a7;color: #fff;text-align: center;line-height: 40px;margin-top:2.5vw;font-size: 14px;transition: all 0.5s;border: 1px solid #2258a7;}
.in-news-l ul li:nth-child(1){margin-bottom: 30px;}
.in-news-l ul li a:hover figure img{transform: scale(1.05);}
.in-news-l ul li a:hover .in-news-l-div span{background: #fff;color: #2258a7;}
.in-news-r{width: 30%;background: #fff;padding-top: 20px;}
.in-news-r ul{margin-bottom: 0;}
.in-news-r ul li{width: 100%;padding: 0 30px;margin-bottom: 15px;}
.in-news-r ul li a{border-bottom: 1px solid #eee;display: block;width: 100%;}
.in-news-r ul li h3{font-size:16px;font-weight: bold;margin: 0 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.in-news-r ul li em{font-size: 14px;color: #666;margin-bottom: 6px;display: block;font-style: normal;}
.in-news-r ul li p{font-size: 14px;line-height: 22px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.in-news-r ul li:last-child a{border-bottom: none;}

/*footer*/
.foot-ben{width: 100%;background: url(../images/index_30.jpg) no-repeat center;background-size: cover;padding: 80px 0;position: relative;z-index: 99;}
.foot-ben-c{width: 100%;padding: 0 5vw;}
.foot-ben-c h3{font-size: 48px;color: #fff;font-weight: bold;}
.foot-ben-c ul{display: flex;justify-content: left;margin: 40px 0 0;}
.foot-ben-c ul li{margin-right: 30px;}
.foot-ben-c ul li a{display: block;width: 180px;height: 55px;background: #2258a7;color: #fff;text-align: center;line-height: 55px;font-size: 16px;;}
.foot-ben-c ul li:nth-child(2) a{width: 210px;background: #fff;color: #2258a7;}
.foot-ben-c ul li a:hover{background: #fff;color: #2258a7;}
.foot-ben-c ul li:nth-child(2) a:hover{background: #2258a7;color: #fff;}

.footer{background: #f5f5f5;padding-top: 80px;}
.footer-c{width: 100%;padding: 0 5vw;display: flex;justify-content: space-between;align-items: flex-start;}
.footer-l{width: 270px;}
.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;width:140px;}
.footer-l ul li figure img{width: 100%;}
.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{margin-left: 7vw;}
.footer-r ul li .sp1{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;font-size: 14px;line-height: 30px;opacity: 0.7;}
.footer-r ul li p a{font-size: 14px;line-height: 30px;}
.footer-r ul li p a span{color:#000 !important;}
.footer-r ul li p a:hover,.footer-r ul li p:hover{opacity: 1;color: #2258a7;}
.footer-r ul li p a:hover span{opacity: 1;color: #2258a7 !important;}
.footer-r ul li:last-child h3{margin-bottom: 20px;}
.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: #2258a7;}
.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: #2258a7;}
.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: #2258a7;
  color: #ffffff;
  line-height: 48px;
  top: 0px;
  right: 56px;
  opacity: 0;
  transition: all 0.5s;
}
.ycxf li:hover .ycxf-xs{width: 190px;opacity: 1;}
.ycxf li .ycxf-img{height: 160px;text-align:center;}
.ycxf li .ycxf-img p{margin: 0;line-height: 30px;}
.ycxf li .ycxf-img figure{width:100%;background:#fff;border-radius:5px;overflow:hidden;}
.ycxf li .ycxf-img figure img{width: 100%;}
.ycxf li:hover .ycxf-img{width: 130px;padding: 7px;}


/*内页*/
.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: 40px;color: #fff;font-weight: bold;margin: 0 0 18px;}
.ny-banner-text span{background: #fff;display: block;width: 50px;height: 4px;margin: 0 auto;}


/*about*/
.ny-about{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;margin-top: 80px;}
.ny-about-l{width: 23%;}
.ny-about-l h2{color: #2258a7;font-weight: bold;font-size: 36px;}
.about-video-img{width: 100%;border-radius: 5px;overflow: hidden;position: relative;}
.about-video-img figure{width: 100%;height: 216px;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{margin-top: 8vw;}
.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: 70%;}
.about-vider-tc{display: none;}
.ny-about-r p{margin-bottom: 0;font-size: 14px;color: #000;}
.about-yy{width: 100%;background: url(../images/index_17.jpg) no-repeat center top;background-size: cover;
margin-top: 80px;height: 500px;background-attachment: fixed;}
.about-yy .mt15{background: none;box-shadow: none;padding-top: 100px;}
.about-yy .mt15 ul li b i,.about-yy .mt15 ul li b span.sp-1{color: #fff;}
.about-yy .mt15 ul li p{color: #fff;border-top: 1px solid rgba(255,255,255,0.5);}
.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-fzlc{width: 100%;background: url(../images/index_29.jpg) no-repeat center top;background-size: cover;background-attachment: fixed;margin-top: 60px;position: relative;padding-bottom: 80px;}
.ny-fzlc .in-title h2,.ny-fzlc .in-title p{color: #fff;}
.ny-fzlc .in-title span{background: #fff;}
.in-fzlc-nr{width: 910px;margin: 0 auto;max-width: 90%;background: rgba(255,255,255,0.3);padding:30px 50px;
display: flex;justify-content: center;align-items: flex-start;}
.in-fzlc-nr-l{width: 220px;color: #fff;}
.in-fzlc-nr-l h4{font-size: 55px;font-weight: bold;margin: 20px 0 10px;}
.in-fzlc-nr-l p{font-size: 24px;}
.in-fzlc-nr-r{width: calc(100% - 220px);padding:14px 0px 20px 40px;min-height: 200px;border-left: 1px solid rgba(255,255,255,0.5);}
.in-fzlc-nr-r p{font-size: 16px;color: #fff;line-height: 25px;}
.mySwiper5{}
.ny-fzlc::after{content: '';position: absolute;left: 0;width: 100%;height:1px;background:rgba(255,255,255,0.5);bottom: 88px;}
.mySwiper4 .swiper-button-next,.mySwiper4 .swiper-button-prev{width:50px;height: 50px;background: rgba(255,255,255,0.5);border-radius:50%;transition: all 0.5s;}
.mySwiper4 .swiper-button-next::after,.mySwiper4 .swiper-button-prev::after{font-size:18px;color: #fff;}
.mySwiper4 .swiper-button-next:hover, .mySwiper4 .swiper-button-prev:hover{background: #2258a7;}
.mySwiper5{margin-top: 60px;}
.mySwiper5 .swiper-slide{text-align: center;color: #fff;}
.mySwiper5 .swiper-slide h3{font-size: 18px;transition: all 0.5s;transition: all 0.5s;height: 70px;
display: flex;justify-content: center;align-items: flex-end;}
.mySwiper5 .swiper-slide:hover h3,.mySwiper5 .swiper-slide-thumb-active h3{font-size: 48px;}

.swiper-father{width: 100%;position: relative;overflow: hidden;}
.swiper-container1{width:85%;margin: 0 auto;overflow: hidden;}
.swiper-container1 .swiper-slide{}
.swiper-container1 .swiper-slide figure{
  width: 100%;
  height: 22vw;
  background: #f5f8fc;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-container1 .swiper-slide figure img{width: 100%;height: 100%;object-fit: cover;}
.swiper-container1 .swiper-slide h3{text-align: center;font-size: 16px;margin: 15px 0;}
.swiper-container1 .swiper-slide:hover figure img{transform: scale(1.05);}
.swiper-container1 .swiper-slide:hover h3{color: #2258a7;}
.swiper-father .swiper-button-next,.swiper-father .swiper-button-prev{width:50px;height: 50px;background: rgba(0,0,0,0.5);border-radius:50%;transition: all 0.5s;top: 45%;}
.swiper-father .swiper-button-next::after,.swiper-father .swiper-button-prev::after{font-size:18px;color: #fff;}
.swiper-father .swiper-button-next:hover, .swiper-father .swiper-button-prev:hover{background: #2258a7;}

.ny-zh{width: 100%;background: #f5f8fc;margin-top: 80px;padding-bottom: 80px;}
.ny-zh .mySwiper6{padding-bottom: 80px;}
.mySwiper6 .swiper-slide{background: #fff;}
.mySwiper6 .swiper-slide figure{width: 100%;height: 17vw;overflow: hidden;}
.mySwiper6 .swiper-slide figure img{width: 100%;height: 100%;object-fit: cover;}
.mySwiper6 .swiper-slide:hover figure img{transform: scale(1.05);}
.mySwiper6 .swiper-slide:hover h3{color:#2258a7;}
.mySwiper6 .swiper-slide h3{font-size: 18px;font-weight: bold;padding:20px 20px 10px;margin: 0;}
.mySwiper6 .swiper-slide p{font-size: 14px;color: #666;padding:0 20px 15px;margin: 0;}
.ny-zh .mySwiper6 .swiper-pagination .swiper-pagination-bullet{width: 11px;height: 11px;background: #2258a7;margin: 0 5px;}
.ny-zh .mySwiper6 .swiper-pagination .swiper-pagination-bullet-active{width: 35px;border-radius: 30px;}

/*联系我们*/
.ny-lx-c{}
.ny-lx-c ul{display: flex;justify-content: space-between;align-items: stretch;}
.ny-lx-c ul li{width: 48%;background: #f5f8fc;padding: 30px;}
.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: #2258a7;}
.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:160px;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% - 100px);}
.rzsq-form form button{width: 165px;height: 50px;line-height: 50px;background: #2258a7;color: #fff;border: none;transition: all 0.5s;font-size: 16px;margin: 0 auto;display: block;}
.rzsq-form form button:hover{background: #fff;color: #2258a7;}

/*新闻列表*/
.ny-news-ul{margin-top: 80px;}
.ny-news-ul li{width: 100%;background: #f7f8fa;padding:30px 0;}
.ny-news-ul li:nth-child(2n){background: #fff;}
.ny-news-ul li a{display: flex;justify-content: space-between;align-items: center;}
.ny-news-ul li a figure{width: 24%;overflow: hidden;height: 11vw;display: flex;justify-content: center;align-items: center;}
.ny-news-ul li a figure img{width: 100%;}
.ny-news-ul li a:hover figure img{transform: scale(1.05);}
.ny-news-div{width: 50%;}
.ny-news-div h3{font-size: 18px;font-weight: bold;margin:0 0px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.ny-news-div p{font-size: 14px;color: #333;margin: 20px 0 0;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;line-height: 25px;}
.ny-news-div span{display: block;margin-top: 20px;color: #666;font-size: 14px;}
.ny-news-btn{width: 20%;display: flex;justify-content: right;align-items: center;}
.ny-news-ul li a .ny-news-btn figure{width: 36px;margin-left: 15px;transition: all 0.5s;}
.ny-news-ul li a .ny-news-btn figure img{width: 100%;}
.ny-news-ul li a .ny-news-btn em{font-size: 22px;color: #2258a7;}
.ny-news-ul li a:hover .ny-news-btn figure{margin-left: 20px;}
.ny-news-ul li a:hover .ny-news-btn figure img{transform: scale(1);}

/*新闻详情*/
.ny-wban{width: 100%;}
.ny-wban .nav h3 a{color: #000;}
.ny-wban .top-yy figure {
    background: #2258a7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.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;}
.xw-xq{width: 100%;border-top: 1px solid #eee;margin-top: 100px;}
.xw-xq-c{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.xw-xq-l{width: 68%;}
.xwxq-tit{width: 100%;text-align: left;padding-top: 50px;border-bottom: 1px solid #eee;padding-bottom:20px;
margin-bottom: 30px;margin-top: 80px;}
.xwxq-tit h1{font-size: 30px;font-weight: bold;margin: 0 0 30px;}
.xwxq-tit p span{color: #666;font-size: 16px;display: inline-block;margin-right: 15px;}
.xwxq-con{width: 100%;padding-bottom: 50px;}
.xwxq-con p{font-size: 16px;color: #333;line-height: 30px;}
.xwxq-con p img{max-width: 100%;}
.xwxq-btn{border-top: 1px solid #eee;margin-top: 50px;}
.xwxq-btn .cp-xq-bot{margin-top: 30px;margin-bottom: 50px;display: flex;justify-content: space-between;}
.xwxq-btn .cp-xq-bot div{width: 48%;text-align: left;}
.xwxq-btn .cp-xq-bot div p{font-size: 16px;color: #666;line-height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.xwxq-btn .cp-xq-bot div p a{color: #666;}
.xwxq-btn .cp-xq-bot div p a:hover{color: #2258a7;}
.xwxq-btn .cp-xq-bot div:nth-child(2) p{text-align: right;}

.xw-xq-r{width: 28%;background: #f6f8fc;padding:25px 25px 0;margin-top: 130px;}
.xw-xq-r h2{font-size: 18px;font-weight: bold;margin: 0;border-left: 3px solid #2258a7;padding-left: 9px;}
.xw-xq-r ul{margin-top: 25px;}
.xw-xq-r ul li{margin-bottom: 25px;}
.xw-xq-r ul li a{display: flex;justify-content:space-between;align-items: center;}
.xw-xq-r ul li a figure{width:40%;overflow: hidden;height:95px;display: flex;justify-content: center;align-items: center;}
.xw-xq-r ul li a figure img{width: 100%;height: 100%;object-fit: cover;}
.xw-xq-r-div{width:54%;}
.xw-xq-r ul li a h3{font-size: 16px;margin: 0 0 10px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 22px;}
.xw-xq-r ul li a p{font-size: 14px;color: #666;}
.xw-xq-r ul li a:hover figure img{transform: scale(1.05);}

/*分页*/
.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: #2258a7;color: #fff;}
.last-page .page-none{margin-bottom: 80px;display: block;}

/*产品列表*/
.cp-list{width: 100%;background: #f8fafc;position: relative;min-height: 100vh;}
.cp-list::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background:url(../images/index_34.png) no-repeat left center;height: 100%;}
.cp-nav{width: 19%;background: #e7edf5;position: absolute;z-index:9;height: 100%;top: 0;left: 0;transition: all 0.5s ease;}
.cp-nav-h2{width: 100%;height: 80px;line-height: 80px;padding-left:3vw;background: #2258a7;display: flex;
justify-content: left;align-items: center;}
.cp-nav-h2 h1{font-size: 24px;font-weight: bold;color: #fff;}
.cp-nav-h2 figure{margin-right: 10px;margin-top: 6px;}
.cp-nav ul{padding-right: 25px;margin-top: 40px;}
.cp-nav ul li{width: 100%;background: #fff;border-top-right-radius: 25px;border-bottom-right-radius: 25px;padding-left: 3vw;padding-right: 20px;margin-bottom: 20px;transition: all 0.5s;}
.cp-nav ul li a{display: flex;justify-content: space-between;align-items: center;}
.cp-nav ul li a h2{font-size: 18px;margin: 0;padding: 20px 0;transition: all 0.5s;}
.cp-nav ul li a span{}
.cp-nav ul li a span img{transition: all 0.5s;}
.cp-nav ul li:hover,.cp-nav ul li.active{background: #2258a7;}
.cp-nav ul li:hover h2,.cp-nav ul li.active h2{color: #fff;}
.cp-nav ul li:hover span img,.cp-nav ul li.active span img{
  ofilter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: brightness(0%) invert(100%);
  -webkit-filter: brightness(0%) invert(100%);
}
.cp-list-lb{width: 100%;display: flex;justify-content: right;flex-wrap: wrap;position: relative;z-index: 1;}
.cp-list-lb ul{width:85%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap:25px;margin-top: 80px;}
.cp-list-lb ul li{background: #e7edf5;padding: 27px;transition: all 0.5s;}
.cp-list-lb ul li figure{width: 100%;background: #fff;padding: 10px;display: flex;justify-content: center;align-items: center;height:12vw;overflow: hidden;}
.cp-list-lb ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.cp-list-lb ul li h3{font-size: 18px;margin: 0 0 15px;transition: all 0.5s;}
.cp-list-lb ul li p{font-size: 14px;color: #666;overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;line-height: 22px;margin-bottom: 25px;transition: all 0.5s;}
.cp-list-lb ul li:hover figure img{transform: scale(1.05);}
.cp-list-lb .last-page{width: 85%;}
.cp-list-lb ul li:hover{background: #2258a7;}
.cp-list-lb ul li:hover h3,.cp-list-lb ul li:hover p{color: #fff;}

/*产品详情*/
.nycp-top{width: 100%;background: #f6f8fc;padding: 50px 0;margin-top: 40px;}
.nycp-top-c{width: 100%;background: #fff;display: flex;justify-content: space-between;align-items: center;}
.nycp-top-img{width:33%;background: #f5f5f5;height:20vw;}
.nycp-top-img figure{width:100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.nycp-top-img figure img{width: 100%;height: 100%;object-fit: cover;}
.nycp-top-text{width: 63%;padding-right: 60px;}
.nycp-top-text h1{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 #2258a7;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: #2258a7;color: #fff;}

.nycp-xq{margin-top: 80px;}
.nycp-xq h3{font-size: 24px;font-weight: bold;}
.nycp-xq-nr{width: 100%;margin-top: 40px;}
.nycp-xq-nr p{font-size: 14px;color: #000;line-height: 26px;margin: 0;}
.nycp-xq-nr img{max-width: 100%;}

.cp-xgal{width: 100%;margin-top: 80px;background: #f8fafc;padding-bottom: 80px;}
.mySwiper7{}
.mySwiper7 .swiper-slide{background: #fff;text-align: center;}
.mySwiper7 .swiper-slide figure{width: 100%;height:17vw;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.mySwiper7 .swiper-slide figure img{width: 100%;height: 100%;object-fit: cover;}
.mySwiper7 .swiper-slide:hover figure img{transform: scale(1.05);}
.mySwiper7 .swiper-slide h3{font-size:16px;margin: 0;padding: 20px 0;}
.mySwiper7 .swiper-pagination{display: none;}
.cpxq-yy{margin-bottom: 80px;}

.ly-tc{width: 100%;height: 100%;background: rgba(0,0,0,0.8);position: fixed;top: 0;left: 0;z-index: 9999;justify-content: center;align-items: center;display: none;}
.ly-tc-box{
  width: 580px;
  height: auto;
  background: #fff;
  padding: 40px;
  position: relative;
  max-width: 90%;
  border-radius: 10px;
}
.ly-tc-gb{position: absolute;top: 10px;right: 10px;width: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #fff;background: #2258a7;border-radius: 50%;cursor: pointer;}
.ly-tc-nr{width: 100%;}
.ly-tc-nr h3{font-size:20px;font-weight: bold;margin: 0 0;text-align: center;color: #000;}
.ly-tc-nr h3 span{display: block;margin:20px auto;width: 40px;height: 3px;background: #2258a7;}
.ly-lxwm-div{margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eee;}
.ly-lxwm-div label{display: block;font-size:14px;font-weight: 400;color: #666;width: 100px;}
.ly-lxwm-div label span{color: #f00;width: 10px;display: inline-block;}
.ly-lxwm-div input,.ly-lxwm-div textarea{width: 100%;height: 40px;border: none;background: none;}
.ly-lxwm-div textarea{height: 100px;padding:10px 0;}
.ly-lxwm-text{align-items: flex-start;}
.ly-lxwm-text label{line-height: 40px;}
.ly-tc-nr form button{display: block;margin: 0 auto;width: 120px;height: 45px;background: #2258a7;color: #fff;border-radius: 5px;cursor: pointer;border: none;}

/*行业*/
.hy-nav{width: 100%;border-bottom: 1px solid #eee;}
.hy-nav-c{display: flex;justify-content: space-between;align-items: center;}
.hy-nav-c h3{width: 20%;font-size: 20px;font-weight: bold;margin: 0;}
.hy-nav-c ul{margin: 0;}
.hy-nav-c .hy-ul1{width: 70%;display: flex;justify-content: right;}
.hy-nav-c .hy-ul1 .hy-ul-li1{width: 120px;height: 70px;line-height: 70px;text-align: center;position: relative;}
.hy-nav-c .hy-ul1 .hy-ul-li1 a{font-size: 16px;}
.hy-nav-c .hy-ul1 .hy-ul-li1 a:hover,.hy-nav-c .hy-ul1 .active a{color: #2258a7;}
.hy-nav-c .hy-ul1 .hy-ul-li1::after{content: '';position: absolute;bottom: 0;left: 10%;width:80%;height: 3px;background: #2258a7;display: none;}
.hy-nav-c .hy-ul1 .hy-ul-li1:hover::after,.hy-nav-c .hy-ul1 .hy-ul-li1.active::after{display: block;}
.hy-nav-c .hy-ul2{position: absolute;top: 70px;left: 0;width: 120px;height: auto;background: #fff;display: none;background: #eaf1fc;}
.hy-nav-c .hy-ul1 .hy-ul-li1:hover .hy-ul2{display: block;}
.hy-nav-c .hy-ul2 li{width: 100%;height:50px;line-height: 50px;text-align: center;border-bottom: 1px solid #d9e0ea;}
.hy-nav-c .hy-ul1 .hy-ul2 li a{font-size: 14px;color: #000;}
.hy-nav-c .hy-ul1 .hy-ul-li1:nth-child(2) .hy-ul2{display: none;}


.hy-hyul{width: 100%;display: grid;grid-template-columns: repeat(4, 1fr);grid-gap:25px;margin-top: 80px;}
.hy-hyul li{text-align: center;background: #f4f6fb;}
.hy-hyul li figure{width: 100%;height: 17vw;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.hy-hyul li figure img{width: 100%;height: 100%;object-fit: cover;}
.hy-hyul li:hover figure img{transform: scale(1.05);}
.hy-hyul li a{}
.hy-hyul li h1,.hy-hyul li h3{font-size: 16px;margin: 20px 0;}
.hy-hyul li a:hover{color: #2258a7;}

/*行业详情*/
.xq-hy{background: #f6f8fc;margin-top: 40px;}
.xq-hy .xw-xq-r{background: #fff;margin-top: 75px;}
.xq-hy .xwxq-tit{margin-top: 20px;border: none;}
.xq-hy-img{width: 100%;height: 440px;overflow: hidden;}
.xq-hy-img .mySwiper{width: 100%;height: 100%;}
.xq-hy-img .mySwiper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.xq-hy-img .mySwiper .swiper-button-next:after,.xq-hy-img .mySwiper .swiper-button-prev:after{font-size: 30px;color: #fff;}
.xq-hy .xwxq-con{margin-top: 20px;padding-bottom: 80px;}
.hy-cplist .mySwiper2{}
.hy-cplist .mySwiper2 .swiper-pagination{display: none;}
.hy-cplist .mySwiper2 .swiper-slide a{background: #e7edf5;padding: 27px;transition: all 0.5s;display: block;}
.hy-cplist .mySwiper2 .swiper-slide a figure{width: 100%;background: #fff;padding: 10px;display: flex;justify-content: center;align-items: center;height:15vw;margin-top: 30px;overflow:hidden;}
.hy-cplist .mySwiper2 .swiper-slide a figure img{width: 100%;}
.hy-cplist .mySwiper2 .swiper-slide a h3{font-size: 18px;margin: 0 0 15px;transition: all 0.5s;}
.hy-cplist .mySwiper2 .swiper-slide a p{font-size: 14px;color: #666;overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;line-height: 22px;margin-bottom: 25px;transition: all 0.5s;}
.hy-cplist .mySwiper2 .swiper-slide a:hover figure img{transform: scale(1.05);}
.hy-cplist .mySwiper2 .swiper-slide a:hover{background: #2258a7;}
.hy-cplist .mySwiper2 .swiper-slide a:hover h3,.hy-cplist .mySwiper2 .swiper-slide a:hover p{color: #fff;}

/*案例*/
.more{text-align: center;}
.more a{display: block;width: 140px;height: 45px;line-height: 45px;text-align: center;background: #2258a7;    color: #fff;margin: 80px auto;font-size: 16px;border: 1px solid #2258a7;}
.more a:hover{background: #fff;color: #2258a7;}
.more p{font-size: 16px;color: #999;margin: 80px auto;}

.case-bj{width: 100%;background: #f4f6fb;padding: 80px 0 10px;}
.case-ul{width: 100%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap:25px;}
.case-ul li{background: #fff;}
.case-ul li figure{width: 100%;height:16vw;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.case-ul li figure img{width: 100%;}
.case-ul li:hover figure img{transform: scale(1.05);}
.case-ul li a{}
.case-ul li h3{font-size: 16px;margin: 20px 0;padding: 0 25px;font-weight: bold;}
.case-ul li a:hover{color: #2258a7;}
.case-ul li p{font-size: 14px;color: #666;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;line-height: 22px;margin-bottom: 25px;padding: 0 25px;}

.wap-cpanv{display: none;}

/*en*/
.in-cp-en ul li a .ic-cp-js p{height: 175px;}
.in-fw-en .in-fw-r ul li p{height:200px;line-height: 26px;}
.hy-nav-en .hy-nav-c .hy-ul1 .hy-ul-li1 {width: auto;margin-left: 3vw;}
.hy-nav-en .hy-nav-c .hy-ul1 .hy-ul-li1::after{width:100%;left:0;}
.footer-en .footer-r ul li:last-child{width: 300px;}
.footer-en .footer-r ul li h3 {font-size: 18px;}
.ny-zh-en .mySwiper6 .swiper-slide h3{}
.ly-tc-en .ly-lxwm-div label{width: 185px;}
.foot-ben-en .foot-ben-c h3 {font-size: 40px;}
.ycxf-en li:hover .ycxf-xs {width: 245px;}


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

  .ny-banner{height: 500px;}
  .swiper-container1 .swiper-slide figure{height: 25vw;}
  .about-video {margin-top: 12vw;}
  .ny-news-ul li a figure{height: 14vw;}
  .ny-news-ul li a .ny-news-btn em {font-size: 20px;}
  .ny-news-ul li a figure img{width: 100%;height: 100%;object-fit: cover;}
  .ny-news-ul li a .ny-news-btn figure img{height: auto;}
  
  .in-fw-en .in-fw-r ul li{padding:40px 20px 0;}
 
}

@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;}
    .swiper-father .swiper-button-next, .swiper-father .swiper-button-prev{width: 35px;height: 35px;}
    .swiper-father .swiper-button-next::after, .swiper-father .swiper-button-prev::after{font-size: 14px;}
    .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:#2258a7;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 h1{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: #2258a7;}
    .hy-hyul{grid-gap: 20px;}
    .xw-xq-c{flex-wrap: wrap;}
    .xw-xq-l,.xw-xq-r{width: 100%;}
    .xwxq-tit h1 {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: #2258a7;}
    .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;padding: 30px 15px;}
    .ny-lx-c ul li h3{font-size: 16px;}
    .ny-lx-div p {font-size: 14px;}
    .footer-en .footer-r ul li:nth-child(3){display:block;width:100%;}
    .footer-en .footer-r ul li .sp1{width:100%;}
}

@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 h1,.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;margin-bottom: 25px;}
    .rzsq-form form{flex-wrap: wrap;}
    .rzsq-form form .ly-lxwm-div{width: 100%;flex-wrap: wrap;}
    .rzsq-form form .ly-lxwm-div label {width: 100%;font-size: 14px;font-weight: 400;margin-bottom:0px;}
    .rzsq-form form button {width: 120px;height: 40px;line-height: 40px;font-size: 14px;}
    .rzsq-form form .ly-lxwm-div input {width: 100%;margin-bottom: 0px;}
    .rzsq-form form .ly-lxwm-text textarea{width: 100%;}
    .rzsq-form form .ly-lxwm-div label span{width: auto;margin-right: 0;}
    .foot-ben-en .foot-ben-c h3 {font-size: 16px;line-height: 27px;}
}

@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;line-height: 24px;padding: 15px 0;}
  .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 h1{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;}
    
    .in-fw-en in-fw-r ul{grid-template-columns: repeat(1, 1fr);}
    .in-fw-en .in-fw-r ul li p {height: auto;}
}

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