@import 'normalize.css';
* {
  font-family: '思源黑体';
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  text-decoration: none;
}
.dpn {
  display: none;
}
.flexc {
  display: flex;
  align-items: center;
}
.flex1 {
  flex: 1;
}
.img-style {
  width: 100%;
}
.mt5 {
  margin-top: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mr75 {
  margin-right: 75px;
}
.mr80 {
  margin-right: 80px;
}
.ml80 {
  margin-left: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.mr100 {
  margin-right: 100px;
}
.ml120 {
  margin-left: 120px;
}
.mr120 {
  margin-right: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mtf150 {
  margin-top: -150px;
}
.mr150 {
  margin-right: 150px;
}
.mr160 {
  margin-right: 160px;
}
.mt220 {
  margin-top: 220px;
}
.mr180 {
  margin-right: 180px;
}
.pagination-box {
  text-align: center;
}
.pagination-box .pagination {
  text-align: center;
  display: inline-block;
}
.pagination-box .pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination-box .pagination li {
  float: left;
  color: #888;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  min-width: 40px;
  padding: 0 6px;
  height: 32px;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.pagination-box .pagination li:not(:last-child) {
  margin-right: 5px;
}
.pagination-box .pagination li a {
  display: block;
  height: 32px;
  font-size: 14px;
}
.pagination-box .pagination li.active {
  background-color: #B5212D;
  color: #fff;
  border-color: #B5212D;
}
.pagination-box .pagination li:hover {
  border-color: #B5212D;
}
.page-head-box {
  width: 100%;
  min-width: 1360px;
  height: 125px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.page-head-box .ph-cont-box {
  width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-head-box .ph-cont-box .left-box {
  display: flex;
  align-items: center;
}
.page-head-box .ph-cont-box .left-box .logo-box {
  width: 560px;
  height: 96px;
}
.page-head-box .ph-cont-box .left-box .word-box {
  border-left: 1px solid #080203;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  margin-left: 20px;
}
.page-head-box .ph-cont-box .tel-box {
  display: flex;
  align-items: center;
}
.page-head-box .ph-cont-box .tel-box .tel-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid black;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-head-box .ph-cont-box .tel-box .tel-icon-box .icon-style {
  width: 33px;
  height: 25px;
}
.page-head-box .ph-cont-box .tel-box .tel-label-box {
  font-size: 16px;
  font-weight: bold;
}
.page-head-box .ph-cont-box .tel-box .tel-num-box {
  font-size: 30px;
  font-weight: bold;
}
.page-nav-box {
  width: 100%;
  min-width: 1360px;
  height: 60px;
  background: #B12120;
  display: flex;
  align-items: center;
}
.page-nav-box .pn-cont-box {
  width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.page-nav-box .pn-cont-box .menu-box {
  flex: 1;
  display: flex;
}
.page-nav-box .pn-cont-box .menu-box .m-item-box {
  flex: 1;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.page-nav-box .pn-cont-box .menu-box .m-item-box a {
  color: white;
}
.page-nav-box .pn-cont-box .menu-box .m-item-box:hover,
.page-nav-box .pn-cont-box .menu-box .m-item-selected {
  background: #287549;
}
.page-nav-box .pn-cont-box .language-box {
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  color: white;
  padding: 2px 16px;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s;
}
.page-nav-box .pn-cont-box .language-box:hover {
  background: #287549;
  border: 1px solid #287549;
}
.page-loc-box {
  width: 1340px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.page-bottom-box {
  width: 100%;
  min-width: 1360px;
}
.page-bottom-box .bottom-info-box {
  width: 100%;
  background: #B5212D;
  padding: 50px 0;
  box-sizing: border-box;
}
.page-bottom-box .bottom-info-box .bi-cont-box {
  width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-bottom-box .bottom-info-box .bi-cont-box .text-box {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.page-bottom-box .bottom-info-box .bi-cont-box .bi-icon-box {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page-bottom-box .bottom-info-box .bi-cont-box .bi-icon-box .icon-style-1 {
  width: 26px;
  height: 28px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .bi-icon-box .icon-style-2 {
  width: 28px;
  height: 28px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .bi-icon-box .icon-style-3 {
  width: 27px;
  height: 27px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .bi-icon-box .icon-style-4 {
  width: 21px;
  height: 32px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .qrcode-box {
  width: 156px;
  height: 156px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .qrcode-text {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.page-bottom-box .bottom-info-box .bi-cont-box .map-box {
  width: 532px;
  height: 174px;
}
.page-bottom-box .bottom-copyright-box {
  width: 100%;
  background: #287549;
  padding: 20px 0;
  box-sizing: border-box;
}
.page-bottom-box .bottom-copyright-box .bc-cont-box {
  width: 1340px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
}
.common-title-box {
  width: fit-content !important;
  padding-bottom: 25px;
  box-sizing: border-box;
  position: relative;
}
.common-title-box .zh-word {
  font-size: 36px;
  color: #5B5B5B;
  font-weight: bold;
  margin-top: 0px;
}
.common-title-box .en-word {
  font-size: 24px;
  color: #F5F5F5;
  font-weight: bold;
  letter-spacing: 2px;
}
.common-title-box .bb-line-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  height: 2px;
  background: #B8B8B8;
}
.common-title-box .line-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #287549;
  border-radius: 5px;
}
.home-root {
  width: 100%;
  min-width: 1360px;
  background: white;
}
.home-root .banner-box {
  width: 100%;
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.home-root .banner-box .text-one {
  font-size: 55px;
  font-weight: bold;
}
.home-root .banner-box .text-two {
  font-size: 14px;
  font-weight: bold;
}
.home-root .banner-box .text-three {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
}
.home-root .banner-box .text-four {
  font-size: 16px;
  font-weight: bold;
}
.home-root .banner-box .circle-icon-box {
  display: flex;
  align-items: center;
}
.home-root .banner-box .circle-icon-box .ci-item-box {
  display: flex;
  flex-direction: column;
}
.home-root .banner-box .circle-icon-box .ci-item-box .circle-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid white;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-root .banner-box .circle-icon-box .ci-item-box .circle-box .c-icon-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-root .banner-box .circle-icon-box .ci-item-box .circle-box .c-icon-box .icon-style-1 {
  width: 42px;
  height: 42px;
}
.home-root .banner-box .circle-icon-box .ci-item-box .circle-box .c-icon-box .icon-style-2 {
  width: 41px;
  height: 37px;
}
.home-root .banner-box .circle-icon-box .ci-item-box .circle-box .c-icon-box .icon-style-3 {
  width: 41px;
  height: 39px;
}
.home-root .banner-box .circle-icon-box .ci-item-box .circle-box .c-icon-box .icon-style-4 {
  width: 43px;
  height: 43px;
}
.home-root .home-block-one {
  width: 1340px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.home-root .home-block-one .left-box {
  flex: 1;
  min-height: 670px;
  padding-top: 25px;
  box-sizing: border-box;
}
.home-root .home-block-one .left-box .text-one {
  font-size: 16px;
  color: #5B5B5B;
  font-weight: bold;
  line-height: 28px;
}
.home-root .home-block-one .left-box .more-btn-box {
  padding: 8px 28px;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(to right, #C95157, #B12120);
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.home-root .home-block-one .left-box .num-box {
  display: flex;
  align-items: center;
}
.home-root .home-block-one .left-box .num-box .n-item-box {
  display: flex;
  flex-direction: column;
}
.home-root .home-block-one .left-box .num-box .n-item-box .text-two {
  font-size: 30px;
  font-weight: bold;
  color: #5B5B5B;
}
.home-root .home-block-one .left-box .num-box .n-item-box .text-three {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
}
.home-root .home-block-one .right-box {
  height: 670px;
}
.home-root .home-block-one .right-box .pic-box {
  background: #F8F7F4;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-root .home-block-one .right-box .pic-box .pic-style {
  width: 612px;
  height: 424px;
}
.home-root .home-block-one .right-box .pdl30 {
  padding-left: 30px;
}
.home-root .home-block-one .right-box .pdr30 {
  padding-right: 30px;
}
.home-root .home-block-one .right-box .tar {
  text-align: right;
}
.home-root .home-block-one .right-box .bg-box {
  position: relative;
  flex: 1;
  height: 205px;
  background: linear-gradient(to bottom right, #C95157, #B12120);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  box-sizing: border-box;
}
.home-root .home-block-one .right-box .bg-box .text-one {
  font-size: 24px;
  font-weight: bold;
}
.home-root .home-block-one .right-box .bg-box .text-two {
  font-size: 16px;
  font-weight: bold;
}
.home-root .home-block-one .right-box .bg-box .b-icon-box {
  position: absolute;
  width: 54px;
  height: 54px;
  background: #C95157;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-root .home-block-one .right-box .bg-box .b-icon-box .icon-style-1 {
  width: 43px;
  height: 43px;
}
.home-root .home-block-one .right-box .bg-box .b-icon-box .icon-style-2 {
  width: 36px;
  height: 35px;
}
.home-root .home-block-one .right-box .bg-box .icon-pos-1 {
  right: 0;
  bottom: 0;
}
.home-root .home-block-one .right-box .bg-box .icon-pos-2 {
  left: 0;
  bottom: 0;
}
.home-root .home-block-two {
  width: 100%;
  background: #F5F6F7;
  padding: 80px 0;
  box-sizing: border-box;
}
.home-root .home-block-two .product-box {
  width: 1340px;
  margin: 0 auto;
}
.home-root .home-block-two .product-box .menu-cont-box {
  display: flex;
  align-items: flex-start;
  background: white;
}
.home-root .home-block-two .product-box .menu-cont-box .menu-box {
  width: 350px;
  min-height: 610px;
  background: linear-gradient(to bottom right, #C95157, #B12120);
  padding: 20px 30px 5px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.home-root .home-block-two .product-box .menu-cont-box .menu-box .m-item-box {
  width: fit-content !important;
  margin-bottom: 15px;
  word-break: break-all;
  box-sizing: border-box;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.home-root .home-block-two .product-box .menu-cont-box .menu-box .m-item-selected,
.home-root .home-block-two .product-box .menu-cont-box .menu-box .m-item-box:hover {
  border-bottom: 1px solid white;
}
.home-root .home-block-two .product-box .menu-cont-box .cont-box {
  flex: 1;
  display: flex;
}
.home-root .home-block-two .product-box .menu-cont-box .cont-box .info-box {
  padding: 50px 100px 50px 50px;
  box-sizing: border-box;
}
.home-root .home-block-two .product-box .menu-cont-box .cont-box .info-box .text-one {
  font-size: 30px;
  font-weight: bold;
  color: #5B5B5B;
}
.home-root .home-block-two .product-box .menu-cont-box .cont-box .info-box .text-two {
  font-size: 16px;
  font-weight: bold;
  color: #B5212D;
}
.home-root .home-block-two .product-box .menu-cont-box .cont-box .info-box .text-three {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  line-height: 36px;
}
.home-root .home-block-two .product-box .menu-cont-box .cont-box .pic-box .p-item-box {
  width: 472px;
  height: 305px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-root .home-block-two .product-box .menu-cont-box .cont-box .pic-box .p-item-box .pic-style {
  width: 340px;
  height: 290px;
}
.home-root .home-block-three {
  width: 100%;
}
.home-root .home-block-three .pic-banner-box {
  width: 100%;
  height: 352px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.home-root .home-block-three .pic-banner-box .pb-cont-box {
  width: 1340px;
  margin: 0 auto;
  color: white;
  font-size: 48px;
  font-weight: bold;
}
.home-root .home-block-three .pic-banner-box .pb-cont-box .text-box {
  padding-left: 6rem;
  box-sizing: border-box;
}
.home-root .home-block-three .ht-cont-box {
  width: 1340px;
  margin: 0 auto;
  padding: 50px 0 10px;
  box-sizing: border-box;
}
.home-root .home-block-three .ht-cont-box .row-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-root .home-block-three .ht-cont-box .row-item-box .pic-box {
  width: 601px;
  height: 401px;
}
.home-root .home-block-three .ht-cont-box .row-item-box .word-box {
  width: 601px;
}
.home-root .home-block-three .ht-cont-box .row-item-box .word-box .num-box {
  font-size: 92px;
  font-weight: bold;
  height: 70px;
  overflow: hidden;
}
.home-root .home-block-three .ht-cont-box .row-item-box .word-box .text-one {
  font-size: 24px;
  font-weight: bold;
}
.home-root .home-block-three .ht-cont-box .row-item-box .word-box .text-two {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.home-root .home-block-three .ht-cont-box .row-item-box .word-box .color-1 {
  color: #287549;
}
.home-root .home-block-three .ht-cont-box .row-item-box .word-box .color-2 {
  color: #B5212D;
}
.about-root {
  width: 100%;
  min-width: 1360px;
  background: white;
}
.about-root .banner-box {
  width: 100%;
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.about-root .banner-box .text-box {
  /*width: 1340px;*/
  margin: 0 auto;
  text-align: left;
}
.about-root .banner-box .text-one {
  font-size: 55px;
  font-weight: bold;
}
.about-root .banner-box .text-two {
  width: 780px;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.about-root .about-block-one {
  width: 1340px;
  margin: 0 auto;
  padding-top: 60px;
  box-sizing: border-box;
}
.about-root .about-block-one .row-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-root .about-block-one .row-one .pic-box {
  width: 667px;
  height: 474px;
}
.about-root .about-block-one .row-one .text-one {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  line-height: 28px;
}
.about-root .about-block-one .row-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-root .about-block-one .row-two .r-item-box {
  display: flex;
  flex-direction: column;
}
.about-root .about-block-one .row-two .r-item-box .text-two {
  font-size: 48px;
  font-weight: bold;
  color: #5B5B5B;
}
.about-root .about-block-one .row-two .r-item-box .text-three {
  font-size: 24px;
  font-weight: bold;
  color: #5B5B5B;
}
.about-root .about-block-one .row-three {
  display: flex;
}
.about-root .about-block-one .row-three .word-box {
  flex: 1;
}
.about-root .about-block-one .row-three .word-box .word-one {
  padding: 40px 0;
  border-top: 1px solid #B73231;
  border-bottom: 1px solid #B73231;
  box-sizing: border-box;
  color: #B12120;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  position: relative;
}
.about-root .about-block-one .row-three .word-box .word-one .yh-icon-box {
  position: absolute;
  width: 38px;
  height: 22px;
}
.about-root .about-block-one .row-three .word-box .word-one .icon-pos-1 {
  top: -10px;
  left: 0;
}
.about-root .about-block-one .row-three .word-box .word-one .icon-pos-2 {
  bottom: -10px;
  right: 0;
}
.about-root .about-block-one .row-three .word-box .word-two {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  line-height: 28px;
}
.about-root .about-block-one .row-three .word-box .word-three {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  letter-spacing: 2px;
}
.about-root .about-block-one .row-three .word-box .word-three .sign-pic-box {
  width: 94px;
  height: 30px;
}
.about-root .about-block-one .row-three .person-pic-box {
  width: 551px;
  height: 682px;
}
.about-root .about-block-two {
  width: 100%;
  background: #F5F6F7;
  padding: 60px 0;
  box-sizing: border-box;
}
.about-root .about-block-two .a-two-cont-box {
  width: 1340px;
  margin: 0 auto;
}
.about-root .about-block-two .a-two-cont-box .text-one {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  line-height: 28px;
}
.about-root .about-block-two .a-two-cont-box .pic-swiper-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-root .about-block-two .a-two-cont-box .pic-swiper-box .swiper-box {
  display: flex;
}
.about-root .about-block-two .a-two-cont-box .pic-swiper-box .swiper-box .s-pic-box {
  position: relative;
  width: 446px;
  height: 298px;
}
.about-root .about-block-two .a-two-cont-box .pic-swiper-box .swiper-box .s-mask-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 446px;
  height: 298px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.about-root .about-block-two .a-two-cont-box .pic-swiper-box .control-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-root .about-block-two .a-two-cont-box .pic-swiper-box .control-box .arrow-box {
  width: 54px;
  height: 19px;
  cursor: pointer;
}
.about-root .about-block-two .a-two-cont-box .pic-swiper-box .control-box .center-box {
  width: 39px;
  height: 36px;
  cursor: pointer;
}
.about-root .about-block-three {
  width: 100%;
}
.about-root .about-block-three .pic-banner-box {
  width: 100%;
  height: 352px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.about-root .about-block-three .pic-banner-box .pb-cont-box {
  width: 1340px;
  margin: 0 auto;
  color: white;
  font-size: 48px;
  font-weight: bold;
}
.about-root .about-block-three .pic-banner-box .pb-cont-box .text-one {
  font-size: 24px;
  font-weight: bold;
}
.about-root .about-block-three .pic-banner-box .pb-cont-box .text-two {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  width: 1100px;
}
.about-root .about-block-three .a-three-cont-box {
  width: 1340px;
  margin: 0 auto;
  padding: 90px 0 45px;
  box-sizing: border-box;
}
.about-root .about-block-three .a-three-cont-box .country-list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-root .about-block-three .a-three-cont-box .country-list-box .cl-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-root .about-block-three .a-three-cont-box .country-list-box .cl-item-box .c-pic-box {
  width: 59px;
  height: 40px;
}
.about-root .about-block-three .a-three-cont-box .country-list-box .cl-item-box .c-name-box {
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.about-root .about-block-three .a-three-cont-box .world-map-box {
  width: 1170px;
  height: 463px;
  margin: 0 auto 30px;
}
.about-root .about-block-three .a-three-cont-box .label-box {
  font-size: 24px;
  font-weight: bold;
  color: #5B5B5B;
  text-align: center;
}
.about-root .about-block-three .a-three-cont-box .list-box {
  display: flex;
  flex-wrap: wrap;
}
.about-root .about-block-three .a-three-cont-box .list-box .l-item-box {
  width: 256px;
  border: 1px solid #EFEDE5;
  box-sizing: border-box;
  padding: 15px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 15px;
}
.about-root .about-block-three .a-three-cont-box .list-box .l-item-box:nth-child(5n) {
  margin-right: 0;
}
.products-root {
  width: 100%;
  min-width: 1360px;
  background: #F5F6F7;
}
.products-root .banner-box {
  width: 100%;
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.products-root .banner-box .text-one {
  font-size: 16px;
  font-weight: bold;
  transform: rotate(17deg);
}
.products-root .banner-box .text-two {
  font-size: 24px;
  font-weight: bold;
  transform: rotate(17deg);
  line-height: 48px;
}
.products-root .p-cont-box {
  width: 1340px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.products-root .p-cont-box .cate-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.products-root .p-cont-box .cate-box .c-item-box {
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
.products-root .p-cont-box .cate-box .c-item-selected,
.products-root .p-cont-box .cate-box .c-item-box:hover {
  color: #B12120;
  border-bottom: 2px solid #B12120;
}
.products-root .p-cont-box .pic-bg-box {
  width: 100%;
  height: 276px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5B5B5B;
}
.products-root .p-cont-box .pic-bg-box .text-one {
  width: 1200px;
  font-size: 24px;
  font-weight: bold;
}
.products-root .p-cont-box .pic-bg-box .text-two {
  width: 1200px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.products-root .p-cont-box .list-box {
  display: flex;
  flex-wrap: wrap;
}
.products-root .p-cont-box .list-box a {
  margin-bottom: 19px;
  margin-right: 19px;
}
.products-root .p-cont-box .list-box a:nth-child(3n) {
  margin-right: 0;
}
.products-root .p-cont-box .list-box .l-item-box {
  width: 434px;
  padding: 30px 0;
  box-sizing: border-box;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products-root .p-cont-box .list-box .l-item-box .pic-box {
  width: 300px;
  height: 187.5px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.products-root .p-cont-box .list-box .l-item-box .text-one {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #5B5B5B;
}
.products-root .p-cont-box .list-box .l-item-box .text-two {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
}
.products-detail-root {
  width: 100%;
  min-width: 1360px;
  background: white;
}
.products-detail-root .pd-cont-box {
  width: 1340px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.products-detail-root .pd-cont-box .row-box {
  display: flex;
}
.products-detail-root .pd-cont-box .row-box .left-box {
  width: 750px;
  height: 480px;
  background: #F5F6F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-detail-root .pd-cont-box .row-box .left-box img {
  /*max-width: 100%;*/
  width: 720px;
  height: 450px;
}
.products-detail-root .pd-cont-box .row-box .right-box {
  flex: 1;
  height: 480px;
  background: #F5F6F7;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products-detail-root .pd-cont-box .row-box .right-box .text-one {
  font-size: 36px;
  font-weight: bold;
  color: #5B5B5B;
}
.products-detail-root .pd-cont-box .row-box .right-box .text-two {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
}
.products-detail-root .pd-cont-box .row-box .right-box .pic-box {
  border: 1px solid #DCDCDD;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.products-detail-root .pd-cont-box .row-box .right-box .pic-box img {
  max-width: 100%;
}
.products-detail-root .pd-cont-box .desc-box img {
  max-width: 100%;
}

.products-detail-root .pd-cont-box .desc-box td {
  border-style: solid;
}



.products-detail-root .flexcb{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-detail-root .back-btn{
  width: 120px;
  height: 35px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(to right,#C95157, #B12120);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -56px;
}

.products-detail-root .pd-cont-box .row-box {
  align-items: center;
  justify-content: center;
}

.honor-root {
  width: 100%;
  min-width: 1360px;
}
.honor-root .banner-box {
  width: 100%;
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5B5B5B;
  text-align: center;
}
.honor-root .banner-box .text-box {
  width: 1340px;
  margin: 0 auto;
  text-align: left;
}
.honor-root .banner-box .text-one {
  font-size: 55px;
  font-weight: bold;
}
.honor-root .banner-box .text-two {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.honor-root .h-cont-box {
  width: 1340px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.honor-root .h-cont-box .row-box {
  display: flex;
  justify-content: space-between;
}
.honor-root .h-cont-box .row-box .pic-box {
  width: 330px;
  height: 455px;
}
.honor-root .h-cont-box .row-box .zl-icon-box {
  width: 237px;
  height: 189px;
}
.honor-root .h-cont-box .row-box .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.honor-root .h-cont-box .row-box .text-box .zl-icon-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.honor-root .h-cont-box .row-box .text-box .zl-icon-box .icon-style {
  width: 237px;
  height: 189px;
}
.honor-root .h-cont-box .row-box .text-box .text-one {
  font-size: 24px;
  font-weight: bold;
  color: #5B5B5B;
}
.honor-root .h-cont-box .row-box .text-box .text-two {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  text-indent: 2rem;
}
.technology-root {
  width: 100%;
  min-width: 1360px;
}
.technology-root .banner-box {
  width: 100%;
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5B5B5B;
  text-align: center;
}
.technology-root .banner-box .text-box {
  width: 1340px;
  margin: 0 auto;
  text-align: left;
}
.technology-root .banner-box .text-one {
  font-size: 55px;
  font-weight: bold;
}
.technology-root .banner-box .text-two {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.technology-root .t-cont-box {
  width: 1340px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.technology-root .t-cont-box .cate-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.technology-root .t-cont-box .cate-box .c-item-box {
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
.technology-root .t-cont-box .cate-box .c-item-selected,
.technology-root .t-cont-box .cate-box .c-item-box:hover {
  color: #B12120;
  border-bottom: 2px solid #B12120;
}
.technology-root .t-cont-box .bg-pic-box {
  padding: 50px;
  box-sizing: border-box;
}
.technology-root .t-cont-box .bg-pic-box .text-one {
  font-size: 24px;
  font-weight: bold;
  color: #5B5B5B;
}
.technology-root .t-cont-box .bg-pic-box .text-two {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
}
.contact-root {
  width: 100%;
  min-width: 1360px;
}
.contact-root .banner-box {
  width: 100%;
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.contact-root .banner-box .text-box {
  width: 1340px;
  margin: 0 auto;
  text-align: left;
}
.contact-root .banner-box .text-one {
  font-size: 55px;
  font-weight: bold;
}
.contact-root .banner-box .text-two {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.contact-root .c-cont-box {
  width: 1340px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.contact-root .c-cont-box .map-pic-box {
  width: 100%;
  height: 395px;
}
.contact-root .c-cont-box .info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-root .c-cont-box .info-box .i-item-box {
  width: 28%;
}
.contact-root .c-cont-box .info-box .i-item-box .text-one {
  font-size: 24px;
  font-weight: bold;
  color: #5B5B5B;
}
.contact-root .c-cont-box .info-box .i-item-box .text-two {
  font-size: 16px;
  font-weight: bold;
  color: #5B5B5B;
}
.contact-root .c-cont-box .info-box .i-item-box .line-box {
  background: #ECEBEB;
  height: 1px;
}
