.neww {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px 8.33vw;
}

/*clearfix清除浮动*/
.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""
}

.clearfix:after {
  clear: both
}

.news_n {
  width: 15.625vw;
  height: 4.2vw;
  background: #2378e0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 1.4vw 0px;
  text-align: center;
}



.news {
  width: 100%;
  height: auto;
  margin-top: 4.2vw;
}



.new_t {
  width: 100%;
  height: auto;
  margin: 4.2vw 0px 0px;
  padding: 1%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}



.new_t dl {
  float: left;
  width: 30%;
  margin-right: 4%;
  margin-bottom: 4%;
  position: relative;
  height: auto;
  overflow: hidden;
  background: #f9f9f9;
}



.new_t dl.bg {
  margin-right: 0px;
}



.new_t dt {
  height: 200px;
  overflow: hidden;
}



.new_t dt img {
  display: block;
  width: 100%;
  transition: all 1s ease;
}



.new_t dd {
  /* width: 100%; */
  height: 50%;
  overflow: hidden;
  background: #fff;
  padding: 1.6vw 1.04vw;
}



.new_t dd h1 {
  font-size: 0.94vw;
  line-height: 1.25vw;
  color: #333333;
  font-weight: bold;
  transition: all 1s ease;
  margin-bottom: 0.52vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



.new_t dd em {
  display: block;
  position: absolute;
  top: 0px;
  left: 1.04vw;
  background: #2378e0;
  padding: 0.52vw;
  text-align: center;
  line-height: 0.94vw;
  color: #fff;
  font-size: 0.625vw;
}



.new_t dd em i {
  min-height: 2vw !important;
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.67vw;
  line-height: 32px;
  font-weight: bold;
}







.new_t dd p {
  line-height: 1.25vw;
  color: #999;
  font-size: 0.73vw;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



.new_t dd font {
  display: block;
  margin-top: 0.52vw;
  font-size: 0.73vw;
  line-height: 1.25vw;
  color: #333333;
}

.new_t dl {
  transition: all .3s;
}

.new_t dl:hover {
  background: #fff;
  box-shadow: 0px 10px 0.78vw #e3e3e3;
}



.new_t dl:hover dt img {
  transform: scale(1.1);
}



.new_t dl:hover dd h1 {
  color: #2378e0;
}



.new_t dl:hover dd font {
  color: #2378e0;
}



/*.new_t dl:hover{box-shadow:0px 10px 0.78vw #ddd;}*/





.fy {
  clear: both;
  text-align: left;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  margin-bottom: 5.2vw;
}



.fy div {
  clear: both;
  text-align: center;
  font-size: 0;
}



.page-num,
.page-num-current,
.fy div a:hover {
  color: #fff;
  background: #2378e0;
}

.fy div a {
  width: 3vw;
  font-size: 0.94vw;
  color: #999999;
  background: #fff;
  text-align: center;
  height: 3vw;
  line-height: 3vw;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #d2d2d2;
}



.fy div a.next {
  width: 3vw;
  height: 3vw;
  border-right: 1px solid #d2d2d2;
  line-height: 3vw;
  display: inline-block;
  text-align: center;
}



.fy div a.prev {
  width: 3vw;
  height: 3vw;
  border-right: 1px solid #d2d2d2;
  line-height: 3vw;
  display: inline-block;
  text-align: center;
}





.new_t dd span {
  display: none;
}







@media(max-width:1440px) {

  .new_t dd h1 {
    font-size: 15px;
    line-height: 24px;
  }

  .new_t dd p {
    line-height: 24px;
    font-size: 14px;
  }

  .new_t dd font {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }



}

@media(max-width:1024px) {

  .neww {
    padding: 0px 30px;
  }



  .news_n {
    width: 200px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding: 0px 0px;
  }



  .news {
    margin-top: 30px;
  }

  .new_t {
    margin: 30px 0px 0px;
    padding: 0%;
  }



  .new_t dl {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
  }

  .new_t dl.bg {
    margin-right: 2%;
  }

  .new_t dl:nth-child(3n) {
    margin-right: 0px;
  }

  .new_t dd {
    padding: 30px;
  }



  .new_t dd h1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }



  .new_t dd em {
    position: inherit;
    top: 0px;
    right: 0px;
    backgorund: #fff;
    padding: 10px 0px;
    line-height: 18px;
    font-size: 12px;
    left: 0;

    background: #fff;
    color: #333;
    text-align: left;
  }



  .new_t dd em i {
    min-height: auto !important;
    font-size: 12px;
    line-height: 18px;
    display: inline;
    border: 0px;
    color: #333;
    margin-right: 5px;
  }







  .new_t dd p {
    line-height: 24px;
    font-size: 14px;
    height: 48px;
  }



  .new_t dd font {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }





  .fy {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-top: 0px;
    margin-bottom: 30px;
  }



  .fy div a {
    width: 40px;
    margin-right: 0px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }



  .fy div a.next {
    width: 40px;
    margin-right: 0px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }



  .fy div a.prev {
    width: 40px;
    margin-right: 0px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }



  .fy div a.current {
    width: 40px;
    margin-right: 0px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }







}







@media(max-width:768px) {

  .neww {
    padding: 0px 15px;
  }



  .new_t dd {
    padding: 15px 0px;
  }



  .new_t dd h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }



  .new_t dl {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }



  .new_t dd p {
    height: auto;
    margin-bottom: 0px;
  }



  .new_t dd em {
    display: none;
  }



  .new_t dd span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    display: inline;
    border: 0px;
    color: #333;
  }





}



