.prods {
  margin-top: 23px;
}
.prods aside {
  width: 271px;
}
.prods aside header {
  height: 93px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #a10709 0%, #dc0117 100%), linear-gradient(#fb0003, #fb0003);
  background-blend-mode: normal, normal;
  color: #fff;
}
.prods aside header .p {
  font-size: 59px;
  line-height: 46px;
}
.prods aside header .p1 {
  position: relative;
  top: 4px;
  padding-left: 10px;
  font-family: MicrosoftYaHei;
  font-size: 29px;
  font-weight: bold;
  line-height: 30px;
}
.prods aside header .p2 {
  font-size: 16px;
  position: relative;
  left: -12px;
  top: 2px;
  letter-spacing: 1px;
}
.prods aside ul {
  background-color: #fffcfd;
  border: solid 1px #ebebeb;
  border-top: 0;
  padding: 0 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.prods aside ul a {
  display: block;
  height: 45px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  background-image: linear-gradient(180deg, #a10709 0%, #dc0117 100%), linear-gradient(#b8000a, #b8000a);
  background-blend-mode: normal, 
                normal;
  margin-bottom: 10px;
}
.prods aside .tel {
  margin-top: 17px;
}
.prods aside .tel .p1 {
  font-size: 18px;
}
.prods aside .tel .p1 img {
  vertical-align: text-bottom;
  margin-right: 7px;
}
.prods aside .tel .p2 {
  font-size: 28px;
  color: #e31a1d;
  font-weight: bold;
  margin-top: 8px;
  transform: translateX(-9px);
}
.prods .main {
  width: 912px;
}
.prods .main header {
  height: 45px;
  align-items: center;
  color: #fff;
  background: url(../images/prod_hd.png) no-repeat;
  background-size: cover;
  padding-left: 10px;
  padding-right: 15px;
}
.prods .main header span {
  font-size: 21px;
}
.prods .main header a {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  color: #d10d0f;
}
.prods .main header a:hover {
  font-weight: bold;
}
.prods .main ul {
  flex-wrap: wrap;
}
.prods .main ul a {
  width: 32%;
  margin-top: 22px;
}
.prods .main ul .tit {
  margin-top: 2px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  background-color: #d9d9d9;
}
@media screen and (max-width: 1200px) {
  .prods aside {
    display: none;
  }
  .prods .main {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .prods .main header span {
    font-size: 17px;
  }
  .prods .main ul a {
    width: 48.5%;
  }
}
.case {
  margin-top: 35px;
}
.case header {
  height: 61px;
  padding-top: 10px;
  color: #fff;
  background: url(../images/case_hd.png) no-repeat center center;
  background-size: cover;
  padding-left: 10px;
  padding-right: 15px;
}
.case header span {
  font-size: 21px;
}
.case header a {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  color: #d10d0f;
}
.case header a:hover {
  font-weight: bold;
}
.case .box {
  margin-top: 10px;
  padding: 0 40px;
  padding-bottom: 30px;
  position: relative;
}
.case .box .tit {
  text-align: center;
  font-size: 18px;
  color: #3a3a3a;
  padding-top: 11px;
}
.case .box .swiper-button-next::after {
  content: url(../images/jt2.png);
}
.case .box .swiper-button-prev::after {
  content: url(../images/jt1.png);
}
.case .box .swiper-button-next,
.case .box .swiper-button-prev {
  width: auto;
  height: auto;
  top: 44%;
}
.case ul {
  display: none;
}
.case ul a {
  width: 48.5%;
  margin-bottom: 20px;
}
.case ul .tit {
  margin-top: 2px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  background-color: #d9d9d9;
}
@media screen and (max-width: 750px) {
  .case header span {
    font-size: 17px;
  }
  .case .box {
    display: none;
  }
  .case ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.quality {
  margin-top: 48px;
  padding-top: 14px;
  padding-bottom: 93px;
  background: url(../images/quality_bg.png) no-repeat center top;
}
.quality header {
  text-align: center;
  font-size: 31px;
  color: #ffffff;
  font-weight: bold;
}
.quality ul {
  padding: 0 30px;
  margin-top: 115px;
}
.quality ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quality ul li .txt {
  margin-left: 13px;
}
.quality ul li .txt .cn {
  font-size: 27px;
  font-weight: bold;
  color: #222222;
}
.quality ul li .txt .en {
  color: #c0c0c0;
  opacity: 0.8;
  margin-top: 10px;
}
.quality ul li img {
  transition: 0.8s;
}
.quality ul li:hover img {
  transform: rotate(360deg);
}
@media screen and (max-width: 1200px) {
  .quality {
    display: none;
  }
}
.avd {
  margin-top: 34px;
}
.avd .wrap {
  background: url(../images/avd.jpg) no-repeat right top;
}
.avd header {
  height: 86px;
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  background: url(../images/avd_hd.png) no-repeat center top;
  background-size: cover;
}
.avd ul {
  width: 53%;
  padding-left: 22px;
  margin-top: 10px;
  padding-bottom: 28px;
}
.avd ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.avd ul li .txt {
  margin-left: 23px;
}
.avd ul li .txt .tit {
  font-size: 26px;
  color: #fd6606;
  font-weight: bold;
  transform: translateX(-13px);
}
.avd ul li .txt .ct {
  font-size: 17px;
  color: #666666;
  margin-top: 14px;
}
.avd ul li span {
  font-size: 34px;
  color: #f70900;
  font-style: italic;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1200px) {
  .avd .wrap {
    background: none;
  }
  .avd ul {
    width: 100%;
  }
  .avd ul li {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .avd header {
    font-size: 19px;
  }
  .avd ul {
    padding-left: 0;
    padding-bottom: 0;
  }
  .avd ul li {
    margin-bottom: 20px;
  }
  .avd ul li img {
    width: 50px;
  }
  .avd ul li .txt .tit {
    font-size: 18px;
  }
  .avd ul li .txt .ct {
    font-size: 14px;
    margin-top: 5px;
  }
  .avd ul li span {
    font-size: 19px;
  }
}
.abt_new {
  margin-top: 50px;
}
.abt_new header {
  padding: 0 18px;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(0deg, #c50405 0%, #f92b2f 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  font-size: 15px;
}
.abt_new header span {
  font-size: 23px;
  font-weight: bold;
}
.abt_new header a {
  color: #fff;
  font-size: 15px;
}
.abt_new header a:hover {
  font-weight: bold;
}
.abt_new header i {
  display: inline-block;
  margin-right: 9px;
  transform: translateY(-1px);
  width: 3px;
  height: 26px;
  background: url(../images/ico.png);
}
.abt_new .abt {
  width: 590px;
  background-color: #fff;
}
.abt_new .abt .cont {
  padding: 21px;
  font-size: 16px;
  line-height: 31px;
}
.abt_new .abt img {
  margin-top: 8px;
}
.abt_new .new_s {
  width: 590px;
  background-color: #fff;
}
.abt_new .new_s .cont {
  padding: 20px 12px;
  display: flex;
  justify-content: flex-start;
}
.abt_new .new_s .cont ul {
  padding-left: 29px;
}
.abt_new .new_s .cont ul a {
  display: block;
  line-height: 42px;
  font-size: 15px;
}
.abt_new .new_s .cont ul a::before {
  content: '';
  transform: translateY(-2px);
  vertical-align: middle;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #00612e;
  margin-right: 10px;
}
.abt_new .new_s .cont ul a:hover {
  color: #a10709;
  font-weight: bold;
}
.abt_new .new_s .cont ul a:hover::before {
  background-color: #a10709;
}
@media screen and (max-width: 1200px) {
  .abt_new .wrap {
    flex-direction: column;
  }
  .abt_new .abt {
    width: 100%;
  }
  .abt_new .abt .cont {
    font-size: 14px;
    padding: 15px;
  }
  .abt_new .new_s {
    width: 100%;
    margin-top: 20px;
  }
  .abt_new .new_s .cont img {
    display: none;
  }
  .abt_new .new_s .cont ul {
    padding-left: 0;
  }
}
.gbk {
  margin-top: 68px;
  border-bottom: 1px solid #ccc;
  padding-top: 62px;
  padding-bottom: 90px;
  background: url(../images/contact_bg.jpg) no-repeat center top;
}
.gbk header {
  text-align: center;
  font-size: 34px;
  color: #616161;
}
.gbk header span {
  color: #f0100a;
  font-weight: bold;
}
.gbk .wrap {
  margin-top: 44px;
  align-items: center;
}
.gbk .lft {
  width: 53.5%;
  background-color: #fff;
  padding: 3% 1.5%;
  padding-bottom: 1.2%;
  border: 1px #dbdbdb solid;
}
.gbk .rht {
  width: 43.5%;
  font-size: 16px;
  color: #000000;
}
.gbk .rht em {
  margin-bottom: 15px;
  display: block;
}
.gbk .rht p {
  line-height: 38px;
}
@media screen and (max-width: 1000px) {
  .gbk {
    display: none;
  }
}
