﻿@charset "utf-8";
@import "public.css?v=13443434435663234";


/*#region 产品详情#*/

.columTabs {
  margin-bottom: 25px;
}

.columTabs .tab {
  display: none;
}

.columTabs .table1 {
  display: block;
}

.cooperationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
}



.cooperationWrap .li {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  margin-bottom: 6px;
  width: 12.5%;

}


.cooperationWrap .li a {
  color: #000;
  font-size: 15px;
  /* font-family:Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 5px 6px;
  box-sizing: border-box;
}

.cooperationWrap .swiper-slide .box {
  width: 100%;
  background: #FFF;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 6px;
  line-height: 20px;
  box-shadow: 2px 2px 10px hsla(216, 4%, 74%, .6)
}

.cooperationWrap .swiper-slide .box>div:nth-child(1) {
  width: calc(100% - 45px);
}

.cooperationWrap .swiper-slide .box .img {}

.cooperationWrap .swiper-slide .box img {
  display: block;
  margin: 0 auto;
  /* 正片叠底效果 */
  width: 36px;
  /*正片叠底 */
}



.probandNav {
  display: flex;
  padding-left: 20px;
}

.probandNav .band {
  margin-right: 20px;
  margin-bottom: 20px;
}

.probandNav .band a {
  background: #f5f5f5;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 5px;
  display: block;
}

.probandNav .band a:hover,
.probandNav .band.cur a {
  background: #1c6bba;
  color: #fff;
}

.webapp .probandNav {
  flex-wrap: wrap;
  padding-left: 0;
}

.webapp .probandNav .band {
  margin-right: 10px;
  margin-bottom: 10px;
}

.webapp .probandNav .band a {
  padding: 10px 20px;
}

.searchResult {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  font-size: 38px;
  color: #000;
  font-weight: 600;
  line-height: 38px;
  align-items: center;
}

.searchResult .tips {
  font-size: 20px;
  font-weight: normal;
  color: #8f8f8f;
  line-height: 20px;
  margin-top: 10px;
}

.searchResult .searchResult_right {
  width: 40%;
}

.searchPorUl:nth-child(2n-1) {
  background: #f5f5f5;
}

.searchPorUl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  color: #838383;
  line-height: 28px;
}

.searchPorUl.bigTItle {
  font-size: 22px;
  color: #2c2c2c;
  font-weight: 600;
  padding: 20px 0;
}

.searchPorUl .pli {}

.searchPorUl .pli:nth-child(1) {
  width: 30%;
}

.searchPorUl .pli .picBox {
  display: block;
  margin-right: 10px;
  font-size: 17px;
}

.searchPorUl .pli .picBox {
  display: flex;
  align-items: center;
}

.searchPorUl .pli .picBox img {
  width: 90px;
  margin-right: 10px;
}

.searchPorUl:hover {
  background: #e8e8e8;
  color: #838383;
}

.searchPorUl.bigTItle:hover {
  background: #fff;
  color: #2c2c2c;

}

.twoflort {
  display: flex;
  flex: 1;
}

.twoflort>div {
  flex: 1;
}

.wabapptit {
  display: none;
}

.webapp .twoflort {
  display: block;
}

.webapp .wabapptit {
  display: block;
  font-weight: bold;
  color: #000;
}

.webapp .seartit {
  display: none;
}

.webapp .searchPorUl .pli:nth-child(1) {
  width: 110px;
}

.webapp .searchResult {
  display: block;
  padding: 40px 15px;
}

.webapp .searchResult .searchResult_right {
  width: 100%;
}

.webapp .searchResult_left {
  margin-bottom: 20px;
  text-align: center;
}

.webapp .searchPorUl.bigTItle {
  display: none;
}

