@charset "UTF-8";
#site-menu {
  display: none;
  position: fixed;
  top: 196px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  overflow-y: auto;
  z-index: 100;
}
#site-menu .language-box {
  margin: 125px auto 0;
  width: 970px;
  height: 430px;
  border-top: 3px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 66px;
  padding-right: 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#site-menu .language-box .language {
  width: 638px;
  height: 179px;
  border: 3px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-menu .language-box .language li {
  width: 211px;
  height: 179px;
  line-height: 179px;
  text-align: center;
  border-right: 3px solid #dcdcdc;
}
#site-menu .language-box .language li:last-child {
  border-right: none;
}
#site-menu .language-box .language li a {
  font-family: NotoSansSC-Bold;
  font-size: 48px;
  color: #333;
  display: block;
}

.topmenu {
  margin: 38px 0;
}
.topmenu li {
  height: 205px;
  line-height: 205px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "NotoSansSC-Medium";
}
.topmenu li h2 {
  line-height: 205px;
  font-size: 48px;
  padding-left: 114px;
  padding-right: 100px;
}
.topmenu li h2 a {
  color: #333;
  display: inline-block;
  width: 50%;
}
.topmenu li.submenuwrap > h2 {
  background: url(../images/menu-arrow.png) no-repeat 955px center;
}
.topmenu li.active {
  height: auto;
}
.topmenu li.active h2 {
  background: url(../images/menu-arrow-hover.png) no-repeat 940px center;
}
.topmenu .submenu {
  padding: 25px 60px 30px 160px;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  background-color: #eeeeee;
}
.topmenu .submenu li > a {
  display: block;
  font-size: 40px;
  color: #333;
  line-height: 155px;
}
.topmenu li.active > .submenu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  height: 194px;
  border-bottom: 3px solid #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 47px;
  padding-right: 56px;
  position:sticky;
  z-index: 999;
  top:0;
  background-color: #fff;
}
.header .menu-toggle-btn {
  position: relative;
  width: 55px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu-toggle-btn span {
  display: block;
  width: 55px;
  height: 5px;
  background-color: #333333;
  border-radius: 2px;
}
.header .menu-toggle-btn span::after, .header .menu-toggle-btn span::before {
  position: absolute;
  content: "";
  display: block;
  width: 55px;
  height: 5px;
  background-color: #333333;
}
.header .menu-toggle-btn span::before {
  top: 0;
}
.header .menu-toggle-btn span::after {
  bottom: 0;
}
.header .menu-toggle-btn.show span {
  background-color: transparent;
}
.header .menu-toggle-btn.show span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  background-color: #bfbfbf;
}
.header .menu-toggle-btn.show span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 18px;
  background-color: #bfbfbf;
}

