.pt-30{
    padding-top: 30px;
  }
  .yxtianjianr h2 {
    font-size: 20px;
    color: #373330;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .yxchanpinyenr {
    font-size: 16px;
      line-height: 2;
      color: #666;
  }
  .yxchanpinyenr img {
    width: 30%!important;
  float: left;
  margin-right: 15px;
  }
  .hnyxshouye {
    display: inline;
  }
  .intl-tel-input .selected-flag .flag{
    color: #000;
  }
  .intl-tel-input .selected-flag .arrow{
    border-top-color: #000;
  }
  .img_sca {
    overflow: hidden;
  }
  .img_sca:hover .img_bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hnyxfoot {
        width: 400px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block;
      transform: translate(10px,7px);
  }
  .t_1 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @-webkit-keyframes rot_ani {
    0% {
      transform: rotate(0);
      -ms-transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
  }
  @-moz-keyframes rot_ani {
    0% {
      transform: rotate(0);
      -ms-transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
  }
  @-o-keyframes rot_ani {
    0% {
      transform: rotate(0);
      -ms-transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
  }
  @keyframes rot_ani {
    0% {
      transform: rotate(0);
      -ms-transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
  }
  .more_cont {
    position: relative;
    font-family: 'CormorantGaramond';
  }
  .more_cont .more_cont_img {
    position: relative;
    padding: 14px 15px;
    height: 40px;
  }
  .more_cont .more_cont_img .more_sub {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background-color: #b8b8b8;
    border-radius: 50%;
  }
  .more_cont .more_cont_img .more_img {
    width: 90px;
    height: 9px;
    position: relative;
    z-index: 1;
  }
  .more_cont .more_text {
    font-size: 18px;
    margin-left: 20px;
  }
  .more_cont:hover .more_cont_img .more_sub {
    background-color: #a68055;
  }
  .country-list{
    color: #000;
  }
  @media (max-width: 1000px) {
    .hnyxfoot {
        display: none;
      }
      .yxchanpinyenr img {
      width: 60%!important;
    }
      .yxchanpinyenr {
        max-height: 400px;
        overflow: auto;
    }
  }
  @media (max-width: 500px) {
    .intl-tel-input .country-list{
      width: 280px;
      left: -30px;
    }
    .more_cont .more_cont_img .more_img {
      width: 70px;
    }
    .more_cont .more_text {
      margin-left: 10px;
    }
}
/*inner-page*/
/*inner-page*/
.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 0px -5px 0px;
}

.inner-page .m-page a {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  border-radius: 100%;
  /*border: 1px solid #cccccc;*/
  color: #111;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page span {
  background: #181d62 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  border-radius: 100%;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page a:hover {
  background: #181d62 none repeat scroll 0 0;
  color: #fff;
}

.inner-page h3 {
  font-size: 52px;
  color: #222;
  line-height: 1.2;
  font-weight: bold;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

.inner-page img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.inner-page .side-title {
  /*padding: 85px 0 65px;*/
}

.inner-page .side-title h4 {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #25478b;
  /*padding-left: 36px;*/
  font-weight: bold;
}

.inner-page .side-title .singletit {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  padding-left: 36px;
  font-weight: bold;
}

.inner-page .side-list {
  padding-top: 0px;
}

.inner-page .side-list .side-nav {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.inner-page .side-list .side-nav>li {
  padding: 0 10px;
  border-right: 1px solid #bfbfbf;
}

.inner-page .side-list .side-nav>li.active>a {
  color: #222;
}

.inner-page .side-list .side-nav>li.active>a:after {
  width: 100%;
  background: #222;
}

.inner-page .side-list .side-nav>li>a {
  display: block;
  font-size: 20px;
  color: #222;
  line-height: 2;
  /*text-transform: capitalize;*/
  font-weight: normal;
  position: relative;
}

.inner-page .side-list .side-nav>li>a:hover::after {
  width: 100%;
}

.inner-page .side-list .side-nav>li>a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #222;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.about-page {
  padding-top: 120px;
  padding-left: 0;
  /*background: url(../images/about-1-bg.png) no-repeat 90px 200px;*/
}

.about-page .more a {
  display: flex;
  margin-top: 35px;
  align-items: center;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-weight: normal;
}

.about-page .more a span {
  display: inline-block;
  margin-left: 30px;
  width: 78px;
  height: 78px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: url(../images/about-right.png) no-repeat;
}

.about-page .more a span:hover {
  background: url(../images/right-hid.png) no-repeat;
}

.about-page .more a img {}

.about-page .about-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 90px;
}

.about-page .about-1 .left {
  width: 40%;
  padding-right: 45px;
}

.about-page .about-1 .left h3 {
  margin-bottom: 25px;
}

.about-page .about-1 .left h3 span {
  display: block;
  font-size: 47px;
}

.about-page .about-1 .left p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  font-weight: normal;
}

.about-page .about-1 .left .more {
  margin-top: 20px;
}

.about-page .about-1 .right {
  width: 60%;
  overflow: hidden;
}

.about-page .about-1 .right .about-1-img {
  overflow: hidden;
  position: relative;
}

.about-page .about-1 .right .about-1-img .play{
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: center;
  line-height: 80px;
}
.about-page .about-1 .right .about-1-img .play .cont{
  border-radius: 50%;
  background: #fff;
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 20px;
  cursor: pointer;
}
.about-page .about-1 .right .about-1-img .play .ling{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  animation: ks 3s linear infinite;
}
.about-page .about-1 .right .about-1-img .play .ling:first-child{
  animation-delay: -1.5s;
}

.about-page .about-2 {
  padding: 150px 0 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-page .about-2 .left {
  width: 38%;
}

.about-page .about-2 .left img {
  width: 100%;
}

.about-page .about-2 .left .left-box {
  position: relative;
}

.about-page .about-2 .left .left-box::after {
  width: 730px;
  height: 730px;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  top: -180px;
  left: 90px;
  border: 1px solid #cbcbcb;
  content: "";
  -webkit-animation: kz 4s linear infinite;
  -o-animation: kz 4s linear infinite;
  -ms-animation: kz 4s linear infinite;
  -moz-animation: kz 4s linear infinite;
  animation: kz 4s linear infinite;
}

.about-page .about-2 .right {
  width: 62%;
  padding: 0 180px;
}

.about-page .about-2 .right h3 {
  margin-bottom: 55px;
}

.about-page .about-2 .right p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: normal;
}

.about-page .about-2 .right .more {
  margin-top: 65px;
}

.about-page .about-3 {
  overflow: hidden;
}

.about-page .about-3 .about-3-img img {
  width: 100%;
}

.about-page .about-3 .about-3-img {
  position: relative;
}

.about-page .about-3 .about-3-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.about-page .about-3 .about-3-img .content {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin-left: 60px;
  text-align: left;
  padding: 200px 0 60px 0;
}
.about-page .about-3 .about-3-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.about-page .about-3 .about-3-img .content h6 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-page .about-3 .about-3-img .content h5 {
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 20px;

  font-weight: normal;
}

.about-page .about-3 .about-3-img .content p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-weight: normal;
}

.about-page .about-3 .about-3-img .content .more {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.about-page .about-3 .about-3-img .content .more a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  display: none;
}

.about-page .about-3 .about-3-img .content .more a span {
  background: url(../images/about-more-1.png) no-repeat;
  margin-left: 0;
  margin-right: 55px;
}

.about-page .about-3 .about-3-img .content .more a span:hover {
  background: url(../images/right-hid.png) no-repeat
}

#advantages.init-2 {
  padding-top: 160px;
}

#advantages.init-2 h2 {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  color: #222;
}

#advantages.init-2 .content .top {
  display: block;
  padding-left: 100px;
}

#advantages.init-2 .content .center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 60px;
  position: relative;
  padding-top: 70px;
}

#advantages.init-2 .content .center .left {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 103px;
}

#advantages.init-2 .content .center .left h4 {
  font-size: 30px;
  line-height: 1.6;
  color: #222;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
}

#advantages.init-2 .content .center .right {
  width: 100%;
  padding: 95px 100px;
  z-index: 3;
  position: relative;
}

#advantages.init-2 .content .center .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#advantages.init-2 .content .center .right ul li {
  width: 25%;
}

#advantages.init-2 .content .center .right ul li span {
  display: flex;
  align-items: flex-start;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
  color: #222;
}

#advantages.init-2 .content .center .right ul li span em {
  font-size: 100px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-weight: bold;
}

#advantages.init-2 .content .center .right ul li p {
  max-width: 230px;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-weight: normal;
  margin-top: 12px;
}

#advantages.init-2 .content .center .right ul .lifist {
  margin-bottom: 50px;
}

#advantages.init-2 .content .center .xian {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

#advantages.init-2 .content .center .xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 50%;
  bottom: 0;
}

.about-page .about-4 {
  padding: 170px 80px 0 90px;
}

.about-page .about-4 .top {
  padding: 0 10px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}

.about-page .about-4 .top h4 {
  font-size: 60px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  font-weight: normal;
  text-transform: uppercase;
}

.about-page .about-4 .exhibitionBox {
  padding-top: 150px;
  position: relative;
}

.about-page .about-4 .exhibitionBox .swiper-slide .exhibition-img {
  display: inline-block;
}