.show_left {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.proDetail.nyNewsShow .ShowNewsBox {
  max-width: 86%;
  padding: 0 30px;
}

.show_left .jqzoom {
  width: 30%;
  /* height: 450px; */
  border: 1px solid #e9e9e9;
  box-shadow: 8px 8px 30px hsla(216, 4%, 74%, .3);
}

.show_left .jqzoom a {
  display: block;
}

.show_left .jqzoom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rightbtn {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.rightbtn .cart {
  flex: 1;
  background: #13508d;
  cursor: pointer;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  max-width: 260px;
}

.rightbtn .lx {
  background: #fff;
  color: #13508d;
  border: 1px solid #13508d;
  margin-right: 20px;
  font-size: 18px;
}

.webapp .rightbtn {
  padding-top: 20px;
}

ul.list-h {
  display: flex;
  margin-top: 10px;
}

ul.list-h li {
  margin-right: 8px;
  width: 68px;
}

ul.list-h li:nth-last-child(1) {
  margin-right: 0;
}

ul.list-h li img {
  border: 2px solid #e8e8e8;
  margin: 0 auto;
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  cursor: pointer;
}

ul.list-h li.cur img {
  border: 2px solid #13508d;
}


.show_left .text {
  flex: 1;
  margin-left: 80px;
  position: relative;

}

.ShowProTitle {
  font-size: 34px;
  line-height: 36px;
  color: #1a1a1a;
  margin: 40px auto;
  padding: 0 30px;
  max-width: 86%;
}


.show_left .text h2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  display: inline-block;
  background: #13508d;
  font-weight: normal;
  padding: 8px 18px;
  margin: 20px 0;
}

.show_left .text .parameter {
  line-height: 26px;
  font-size: 16px;
  color: #6f6f6f;
}

.show_left .text .Tel {
  line-height: 36px;
  font-size: 18px;
  color: #232323;
  margin-bottom: 15px;
}


.meuCont {
  display: none;
  font-size: 16px;
  line-height: 32px;
}

.meuCont .caseList li .box {
  margin: 0 7px;
}

.meuCont img {
  margin-bottom: 30px;
  max-width: 100%;
}

.proproperty {
  color: #1a1a1a;
  margin: 40px 0 20px;
  width: auto;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

.proproperty li {
  background: #e6e6e6;
  cursor: pointer;
  color: #000;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 8px 20px;
  font-size: 16px;
}

.proproperty li.cur {
  background: #13508d;
  color: #fff;
}

.procontent img {
  max-width: 100%;
}

.webapp .show_left {
  flex-direction: column;
}

.webapp .show_left .jqzoom {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  min-height: calc(100vw - 32px);
}

.webapp .show_left .text {
  margin: 20px 0 0;
}

.webapp .show_left .text h1 {
  font-size: 28px;
  line-height: 30px;
}

.webapp ul.list-h li {
  width: 48px;
}

.webapp .proproperty li {
  font-size: 14px;
  padding: 6px 16px;
}

/* .proDetail {
  padding: 0px 0 40px;
} */

.proDetail {
  max-width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.proDetail .proBoxLeft {
  float: left;
  width: 320px;
  position: sticky;
  top: 110px;
}


.proDetail .proBoxRight {
  margin: 0 0 0 370px;
}

/*#endregion#*/

/*#region 产品列表#*/
.Pro_ul_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Pro_ul_list li {
  width: 25%;
  margin: 0 0 40px;
  box-sizing: border-box;
  padding: 0 16px;

}

.Pro_ul_list li .box {
  border: 1px solid #f2f2f2;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 4px;
  box-shadow: 0 2px 15px rgb(155 155 155 / 6%), 0 5px 15px rgb(155 155 155 / 10%);
}

.Pro_ul_list li .pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.Pro_ul_list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Pro_ul_list li:hover .pic img {
  transform: scale(1.1);
}

.Pro_ul_list li:hover .box {
  /* border-color: #13508d; */
}

.Pro_ul_list li .text {
  width: auto;
  display: block;
  font-size: 16px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.Pro_ul_list li .text .bt {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}



.Pro_ul_list li .text .btfot {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.Pro_ul_list li .text .btfot {
  color: #d6d6d6;
  font-size: 12px;
}

.Pro_ul_list li .text .btfot .v {
  background: url("../images/i02.png") left center no-repeat;
  padding-left: 25px;
}

.webapp .Pro_ul_list li .text .bt {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}

.webapp .Pro_ul_list {
  width: 100%;
  /* padding: 0 10px; */
  box-sizing: border-box;
}

.webapp .Pro_ul_list li {
  width: 50%;
  margin: 0 0 20px;
  padding: 0;
  transition: 0s;
}

.webapp .Pro_ul_list li .box {
  margin: 0 5px;
}

.webapp .Pro_ul_list li .pic {
  height: calc((100vw / 2) - 32px);
  max-height: 300px;
}

/*#endregion#*/

/*#region 产品列表框架#*/

.nylocLeftBox {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 10;
}

.nylocLeftBox ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* .nylocLeftBox ul li {
  flex: 1;
} */

.nylocLeftBox ul li a {
  /* padding: 20px 0; */
  /* font-size: 16px;
  display: block;
  position: relative;
  text-align: center; */
}

.nylocLeftBox ul li a.cur {
  color: #13508d !important;
}

.nylocLeftBox ul>li>a.cur::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40%;
  margin: auto;
  height: 2px;
  background: #13508d;
}

.nylocLeftBox ul>li>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  margin: auto;
  height: 40%;
  top: 0;
  margin: auto;
  background: #ccc;
}

.webapp .nylocLeftBox ul li a::before {
  display: none;
}

.nylocLeftBox ul li:nth-last-child(1) a::before {
  width: 0;
}

.webapp .nylocLeftBox ul {
  flex-wrap: wrap;
  padding: 10px 5px;
  width: auto;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
}

.webapp .nylocLeftBox ul li {
  margin: 0;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.webapp .nylocLeftBox ul li a {
  padding: 0 0;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  font-size: 14px;
  white-space: nowrap;
  justify-content: flex-start;
}

.webapp .nylocLeftBox ul li a::after {
  display: none;
}

.webapp .nylocLeftBox ul>li>a {
  font-size: 16px;
  padding: 5px 0;
  font-weight: bold;
}

.threeNav {}

.proListBox {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  /* overflow: hidden; */
}

.proListBox .nyLeft {
  width: 250px;
  background: #fff;
}

.proListBox .nyRightnewpro {
  flex: 1;
  padding-left: 15px;
}

.proListBox .nyRightnewpro .sortTile {
  font-size: 26px;
  margin-bottom: 20px;
  padding-left: 16px;
  color: #13508d;
}

.webapp .proListBox {
  flex-wrap: wrap;
  padding-top: 20px;
}

.webapp .proListBox .nyRightnewpro .sortTile {
  padding: 20px 0;
}

.webapp .proListBox>div {
  width: 100%;
  padding: 0;
}

.myshowiper {
  padding-bottom: 40px;
  width: 100%;
}

.pro-content {
  padding: 24px 0 0;
  line-height: 24px;
  font-size: 17px;
  color: #666;
}

.pro-content p {
  margin-bottom: 25px;
}

.pro-content a[href*="maito"] {
  color: #037214;
  text-decoration: underline;
}

.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.pro-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #DCDCDC;
  line-height: 24px;
  color: #484848;
  font-size: 14px;
}

.pro-content table tr>th {
  padding: 10px 20px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #DCDCDC;
  text-align: center;
  background: #f9f9f9;
}

.pro-content table tr>td {
  padding: 10px 20px;
  border: 1px solid #DCDCDC;
  text-align: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



.pronrtit {
  height: 48px;
  padding: 70px 0 0;
  border-bottom: 1px solid #ccc;
}

.pronrtit h5 {
  border-left: 3px solid var(--active-color);
  padding: 0 0 0 12px;
  color: #111;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.ProductInfor {
  padding-top: 20px;
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

.ProductInfor img {
  max-width: 100%;
}

.pro-feature li {
  font-size: 18px;
}

.pro-feature li+li {
  margin-top: 14px;
}

.MarketingBox {
  box-sizing: border-box;
  width: 100%;
  /* max-width: 1400px; */
}

.MarketingBox .pronrtit {
  margin-bottom: 30px;
}

.MarketingBox img {
  width: 100%;
}

.MarketingBox .list {
  position: relative;
}

.MarketingBox .swiper-slide {
  text-align: center;
}

.MarketingBox .swiper-slide img {
  width: 100%;
}

.MarketingBox .swiper-slide h6 {
  font-size: 18px;
  color: #212121;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 27px 0 0;
}

.MarketingBox .bot {
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  line-height: normal;
}

.MarketingBox .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

.MarketingBox .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #C9D2D7;
}

.MarketingBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #13508d;
  top: 0;
  height: 2px;
}

.MarketingBox .bot .page {
  font-size: 0;
}

.MarketingBox .swiper-button-prev,
.MarketingBox .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: none;
  margin-top: 0;
  text-align: center;
  color: #13508d;
  display: inline-block;
  border-radius: 0;
}

.MarketingBox .swiper-button-next::after,
.MarketingBox .swiper-button-prev::after {
  display: none;
}

.MarketingBox .swiper-button-prev i,
.MarketingBox .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block;
}

.MarketingBox .swiper-button-prev,
.MarketingBox .swiper-container-rtl .swiper-button-next {}

.MarketingBox .swiper-button-next,
.MarketingBox .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px;
}