.home-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  height: 880px;
  position: relative;
  z-index: 1;
  background: url(../images/home-banner-bg.jpg) no-repeat right 60px;
}
.home-banner .banner-container {
  margin: 0 20px;
  width: calc(100% - 40px);
  height: 774px;
  position: relative;
  z-index: 2;
  background-color: #ccc;
  /* 裁剪路径，polygon 按坐标点绘制形状，坐标基于元素自身尺寸，单位可为百分比 */
  clip-path: polygon(32px 0, 100% 0, 100% 712px, calc(100% - 95px) 100%, 0 100%, 0 20px);
  /* 让裁剪后的边缘更平滑（可选，不同浏览器表现有差异） */
  -webkit-clip-path: polygon(32px 0, 100% 0, 100% 712px, calc(100% - 95px) 100%, 0 100%, 0 20px);
}
.home-banner .banner-container .bd {
  width: 100%;
  height: 100%;
}
.home-banner .banner-container .bd ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-banner .banner-container .bd ul li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(60px 0, 100% 0, 100% 712px, calc(100% - 95px) 100%, 0 100%, 0 38px);
  -webkit-clip-path: polygon(60px 0, 100% 0, 100% 712px, calc(100% - 95px) 100%, 0 100%, 0 38px);
}
.home-banner .banner-container .bd ul li .sologen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.home-banner .banner-container .bd ul li .sologen h2 {
  margin: 0 23px;
  font-size: 96px;
  color: #fff;
  font-family: "Alibaba-PuHuiTi-Heavy";
}
.home-banner .banner-container .bd ul li .sologen h2 span {
  font-size: 73px;
  opacity: 0.4;
}
.home-banner .banner-container .hd {
  width: 100%;
  height: 69px;
  bottom: 48px;
  position: absolute;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-banner .banner-container .hd ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-banner .banner-container .hd ul li {
  margin: 0 15px;
  width: 38px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
.home-banner .banner-container .hd ul li span {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-banner .banner-container .hd ul li span:nth-child(1) {
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.6;
}
.home-banner .banner-container .hd ul li span:nth-child(2) {
  background-color: #d8241f;
  z-index: 1;
  height: 36px;
  opacity: 0;
}
.home-banner .banner-container .hd ul li.on span:nth-child(1), .home-banner .banner-container .hd ul li:hover span:nth-child(1) {
  opacity: 1;
}
.home-banner .banner-container .hd ul li.on span:nth-child(2), .home-banner .banner-container .hd ul li:hover span:nth-child(2) {
  opacity: 1;
  left: 9px;
  top: -3px;
}

.home-h2 {
  margin: 0 auto 45px;
  width: 970px;
  font-size: 78px;
  text-align: center;
  color: #333;
  line-height: 50px;
  font-family: "NotoSansSC-Bold";
}

.home-h3 {
  margin: 0 auto;
  width: 970px;
  font-size: 38px;
  text-align: center;
  color: #666;
  line-height: 60px;
  font-family: NotoSansSC-Regular;
}

.home-section1 {
  padding-bottom: 170px;
}
.home-section1 .tt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 78px;
  color: #999;
  line-height: 98px;
  font-family: "NotoSansSC-Bold";
}
.home-section1 .tt em {
  color: #333;
  display: block;
  font-family: "NotoSansSC-Bold";
}
.home-section1 .intro {
  margin: 0 auto 65px;
  font-size: 38px;
  color: #666;
  text-align: center;
  line-height: 62px;
  font-family: NotoSansSC-Regular;
  width: 880px;
}
.home-section1 .more-button {
  width: 326px;
  height: 100px;
  margin: 0 auto;
  background-color: #d8241f;
  font-size: 36px;
}
.home-section1 .more-button a {
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  padding-left: 2px;
}

.home-section2 .product-list {
  margin: 55px auto 107px;
  width: 970px;
}
.home-section2 .product-list li {
  width: 970px;
  height: 490px;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
}
.home-section2 .product-list li .img-box {
  width: 100%;
  height: 100%;
}
.home-section2 .product-list li .img-box img {
  width: 100%;
  height: 100%;
}
.home-section2 .product-list li span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 54px;
  text-align: center;
  height: 120px;
  padding-top: 30px;
}
.home-section2 .more-link {
  margin-bottom: 200px;
  text-align: center;
  font-size: 60px;
  font-family: "NotoSansSC-Bold";
}
.home-section2 .more-link a {
  color: #999;
}
.home-section2 .more-link span {
  margin: 28px auto 0;
  display: block;
  width: 74px;
  height: 38px;
  background: url(../images/icon-more-product.png) no-repeat;
}

.home-section3 .wuliu-tab {
  margin-top: 140px;
  margin-bottom: 70px;
}
.home-section3 .wuliu-tab .item {
  display: block;
  margin: -70px auto 0;
  width: 986px;
  height: 923px;
  background: url(../images/bg-wuliu.png) no-repeat;
  overflow: hidden;
}
.home-section3 .wuliu-tab .item .img {
  margin-top: 22px;
  width: 970px;
  height: 414px;
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 381px, calc(100% - 53px) 100%, 0 100%, 0 42px);
          clip-path: polygon(70px 0, 100% 0, 100% 381px, calc(100% - 53px) 100%, 0 100%, 0 42px);
}
.home-section3 .wuliu-tab .item .img img {
  width: 100%;
  height: 100%;
}
.home-section3 .wuliu-tab .item .text {
  color: #fff;
  text-align: center;
}
.home-section3 .wuliu-tab .item .text h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 60px;
  font-family: "NotoSansSC-Bold";
}
.home-section3 .wuliu-tab .item .text p {
  font-size: 36px;
  font-family: "NotoSansSC-Regular";
  line-height: 48px;
}