.about-page .about-4 .exhibitionBox .navigation {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  width: 78px;
  height: 78px;
  position: relative;
  margin-top: 0;
  top: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:focus,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:focus {
  display: none;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:root {
  --swiper-navigation-size: 0;
  --swiper-theme-color: #fff;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev {
  background: url(../images/about-left.png) no-repeat center center;
  left: 0;
  margin-right: 30px;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:root {
  --swiper-navigation-size: 0;
  --swiper-theme-color: #fff;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:hover {
  background: url(../images/left-had.png) no-repeat center center;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  background: url(../images/about-right.png) no-repeat center center;
  right: 0;
}

.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:hover {
  background: url(../images/right-hid.png) no-repeat center center;
}

.about-page .about-5 {
  padding: 50px 80px 125px 90px;
}

.about-page .about-5 .partnerBox .swiper-slide {
  cursor: pointer;
}

.about-page .about-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

.about-page .about-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.project-page {
  padding: 90px;
}


.project-page .project-list .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.project-page .project-list .list li {
  width: 23%;
  margin-bottom: 35px;
  padding: 0 0;
}

.project-page.project-content .project-list .list li:hover a:after {
  opacity: 0;
}

.project-page .project-list .list li{
  padding: 0 30px;
}

.project-page .project-list .list li img {
  width: 80%;
}

.project-page .project-list .list li>a {
  display: block;
  position: relative;
}

.project-page.project-content .project-list .list li>a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.gallery-page .project-list .list {
  justify-content: inherit;
}

.project-page.gallery-page .project-list .list li {
  border: 0px solid #aaa;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.gallery-page .project-list .list li a{
  transition: all .5s;
}

.project-page.gallery-page .project-list .list li .text{
  display: block;
  margin-top: 10px;
  padding: 0 16px;
}



.project-page.gallery-page .project-list .list li>a:after {
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.environment-page .project-list .list li {
  width: 49%;
}

.project-page.equipment-page .project-list .list li {
  width: 32%;
}

.project-page.gallery-page .project-list .list li>a .content {
  background: rgba(0, 0, 0, 0);
}

.project-page .project-list .list li>a .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}

.project-page .project-list .list li>a .content .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: normal;
}

.project-page .project-list .list li>a .content h4 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.project-page .project-list .list li>a .content h4 span {
  display: block;
  font-weight: 18px;
  margin-top: 15px;
}

.project-page.gallery-page .project-list .list li {
  width: 25%;
  padding: 0 10px;
}

.project-page.gallery-page .project-list .list li>a .content h4 {
  font-size: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.project-page.gallery-page .project-list .list li:hover a .content h4 {
  opacity: 0;
}
.download-page .project-list .list li .download_btn{
  padding: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  background: #a68055;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: all .5s;
}
.download-page .project-list .list li .download_btn:hover{
  background: #000;
}

.project2-page{
  padding-bottom: 80px;
}
.project2-page .tips_title{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
.project2-page .content{
  margin-top: 60px;
  padding: 50px;
  background-color: #f8f8f8;
  border-radius: 24px;
}
.project2-page .content .content_item{
  margin-top: 100px;
}
.project2-page .content .content_item:first-child{
  margin-top: 0;
}
.project2-page .content .content_item .tips{
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 32px;
    border-bottom: 1px solid #b2a495;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.project2-page .content .content_item .content_c{
  margin: 0 -10px;
}
.project2-page .content .content_item .content_c > p{
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0;
}
.project2-page .content .content_item .content_c .item_c{
  padding: 0 10px;
  margin-top: 20px;
}
.project2-page .content .content_item .content_c .item_c a{
  display: block;
}
.project2-page .content .content_item .content_c .item_c .img img{
  width: 100%;
}
.project2-page .content .content_item .content_c .item_c .text{
  margin-top: 10px;
  font-size: 16px;
}
.project2-page .content .content_item .content_c .item_c a:hover{
  color: #a68055;
}

.project3-page{
  padding: 80px 0;
}
.project3-page .cat_cont{
  margin-bottom: 30px;
}
.project3-page .cat_cont_1{
  margin-bottom: 20px;
}
.project3-page .project_cat_cont{
  position: sticky;
  top: 126px;
  background: #fff;
  z-index: 2;
}

.project3-page .cat_cont a{
  padding: 6px 16px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 5px;
}
.project3-page .cat_cont a:hover,
.project3-page .cat_cont a.active{
  background: #a68055;
  color: #fff;
  border: 1px solid #a68055;
}
.project3-page .cat_cont_content_2{
  text-align: center;
  margin-bottom: 20px;
}
.project3-page .cat_cont_content_2 > .list{
  display: none;
}
.project3-page .cat_cont_content_2 .cat_cont{
  display: inline-block;
  margin: 0;
}
.project3-page .cat_cont_content_2 .cat_cont a{
  display: inline-block;
  margin: 5px;
}


.project3-page .cat_cont_content_3{
  text-align: center;
  margin-bottom: 20px;
}
.project3-page .cat_cont_content_3 > .list_3_1{
  display: none;
}
.project3-page .cat_cont_content_3 > .list_3_1 > .list{
  display: none;
}
.project3-page .cat_cont_content_3 .cat_cont{
  display: inline-block;
  margin: 0;
}
.project3-page .cat_cont_content_3 .cat_cont a{
  display: inline-block;
  margin: 5px;
}

.project3-page .tips_title{
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 100px;
}
.project3-page .container .img{
  max-width: 1000px;
  margin: auto;
}
.project3-page .container .img img{
  width: 100%;
  border: 1px solid #eee;
}

.project3-page .container .content{
  margin-top: 60px;
  position: relative;
  padding: 0 50px;
}
.project3-page .container .content .btn{
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(50%);
}
.project3-page .container .content .prev{
  left: 0;
}
.project3-page .container .content .btn:hover{
  background: #000;
  color: #fff;
}
.project3-page .container .content a{
  display: block;
}
.project3-page .container .content .swiper .title:hover{
  color: #a68055;
}


.prodet-page .serviceBox .swiper-container{
  overflow: hidden;
}
.prodet-page .serviceBox .swiper-container .swiper-slide img{
  width: 100%;
}

.news-page {
  padding: 120px 120px 20px 90px;
}

.news-page .news-1 {
  /*background: url(../images/news-bg.png) no-repeat left top;*/
}

.news-page .news-list .list {
  border-top: 5px solid #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-page .news-list .list li {
  width: 50%;
  padding: 65px 50px;
  position: relative;
}

.news-page .news-list .list li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 93%;
  height: 1px;
  background: #c7c7c9;
}

.news-page .news-list .list li:nth-child(even):after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 94%;
  height: 1px;
  background: #c7c7c9;
}

.news-page .news-list .list li>a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.news-page .news-list .list li>a img{
  max-width: 300px;
}

.news-page .news-list .list li>a .right .content .time {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.news-page .news-list .list li>a .right .content .time h2 {
  font-size: 70px;
  line-height: 1;
  color: #c6c6c6;
  text-transform: capitalize;
  font-weight: bold;
  margin-right: 10px;
}

.news-page .news-list .list li>a .right .content .time .time-box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0px;
  height: auto;
}

.news-page .news-list .list li>a .right .content h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #222;
  text-transform: capitalize;
  font-weight: bold;
}

.news-page .news-list .list li>a .right .content h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #a3a3a3;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 20px;
}

.news-page .news-list .list li>a .right .content .h4news {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  min-height: 2.8em;
  color: #222;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 20px;
}

.news-page .news-list .list li>a .right .content p {
  font-size: 16px;
  color: #222;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 30px;
}

.contact-page {
  padding: 120px 0 0 0;
}

.contact-page .contact-1 {
  background: url(../images/contact-bg.png) no-repeat 90px top;
  padding: 85px 120px 65px 90px;
  background-size: contain;
  background-position: center center;
}

.contact-page .contact-2 {
  padding: 110px 120px 120px 90px;
}

.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.contact-page .contact-2 ul li {
  width: 33.3333%;
  padding-left: 40px;
}

.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}

.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}

.contact-page .contact-2 ul li .content h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #222;
}

.contact-page .contact-2 ul li .content p {
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-weight: normal;
  max-width: 330px;
}

.contact-page .contact-2 ul .add {
  padding-left: 0;
}

.contact-page .contact-2 ul .add .content {
  align-items: center;
}

.contact-page .contact-3 {
  padding: 0 120px 0 90px;
}

.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}

.contact-page .contact-3 ul li img {
  width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}

.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}

.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}

.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  font-weight: normal;
  max-width: 230px;
  padding-bottom: 10px;
}

.contact-page .contact-3 ul li .content .bottom {
  max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  font-weight: normal;
}

.contact-page .contact-3 ul li .content .bottom>div {
  margin-bottom: 15px;
}

.contact-page .contact-3 ul li .content .bottom a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 15px;
}

.contact-page .contact-4 {
  padding: 0 120px 20px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-page .contact-4 .left {
  max-width: 380px;
  margin-left: 35px;
  padding-top: 40px;
}

.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-page .contact-4 .left p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: normal;
  margin-top: 20px;
}

