@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;scroll-behavior: smooth;}
@font-face {
    font-family: "AlimamaShuHeiTi-Bold";
    src: url(../font/AlimamaShuHeiTi-Bold.woff), url(../font/AlimamaShuHeiTi-Bold.woff2);
    font-display: swap;
}

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

/* ========= 顶部提示条 ========= */
.top-notice-bar {
  width: 100%;
  background-color: #e60023;
  color: #fff;
  overflow: hidden;
  max-height: 200px;
  opacity: 1;
  transition: max-height 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1), opacity 0.4s ease, padding 0.4s ease;
  position: relative;
  z-index: 10001;
}
.top-notice-bar .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 14px 50px;
  gap: 20px;
}
.top-notice-bar .notice-p {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  width: 80%;
  max-width: 100%;
}
.notice-close-btn {
  background: rgba(255, 255, 255, 0.2);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background 0.2s, transform 0.1s;
  flex-shrink: 0;
}
.notice-close-btn:hover {background: rgba(255, 255, 255, 0.35);transform: scale(0.96);}
.notice-close-btn img {display: block;width: 17px;filter: brightness(0) invert(1);}
/* 关闭状态：隐藏并移除占位 */
.top-notice-bar.hidden {max-height: 0;opacity: 0;padding: 0;pointer-events: none;margin: 0;border: none;}

