* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  margin: 0;
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pro_banner img {
  width: 100%;
}
.inside_content {
  margin: 0 auto;
  max-width: 100%;
}
.pro_cont {
  background-color: #F1F5F6;
}
.pro_cont .ys_cont1600 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.pro_cont_le {
  width: 15%;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.pro_cont_le.ys_fixed {
  position: fixed;
  top: 76px;
}
.pro_cont_le_ul {
  padding: 100px 0;
}
.pclu_li {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px;
  position: relative;
}
.pclu_li::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #004ea2;
  position: absolute;
  left: 0;
  top: 0;
}
.pclu_li_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ys_imgbox_cover {
  position: relative;
  overflow: hidden;
}
.ys_imgbox_cover img {
  width: 100%;
  transition: all 0.36s ease;
}
.pclu_li_parga {
  /*width: calc(100% - 48px);*/
  padding-left: 10px;
}
.pclu_li_parga p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.pclu_li.act,
.pclu_li:hover {
  background-color: #fff;
}
.pclu_li.act::before,
.pclu_li:hover::before {
  width: 3px;
}
.pclu_li.act .pclu_li_parga a,
.pclu_li:hover a {
  color: #0870d8;
}
.pro_cont_ri {
  width: 80%;
  padding-left: 20px;
  position: relative;
}
.pro_cont_ri::after {
  content: "";
  width: 1px;
  height: calc(100% - 100px);
  background-color: #DDD;
  position: absolute;
  left: 0;
  top: 100px;
}
.pro_cont_ri_ul {
  padding-top: 100px;
}
.pcru_li {
  margin-bottom: 50px;
}
.pcru_li_tit {
  display: flex;
  align-items: center;
}
.pcru_li_tit_icon {
  width: 80px;
}
.pcru_li_tit_parga {
  font-size: 2.5vw;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.std_margin {
  margin-top: 55px;
}
.pcru_li_bt_ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.product_list ul li {
  display: block;
  float: left;
  width: 24.25%;
  margin: 0 1% 30px 0;
  background: #fff;
}
.product_list ul li:nth-child(4n) {
  margin: 0 0 30px 0;
}
.product_list ul li * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product_list ul li:hover .pic .img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.product_list ul li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product_list ul li .pic .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.product_list ul li .pic .img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.proli_wen {
  padding: 15px;
}
.product_list ul li .ntit {
  font-size: 1.2vw;
  /*height: 45px;*/
  line-height: 2.4vw;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}
.product_list ul li .p1 {
  font-size: 0.8vw;
  line-height: 1.6vw;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  /*height:40px;*/
  text-align: justify;
}
.product_list ul li .line {
  width: 0;
  height: 4px;
  background: #004cc8;
  position: relative;
  left: 0;
  bottom: 0;
  transition: all 0.6s ease;
}
.product_list ul li:hover .line {
  width: 100%;
}
.product_list ul li:hover {
  box-shadow: 2px 2px 10px #909090;
}
.product_list ul li .btn1 {
  overflow: hidden;
  width: 100%;
  background: url(../image/prolistclassifybg01.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.product_list ul li .btn1 a {
  display: block;
  width: 50%;
  height: 2.2vw;
  line-height: 2.2vw;
  text-align: center;
  float: left;
  font-size: 0.8vw;
  color: #777777;
  text-decoration: none;
}
.product_list ul li .btn1 a:first-child {
  border-right: 1px solid #eaeaea;
}
.product_list ul li .btn1 a:hover {
  color: #004cc8;
}
/** 产品内页 **/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.he_xgp1 {
  width: 100%;
  position: relative;
  background: #333;
  min-height: inherit;
  height: 83vh;
  overflow: hidden;
}
.he_xgp1ba {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.he_xgp1ba img {
  height: 100%;
}
.s_cont1360 {
  width: 80%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.he_c04le {
  width: 40%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 10;
  padding-right: 80px;
}
.he_c04leti {
  position: relative;
  padding-bottom: 25px;
}
.he_bantti1 h1 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}
.he_c04leti::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 2px;
  background: #E60012;
}
.he_c04letp {
  margin-top: 20px;
}
.he_c04letp p {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  max-height: 70px;
  overflow: hidden;
}
.he_b1s1 {
  width: 100%;
  height: 2000px;
  transform: translateY(-60%);
}
.he_b1s1l1 {
  position: absolute;
  left: 0;
  top: 100%;
}
.he_b1s1cv {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  will-change: transform;
}
.he_b1s1cv.inited {
  transition: all 0.3s linear;
}
.he_b1s1b {
  float: right;
  width: 510px;
  height: 670px;
}
.he_c04ri {
  width: 510px;
  position: relative;
  height: 650px;
}
.he_c04riop {
  width: 100%;
  height: 100%;
  padding: 0 0 !important;
  display: flex;
  align-items: center;
  position: relative;
}
.he_c04rig {
  backdrop-filter: blur(4px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(158, 158, 158, 0.06) 100%);
  mix-blend-mode: normal;
  border: 2px solid rgba(255, 255, 255, 0.04);
  border-radius: 30px;
}
.he_xgp2 {
  margin-top: 6.25rem;
  width: 100%;
  min-height: 60vh;
  background: #fafafa;
  overflow: hidden;
}
@media (max-width: 990px) {
  .he_xgp2 {
    margin-top: 0;
  }
}
.he_bordkm {
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
.he_bordfr {
  width: 14px;
  position: relative;
}
.he_xgp2le {
  width: 40%;
  padding-top: 90px;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}
.he_xgp2jk {
  line-height: 30px;
}
.he_xgp2ul1 {
  padding-top: 30px;
}
.he_c04p5nle {
  width: 500px;
}
.he_c04p5nnd img {
  max-width: 100%;
}
.he_b1s1l2 {
  position: absolute;
  left: 0;
  top: 0;
}
.cat_nav {
  position: fixed;
  top: 72px;
  width: 100%;
  background: #f5f8fa;
  line-height: 70px;
  height: 70px;
  z-index: 99;
  display: none;
}
.cat_nav .nbox {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.cat_nav .nbox .cat {
  display: block;
  position: relative;
  color: #555;
  padding: 0 20px;
  height: 70px;
  font-size: 18px;
}
.cat_nav .nbox .cat s {
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #1d96d5;
}
.cat_nav .nbox .cat.act {
  color: #000;
}
.cat_nav .nbox .cat:hover {
  color: #1d96d5;
}
.cat_nav .nbox .cat.act s,
.cat_nav .nbox a:hover s {
  width: 100%;
}
.cat_nav li {
  position: relative;
}
.cat_nav li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cat_nav .x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 150%;
  left: -25%;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.cat_nav .x-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}
.cat_nav .x-sub-menu > li > a:hover,
.cat_nav .x-sub-menu > li > a.act {
  background: #e9eaeb;
}
.cat_nav .x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.pro_img {
  width: 30vw;
  position: absolute;
  left: 50%;
  top: 20%;
}
.inside_cont {
  margin-bottom: 30px;
  width: 100%;
  height: 16vh;
  line-height: 16vh;
  background: url('../img/pro_lxwm.jpg');
}
.inside_cont .inside_cont_box {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inside_cont .inside_cont_box .iccl_tit {
  color: #fff;
  font-size: 1.8vw;
}
.inside_cont .inside_content_box_ri .std_btn_box {
  width: 10vw;
  height: 2.8vw;
  border: 2px solid red;
  transition: all 0.36s;
  border-radius: 2.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
}
.inside_cont .inside_content_box_ri .std_btn_box p {
  color: #fff;
  font-size: 1vw;
}
.proDetailsCanS {
  text-align: center;
}
.p14-pro-1 {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width: 1500px) {
  .p14-pro-1 {
    display: none;
  }
}
.p14-pro-1-tit {
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  background: #1b8d71;
  color: #fff;
  text-align: center;
}
.p14-pro-1-list {
  width: 100%;
}
.p14-pro-1-list dd h4 {
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  color: #fff;
  background: #333;
  white-space: nowrap;
}
.p14-pro-1-list dd h4 a {
  display: block;
  color: #fff;
}
.p14-pro-1-list dt img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.p14-product-2 {
  width: 100%;
  padding: 30px 10%;
  margin: 0 auto;
}
.p14-product-2-tit {
  height: 46px;
  line-height: 46px;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 30px;
  padding-top: 26px;
  text-align: left;
  box-sizing: content-box;
}
.p14-product-2-tit b {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  color: #464646;
  border-bottom: 2px solid #4c4c4c;
  box-sizing: content-box;
}
.p14-product-2-tit span {
  margin-left: 10px;
  font-size: 18px;
  color: #c2c2c1;
  text-transform: uppercase;
}
.p14-product-2-list dl {
  float: left;
  width: 23.8%;
  border: 1px solid #dfdfdf;
  margin-right: 1.5%;
  box-sizing: border-box;
}
.p14-product-2-list dl:last-child {
  margin-right: 0;
}
.p14-product-2-list dl img {
  display: block;
  width: 100%;
}
.p14-product-2-list dd {
  padding: 10px 28px 10px 10px;
  margin-right: 2px;
  position: relative;
}
.p14-product-2-list h3 {
  height: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p14-product-2-list h3 a {
  color: #191919;
}
.p14-product-2-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p14-product-2-list dl:hover {
  border-color: #0168b7;
}
.p14-product-2-list dl:hover h3 a {
  color: #0168b7;
}