@media(max-width:414px) {}



/*****新闻 end*****/





/****新闻详情 begin****/



.newsss {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 5.2vw 12.5vw;
  background: #f9f9f9;
}

.new_xq {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.new_x {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.new_x h2 {
  font-size: 1.25vw;
  line-height: 2vw;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.625vw;
}

.new_x font {
  display: block;
  font-size: 0.73vw;
  line-height: 1.25vw;
  color: #666666;
}

.newxq {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 2vw 0px;
  padding: 2vw 0px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}

.newxq p {
  font-size: 0.83vw;
  line-height: 1.875vw;
  color: #666;
  margin-bottom: 0.78vw;
}

.new_xq1 {
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
}

.news_sx {
  clear: both;
  width: 100%;
  height: auto;
}

.news_sx p a {
  display: block;
  font-size: 0.83vw;
  line-height: 1.875vw;
  color: #4c4c4c;
}

.news_sx p a:hover {
  color: #194e47
}

.fh {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}

.fh img {
  max-width: 100%;
  vertical-align: middle;
  cursor: pointer;
}

@media(max-width:1440px) {

  .new_x h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .new_x font {
    font-size: 12px;
    line-height: 12px;
  }

  .newxq p {
    font-size: 14px;
    line-height: 24px;
  }

  .news_sx p a {
    font-size: 14px;
    line-height: 24px;
  }

}

@media(max-width:1024px) {

  .newsss {
    padding: 30px;
  }

  .newsss {
    padding: 10px 0px;
  }

  .new_xq h2 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }

  .new_xq font {
    font-size: 12px;
    line-height: 18px;
  }

  .newxq p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .new_xq1 {
    position: relative;
    margin-bottom: 0px;
  }

  .fh {
    border-radius: 20px;
    right: 30px;
    top: 12px;
  }

  .news_sx p a {
    font-size: 12px;
    line-height: 24px;
  }

}



@media(max-width:768px) {

  .newsss {
    padding: 15px;
  }

  .new_xq h2 {
    font-size: 15px;
    line-height: 24px;
    border-bottom: 0px;
  }

  .fh {
    position: absolute;
    top: 45px;
    right: 0px;
  }

}

@media(max-width:414px) {}





/*******新闻详情 end*********/

/* =====================产品中心样式======================== */
.pro_bg {
  background: #f3f5f7;
}

.sidebox {
  /* background-color: #f6f6f7; */
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 20px;
}

/* 产品列表 */
.productlist_con,
.product_con {
  padding: 40px 0 60px;
}

.productlist_con .fl,
.product_con .fl {
  width: 25%;
}

/* 侧栏搜索 */
.sidebox .search-form input[type=text] {
  height: 40px;
  padding-left: 20px;
  background-color: #fff;
  width: calc(100% - 50px);
  /* border: 0; */
  border: 1px solid #f3f5f7;
}

.sidebox .search-form .search-submit {
  width: 50px;
  height: 40px;
  display: inline-block;
  color: white;
  font-size: 24px;
  /*  background-image: url(../images/ico_search.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom; */
  background-color: #016098;
  border: 0;
}

/* 侧栏导航 */
.pro_nav_view {
  /* background-color: #f6f6f7; */
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
}

.pro_nav_view .tit {
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
  background: #016098 url(../images/pro_tit_bg.png) no-repeat center;
  background-position: center 10%;
}

.pro_nav_view .tit h3 {
  font-weight: bold;
  /* font-family: "USB"; */
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}

.pro_nav_view .tit span {
  height: 38px;
  width: 50px;
  text-align: center;
  z-index: 1;
  line-height: 38px;
}

.pro_nav_view ul {
  padding: 20px 20px 15px;
}

.pro_nav_view ul li {
  margin-bottom: 10px;
}

.pro_nav_view ul li:last-child {
  margin-bottom: 0;
}

.pro_nav_view ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #242424;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 1px solid rgba(36, 36, 36, 0.3);
  padding: 16px 35px 12px 0;
  text-transform: capitalize;
  z-index: 1;
}

