.pro_a {
  background: url(../image/pro_03.jpg) no-repeat center top ;
  /* background-color: #e8e8e8; */
  padding: 6.25% 0;
  background-size: cover;
}
.pro_a .wrap {
  position: relative;
}
.pro_a .wrap .pronavbox {
  position: absolute;
  right: 0;
  top: 0;
}
.pro_a .wrap .pronavbox a {
  float: left;
  width: 240px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.03);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 78px;
  color: #ffffff;
  font-size: 18px;
  margin-right: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pro_a .wrap .pronavbox a:last-child {
  margin-right: 0;
}
.pro_a .wrap .pronavbox a:hover,
.pro_a .wrap .pronavbox .actA {
  background-color: #bc0715;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-color: #bc0715;
}
.pro_a .mktitle {
  margin-bottom: 3.375%;
}
.pro_a .conbox {
  padding: 5%;
  background: #fff;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
.pro_a .conbox .proli {
  width: 47.9166%;
  float: left;
  height: 315px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: solid 1px #e5e5e5;
  margin: 4.1668% 4.1668% 0 0;
}

.pro_a .conbox .proli .left {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  position: relative;
}

.pro_a .conbox .proli img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  object-fit: cover;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.pro_a .conbox .proli:hover img {

  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);

}



.pro_a .conbox .proli .rt {
  height: 100%;
  float: right;
  -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;
  width: 270px;
  padding: 45px 20px 0 20px;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pro_a .conbox .proli .rt .title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  line-height: 28px;
  height: 56px;
  text-align: justify;
  font-weight: bold;
}
.pro_a .conbox .proli .rt .line {
  width: 20px;
  height: 2px;
  background-color: #e5e5e5;
  margin-bottom: 15px;
}
.pro_a .conbox .proli .rt .text {
  line-height: 24px;
  color: #555555;
  height: 48px;
  margin-bottom: 40px;
}
.pro_a .conbox .proli:nth-child(2n) {
  margin-right: 0;
}
.pro_a .conbox .proli:nth-child(1),
.pro_a .conbox .proli:nth-child(2) {
  margin-top: 0;
}
.pro_a .conbox .proli:hover .rt {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.pro_a .conbox .proli:hover .rt .moreBtn2 {
  background: #0062a7;
}
.pro_b {
  background: url(../image/pro_13.jpg) no-repeat;
  background-size: cover;
}
.pro_b .conbox .indiv {
  border: solid 1px #005999;
  -webkit-border-radius: 4px 4px 0px 0px;
     -moz-border-radius: 4px 4px 0px 0px;
          border-radius: 4px 4px 0px 0px;
}
.pro_b .conbox .indiv .pro_name {
  background-color: #0062a7;
  -webkit-border-radius: 4px 4px 0px 0px;
     -moz-border-radius: 4px 4px 0px 0px;
          border-radius: 4px 4px 0px 0px;
  border: solid 1px #005999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
}
.pro_b .conbox .indiv .pro_name .main {
  font-size: 24px;
  padding: 0 20px;
  border-right: solid 1px rgba(0, 89, 153, 0.6);
}
.pro_b .conbox .indiv .pro_name .te {
  font-size: 18px;
  padding: 0 20px;
}
.pro_b .conbox .indiv .proinfobox {
  padding: 5.5556%;
}
.pro_b .conbox .indiv .proinfobox .inconbox {
  border: solid 1px #e5e5e5;
}
.pro_b .conbox .indiv .proinfobox .tablebox {
  background-color: #f7f7f7;
  -webkit-border-radius: 0px 0px 4px 4px;
     -moz-border-radius: 0px 0px 4px 4px;
          border-radius: 0px 0px 4px 4px;
  padding: 3.125%;
}
.pro_b .conbox .indiv .proinfobox .tablebox .mkbox {
  margin-bottom: 40px;
}
.pro_b .conbox .indiv .proinfobox .tablebox .mkbox h1 {
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: solid 1px #dbdbdb;
  line-height: 48px;
  color: #333333;
  font-size: 18px;
}
.pro_b .conbox .indiv .proinfobox .tablebox .mkbox .smllimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro_b .conbox .indiv .proinfobox .tablebox .mkbox .smllimg img {
  width: 31.666%;
  -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;
}
.pro_b .conbox .indiv .proinfobox .tablebox .mkbox table {
  font-size: 16px;
  color: #555555;
  width: 100%;
  border-collapse: collapse;
}
.pro_b .conbox .indiv .proinfobox .tablebox .mkbox table td {
  height: 50px;
  border: 1px solid  #dbdbdb;
  padding: 4px 20px;
  line-height: 24px;
}
.propagebox a {
  color: rgba(85, 85, 85, 0.8);
}
@media (max-width: 1440px) {
  .pro_a .wrap .pronavbox a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .pro_a .conbox .proli .rt .title {
    font-size: 16px;
  }
  .pro_b .conbox .indiv .pro_name .main {
    font-size: 20px;
  }
  .pro_b .conbox .indiv .pro_name .te {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro_a .conbox .proli {
    height: 260px;
  }
  .pro_a .conbox .proli .rt {
    padding: 30px 20px 0 20px;
  }
  .pro_a .conbox .proli .rt .text {
    margin-bottom: 20px;
  }
  .pro_b .conbox .indiv .pro_name {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 40px;
  }
  .pro_b .conbox .indiv .pro_name .main {
    width: 100%;
    font-size: 18px;
  }
  .pro_b .conbox .indiv .pro_name .te {
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .pro_a .wrap .pronavbox a {
    width: 160px;
  }
  .pro_a .conbox .proli {
    height: 260px;
    width: 100%;
  }
  .pro_a .conbox .proli .left {
    width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .pro_a .conbox .proli .rt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px 20px 0 20px;
  }
  .pro_a .conbox .proli .rt .text {
    margin-bottom: 20px;
  }
  .pro_a .conbox .proli:nth-child(2) {
    margin-top: 4.166%;
  }
  .pro_b .conbox .indiv .proinfobox .tablebox .mkbox table td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .fy {
    background: #0062a7;
    margin: 40px auto;
  }
  .pro_a {
    padding: 60px 0;
  }
  .pro_a .wrap .mktitle {
    margin-bottom: 20px;
  }
  .pro_a .wrap .pronavbox {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro_a .wrap .pronavbox a {
    width: 47.5%;
    margin-right: 5%;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
  }
  .pro_a .wrap .pronavbox a:nth-child(2n) {
    margin-right: 0;
  }
  .pro_a .conbox .proli {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    margin-top: 20px;
  }
  .pro_a .conbox .proli .left {
    width: 100%;
    height: 200px;
  }
  .pro_a .conbox .proli .rt {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .pro_a .conbox .proli .rt .moreBtn2 {
    background: #0062a7;
    margin: 0 auto;
  }
  .pro_a .conbox .proli:nth-child(2) {
    margin-top: 20px;
  }
}



/*lyNy_Products 开始*/
.lyNy_Products{ width:100%; background-color: #1a345a; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyNyPro_Main{ margin:60px auto;}
/*产品中心目录*/
.ny_profl{ position:relative; z-index:99; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_profl1{ padding-bottom:60px;}
.ny_profl .ny_profl_bt{ margin-bottom:30px;}
.ny_profl .ny_profl_bt b{ display:block; font-size:28px; font-weight:400; margin-bottom:5px;}
.ny_profl .ny_profl_bt b a{ color:#cbd8e7;}
.ny_profl .ny_profl_bt p{ font-size:16px; color:#999;}

.ny_profl .swiper-container4{ overflow:hidden; width:92%; margin:0 auto;}
.ny_profl .swiper-button-prev2 ,.ny_profl .swiper-button-next2{ width:34px; height:34px; border-radius:50%;position: absolute; top:10px;}
.ny_profl1 .swiper-button-prev2 ,.ny_profl1 .swiper-button-next2{ width:34px; height:34px; border-radius:50%;position: absolute; top:50px;}
.ny_profl .swiper-button-prev2{left:15px;background:url(../image/ml_prev.png) center center no-repeat; }
.ny_profl .swiper-button-next2{background:url(../image/ml_next.png) center center no-repeat; right:15px;}
.ny_profl .ny_proflli{position:relative;}
.ny_profl .ny_proflli a{box-sizing: border-box;color:#cbd8e7;font-size:18px;padding:0 40px 0 20px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:50px;line-height:50px; position:relative;border-right: 1px solid rgba(255, 255, 255, 0.2);}
.ny_profl .ny_proflli em{ position:absolute; width:50px; height:30px; display:block;background:url(../image/mulu4.png) center center no-repeat; background-size:11px 8px;right:-10px; top:15px;cursor:pointer;}
.ny_profl .ny_proflli.on em{background:url(../image/mulu2.png) center center no-repeat;}
.ny_profl .ny_proflli a span { display:block; width:0; height:1px; overflow:hidden; margin:18px 10px 0 0; padding:0; float:left; background-color:#90b6d1;-webkit-transition: all .5s;-moz-transition: all .25s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s; position:absolute; left:0; bottom:0;}
.ny_profl .ny_proflli a:hover span { width:100%; }
.ny_profl .ny_proflli .erjifl{width:100%;margin-top: 10px;display:none; height:120px; overflow-y:scroll;}
.ny_profl .ny_proflli .erjifl::-webkit-scrollbar-track {
  background: #295089;
}
.ny_profl .ny_proflli .erjifl .erjiflbg{overflow:hidden;}
.ny_profl .ny_proflli .erjifl .erjiflbg a{color: #cbd8e7;border-bottom:0;font-size:15px;width: 100%;float:left;height: 45px;line-height: 45px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:url()0 center no-repeat; position:relative;}
.ny_profl .ny_proflli .erjifl .erjiflbg a:nth-child(2n){ margin-right:0;} 
.ny_profl .ny_proflli .erjifl .erjiflbg a i { display:block; width:0; height:1px; overflow:hidden; margin:18px 10px 0 0; padding:0; float:left; background-color:#2463b2;-webkit-transition: all .5s;-moz-transition: all .25s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s; position:absolute; left:0; bottom:0;}
.ny_profl .ny_proflli .erjifl .erjiflbg a:hover i { width:100%;}
.ny_profl .ny_proflli .erjifl .erjiflbg a:hover{color:#ffffff;}
.ny_profl .ny_proflli a:hover{ border:0; color:#dee7f1;    background-color: #124970;}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ny_profl .swiper-button-prev2{ left:20px;}
.ny_profl .swiper-button-next2{ right:20px;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ny_profl .swiper-button-prev2{ left:20px;}
.ny_profl .swiper-button-next2{ right:20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ny_profl .swiper-button-prev2{ left:20px;}
.ny_profl .swiper-button-next2{ right:20px;}
}
@media (max-width: 767px) {
	.lyNy_Products{ padding:40px 0;}
	.lyNyPro_Main{ margin:40px auto;}
	.ny_profl .ny_profl_bt{ margin-bottom:20px;}
	.ny_profl .swiper-container4{ width:88%;}
.ny_profl{ padding:30px 20px;}
.ny_profl .swiper-button-prev2{ left:0;background-size: 25px 25px; top:130px;}
.ny_profl .swiper-button-next2{ right:0;background-size: 25px 25px; top:130px;}
.ny_profl1 .swiper-button-prev2{left:0;background-size: 25px 25px;  top:50px;}
.ny_profl1 .swiper-button-next2{right:0;background-size: 25px 25px; top:50px;}
}
/*lyNy_Products 结束*/

.prodetail_list { width:100%; height:auto; margin:0; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prodetail_list .mySwiper2 { width: 100%; height:auto; overflow:visible;}
.prodetail_list .mySwiper2 .swiper-slide { opacity: 0.5;}
.prodetail_list .mySwiper2 .swiper-slide-active { opacity: 1;}
.prodetail_list .mySwiper { width:90px; height: 600px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:absolute; top:0; right:0; overflow:visible;}
.prodetail_list .mySwiper .swiper-slide { width: 100%; height:auto !important;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;border:1px solid #fff;box-shadow: 0 10px 20px rgba(20,49,49,0.1);}
.prodetail_list .mySwiper .swiper-slide-thumb-active { border:2px solid #e3dfdf;}

.prodetaillist_con { width:40%; height:auto; margin:0 auto; padding:0; position:relative;}
.prodetaillist_con .prodetaillist_img { width:100%; height:600px; overflow:hidden; margin:0 auto 0; padding:0; position:relative;}
.prodetaillist_con .prodetaillist_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.prodetaillist_con:hover .prodetaillist_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.prodetaillist_minimg {  width:100%; height:90px; overflow:hidden; margin:0 auto; padding:0; position:relative; background:#fff;}
.prodetaillist_minimg img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; }

.prodetail_list .swiper-button-prev, .prodetail_list .swiper-button-next { width:50px!important; height:50px!important; margin:0!important; position:absolute; border-radius:50%; outline:none; border:3px solid #ebebeb;}
.prodetail_list .swiper-button-prev { background:url(../image/jt4.png) center center no-repeat; background-size:20px 20px; left:20%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.prodetail_list .swiper-button-next { background:url(../image/jt5.png) center center no-repeat; background-size:20px 20px; right:20%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.prodetail_list .swiper-button-prev:after, .prodetail_list .mySwiper2 .swiper-rtl .swiper-button-next:after { font-size:0;}
.prodetail_list .swiper-button-next:after, .prodetail_list .mySwiper2 .swiper-rtl .swiper-button-prev:after { font-size:0;}