.MarketingBox .swiper-button-prev:hover,
.MarketingBox .swiper-button-next:hover {
  color: var(--active-color);
}



/***********nav*******/
.nylocLeftBox .nav {
  z-index: 10;
  /* position: absolute;
  right: 80px;
  top: 0;
  bottom: 0; */
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: content;
  -ms-justify-content: content;
  -webkit-justify-content: content;
  justify-content: content;
}

.nylocLeftBox .nav li {
  text-align: center;
  position: relative;
  flex: 1;
  height: 100%;
}

.nylocLeftBox .nav li>a {
  text-transform: uppercase;
  /* width: 120px; */
  font-size: 18px;
  /* font-weight: bold; */
  padding: 25px 25px;
  color: #303030;
  display: block;
  white-space: nowrap;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* text-shadow: 2px 2px 2px rgba(65, 65, 65, 0.8); */
}

.nylocLeftBox .nav li:hover>a,
.nylocLeftBox .nav li>.cur {
  color: #13508d;
  /* font-weight: 700; */
  /* text-shadow: 2px 2px 2px rgba(128, 234, 255, 0.8); */
}

.nylocLeftBox .xlxxx {
  position: absolute;
  left: 0%;
  right: 0;
  /* min-width: 200px; */
  z-index: 100;
  /* transition-property: display;
  transition-duration: 0.5s;
  transition-delay: 1s;
  transition: 0.5s; */
  visibility: hidden;
  /* overflow: hidden; */
  /* top: 80px; */
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
  transform: translateY(100px);
}