.pro_nav_view ul li:hover>a,
.pro_nav_view ul li.active>a {
  color: #016098;
}

.pro_nav_view ul li a i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.pro_nav_view ul li a i::before {
  content: "\f067";
}

.pro_nav_view ul li.active a i::before {
  content: "\f068";
}

.pro_nav_view ul>li>ul {
  display: none;
  padding-right: 0;
}

.pro_nav_view ul>li>ul>li>a {
  font-size: 16px;
}

/* 侧栏产品 */
.sidebox h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.sidebox .side_pro {}

.sidebox .side_pro li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 25px;
}

.sidebox .side_pro li:nth-child(2n) {
  margin-right: 0;
}

.sidebox .side_pro li:last-child {
  margin-bottom: 0;
}

.sidebox .side_pro li a {
  display: block;
}

.sidebox .side_pro li .pic {}

.sidebox .side_pro li .pic img {}

.sidebox .side_pro li p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  display: block;
  color: #333;
  margin: 7px;
}

/* 右侧列表 */
.productlist_con .fr,
.product_con .fr {
  width: 72%;
}

.productlist_con .fr ul {}

.productlist_con .fr>ul>li {
  float: left;
  /* 	width: 32%;
	margin-right: 2%; */
  width: 24%;
  margin-right: calc(4% / 3);
  margin-bottom: 30px;
  /* border: 1px solid #f6f6f6; */
}

.productlist_con .fr>ul>li:nth-child(4n) {
  margin-right: 0;
}

.productlist_con .fr>ul>li a {
  display: block;
}

.com-page {
  padding-top: 0.4rem;
}

.com-page a,
.com-page span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  color: #4d5a66;
  border: 1px solid #d1d1d1;
  margin: 0 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.com-page a.page-num-current,
.com-page a:hover {
  background-color: #016098;
  border-color: #016098;
  color: white;
}

.com-page a i {
  font-size: 22px;
  vertical-align: middle;
  line-height: 1;
}

.productlist_con .fr>ul>li .pic {}

.productlist_con .fr>ul>li .pic img {
  background: #fff;
}

.productlist_con .fr>ul>li .info {
  padding: 18px;
  background-color: #0000000f;
  /* background-color: #f6f6f6; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.productlist_con .fr>ul>li:hover .info {
  background-color: #016098;
}

.productlist_con .fr>ul>li .info h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  /* font-family: "USB"; */
  color: #45494c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.productlist_con .fr>ul>li .info h4 span {
  color: #f09420 !important;
}