/*导航*/    
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color:rgba(0,0,0,0.3);
  transition: top 0.25s ease-out, background-color 0.3s, box-shadow 0.25s;
  will-change: top;
}
.nav-c {margin: 0 auto;width: 1800px;max-width: 96%;}
.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.header-top .logo {font-size: inherit;overflow: hidden;width: 170px;margin: 0;flex-shrink: 0;}
.header-top .logo img {height: 66px;width: auto;transition: filter 0.2s;display: block;}
.stock a {color: #ff0000;font-size: 18px;font-weight: 500;white-space: nowrap;text-decoration: none;}
.stock{position: relative;padding: 37px 0;}
.stock-lan{font-size: 18px;color: #fff;}
.stock ul{width: 160px;background: #222;border-radius: 5px;overflow: hidden;position: absolute;right: 0;display: none;top: 100px;}
.stock ul li {border-bottom: 1px solid #ffffff59;}
.stock ul li:last-child {border-bottom: none;}
.stock ul li a{display: flex;justify-content: left;align-items: center;width: 100%;color: #fff;font-size: 16px;line-height: 50px;padding:0 15px;}
.stock ul li a img{width: 17px;display: block;margin-right: 10px;}
.stock ul li a:hover{background: #e80435;}
.stock:hover ul{display: block;}
/* 导航样式 */
.header-top .navBar {width: 70%;text-align: left;}
.header-top .nav {margin: 0;font-size: 16px;z-index: 2;display: flex;flex-wrap: wrap;justify-content: flex-start;}
.header-top .nav li {list-style: none;}
.header-top .nav h3 {margin: auto 30px;position: relative;}
.header-top .nav .m {position: relative;z-index: 1;display: inline-block;text-align: center;}
.header-top .nav h3 a {
  display: block;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  padding: 40px 0;
  transition: color 0.2s;
  text-decoration: none;
}
.header-top .nav h3 a:hover {color: #e80435;}
.header-top .nav .m.active h3 a {color: #e80435;}
.header-top .nav .m:hover .sub {display: block;}
.header-top .nav .sub {
  display: none;
  position: absolute;
  background: #fff;
  width: 180px;
  top: 98px;
  box-shadow: 2px 4px 12px rgba(51, 51, 51, 0.2);
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  z-index: 1000;
}
/*.header-top .nav .sub::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}*/
.header-top .nav .sub li { display: block;text-align: center;line-height: 44px;width: 100%;padding: 0 6px;}
.header-top .nav .sub li a {
  display: inline-block;
  color: #222;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
  border-bottom: 1px solid #efefef;
  transition: all 0.25s;
  padding: 0 6px;
}
.header-top .nav .sub li:last-child a {border-bottom: none;}
.header-top .nav .sub li:hover a {color: #e80435;font-weight: bold;}
/* 滚动时样式 (menu_fixed) - 白色背景 */
.sticky-nav.menu_fixed {background-color: #222;animation: sticky 0.5s ease;}       
.sticky-nav.menu_fixed .nav h3 a:hover,.sticky-nav.menu_fixed .nav .active h3 a {color: #e80435;}
@keyframes sticky {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0); }
}

.header-top .nav .m-cp{position: inherit;}
.header-top .nav .sub-cp{width: 100%;}
.header-top .nav .sub-cp li{}
.swiper-nav{width:1600px;margin: 0 auto;max-width: 95%;position: relative;padding: 50px 0;}
.swiper-nav .mySwiper10{width: 1500px;max-width: 90%;}
.swiper-nav .mySwiper10 .swiper-slide figure{width: 100%;height: 180px;display: flex;justify-content: center;align-items: center;overflow: hidden;border-radius: 10px;padding: 20px;border: 1px solid #eee;}
.swiper-nav .mySwiper10 .swiper-slide figure img{height: 100%;}
.swiper-nav .mySwiper10 .swiper-slide:hover figure img{transform: scale(1.05);}
.swiper-nav .mySwiper10 .swiper-slide p{font-size:14px;margin: 10px 0 0;color: #333;font-weight: 400;line-height: 25px;}
.swiper-nav .mySwiper10 .swiper-slide a:hover p{font-weight: 400;color: #e80435;}
.swiper-nav .swiper-button-next,.swiper-nav .swiper-button-prev{top: 45%;}
.swiper-nav .swiper-button-next:after,.swiper-nav .swiper-button-prev:after{color: #000;font-size: 30px;}
.swiper-nav .swiper-button-next:hover:after,.swiper-nav .swiper-button-prev:hover:after{color: #e80435;}
/*wap*/
.sp_header,.sjj_nav{display: none;}

/* banner区域 */
.in-banner {width: 100%;overflow: hidden;height:calc(100vh - 100px);position: relative;}
.in-banner .swiper-container {width: 100%;height: 100%;}
.in-banner .swiper-container .swiper-slide {width: 100%;height: 100%;position: relative;overflow: hidden;}
.in-banner .swiper-container .swiper-slide img {width: 100%;height: 100%;object-fit: cover;transition: transform 3s linear;transform: scale(1.1);}
.in-banner .swiper-container .swiper-slide-active img,
.in-banner .swiper-container .swiper-slide-duplicate-active img {transform: scale(1);transition: transform 3s linear;}
.in-banner .swiper-container .swiper-button-next,.in-banner .swiper-container .swiper-button-prev {width: 44px;height: 44px;background: rgba(252, 252, 252, 0.3);border-radius: 50%;}
.in-banner .swiper-container .swiper-button-next:after,.in-banner .swiper-container .swiper-button-prev:after {font-size: 20px;color: #fff;}

.banner-bottom{width: 100%;text-align: center;position: absolute;bottom: 45px;z-index: 9;}
.banner-bottom .text p{font-size: 16px;color: #fff;}
.banner-bottom span{display: block;margin: 20px auto;width: 1px;background:#fff;height: 30px;}
.banner-btn{width: 100%;height: 36px;text-align: center;}
.banner-btn img{
  cursor: pointer;
  width: auto;
  height: 36px;
  animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
/*banner-end*/

.in-btn a{width:130px;height: 40px;background: #000000;border-radius:30px;transition: all 0.5s;color: #fff;line-height: 40px;text-align: center;display: block;font-size: 16px;}
.in-btn a:hover{background: #e80435;}


/*index*/
.in-title{text-align: center;padding:80px 0 50px;}
.in-title h2{font-size:36px;color: #000;margin: 0 0 20px;font-weight: bold;}

.in-hotcp{width: 100%;height: 100vh;background-size: cover;}
.in-hotcp .cont{display: flex;justify-content: right;align-items: center;height: 100%;}
.in-hotcp-nr{width: 60%;text-align: right;}
.in-hotcp-nr h3{font-size: 6vw;font-weight: bold;margin: 0 0 70px;line-height:7vw;}
.in-hotcp-nr .in-btn{display: flex;justify-content: right;} 
.in-hotcp-nr .in-btn a{width: 200px;height: 60px;line-height: 60px;background: #e80435;}
.in-hotcp-nr .in-btn a:hover{background: #000;}

.in-cpbj{width: 100%;background: #f7f7f7;padding-bottom:110px;margin-bottom:70px;}
.in-cpbj .mySwiper{width: 700px;margin: 0 auto 50px;max-width: 100%;}
.in-cpbj .mySwiper .swiper-slide{border-radius:30px;background:#000;text-align:center;cursor:pointer;font-size:18px;color:#fff;border:1px solid #000;transition:all 0.5s;line-height: 50px;}
.in-cpbj .mySwiper .swiper-slide:hover{background:#fff;color:#000;}
.in-cpbj .mySwiper .swiper-slide-thumb-active{background:#fff;color:#000;}
.in-cpbj .mySwiper .swiper-button-prev:after,.in-cpbj .mySwiper .swiper-button-next:after{font-size:25px;color:#000;}
.in-cpbj .mySwiper .swiper-button-prev{left:0px;}
.in-cpbj .mySwiper .swiper-button-next{right:0px;}
.in-cpul{display: grid;grid-template-columns: repeat(2, 1fr);gap:40px;}
.in-cpul li{height:438px;}
.in-cpul li a{position:relative;border-radius: 15px;overflow:hidden;width: 100%;display: block;height: 100%;}
.in-cpul li .text{position:absolute;left:50px;top:50%;transform:translateY(-50%);height:180px;width: 350px;}
.in-cpul li .text h3{font-size:30px;font-weight: bold;margin: 0;color:#fff;line-height: 40px;}
.in-cpul li .text p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    opacity: 0.7;
}
.in-cpul li .text span{display:block;width:60px;height:2px;background:#e80435;border-radius:30px;margin:15px 0 25px;}
.in-cpul li figure{width:100%;overflow:hidden;border-radius: 15px;}
.in-cpul li figure img{width:100%;}
.in-cpul li:hover figure img{transform: scale(1.05);}
.in-cpul li .text .in-btn{width:150px;height:50px;display:flex;justify-content:space-between;align-items:center;border-radius:30px;background:#f3ede3;padding:0 20px;margin-top: 50px;font-size: 16px;}


.in-video{width:1800px;margin: 0 auto;border-radius: 15px;overflow: hidden;position: relative;max-width:95%;}
.in-video .banner-img{width: 100%;display: block;}
.in-video img{width:100%;}
/* 播放按钮 */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.play-btn:hover {transform: translate(-50%, -50%) scale(1.05);}
/* 视频弹窗 */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-modal.active {display: flex;}
.video-wrapper {position: relative;width: 90%;max-width: 900px;height:80vh;}
/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.close-btn:hover {color: #e60023;}
.video-player {
    width: auto;
    border-radius: 8px;
    display: block;
    height: 100%;
    margin: 0 auto;
}

.in-boot-cp{margin: 70px 0 110px;}
.in-boot-cp ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.in-boot-cp ul li{width: 32%;margin:15px 0;border-radius: 15px;overflow: hidden;}
.in-boot-cp ul li:nth-child(1),.in-boot-cp ul li:nth-child(2){width: 49%;}
.in-boot-cp ul li:hover img{transform: scale(1.05);}
.in-boot-cp ul li img{width: 100%;}

/*footer*/
.footer{width: 100%;background:#1a0009;padding-top:60px;}
.foot-logo{text-align: left;}
.foot-logo img{height: 66px;}

.foot-le{width: 370px;}
.foot-box-1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.foot-lxfs{margin-top: 50px;}
.foot-yx{margin-bottom: 20px;}
.foot-yx a{font-size:14px;color:#fff;display:flex;justify-content:left;align-items:center;}
.foot-yx a:hover{color: #e80535;}
.foot-le svg{width:25px;height:auto;margin-right: 10px;}
.foot-lxfs ul{display: flex;align-items: center;justify-content: left;margin: 0;}
.foot-lxfs ul li{margin-right:40px;}
.foot-lxfs ul li img{height: 24px;opacity: 0.6;}
.foot-lxfs ul li:hover img{opacity: 1;}
.foot-box{width: 60%;margin-top: 30px;}
.foot-box .foot-nav{}
.foot-box .foot-nav ul{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-box .foot-nav ul li{text-transform: capitalize;}
.foot-box .foot-nav ul li:nth-child(3){display:none;}
.foot-box .foot-nav ul h3{margin: 0 0 30px;}
.foot-box .foot-nav ul h3 a{font-size: 16px;color: #fff;}
.foot-box .foot-nav ul p a{font-size: 14px;color: #fff;opacity: 0.7;}
.foot-box .foot-nav ul p a:hover{opacity: 1;}
.foot-form{width:43%;}
.foot-form h3{font-size: 30px;font-weight: bold;color: #fff;margin: 0 0 48px;}
.foot-form form{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot-form form .form-group{width: 48%;}
.foot-form form .form-group input{width: 100%;height: 58px;padding: 0 20px;border:none;border-radius:30px;background: #fff;font-size: 16px;color: #333;line-height: 58px;}
.foot-form form .form-group-content{width: 100%;}
.foot-form form .form-button{width: 100%;display: flex;justify-content: right;}
.foot-form form button{width: 180px;height: 58px;background: #e80535;text-align: center;font-size: 16px;color: #fff;border-radius: 30px;border: none;display: block;transition: all 0.5s;}
.foot-form form button:hover{background: #fff;color: #e80535;}
.foot-form form select{width: 100%;height: 58px;padding: 0 20px;border:none;border-radius:30px;background: #fff;font-size: 16px;color: #333;line-height: 58px;}
.foot-form form .form-group input::placeholder{color: #333;}

.foot-bq{width: 100%;border-top: 1px solid rgba(156, 156, 156, 0.7);margin-top:130px;padding:30px 0;display: flex;justify-content: space-between;align-items: center;color:#fff;}
.foot-bql ul{display: flex;align-items: center;justify-content: left;margin: 0;}
.foot-bql ul li{margin-right:40px;}
.foot-bql ul li img{height: 24px;opacity: 0.6;}
.foot-bql ul li:hover img{opacity: 1;}

.foot-bql ul li a{display:flex;justify-content:left;align-items:center;font-size:14px;color:#fff;opacity: 0.8;}
.foot-bql ul li a:hover{opacity:1;}
.foot-bqr{font-size: 14px;color: #fff;}
.foot-bqr a{color: #fff;display: inline-block;line-height: 18px;}
.foot-bqr a:hover{color: #e80435;}
.foot-bqr a:last-child{border-left: 1px solid #fff;padding-left: 15px;margin-left: 15px;}

/* 弹窗遮罩层 + 卡片 (模态框样式) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* 隐藏弹窗 */
.modal-overlay.hidden {opacity: 0;visibility: hidden;pointer-events: none;}
.age-verification-card {
  background: #e80535;
  border-radius:15px;
  max-width:700px;
  width: 90%;
  padding:50px 50px 100px;
  text-align: center;
  animation: fadeSlideUp 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.warning-icon {font-size: 3.5rem;margin-bottom: 1rem;}
.card-title{font-size: 24px;font-weight:bold;color: #fff;margin-bottom:40px;}
.card-message {font-size: 18px;color: #fff;line-height: 30px;padding: 0 4vw;}
.button-group {display: flex;gap: 30px;justify-content: center;margin: 50px 0 0;}
.button-group .btn{
  border: none;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  width: 130px;
  height: 40px;
}
.btn-yes {background:#ff829c;color: #fff;}
.btn-yes:hover {background: #000;color: #fff;}
.btn-no {background: #000;color: #fff;}
.btn-no:hover {background: #4a4a5a;color: #fff;}
.footer-note {
  margin-top: 1.6rem;
  font-size: 0.7rem;
  color: #6c6f78;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 400;
}
.brand {
  font-weight: 600;
  background: #2c2c38;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 40px;
  font-size: 0.7rem;
}

/*内页*/
/*banner*/
.channel-banner{width: 100%;height:550px;position: relative;overflow: hidden;margin-top: 99px;}
.banner-bj{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    animation: bannerZoom 3s ease-out forwards;
}
.channel-banner .cont{display: flex;justify-content: left;align-items: flex-end;height: 100%;}
.channel-banner .banner-info{padding-bottom: 200px;position: relative;}
.channel-banner .banner-info h2{font-size: 36px;color: #fff;font-weight:bold;margin: 0 0 20px;}
.channel-banner .banner-info p{font-size: 18px;color: #fff;font-weight: 400;text-transform: uppercase;}
.channel-banner .banner-info::after{content: "";position: absolute;bottom: 145px;left: -98px;width: 295px;height: 1px;background: #fff;}
@keyframes bannerZoom {
    0% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.ny-title{text-align: center;padding: 80px 0 50px;}
.ny-title h3{font-size:48px;margin: 0;font-weight: bold;}

/*about*/
.ny-jianjie{width: 100%;position: relative;}
.ny-jianjie::after{position: absolute;right:-40px;top:75px;background: #e80435;content: '';width:60%;height: 190px;border-radius: 30px;z-index: 1;}
.ny-jjbox{width: 100%;display: flex;justify-content: space-between;margin: 100px 0;}
.ny-jjbox .ny-jjboxL{width: 49%;border-radius: 30px;overflow: hidden;}
.ny-jjbox .ny-jjboxL img{width: 100%;height: 100%;object-fit: cover;}
.ny-jjbox .ny-jjboxL:hover img{transform: scale(1.05);}
.ny-jjbox .ny-jjboxR{width: 48%;position: relative;z-index: 2;margin-top: 120px;}
.ny-jjbox .ny-jjboxR .title{}
.ny-jjbox .ny-jjboxR .title h3{font-size: 48px;color: #fff;font-weight: bold;margin: 0 0 45px;}
.ny-jjbox .ny-jjboxR .title p{font-size: 24px;color: #fff;margin:0;line-height: 48px;}
.ny-jjbox .ny-jjboxR .text{}
.ny-jjbox .ny-jjboxR .text p{font-size: 24px;color: #333;margin:0;line-height: 48px;}

.ny-wmys{width: 100%;background: url(../images/about_02.jpg) no-repeat center;background-attachment: fixed;background-size:cover;padding-bottom: 100px;}
.ny-wmys .ny-title h3{color: #fff;}
.ny-wmys ul{display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;}
.ny-wmys ul li{background: rgba(0, 0, 0, 0.8);border-radius: 15px;padding: 35px 25px 50px;transition: all 0.5s;}
.ny-wmys .title{}
.ny-wmys .title h4{font-size: 24px;font-weight: bold;margin: 0;color: #fff;height: 55px;}
.ny-wmys .title span{display: block;margin: 20px 0 25px;background: #e80435;border-radius: 30px;height:4px;width:40px;}
.ny-wmys .text{}
.ny-wmys .text p{font-size: 16px;color: #fff;margin: 0;line-height: 20px;}
.ny-wmys ul li:hover{transform: translateY(-10px);}

.ny-qubie .ny-title{text-align: left;}
.ny-qubie ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
.ny-qubie ul li{border-radius: 15px;padding:40px 30px;background: #efefef;transition: all 0.5s;}
.ny-qubie .title h4{font-size: 24px;font-weight: bold;margin: 0 0 25px;color: #000;height: 55px;transition: all 0.5s;}
.ny-qubie .text{}
.ny-qubie .text p{font-size: 16px;color: #000;margin: 0;line-height: 25px;transition: all 0.5s;}
.ny-qubie ul li:hover{background: #e80435;}
.ny-qubie ul li:hover .title h4{color: #fff;}
.ny-qubie ul li:hover .text p{color: #fff;}

.ny-hz{width: 100%;margin-top: 80px;display: flex;justify-content: space-between;align-items:stretch;background: #e80435;}
.ny-hzL{width: 50%;overflow: hidden;}
.ny-hzL img{width: 100%;}
.ny-hzL:hover img{transform: scale(1.05);}
.ny-hzR{width: 50%;display: flex;justify-content: left;align-items: center;}
.ny-hzR-text{margin-left: 50px;width:79%;}
.ny-hzR .ny-title{text-align: left;padding: 0 0 40px;}
.ny-hzR .ny-title h3{color: #fff;}
.ny-hzR .text{}
.ny-hzR .text p{margin: 0;font-size: 16px;color: #fff;line-height: 25px;}
.ny-hzR .text-p {margin-top: 35px;}
.ny-hzR .text-p h4{font-size: 18px;color: #fff;font-weight: bold;font-size: 18px;color: #fff;   font-weight: bold;display: inline-block;border-bottom: 2px #fff solid;}

.ny-lxwmly{}
.ny-lxwmly .yzm{display: flex;justify-content: space-between;align-items: flex-start;}
.ny-lxwmly .yzm input{}
.ny-lxwmly .yzm img{width: 140px;height: 58px;display:block;margin-left:15px;border-radius:10px;}
.ny-lxwmly form{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.ny-lxwmly .form-group{width: 49%;}
.ny-lxwmly .form-group label{display: block;font-size: 16px;color: #666;font-weight: 400;margin:10px 0;}
.ny-lxwmly .form-group input{width: 100%;background: #f3f4f6;border-radius:10px;padding:0 10px;line-height: 58px;border: none;font-size: 16px;}
.ny-lxwmly .form-group-content{width: 100%;}
.ny-lxwmly .form-group-content textarea{width: 100%;background: #f3f4f6;border-radius:10px;padding:0 20px;line-height:30px;border: none;height: 100px;}
.ny-lxwmly button{margin: 50px auto 80px;background: #e80435;border-radius: 30px;border: none;display: block;color: #fff;line-height: 60px;font-size: 16px;width: 175px;transition: all 0.5s;}
.ny-lxwmly button:hover{background: #000;}

.ny-lxwmly .form-bt{width:100%;text-align: center;padding-bottom:50px;}
.ny-lxwmly .form-bt h2{font-size:30px;font-weight:bold;margin:0 0 20px;}
.ny-lxwmly .form-bt p{font-size:16px;color:#666;}

/*产品详情*/
.cp-top{width: 100%;background: #000;margin-top: 100px;padding: 80px 0 0;}
.cp-top .cont{display: flex;justify-content: space-between;align-items: center;}
.cp-top .cp-top-l{width: 50%;border-radius: 30px;overflow: hidden;}
.cp-top .cp-top-l .mySwiper2{width: 100%;overflow: hidden;}
.cp-top .cp-top-l .swiper-slide img{width: 100%;}
.cp-top .cp-top-r{width: 45%;}
.cp-top .cp-top-r h3{font-size: 48px;font-weight: bold;color: #fff;margin: 0;}
.cp-top .cp-top-r .mySwiper{width: 100%;margin: 50px 0 80px;}
.cp-top .cp-top-r .mySwiper .swiper-slide{}
.cp-top .cp-top-r .mySwiper .swiper-slide figure{border-radius: 10px;background: #fff;overflow: hidden;padding:10px;display:flex;justify-content: center;align-items: center;cursor: pointer;}
.cp-top .cp-top-r .mySwiper .swiper-slide img{width: 100%;}
.cp-top .cp-top-r .mySwiper .swiper-slide figure:hover img{transform: scale(1.05);}
.cp-top .cp-top-r .in-btn a{background: #e80435;width: 160px;height: 60px;line-height: 60px;}
.cp-top .cp-top-r .in-btn a:hover{background: #fff;color: #e80435;}
.cp-xq{background: #000;}
.cp-xq .ny-title h3{color: #fff;}
.cp-xqnr p{margin: 0;color: #fff;line-height:20px;font-size: 16px;}
.cp-xqnr img{max-width: 100%;display:block;margin:0 auto;}
.cp-xqnr video{width:1200px;max-width:100%;height: auto;margin:0 auto;display: block;}

/*批发*/
.ny-pifa {}
/* 筛选栏样式 - 完全按照提供的样式 */
.filter-bar {display: flex;gap: 15px;align-items: center;margin: 0 auto 60px;}
.filter-select {
  flex: 1;
  padding:20px 20px;
  border: none;
  border-radius: 30px;
  background: #f3f4f6;
  font-size: 16px;
  color: #666;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg t='1777444198810' class='icon' viewBox='0 0 1947 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5965' width='200' height='200'%3E%3Cpath d='M968.058 984.914l-799.102-843.495h1603.751z' p-id='5966' fill='%23808080'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-select:focus {outline: none;box-shadow: 0 0 0 2px #ed143d30;}
.filter-select:disabled {background-color: #e9ecef;cursor: not-allowed;opacity: 0.6;}
.search-btn {
  background: #ed143d;
  color: white;
  border: none;
  border-radius: 45px;
  padding: 20px 40px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  transition: all 0.2s;
}
.search-btn:hover {
  background: #c01034;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(237,20,61,0.3);
}
.search-btn::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
/* 地图容器 */
.map-container {
  position: relative;
  background: #eef2f5;
  width: 100%;
  height: 650px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.2s; 
}
.map-placeholder {position: relative;width: 100%;height: 100%;}
/* 标记点通用样式 - 按照要求 */
.map-marker {
  position: absolute;
  cursor: pointer;
  z-index: 20;
  transition: transform 0.2s ease, filter 0.2s;
  display: none;
  width: 100%;
  height: 100%;
}
.map-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 弹窗信息 - 精致样式 */
.info-popup {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 15px;
  padding: 18px 22px;
  width: 460px;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.3);    
  transition: all 0.2s;
  z-index: 100;
  pointer-events: auto;
}
.info-popup::before {
  content: '';
  position: absolute;
  top: 48%;
  border-width: 16px 13px 0 12px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
  right: -19px;
  transform: rotate(-90deg);
}
.popup-title {
  font-size:24px;
  font-weight:bold;
  color: #e80435;
  margin: 0;
}
.popup-status {display: inline-block;padding:15px 0 25px;font-size: 16px;color: #666;}
.info-popup .text { margin-top: 5px; }
.info-popup .text-p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size:16px;
  margin-bottom: 20px;
  color: #333;
}
.info-popup .text-p span {display: inline-flex;flex-shrink: 0;}
.info-popup .text-p span img {width: 18px;height: 18px;object-fit: contain;}
.info-popup a {
  display: inline-block;
  margin-top: 12px;
  background: #e80535;
  color: #fff;
  text-decoration: none;       
  border-radius: 30px;
  font-size: 16px;
  transition: 0.5s;
  text-align: center;
  width: 160px;
  height: 45px;
  line-height: 45px;
}

.info-popup a:hover {
  transform: translateY(-3px);
}
/* 标记具体坐标 (地图标记点位美观排布) */
.pf-liuyan{margin-top: 70px;}
.pf-liuyan .ny-lxwmly .form-group{width:32%;}
.pf-liuyan .ny-lxwmly .form-group-2{width: 49%;}
.pf-liuyan .ny-lxwmly .form-group-content{width: 100%;}
.pf-liuyan .ny-lxwmly label{font-size:16px;color: #000;font-weight: bold;}
.pf-liuyan .ny-lxwmly label span{color:red;}
.form-group-tel{display:flex;justify-content:space-between;}
.form-group-tel select{
    background: #f3f4f6;
    border-radius: 10px;
    padding: 0 10px;
    line-height: 58px;
    border: none;
    width: 150px;
        color: #666;
}
.ny-lxwmly .form-group .form-group-tel input{width:calc(100% - 160px);}
.form-yzm{width:100%;display: flex;justify-content: space-between;align-items: center;}
.form-yzm .fasong{width:150px;border-radius:5px;text-align: center;background: #e8042e;color: #fff;line-height: 35px;margin-right: 15px;cursor: pointer;}
.ny-lxwmly .form-group .form-yzm input{width:calc(100% - 170px);}
.form-yzm img{width:160px;height:58px;border-radius: 8px;}
.pf-liuyan .ny-lxwmly select{
    width: 100%;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 0 10px;
    line-height: 58px;
    border: none;
    font-size: 16px;
    height: 58px;
}
.ny-lxwmly .form-tel{width:100%;display:flex;justify-content: space-between;}
.ny-lxwmly .form-tel .form-tel1{width:140px;}
.ny-lxwmly .form-tel .form-tel2{width:calc(100% - 150px);}

.fgs-ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;margin-bottom: 80px;}
.fgs-ul li{border-radius: 15px;background: #f3f4f6;padding:40px 30px;transition: all 0.3s ease;}   
.fgs-ul li h4{font-size:24px;font-weight: bold;margin: 0;}
.fgs-ul li span{font-size: 16px;color: #666;display: block;margin: 15px 0 20px;}
.fgs-ul li p{display: flex;justify-content: left;font-size: 16px;color: #000;align-items: flex-start;margin-bottom: 20px;}
.fgs-ul li p img{width: 16px;margin-right: 10px;height: auto;margin-top: 2px;}
.fgs-ul li .in-btn a{width: 160px;margin-top:40px;background: #e80435;}
.fgs-ul li .in-btn a:hover{background: #000;}
.fgs-ul li:hover{transform: translateY(-10px);}

/*问答*/
.faq-ss{margin: 80px 0;}
.faq-ss form{display: flex;justify-content: space-between;align-items: center;}
.faq-ss form input{width: calc(100% - 350px);background: #efefef;border-radius: 15px;height: 75px;padding: 0 20px;border: none;font-size: 24px;}
.faq-ss form input::placeholder{font-size: 24px;color: #c0c0c0;font-weight: bold;}
.faq-ss form button{width: 310px;background: #e80435;border-radius: 15px;display: flex;justify-content: center;align-items: center;height: 75px;border: none;font-size: 24px;color: #fff;font-weight: bold;}
.faq-ss form button img{display: block;margin-right:30px;}
.faq-bt .ny-title{text-align: left;padding: 0 0 60px;}
.accordion {margin: 0 auto;display: flex;flex-direction: column;gap: 20px;}
.accordion-item {border-radius:15px;overflow: hidden;background: #efefef;transition: all 0.3s ease;}
.accordion-header{display: flex;justify-content: space-between;align-items: center;padding:40px 30px;cursor: pointer;border: none;width: 100%;text-align: left;font-size: 24px;font-weight: bold;transition: background 0.3s ease;}
.accordion-header:hover{color: #e80435;}
.accordion-header.active {background: #e80435;color: white;}
.accordion-header .arrow {transition: transform 0.3s ease;}
.accordion-header.active .arrow {transform: rotate(-90deg);}
.accordion-header.active .arrow img{filter: brightness(0) invert(1);}
.accordion-content {max-height: 0;overflow: hidden;transition: max-height 0.4s ease;background: #e80435;color: white;}
.accordion-content-inner {padding:0 30px;font-size:16px;line-height: 25px;min-height: 110px;}

/*新闻列表*/
.newslist{margin: 80px 0;}
.newslist li a{display: flex;justify-content: space-between;align-items: center;background: #f4f4f4;border-radius:20px;overflow: hidden;width: 100%;margin-bottom: 40px;}
.newslist li figure{width:420px;height:290px;overflow: hidden;}
.newslist li figure img{width: 100%;height: 100%;object-fit: cover;}
.newslist li a:hover figure img{transform: scale(1.05);}
.newslist li .newslist-text{width:calc(100% - 420px);padding: 0 30px;}
.newslist li .newslist-text h3{font-size: 24px;font-weight: bold;margin:0px 0px 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;line-height: 30px;transition: all 0.5s;}
.newslist li .newslist-text time{font-size: 16px;color: #666;transition: all 0.5s;}
.newslist li .newslist-text p{font-size:16px;color: #666;margin:20px 0 40px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;line-height: 25px;transition: all 0.5s;}
.newslist li .newslist-text span{font-size: 16px;color: #e80435;transition: all 0.5s;}
.newslist li a:hover{background: #e80435;}
.newslist li a:hover .newslist-text h3{color: #fff;}
.newslist li a:hover .newslist-text p{color: #fff;}
.newslist li a:hover .newslist-text span{color: #fff;}
.newslist li a:hover .newslist-text time{color: #fff;}

/*新闻详情*/
.news-cont{margin-bottom: 80px;background: #f4f4f4;border-radius: 20px;padding: 50px;margin: 80px auto;}
.news-title{text-align: center;}
.news-title h3{font-size:24px;font-weight: bold;line-height: 55px;margin: 0;}
.news-share{text-align: center;border-bottom: 1px solid #aaa;}
.news-share time{font-size: 16px;color: #666;margin: 30px 0;display: block;}
.news-box{border-bottom: 1px solid #aaa;padding-bottom: 40px;margin-bottom: 40px;padding-top: 30px;}
.news-box p{font-size: 16px;color: #666;line-height: 30px;}
.news-box img{max-width: 100%;border-radius: 10px;}
.faxq-btn{display: flex;justify-content: space-between;align-items: flex-start;font-size: 16px;color: #666;}
.faxq-btn a{color: #666;}
.faxq-btn div{width: 48%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.faxq-btn-r{text-align: right;}
.faxq-btn a:hover{color: #e80435;}
.faxq-l-type a{display: block;margin: 50px auto;width: 170px;height: 50px;background: #e80435;text-align: center;font-size: 16px;color: #fff;line-height: 50px;border-radius: 30px;}
.faxq-l-type a:hover{background: #fff;color:#e80435;}

/*分页*/
.last-page{margin: 50px auto 80px;text-align: center;}
.last-page span a{margin: 0 2px;display: inline-block;color: #999;font-size: 16px;height: 32px;line-height: 30px;border: 1px solid #999;width: 32px;border-radius: 5px;}
.last-page span a:hover,.last-page span a.page-num-current{background: #e80435;color: #fff;border: 1px solid #e80435;}
.text-secondary{margin-bottom: 80px;}

/*联系我们*/
.ny-lxwm{width: 100%;background: url(../images/index_20.jpg) no-repeat right;background-size: cover;padding-bottom: 50px;background-attachment: fixed;}
.ny-lxwm-l{width: 50%;padding-top: 50px;}
.ny-lxwm-l .ny-title{text-align: left;}
.ny-lxwm-l ul li{display: flex;justify-content: left;align-items: center;margin-bottom: 30px;}
.ny-lxwm-l ul li figure{width: 21px;margin-right: 15px;}
.ny-lxwm-l ul li figure img{width: 100%;display: block;}
.ny-lxwm-l ul li p{font-size: 16px;margin:0;color: #333;transition: all 0.5s;}
.ny-lxwm-l ul li p:hover{color: #0b4295;}
.ny-lxwm-ewm{width: 120px;text-align: center;}
.ny-lxwm-ewm figure{width: 120px;height: 120px;border-radius: 10px;overflow: hidden;background: #fff;}
.ny-lxwm-ewm figure img{width: 100%;}
.ny-lxwm-ewm p{font-size: 16px;margin: 10px 0;}

.ny-job{width:100%;background:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);padding: 50px 100px;margin-bottom: 80px;}
.ny-job .ny-title{}
.ny-job .ny-title h2{text-align: center;}
.ny-job .ny-title p{left: 50%;transform: translate(-50%, -50%);}
.ny-job .ny-title span{left: 50%;transform: translateX(-50%);}
.job-list {width: 100%;background: #fff;}
.job-list-bt{width:100%;background:#fff;}
.job-list-box:nth-child(even) {background-color: #fbfbfb;}
.job-list-box:nth-child(odd) {background-color: #fff;}
.job-list-div {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 17px;
    height: 90px;
    line-height: 90px;
    padding-left: 30px;
    color: #666;
    
}
.job-list-box .job-list-div:hover {background-color: #f3f3f3;}
.job-list-div span {flex: 1;}
.job-list-div span:last-child {flex: 0.3;text-align: center;font-size: 30px;font-weight: 300;color: #000;transition: transform 0.3s;}
.job-list-box:last-child {border-bottom: none;}
.job-list-nr {
    display: none;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.4s ease-out, padding 0.3s;
    padding: 50px 30px;
}
.job-list-nr p{font-size:16px;color:#666;line-height:30px;}
.job-list-yx{margin-top:30px;}
.job-list-yx a{font-size:24px;color:#e80435;}

.culture-wall-wap{display: none;}


.cplb-list{display:flex;justify-content:space-between;margin:80px auto;align-items: flex-start;}
.cplb-l{width:330px;background:#f5f5f5;border-radius:5px;overflow:hidden;}
.cplb-l h3{width:100%;background:#000;text-align:center;color:#fff;margin:0px;padding:25px 0;font-size:24px;font-weight:bold;}
.cplb-l ul{}
.cplb-l ul li{padding:0 20px;}
.cplb-l ul li.active .cplb-nav1 a{color:#e80435;}
.cplb-l .cplb-nav1{width:100%;display:flex;justify-content:space-between;align-items:center;}
.cplb-l .cplb-nav1 a{padding: 15px 0;font-size: 18px;}
.cplb-l .cplb-nav1 span{cursor:pointer;}
.cplb-l .cplb-nav1 span svg{width: 20px;height: 20px;}
.cplb-list .cplb-l .cplb-nav1 + ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.cplb-nav1.active span svg {
    transform: rotate(90deg);
}
.cplb-list .cplb-l .active .cplb-nav1 + ul {
    max-height: 1000px;
}
.cplb-l .cplb-nav2{}
.cplb-l .cplb-nav2 a{font-size:16px;line-height:40px;}
.cplb-r{padding-left:30px;width:calc(100% - 330px);}
.cplb-r ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
.cplb-r ul li{text-align:center;}
.cplb-r ul li figure{width:100%;background:#fff;box-shadow:0 0 15px rgba(0,0,0,0.1);overflow:hidden;}
.cplb-r ul li figure img{width:100%;}
.cplb-r ul li h3{font-size:16px;}
.cplb-r ul li:hover figure img{transform:scale(1.05);}

@media (min-width: 1500px){

}

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

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

@media screen and (max-width:1800px){
    .in-cpul li {height: 25vw;}
}

@media screen and (max-width:1650px){
   .mySwiper-ry{width: 95%;}
   .mySwiper-ry .mySwiper2 {width: 95%;}
   .mySwiper-ry .mySwiper2 .swiper-slide figure{height: 20vw;}
   .mySwiper-fm .mySwiper {padding-left: 6vw;}
   .mySwiper-fm .swiper-button-next {right: 6vw;}
   .mySwiper-fm .swiper-button-prev{left: 6vw;}

   .cpxq-topR .img ul{grid-gap: 40px;}
}

@media screen and (max-width:1550px){
  .in-banner .mySwiper3 .text h3,
  .in-banner .mySwiper3 .text p {font-size: 60px;}
  .in-title {padding: 70px 0 40px;}
  .culture-wall ul li .text h3,.culture-text .text h3 {font-size: 22px;}
  .culture-wall{height: 640px;}
  .culture-wall{margin-bottom: 80px;}
  .foot-bq a,.foot-bq p{font-size: 14px;}
  .foot-form h3 {font-size: 24px;}
  .header-top .nav h3 {margin: auto 25px;}

  .channel-banner{height: 550px;}
  .about-nub ul li i{font-size: 50px;}
  .lc-text h3 {font-size: 20px;}
  .lc-text .text {margin-top: 15px;line-height: 26px;}
  .yfzx-box .yfzx-l{width: 50%;}
  .yfzx-box .yfzx-r{width: 45%;}
  .ny-aboutC{margin-top: 80px;}

  .cplist-r h2 {font-size: 24px;margin: 0 0 30px;}
  .cplist-r p {font-size: 14px;line-height: 22px;}
  .cpxq-td-h3 h3{margin: 0;}
  .news-list li .text h3 {font-size: 20px;}
  .news-list li .text {padding: 0 20px;}
  .news-title h3 {font-size: 30px;line-height: 50px;}
  .cplist-text h3 {font-size: 20px;}
  
  .in-cpul li .text .in-btn {width: 130px;height: 45px;margin-top: 3vw;font-size: 16px;}
  .in-cpul li .text{height:14vw;}
  .in-cpul li .text h3 {font-size: 25px;}
  .in-cpul li .text span{margin: 10px 0 30px;}
}



@media screen and (max-width:1500px){  
  .ny-fa li .text h3 {font-size: 24px;margin: 0 0 20px;}
  .ny-fa li .text {width: 49%;padding-right: 30px;}
  .ny-fa li figure{height: 350px;}
  

}

@media screen and (max-width:1450px){
  .in-banner .mySwiper3 .text h3{font-size: 30px;}
  .in-banner .mySwiper3 .text p{font-size: 30px;line-height: 60px;}
  .in-title {padding: 50px 0;}
  .culture-wall {height: 600px;}
  .header-top .nav h3 {margin: auto 22px;}
  .header-top .nav h3 a{font-size: 16px;}

  .channel-banner {height: 450px;}
  .cplist-r h2 {font-size: 26px;margin: 0 0 30px;}
  .cplist-r a{width: 160px;height: 45px;line-height: 44px;}
  .cplist-bj ul li{padding-bottom: 40px;}
  .cplist-bj ul li .ms p{font-size: 14px;line-height: 20px;}
  .cplist-bj ul li .cplist-btn .xh p {font-size: 18px;}
  .cpxq-td-h3 {padding: 50px 0;}
  .banner-info .time {margin-top: 0px;}
  .faxq-r h2 {font-size: 24px;}
  .faxq-l{padding: 35px;}
  .faxq-r ul li .text h3 {font-size: 18px;}
  .news-list li .text h3{font-size: 18px;}
  .news-list li figure{height: 240px;}
  .news-title h3 {font-size: 24px;line-height: 40px;}
  .news-intr p{padding: 20px;}
  .ny-about-box .ny-about-r {width: 48%;}
  .about-nub ul{padding: 0 70px;}
  .about-nub ul li i {font-size: 40px;}
  .about-nub ul li {padding: 40px 0;}
  .about-nub ul li sub {font-size: 16px;}
  .about-r{height: 790px;}
  .about-nub{bottom: 40px;}
  .about-l .text p{line-height: 30px;}
  .mySwiper-fm .swiper-slide:hover h4 {font-size: 40px;}
  .cplist-text .text-btn {width: 55px;height: 55px;}
  .cplist-text .text-btn img {height: 15px;}
  .cplist-text .text-p {width: calc(100% - 90px);}
  .cplist-text .text-p p {font-size: 14px;}
  .falist li .falist-text h3 {font-size: 20px;margin: 20px 0;}
  .falist li .falist-text {padding: 0 15px 25px;}
  .falist li .text-btn{margin-top: 20px;}
  .falist li .text-p p {font-size: 14px;}
  .tzz-js .tzz-js-text .ny-title h3 {font-size: 30px;}
  .newslist li .newslist-text h3 {font-size: 20px;}

  .cp-top .cp-top-r h3 {font-size: 40px;}
  .ny-title h3 {font-size: 40px;}
  .cp-top .cp-top-r .mySwiper .swiper-slide figure{padding: 15px;}
  .cp-top .cp-top-r .in-btn a { width: 150px;height: 50px;line-height: 50px;}
  .ny-jjbox .ny-jjboxR .title h3 {font-size: 40px;margin: 0 0 25px;}
  .ny-jjbox .ny-jjboxR .title p {font-size: 20px;line-height: 35px;}
  .ny-jjbox .ny-jjboxR .text p {font-size: 20px;line-height: 35px;}
  .ny-jianjie::after {top: 83px;width: 59%;height: 145px;}
  .faq-ss form input{font-size: 16px;width: calc(100% - 150px);height: 60px;border-radius: 5px;}
  .faq-ss form input::placeholder{font-size: 16px;}
  .faq-ss form button {width: 140px;border-radius: 5px;height: 60px;font-size: 16px;}
  .faq-ss form button img {margin-right: 10px;width: 20px;}
  .faq-ss {margin: 60px 0;}
  .accordion-header {padding: 30px 20px;font-size: 18px;}
  .accordion-header .arrow img{width: 10px;}

}

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

  .yfzx-box .yfzx-text {width: 95%;}
  .cpxq-topR .img ul li p {font-size: 16px;}
  .cpxq-topR .img ul{grid-gap: 20px;}
  .cpxq-topR .text p {font-size: 14px;line-height: 25px;}
  .cpxq-js {padding: 30px 20px;font-size: 14px;}
  .cpxq-text{font-size: 14px;}
  .tzz-js .tzz-js-text .text p {font-size: 14px;line-height: 25px;}
  .newslist li .newslist-text h3 {font-size: 18px;margin: 20px 0;}
  .newslist li .newslist-text{padding: 0 20px;}
  .ny-job{padding: 25px 30px;}
  .job-list-div{font-size: 16px;}
 
}

@media screen and (max-width:1300px){ 
   .header-top .nav h3 {margin: auto 20px;}
  .about-nub {width: 1020px;}
  .about-nub ul li i {font-size: 35px;}
  .lc-text .text{font-size: 14px;line-height: 20px;}
  .lc-text h3 {font-size: 18px;}
  .mySwiper-fm .swiper-slide:hover h4 {font-size: 35px;}
  
	
}

@media screen and (max-width:1200px){
    .top-notice-bar .cont{padding:14px 0;}
    .top-notice-bar .notice-p{font-size:14px;width:calc(100% - 45px);}
    
    header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

#noticeBar.hidden {
    display: none;
}
    
  .sticky-nav{display: none;}  
  .sp_header{background:#222;}
	.sp_header,.sjj_nav{display: block;}
	.sp_header{
		height: 60px;
		z-index: 99999;
		width: 100%;
		position: fixed;
		top: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}	
	.sp_logo {padding: 0 10px;}
	.sp_logo img{margin:auto;max-height:40px;}
	.sp_nav {width: 40px;position: relative;cursor: pointer;height: 24px;margin-right: 20px;}
	.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
	.on .sp_nav span{background: #fff;}
	.sp_nav span:nth-of-type(1){top:0px;}
	.sp_nav span:nth-of-type(2){top:10px;}
	.sp_nav span:nth-of-type(3){top:20px;}
	.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg);}
	.sp_nav_se span:nth-of-type(2){width:0;}
	.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg);}
	.sjj_nav{position:fixed;z-index:9999;background:#222;width:100%;height:calc(100% - 60px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
	.nav_show{top:60px;}
	.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
	.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 110px);}
	.sjj_nav>ul>li:first-child .language{float:right;width:100%;overflow: hidden;line-height: 30px;margin-top: 18px;}
	.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #dddddd1f solid;text-align:center;color:#999;}
	.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #dddddd1f solid;height:50px;padding:0px 7px 0 7px;}
	.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s;}
	.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg);}
	.sjj_nav ul li{border-top:1px #dddddd1f solid;padding-left: 20px;position:relative;line-height:60px;font-size:18px;}
	.sjj_nav>ul >li:last-child{border-bottom:1px #dddddd1f solid;}
	.sjj_nav ul li ul{display:none;}
	.sjj_nav ul li a{color:#fff;width:80%;text-transform: capitalize;display: block;}
	.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;font-size:16px;}
	.sjj_nav ul li i svg{width:25px;height:25px;fill:#fff;}
	.sjj_nav ul li .sjj_nav_i_se svg{fill:#e80435;}
	.sjj_nav ul li ul li>ul{margin-left:10px;}
  .stock ul{top: 78px;left: 0;right: auto;}
  .stock-lan {font-size: 16px;}
  .stock ul li a {font-size: 14px;line-height: 45px;}	
	.sp_header .dropdown {margin-top: 14px;float: right;position: initial;}
	.sp_header .dropdown .btn {border: none;width: 25px;height: 30px;background: url(../images/index_06.png) no-repeat top right;background-position: 0px -73px;background-size: 100% auto;}
	.sp_header .dropdown .dropdown-menu {top: 0px;left: 0;padding: 0;z-index: 9999;height: 60px;right: auto;width: 100%;border: none;}
	.sp_header .dropdown .dropdown-menu li form{display: flex;justify-content: center;}
  .sp_header .dropdown .dropdown-menu li form	input{width: 70%;height: 40px;margin-top: 9px;padding: 0 5px;border: 1px solid #ccc;}
  .sp_header .dropdown .dropdown-menu li form	button{height: 40px;width:16%;font-size:16px;color:#fff;background: #16509a;background: #16509a;border: 1px solid #16509a;margin-top: 9px;}

  .in-banner {height: 500px !important;margin-top: 60px;}
  .in-hotcp {height: 560px;background-position: left center;}
  .in-hotcp-nr h3 {font-size: 30px;line-height: 40px;}
  .in-hotcp-nr .in-btn a {width: 150px;height: 50px;line-height: 50px;}
  .in-cpbj {padding-bottom: 60px;margin-bottom: 60px;}
  .in-boot-cp {margin: 60px 0;}
  .foot-box .foot-nav{display: none;}
  .foot-form{width: 100%;}
  .foot-bql ul li img {height: 24px;}
  .in-cpul{grid-template-columns: repeat(2, 1fr);gap: 30px;}
  .in-cpul li .text{height: auto;left: 20px;width:80%;}
      .in-cpul li .text h3 {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        white-space: nowrap;
    }
  .in-cpul li .text .in-btn {
        width: 90px;
        height: 30px;
        margin-top: 3vw;
        font-size: 14px;
        padding: 0 10px;
   }
   .in-cpul li .text span {margin: 6px 0 20px;width:40px;}
   .in-cpul li .text p {font-size: 14px;line-height: 15px;display:none;}

 

  .channel-banner {height: 400px;margin-top: 60px;}
  .ny-top{height: 60px;}
  .channel-banner .banner-info h2 {font-size: 26px;margin: 0 0 20px;}
  .banner-text p {font-size: 16px;line-height: 30px;}
  .ny-nav-box .ny-nav-l{display: none;}
  .ny-nav-box .ny-nav-r{width: 100%;justify-content: left;padding: 20px 0;}
  .ny-nav-box .ny-nav-r p {font-size: 14px;}
  .ny-nav-box .ny-nav-r figure {margin-right: 5px;}
  .ny-cplist{margin: 40px 0;}
  .cplist-r h2 {font-size: 20px;margin: 0 0 25px;}
  .cplist-r p {font-size: 14px;line-height: 25px;}
  .cplist-r a{width: 140px;font-size: 14px;margin-top:30px;}
  .cplist-bj ul li h3{margin: 20px 15px;}
  .cplist-bj ul li .cplist-btn,.cplist-bj ul li .ms{padding: 0 15px;}
  .cplist-bj ul li {padding-bottom: 20px;}
  .cpxq-td-r .text{width: 100%;}
  .faxq-cont{flex-wrap: wrap;margin: 40px 0;}
  .faxq-l,.faxq-r{width: 100%;}
  .faxq-r{margin-top: 30px;}
  .faxq-nr p{font-size: 14px;line-height: 25px;margin: 0;}
  .faxq-btn a{font-size: 14px;}
  .faxq-l-type a{width: 130px;height: 45px;line-height: 45px;}
  .faxq-r h2 {font-size: 20px;}
  .faxq-r ul li .text h3 {font-size: 16px;}
  .news-list {grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
  .news-list li .text h3 {font-size: 16px;margin: 15px 0px;}
  .news-list li .text p{margin-bottom: 30px;}
  .news-list li .text-btn span {font-size: 14px;}
  .news-title h3 {font-size: 18px;line-height: 30px;}
  .news-box p {font-size: 14px;line-height: 25px;}
  .xz-top-l .btn,.xz-top-r form input{font-size: 16px;}
  .xz-top-r form input,.xz-top-r form,.xz-top-l .btn{height: 60px;line-height: 60px;}
  .xz-top-r form input[type="submit"]{height: 60px;}
  .xz-top-r form input{padding-left: 20px;}
  .xz-top-r form,.xz-top-l .btn{border-radius: 10px;}
  .xz-top-l .btn{padding: 0 20px;}
  .xz-top-r form input::placeholder{font-size: 16px;color: #999;}
  .xz-list li .right {width: 40%;}
  .xz-list li .left{width: 60%;}
  .xz-list li .left figure{margin-right: 15px;}
  .xz-list li .left .text h3 {font-size: 18px;}
  .xz-list li .right span{font-size: 14px;}
  .xz-list li .right p{font-size: 14px;margin-right: 10px;}
  .ny-about-box{padding: 50px 0;flex-wrap: wrap;}
  .ny-about-box .ny-about-l,.ny-about-box .ny-about-r{width: 100%;}
  .in-about-text p{font-size: 14px;}
  .job-list-div {font-size: 16px;height: 70px; line-height: 70px; padding-left: 2vw;}
  .job-list-div span:last-child{font-size: 25px;}
  .job-list-yx a {font-size: 20px;}
  .job-list-nr{padding: 50px 2vw;}
  .job-list{padding: 25px 2vw;}
  .lxwm-ly .form-group label{font-size: 16px;}
  .lxwm-ly .form-group input {border-radius: 10px;font-size: 16px;}
  .lxwm-ly .tijioa {width: 140px;height: 45px;}
  .ny-lxwm-l{width: 100%;}
  .lxwm-ly .form-group-ly textarea{font-size: 16px;}
  .ny-title h3 {font-size: 24px;margin: 0px 0 20px;}
  .ny-title span {width: 30px;height: 3px;}
  .yfzx-box .yfzx-l {padding-left: 3vw;}
  .yfzx-box .yfzx-text {width: 100%;}
  .yfzx-box .yfzx-text .text p {font-size: 14px;line-height: 25px;background: url(../images/index_07.png) no-repeat left 7px;padding-left: 26px;background-size: 15px auto;}
  .mySwiper-ry .mySwiper2 .swiper-slide figure {height: 28vw;}
  .mySwiper-ry .mySwiper2 {width: 90%;}
  .about-l .text p {font-size: 14px;line-height: 27px;}
  .about-nub {width: 85%;}
  .about-nub ul {padding: 0 40px;}
  .about-nub ul li i {font-size: 30px;}
  .about-nub ul li sub {font-size: 14px;}
  .about-nub ul li p {font-size: 14px;}
  .about-r {height: 700px;}
  .mySwiper-fm .swiper-button-next {right: 2vw;}
  .mySwiper-fm .swiper-button-prev {left: 2vw;}
  .mySwiper-fm .mySwiper {padding-left: 0vw;}
  .yfzx-box .yfzx-l {width: 45%;}
  .yfzx-box .yfzx-r {width: 50%;}
  .cplist-text h3 {font-size: 18px;margin: 22px 0;}
  .cplist{grid-template-columns: repeat(2, 1fr);}
  .cplist li figure{height: 38vw;}
  .cpxq-topR .img ul li p {font-size: 14px;}
  .ny-about ul li .text .text-p {padding-right: 20px;height: 190px;}
  .ny-about ul li .text {padding-left: 30px;}
  .ny-about ul li .text .text-p p {font-size: 14px;line-height: 24px;}
  .tzz-js{flex-wrap: wrap;}
  .tzz-js figure{width: 100%;}
  .tzz-js .tzz-js-text{width: 100%;margin-top: 30px;}
  .tzz-js .tzz-js-text .ny-title h3{font-size: 24px;}

  .cp-top{margin-top: 60px;padding: 50px 0 0;}
  .cp-top .cp-top-r .mySwiper {margin: 25px 0 40px;}
  .cp-top .cp-top-r h3 {font-size: 24px;}
  .ny-title {padding: 40px 0;}
  .ny-jjbox .ny-jjboxL{order: 2;width: 100%;}
  .ny-jjbox{flex-wrap: wrap;}
  .ny-jianjie::after {display: none;}
  .ny-jjbox .ny-jjboxR {width: 100%;margin-top:0px;margin-bottom: 30px;}
  .ny-jjbox .ny-jjboxR .title h3 {font-size: 24px;margin: 0 0 20px;color: #000;}
  .ny-jjbox .ny-jjboxR .title p {font-size: 18px;line-height: 30px;color: #e80435;}
  .ny-jjbox .ny-jjboxR .text p {font-size: 18px;line-height: 30px;}
  .ny-jjbox{margin: 60px 0;}
  .ny-wmys ul {display:block;}
  .ny-wmys ul li{margin-bottom:20px;}
  .ny-wmys .title h4 {font-size: 18px; height: auto;}
  .ny-wmys .text p {font-size: 14px;line-height: 20px;}
  .ny-qubie ul li {border-radius: 10px;padding: 20px;}
  .ny-qubie .title h4 {font-size: 18px;margin: 0 0 25px;height: auto;}
  .ny-qubie ul {grid-template-columns: repeat(1, 1fr);gap: 20px;}
  .ny-hz{flex-wrap: wrap;}
  .ny-hzL{width: 100%;}
  .ny-hzR{width: 100%;padding: 20px 0px;}
  .newslist li figure {width: 280px;height: 220px;}
  .newslist li .newslist-text{width: calc(100% - 280px);}
  .newslist li .newslist-text p {font-size: 16px;margin: 10px 0 20px;}
  .newslist li .newslist-text span{display: none;}
  .news-cont {border-radius: 10px;padding: 20px;margin: 40px auto;}
  .filter-bar{flex-wrap: wrap;}
  .filter-select {flex: none;width: 100%;}
  .search-btn{width: 100%;justify-content: center;}
  .info-popup .text-p span{flex-shrink: 1;}
  .info-popup{width: 300px;left: 4%;}
  .popup-title {font-size: 18px;}
  .popup-status {padding: 10px 0;font-size: 14px;}
  .info-popup .text-p {gap: 5px;font-size: 14px;margin-bottom: 10px;}
  .info-popup a {margin-top: 12px;font-size: 14px;width: 120px;height: 40px;line-height: 40px;}
  .map-container{height: 310px;}
  
  .cplb-l{display:none;}
  .cplb-r{width:100%;padding:0px;}
  .cplb-r ul {gap: 25px;}

}

@media screen and (max-width:1024px){
  .play-btn{width: 50px; height: 50px;}
  .play-btn img{width: 100%;}
  .foot-bq{margin-top: 60px;}
  .foot-logo img {height: 45px;}
  .foot-form h3 {font-size: 20px;}
  .foot-bql{text-align: center;margin-bottom: 5px;}

  .cpxq-top{flex-wrap: wrap;margin:60px auto;}
  .cpxq-top figure{width: 100%;border-radius: 10px;margin-bottom: 30px;}
  .cpxq-top .cpxq-topR{width: 100%;}
  .cpxq-topR .img ul{grid-template-columns: repeat(7, 1fr);}
  .cpxq-topR .img ul figure{margin-bottom: 0px;}
  .cpxq-a a{width: 180px;height: 60px;line-height: 60px;}
  .cpxq-a a span {margin-left: 17px;}
  .falist{grid-template-columns: repeat(2,1fr);}
  .falist li .falist-text h3 {font-size: 18px;}
  .newslist{grid-template-columns: repeat(2,1fr);}
  .ny-job{padding: 10px 0px;}
  .job-list {padding: 10px 2vw;}
  .job-list-div {font-size: 14px;height: 50px;line-height: 50px;}
  .foot-bq{display: block;}
  .foot-bql ul{width: 100%;justify-content: center;margin: 15px 0;}
  .foot-bql ul li{margin: 0 10px;}
  .foot-bqr{text-align: center;}

  .cp-top .cont{flex-wrap: wrap;}
  .cp-top .cp-top-l{order: 2;width: 100%;}
  .cp-top .cp-top-r{width: 100%;margin-bottom: 30px;}
  .cp-top .cp-top-r .mySwiper .swiper-slide figure {padding: 10px;}
  .pf-liuyan .ny-lxwmly .form-group {width: 100%;}
  .pf-liuyan .ny-lxwmly .form-group-2 {width: 100%;}
  .fgs-ul {grid-template-columns: repeat(1, 1fr);gap: 20px;}
  .fgs-ul li h4 {font-size: 18px;}
  .fgs-ul li span {font-size: 14px;}
  .fgs-ul li p{font-size: 14px;}
  .fgs-ul li .in-btn a {width: 120px;}
  
  .cp-xqnr p{line-height:10px;}
}

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

@media screen and (max-width:780px){  
 .in-banner {height: 350px !important;}
 .banner-bottom{display: none;}
 .in-hotcp .cont {display: block;}
 .in-hotcp-nr{text-align: center;width: 100%;padding-top: 30px;}
 .in-hotcp-nr .in-btn {justify-content: center;}
 .in-hotcp-nr h3 {font-size: 22px;line-height: 30px;margin: 0 0 30px;}
 .in-btn a{font-size: 14px;width: 120px;}
 .in-hotcp-nr .in-btn a {width: 120px;height: 45px;line-height: 45px;}
 .in-title {padding: 30px 0;}
 .in-title h2 {font-size: 24px;}
 .in-cpul {grid-template-columns: repeat(1, 1fr);gap: 20px;}
 .in-cpul li a{height:52vw;display:block;}
 .foot-le {width: 100%;}

 .in-boot-cp ul li:nth-child(1), .in-boot-cp ul li:nth-child(2) {width: 100%;}
 .in-boot-cp ul li {width: 100%;}
     .in-cpul li {
        height: 50vw;
    }
  .ny-cplist{flex-wrap: wrap;}
  .cplist-l,.cplist-r{width: 100%;}
  .cplist-r{margin-top: 30px;}
  .cplist-bj ul{grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
  .cplist-bj ul li .cplist-btn .xh p {font-size: 16px;}
  .cplist-bj ul li figure img{width: 80%;}
  .cpxq-td-h3 h3{font-size: 24px;}
  .cpxq-td-r .text p {font-size: 14px;line-height: 22px;}
  .cpxq-td {padding-bottom: 50px;margin-bottom: 40px;}
  .faxq-l {padding: 15px;}
  .faxq-btn{flex-wrap: wrap;}
  .faxq-btn div{width: 100%;font-size: 14px;}
  .faxq-btn-r {text-align: left;margin-top: 10px;}
  .faxq-l-type a{margin: 30px auto;font-size: 14px;}
  .faxq-r ul li figure {width: 100px;height: 90px;}
  .faxq-r ul li .text {width: calc(100% - 110px);}
  .faxq-r ul li .text span {font-size: 14px;}
  .channel-banner {height: 250px;}
  .channel-banner .banner-info span {width: 30px;height: 3px;}
  .channel-banner .banner-info h2 {font-size: 22px;margin: 0px 0 10px;}
  .news-list li figure {height: 190px;}
  .news-list li .text p {margin-bottom: 20px;font-size: 14px;}
  .news-title h3 {font-size:16px;line-height: 25px;}
  .news-share .share .social-share .icon-wechat {width: 30px;height: 30px;border-radius: 7px;line-height: 30px;}
  .news-share .share .social-share .icon-wechat:before {font-size: 20px;}
  .news-intr p {padding: 15px;font-size: 14px;line-height: 20px;}
  .news-share .share{font-size: 14px;}
  .news-share ol{margin-bottom: 0;}
  .news-share time {font-size: 14px;}
  .xz-list li a{flex-wrap: wrap;}
  .xz-list li .left,.xz-list li .right{width: 100%;}
  .xz-list li .right{justify-content: left;margin-top: 15px;}
  .xz-list li a {border-radius: 10px;padding: 20px 15px;margin-bottom: 20px;}
  .job-list-div span:nth-child(2),.job-list-div span:nth-child(3),.job-list-div span:nth-child(5){display: none;}
  .job-list-nr p {font-size: 14px;line-height: 22px;}
  .job-list-yx a {font-size: 18px;}
  .lxwm-ly .form-group{width: 100%;line-height: 50px;}
  .lxwm-ly .form-group-ly textarea {font-size: 14px;}
  .lxwm-ly .form-group label {font-size: 14px;width: 75px;}
  .lxwm-ly .form-group input,.lxwm-ly .form-group-ly textarea {width: calc(100% - 75px);font-size: 14px;padding: 0 10px;}
  .lxwm-ly .tijioa{font-size: 14px;width: 130px;}
  .mySwiper-ry .mySwiper2 .swiper-slide figure {height: 39vw;}
  .mySwiper-fm .swiper-slide h4 {font-size: 20px;}
  .mySwiper-fm .swiper-slide:hover h4 {font-size: 25px;}
  .lc-btn::after,.lc-text h3::after{width: 10px;height: 10px;}
  .lc-btn::before {width: 10px;height: 10px;top: 43%;left: 45%;}
  @keyframes outerBreathe {
    0%, 100% {
        background: rgba(22, 80, 154, 0.8);
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    50% {
        background: rgba(22, 80, 154, 0.3);
        width: 20px;
        height: 20px;
        opacity: 1;
    }
  }
  .mySwiper-fm .swiper-slide::after{height: 99px;left: 24px;}
  .cpxq-topR .img ul {grid-template-columns: repeat(5, 1fr);}
  .cpxq-text table tr td {padding: 15px 10px;}
  .cpxq-a a {width: 150px;height: 45px;line-height: 45px;font-size: 14px;margin: 50px auto;}
  .cpxq-a a img{width: 6px;}
  .cpxq-a a span {margin-left: 10px;}
  .ny-lxwm-l ul li p {font-size: 14px;}
  .ny-lxwmly .form-group {width: 100%;}
  .faq-ss form button {width: 70px;height: 50px;}
  .faq-ss form button img{display: none;}
  .faq-ss form input{width: calc(100% - 70px);height: 50px;padding: 0 5px;}
  .newslist li figure {width: 160px;height: 150px;}
  .newslist li .newslist-text{width: calc(100% - 160px);}
  .newslist li .newslist-text p{font-size: 14px;-webkit-line-clamp: 1;margin: 0;}
  .newslist li .newslist-text time{font-size: 14px;}
  .newslist li .newslist-text h3 {font-size: 16px;margin: 0px 0 10px;}
  
  .cplb-r ul li h3 {font-size: 14px;}
  .cplb-r ul {grid-template-columns: repeat(2, 1fr);}
  .in-cpbj .mySwiper .swiper-slide{font-size:16px;line-height:40px;}
  .cplb-list{margin: 20px auto;}
  .ny-hzR-text {
    margin-left: 15px;
    width: 93%;}
    
.ny-lxwmly .form-tel .form-tel1 {width: 85px;}
.ny-lxwmly .form-tel .form-tel2 {
    width: calc(100% - 90px);
}


}

@media screen and (max-width:640px){
  .in-hotcp {background-position: center;height: 110vw;}
  .in-banner .swiper-container .swiper-button-next, .in-banner .swiper-container .swiper-button-prev{display: none;}
  .in-banner {height: 210px !important;}
  .foot-form form .form-group {width: 100%;}
  .foot-form form .form-group input{font-size: 14px;height: 45px;}
  .foot-form form button{width: 120px;height: 45px;font-size: 14px;}

  .cplist-bj ul {grid-template-columns: repeat(1, 1fr);}
  .ny-fa li a{flex-wrap: wrap;}
  .ny-fa li figure{width: 100%;height: auto;}
  .ny-fa li .text{width: 100%;padding:30px 15px;}
  .ny-fa li .text span{margin-top: 20px;}
  .ny-fa li .text h3 {font-size: 18px;}
  .ny-fa{margin: 40px 0;}
  .news-list {grid-template-columns: repeat(1, 1fr);}
  .news-list li figure{height:auto;}
  .xz-top{flex-wrap: wrap;}
  .xz-top-l,.xz-top-r{width: 100%;}
  .xz-top-r{margin-top: 20px;}
  .about-nub ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 20px;padding:20px;}
  .about-nub ul li{padding: 20px 0;}
  .mySwiper-ry .mySwiper2 .swiper-slide figure {height: 58vw;}
  .cplist-text .text-btn {width: 45px;height: 45px;}
  .cplist-text .text-btn img {height: 13px;}
  .cplist-text .text-p {width: calc(100% - 60px);}
  .cplist {grid-template-columns: repeat(1, 1fr);}
  .cplist li figure{height: auto;border-radius: 10px;}
  .ny-title h3 {font-size: 20px;}
  .falist {grid-template-columns: repeat(1, 1fr);}
  .falist li figure{height: auto;}
  .newslist{grid-template-columns: repeat(1,1fr);}
  .newslist li .text-p p {font-size: 14px;margin: 0 0 30px;}
  .last-page span a{font-size: 14px;}
  .in-cpbj .mySwiper{padding: 0 10vw 0 0;}
   .channel-banner {height: 150px;}
   .form-group-tel{flex-wrap:wrap;}
   .form-group-tel select{width:100%;height: 58px;margin-bottom: 15px;}
   .ny-lxwmly .form-group .form-group-tel input{width:100%;}

}

@media screen and (max-width:510px){
 
  .newslist li figure {width: 110px;height: 100px;}
  .newslist li .newslist-text{width: calc(100% - 110px);padding: 0 10px;}
  .newslist li .newslist-text time{display: none;}


}

@media screen and (max-width:480px){
    .in-banner {height: 165px !important;}
 .video-wrapper{height: 65vh;}
   
}

@media screen and (max-width:380px){
  .cpxq-topR .img ul {grid-template-columns: repeat(3, 1fr);}
  .foot-bqr a:last-child{border-left:none;}

    	
}