.public_w {
  max-width: 1420px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
/* 产品中心 */
.pro {
  width: 100%;
  /* 面包屑 */
}
.pro .b_nav2 > .public_w > div > li:nth-of-type(2) {
  display: none !important;
}
.pro .pro1 {
  width: 80%;
  margin-top: calc(30px + 5rem);
  margin-bottom: calc(20px + 4.5rem);
  display: flex;
  flex-direction: column;
}
.pro .pro1 > p {
  font-size: calc(14px + 1rem);
  color: #333333;
  margin-bottom: calc(15px + 0.5rem);
}
.pro .pro1 > span {
  width: 76.056%;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(12px + 1rem);
}
.pro .pro2 {
  width: 100%;
  background: #F7F7F7;
  padding-top: calc(20px + 3rem);
  padding-bottom: calc(40px + 5rem);
}
.pro .pro2 > .public_w {
  width: 85%;
  display: flex;
  flex-direction: column;
}
.pro .pro2 > .public_w > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro .pro2 > .public_w > div:nth-of-type(1) > p {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  margin-bottom: calc(10px + 0.2rem);
}
.pro .pro2 > .public_w > div:nth-of-type(1) > .qh {
  width: calc(12px + 1.5rem);
  height: calc(10px + 0.5rem);
  position: relative;
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #000; */
}
.pro .pro2 > .public_w > div:nth-of-type(1) > .qh > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pro .pro2 > .public_w > div:nth-of-type(1) > .qh .swiper-button-prev {
  left: 0;
}
.pro .pro2 > .public_w > div:nth-of-type(1) > .qh .swiper-button-next {
  right: 0;
}
.pro .pro2 > .public_w > div:nth-of-type(1) > .qh > div::after {
  font-size: calc(10px + 0.5rem);
  color: #333333;
}
.pro .pro2 > .public_w > div:nth-of-type(1) > .qh .swiper-button-disabled {
  color: #AAAAAA;
}
.pro .pro2 > .public_w > .swiper {
  width: 100%;
}
.pro .pro2 > .public_w > .swiper .swiper-slide {
  width: 100%;
}
.pro .pro2 > .public_w > .swiper .swiper-slide > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro .pro2 > .public_w > .swiper .swiper-slide > a > div {
  width: 100%;
  height: calc(94px + 5rem);
  padding: calc(15px + 1rem) 0;
  background: #DBDCDE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro .pro2 > .public_w > .swiper .swiper-slide > a > div > img {
  height: 100%;
}
.pro .pro2 > .public_w > .swiper .swiper-slide > a > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(10px + 0.3rem);
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.4rem);
  color: #333333;
}
.pro .pro2 > .public_w > .swiper .swiper-slide > a > p > span {
  color: #333;
  font-size: calc(10px + 0.75rem);
  margin-left: calc(3px + 0.15rem);
  transition: all 0.3s;
}
.pro .pro2 > .public_w > .swiper .swiper-slide > a:hover > p > span {
  color: #003B95;
}
.pro .pro2 > .public_w > div:nth-of-type(3) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: calc(20px + 4.5rem);
}
.pro .pro2 > .public_w > div:nth-of-type(3) > img {
  width: 57.46%;
}
.pro .pro2 > .public_w > div:nth-of-type(3) > div {
  width: 42.54%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 calc(10px + 3rem);
}
.pro .pro2 > .public_w > div:nth-of-type(3) > div > span {
  font-size: calc(14px + 1rem);
  color: #333333;
  margin-bottom: calc(10px + 0.4rem);
}
.pro .pro2 > .public_w > div:nth-of-type(3) > div > p {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.3rem);
  color: #777777;
  line-height: calc(10px + 1rem);
}
.pro .pro2 > .public_w > div:nth-of-type(3) > div > p:nth-of-type(1) {
  margin-bottom: calc(10px + 0.2rem);
}
.pro .pro2 > .public_w > div:nth-of-type(3) > div > a {
  width: calc(46px + 3rem);
  height: calc(27px + 0.5rem);
  background: #003B95;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  margin-top: calc(14px + 1.5rem);
}
/* 产品详情 */
.pro_cont {
  width: 100%;
}
.pro_cont > .public_w {
  width: 80%;
  margin-top: calc(30px + 5rem);
  margin-bottom: calc(40px + 5rem);
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
}
.pro_cont > .public_w > a {
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(10px + 0.75rem);
  display: flex;
  align-items: center;
  text-decoration: underline;
  /* padding-bottom: 2px; */
  /* border-bottom: 1px solid #000; */
}
.pro_cont > .public_w > a > img {
  line-height: calc(10px + 0.75rem);
  display: inline-block;
  margin-right: calc(3px + 0.2rem);
}
.pro_cont > .public_w .pro_cont1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(20px + 2rem);
}
.pro_cont > .public_w .pro_cont1 > .l {
  width: 37.605%;
  height: calc();
  border: 1px solid #E3E3E3;
  padding: calc(18px + 3.5rem) calc(15px + 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_cont > .public_w .pro_cont1 > .l > img {
  width: 100%;
}
.pro_cont > .public_w .pro_cont1 > .r {
  width: 56.76056%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 1px solid #000; */
}
.pro_cont > .public_w .pro_cont1 > .r > p {
  font-family: AlibabaPuHuiTi_Regular;
  font-size: calc(14px + 1rem);
  color: #333333;
}
.pro_cont > .public_w .pro_cont1 > .r > div {
  width: 100%;
  background: #F7F7F7;
  padding: calc(10px + 2rem) calc(14px + 2rem) calc(10px + 2rem) calc(14px + 1.5rem);
  margin-top: calc(14px + 1rem);
  margin-bottom: calc(18px + 1.5rem);
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.3rem);
  color: #777;
  line-height: calc(10px + 1rem);
}
.pro_cont > .public_w .pro_cont1 > .r > div > p > span {
  color: #333;
}
.pro_cont > .public_w .pro_cont1 > .r > a {
  width: calc(61px + 5rem);
  height: calc(24px + 1.5rem);
  background: #00439B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Regular;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
}
.pro_cont > .public_w .pro_cont1 > .r > a > img {
  width: calc(11px + 0.5rem);
  margin-right: calc(5px + 0.25rem);
}
.pro_cont > .public_w .pro_cont2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: calc(20px + 4rem);
  margin-bottom: calc(16px + 2rem);
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  padding-bottom: calc(13px + 2.5rem);
}
.pro_cont > .public_w .pro_cont2 > p {
  width: calc(100px + 6.8rem);
  height: calc(38px + 1.5rem);
  background: #00439B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.6rem);
  color: #FFFFFF;
}
.pro_cont > .public_w .pro_cont2 > span {
  width: 100%;
  height: 1px;
  background: #EDEDED;
  margin-bottom: calc(14px + 1rem);
}
.pro_cont > .public_w .pro_cont2 > div {
  width: 77.464%;
  font-size: calc(10px + 0.1rem);
  font-family: '微软雅黑';
}
.pro_cont > .public_w .pro_cont2 > div tr {
  height: calc(10px + 0.95rem);
  text-align: center;
}
.pro_cont > .public_w .pro_cont2 > div tr:nth-of-type(2n+1) {
  background: #dce6f1;
}
.pro_cont > .public_w .pro_cont2 > div tr:nth-of-type(2n) {
  background: #f5f5f5;
}
.pro_cont > .public_w .pro_cont3 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pro_cont > .public_w .pro_cont3 > p {
  font-family: AlibabaPuHuiTi_Regular;
  font-size: calc(14px + 1rem);
  color: #333333;
  margin-bottom: calc(20px + 2rem);
}
.pro_cont > .public_w .pro_cont3 > .swiper {
  width: 100%;
}
.pro_cont > .public_w .pro_cont3 > .swiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro_cont > .public_w .pro_cont3 > .swiper .swiper-slide > img {
  width: 100%;
}
.pro_cont > .public_w .pro_cont3 > .swiper .swiper-slide > p {
  font-family: PingFang_SC_Medium;
  font-size: calc(10px + 0.6rem);
  color: #333333;
  margin-top: calc(10px + 0.5rem);
}



.
@media screen and (max-width: 1100px) {
  /* 产品中心 */
  .pro .pro2 > .public_w > div:nth-of-type(3) {
    flex-direction: column;
  }
  .pro .pro2 > .public_w > div:nth-of-type(3) > img {
    width: 100%;
  }
  .pro .pro2 > .public_w > div:nth-of-type(3) > div {
    width: 100%;
    padding: calc(10px + 3rem);
  }
  /* 产品详情 */
  .pro_cont > .public_w .pro_cont1 {
    flex-direction: column;
  }
  .pro_cont > .public_w .pro_cont1 > .l {
    width: 100%;
  }
  .pro_cont > .public_w .pro_cont1 > .r {
    width: 100%;
    margin-top: calc(10px + 2rem);
  }
}