.nylocLeftBox .ProBoxxxWrap {
  background: #fff;
  text-align: center;
  /* width: 140px; */
  z-index: 100;
  margin: auto;
  /* transition: 0.5s; */
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  overflow: hidden;
}

.nylocLeftBox .ProBoxxxWrap .ProBox {
  margin: 0 auto;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T a {
  display: block;
  height: 40px;
  text-align: center;
  text-transform: capitalize;
  line-height: 40px;
  color: #5a5a5a;
  /* padding-left: 20px; */
  font-size: 14px;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T a:hover {
  color: #3383e5;
}

.nylocLeftBox .nav li:hover .xlxxx {
  transform: translate(0px);
  visibility: visible;
}

/* .nylocLeftBox .nav li:hover .ProBoxxxWrap {
  visibility: visible;
  transform: translate(0px);
} */


.nylocLeftBox .nav li:hover>a:after,
.nylocLeftBox .nav li>.cur:after {
  width: 60px;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T:nth-child(1) {
  margin-top: 10px;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T:nth-last-child(1) {
  margin-bottom: 10px;
}


.nylocLeftBox #nav_2 .xlxxx {
  left: 0;
  width: 220px;
}


.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox {
  padding: 15px 0 15px 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T {
  /* float: left; */
  width: 100%;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T a {
  /* width: 160px; */
  padding-left: 0;
  text-align: left;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T:nth-child(1) {
  margin-top: 0;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T:nth-last-child(1) {
  margin-bottom: 0;
}


.webapp .nylocLeftBox .xlxxx {
  position: relative;
  visibility: visible;
  transform: translateY(0);
  top: 0;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T {
  position: relative;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T a {
  text-align: left;
  padding-left: 15px;
  position: relative;
}

.webapp .nylocLeftBox {
  border-bottom: 0;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #999;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T:nth-child(1) {
  margin-top: 0px;
}

.webapp .nylocLeftBox .ProBoxxxWrap {
  transform: translateY(0%);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(128, 128, 128, 0);
  box-shadow: 0 0 0 rgba(128, 128, 128, 0);
}

/*#endregion#*/
/*#endregion #*/
.nyRightnewpro .tabsBox .tab {
  display: none;
}


.webapp .tabsBox {
  min-height: 300px;
}

.nyabprobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0;
  padding-left: 16px;
}

.nyabprobox>div {
  font-size: 16px;
  line-height: 28px;
  width: 48%;
}

.nyabprobox>div.nyaboutimg {
  /* flex: 1; */
}

.nyabprobox>div.nyaboutimg img {
  max-width: 100%;
}

.nyabprobox .nyabouttext {
  /* width: 50%; */
}

.nyabprobox .nyabouttext .bt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.nyabprobox .nyabouttext .strong {
  font-weight: bold;
  margin-bottom: 6px;
}

.nyabprobox .nyabouttext p {
  margin-bottom: 10px;
}

.webapp .nyabprobox {
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
}

.webapp .nyabprobox>div {
  margin-right: 0;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
}

.webapp .nyabprobox>div.nyaboutimg {
  margin: 10px 0;
}




.pro_view {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}

.pro_img {
  width: 450px;
}

.pro_img .view {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  position: relative;
}

.pro_img .view .swiper-slide {
  position: relative;
}

.pro_img .view .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.pro_img .view .swiper-slide img {
  width: 100%;
}

.pro_img .view .swiper-slide a.v::after {
  content: "";
  background: url(../images/v2.png) no-repeat center center;
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 30px;
  bottom: 20px;
}


.pro_img .preview {
  margin: 12px 0 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.pro_img .preview .swiper-wrapper {}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 0;
  position: relative;
}

.pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #141414;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.pro_img .preview .swiper-slide .pic {
  border: 2px solid #D9D9D9;
  padding: 2px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.pro_img .preview .swiper-slide .pic img {
  width: 100%;
  display: block;
}

.pro_img .preview .active-nav .pic {
  border-color: #141414;
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_img .preview .arrow-left,
.pro_img .preview .arrow-right {
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: auto;
  height: 50px;
  z-index: 10;
  text-align: center;
}

.pro_img .preview .arrow-left {
  left: 0;
}

.pro_img .preview .arrow-right {
  right: 0;
}

.pro_img .preview .arrow-left i,
.pro_img .preview .arrow-right i {
  color: #666;
  font-size: 20px;
  line-height: 50px;
}

.pro_img .preview .arrow-left:hover i,
.pro_img .preview .arrow-right:hover i {
  color: var(--active-color);
}


.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 5%;
}

.pro_view_inner h1 {
  font-size: 26px;
  line-height: 37px;
  color: #212121;
  font-family: Arial, Helvetica, sans-serif;
}

.pro_view_inner .jscs {
  font-size: 20px;
  margin: 10px 0 0;
  line-height: 37px;
  color: #212121;
  font-family: Arial, Helvetica, sans-serif;
}

.pro_view_inner hr {
  height: 1px;
  width: 100%;
  background: #EDEDED;
  margin: 28px 0 34px;
  border: 0;
}

.pro_view_inner .para {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 9px;
}

.pro_view_inner .para ul li {
  background: url(../images/dot2.png) no-repeat left 8px;
  padding: 0 0 0 30px;
}

.pro_view_inner .para ul li+li {
  margin-top: 14px;
}

.pro_view_inner table {
  width: 100%;
}

.pro_view_inner table td {
  /*! border-bottom: 1px solid #dddddd; */
  padding: 5px;
  border: 1px solid #dedede;
}

.pro_view_inner .pro_btn {}

.pro_view_inner .pro_btn .book {
  margin: 10px 0 0;
  width: 183px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: var(--btn-bg);
}

.pro_view_inner .pro_btn .book i {
  vertical-align: middle;
  margin-left: 5px;
}

.pro_view_inner .pro_btn .book:hover {
  opacity: 0.7;
}

.pro_view_inner .pro_btn .pdf {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #FF6550;
  margin-left: 20px;
}

.webapp .pro_view {
  display: block;
}

.webapp .pro_view_inner {
  margin: 0;
}

.webapp .pro_view_inner h1 {
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.webapp .pro_view_inner hr {
  margin: 15px 0;
}

.webapp .pronrtit {
  padding-top: 40px;
}

.webapp .proDes .col-sm-4 {
  width: 100%;
}

.proBoxLeft h3 {
  height: 55px;
  line-height: 55px;
  padding: 0 0 0 20px;
  background: #1c6bba;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.webapp .proBoxLeft h3::after {
  font-family: "qico";
  content: "\e727";
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.webapp .proBoxLeft h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.sidemenu {
  background: #fff;
  margin: 0 0 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
}

.webapp .sidemenu>ul {
  display: none;
}

.sidemenu>ul>li {
  margin-top: 5px;
}

.sidemenu>ul>li h5 {
  display: block;
  padding: 14px 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}

.sidemenu>ul>li h5 a {
  display: block;
  padding: 0 40px 0 0;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.sidemenu>ul>li h5 a:hover {
  color: var(--active-color);
}

.sidemenu>ul>li h5 span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 25px;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.sidemenu>ul>li h5 span::after {
  font-family: "qico";
  content: "\e7eb";
  font-size: 18px;
  /* display: inline-block; */
  transition: all 0.3s ease 0s;
}

.parent-active h5 a {
  color: #13508d !important;
  font-weight: bold;
}

.childNavs .list {
  padding: 0 20px;
}

.childNavs .list a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
}

.childNavs .list .cur {
  color: #13508d;
}

.webapp .sidemenu>ul>li h5 {
  padding: 10px 20px;
}

.sidemenu>ul>li ul {
  display: none;
}

.sidemenu>ul>li ul li {
  line-height: 24px;
  border-bottom: 2px solid #F1F1F3;
  background: #fff;
  margin: 0 20px;
  position: relative;
}

.sidemenu>ul>li ul li:last-child {
  border-bottom: none;
}

.sidemenu>ul>li ul li>span {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.sidemenu>ul>li ul li>span::after {
  font-family: "qico";
  content: "\e7eb";
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.sidemenu>ul>li>ul>li>a {
  font-size: 16px;
  display: block;
  color: #484848;
  padding: 10px 40px 10px 15px;
  text-transform: capitalize;
}

.sidemenu>ul>li>ul>li.active>a,
.sidemenu>ul>li>ul>li>a:hover {
  color: var(--active-color);
}

.sidemenu>ul>li ul li.active>span i {
  transform: rotate(180deg);
}

.sidemenu>ul>li>ul>li>ul>li {
  margin: 0 15px;
}

.sidemenu>ul>li>ul>li>ul>li a {
  font-size: 15px;
  display: block;
  color: #666;
  padding: 10px 10px 10px 15px;
}

.sidemenu>ul>li>ul>li>ul>li a:hover,
.sidemenu>ul>li>ul>li>ul>li.active a {
  color: #009148;
}

.sidemenu>ul>li.active h5 {
  color: var(--active-color);
  border-bottom: 1px solid #e2e2e2;
}

.sidemenu>ul>li.active h5>span::after {
  transform: rotate(180deg);
}

.sidemenu>ul>li.active h5>a {
  color: var(--active-color);
}

#P_application p {
  font-size: 18px;
  margin-bottom: 15px;
}

.pro-list ul li {
  display: flex;
  box-shadow: .5em .5em 1em rgba(0, 0, 0, .1);
}

.pro-list ul li+li {
  margin-top: 80px;
}

.pro-list ul li .pic {
  display: block;
  width: 520px;
  position: relative;
  overflow: hidden;
}

.pro-list ul li .pic>img {
  width: 100%;
  display: block;
  transition: transform .5s;
  -webkit-transition: transform .5s;
}

.pro-list ul li .txt {
  flex: 1;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.pro-list ul li .txt h5 a {
  font-size: 34px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 6px 0 0;
  transition: all 0.3s ease 0s;
}

.pro-list ul li .txt h5::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #13508d;
  margin: 23px auto 0 0;
  display: block;
  border-radius: 2px;
}

.pro-list ul li .txt p {
  margin-top: 45px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.pro-list ul li .txt .more {
  display: inline-block;
  width: 205px;
  line-height: 48px;
  text-align: center;
  background: #13508d;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.3s ease 0s;
}

.pro-list ul li .txt .more:hover {
  background: #b70002;
}

.pro-list ul li:hover .pic>img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.pro-list ul li:hover .txt h5 {
  color: var(--active-color);
}

.proDes .row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

.proDes .col-sm-4 {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.proDes p {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 10px;
  height: 100%;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}

.proDes img {
  width: 100%;
  display: block;
}

.proDes p strong {
  color: #212121;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.proDes p:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.webapp .pro-list ul li .txt .more {
  width: 100%;
  margin-top: 15px;
}

.webapp .pro-list ul li {
  display: block;
}

.webapp .pro-list ul li .pic {
  width: 100%;
}

.webapp .pro-list ul li .txt {
  padding: 20px;
  text-align: center;
}

.webapp .pro-list ul li .txt h5 a {
  font-size: 20px;
}

.webapp .pro-list ul li .txt h5::after {
  margin: 20px auto;
}

.webapp .pro-list ul li .txt p {
  margin-top: 20px;
}

@media screen and (max-width: 1600px) {
  .pro-list ul li .pic {
    width: 420px;
  }

  .cooperationWrap .li {
    width: 14.28%;
  }

  .pro_img {
    width: 360px;
  }
}

@media screen and (max-width: 1500px) {

  .cooperationWrap .li {
    width: 16.66%;
  }

  .probandNav .band {
    margin-right: 10px;
  }

}

@media screen and (max-width: 1300px) {
  .pro-list ul li .pic {
    width: 300px;
  }

  .cooperationWrap .li {
    width: 20%;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {
  .cooperationWrap .li {
    width: 50%;
  }

  .cooperationWrap {
    padding: 0 0;
  }
}

.webapp .pro_img {
  width: 100%;
}