.contact-page .contact-4 .left ul{
  margin-top: 30px;
}
.contact-page .contact-4 .left ul li{
  margin-top: 20px;
}
.contact-page .contact-4 .left ul li .content{
  display: flex;
  align-items: center;
}
.contact-page .contact-4 .left ul li h6 {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
.contact-page .contact-4 .left ul li h6 i {
    font-size: 20px;
    color: #222;
}
.contact-page .contact-4 .left ul li p {
    margin-top: 0;
    font-size: 18px;
    color: #222;
    line-height: 32px;
    font-weight: 400;
    width: calc(100% - 80px);
}

.contact-page .contact-4 .right {
  width: 63%;
}

.contact-page .contact-4 .right form{
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 40px 90px;
  width: 100%;
}

.contact-page .contact-4 .right form .tips2 {
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 22px;
    font-size: 30px;
}

.contact-page .contact-4 .right form .tips {
    margin-top: 16px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}

.contact-page .contact-4 .right form .list input, 
.contact-page .contact-4 .right form .list textarea, 
.contact-page .contact-4 .right form .list .input_cont {
    width: 100%;
    margin-top: 4px;
    padding: 8px 20px;
    border: 1px solid #898989;
    font-size: 14px;
}
.contact-page .contact-4 .right form .phone .intl-tel-input.inside .flag-dropdown{
  left: 16px;
}
.contact-page .contact-4 .right form .phone input{
  padding-left: 60px;
}
.contact-page .contact-4 .right form .list .submit {
    margin-top: 30px;
    display: inline-block;
    padding: 10px 36px;
    background-color: #a68055;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s;
}
.contact-page .contact-4 .right form .list .submit:hover{
  background: #000;
}
.contact-page .contact-4 .right form .list .submit img, 
.contact-page .contact-4 .right form .list .submit span {
    vertical-align: middle;
}
.contact-page .contact-4 .right form .list .submit:hover img{
  transform: rotate(46deg);
}
.contact-page .contact-4 .right form .list .submit span {
    margin-left: 14px;
    color: #fff;
}


.product-page {
  padding: 80px 0;
}
.product-page .sidebox .sideleft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-page .sidebox .sideleft .result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.product-page .sidebox .sideleft .result p,
.product-page .sidebox .sideleft .result span {
  font-size: 20px;
  line-height: 1.5;
  color: #1C1C1C;
}
.product-page .sidebox .sideleft .result p {
  margin-right: 15px;
}
.product-page .sidebox .sideleft .search{
  margin-bottom: 30px;
}
.product-page .sidebox .sideleft .search form{
  width: 70%;
  position: relative;
}
.product-page .sidebox .sideleft .search form input[type="text"]{
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-right: 30px;
}
.product-page .sidebox .sideleft .search form input[type="submit"]{
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/icon-search.png) no-repeat;
}
.product-page .sidebox .sideleft .classify p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #3B3B3B;
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li {
  margin-bottom: 15px;
  transition: .5s;
}
.product-page .sidebox .sideleft .classify ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 2;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
}
.product-page .sidebox .sideleft .classify ul li a.active,
.product-page .sidebox .sideleft .classify ul li a:hover{
  color: #a68055;
}