.productlist_con .fr>ul>li .info p {
  font-size: 14px;
  line-height: 20px;
  /* height: 40px; */
  color: #909599;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.productlist_con .fr>ul>li:hover .info h4 {
  color: white;
}

.productlist_con .fr>ul>li:hover .info p {
  color: rgb(255, 255, 255, .7);
}

/* 产品详情 */
.product_con_view {}

.product_con_view .top {}

.product_con_view .top .fl {
  width: 48%;
}

.product_con_view .product_det_pic {}

.product_con_view .product_det_pic ul {}

.product_con_view .product_det_pic ul li {}

.product_con_view .product_det_pic img {
  border: 1px solid #ededed;
  background: white;
}

.product_con_view .product_det_ico {
  margin-top: 20px;
}

.product_con_view .product_det_ico ul {}

.product_con_view .product_det_ico ul li {
  border: 1px solid #d7d9db;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product_con_view .product_det_ico ul li.swiper-slide-thumb-active {
  border-color: #016098;
}

.product_con_view .product_det_ico ul li .pic {
  overflow: hidden;
}

.product_con_view .product_det_ico img {}

.product_con_view .product_det_ico .swiper-button-prev {}

.product_con_view .product_det_ico .swiper-button-next {}

.product_con_view .top .fr {
  width: 50%;
}

.product_con_view .fr h3 {
  color: #242e33;
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 20px;
  margin: 0px 0px 20px;
  border-bottom: 1px solid #d7d9db;
}

.product_con_view .fr .des {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.product_con_view .fr .inquiry {
  margin-top: 30px;
}

.product_con_view .fr .inquiry a {
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  min-width: 150px;
  background-color: #016098;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 10px;
}

.product_con_view .fr .inquiry a:first-child {
  background-color: #333;
}

.product_con_view .fr .keyword_box {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #d7d9db;
}

.product_con_view .fr .keyword_box a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
  padding: 10px 30px;
  margin-right: 10px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.product_con_view .bot {
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}

.product_con_view .bot .bot_nav {
  border-bottom: 2px rgba(0, 0, 0, .1) solid;
}

.product_con_view .bot .bot_nav li {
  float: left;
  position: relative;
  font-size: 24px;
  line-height: 60px;
  color: #242e33;
  margin-right: 50px;
  padding-right: 5px;
  cursor: pointer;
}

.product_con_view .bot .bot_nav li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #016098;
  height: 2px;
  opacity: 0;
}

.product_con_view .bot .bot_nav li.active {
  color: #016098;
}

.product_con_view .bot .bot_nav li.active:after {
  opacity: 1;
}

.product_con_view .bot .bot_con {
  margin-top: 50px;
}

.product_con_view .bot .bot_con>li {
  display: none;
  color: #5d6e75;
  font-size: 16px;
  line-height: 1.8;
}

.product_con_view .bot .bot_con>li.show {
  display: block;
}

.product_con_view .remen {
  margin-top: 60px
}

.product_con_view .remen .tit {
  color: #404040;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  margin: 0px 0px 50px;
}

.product_con_view .remen ul {}

.product_con_view .remen ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.product_con_view .remen ul li:nth-child(3n) {
  margin-right: 0;
}

.product_con_view .remen ul li a {
  display: block;
}

.product_con_view .remen ul li .pic {
  border-radius: 8px;
}

.product_con_view .remen ul li img {}

.product_con_view .remen ul li p {
  display: block;
  padding: 20px 2%;
  color: #242e33;
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product_con_view .remen ul li:hover p {
  color: #016098;
}

.com_form {
  margin-top: 60px;
}

.com_form h3 {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  color: white;
  font-weight: 700;
  background-color: #016098;
  padding: 20px 30px;
  margin-bottom: 25px;
}

.com_form form {
  width: 98%;
  margin: 0 1%;
}

.com_form ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-left: 3px solid #f09420;
}

.com_form ul li input {
  line-height: 48px;
  height: 48px;
  padding-left: 24px;
  width: 100%;
  font-size: 16px;
}

