@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN";
  src: url(../fonts/sourcehansans.ttf) format("truetype");
  src: url(../fonts/sourcehansans.woff) format("woff");
}
@font-face {
  font-family: "FUSTAT-REGULAR";
  src: url(../fonts/FUSTAT-REGULAR.ttf) format("truetype");
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Heavy";
  src: url(../fonts/Alibaba-PuHuiTi-Heavy.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansSC-Bold";
  src: url(../fonts/NotoSansSC-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansSC-Light";
  src: url(../fonts/NotoSansSC-Light.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansSC-Medium";
  src: url(../fonts/NotoSansSC-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansSC-Regular";
  src: url(../fonts/NotoSansSC-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansSC-Thin";
  src: url(../fonts/NotoSansSC-Thin.ttf) format("truetype");
}

@media screen and (max-width:1599px){
  body{
    opacity: 0;
    transition: opacity 0.1s ease; /* 淡入过渡，更丝滑 */
    width: 1920px;
    transform-origin: top left;
    overflow-x:hidden;
    margin: 0 auto;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "NotoSansSC-Medium","SourceHanSansCN", sans-serif;
}

a {
  text-decoration: none;
  color: #333333;
}

ul, ol {
  list-style: none;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.por {
  position: relative;
}

body {
  min-width: 1360px;
}

.main-container {
  width: 1360px;
  margin: 0 auto;
  height: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.header {
  width: 100%;
  height: 123px;
  background-color: #fff;
  border-bottom: 1px solid #bfbfbf;
}
.header .header-logo {
  margin-top: 32px;
}
.header .header-logo img {
  width: 100%;
  height: 100%;
}
.header .language-change {
  margin-top: 41px;
  text-align: center;
  width: 55px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #707070;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.header .language-change a {
  display: block;
  width: 54px;
  height: 39px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .language-change a:hover {
  background-color: #d8241f;
  color: #fff;
}
.header .language-change ul {
  display: none;
  position: absolute;
  top: 38px;
  z-index: 999;
  border: 1px solid #707070;
  left: -1px;
  background: rgba(255, 255, 255, 0.5);
}
.header .language-change:hover {
  border-color: #d8241f;
}
.header .language-change:hover ul {
  display: block;
}
.header .header-nav {
  height: 100%;
  margin-right: 25px;
}
.header .header-nav .nav {
  position: relative;
  height: 100%;
}
.header .header-nav .nav > li {
  height: 100%;
  float: left;
  margin: 0 16px;
  position: relative;
  z-index: 10;
}
.header .header-nav .nav > li > h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 123px;
}
.header .header-nav .nav > li > h3 > a {
  display: block;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: NotoSansSC-Regular;
}
.header .header-nav .nav > li:hover a, .header .header-nav .nav > li.active a {
  color: #d8241f;
}
.header .header-nav .nav > li .sub-nav {
  display: none;
  padding: 12px 0;
  position: absolute;
  top: 123px;
  left: -49px;
  z-index: 100;
  background-color: #fff;
  width: 175px;
  z-index: 999;
}
.header .header-nav .nav > li:nth-last-child(2) .sub-nav{
  left: -53px;
}
.header .header-nav .nav > li .sub-nav > li {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.header .header-nav .nav > li .sub-nav > li > a {
  display: block;
  color: #666;
}
.header .header-nav .nav > li .sub-nav > li:hover a, .header .header-nav .nav > li .sub-nav > li.active a {
  color: #d8241f;
}
.header .header-nav .nav .block {
  height: 5px;
  width: 32px;
  background: #d8241f;
  position: absolute;
  left: 0;
  top: 118px;
  overflow: hidden;
  z-index: 1;
}

.home-banner {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1920px;
  height: 650px;
  position: relative;
  z-index: 1;
  background: url(../images/banner-bg.png) no-repeat right bottom;
  background-position: right 26px;
}
.home-banner .banner-container {
  margin: 0 14px;
  width: calc(100% - 28px);
  height: 550px;
  position: relative;
  z-index: 2;
  background-color: #ccc;
  /* 裁剪路径，polygon 按坐标点绘制形状，坐标基于元素自身尺寸，单位可为百分比 */
  clip-path: polygon(35px 0, 100% 0, 100% 490px, calc(100% - 101px) 100%, 0 100%, 0 20px);
  /* 让裁剪后的边缘更平滑（可选，不同浏览器表现有差异） */
  -webkit-clip-path: polygon(35px 0, 100% 0, 100% 490px, calc(100% - 101px) 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(56px 0, 100% 0, 100% 495px, calc(100% - 101px) 100%, 0 100%, 0 33px);
  -webkit-clip-path: polygon(56px 0, 100% 0, 100% 495px, calc(100% - 101px) 100%, 0 100%, 0 33px);
}
.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: 72px;
  font-weight: bold;
  color: #fff;
  font-family: "Alibaba-PuHuiTi-Heavy";
}
.home-banner .banner-container .bd ul li .sologen h2 span {
  opacity: 0.4;
  font-family: "Alibaba-PuHuiTi-Heavy";
}
.home-banner .banner-container .bd ul li .about-sologen {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 48px;
  margin-top: 228px;
  margin-right: 45px;
}
.home-banner .banner-container .bd ul li .about-sologen h2 {
  font-size: 48px;
}
.home-banner .banner-container .bd ul li .joinus-sologen h2{
  font-size:64px;
}
.home-banner .banner-container .bd ul li .contact-sologen h2{
  font-size:64px;
  margin: 0 17px;
}
.home-banner .banner-container .hd {
  width: 100%;
  height: 27px;
  bottom: 30px;
  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 8px;
  width: 15px;
  height: 9px;
  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: 14px;
  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: 4px;
  top: -1px;
}
.home-banner .banner-container .prev, .home-banner .banner-container .next {
  position: absolute;
  z-index: 20;
  height: 90px;
  width: 32px;
  top: 210px;
  background: url(../images/banner-change-btn.svg) no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-banner .banner-container .prev {
  border-left: none;
  left: 0;
}
.home-banner .banner-container .prev:hover {
  background: url(../images/banner-change-btn-hover.svg) no-repeat;
}
.home-banner .banner-container .next {
  border-right: none;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-banner .banner-container .next:hover {
  background: url(../images/banner-change-btn-hover.svg) no-repeat;
}

.home-h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 48px;
  margin-bottom: 16px;
  font-family: 'NotoSansSC-Bold';
}

.home-h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #666;
  line-height: 28px;
  font-family: NotoSansSC-Regular;
}

.home-section1 {
  padding-bottom: 110px;
}
.home-section1 .tt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  color: #999;
  line-height: 48px;
  font-family: 'NotoSansSC-Bold';
}
.home-section1 .tt em {
  font-size: 48px;
  color: #333;
  font-style: normal;
  display: block;
  font-family: 'NotoSansSC-Bold';
}
.home-section1 .intro {
  margin-bottom: 35px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  text-align: center;
  line-height: 25px;
  font-family: NotoSansSC-Regular;
}
.home-section1 .more-button {
  width: 106px;
  height: 38px;
  margin: 0 auto;
  background-color: #d8241f;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section1 .more-button a {
  color: #fff;
  display: block;
  line-height:37px;
  text-align:center;
  padding-left:2px;
}

.home-section1 .more-button:hover {
  background-color: #9b0000;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.home-section2 .product-list, .project-content .product-list {
  margin-top: 65px;
  margin-bottom: 65px;
  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;
}
.home-section2 .product-list li, .project-content .product-list li {
  width: 446px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home-section2 .product-list li .img-box, .project-content .product-list li .img-box {
  width: 100%;
  height: 100%;
}
.home-section2 .product-list li .img-box img, .project-content .product-list li .img-box img {
  width: 100%;
  height: 100%;
}
.home-section2 .product-list li a, .project-content .product-list li a {
  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: 18px;
  text-align: center;
  height: 128px;
  padding-top: 85px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-section2 .product-list li:hover a, .project-content .product-list li:hover a {
  padding-top: 0;
  height: 100%;
  padding-top: 32%;
  font-size: 22px;
}
.home-section2 .more-link, .project-content .more-link {
  text-align: center;
  font-size: 24px;
}
.home-section2 .more-link a, .project-content .more-link a {
  color: #999;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-section2 .more-link a:hover, .project-content .more-link a:hover {
  color: #d8241f;
}
.home-section2 .more-link a:hover + span, .project-content .more-link a:hover + span {
  -webkit-animation: fadeInDown 0.8s linear infinite;
          animation: fadeInDown 0.8s linear infinite;
}
.home-section2 .more-link span, .project-content .more-link span {
  margin: 14px auto 0;
  display: block;
  width: 31px;
  height: 16px;
  background: url(../images/arrow-down.png) no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-section3 {
  margin-top: 125px;
}
.home-section3 .tab-wrap {
  margin-top: 60px;
}
.home-section3 .tab-wrap .hd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
}
.home-section3 .tab-wrap .hd ul li {
  padding: 0 30px;
  font-size: 24px;
  color: #999;
  border-right: 1px solid #999;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.home-section3 .tab-wrap .hd ul li:last-child {
  border-right: none;
}
.home-section3 .tab-wrap .hd ul li:hover, .home-section3 .tab-wrap .hd ul li.on {
  color: #d8241f;
  font-weight: bold;
}
.home-section3 .tab-wrap .bd {
  margin: 0 auto;
  width: 100%;
  max-width: 1720px;
  height: 580px;
}
.home-section3 .tab-wrap .bd ul li {
  width: 100%;
  height: 580px;
}
.home-section3 .tab-wrap .bd ul .jzx {
  background: url(../images/bg-jizx.jpg) no-repeat center center;
  color: #fff;
}
.home-section3 .tab-wrap .bd ul .jzx h2 {
  text-align: right;
  margin-top: 95px;
  margin-right: 75px;
  font-size: 36px;
}
.home-section3 .tab-wrap .bd ul .jzx p {
  margin-top: 10px;
  margin-right: 75px;
  text-align: right;
  line-height: 24px;
  font-size: 16px;
  font-family: "NotoSansSC-Light";
}
.home-section3 .tab-wrap .bd ul .jzx .more-link {
  display: block;
  float: right;
  width: 88px;
  height: 32px;
  line-height:31px;
  text-align:center;
  background-color: #d8241f;
  color: #fff;
  margin-right: 75px;
  margin-top: 20px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left:2px;
}
.home-section3 .tab-wrap .bd ul .jzx .more-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.9;
}
.home-section3 .tab-wrap .bd ul .szh {
  background: url(../images/bg-szh.jpg) no-repeat center center;
}
.home-section3 .tab-wrap .bd ul .szh h2 {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 30px;
  font-size: 36px;
  color: #fff;
}
.home-section3 .tab-wrap .bd ul .szh p{
  color:#fff;
  text-align: center;
  margin-top:-20px;
  margin-bottom: 20px;
  font-family: "NotoSansSC-Light";
}
.home-section3 .tab-wrap .bd ul .szh .more-link {
  display: block;
  margin: 0 auto;
  width: 88px;
  height: 32px;
  text-align:center;
  line-height:31px;
  background-color: #d8241f;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  padding-left:2px;
}
.home-section3 .tab-wrap .bd ul .szh .more-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.9;
}

.home-section4 .contact-info {
  margin-top: 35px;
  margin-bottom: 155px;
  height: 278px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-section4 .contact-info .info-item {
  width: 340px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.home-section4 .contact-info .info-item .icon {
  padding-top: 20px;
  margin: 30px auto;
  text-align: center;
  width: 63px;
  height: 73px;
  background: url(../images/bg-polygon.png) no-repeat;
}
.home-section4 .contact-info .info-item:last-child {
  border-right: none;
}
.home-section4 .contact-info .info-item:last-child .icon {
  padding-top: 25px;
}
.home-section4 .contact-info .info-item .text h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  font-weight: lighter;
}
.home-section4 .contact-info .info-item .text p {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  font-weight: bold;
  font-style: italic;
  font-family: NotoSansSC-Regular;
}
.home-section4 .contact-info .info-item:nth-child(2) .text p, .home-section4 .contact-info .info-item:nth-child(3) .text p {
  padding-top: 17px;
  font-size: 28px;
}
.home-section4 .contact-info .info-item:nth-child(4) .text p {
  padding-top: 16px;
  font-size: 21px;
}

.position-wrap {
  margin: 15px auto;
  width:1360px;
  height: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 14px;
}
.position-wrap .split {
  margin: 0 10px;
  width: 6px;
  height: 10px;
  background: url(../images/icon-right-arrow.png) no-repeat;
}
.position-wrap a {
  color: #666;
}
.position-wrap a:hover {
  color: #d8241f;
}

.position-wrap-nobanner {
  margin: 35px auto 40px;
  height: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 14px;
  position: relative;
  z-index: 9;
  font-family: "Inter_18pt-Regular";
}
.position-wrap-nobanner .split {
  margin: 0 10px;
  width: 6px;
  height: 10px;
  background: url(../images/icon-right-arrow.png) no-repeat;
}
.position-wrap-nobanner a{
  color:#999;
}
.position-wrap-nobanner a:hover {
  color: #d8241f;
}

.footer {
  width: 100%;
  height: 365px;
  background-color: #ebeff2;
}
.footer .footer-logo {
  margin-top: 55px;
  margin-bottom: 40px;
}
.footer .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer .copyright-info p, .footer .power-by p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  font-weight: normal;
  font-family: FUSTAT-REGULAR;
}
.footer .copyright-info p a, .footer .power-by p a {
  color: #666;
  font-family: FUSTAT-REGULAR;
}
.footer .copyright-info p a:hover, .footer .power-by p a:hover {
  color: #d8241f;
}
.footer .power-by {
  margin-top: 3px;
}
.footer .power-by p{
  color: #999;
}
.footer .power-by p a{
  color:#333;
}
.footer .bottom-menu {
  float: right;
  margin-top: 60px;
}
.footer .bottom-menu li {
  font-size: 16px;
  margin-bottom: 25px;
}
.footer .bottom-menu li a {
  color: #666;
}
.footer .bottom-menu li a:hover {
  color: #d8241f;
}
.footer .bottom-menu li.bold {
  font-weight: bold;
}
.footer .bottom-menu li.bold a {
  color: #333;
}
.footer .bottom-menu li.bold a:hover {
  color: #d8241f;
}
.footer .bottom-menu-1 {
  width: 230px;
}
.footer .bottom-menu-2 {
  width: 165px;
}
.footer .bottom-menu-3 {
  width: 115px;
}

.about-content dl {
  margin-bottom: 124px;
}
.about-content dl dt {
  float: left;
  width: 292px;
  padding-left: 80px;
}
.about-content dl dt h2 {
  padding-left: 36px;
  background: url(../images/icon-red-arrow.png) no-repeat left center;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 1em;
  height: 40px;
  font-family: NotoSansSC-Regular;
}
.about-content dl dd {
  float: right;
  width: 987px;
  font-size: 18px;
  color: #666;
  line-height: 28px;
  font-weight: normal;
}
.about-content dl dd p {
  margin-bottom: 35px;
  margin-top: -5px;
  font-family: NotoSansSC-Regular;
  color:#333;
}
.about-content dl .main-data .item {
  width: 367px;
  height: 170px;
  margin-right: 50px;
  float: left;
  border-top: 1px solid #bfbfbf;
  padding-top: 22px;
}
.about-content dl .main-data .item .count {
  font-size: 48px;
  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-content dl .main-data .item .count .num {
  font-size: 72px;
  color: #333;
  line-height: 1em;
  font-family: "FUSTAT-REGULAR";
}
.about-content dl .main-data .item .count .unit {
  margin-left: 10px;
  font-size: 24px;
  color: #333;
  margin-top: 35px;
}
.about-content dl .main-data .item .count .plus {
  display: inline-block;
}
.about-content dl .main-data .item .text {
  font-size: 18px;
  color: #666;
}

.joinus-content {
  margin: 0 auto 120px;
  /* width: 1200px; */
}
.joinus-content .intro-text {
  margin-bottom: 90px;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
}
.joinus-content .intro-text p{
  font-family: NotoSansSC-Regular;
  color:#777;
  letter-spacing: 1px;
}
.joinus-content .values-and-belief .tt {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: NotoSansSC-Regular;
}
.joinus-content .values-and-belief ul li {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 134px;
}
.joinus-content .values-and-belief ul li .icon {
  width: 73px;
  height: 50px;
  display: flex;
  align-items: center;
}
.joinus-content .values-and-belief ul li .hd {
  width: 218px;
  font-size: 36px;
  color: #333;
  font-family: NotoSansSC-Light;
  font-weight: normal;
}
.joinus-content .values-and-belief ul li .bd {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  font-family: NotoSansSC-Regular;
}
.joinus-content .contact-us {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  font-size: 24px;
  color: #333;
  font-weight: lighter;
}
.joinus-content .contact-us p{
  font-family:NotoSansSC-Light;
}
.joinus-content .contact-us .contact-link {
  display: block;
  width: 130px;
  height: 60px;
  line-height: 57px;
  text-align: center;
  color: #d8241f;
  border: 1px solid #d8241f;
  border-radius: 5px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size:21px;
  padding-left:1px;
}
.joinus-content .contact-us .contact-link:hover {
  background-color: #d8241f;
  color: #fff;
}

.project-content .intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.project-content .intro-text .text .hd {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: NotoSansSC-Bold;
}
.project-content .intro-text .text p {
  font-size: 20px;
  color: #777;
  line-height: 30px;
  font-family: NotoSansSC-Regular;
}
.project-content .intro-text .rz {
  width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -16px;
}
.project-content .intro-text .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;
}
.project-content .intro-text .rz li .icon {
  margin-bottom: 18px;
  height:70px;
  display: flex;
  align-items: center;
}
.project-content .intro-text .rz li .tt {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  font-weight: 400;
}

.product-detail-banner {
  height: 530px;
  background: url(../images/banner-bg-2.png) no-repeat right bottom;
  background-position: right 26px;
}
.product-detail-banner .banner-container {
  height: 416px;
  /* background: none; */
  -webkit-clip-path: polygon(35px 0, 100% 0, 100% 363px, calc(100% - 90px) 100%, 0 100%, 0 20px);
  clip-path: polygon(35px 0, 100% 0, 100% 363px, calc(100% - 90px) 100%, 0 100%, 0 20px);
}
.product-detail-banner .banner-container .bd ul li {
  -webkit-clip-path: polygon(56px 0, 100% 0, 100% 363px, calc(100% - 90px) 100%, 0 100%, 0 33px);
  clip-path: polygon(56px 0, 100% 0, 100% 363px, calc(100% - 90px) 100%, 0 100%, 0 33px);
}
.product-detail-banner .banner-container .bd ul li .product-sologen {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 50px;
  margin-top: 165px;
  margin-left: 110px;
}
.product-detail-banner .banner-container .bd ul li .product-sologen h2 {
  font-size: 48px;
}
.product-bottom{
  margin-bottom: 100px;
}
.project-detail-content {
  /* width: 1200px; */
  margin: 0 auto 120px;
}
.project-detail-content .hd {
  margin-bottom: 15px;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  line-height: 1em;
  font-family: NotoSansSC-Regular;
}
.project-detail-content .intro {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-bottom: 40px;
  font-family: NotoSansSC-Regular;
}
.project-detail-content .feiliao-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: start;
}
.project-detail-content .feiliao-list ul {
  width: 440px;
  border: 1px solid #d5d5d5;
}
.project-detail-content .feiliao-list ul li {
  height: 45px;
  line-height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project-detail-content .feiliao-list ul li:nth-child(even) {
  background-color: #f7f7f7;
}

.wuliu-content .wuliu-item .hd {
  padding-left: 33px;
  font-size: 30px;
  color: #333;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(../images/icon-red-arrow-27.png) no-repeat left center;
  font-family: NotoSansSC-Bold;
  height: 34px;
}
.wuliu-content .wuliu-item .jzx {
  margin-top: 30px;
  background: url(../images/bg-jizx.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  height: 405px;
  position: relative;
}
.wuliu-content .wuliu-item .jzx:after {
  content: "";
  display: block;
  clear: both;
  width: 50px;
  height: 10px;
  background-color: #fff;
  top: -3px;
  left: 568px;
  position: absolute;
}
.wuliu-content .wuliu-item .jzx h2 {
  margin-top: 95px;
  margin-right: 185px;
  margin-bottom: 15px;
  line-height: 1em;
  font-size: 36px;
  font-family: NotoSansSC-Bold;
  text-align: right;
}
.wuliu-content .wuliu-item .jzx p {
  margin-right: 185px;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  font-family: NotoSansSC-Light;
}
.wuliu-content .wuliu-item .chuan-company {
  border: 1px solid #e5e5e5;
  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;
  position: relative;
  margin-top: -130px;
  border-top: none;
  border-bottom: none;
  padding-top: 21px;
  margin-bottom: 75px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wuliu-content .wuliu-item .chuan-company li {
  width: 290px;
  height: 180px;
  width: 271px;
  height: 184px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wuliu-content .wuliu-item .chuan-company li:nth-child(5n) {
  border-right: none;
}
.wuliu-content .wuliu-item .chuan-company li a {
  width: 100%;
  height: 100%;
  display: block;
  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;
}
.wuliu-content .wuliu-item .chuan-company li a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wuliu-content .wuliu-item .chuan-company li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wuliu-content .wuliu-item .szh {
  margin-bottom: 75px;
  margin-top: 30px;
  background: url(../images/bg-szh2.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  height: 459px;
  text-align: center;
  position: relative;
}
.wuliu-content .wuliu-item .szh:after {
  content: "";
  display: block;
  clear: both;
  width: 50px;
  height: 10px;
  background-color: #fff;
  top: -5px;
  left: 744px;
  position: absolute;
  border-bottom: 1px solid #ffffff;
}
.wuliu-content .wuliu-item .szh h2 {
  margin-top: 85px;
  margin-bottom: 15px;
  line-height: 1em;
  font-size: 36px;
  font-family: NotoSansSC-Bold;
}
.wuliu-content .wuliu-item .szh p {
  font-size: 18px;
  line-height: 24px;
  font-family: NotoSansSC-Light;
}
.wuliu-content .wuliu-item .szh .more-link {
  display: block;
  width: 88px;
  height: 32px;
  line-height:31px;
  text-align:center;
  color: #fff;
  background-color: #d8241f;
  font-size: 14px;
  margin: 23px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wuliu-content .wuliu-item .szh .more-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contact-sologen {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  margin-left: -111px;
    margin-top: -44px;
}

.contact-content dl {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.contact-content dl dt {
  padding-left: 0;
  width: 455px;
}
.contact-content dl dd.intro-text {
  width: calc(100% - 455px);
  margin-bottom: 0;
}
.contact-content dl dd.intro-text .company-info .name {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1em;
  font-family: NotoSansSC-Regular;
}

.contact-content dl dd.intro-text .company-info .info p {
  font-size: 18px;
  line-height: 45px;
  color: #666;
  margin-bottom: 0;
  font-family: NotoSansSC-Medium;
  letter-spacing: 0;
  font-family: NotoSansSC-Regular;
}
.contact-content dl dd.intro-text .company-info .info p span {
  color: #999;
  margin-right: 0;
  font-family: NotoSansSC-Regular;
}
.contact-content dl dd.intro-text .company-info2 .info p{
	margin-bottom:7px;
}
.contact-content dl dd.intro-text .company-info2 .info p span{
	margin-right:15px;
}
.contact-content dl dd.intro-text .company-info2 .info p span img{
	margin-top:-4px;
	vertical-align: middle;
}
.contact-content dl dd.intro-text .jygs{
  float:left;
}
.contact-content dl dd.intro-text .jygs:nth-child(odd) {
  width:506px;
}
.contact-content dl dd.intro-text .jygs:nth-child(even) {
  width:370px;
}
.contact-content dl dd.intro-text .jygs .name {
  margin-bottom: 15px;
}
.contact-content dl dd.intro-text .jygs .info {
  margin-bottom: 55px;
  position: relative;
  padding-left:16px;
}
.contact-content dl dd.intro-text .jygs .info::before{
  content:'';
  display: block;
  width:0;
  height:88%;
  border:2px solid #e1e1e1;
  position: absolute;
  left:0;
  top:3px;
}
.contact-content dl dd.intro-text .jygs .info p{
  font-size: 16px;
  display: block;
  line-height: 24px;
}
.contact-content dl dd.intro-text .jygs .info p span{
  display: block;
}
.contact-content dl dd.intro-text .jygs .sub-name {
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 15px;
  font-weight: 400;
  color:#999;
}
.contact-content dl dd.intro-text .jygs:last-child {
  margin-bottom: -70px;
}
.contact-content-hwjg dl{
  border-bottom: none;
}
.contact-content .note {
  font-size: 24px;
  margin-top: 17px;
  margin-bottom: 70px;
}
.contact-content .note p{
  font-family: NotoSansSC-Light;
}
.contact-content .note span {
  color: #d8241f;
  font-weight:bold;
}

.contact-content-hwjg {
  padding-top: 65px;
}
.contact-content-hwjg .company-info {
  margin-bottom: 80px;
  width: 460px;
}
.contact-content-hwjg .company-info .name {
  margin-bottom: 20px !important;
  font-size:30px!important;
  display: flex;
}
.contact-content-hwjg .company-info .name img{
  margin-right: 15px;
}
.contact-content-hwjg .company-info .sub-name {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-content-hwjg .company-info .info p {
  font-size: 16px!important;
  line-height: 30px!important;
  font-family: NotoSansSC-Medium!important;
}

.message-form {
  margin: 50px auto;
  /* width: 1200px; */
}
.message-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 23px;
}
.message-form .row .col-3 {
  width: 440px;
}
.message-form .row .col-2 {
  width: 670px;
}
.message-form .row .col-1 {
  width: 100%;
}
.message-form .row .col label {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  color: #666;
}
.message-form .row .col .input-box {
  width: 100%;
  height: 48px;
  border: 1px solid #bfbfbf;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
::placeholder{
  color:#cfcfcf;
  font-family: NotoSansSC-Regular;
}
.message-form .row .col .input-box:focus {
  border-color: #d8241f;
}
.message-form .row .col .textarea-box {
  height: 145px;
  overflow-y: auto;
  padding: 15px;
}
.message-form .row .col-submit {
  width: 100%;
  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;
}
.message-form .row .col-submit .left {
  font-size: 16px;
  color: #999;
  line-height: 40px;
}
.message-form .row .col-submit .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.message-form .row .col-submit .right .captcha {
  width: 245px;
}
.message-form .row .col-submit .right .captcha img {
  width: 135px;
  height: 52px;
  vertical-align: middle;
}
.message-form .row .col-submit .right .captcha input[type=text] {
  width: 100px;
  height: 52px;
  border: 1px solid #bfbfbf;
  padding: 0 15px;
  outline: none;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.message-form .row .col-submit .right .captcha input[type=text]:focus {
  border-color: #d8241f;
}
.message-form .row .col-submit .right .btn {
  height: 52px;
  width: 185px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #d8241f;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
.message-form .row .col-submit .right .btn:hover {
  background-color: #b0130f;
  font-size: 18px;
}
.more-product-contactus{
  margin-bottom: 65px;
  padding-left: 25px;
  height:50px;
  border-left:5px solid #ffa8a6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.more-product-contactus p{
  font-size:17px;
  color:#666;
  font-style: italic;
  font-family: "NotoSansSC-Regular"
}
.more-product-contactus p span{
  color:#d8241f;
}
.more-product-contactus p em{
  text-decoration: underline;
  color:#333;
}

.product-shui-tab>.hd>ul{
  margin-bottom: 30px;
  display: flex;
}
.product-shui-tab>.hd>ul>li{
  margin-right: 12px;
  width:149px;
  height:40px;
  line-height: 40px;
  background-color: #999999;
  color:#fff;
  font-size:18px;
  font-family: "NotoSansSC-Medium";
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.product-shui-tab>.hd>ul>li.on{
  background-color: #d8241f;
}

.click-here{
  width:92px;
  height:29px;
  line-height:27px;
  display:inline-block;
  border:1px solid #d8241f;
  color:#d8241f;
  text-align:center;
  border-radius:3px;
  font-style:normal;
  margin:0 3px;
  transition: all .5s;
}
.click-here:hover{
  background-color: #d8241f;
  color:#fff;
}