.home-section4 .contact-info {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-section4 .contact-info .info-item {
  padding-bottom: 110px;
  width: 910px;
  border-bottom: 3px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-section4 .contact-info .info-item .icon {
  margin-top: 97px;
  margin-bottom: 46px;
  width: 147px;
  height: 170px;
  line-height: 160px;
  text-align: center;
  background: url(../images/bg-lbx.png) no-repeat;
}
.home-section4 .contact-info .info-item .text {
  text-align: center;
}
.home-section4 .contact-info .info-item .text h4 {
  margin-bottom: 38px;
  font-size: 48px;
  color: #333;
  font-family: "NotoSansSC-Regular";
}
.home-section4 .contact-info .info-item .text p {
  font-size: 64px;
  font-style: italic;
  font-family: "NotoSansSC-Medium";
  color: #666;
}
.home-section4 .contact-info .info-item:first-child .text p {
  font-size: 48px;
  line-height: 63px;
}
.home-section4 .contact-info .info-item:last-child {
  border-bottom: none;
}
.home-section4 .contact-info .info-item:last-child .text p {
  font-size: 52px;
}

.footer {
  width: 100%;
  height: 940px;
  background-color: #ebeff2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 150px;
}
.footer .logo {
  margin-left: 116px;
  margin-bottom: 100px;
}
.footer .copyright-info {
  text-align: center;
  font-size: 36px;
}
.footer .copyright-info p {
  line-height: 70px;
  color: #666;
}
.footer .copyright-info p a {
  color: #666;
}
.footer .copyright-info p.powerby {
  color: #999;
}
.footer .copyright-info p.powerby a {
  color: #333;
}
.footer .language-change {
  margin: 90px auto 0;
  width: 857px;
  height: 122px;
  border: 3px solid #a0a0a0;
  position: relative;
  overflow: hidden;
}
.footer .language-change h2 {
  line-height: 122px;
  font-size: 48px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 45px;
  background: url(../images/menu-arrow-hover.png) no-repeat 782px center;
  font-weight: bold;
}
.footer .language-change ul {
  position: absolute;
  top: -469px;
  border: 3px solid #a0a0a0;
  border-bottom: none;
  width: calc(100% + 6px);
  background-color: #f7f7f7;
  left: -3px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .language-change ul li {
  padding: 0 45px;
  line-height: 122px;
  border-bottom: 3px solid #d3d3d3;
}
.footer .language-change ul li a {
  display: block;
  color: #666;
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
}
.footer .language-change.show {
  overflow: visible;
}
.footer .language-change.show h2 {
  background: url(../images/menu-arrow-up.png) no-repeat 782px center;
}
.footer .language-change.show ul {
  opacity: 1;
  top: -369px;
}

.about-banner .banner-container .bd ul li {
  overflow: hidden;
}
.about-banner .banner-container .bd ul li .sologen {
  display: block;
  margin-top: 450px;
  margin-left: 240px;
  height: auto;
}
.about-banner .banner-container .bd ul li .sologen h2 {
  margin: 0;
  font-size: 71px;
  line-height: 90px;
}
.about-banner .banner-container .bd ul li .sologen h2 span {
  font-size: 71px;
}
.about-banner .banner-container .bd ul li .sologen h2.sub {
  margin-left: 143px;
}

.content-container {
  margin: 0 auto;
  width: 920px;
}

.content-about {
  padding: 0 28px;
  margin-top: 50px;
}

.content-tt-h2 {
  margin-bottom: 55px;
  padding-left: 78px;
  font-size: 78px;
  font-family: NotoSansSC-Bold;
  color: #333;
  background: url(../images/icon-arror-right.png) no-repeat left center;
}

.about-intro-text {
  margin-bottom: 200px;
}
.about-intro-text p {
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 72px;
  color: #666;
  font-family: "NotoSansSC-Medium";
}

.about-main-data {
  margin-top: 85px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-main-data .item {
  padding-top: 50px;
  width: 435px;
  height: 310px;
  border-top: 3px solid #bfbfbf;
}
.about-main-data .item .count {
  font-size: 99px;
  color: #d8241f;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-main-data .item .count .num {
  font-size: 149px;
  color: #333;
  line-height: 1em;
  font-family: "FUSTAT-REGULAR";
}
.about-main-data .item .count .plus {
  display: inline-block;
  margin-top: -48px;
  font-weight: bold;
}
.about-main-data .item .count .unit {
  margin-left: 22px;
  font-size: 60px;
  color: #333;
  margin-top: 35px;
}
.about-main-data .item .text {
  margin-top: 10px;
  font-size: 40px;
  color: #666;
}

.content-title {
  margin-top: 75px;
  margin-bottom: 55px;
  font-size: 78px;
  color: #333;
  font-family: "NotoSansSC-Bold";
}

.content-text {
  font-family: "NotoSansSC-Medium";
  font-size: 40px;
  color: #666;
  letter-spacing: 2px;
}
.content-text p {
  margin-bottom: 60px;
  line-height: 72px;
}

.content-wuliu .wuliu-item {
  margin: 100px auto 0;
  width: 986px;
  height: 923px;
  background: url(../images/bg-wuliu.png) no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.content-wuliu .wuliu-item .img {
  margin-top: 22px;
  width: 970px;
  height: 414px;
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 381px, calc(100% - 53px) 100%, 0 100%, 0 42px);
  clip-path: polygon(70px 0, 100% 0, 100% 381px, calc(100% - 53px) 100%, 0 100%, 0 42px);
}
.content-wuliu .wuliu-item .img img {
  width: 100%;
  height: 100%;
}
.content-wuliu .wuliu-item .text {
  color: #fff;
  text-align: center;
}
.content-wuliu .wuliu-item .text h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 60px;
  font-family: "NotoSansSC-Bold";
}
.content-wuliu .wuliu-item .text p {
  font-size: 36px;
  font-family: "NotoSansSC-Regular";
  line-height: 48px;
}
.content-wuliu .wuliu-item:first-child {
  margin-top: 200px;
}
.content-wuliu .wuliu-item:last-child {
  margin-top: 125px;
}
.content-wuliu .chuan-company {
  margin-top: -204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.content-wuliu .chuan-company li a{
  width: 480px;
  height: 352px;
  border: 3px solid #e5e5e5;
  border-left: none;
  border-bottom: none;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-wuliu .chuan-company li a {
  display: block;
}
.content-wuliu .chuan-company li img {
  max-width: 100%;
  max-height: 100%;
}
.content-wuliu .chuan-company li:nth-child(1), .content-wuliu .chuan-company li:nth-child(2) {
  border-top: none;
}

.joinus-banner .banner-container .bd ul li .sologen {
  display: block;
  padding-top: 254px;
  overflow: hidden;
}
.joinus-banner .banner-container .bd ul li .sologen h2 {
  margin: 0;
  margin-left: 280px;
  margin-bottom: 22px;
  font-size: 84px;
  text-shadow: 0 0 3px rgba(22, 45, 68, 0.4);
}
.joinus-banner .banner-container .bd ul li .sologen h2 span {
  font-size: 84px;
}
.joinus-banner .banner-container .bd ul li .sologen h2.sub {
  margin-left: 450px;
}

.content-joinus .joinus-lists {
  margin-top: 45px;
  margin-bottom: 70px;
}
.content-joinus .joinus-lists li {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #d9d9d9;
  height: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-joinus .joinus-lists li .icon {
  width: 155px;
}
/* .content-joinus .joinus-lists li .text {
  width: 600px;
} */
.content-joinus .joinus-lists li .text .hd {
  margin-bottom: 55px;
  font-family: "NotoSansSC-Regular";
  font-size: 72px;
  color: 3333;
}
.content-joinus .joinus-lists li .text .bd {
  font-family: "NotoSansSC-Medium";
  font-size: 40px;
  color: #666;
}
.content-joinus .joinus-lists li .text .bd p {
  line-height: 60px;
}
.content-joinus .contact-us {
  margin-bottom: 250px;
  font-size: 40px;
  color: #000;
  font-family: "NotoSansSC-Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-joinus .contact-us a {
  margin-left: 30px;
  display: inline-block;
  width: 292px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  border: 3px solid #d8241f;
  border-radius: 10px;
  font-size: 48px;
  font-family: "NotoSansSC-Bold";
  color: #d8241f;
}

.contact-banner .banner-container .bd ul li {
  overflow: hidden;
}
.contact-banner .banner-container .bd ul li .sologen {
  display: block;
  margin-top: 415px;
  margin-left: 240px;
  height: auto;
}
.contact-banner .banner-container .bd ul li .sologen h2 {
  margin: 0;
  font-size: 90px;
  line-height: 108px;
  text-shadow: 0 0 3px rgba(22, 45, 68, 0.4);
}
.contact-banner .banner-container .bd ul li .sologen h2 span {
  font-size: 90px;
}
.contact-banner .banner-container .bd ul li .sologen h2.sub {
  margin-left: 190px;
}

.contact-banner {
  margin-bottom: 45px;
}

.content-contact .content-title {
  margin-top: 102px;
  margin-bottom: 122px;
}
.content-contact .company-category {
  padding-left: 60px;
  margin-bottom: 90px;
  font-family: "NotoSansSC-Bold";
  font-size: 60px;
  color: #333;
  background: url(../images/icon-arrow-right2.png) no-repeat left center;
}
.content-contact .company-contact-info .company-name {
  margin-bottom: 40px;
  font-family: "NotoSansSC-Bold";
  font-size: 48px;
  color: #666;
}
.content-contact .company-contact-info .info {
  font-size: 40px;
  font-family: "NotoSansSC-Regular";
  color: #666;
}
.content-contact .company-contact-info .info p {
  line-height: 72px;
}
.content-contact .company-contact-info .info p span {
  color: #999;
  margin-right: 15px;
}
.content-contact .note-text {
  padding-left: 64px;
  position: relative;
  border-top: 3px solid #e5e5e5;
  margin-top: 80px;
  margin-bottom: 120px;
  padding-top: 80px;
  font-family: "NotoSansSC-Regular";
  line-height: 62px;
  font-size: 38px;
}
.content-contact .note-text span {
  font-weight: bold;
  font-size: 46px;
  color: #d8241f;
  margin: 0 5px;
}
.content-contact .note-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d8241f;
  left: 25px;
  top: 100px;
}
.content-contact .company-jygs {
  border-bottom: 3px solid #e5e5e5;
  margin-bottom: 150px;
}
.content-contact .company-jygs .company-contact-info {
  margin-bottom: 105px;
}
.content-contact .company-jygs .company-contact-info .sub-name {
  margin-top: -30px;
  margin-bottom: 45px;
  font-size: 38px;
  color: #333;
}
.content-contact .company-hwjg .company-contact-info {
  margin-bottom: 145px;
}
.content-contact .company-hwjg .company-contact-info .sub-name {
  margin-bottom: 20px;
  font-size: 38px;
  color: #333;
  font-family: "NotoSansSC-Bold";
}
.content-contact .company-hwjg .company-contact-info .info p {
  font-family: "NotoSansSC-Medium";
}
.content-contact .company-hwjg .company-contact-info .info p span {
  font-family: "NotoSansSC-Regular";
}

.message-contact .message-form {
  margin-top: 115px;
}
.message-contact .message-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.message-contact .message-form .row .col {
  margin-bottom: 76px;
  border: 2px solid #999999;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message-contact .message-form .row .col label {
  width: 175px;
  line-height: 108px;
  text-align: center;
  font-family: "NotoSansSC-Medium";
  font-size: 37px;
  color: #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.message-contact .message-form .row .col input[type=text] {
  font-size: 37px;
  border: none;
  outline: none;
  height: 104px;
  margin-top: 2px;
  width: calc(100% - 180px);
  font-family: "NotoSansSC-Regular";
}
.message-contact .message-form .row .col-1 {
  width: 100%;
}
.message-contact .message-form .row .col-2 {
  width: 48%;
}
.message-contact .message-form .row .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message-contact .message-form .row .captcha input {
  margin-right: 10px;
  width: 48%;
  font-size: 37px;
  font-family: "NotoSansSC-Regular";
  border: 2px solid #999;
  padding: 0 10px;
}
.message-contact .message-form .row .captcha img {
  width: 255px;
  height: 100px;
}
.message-contact .message-form .row.textarea .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.message-contact .message-form .row.textarea .col label {
  margin-left: 30px;
}
.message-contact .message-form .row.textarea .col textarea {
  font-size: 37px;
  padding: 30px;
  width: 99%;
  margin-left: 2px;
  margin-bottom: 3px;
  font-family: "NotoSansSC-Regular";
}
.message-contact .message-form .remark {
  margin-top: 55px;
  margin-bottom: 200px;
  display: block;
  font-size: 40px;
  color: #999;
  font-family: "NotoSansSC-Regular";
}
.message-contact .message-form .submit-btn {
  margin-bottom: 200px;
}
.message-contact .message-form .submit-btn .btn {
  width: 100%;
  height: 95px;
  line-height: 95px;
  display: block;
  background-color: #d8241f;
  color: #fff;
  font-size: 37px;
  font-family: "NotoSansSC-Medium";
}

.content-product {
  padding-top: 50px;
  margin-bottom: 200px;
}
.content-product .rz {
  margin-bottom: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-product .rz li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 243px;
}
.content-product .rz li .icon {
  margin-bottom: 40px;
  height: 114px;
  line-height: 114px;
}
.content-product .rz li .tt {
  text-align: center;
  font-family: "NotoSansSC-Bold";
  font-size: 36px;
  line-height: 48px;
  color: #333;
}
.content-product .rz .li-1 {
  width: 311px;
  border-right: 3px solid #e5e5e5;
}
.content-product .rz .li-2 {
  width: 297px;
  border-right: 3px solid #e5e5e5;
}
.content-product .rz .li-3 {
  width: 356px;
}

.content-product-detail .content-title {
  margin-top: 83px;
  margin-bottom: 48px;
}
.more-product-contactus {
  margin-bottom: 130px;
  padding-left: 25px;
  border-left: 7px solid #ffa8a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.more-product-contactus p {
  font-size: 40px;
  color: #666;
  font-style: italic;
  font-family: "NotoSansSC-Regular";
  line-height: 68px;
}
.more-product-contactus p span {
  color: #d8241f;
  font-weight: bold;
}
.more-product-contactus p em {
  text-decoration: underline;
  color: #333;
}
.content-product-detail .product-list {
  margin-bottom: 45px;
  border: 3px solid #d5d5d5;
}
.content-product-detail .product-list li {
  padding: 0 75px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "NotoSansSC-Medium";
  color: #666;
  font-size: 40px;
  line-height: 68px;
}
.content-product-detail .product-list li:nth-child(even) {
  background-color: #f3f3f3;
}

.product-bottom-img{
  margin: 0 -55px -200px;
}
.product-bottom-img img{
  width: 100%;
}

.product-shui-tab{

}
.product-shui-tab .hd{
  margin-bottom: 70px;
}
.product-shui-tab .hd ul {
  display: flex;
  justify-content: space-between;
}
.product-shui-tab .hd ul li{
  width: 435px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  border-radius: 8px;
  background-color: #999999;
  font-size:51px;
  font-family: NotoSansSC-Medium;
  color:#fff;
}
.product-shui-tab .hd ul li.on{
  background-color: #d8241f;
}

.product-page .product-list{
  width: 970px;
  margin-left: -25px;
}

.content-wuliu{
  width: 970px;
}
.ml30{
  margin-left: 30px;
}
.mr50{
  margin-right: 50px;
}

::placeholder{
  color:#cfcfcf;
  font-family: "Inter_18pt-Regular";
}

.btn-prev-next{
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
}
.btn-prev-next>.btn{
  display: block;
  width:400px;
  height:128px;
  line-height: 120px;
  border:2px solid #bfbfbf;
  color:#999;
  text-transform: uppercase;
  font-family: "Inter_18pt-Medium";
  box-sizing: border-box;
  font-size:44px;
}
.btn-prev-next>.btn-next{
  background: url(../images/right-arrow.png) no-repeat;
      padding-left: 110px;
    background-position: 315px center;
}
.btn-prev-next>.btn-prev{
  background: url(../images/left-arrow.png) no-repeat;
  padding-left:145px;
  background-position: 55px center;
}
.btn-disable{
  opacity: .3;
}