.pro_a {
  padding: 4% 0;
  background: #f5f5f5;
  overflow: visible !important;
}
.team{
  padding: 0 0 4% !important;
  background: #fff !important;
}
.nprom {
  display: flex;
  justify-content: space-between;
      flex-direction: row-reverse;
}
.nprom .nprol{
  width: 18%;
}
.nprom .nprol .pnavlist{
  position: sticky !important; /* 粘性定位核心属性 */
  top: 125px !important; /* 触发点：距离视口顶部0px时固定 */
  z-index: 100 !important; /* 避免被其他元素覆盖 */
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.nprom .nprol h2{
  padding: 30px 20px;
  background: #800002;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    color: #fff;
    font-size: 22px;
}
.nprom .nprol .xian{
  width: 30px;
  height: 2px;
  background: #fff;
  margin-top: 15px;
}
.nprom .nprol ul li {
  padding: 10px 20px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  transition:all 0.5s;
}
.nprom .nprol ul li:first-child {
  padding-top: 15px;
}
.nprom .nprol ul li:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.nprom .nprol ul li a{
  font-size: 16px;
  line-height: 30px;
  color: #5c5c5c;
  transition:all 0.4s;
}
.nprom .nprol ul li:hover {
  border-left: 1px solid #990002;
  background: #f5f5f5;
-webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.nprom .nprol ul li.actA {
  border-left: 1px solid #990002;
  background: #f5f5f5;
}
.nprom .nprol ul li:hover a{
  text-decoration: underline;
  color: #990002;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nprom .nprol ul li.actA a{
  color: #990002;
}
.nprom .npror{
  width: 80%;
}
.pro_a .pro-tabbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #e5e5e5;
  margin-bottom: 80px;
}
.pro_a .pro-tabbox a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 58px;
  border-right: solid 1px #e5e5e5;
  font-size: 16px;
  color: #444444;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pro_a .pro-tabbox a span {
  position: relative;
  z-index: 10;
}
.pro_a .pro-tabbox a::after {
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #990002;
  z-index: 1;
}
.pro_a .pro-tabbox a:hover,
.pro_a .pro-tabbox .actA {
  color: #fff;
}
.pro_a .pro-tabbox a:hover::after,
.pro_a .pro-tabbox .actA::after {
  height: 100%;
}
.pro_a .pro-tabbox a:last-child {
  border-right: none;
}
.pro_a .moreBtn {
  width: 100%;
  height: 44px;
  background-color: #005aa1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-top: 40px;
}
.pro_a .moreBtn img {
  margin-left: 12px;
  position: relative;
  top: -2px;
}
.npro{
  width: 100%;
  padding: 3% 0;
}
.npro .nprom{
  display: flex;
  justify-content: space-between;
}
.npro .nprom .nprol{
  width: 40%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.npro .nprom .nprol img{
  width: 100%;
  transition-duration: 1s;
}
.npro .nprom .nprol img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.npro .nprom .npror{
  width: 50%;
  padding-top: 5%;
}
.npro .nprom .npror h2{
  font-size: 26px;
  color: #333;
}
.npro .nprom .npror h3{
  font-size: 16px;
  color: #999;
  margin: 18px 0;
  font-weight: normal;
}
.npro .nprom .npror .xian{
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #ddd;
}
.npro .nprom .npror .npronr{
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 50px;
}
.npro .nprom .npror .npronr .p{
  padding-left: 15px;
  background: url(../images/dian.png) no-repeat left;
}
.npro .nprom .npror .nproa{
  font-size: 15px;
  color: #fff;
  background: #990002;
  padding: 16px 40px;
  display: inline-block;
  border-radius: 50px;
}
.npro .nprom .npror .nproa{
  font-size: 15px;
  color: #fff;
  background: #990002;
  padding: 17px 45px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.3s;
}
.npro .nprom .npror .nproa:hover{
  transform: translateY(-3px);
}
.nprom .npror .nprobox{
  background: #ffffff;
  padding: 5%;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}
.nprom .npror .nprobox .nprotit{
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.nprom .npror .nprobox .nprotit h2{
  font-size: 22px;
  color: #333;
  padding-left: 15px;
  background: url(../images/dian.png) no-repeat left;
}
.nprom .npror .nprobox .npromain img{
  margin: 3px 0;
}


.about_b {
}
.about_b a {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
}
.about_b a:nth-child(3n) {
  margin-right: 0%;
}
.about_b a .imgbox {
  overflow: hidden;
  height: 335px;
}
.about_b a .imgbox img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
  height: 100%;
}
.about_b a .textbox {
  position: relative;
  background: #f5f5f5;
}
.about_b a .textbox .indiv {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 25px 0 27px;
}
.about_b a .textbox .indiv * {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.about_b a .textbox .indiv .cn {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
}
.about_b a .textbox .indiv .en {
  color: #aaaaaa;
}
/*.about_b a .textbox::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #990002;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 0;
}*/
.about_b a:last-child {
  margin-right: 0;
}
.about_b a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.about_b a:hover .textbox .indiv .cn {
  color: #990002;
}
.about_b a:hover .textbox .indiv .en {
  color: rgba(255, 255, 255, 0.5);
}
/*.about_b a:hover .textbox::after {
  height: 100%;
}*/



.nprolist {
  width: 100%;
  overflow: hidden;
}
.nprolist a {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
}
.nprolist a:nth-child(3n) {
  margin-right: 0%;
}
.nprolist a .imgbox {
  overflow: hidden;
}
.nprolist a .imgbox img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.nprolist a .textbox {
  position: relative;
  background: #fff;
}
.nprolist a .textbox .indiv {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 25px 0 27px;
}
.nprolist a .textbox .indiv * {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.nprolist a .textbox .indiv .cn {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
}
.nprolist a .textbox .indiv .en {
  color: #aaaaaa;
}
.nprolist a .textbox::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #990002;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 0;
}
.nprolist a:last-child {
  margin-right: 0;
}
.nprolist a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.nprolist a:hover .textbox .indiv .cn {
  color: #fff;
}
.nprolist a:hover .textbox .indiv .en {
  color: rgba(255, 255, 255, 0.5);
}
.nprolist a:hover .textbox::after {
  height: 100%;
}
.pro_b .swiperbox {
  padding: 0 90px;
  position: relative;
}
.pro_b .swiperbox .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.2);
     -moz-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.2);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  z-index: 20;
  margin-top: -30px;
}
.pro_b .swiperbox .btn:hover {
  background: #990002;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.pro_b .swiperbox .prev_pro {
  left: 0px;
}
.pro_b .swiperbox .next_pro {
  right: 0px;
}
.pro_b #debox {
  padding: 95px 0 150px;
}
.pro_b #debox .swiper-slide {
  position: relative;
}
.pro_b #debox .swiper-slide .imgbox {
  border: solid 1px #e5e5e5;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pro_b #debox .swiper-slide .imgbox img {
  width: 100%;
}
.pro_b #debox .swiper-slide .text {
  position: absolute;
  bottom: -150px;
  width: 100%;
  opacity: 0;
  text-align: center;
}
.pro_b #debox .swiper-slide-active .imgbox {
  -webkit-transform: scale(2.125);
     -moz-transform: scale(2.125);
      -ms-transform: scale(2.125);
          transform: scale(2.125);
  border-color: #990002;
}
.pro_b #debox .swiper-slide-active .text {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  color: #444444;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
}
.pro_c {
  padding-bottom: 4%;
}
.pro_c .tabbox {
  margin-bottom: 40px;
}
.pro_c .tabbox .tab {
  width: 240px;
  text-align: center;
  line-height: 60px;
  color: #444444;
  background-color: #f5f5f5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  float: left;
  font-size: 16px;
  cursor: pointer;
}
.pro_c .tabbox .tab::after {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../images/down_jt_2.png) no-repeat;
  left: 50%;
  bottom: 0px;
  margin-left: -6px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pro_c .tabbox .act-tab {
  background-color: #990002;
  color: #fff;
}
.pro_c .tabbox .tab:hover {
  color: #fff;
  background: #990002;
}
.pro_c .tabbox .act-tab::after {
  bottom: -6px;
  opacity: 1;
}
.pro_c .contbox .box {
  display: none;
  padding: 68px 100px 100px 100px;
  background-color: #f5f5f5;
  border: solid 1px #e5e5e5;
}
.pro_c .contbox .box .tlbox {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 48px;
  margin-bottom: 40px;
}
.pro_c .contbox .box .tlbox .tl {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pro_c .contbox .box .tlbox .te {
  line-height: 24px;
  color: #666666;
  margin-top: -5px;
}
.pro_c .contbox .box .tlbox .bzbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pro_c .contbox .box .tlbox .bzbox .bz {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  width: 20%;
  height: auto;
  -webkit-border-radius: 3px 3px 3px 14px;
     -moz-border-radius: 3px 3px 3px 14px;
          border-radius: 3px 3px 3px 14px;
  background: #005aa1;
  margin-right: 30px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
}
.pro_c .contbox .box .tlbox .bzbox .bz span {
  display: block;
  color: #fff;
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(2) {
  background: rgba(0, 90, 161, 0.95);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(3) {
  background: rgba(0, 90, 161, 0.9);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(4) {
  background: rgba(0, 90, 161, 0.85);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(5) {
  background: rgba(0, 90, 161, 0.8);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(6) {
  background: rgba(0, 90, 161, 0.75);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(7) {
  background: rgba(0, 90, 161, 0.7);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(8) {
  background: rgba(0, 90, 161, 0.65);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(9) {
  background: rgba(0, 90, 161, 0.6);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(10) {
  background: rgba(0, 90, 161, 0.55);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(11) {
  background: rgba(0, 90, 161, 0.5);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(12) {
  background: rgba(0, 90, 161, 0.45);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(13) {
  background: rgba(0, 90, 161, 0.4);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(14) {
  background: rgba(0, 90, 161, 0.35);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(15) {
  background: rgba(0, 90, 161, 0.3);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(16) {
  background: rgba(0, 90, 161, 0.25);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(17) {
  background: rgba(0, 90, 161, 0.2);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(18) {
  background: rgba(0, 90, 161, 0.15);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(19) {
  background: rgba(0, 90, 161, 0.1);
}
.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(20) {
  background: rgba(0, 90, 161, 0.05);
}
.pro_c .contbox .box .tlbox .bzbox .bz::after {
  left: 100%;
  top: 0;
  content: "";
  width: 30px;
  height: 100%;
  background: url(../images/pro_05.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
.pro_c .contbox .box .tlbox .bzbox .bz:last-child {
  margin-right: 0;
}
.pro_c .contbox .box .tlbox .bzbox .bz:last-child::after {
  display: none;
}
.pro_c .contbox .box .tlbox:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.pro_c .contbox .box:nth-child(1) {
  display: block;
}
.prodetail_2 {
  padding: 0 3.5% 5%;
  color: #666666;
  line-height: 28px;
}
.prodetail_2 span img {
  display: block;
  margin: 0 auto;
  height: auto!important;
  width: 1000px;
}
@media (max-width: 1440px) {
  .pro_a .pro-tabbox {
    margin-bottom: 60px;
  }
  .pro_a .pro-tabbox a {
    line-height: 42px;
  }
  .pro_b #debox .swiper-slide-active .text {
    font-size: 20px;
  }
  .pro_c .contbox .box {
    padding: 50px 60px 80px 60px;
  }

  .about_b a .imgbox {
    height: 300px;
  }
}
@media (max-width: 1366px) {
  .pro_c .contbox .box .tlbox .bzbox .bz {
    -webkit-border-radius: 2px 2px 2px 10px;
       -moz-border-radius: 2px 2px 2px 10px;
            border-radius: 2px 2px 2px 10px;
    font-size: 12px;
  }

  .about_b a .textbox .indiv {
    padding: 24px 0;
  }
  .nprolist a .textbox .indiv {
    padding: 24px 0;
  }
}
@media (max-width: 1280px) {
  .pro_a .pro-tabbox {
    margin-bottom: 40px;
  }
  .pro_a .pro-ul a .tlbox {
    width: 370px;
  }
  .pro_a .pro-ul a .tlbox .cn {
    font-size: 16px;
  }
  .pro_a .pro-ul a .te {
    padding-right: 5%;
    overflow: hidden;
  }
  .pro_b #debox .swiper-slide-active .text {
    font-size: 18px;
  }
  .about_b a .textbox .indiv .en {
    font-size: 12px;
  }
  .nprolist a .textbox .indiv .en {
    font-size: 12px;
  }
  .nprom .nprol{
    width: 22%;
  }
  .nprom .npror {
    width: 75%;
  }
  .nprom .nprol .pnavlist{
    top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .npro .nprom .npror{
    padding-top: 2%;
  }
  .npro .nprom .npror h2{
    font-size: 24px;
  }
  .npro .nprom .npror .xian{
    margin: 20px 0;
  }
  .npro .nprom .npror .npronr{
    font-size: 15px;
  }
  .pro_a .pro-tabbox a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .about_b a .textbox .indiv .cn {
    font-size: 16px;
  }
  .about_b a .textbox .indiv .en {
    font-size: 12px;
  }
  .about_b a .imgbox {
    height: 210px;
  }
  .about_b a .imgbox img{
  }
  .nprolist a .textbox .indiv .cn {
    font-size: 16px;
  }
  .nprolist a .textbox .indiv .en {
    font-size: 12px;
  }
  /*.nprolist a .imgbox img{
    height: 150px;
  }*/
}
@media (max-width: 768px) {

  .npro{
    width: 100%;
    padding: 5% 0;
  }
  .npro .nprom{
    display: inline-block;
  }
  .npro .nprom .nprol{
    width: 100%;
  }
  .npro .nprom .npror{
    width: 100%;
    margin-top: 5%;
  }
  .npro .nprom .npror h2{
    font-size: 22px;
  }
  .npro .nprom .npror h3{
    margin: 15px 0;
  }
  .npro .nprom .npror .xian{
    margin: 20px 0;
  }

  .pro_a {
    padding: 50px 0;
  }
  .pro_a .pro-tabbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro_a .pro-tabbox a {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-right: 1px solid #e5e5e5;
  }
  .pro_a .pro-tabbox a:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .pro_a .pro-tabbox a:nth-child(2n) {
    border-right: none;
  }
  .pro_b .swiperbox {
    padding: 0;
    margin-bottom: 40px;
  }
  .pro_b #debox {
    padding: 0;
  }
  .pro_b #debox .swiper-slide-active .imgbox {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin-bottom: 10px;
  }
  .pro_b #debox .swiper-slide-active .text {
    position: static;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    font-size: 16px;
  }
  
  .nprom{flex-wrap: wrap;}
  .nprom .nprol{width: 100%}
  .nprom .npror{width: 100%;margin-bottom: 30px}
  .pro_c {
    padding-bottom: 50px;
  }
  .pro_c .tabbox .tab {
    width: 50%;
    line-height: 44px;
    font-size: 14px;
  }
  .pro_c .contbox .box {
    padding: 30px 20px;
  }
  .pro_c .contbox .box .tlbox {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .pro_c .contbox .box .tlbox .tl {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .pro_c .contbox .box .tlbox .bzbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro_c .contbox .box .tlbox .bzbox .bz {
    width: 49%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .pro_c .contbox .box .tlbox .bzbox .bz:nth-child(2n) {
    margin-right: 0;
  }
  .pro_c .contbox .box .tlbox .bzbox .bz::after {
    display: none;
  }
  .pro_c .contbox .box .tlbox .bzbox::after {
    content: "";
    clear: both;
    position: static;
    height: 0;
    overflow: hidden;
  }
  .about_b a {
    width: 100%;
    margin: 0 0 20px;
  }
  .about_b a .textbox .indiv {
    padding: 20px 0;
  }

  .about_b a .imgbox {
    height: auto;
  }
  .about_b a .imgbox img{
    height: auto;
  }
  .nprolist a {
    width: 100%;
    margin: 0 0 20px;
  }
  .nprolist a .textbox .indiv {
    padding: 12px 0;
  }
  .nprolist a .imgbox img{
    height: auto;
  }
}