.product-page .sidebox .sideleft .classify ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .sideleft .classify ul li.active ul{
  display: block;
} 
.product-page .sidebox .sideleft .classify ul li ul {
  display: none;
  padding-left: 10px;
  margin-top: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li{
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li a{
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.product-page .sidebox .sideleft .classify ul li ul li a:hover,
.product-page .sidebox .sideleft .classify ul li ul li a.active{
  color: #000;
}
.product-page .sidebox .sideright .top{
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-page .sidebox .sideright .top .left{
  max-width: calc(100% - 160px);
}
.product-page .sidebox .sideright .top .right{
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page .sidebox .sideright .top .right .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #bdbbbb;
  transition: all .5s;
  margin-left: 10px;
  cursor: pointer;
}
.product-page .sidebox .sideright .top .right .btn:hover,
.product-page .sidebox .sideright .top .right .btn.active{
  background: #a68055;
}
.product-page .sidebox .sideright .top .right .btn img{
  width: 50%;
}

.product-page .sidebox .sideright .top h1{
  font-size: 28px;
  line-height: 2;
  font-family: 'Plus';
  margin-bottom: 20px;
}
.product-page .sidebox .sideright .top .con{
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .sidebox .sideright {
  width: 80%;
}
.product-page .sidebox .sideright ul {
  margin: 0 -50px -35px 0;
}
.product-page .sidebox .sideright ul li {
  padding: 0 50px 35px 0;
}
.product-page .sidebox .sideright ul li .img-box {
  display: block;
  border: 1px solid #eee;
}
.product-page .sidebox .sideright ul li .img-box .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideright ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sidebox .sideright ul li .text {
  margin-top: 20px;
}
.product-page .sidebox .sideright ul li .text span {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #5A5959;
  margin-bottom: 2px;
  font-weight: 400;
}
.product-page .sidebox .sideright ul li .text small{
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
.product-page .sidebox .sideright ul li .text .tit {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #1C1C1C;
  font-weight: 400;
}
.product-page .sidebox .sideright ul.active_list li{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.product-page .sidebox .sideright ul.active_list li .img-box{
  width: 240px;
}
.product-page .sidebox .sideright ul.active_list li .text{
  width: calc(100% - 240px);
  padding-left: 40px;
}



.prodet-page {
  padding: 120px 130px 150px 90px;
}

.prodet-page h4 {
  font-size: 24px;
  color: #222;
  line-height: 44px;
  font-weight: 500;
  font-weight: normal;
  text-transform: capitalize;
  padding: 30px 0;
}

.prodet-page .h4product {
  font-size: 24px;
  color: #222;
  line-height: 44px;
  font-weight: 500;
  font-weight: normal;
  min-height: 5.4em;
  text-transform: capitalize;
}

.prodet-page h5 {
  font-size: 20px;
  color: #222;
  line-height: 44px;
  font-weight: normal;
  font-weight: 500;
}

.prodet-page p {
  font-size: 18px;
  color: #696969;
  line-height: 32px;
  font-weight: normal;
  /*font-weight: 700;*/
}

.prodet-page .title {
  /*padding-left: 35px;*/
  padding-bottom: 40px;
  /*border-bottom: 5px solid #222;*/
}

.prodet-page .prodet-faq li h5 {
  padding: 30px 0 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}

.prodet-page .prodet-faq li h5 .fa {
  font-size: 32px;
  line-height: 1;
  color: #000000;
}

.prodet-page .prodet-faq li p {
  padding: 20px 0 20px;
  display: none;
  border-bottom: 1px solid #a3a3a3;
}

.prodet-page .prodet-faq li.Scroll_Elm {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.prodet-page .prodet-faq li.Scroll_Elm.Scroll_In {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.prodet-page .prodet-1 {
  /*background: url(../images/product-bg.png) no-repeat left top;*/
  padding-bottom:unset; 
}

.prodet-page .prodet-2 {
  padding: 40px 0 85px;
  border-bottom: 5px solid #000000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.prodet-page .prodet-2 .left {
  width: 45%;
  text-align: center;
}

.prodet-page .prodet-2 .left .grayborder {
  border: 1px solid #d9d9d9;
}

.prodet-page .prodet-2 .left>a {
  display: inline-block;
  position: relative;
}

.prodet-page .prodet-2 .left .grayborder::after {
  display: none;
}

.prodet-page .prodet-2 .left>a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  top: 30px;
  left: 80px;
  border: 1px solid #dfdfdf;
  -webkit-animation: kz 2s linear infinite;
  -o-animation: kz 2s linear infinite;
  -ms-animation: kz 2s linear infinite;
  -moz-animation: kz 2s linear infinite;
  animation: kz 2s linear infinite;
}

.prodet-page .prodet-2 .right {
  width: 55%;
  padding-left: 60px;
  padding-top: 0px;
}

.prodet-page .prodet-2 .right h4 {
  margin-bottom: 20px;
}

.prodet-page .prodet-2 .right h1 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #222;
  line-height: 2;
  font-weight: 500;
  font-weight: normal;
  text-transform: capitalize;
}

.prodet-page .prodet-2 .right .content {
  margin-bottom: 10px;
}

.prodet-page .prodet-2 .right .content p {
  font-size: 18px;
  color: #696969;
  line-height: 2;
  font-weight: normal;
  max-width: 580px;
}

.prodet-page .prodet-2 .right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prodet-page .prodet-2 .right ul li {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.prodet-page .prodet-2 .right ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
  line-height: 1;
  font-weight: bold;
  font-weight: normal;
}

.prodet-page .prodet-2 .right ul li img {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.prodet-page .prodet-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  flex-wrap: wrap;
}

.prodet-page .prodet-3 .right {
  padding-right: 70px;
}

.prodet-page .prodet-3 .right ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 2;
  color: #222;
  font-weight: normal;
  margin-bottom: 30px;
}

.prodet-page .prodet-3 .right ul li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

.prodet-page .prodet-3 .right ul li:last-child {
  margin-bottom: 0;
}

.prodet-page .prodet-3 .right ul li span {
  display: inline-block;
  width: 47px;
  height: 1px;
  background: #000;
  margin-right: 15px;
}

.prodet-page .prodet-3.pd {
  padding: 0px;
}

.prodet-page .prodet-3 .prodet-4 {
  margin-top: -250px;
}

.prodet-page .prodet-4 {
  /*padding-bottom: 140px;*/
}

.prodet-page .prodet-5 {
  /*padding-bottom: 140px;*/
}

.prodet-page .prodet-5 {}

.prodet-page .prodet-5 .prodet-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prodet-page .prodet-5 .prodet-faq li {
  width: 48%;
}

.prodet-page .prodet-5 .prodet-faq li h5 {
  padding: 30px 20px 25px 35px;
}

.prodet-page .prodet-5 .prodet-faq li p {
  padding: 30px 20px 20px 35px;
}

.prodet-page .prodet-6 {
  /*padding-bottom: 140px;*/
}

.prodet-page .prodet-7 h5 {
  padding: 35px 35px 20px;
}

.prodet-page .prodet-7 p.p {
  padding: 0 35px 20px;
}

.prodet-page .prodet-7 .serviceBox {
  padding: 60px 35px 0;
}

.prodet-page .prodet-7 .serviceBox .swiper-slide:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}

.prodet-page .prodet-7 .serviceBox .swiper-slide .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.prodet-page .prodet-7 .serviceBox .swiper-slide .top .service-icon {
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.prodet-page .prodet-7 .serviceBox .swiper-slide .top .service-icon img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.prodet-page .prodet-7 .serviceBox .swiper-slide p {
  line-height: 2;
}

.newdet-content {
  padding-top: 0px;
  /*padding-bottom: 120px;*/
}

.newdet-content h1 {
  font-size: 30px;
  color: #222;
  line-height: 2;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
}

.riqi {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-top: 10px;
}

.newdet-content .content {
  padding: 50px 0;
  /*border-top: 3px solid #222;
    border-bottom: 3px solid #222;*/
  font-size: 18px;
  line-height: 2;
}

.newdet-content .content p {
  font-size: 16px;
  color: #222;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 15px;
}

.m-link {
  padding-top: 40px;
  font-size: 16px;
  color: #222;
  line-height: 2;
  font-weight: normal;
  text-transform: uppercase;
}

.m-link a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  display: inline;
  position: relative;
}

.m-link a:hover {
  text-decoration: underline;
}

.faq-page .prodet-4 {
  padding-top: 30px;
}

.faq-page .prodet-4 .title {
  margin-bottom: 50px;
}

.prodet-page.faq-page {
  padding: 90px 130px 120px 90px;
}

.more-link {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/about-right.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.more-link:hover {
  background: url(../images/right-hid.png) no-repeat;
}

.pdf {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/pdf.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-right: 20px;
}

.pdf:hover {
  background: url(../images/pdf-black.png) no-repeat;
}

/*.contact {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/chinabwh/2022/02/20/contact-1.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-right: 14px;
}

.contact:hover {
  background: url(/chinabwh/2022/02/20/contactb.png) no-repeat;
}*/

.dwo {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/chinabwh/2022/02/20/contactb.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.dwo:hover {
  background: url(../images/right-hid.png) no-repeat;
}

  @media screen and (max-width: 1600px) {
    .about-page {
      padding-top: 170px;
      /*background: url(../images/about-1-bg.png) no-repeat 0 120px;*/
    }
  
    .inner-page h3 {
      font-size: 45px;
    }
  
    .about-page .about-1 .left h3 span {
      font-size: 30px;
    }
  
    .about-page .about-1 {
      padding-left: 20px;
    }
  
    .about-page .about-1 .left p {
      font-size: 14px;
      line-height: 2;
    }
  
    .about-page .about-2 .right {
      padding: 0 100px;
    }
  
    .about-page .about-2 {
      padding: 140px 0 140px;
    }
  
    .contact-page {
      padding: 150px 0 0 0;
    }
  
    .contact-page .contact-2 {
      padding: 100px 40px;
    }
  
    .contact-page .contact-2 ul li {
      padding-left: 0;
    }
  
    .contact-page .contact-2 ul li .content p {
      max-width: 290px;
    }
  
    .contact-page .contact-3 {
      padding: 0 40px;
    }
  
    .contact-page .contact-3 ul li img {
      width: 100px;
    }
  
    .contact-page .contact-3 ul li {
      padding-left: 80px;
    }
  
    .contact-page .contact-2 ul li .content p {
      font-size: 14px;
    }
  
    .contact-page .contact-4 {
      padding: 0 40px 100px 40px;
    }
  
    .project2-page .tips_title{
      font-size: 50px;
    }
  }
  
  @media screen and (max-width: 1440px) {
  
    .contact-page .contact-1 {
      padding: 85px 15px;
    }
  
    .contact-page .contact-2 {
      padding: 50px 15px;
    }
  
    .contact-page .contact-2 ul li .content p {
      max-width: 230px;
    }
  
    .contact-page .contact-3 {
      padding: 0 15px;
    }
  
    .contact-page .contact-3 ul li .content .top h5 {
      font-size: 15px;
    }
  
    .contact-page .contact-3 ul li .content {
      padding: 20px;
    }
  
    .contact-page .contact-4 {
      padding: 0 15px 50px 15px;
    }
  
    .contact-page .contact-4 .left h4 {
      font-size: 30px;
      line-height: 1.6;
    }
  
    .contact-page .contact-4 .left p {
      font-size: 16px;
      line-height: 2;
    }
  
    .product-page .sidebox .sideright ul {
      margin: 0 -30px -30px 0;
    }
    .product-page .sidebox .sideright ul li {
      padding: 0 30px 30px 0;
    }
  }
  
  @media screen and (max-width: 1230px) {
    .about-page .about-4 {
      padding: 90px 15px 0 15px;
    }
  
    .about-page .about-4 .top h4 {
      font-size: 30px;
    }
  
    .inner-page h3 {
      font-size: 24px;
      line-height: 44px;
    }
  
    .about-page .about-5 {
      padding: 60px 20px 70px 20px;
    }
  
    .news-page {
      padding: 100px 40px;
    }
  
    .news-page .news-list .list li>a .right .content {
      padding: 20px 15px;
    }
  
    .news-page .news-list .list li>a .right .content .h4news {
      font-size: 20px;
      line-height: 2;
      margin-bottom: 20px;
      min-height: 0;
    }
  
    .news-page .news-list .list li {
      margin-bottom: 40px;
    }
  
    .newdet-content h1 {
      font-size: 32px;
    }
  
    .m-link {
      font-size: 14px;
      line-height: 2;
    }
  
    .project-page .project-list .list li>a .content h4 {
      bottom: 20px;
      left: 20px;
      font-size: 24px;
    }
  
    .project-page .project-list .list li>a .content {
      padding: 20px;
    }
  
    .inner-page .side-list {
      padding-top: 40px;
    }
  
    .project-page {
      padding: 100px 15px 0 15px;
    }
  
    .prodet-page {
      padding: 100px 40px;
    }
  
    .prodet-page h4 {
      font-size: 30px;
    }
  
    .prodet-page .prodet-2 .right {
      padding-left: 30px;
      padding-top: 20px;
    }
  
    .prodet-page .prodet-2 .right .content p {
      font-size: 16px;
    }
  
    .prodet-page .prodet-2 .right .content {
      margin-bottom: 40px;
    }
  
    .prodet-page .prodet-2 .right ul li a {
      font-size: 14px;
    }
  
    .prodet-page .prodet-2 .right ul li {
      margin-right: 20px;
      margin-bottom: 10px;
    }
  
    .inner-page .side-list .side-nav>li>a {
      font-size: 16px;
    }
  
    .inner-page .side-list .side-nav>li {
      padding: 0 20px;
    }
  
    .inner-page .side-list .side-nav {
      margin-bottom: 10px;
    }
  
    .prodet-page .prodet-3 .right ul li {
      font-size: 16px;
    }
  
    .prodet-page .prodet-3 .left img {
      width: 400px;
    }
  
    .prodet-page h5 {
      font-size: 20px;
    }
  
    .prodet-page .prodet-faq li h5 {
      padding: 20px 0 20px;
    }
  
    .prodet-page .prodet-faq li p {
      padding: 20px 15px;
    }
  
    .prodet-page p {
      font-size: 18px;
      line-height: 1.8;
    }
  
    .contact-page .contact-2 ul li .content h6 {
      width: 40px;
      height: 40px;
    }
  
    .contact-page .contact-2 ul li .content p {
      font-size: 16px;
      max-width: 200px;
      line-height: 2;
    }
  
    .contact-page .contact-3 ul li {
      width: 50%;
    }
  
    .contact-page .contact-2 ul li .content p {
      max-width: 160px;
    }
  
    .contact-page .contact-4 .left {
      margin-left: 0;
    }
  }
  
  
  @media screen and (max-width: 1000px) {
    
  
    #advantages.init-2 .content .center .right ul li{
      padding: 0 5px;
    }
    #advantages.init-2 .content .center .right ul li span em{
      font-size: 60px;
    }
  
    .about-page .about-1 .left{
      width: 100%;
    }
    .about-page .about-1 .right{
      width: 100%;
      margin-top: 20px;
    }
  
    .about-page .about-2 .left{
      width: 100%;
    }
    .about-page .about-2 .right{
      width: 100%;
      padding: 0 16px;
      margin-top: 20px;
    }
    .contact-page .contact-4 .left{
      width: 100%;
    }
    .contact-page .contact-4 .right{
      width: 100%;
      margin-top: 40px;
    }
    .contact-page .contact-4 .right form{
      padding: 40px 20px;
    }
  
    .product-page {
      padding: 60px 0;
    }
    .product-page .sidebox .sideleft {
      display: none;
    }
    .product-page .sidebox .sideright {
      width: 100%;
    }
    .product-page .sidebox .sideright .top .left{
      max-width: 100%;
    }
    .product-page .sidebox .sideright .top .right{
      display: none;
    }
  
    .project2-page .tips_title{
      font-size: 40px;
    }
    .project2-page .content{
      padding: 30px 16px;
    }
    .project2-page .content .content_item .content_c .item_c{
      width: 33.33%;
    }
  
    .project3-page .project_cat_cont{
      display: none;
    }
  
  }
  
  @media screen and (max-width: 700px) {
    .about-page .about-2 .left .left-box:after {
      display: none;
    }
  
    .about-page {
      padding-top: 80px;
    }
  
    .about-page .about-1 {
      padding: 0 15px;
    }
  
    .about-page .about-1 .left {
      width: 100%;
      padding-right: 0;
    }
  
    .about-page .about-1 .right {
      width: 100%;
      margin-top: 30px;
    }
  
    .about-page .about-2 {
      padding: 40px 15px;
    }
    .about-page .about-2 .right{
      padding: 0;
    }
  
  
    .about-page .about-2 .right h3 {
      margin-bottom: 25px;
      margin-top: 30px;
    }
  
    .about-page .about-4 .exhibitionBox .navigation {
      display: none;
    }
  
    .about-page .about-4 .exhibitionBox {
      margin-top: 30px;
    }
  
    .news-page {
      padding: 80px 15px;
    }
  
    .inner-page .side-title {
      padding: 30px 0 30px;
    }
  
    .inner-page .side-title h4 {
      padding-left: 0;
      text-align: center;
    }
  
    .inner-page .side-list {
      padding-top: 30px;
    }
  
    .inner-page .side-list .side-nav {
      margin-bottom: 30px;
    }
  
    .inner-page .side-list .side-nav>li>a {
      font-size: 18px;
    }
  
    .inner-page .side-list .side-nav>li {
      padding: 0 5px;
    }
  
    .news-page .news-list .list li>a .left {
      width: 100%;
    }
  
    .news-page .news-list .list li>a .right {
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
  
    .newdet-content h1 {
      font-size: 20px;
      line-height: 36px;
      padding: 0 10px;
      margin-bottom: 30px;
    }
  
    .inner-page .side-title h4 {
      font-size: 20px;
    }
  
    .project-page .project-list .list li {
      width: 100%;
    }
  
    .inner-page .side-list .side-nav {
      flex-wrap: wrap;
    }
  
    .inner-page .side-list .side-nav>li {
      margin-bottom: 20px;
      padding: 0 15px;
    }
  
    .product-page {
      padding: 30px 0;
    }
    .product-page .sidebox .sideright ul {
      margin: 0 -15px -15px 0;
    }
    .product-page .sidebox .sideright ul li {
      padding: 0 15px 15px 0;
    }
    .product-page .sidebox .sideright ul li .text {
      margin-top: 10px;
    }
    .product-page .sidebox .sideright ul li .text .tit {
      font-size: 18px;
    }
    .product-page .sidebox .sideright ul.active_list li{
      width: 100%;
    }
    .product-page .sidebox .sideright ul.active_list li .text{
      width: 100%;
      padding-left: 0;
    }
  
    .prodet-page {
      padding: 80px 15px;
    }
  
    .prodet-page .prodet-2 {
      padding: 40px 0;
    }
  
    .prodet-page .prodet-2 .left {
      width: 100%;
      text-align: center;
    }
  
    .prodet-page .prodet-2 .right {
      padding-left: 0;
      padding-top: 30px;
      width: 100%;
    }
  
    .prodet-page h4 {
      font-size: 24px;
      line-height: 44px;
    }
  
    .prodet-page .h4product {
      font-size: 18px;
      line-height: 32px;
      min-height: 8.4em;
    }
  
    .prodet-page .prodet-2 .right .content p {
      font-size: 12px;
    }
  
    .prodet-page .prodet-3 .left {
      display: none;
    }
  
    .prodet-page .prodet-3 .right {
      padding-right: 0;
    }
  
    .prodet-page .prodet-3 .right {
      width: 100%;
    }
  
    .prodet-page .prodet-3 .prodet-4 {
      margin-top: 10px;
      width: 100%;
    }
  
    .prodet-page .prodet-faq li h5 {
      padding: 25px 0 20px;
    }
  
    .prodet-page h5 {
      font-size: 16px;
      line-height: 30px;
    }
  
    .prodet-page .prodet-faq li p {
      padding: 10px;
    }
  
    .prodet-page p {
      font-size: 14px;
      line-height: 2;
    }
  
    .prodet-page .prodet-5 .prodet-faq {
      width: 100%;
    }
  
    .prodet-page .prodet-5 .prodet-faq li h5 {
      padding: 25px 0 20px;
    }
  
    .prodet-page .prodet-5 .prodet-faq li p {
      padding: 10px;
    }
  
    .prodet-page .title {
      text-align: center;
      padding-left: 0;
      padding-bottom: 40px;
    }
  
    .prodet-page .prodet-7 h5 {
      padding: 25px 0 20px;
    }
  
    .prodet-page .prodet-7 p.p {
      padding: 0;
      margin: 10px;
    }
  
    .prodet-page .prodet-7 .serviceBox {
      padding: 60px 0 0;
    }
  
    .contact-page {
      padding: 60px 0 0 0;
    }
  
    .contact-page .contact-2 ul li {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .contact-page .contact-2 ul li .content p {
      max-width: 220px;
    }
  
    .contact-page .contact-3 ul li {
      width: 100%;
    }
  
    .contact-page .contact-3 ul li img {
      left: 0;
    }
  
    .contact-page .contact-3 ul li .content {
      padding: 10px;
    }
  
    .contact-page .contact-3 ul li img {
      width: 80px;
    }
  
    .contact-page .contact-3 ul li .content .bottom p {
      font-size: 12px;
    }
  
    .contact-page .contact-3 ul li .content .top h5 {
      font-size: 14px;
    }
  
    .contact-page .contact-4 {
      padding: 30px 15px;
    }
  
    .contact-page .contact-4 .left {
      padding-top: 0;
    }
  
    .contact-page .contact-4 .right {
      width: 100%;
      margin-top: 30px;
    }
  
  
    .prodet-page.faq-page {
      padding: 80px 15px 50px;
    }
    .news-page .news-list .list li {
      width: 100%;
      padding: 0;
    }
  
    .inner-page .side-title {
      display: none;
    }
  
    .prodet-page .prodet-5 .prodet-faq li {
      width: 100%;
    }
  
    .about-page .about-3 .about-3-img .content h6 {
      font-size: 24px;
    }
  
    .about-page .about-3 .about-3-img .content h5 {
      display: none;
    }
  
    .about-page .about-3 .about-3-img .content {
      left: 0;
      max-width: 100%;
      margin-left: 0;
      padding: 40px 20px;
    }
  
    .about-page .about-3 .about-3-img .content .more a span {
      margin-right: 15px;
    }
  
    .about-page .about-3 .about-3-img .content p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }
  
    .about-page .about-3 .about-3-img .content .more a span {
      background-size: 100% 100%;
      width: 48px;
      height: 48px;
    }
  
    .about-page .about-3 .about-3-img .content .more {
      margin-top: 10px;
    }
  
    #advantages.init-2 {
      padding-top: 50px;
    }
  
    #advantages.init-2 .content .top {
      padding-left: 20px;
    }
  
    #advantages.init-2 h2 {
      font-size: 34px;
      line-height: 1.4;
    }
  
    #advantages.init-2 .content .center {
      padding: 50px 15px;
    }
  
    #advantages.init-2 .content .center .left {
      width: 100%;
      padding-left: 0;
    }
  
    #advantages.init-2 .content .center .right {
      width: 100%;
      padding: 30px 0;
    }
  
    #advantages.init-2 .content .center .right ul li {
      width: 100%;
    }
  
    #advantages.init-2 .content .center .right ul li span em {
      font-size: 50px;
    }
  
    #advantages.init-2 .content .center .right ul li p {
      max-width: 100%;
    }
  
    #advantages.init-2 .content .center .right ul li {
      margin-bottom: 50px;
    }
  
    #advantages.init-2 .content .center .xian .xianBox {
      display: none;
    }
  
    .project-page.gallery-page .project-list .list li {
      width: 49%;
    }
  
    .project-page.environment-page .project-list .list li {
      width: 100%;
    }
  
    .project-page .project-list .list li>a .content h4 {
      font-size: 14px;
      font-weight: 500;
    }
  
    #advantages.init-2 .content .center .right ul li span {
      float: left;
      width: 40%;
    }
  
    #advantages.init-2 .content .center .right ul li span em {
      font-size: 36px;
      line-height: 1.2;
    }
  
    #advantages.init-2 .content .center .right ul li p {
      float: left;
      width: 58%;
      margin-top: -10px;
    }
  
    .about-page .about-4 {
      padding-top: 0;
    }
  
    .about-page .about-4 .exhibitionBox {
      padding-top: 0;
    }
  
    .about-page .about-5 {
      padding-bottom: 0;
    }
  
    .inner-page .side-list .side-nav,
    .faq-page .prodet-4 .title {
      display: none;
    }
  
    .prodet-page {
      padding-top: 40px;
    }
  
    .project-page {
      padding: 20px 15px 0;
    }
  
    .inner-page .m-page {
      margin-top: 20px;
    }
  
    .prodet-page.faq-page {
      padding: 20px 15px 50px;
    }
  
    .prodet-page .prodet-4 {
      padding-bottom: 40px;
    }
  
    .news-page {
      padding: 0px 15px;
    }
  
    .newdet-content {
      padding-bottom: 40px;
    }
  
  }
  
  @media screen and (min-width:700px) {
  
    .mb-abst,
    #mb-footer {
      display: none !important;
    }
  }
  
  @media screen and (max-width:700px) {
    #mb-footer {
      display: block !important;
      padding: 35px 0 90px;
      background: #222222;
    }
  
    #mb-footer .f-top {
      width: 90%;
      margin: 0 auto;
      border-bottom: 1px solid #303030;
      padding-bottom: 25px;
      text-align: center;
    }
  
    #mb-footer .f-top img {
      width: auto;
      height: auto;
      max-width: 91px;
    }
  
    #mb-footer .f-top p {
      color: #bbbbbb;
      font-size: 12px;
      margin: 12px 0 15px;
    }
  
    #mb-footer .f-top .f-social a {
      margin: 0 6px;
      font-size: 12px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border: 1px solid #bbbbbb;
      color: #fff;
    }
  
    #mb-footer .f-copyright {
      text-align: center;
      padding: 15px 0;
      border-bottom: 1px solid #303030;
    }
  
    #mb-footer .f-copyright p {
      color: #bbbbbb;
      font-size: 14px;
      transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
      -webkit-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
      -moz-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
      -ms-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
      -o-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
    }
  
    #mb-footer .f-copyright a {
      display: inline-block;
      margin-top: 5px;
    }
  
    #mb-footer .f-copyright a img {
      max-height: 12px;
      width: auto;
    }
  
    .f-tool {
      padding-top: 10px;
      text-align: center;
      position: fixed;
      width: 100%;
      height: 46px;
      background: #222222;
      left: 0;
      bottom: 0;
      z-index: 1001;
    }
  
    .f-tool a {
      float: left;
      width: 25%;
    }
  
    .f-tool a i,
    .f-tool a span {
      display: block;
      color: #dddddd;
      margin-top: 2px;
    }
  
    .f-tool a span {
      font-size: 14px;
    }
  
    .about-page {
      background: url(/template/en/images/about-1-bg.png) no-repeat 50px 80px;
      background-size: 300px;
    }
  
    #advantages.init-2 .content .center .right ul li {
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px;
      margin-bottom: 25px;
    }
  
    .prodet-page .prodet-2 .left>a:after {
      display: none;
    }
  }
  
  @media screen and (max-width:500px) {
    .product-page .sidebox .sideright .top h1{
      font-size: 24px;
    }
    .project2-page .tips_title{
      font-size: 24px;
      margin-top: 40px;
    }
    .project2-page .content{
      margin-top: 30px;
    }
    .project2-page .content .content_item .tips{
      font-size: 20px;
      padding-bottom: 6px;
      margin-bottom: 0;
    }
    
    .project2-page .content .content_item .content_c .item_c{
      width: 50%;
    }
    .project3-page .container .content{
      padding: 0 30px;
      margin-top: 30px;
    }
    .project3-page .container .content .btn{
      width: 28px;
      height: 28px;
      line-height: 24px;
      
    }
    .project3-page .tips_title{
      font-size: 24px;
      margin-top: 60px;
    }
  
    .project3-page .cat_cont{
      margin-bottom: 40px;
    }
    
  }
  
  .button-group .button {
    background-color: #222 !important;
  }
  
  #mobile #menu-on .txt {
    position: absolute;
    top: 50%;
    left: 115%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #a68055;
    font-weight: bold;
  }
  
  .knowledgetext {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    color: #222;
    font-weight: normal;
  }
  
  .hangyezhishi {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2;
    color: #222;
    font-weight: 800;
    font-weight: normal;
  }
  
  .prodet2-page .form ul {
    margin: -17px;
  }
  
  .prodet2-page .form ul li {
    padding: 17px;
  }
  
  
  .prodet2-page .form ul li input,
  .prodet2-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
  }
  
  .prodet2-page .form ul .phone{
    width: 100%;
  }
  
  .prodet2-page .form ul .phone .intl-tel-input .flag-dropdown{
    left: 20px;
  }
  .prodet2-page .form ul .phone input{
    padding-left: 70px;
  }
  
  .prodet2-page .form ul li input:focus,
  .prodet2-page .form ul li textarea:focus {
    border-color: #a68055;
    background: rgba(130, 216, 205, 0.03);
  }
  
  .prodet2-page .form ul li input::-webkit-input-placeholder,
  .prodet2-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
  }
  
  .prodet2-page .form ul li input:-moz-placeholder,
  .prodet2-page .form ul li textarea:-moz-placeholder {
    color: #898989;
  }
  
  .prodet2-page .form ul li input::-moz-placeholder,
  .prodet2-page .form ul li textarea::-moz-placeholder {
    color: #898989;
  }
  
  .prodet2-page .form ul li input:-ms-input-placeholder,
  .prodet2-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
  }
  
  .prodet2-page .form ul li input::placeholder,
  .prodet2-page .form ul li textarea::placeholder {
    color: #898989;
  }
  
  .prodet2-page .form ul li.wid-100 {
    width: 100%;
  }
  
  .prodet2-page .form ul li textarea {
    height: 210px;
  }
  
  .prodet2-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: #a68055;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    width: auto;
    border: none;
  }
  
  .prodet2-page .form ul li input[type="submit"]:hover {
    opacity: .7;
  }
  
  /*.inner-banner {
    padding: 120px 0 80px 0;
    border-bottom: 1px solid #373330;
    position: relative;
    margin-top: 140px;
    height: unset;
  }
  
  .inner-banner .container3 {
    padding: 0 4.948%;
  }
  
  .inner-banner .container3 .grid-box .mbx {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
  }
  
  .inner-banner:after {
    content: '';
    width: 0;
    height: 1px;
    top: 100%;
    background: #a68055;
    z-index: 1;
    position: absolute;
    -webkit-animation: wd 10s linear forwards;
    -moz-animation: wd 10s linear forwards;
    animation: wd 10s linear forwards;
  }
  
  .inner-banner .left {
    vertical-align: middle;
  }
  
  .inner-banner .left h2 {
    line-height: 2;
    font-size: 36px;
    font-weight: 500;
    color: #373330;
  }
  
  .inner-banner .left h2.pro{
    font-size: 28px;
  }
  
  .inner-banner .right {
    vertical-align: middle;
    text-align: right;
  }
  
  .inner-banner .right .text {
    max-width: 330px;
    text-align: left;
    display: block;
    margin-left: auto;
    font-weight: 300;
    font-size: 18px;
    color: #373330;
    line-height: 2;
  }*/
  
  .prodet2-page .prodet-1 {
    padding-top: 80px;
  }
  
  .prodet2-page .prodet-1 .box .left {
    width: 55%;
  }
  
  .prodet2-page .prodet-1 .box .left img {
    width: 100%;
  }
  
  .prodet2-page .prodet-1 .box .left .smallImg {
    width: 22.6%;
    float: left;
    position: relative;
  }
  
  .prodet2-page .prodet-1 .box .left .smallImg .btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border: 1px solid #000;
    cursor: pointer;
    position: absolute;
    bottom: -40px;
    left: 45%;
    z-index: 2;
  }
  
  .prodet2-page .prodet-1 .box .left .smallImg .prev{
    top: -40px;
  }
  
  .prodet2-page .prodet-1 .box .left .smallImg ul {
    margin: -10px;
  }
  
  .prodet2-page .prodet-1 .box .left .smallImg ul li {
    padding: 10px;
  }
  
  .prodet2-page .prodet-1 .box .left .smallImg ul li a {
    display: block;
  }
  
  .prodet2-page .prodet-1 .box .left .smallImg ul li a img {
    display: block;
    width: 100%;
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-next {
    right: 12px;
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
  }
  
  .prodet2-page .prodet-1 .box .left .bigImg .slick-arrow:hover {
    background: #a68055;
  }
  
  .prodet2-page .prodet-1 .box .right {
    width: 45%;
    padding-left: 5%;
    vertical-align: middle;
  }
  
  .prodet2-page .prodet-1 .box .right span.tag {
    display: block;
    font-size: 20px;
    color: #373330;
    text-transform: uppercase;
    line-height: 36px;
  }
  
  .prodet2-page .prodet-1 .box .right span.tag:before {
    content: '';
    width: 10%;
    height: 1px;
    margin-right: 2%;
    background: #a68055;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
  }
  
  .prodet2-page .prodet-1 .box .right h1 {
    font-size: 24px;
    color: #373330;
    line-height: 2;
    margin: 30px 0;
  }
  
  .prodet2-page .prodet-1 .box .right .rating {
    line-height: 1;
    letter-spacing: 3px;
  }
  
  .prodet2-page .prodet-1 .box .right .rating:after {
    font-family: "FontAwesome";
    color: #a68055;
    font-size: 18px;
  }
  
  .prodet2-page .prodet-1 .box .right .rating.one:after {
    content: "\f005 \f006 \f006 \f006 \f006";
  }
  
  .prodet2-page .prodet-1 .box .right .rating.two:after {
    content: "\f005 \f005 \f006 \f006 \f006";
  }
  
  .prodet2-page .prodet-1 .box .right .rating.three:after {
    content: "\f005 \f005 \f005 \f006 \f006";
  }
  
  .prodet2-page .prodet-1 .box .right .rating.four:after {
    content: "\f005 \f005 \f005 \f005 \f006";
  }
  
  .prodet2-page .prodet-1 .box .right .rating.five:after {
    content: "\f005 \f005 \f005 \f005 \f005";
  }
  
  .prodet2-page .prodet-1 .box .right .content {
    margin: 33px 0;
    font-size: 18px;
    color: #373330;
    line-height: 2;
    overflow-y: auto;
    padding-right: 4px;
  }
  
  .prodet2-page .prodet-1 .box .right .color {
    margin-bottom: 20px;
  }
  
  .prodet2-page .prodet-1 .box .right .color h6 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: .5em;
    display: block;
  }
  
  .prodet2-page .prodet-1 .box .right .color ul {
    margin: -5px;
  }
  
  .prodet2-page .prodet-1 .box .right .color ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
  }
  
  .prodet2-page .prodet-1 .box .right .color ul li span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fffbf3;
    cursor: pointer;
    cursor: hand;
  }
  
  .prodet2-page .prodet-1 .box .right .color ul li.active span {
    -o-box-shadow: 0 0 0 1px #000;
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
  }
  
  .prodet2-page .prodet-1 .box .right .share ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #eee;
  }
  
  .prodet2-page .prodet-1 .box .right .share ul li a {
    display: block;
  }
  
  .prodet2-page .prodet-1 .box .right .share ul li:hover {
    background: #a68055;
  }
  
  .prodet2-page .prodet-1 .box .right a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    background: #a68055;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 45px;
  }
  
  .prodet2-page .prodet-1 .box .right a.more:hover {
    color: white;
    background: #222;
  }
  
  .prodet2-page .prodet-2 {
    padding: 90px 0;
  }
  
  .prodet2-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
  }
  
  .prodet2-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 26px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    cursor: hand;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  
  .prodet2-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #a68055;
  }
  
  .prodet2-page .prodet-2 .options ul li:hover,
  .prodet2-page .prodet-2 .options ul li.active {
    color: #373330;
  }
  
  .prodet2-page .prodet-2 .options ul li:hover:after,
  .prodet2-page .prodet-2 .options ul li.active:after {
    width: 100%;
  }
  
  .prodet2-page .prodet-2 .ret {
    margin-top: 50px;
  }
  
  .prodet2-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 2;
  }
  
  .prodet2-page .prodet-2 .ret .content img{
    display: inline-block;
    padding: 15px;
    width: 100%;
  }
  
  .prodet2-page .prodet-2 .ret .content table tr td{
    min-width: 120px;
  }
  
  .prodet2-page .prodet-3 {
    padding-bottom: 40px;
  }
  
  .prodet2-page .prodet-3 h2 {
    font-weight: 500;
    font-size: 40px;
    color: #373330;
    line-height: 1.2;
  }
  
  .font-16 {
    line-height: 30px;
  }
  
  .prodet2-page .prodet-3 .list {
    margin-top: 40px;
    position: relative;
  }
  
  .prodet2-page .prodet-3 .list .btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border: 1px solid #000;
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 45%;
    z-index: 2;
  }
  .prodet2-page .prodet-3 .list .prev{
    left: -60px;
  }
  
  .prodet2-page .prodet-3 .list ul {
    margin: -19px;
  }
  
  .prodet2-page .prodet-3 .list ul li {
    padding: 19px;
  }
  
  .prodet2-page .prodet-3 .list ul li a.img-box {
    display: block;
  }
  
  .prodet2-page .prodet-3 .list ul li a.img-box img {
    display: block;
    width: 100%;
  }
  
  .prodet2-page .prodet-3 .list ul li a.img-box span {
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 16px;
    color: #373330;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  
  .prodet2-page .prodet-3 .list ul li h6 {
    font-size: 20px;
    color: #373330;
    text-align: center;
    line-height: 2;
    margin-top: 10px;
    font-weight: normal;
    padding: 0 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  
  .prodet2-page .prodet-3 .list ul li:hover a.img-box span {
    bottom: 5%;
    opacity: 1;
  }
  
  .prodet2-page .prodet-3 .list ul li:hover h6 {
    color: #a68055;
  }
  
  @media screen and (max-width: 1700px) {
    /*.inner-banner .left h2 {
      font-size: 90px;
    }*/
  
    .factory-page .navList ul li {
      font-size: 20px;
    }
  
    .prodet2-page .prodet-1 .box .right .content {
      font-size: 18px;
    }
  
    .prodet2-page .prodet-3 h2 {
      font-size: 32px;
    }
  
    .prodet2-page .prodet-3 .list ul li h6 {
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 1500px) {
    /*.inner-banner .left h2 {
      font-size: 70px;
    }
  
    .inner-banner .right .text {
      font-size: 16px;
    }
  */
    .prodet2-page .prodet-1{
      padding-top: 50px;
    }
  
    /*.inner-banner {
      padding: 60px 0;
    }*/
  
    .prodet2-page .prodet-1 .box .right h1 {
      font-size: 32px;
    }
  
    .prodet2-page .prodet-1 .box .right h1 {
      margin: 15px 0;
    }
  
    .prodet2-page .prodet-1 .box .right .share ul li {
      width: 35px;
      height: 35px;
      line-height: 35px;
    }
  
    .prodet2-page .prodet-1 .box .right a.more {
      margin-top: 25px;
    }
  
    .prodet2-page .prodet-2 {
      padding: 70px 0;
    }
  
    .prodet2-page .prodet-2 .options ul li {
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 1250px) {
    /*.inner-banner .left h2 {
      font-size: 50px;
    }
  
    .inner-banner .right .text {
      font-size: 14px;
      line-height: 2;
    }
  
    .inner-banner {
      padding: 20px 0;
      margin-top: 120px;
    }*/
  
    .contact-page .contact-4 .left{
      width: 100%;
      max-width: 100%;
    }
  
    .contact-page .contact-4 .right{
      width: 100%;
      margin-top: 20px;
    }
  
    .prodet2-page .prodet-1 .box .right h1,
    .prodet2-page .prodet-3 h2 {
      font-size: 28px;
    }
  
    .prodet2-page .prodet-1 .box .right .content {
      font-size: 16px;
      margin: 15px 0;
    }
  
    .prodet2-page .prodet-1 .box .right span.tag {
      font-size: 16px;
    }
  
    .prodet2-page .prodet-1 .box .left .bigImg {
      padding-left: 2.5%;
    }
  
    .prodet2-page .prodet-3 .list ul li {
      padding: 10px;
    }
  
    .prodet2-page .prodet-3 .list ul {
      margin: -10px;
    }
  
  }
  
  @media screen and (max-width: 1000px) {
    /*.inner-banner{
      margin-top: 40px;
    }
    .inner-banner .left h2 {
      font-size: 36px;
    }*/
  
    .prodet2-page .prodet-1 .box .right h1,
    .prodet2-page .prodet-3 h2 {
      font-size: 24px;
    }
  
    .prodet2-page .prodet-1 .box .right {
      padding-left: 0;
      width: 100%;
      padding-top: 60px;
    }
  
    .prodet2-page .prodet-1 .box .left {
      width: 100%;
    }
  
    .prodet2-page .prodet-2 .options ul li {
      margin-right: 25px;
    }
  
    .prodet2-page .prodet-3 .list .btn{
      display: none !important;
    }
  
    .prodet2-page .prodet-1 .box .left .bigImg {
      padding-left: 4%;
    }
  
    .font-16 {
      line-height: 30px;
    }
  
    .prodet2-page .prodet-1 .box .left .bigImg {
      padding-left: 2%;
    }
  
    .prodet2-page .prodet-2 .options {
      display: none;
    }
  
    .prodet2-page .prodet-2 .ret .slide {
      display: block;
      margin-top: 30px;
    }
  
    /*.inner-banner .right {
      padding-top: 15px;
    }
  
    .inner-banner .left h2 {
      font-size: 22px!important;
      line-height: 2;
    }*/
  
    .prodet2-page .prodet-1 {
      padding-bottom: 50px;
    }
  
  
  
  
  
    .prodet2-page .prodet-2 {
      padding-top: 0;
    }
  
    .prodet2-page .prodet-2 .ret .content {
      font-size: 14px;
      line-height: 28px;
    }
  }
  
  @media screen and (max-width: 700px) {
    .contact-page .contact-4 .left ul li h6{
      width: 40px;
      height: 40px;
    }
    .contact-page .contact-4 .left ul li p{
      width: calc(100% - 40px);
    }
  }
  
  @media screen and (max-width: 500px) {
    .inner-page .m-page a{
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
    .inner-page .m-page span{
      width: 40px;
      line-height: 40px;
      height: 40px;
    }
    /*.inner-banner .right .text {
      max-width: none;
      display: none;
    }*/
  
    .prodet2-page .prodet-2 .ret {
      margin-top: 0;
    }
  
    .prodet2-page .prodet-2 .ret .slide:first-child {
      margin-top: 0;
    }
  
    .project-page.gallery-page .project-list .list li{
      width: 100%;
      padding: 0;
    }
  
    .prodet2-page .prodet-2 .ret .content img{
      width: 100%;
      padding: 5px;
    }
    .prodet2-page .form ul .phone .intl-tel-input .country-list{
      left: -4px;
    }
  }
  
  
  
  .seoPublic .title {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 2em;
  }
  
  .seoPublic>div {
      padding: 60px 0;
  }
  
  .seoPublic>div:nth-child(odd) {
      background: #fafafa;
  }
  
  .seoPublic .Auxil-about .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
  }
  
  .seoPublic .Auxil-about .box .left {
      width: 40%;
  }
  
  .seoPublic .Auxil-about .box .left .img {
      height: 100%;
      background-size: cover;
      background-position: center center;
      display: block;
  }
  
  .seoPublic .Auxil-about .box .left img {
      width: 100%;
      display: block;
  }
  
  .seoPublic .Auxil-about .box .right {
      width: 60%;
      padding-left: 5%;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  
  .seoPublic .Auxil-about .box .right div.h3 {
      font-size: 24px;
      font-weight: normal;
      line-height: 2;
      margin-bottom: 1em;
  }
  
  .seoPublic .Auxil-about .box .right .text {
      font-size: 18px;
      line-height: 2;
      color: #666;
      max-height: 400px;
      overflow: auto;
  }
  
  .seoPublic .Auxil-honor .list{
    position: relative;
  }
  .seoPublic .Auxil-honor .list .btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border: 1px solid #000;
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 45%;
    z-index: 2;
  }
  .seoPublic .Auxil-honor .list .prev{
    left: -60px;
  }
  .seoPublic .Auxil-honor .list ul {
      margin: -10px;
  }
  
  .seoPublic .Auxil-honor .list ul li {
      padding: 10px;
  }
  
  .seoPublic .Auxil-honor .list ul li a {
      display: block;
  }
  
  .seoPublic .Auxil-honor .list ul li a img {
      width: 100%;
  }
  
  .seoPublic .Auxil-news .list .btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border: 1px solid #000;
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 45%;
    z-index: 2;
  }
  .seoPublic .Auxil-news .list .prev{
    left: -60px;
  }
  .seoPublic .Auxil-news .list ul {
      margin: -13px;
  }
  
  .seoPublic .Auxil-news .list ul li {
      padding: 13px;
  }
  
  .seoPublic .Auxil-news .list ul li a.img-box {
      display: block;
      background-size: cover;
      background-position: center center;
  }
  
  .seoPublic .Auxil-news .list ul li a.img-box img {
      width: 100%;
  }
  
  .seoPublic .Auxil-news .list ul li .content div.h6 {
      font-size: 18px;
      line-height: 2;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      margin-top: 20px;
  }
  
  .seoPublic .Auxil-news .list ul li .content div.h6:hover {
      color: #a68055;
  }
  
  .seoPublic .Auxil-news .list ul li .content time {
      font-size: 14px;
      margin-top: .5em;
      display: block;
  }
  
  .seoPublic .Auxil-news .list ul li .content p {
      font-weight: 300;
      font-size: 16px;
      line-height: 2;
      margin: 1em 0;
  }
  
  .seoPublic .Auxil-news .list ul li .content a.link {
      font-weight: 300;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      border-bottom: 1px solid transparent;
      display: inline-block;
  }
  
  .seoPublic .Auxil-news .list ul li .content a.link:hover {
      border-color: #a68055;
      color: #a68055;
  }
  
  .seoPublic .Auxil-form .form ul {
      margin: -10px;
  }
  
  .seoPublic .Auxil-form .form ul li {
      padding: 10px;
  }
  
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea {
      display: block;
      width: 100%;
      border: 1px solid #eee;
      background: #fafafa;
      font-size: 16px;
      padding: 12px 15px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  
  .seoPublic .Auxil-form .form ul li textarea {
      height: 100px;
  }
  
  .seoPublic .Auxil-form .form ul li input:focus,
  .seoPublic .Auxil-form .form ul li textarea:focus {
      border-color: #a68055;
  }
  
  .seoPublic .Auxil-form .form ul li.wid-100 {
      width: 100%;
  }
  
  .seoPublic .Auxil-form .form ul li input[type="submit"] {
      width: auto;
      display: inline-block;
      padding-left: 25px;
      padding-right: 25px;
      background: #a68055;
      color: whitesmoke;
      border: none;
  }
  
  .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
      background: #222;
  }
  
  .seoPublic .seoIndustry .text {
      font-size: 16px;
      line-height: 2;
      color: #666;
  }
  
  
  
  .seoPublic .text a:hover {
      text-decoration: underline;
  }
  
  .seoPublic .Auxil-through {
      padding: 15px 0;
      background: none !important;
  }
  
  .seoPublic .Auxil-through a {
      display: inline-block;
      line-height: 40px;
      height: 40px;
      padding: 0 25px;
      font-size: 14px;
      color: black;
      border: 1px solid #eee;
      background: #f8f8f8;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  
  .seoPublic .Auxil-through a:hover {
      background: #a68055;
      color: white;
  }
  
  .seoPublic .Auxil-related .list ul {
      margin: -20px -25px;
  }
  
  .seoPublic .Auxil-related .list ul li {
      padding: 20px 25px;
  }
  
  .seoPublic .Auxil-related .list ul li .box {
      display: block;
      background: white;
      -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
      -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
      box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  }
  
  .seoPublic .Auxil-related .list ul li .box a.img-box {
      display: block;
  }
  
  .seoPublic .Auxil-related .list ul li .box .content {
      display: block;
      padding: 20px;
      text-align: center;
  }
  
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
      font-size: 22px;
      color: #111;
      font-weight: 500;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  
  .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
      color: #a68055;
  }
  
  .seoPublic .Auxil-related .list ul li .box .content p {
      display: block;
      font-size: 16px;
      color: #888;
      line-height: 1.6;
      font-weight: 400;
      margin: .5em 0;
      height: 4.8em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
  }
  
  .seoPublic .Auxil-related .list ul li .box .content a.more {
      display: inline-block;
      vertical-align: middle;
      line-height: 40px;
      height: 40px;
      padding: 0 20px;
      border: 1px solid #a68055;
      font-size: 16px;
      font-weight: 700;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      color: #a68055;
  }
  
  .seoPublic .Auxil-related .list ul li .box .content a.more i {
      margin-left: 5px;
  }
  
  .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
      color: white;
      background: #a68055;
  }
  
  @media screen and (max-width: 1400px) {
      .seoPublic .title {
          font-size: 28px;
          margin-bottom: 1.5em;
      }
  
      .seoPublic .Auxil-about .box .right div.title,
      .seoPublic .Auxil-related .list ul li .box .content div.h3 {
          font-size: 20px;
      }
  
      .seoPublic .Auxil-form .form ul li input,
      .seoPublic .Auxil-form .form ul li textarea,
      .seoPublic .Auxil-about .box .right .text,
      .seoPublic .Auxil-news .list ul li .content p,
      .seoPublic .seoIndustry .text,
      .seoPublic .Auxil-related .list ul li .box .content p {
          font-size: 14px;
      }
  
      .seoPublic .Auxil-news .list ul li .content div.h6 {
          font-size: 18px;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more {
          font-size: 14px;
          line-height: 34px;
          height: 34px;
          padding: 0 15px;
      }
  
      .seoPublic .Auxil-related .list ul li {
          padding: 15px;
      }
  
      .seoPublic .Auxil-related .list ul {
          margin: -15px;
      }
  }
  
  @media screen and (max-width: 1000px) {
      .seoPublic .title {
          font-size: 24px;
          margin-bottom: 1em;
      }
  .Auxil-industry {
    display: none;
  }
      .prodet2-page .prodet-3 .list .btn{
        display: none !important;
      }
  
      .seoPublic .Auxil-news .list .btn{
        display: none !important;
      }
  
      .seoPublic .Auxil-honor .list .btn{
        display: none !important;
      }
  
      #cp-Nav {
          display: block;
      }
  
      #cp-Nav .nav {
          padding: 0 15px;
      }
  
      #cp-Nav .nav div.title {
          font-size: 18px;
          font-weight: bold;
          padding: 8px 10px;
          background: #a68055;
          border-radius: 5px;
          color: white;
      }
  
      #cp-Nav .nav i.mask {
          width: 100%;
          height: 100%;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 230;
          background: rgba(0, 0, 0, 0.2);
      }
  
      #cp-Nav .nav>ul {
          display: none;
      }
  
      #cp-Nav .nav ul {
          position: fixed;
          top: 10%;
          max-height: 80%;
          left: 5%;
          width: 90%;
          padding: 20px;
          border-radius: 5px;
          background: white;
          z-index: 300;
          font-size: 16px;
          overflow: auto;
      }
  
      #cp-Nav .nav ul ul {
          padding: 0 10px;
          font-size: 14px;
          position: static;
          max-height: none;
          width: 100%;
          margin: 10px 0;
      }
  
      #cp-Nav .nav ul li a {
          display: block;
          padding: 5px 0;
          line-height: 28px;
      }
  
      .seoPublic .Auxil-about .box {
          display: block;
      }
  
      .seoPublic .Auxil-about .box .right {
          width: 100%;
          padding: 0;
          margin-top: 20px;
      }
  
      .seoPublic .Auxil-about .box .left {
          width: 100%;
          padding: 0;
      }
  
      .seoPublic .Auxil-about .box .left .img {
          height: 300px;
      }
  
      .seoPublic .Auxil-about .box .right div.h3 {
          font-size: 18px;
      }
  
      .seoPublic>div {
          padding: 30px 0;
      }
  
      .seoPublic .Auxil-about .box .right .text {
          max-height: none;
      }
  }