.com_form ul li i {
  position: absolute;
  top: 0;
  line-height: 60px;
  right: 15px;
  color: #016098;
  font-style: normal;
}

.com_form ul li textarea {
  width: 100%;
  height: 200px;
  padding: 20px 28px;
  border: none;
  font-size: 16px;
}

.com_form ul li:nth-child(2n) {
  margin-right: 0;
}

.com_form ul li.li {
  width: 100%;
  margin-right: 0;
}

.sortnav {
  position: relative;
  top: -35px;
}

.sortnav ul {
  box-shadow: 0 10px 25px -4px rgb(183, 27, 44, .18);
}

.sortnav ul li {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sortnav ul li a {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: #fff;
  color: #2e2d3c;
  font-size: 18px;
  /* font-family: "USB"; */
  /* font-weight: 700; */
}

.sortnav ul li a::after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 30%;
  background: #ccc;
  right: 0;
  top: 35%;
}

.sortnav ul li:last-child a::after {
  display: none;
}

.sortnav ul li.active a,
.sortnav ul li:hover a {
  color: white;
  background-color: #016098;
}

.bot_con .show p img {
  width: 100%;
}

.com_form ul li .btn {
  width: 100%;
  background: #016098;
  /* line-height: 0.6rem; */
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.com_form ul li .btn:hover {
  background-color: #f09420;
}



@media all and (max-width:1500px) {
  .productlist_con .fr>ul>li:nth-child(4n) {
    margin-right: calc(4% / 3);
  }

  .productlist_con .fr>ul>li:nth-child(3n) {
    margin-right: 0;
  }

  .productlist_con .fr>ul>li {
    float: left;
    width: 32%;
    margin-right: calc(4% / 3);
    margin-bottom: 30px;
    /* border: 1px solid #f6f6f6; */
  }
}

@media all and (max-width:1000px) {
  .product_con_view .top .fl {
    width: 100%;
  }

  .product_con_view .top .fl,
  .product_con_view .top .fr {
    width: 100%;
  }

  .product_con_view .fr h3 {
    padding: 20px 0;
  }

  .pro_nav_view {
    display: none;

  }


  .productlist_con .fr>ul>li {
    float: left;
    width: 48%;
    margin-right: calc(5% / 3);
    margin-bottom: 30px;
  }

  .productlist_con .fr>ul>li:nth-child(3n) {
    margin-right: calc(5% / 3);
  }

  .productlist_con .fr>ul>li:nth-child(2n) {
    margin-right: 0;
  }

  .productlist_con .fl,
  .product_con .fl {
    width: 100%;
  }

  .productlist_con .fr,
  .product_con .fr {
    width: 100%;
  }

  .sidebox {
    display: none;
  }

  .com_form ul li .btn {
    padding-left: 0;
  }
}

@media all and (max-width:568px) {
  .productlist_con .fr>ul>li {
    float: left;
    width: 49%;
    margin-right: calc(5% / 3);
    margin-bottom: 30px;
  }
}

@media all and (max-width:1000px) {}

.pronav_con .pronavfr {
  width: 100%;
}

.pronav_con .fr>ul>li {
  float: left;
  width: 24%;
  margin-right: calc(4% / 3);
  margin-bottom: 30px;
  /* border: 1px solid #f6f6f6; */
}

.pronav_con .fr>ul h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #016098;
  display: block;
}

.pronav_con .fr>ul>li:nth-child(4n) {
  margin-right: 0;
}

.pronav_con .fr>ul>li:nth-child(3n) {
  margin-right: calc(4% / 3);
}

/*产品列表*/
#ny_pro_list {
  display: block;
  overflow: hidden;
  padding: 50px 0;
  background-color: #f9f9f9;
}

#ny_pro_list dl {
  display: block;
  overflow: hidden;
}

#ny_pro_list dl dd {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}

#ny_pro_list dl dt {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}

#ny_pro_list dl dt a {
  display: block;
  overflow: hidden;
}

#ny_pro_list dl dt a span {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #016098;
  display: block;
}

#ny_pro_list dl dt a em {
  font-size: 16px;
  display: block;
  color: #666666;
  line-height: 2;
  display: block;
}

#ny_pro_list dl dd .box {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

#ny_pro_list dl dd .box:nth-child(even) {
  padding-right: 0px;
}

#ny_pro_list dl dd .box:nth-child(odd) {
  padding-left: 0px;
}

#ny_pro_list dl dd .box a {
  display: flex;
}

#ny_pro_list dl dd .box a .box_l {
  flex: 0.55;
  position: relative;
}

#ny_pro_list dl dd .box a .box_l p {
  position: absolute;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background-color: #016098;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .02em;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all .3s ease-out;
  letter-spacing: 2px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_l img {
  max-width: 100%;
  display: block;
  border: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r {
  flex: 0.45;
  background: #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r .box_flex {
  display: flex;
  width: 100%;
  height: 100%;
}

.nypro-ul {
  overflow: hidden;
  margin: 0 -20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nypro-ul li {
  margin-bottom: 35px;
  width: 25%;
  padding: 0 20px;
  float: left;
}

.nypro-ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 30px;
}

.nypro-ul li a .nypro-img {
  padding: 20px;
  display: block;
}

.nypro-ul li a .nypro-img img {
  max-width: 100%;
  display: block;
  border: 1px solid #ddd;
  /* padding: 40px 0; */
}

.nypro-ul li a p {
  line-height: 40px;
  color: #333;
  text-align: center;
  font-size: 16px;
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.nypro-ul li a:hover p {
  color: #016098;
}

#ny_pro_list .font {
  padding: 0 20px;
}

#ny_pro_list .font .tit {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  color: #454545;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ny_pro_list .font p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: block;
  margin-bottom: 30px;
}

#ny_pro_list .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 40px;
  position: relative;
}

#ny_pro_list .font .but strong {
  font-size: 16px;
  color: #666;
  position: relative;
  z-index: 2;
  font-weight: normal;
}

#ny_pro_list .font .but i {
  display: block;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin-left: 14px;
  z-index: 2;
}

#ny_pro_list .font .but i img {
  float: left;
  height: 100%;
}

#ny_pro_list .font .but i img:nth-child(2n) {
  display: none;
}

#ny_pro_list .font .but::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
  background-color: #33b7b588;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#ny_pro_list li:hover .img img {
  transform: scale(1.04);
}

#ny_pro_list li:hover .font .tit {
  color: #016098;
  border-color: #016098;
}

#ny_pro_list li:hover .font .but strong {
  color: #fff;
}

#ny_pro_list li:hover .font .but i img:nth-child(1) {
  display: none;
}

#ny_pro_list li:hover .font .but i img:nth-child(2) {
  display: block;
}

#ny_pro_list li:hover .font .but::before {
  width: 100%;
  background-color: #016098;
}

#ny_pro_list .font .showproductli_info {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  display: block;
  margin: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#ny_pro_list .font .showproductli_info .canshu {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media(max-width: 1199px) {
  .nypro-ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  #ny_pro_list {
    padding: 30px 0;
  }

  #ny_pro_list dl dt a span {
    font-size: 28px;
  }
}

@media(max-width: 991px) {
  .nypro-ul li {
    width: 50%;
  }
}

@media(max-width: 767px) {
  #ny_pro_list dl dt a span {
    font-size: 24px;
  }

  #ny_pro_list dl dt a em {
    font-size: 14px;
  }

  #ny_pro_list .font .tit {
    font-size: 17px;
  }

  #ny_pro_list .font .showproductli_info {
    margin: 10px 0;
  }

  .product_con_view .bot {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 0;
  }
}

@media(max-width: 500px) {
  .nypro-ul li {
    width: 100%;
  }

  #ny_pro_list .font .but strong {
    font-size: 14px;
  }

  #ny_pro_list {
    padding: 20px 0;
  }
}

.pro_bg {
  background: #f3f5f7;
}