@font-face {
  font-family: 'AlibabaSans-Regular';
  src: url(../fonts/AlibabaSans-Regular.ttf) format('truetype'), url(../fonts/AlibabaSans-Regular.eot) format('eot'), url(../fonts/AlibabaSans-Regular.woff) format('woff'), url(../fonts/AlibabaSans-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'NoeDisplay-Medium';
  src: url(../fonts/NoeDisplay-Medium.ttf) format('truetype'), url(../fonts/NoeDisplay-Medium.eot) format('eot'), url(../fonts/NoeDisplay-Medium.woff) format('woff'), url(../fonts/NoeDisplay-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../fonts/MyriadPro-Regular.ttf) format('truetype'), url(../fonts/MyriadPro-Regular.eot) format('eot'), url(../fonts/MyriadPro-Regular.woff) format('woff'), url(../fonts/MyriadPro-Regular.woff2) format('woff2');
}
.mySwiper .swiper-pagination-bullet{
  padding: 5px;
  width: 10px;
  height: 10px;
  font-size: 0;
  background: #fff;
  color: #000;
  opacity: 1;
  margin-bottom: 30px;
}
.mySwiper .swiper-pagination-bullet:last-child{
  margin-bottom: 0;
}
.mySwiper .swiper-pagination-bullet-active{
  background: #e17c22;
}
.mySwiper .swiper-pagination-bullet-active::before{
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(225,124,34,0.5)
}
.homeh1 h1 {
    display: inline;
}

h1.catproh1 {
    font-size: 25px;
    line-height: 45px;
    color: #ffffff;
    font-family: 'NoeDisplay-Medium';
    margin: 7rem 0 2.5rem;
}
h1.catproh1.whf {
    margin: 7rem 200px 2.5rem;
}
    .about-page .about-1.abouts {
        padding: 12rem 15px 0rem;
    }
       .indusknow h3 {
        font-size: 24px;
        line-height: 2.5;
        color: #e17c22;
    }
    .indusknow h2 {
    text-align: center;
    font-family: 'NoeDisplay-Medium';
    color: white;
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 50px;
    }
  .indusknow {
        font-size: 18px;
        color: white;
        font-family: 'NoeDisplay-Medium';
        line-height: 2;
        padding: 0px 148.5px 60px;
        background: #323234;
    }        
 .about-page .about-1.abouts .content h4 {
        color: white;
    }

    .about-page .about-1.abouts .content p {
        color: white;
    }
.catpropp p {
    font-size: 19px;
    line-height: 45px;
    color: #ffffff;
    font-family: 'NoeDisplay-Medium';
}
.prodet-page .prodet-3.news {
                    background: #323234;
                    padding-top: 10px;
                }
                .prodet-page .prodet-3.news .prodetBox p {
                    color: white;
                     text-align: left;
                    margin-bottom: 10px;
                }
                .prodet-page .prodet-3.news .prodetBox h4 {
                    color: white;
                    text-align: left;
                    font-size: 22px;
                }
                   .prodet-page .prodet-3.news h4 {
                    margin-top: 40px;
                    color: white;
                }
   span.timess {
                    color: white;
                    font-size: 14px;
                }
.prodet-page .prodet-1 .prodet-box .right h1 {
    font-size: 3.6rem;
    line-height: 1.5;
    color: #000000;
    font-family: 'NoeDisplay-Medium';
}
.newdet-page .box h1 {
    font-size: 26px;
    color: #333;
    font-family: "roboto-bold";
    text-align: center;
}





.mySwiper_tab .arrow-l,
.mySwiper_tab .arrow-r{
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 35px;
  background: #FFFFFF;
  color: #e17c22;
  text-align: center;
  border-radius: 100%;
  transition: .5s ease;
}
.mySwiper_tab .arrow-l:hover,
.mySwiper_tab .arrow-r:hover{
  color: #FFFFFF;
  background: #e17c22;
}
.mySwiper_tab .arrow-l{
  left: 20px;
}
.mySwiper_tab .arrow-r{
  right: 20px;
}

.language-box{
  margin-right: 20px;
}

.language-box .zhuyu {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #e17c22;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#ewm{
  width: 100px;
  border: 5px solid #fff;
}

/* search */
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

/* end */


html,
body {
  font-size: 62.5%;
}

body {
  font-family: "AlibabaSans-Regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }

  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  html {
    font-size: 8px;
  }
.inner-page.prodet-page.new {
    margin-top: 0;
    padding-top: 0;
}
  #ewm{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  a.foota {
    display: none;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
    display: none;
}

.prodet-3.news {
    display: none;
}

.indusknow {
    display: none;
}
h1.catproh1 {
    font-size: 25px;
    line-height: 45px;
    color: #ffffff;
    font-family: 'NoeDisplay-Medium';
    margin: 0;
 }     
.prodet-page .prodet-1 .prodet-box .right h1 {
    line-height: 32px;
    margin: 20px 0;
    font-size: 20px;
}
  .ui.container {
    width: 100%;
  }
  html {
    font-size: 9px;
  }
}
.home_container {
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
#banner {
  display: none;
}
#tenpay_txt {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 99;
}
#tenpay_txt .loading_box {
  background-color: $g_color;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn_nav_open i {
  display: none;
}
.nav {
  width: 91.66%;
  position: fixed;
  left: 4.17%;
  top: 2.3vw;
  z-index: 9;
  pointer-events: none;
}
.nav-ys.active{
  background: #000;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
}
.nav.pic_nav .logo_box img {
  opacity: 0;
}
.nav.pic_nav .logo_box img.logo_img_w {
  opacity: 1;
}
.nav.pic_nav .nav_btn > span {
  color: #fff;
}
.nav .logo_box {
  width: 8.125%;
  display: block;
  float: left;
  position: relative;
  pointer-events: auto;
}
.nav .logo_box img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.nav .logo_box img.logo_img_w {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.nav .nav_btn {
  float: right;
  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;
  pointer-events: auto;
}
.nav .nav_btn > span {
  text-transform: uppercase;
  color: #fff;
  font-size: 0;
  margin-right: 85px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.nav .nav_btn > span img{
  vertical-align: middle;
}
.nav .nav_btn .btn_nav_open {
  display: block;
}
.nav .nav_btn .menu-box{
  margin: 0 auto;
}
.nav .nav_btn .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 135px;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.nav .nav_btn .menu-box ul.menu > li > a{
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.nav .nav_btn .menu-box ul.menu > li > a::before{
  content: '';
  width: 2px;
  height: 19px;
  background: #f4f4f4;
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.nav .nav_btn .menu-box ul.menu > li > a:hover::before,
.nav .nav_btn .menu-box ul.menu > li > a.active::before{
  background: #e17c22;
}
.nav .nav_btn .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
.nav .nav_btn .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
.nav .nav_btn .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
.nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
.nav .nav_btn .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    top: 0;
    left: 220px;
    width: 220px;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--primary);
    display: none \9;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li {
    display: block;
    float: none;
    padding: 0 10px;
    line-height: 40px;
    color: black;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
    display: block;
    color: #000;
    transition: .5s;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
    background: #222;
    color: white;
    width: 100%;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a{
    color: #fff;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover .sub-menu{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    display: block \9;
  }

  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    top: 0;
    left: 220px;
    width: 220px;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--primary);
    display: none \9;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li {
    display: block;
    float: none;
    padding: 0 10px;
    line-height: 40px;
    color: black;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
    display: block;
    color: #000;
    transition: .5s;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover {
    background: #222;
    color: white;
    width: 100%;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover a{
    color: #fff;
  }
  .nav .nav_btn .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover .sub-menu{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    display: block \9;
  }
.nav_text_case {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}
.nav_text_case.on {
  left: 0;
}
.nav_text_case .btn_nav_close {
  position: absolute;
  right: 4.4vw;
  top: 4.4vw;
  cursor: pointer;
  z-index: 5;
  color: #a3a9b2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 1024px) {
  .nav_text_case .btn_nav_close:hover {
    color: #85ccbe !important;
  }
  .nav_text_case .btn_nav_close.color_w {
    color: #fff !important;
  }
}
.nav_text_case .btn_nav_close i {
  font-size: 30px;
  line-height: 1;
}
.nav_text_case > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.nav_text_case > div > div {
  width: 20%;
  height: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.nav_text_case > div > div .nav_hove_img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.nav_text_case > div > div .nav_text_name {
  margin-top: 25vh;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #3b4048;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.nav_text_case > div > div .nav_text_name_en {
  font-family: 'NoeDisplay-Medium';
  line-height: 35px;
  margin-top: 30px;
  color: rgba(59, 64, 72, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 21px;
  position: relative;
}
.nav_text_case > div > div ul {
  margin-top: 3.6vw;
  display: none;
  position: relative;
}
.nav_text_case > div > div ul li {
  display: block;
  line-height: 65px;
  font-size: 18px;
}
.nav_text_case > div > div ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.nav_text_case > div > div ul li a::before {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
  position: absolute;
  bottom: .05rem;
}
.nav_text_case > div > div ul li a:hover::before {
  width: 100%;
}
.nav_text_case > div > div .nav_text_num {
  position: absolute;
  bottom: 10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f4), to(rgba(243, 244, 244, 0)));
  background: -webkit-linear-gradient(top, #f3f4f4, rgba(243, 244, 244, 0));
  background: -moz-linear-gradient(top, #f3f4f4, rgba(243, 244, 244, 0));
  background: linear-gradient(to bottom, #f3f4f4, rgba(243, 244, 244, 0));
  -webkit-background-clip: text;
  color: transparent;
  font-size: 150px;
  line-height: 1;
  font-family: 'NoeDisplay-Medium';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.nav_text_case > div > div.on .nav_hove_img {
  opacity: 1;
}
.nav_text_case > div > div.on .nav_text_name,
.nav_text_case > div > div.on .nav_text_name_en {
  color: #fff;
}
.nav_text_case > div > div.on ul {
  display: block;
}
.nav_text_case > div > div.on .nav_text_num {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media all and (min-width: 1024px) {
  .nav_text_case > div > div:hover .nav_hove_img {
    opacity: 1;
  }
  .nav_text_case > div > div:hover .nav_text_name,
  .nav_text_case > div > div:hover .nav_text_name_en {
    color: #fff;
  }
  .nav_text_case > div > div:hover ul {
    display: block;
  }
  .nav_text_case > div > div:hover .nav_text_num {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}
.btn_nav_open {
  display: none;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 2.3vw;
  right: 4.17%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform-origin: 79% 17%;
  -moz-transform-origin: 79% 17%;
  -ms-transform-origin: 79% 17%;
  transform-origin: 79% 17%;
  cursor: pointer;
  -webkit-box-shadow: 0 25px 50px rgba(255, 255, 255, 0.4);
  box-shadow: 0 25px 50px rgba(255, 255, 255, 0.4);
}
.nav-ys.active .btn_nav_open{
  right: 10px;
  top: 1vw;
}
.nav-ys.active .project-container::before{
  display: none;
}
.nav-ys.active .logo{
  left: 0;
  top: -145px;
}
.nav-ys.active .logo img{
  width: 70px !important;
}
.btn_nav_open > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.btn_nav_open::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}
@media all and (min-width: 1025px) {
  .btn_nav_open.nav_h:hover {
    -webkit-animation: anim-moema-1 0.3s forwards;
    -moz-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
  }
  .btn_nav_open.nav_h:hover::before {
    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
    -moz-animation: anim-moema-2 0.3s 0.3s forwards;
    animation: anim-moema-2 0.3s 0.3s forwards;
  }
  .btn_nav_open.on {
    -webkit-transform: scale(50);
    -moz-transform: scale(50);
    -ms-transform: scale(50);
    transform: scale(50);
  }
  .btn_nav_open.on span {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(5%, -100%) scale(4.5);
    -moz-transform: translate(5%, -100%) scale(4.5);
    -ms-transform: translate(5%, -100%) scale(4.5);
    transform: translate(5%, -100%) scale(4.5);
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
  }
}
.btn_nav_open span {
  display: block;
  width: 33.33%;
  height: 33.33%;
  border-radius: 100%;
  background-color: #e17c22;
  /* 浏览器不支持的时候显示 */
  background-image: -webkit-repeating-linear-gradient(135deg, #e17c22, #e17c22 12.5%, #e17c22 50%, #e17c22 87.5%);
  background-image: -moz-repeating-linear-gradient(135deg, #e17c22, #e17c22 12.5%, #e17c22 50%, #e17c22 87.5%);
  background-image: repeating-linear-gradient(-45deg, #e17c22, #e17c22 12.5%, #e17c22 50%, #e17c22 87.5%);
  position: absolute;
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#mobile-body {
  display: none;
}
#mobile-body h4.mobile_title {
  font-size: 24px;
  font-family: 'NoeDisplay-Medium';
}
#mobile-body h2.mobile_title {
  font-size: 50px;
  font-family: 'NoeDisplay-Medium';
}
#mobile-body h2.mobile_title span {
  color: #e17c22;
}
#mobile-body .product-cat {
  background: #101010;
  color: #FFFFFF;
  padding: 60px 0;
}
#mobile-body .product-cat .list {
  margin-top: 20px;
}
#mobile-body .product-cat ul {
  margin: -15px;
}
#mobile-body .product-cat li {
  padding: 15px;
}
#mobile-body .product-cat h4 {
  font-size: 24px;
}
#mobile-body .product-cat .img {
  margin-bottom: 10px;
}
#mobile-body .product-cat .pro_more {
  text-transform: uppercase;
  font-size: 14px;
}
#mobile-body .product-cat .pro_more a {
  display: inline-block;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
#mobile-body .our-about {
  background-color: #282828;
  color: #FFFFFF;
  padding: 60px 0;
}
#mobile-body .our-about .mml-text {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0;
}
#mobile-body .our-about ul {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mobile-body .our-about ul li h3 {
  font-size: 60px;
  color: #e17c22;
  font-family: 'NoeDisplay-Medium';
}
#mobile-body .our-about ul li h3 span {
  font-size: 13px;
  font-family: 'AlibabaSans-Regular';
}
#mobile-body .our-about ul li p {
  font-size: 18px;
}
#mobile-body .video {
  background: url(../images/video-img.png) no-repeat center;
  background-size: cover;
  position: relative;
  height: 400px;
}
#mobile-body .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
#mobile-body .video .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#mobile-body .our-news {
  background: #1c1c1c;
  color: #fff;
  padding: 60px 0;
}
#mobile-body .our-news .list {
  margin-top: 40px;
}
#mobile-body .our-news .list ul {
  margin: -50px;
}
#mobile-body .our-news .list ul li {
  padding: 50px;
}
#mobile-body .our-news .list .cat {
  font-size: 19px;
}
#mobile-body .our-news .list .date {
  font-size: 19px;
  opacity: .5;
}
#mobile-body .our-news .list h4 {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}
#mobile-body .our-news .list .news_more {
  margin-top: 40px;
  font-size: 14px;
  text-transform: uppercase;
}
#mobile-body .our-news .list .news_more a {
  display: inline-block;
  padding: 10px;
  border-bottom: 2px solid #e17c22;
}
#mobile-body .mobile-footer {
  background-color: #2a2525;
  color: #FFFFFF;
}
#mobile-body .mobile-footer .footer-top {
  padding: 30px 0;
}
#mobile-body .mobile-footer .footer-top ul {
  margin-top: 30px;
}
#mobile-body .mobile-footer .footer-top ul li {
  font-size: 18px;
  line-height: 2;
}
#mobile-body .mobile-footer .footer-bottom {
  padding: 20px 0;
  text-align: center;
}
#mobile-body .mobile-footer .footer-bottom p,
#mobile-body .mobile-footer .footer-bottom a {
  display: inline-block;
  font-size: 14px;
}
#mobile-body .mobile-footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 700px) {
  #mobile-body h2.mobile_title {
    font-size: 30px;
  }
  #mobile-body .our-about .mml-text {
    font-size: 14px;
  }
  #mobile-body .our-about ul {
    display: none;
  }
  #mobile-body .our-news .list ul {
    margin: 0;
  }
  #mobile-body .our-news .list ul li {
    padding: 0;
    margin-bottom: 30px;
  }
  #mobile-body .our-news .list .cat {
    font-size: 16px;
  }
  #mobile-body .our-news .list .date {
    font-size: 16px;
  }
  #mobile-body .mobile-footer .footer-top ul li {
    font-size: 14px;
  }
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: none;
  width: auto;
  vertical-align: top;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  line-height: 40px;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 35px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.mySwiper {
  margin: auto;
  width: 100%;
  height: 100%;
}
.mySwiper2{
  margin: auto;
  width: 100%;
  height: 100%;
}
.slide-box {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.slide-box:nth-child(1n) {
  background: #000000;
}
.slide-box:nth-child(2n) {
  background: #000000 url(../images/slide_2_bg2.jpg) no-repeat center;
  background-size: cover;
}
.slide-box:nth-child(3n) {
  background: #000000 url(../images/slide_3_bg.jpg) no-repeat center;
  background-size: cover;
}
.slide-box:nth-child(4n) {
  background: #000000 url(../images/slide_4_bg.jpg) no-repeat center;
  background-size: cover;
}
.slide-box:nth-child(5n) {
  background: #000000 url(../images/slide_2_bg.jpg) no-repeat center;
  background-size: cover;
}
.slide-box:nth-child(6n) {
  background: #000000 url(../images/slide_6_bg.jpg) no-repeat center;
  background-size: cover;
}
.swiper-pagination.body_nav {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 42%!important;
  bottom: 45%!important;
}
.swiper-pagination.body_nav .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: unset;
  background: transparent;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  margin: 0 35px!important;
}
.swiper-pagination.body_nav .swiper-pagination-bullet:first-child {
  display: none;
}
.swiper-pagination.body_nav .swiper-pagination-bullet-active {
  color: #e17c22;
}
#index-body .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.viewer-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.logo {
  position: absolute;
  z-index: 1;
  left: -130px;
  top: -190px;
  border-radius: 100%;
}
.logo .project-container {
  width: 320px;
  height: 320px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-left: 10%;
  position: relative;
  z-index: 1;
}
.yuan {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: url(../images/slide_1_yuan.png) no-repeat left center;
  background-size: cover;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.app-yuan {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  width: 1200px;
  height: 1200px;
  background: url(../images/app_yuan.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.news-yuan {
  position: absolute;
  left: -15%;
  bottom: -65%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 1150px;
  height: 1150px;
  background: url(../images/news_yuan.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-yuan {
  position: absolute;
  width: 640px;
  height: 640px;
  background-color: #e17c22;
  border-radius: 100%;
  right: -7%;
  top: -45%;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.project-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.project-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 100%;
  z-index: -1;
  background-color: rgb(255 255 255 / 15%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.ani-slide .project-container::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ani-slide .move_x {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ani-slide .yuan {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ani-slide .app-yuan {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.ani-slide .news-yuan {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ani-slide .contact-yuan {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ani-slide #home .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #product .product_list .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #product .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #about .left .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #about .right i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ani-slide #about .right .video {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #application .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #news i.small_yuan {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.ani-slide #news .list .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #contact .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.over_box {
  overflow: hidden;
}
.move_x {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.wgl-animate_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.wgl-animate_bg div {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.wgl-animate_bg div:nth-child(1) {
  left: 8%;
}
.wgl-animate_bg div:nth-child(2) {
  left: 25%;
}
.wgl-animate_bg div:nth-child(3) {
  left: 41%;
}
.wgl-animate_bg div:nth-child(4) {
  left: 58%;
}
.wgl-animate_bg div:nth-child(5) {
  left: 76%;
}
.wgl-animate_bg div:nth-child(6) {
  left: 92%;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin2 {
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-moz-keyframes spin2 {
  to {
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin2 {
  to {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes spin-reverse {
  from {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin-reverse {
  from {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse {
  from {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin-reverse2 {
  from {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-moz-keyframes spin-reverse2 {
  from {
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.mySwiper2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home .mml-text h4 {
  font-size: 80px;
}
#home .mml-text h2 {
  font-size: 176px;
  line-height: 1;
  font-family: "NoeDisplay-Medium";
}
#home .btn {
  margin-top: 40px;
  padding: 0 20px;
  position: relative;
}
#home .btn i {
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -110px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#home .btn i::before {
  content: "";
  display: block;
  width: 330px;
  height: 330px;
  background-color: #e17c22;
  border-radius: 50%;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-animation: spin2 6s infinite linear;
  -moz-animation: spin2 6s infinite linear;
  animation: spin2 6s infinite linear;
}
#home .btn a {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#home .btn a img {
  margin-top: 15px;
}
#home .slide_1_tab {
  position: absolute;
  left: 15%;
  top: 40%;
}
#home .slide_1_tab a {
  display: inline-block;
  margin: 0 10px;
}
#product .product_nav ul li {
  font-size: 18px;
  display: inline-block;
  margin-right: 160px;
  padding-left: 25px;
  position: relative;
}
#product .product_nav ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #e17c22;
  border-radius: 50%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#product .product_nav ul li:hover::before {
  width: 67px;
  height: 134px;
  border-radius: 0 100px 100px 0;
}
#product .product_nav ul li a {
  display: block;
}
#product .product_nav ul li.active::before {
  width: 67px;
  height: 134px;
  border-radius: 0 100px 100px 0;
}
#product .product_list {
  margin-top: 60px;
}
#product .product_list .img {
  width: 50%;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#product .product_list .img img {
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}
#product .product_list .mml-text {
  width: 50%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#product .product_list .mml-text h2 {
  font-size: 80px;
  line-height: 1.5;
  font-family: 'NoeDisplay-Medium';
}
#product .product_list .mml-text h4 {
  font-size: 40px;
  line-height: 65px;
}
#product .product_list .slick-active .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
#product .product_list .slick-active .mml-text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
#product .btn {
  margin-top: 10px;
  position: relative;
}
#product .btn i {
  position: absolute;
  z-index: -1;
  left: -100px;
  top: -150px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#product .btn i::before {
  content: "";
  display: block;
  width: 280px;
  height: 280px;
  background-color:#e17c22;
  border-radius: 50%;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-animation: spin2 6s infinite linear;
  -moz-animation: spin2 6s infinite linear;
  animation: spin2 6s infinite linear;
}
#product .btn a {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 4px;
  line-height: 4;
  text-transform: uppercase;
}
#product .btn a img {
  margin-top: 15px;
}
#product .slide_2_tab {
  position: absolute;
  right: 20%;
  bottom: 20%;
}
#product .slide_2_tab a {
  display: inline-block;
  margin: 0 10px;
}
#about h2 {
  font-size: 80px;
  font-family: 'NoeDisplay-Medium';
}
#about h2 em {
  color: #e17c22;
}
#about .mml-text {
  font-size: 19px;
  line-height: 45px;
}
#about .left {
  width: 50%;
  vertical-align: middle;
  padding: 2%;
}
#about .left ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about .left ul li {
  text-align: left;
}
#about .left ul li h3 {
  font-size: 60px;
  font-family: 'NoeDisplay-Medium';
  color: #e17c22;
}
#about .left ul li h3 span {
  font-size: 13px;
  font-family: 'AlibabaSans-Regular';
}
#about .left ul li p {
  font-size: 18px;
}
#about .left .bottom {
  margin-top: 80px;
  margin-right: -150px;
}
#about .left .btn {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
#about .left .btn i {
  position: absolute;
  z-index: -1;
  left: -80px;
  top: -60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#about .left .btn i::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-color: #e17c22;
  border-radius: 50%;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-animation: spin2 6s infinite linear;
  -moz-animation: spin2 6s infinite linear;
  animation: spin2 6s infinite linear;
}
#about .left .btn a {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#about .left .btn a img {
  margin-top: 15px;
}
#about .right {
  padding: 2%;
  width: 50%;
  vertical-align: middle;
  position: relative;
}
#about .right i {
  position: absolute;
  right: 5%;
  top: 5%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#about .right i::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background-color: #e17c22;
  border-radius: 100%;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-animation: spin-reverse 8s infinite linear;
  -moz-animation: spin-reverse 8s infinite linear;
  animation: spin-reverse 8s infinite linear;
}
#about .right .video {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#about .right .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#about .right .video .play::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background: url(../images/cms_name.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: spin 20s infinite linear;
  -moz-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}
#application h2 {
  font-size: 110px;
  font-family: 'NoeDisplay-Medium';
}
#application .img {
  padding: 10px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#application img{
  border-radius: 100%;
  overflow: hidden;
}
#application .img i {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: spin 20s infinite linear;
  -moz-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}
#application .img i::before {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  background-color:#de8026;
}
#application .list li {
  text-align: center;
}
#application .list li:nth-child(even) {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
#application .list h4 {
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: inline-block;
}
#application .list .slick-list {
  padding-top: 60px;
}
#application .slide_4_tab {
  position: relative;
  margin-top: 40px;
}
#application .slide_4_tab a {
  display: inline-block;
  margin: 0 10px;
}
#news h2 {
  font-size: 97px;
  font-family: 'NoeDisplay-Medium';
}
#news h2 em {
  color: white;
}
#news i.small_yuan {
  position: absolute;
  top: 10%;
  left: 40%;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#news i.small_yuan::before {
  content: "";
  display: block;
  width: 145px;
  height: 145px;
  background-color: #e17c22;
  border-radius: 100%;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-animation: spin-reverse 8s infinite linear;
  -moz-animation: spin-reverse 8s infinite linear;
  animation: spin-reverse 8s infinite linear;
}
#news .list {
  margin-top: 60px;
}
#news .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#news .list li {
  width: 100%;
  max-width: 340px;
  position: relative;
}
#news .list .img {
  position: absolute;
  bottom: -webkit-calc(100% - 40px);
  bottom: -moz-calc(100% - 40px);
  bottom: calc(100% - 40px);
  right: -40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#news .list .cat {
  font-size: 14px;
}
#news .list .date {
  font-size: 18px;
  margin-top: 5px;
  opacity: .5;
}
#news .list h4 {
  font-size: 30px;
  margin-top: 10px;
  line-height: 50px;
}
#news .list .btn {
  margin-top: 50px;
}
#news .list .btn a {
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background-color: #FFFFFF;
  color: black;
  border-radius: 100%;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#news .list .btn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  background-color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#news .list .btn a:hover {
  background-color: #e17c22;
  color: #FFFFFF;
}
#news .list .btn a:hover::before {
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}
#contact h2 {
  font-size: 97px;
  font-family: 'NoeDisplay-Medium';
}
#contact h2 em {
  color: #e17c22;
}
#contact .text h4 {
  font-size: 30px;
  margin-bottom: 40px;
}
#contact .text .left {
  width: 30%;
}
#contact .text .left ul {
  margin: 0 -11px;
}
#contact .text .left ul li {
  width: 50%;
  padding: 0 11px;
  margin-bottom: 15px;
}
#contact .text .left ul li.wid-100 {
  width: 100%;
}
#contact .text .left ul li input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #404040;
  padding: 10px 15px;
  font-size: 18px;
}
#contact .text .left ul li i {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e17c22;
}
#contact .text .right {
  width: 60%;
}
#contact .text .right ul {
  margin: -20px;
}
#contact .text .right ul li {
  padding: 20px;
  width: 33.33%;
}
#contact .text .right ul li .img {
  display: block;
  width: 74px;
  height: 74px;
  position: relative;
  margin: 20px auto;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  background-color: #e17c22;
}
#contact .text .right ul li .img i {
  position: absolute;
  z-index: -1;
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: spin 20s infinite linear;
  -moz-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}
#contact .text .right ul li .img i::before {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  background-color: #FFFFFF;
}
#contact .text .right ul li .img img {
  vertical-align: middle;
}
#contact .text .right ul li p {
  font-size: 18px;
  text-align: center;
  color: #adadad;
  line-height: 35px;
}
#contact .text .right .bottom {
  margin-top: 100px;
}
#contact .text .right .social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  background-color: #FFFFFF;
  color: black;
  border-radius: 100%;
  margin-left: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#contact .text .right .social-links a:hover {
  background-color: #e17c22;
  color: #FFFFFF;
  font-family: 'NoeDisplay-Medium';
}
#contact .text .right .copyright {
  margin-top: 40px;
  line-height: 35px;
}
#contact .text .right .copyright p,
#contact .text .right .copyright a {
  font-size: 16px;
}
#contact .text .right .copyright img {
  max-height: 16px;
  vertical-align: middle;
}
#contact .btn {
  display: inline-block;
  margin-top: 100px;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}
#contact .btn i {
  position: absolute;
  z-index: -1;
  right: -80px;
  top: -60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#contact .btn i::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-color: #e17c22;
  border-radius: 50%;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-animation: spin2 6s infinite linear;
  -moz-animation: spin2 6s infinite linear;
  animation: spin2 6s infinite linear;
}
#contact .btn a {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#contact .btn a img {
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .home_container {
    max-width: 1400px;
  }
  .swiper-pagination.body_nav {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0!important;
    bottom: 5%!important;
  }
  #home .slide_1_tab {
    left: 5%;
    top: 40%;
  }
  #home .mml-text h4 {
    font-size: 60px;
  }
  #home .mml-text h2 {
    font-size: 150px;
  }
  #product .product_list .mml-text h2 {
    font-size: 100px;
  }
  #product .product_list .mml-text h4 {
    font-size: 40px;
  }
  #about h2 {
    font-size: 70px;
  }
  #about .mml-text {
    font-size: 17px;
  }
  #about .left ul li h3 {
    font-size: 50px;
  }
  #application h2 {
    font-size: 70px;
  }
  #news h2 {
    font-size: 70px;
  }
  #contact h2 {
    font-size: 70px;
  }
  .app-yuan {
    width: 1000px;
    height: 1000px;
  }
}
@media screen and (max-width: 1400px) {
  .home_container {
    max-width: 1200px;
  }
  #about .left ul li h3 {
    font-size: 40px;
  }
  #about .left ul li p {
    font-size: 16px;
  }
  #product .product_nav ul li {
    margin-right: 60px;
  }
  #product .product_nav ul li {
    font-size: 16px;
  }
  .nav_text_case > div > div .nav_text_name {
    font-size: 30px;
  }
  .nav_text_case > div > div .nav_text_name_en {
    font-size: 16px;
  }
  .nav_text_case > div > div .nav_text_num {
    font-size: 100px;
  }
  .nav_text_case > div > div ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .news-yuan {
    width: 800px;
    height: 800px;
  }
  .nav_text_case > div > div ul li {
    line-height: 2.5;
  }
  .home_container {
    max-width: 1000px;
  }
  #home .mml-text h4 {
    font-size: 50px;
  }
  #home .mml-text h2 {
    font-size: 120px;
  }
  #product .product_list .mml-text h2 {
    font-size: 80px;
  }
  #home .btn i::before {
    width: 200px;
    height: 200px;
  }
  #product .btn i::before {
    width: 200px;
    height: 200px;
  }
  #product .product_nav ul li.active::before {
    width: 40px;
    height: 80px;
  }
  #product .product_nav ul li:hover::before {
    width: 40px;
    height: 80px;
  }
  #product .product_list .mml-text h4 {
    font-size: 30px;
  }
  #about .left ul {
    display: none;
  }
  #about h2 {
    font-size: 50px;
  }
  #application h2 {
    font-size: 50px;
  }
  #application .list li:nth-child(even) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #news h2 {
    font-size: 50px;
  }
  #news .list {
    margin-top: 30px;
  }
  #news .list h4 {
    font-size: 20px;
  }
  #news .list li {
    max-width: 280px;
  }
  #news .list .btn {
    margin-top: 30px;
  }
  #news .list .btn a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #news .list .img {
    width: 200px;
    right: -30px;
  }
  #contact .text .left,
  #contact .text .right {
    width: 100%;
    float: none;
  }
  #contact .text .left {
    display: none;
  }
  #contact .text .right {
    margin-top: 30px;
  }
  #contact h2 {
    font-size: 50px;
  }
  .ani-slide #contact .btn i {
    display: none;
  }
  #contact .btn {
    padding: 0;
    margin-top: 20px;
  }
  #contact .text .right .bottom {
    margin-top: 60px;
    text-align: center;
  }
  #contact .text .right .copyright {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #mobile-body {
    display: block;
  }
  #index-body {
    display: none;
  }
  .nav {
    display: none;
  }
  #tenpay_txt {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    display: block;
  }
}



/* 通用-footer */

#footer {
  text-align: center;
  background: #282828;
  padding: 5rem 0 2.3rem;
}
#footer .f-logo h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}
#footer .share {
  margin-top: 3rem;
}
#footer .share h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
#footer .share a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  margin: 0 13px;
}
#footer .f-menu {
  padding: 2.5rem 0;
}
#footer .f-menu ul li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 1rem;
}
#footer .f-menu ul li a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
#footer .f-menu ul li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-menu ul li a:hover::after {
  left: 0;
  width: 100%;
}
#footer .f-copy {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 35px;
}
#footer .f-copy a {
  padding: 0 5px;
}
#footer .f-copy a:hover {
  text-decoration: underline;
}
#footer .f-copy a img {
  max-height: 16px;
  vertical-align: middle;
}




#footer .top-box {
  padding: 0 0 6rem;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #3d3a3a;
}
#footer .top-box h2 {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  font-family: 'NoeDisplay-Medium';
}
#footer .top-box p {
  font-size: 2rem;
  color: #4c4c4c;
  margin: 1.8rem 0 4rem;
  line-height: 35px;
}
#footer .top-box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .top-box form input[type="text"] {
  width: 26%;
  height: 60px;
  border-radius: 10px;
  padding: 0 2.5rem;
  font-size: 18px;
  color:#494744;
  border: none;
  background: #f6f4f2;
  border: 1px solid transparent;
}
#footer .top-box form input[type="text"]:focus {
  border: 1px solid #3d3a3a;
}
#footer .top-box form input[type="submit"] {
  width: 14%;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  border-radius: 10px;
  border: none;
  background: #e17c22;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .top-box form input[type="submit"]:hover {
  background: #e17c22;
}


@media screen and (max-width: 1000px){
  #footer .top-box form input[type="text"]{
    height: 45px;
    font-size: 15px;
  }
  #footer .top-box form input[type="submit"]{
    height: 45px;
    font-size: 15px;
  }
}

@media screen and (max-width: 700px){
  #footer .f-menu{
    display: none;
  }
}

@media screen and (max-width: 500px){
  #footer .top-box form input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .top-box form{
    display: block;
  }
  #footer .top-box form input[type="submit"]{
    width: 100%;
  }
}
/* end */




.more {
  display: inline-block;
  padding: 18px 4.5rem;
  background:#e17c22;
  background-size: 100% 100%;
  font-size: 1.8rem;
  line-height: 1;
      border-radius: 10px;
  color: #fff;
  font-family: 'NoeDisplay-Medium';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.inner-page h2 {
  font-size: 6.8rem;
  line-height: 1;
}
.inner-page h3{
  font-size: 4.8rem;
  line-height: 1;
  color: #000;
}
.inner-page p{
  font-size: 1.6rem;
      line-height: 28px;
}
.inner-banner {
  margin-top: -3rem;
  position: relative;
  overflow: hidden;
}
.inner-banner > img{
  width: 100%;
}
.inner-banner .sub-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-banner .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
  /*z-index: 10;*/
}
.inner-banner .text h2 {
  line-height: 1.3;
  color: #fff;
  font-size: 30px;
      font-family: 'NoeDisplay-Medium';
}
.inner-banner .text .mbx {
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  /*font-family: 'NoeDisplay-Medium';*/
  margin-top: 1rem;
}
.inner-banner .text .mbx a {
  margin: 0 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .text .mbx a:hover {
  color: #929292;
}
.inner-banner .text .mbx span {
  margin: 0 5px;
}
.inner-banner h3 {
  position: absolute;
  left: 0;
  bottom: -12.6rem;
  width: 100%;
  padding: 5.5rem 8%;
  /*background: rgba(250, 250, 250, 0.8);*/
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'NoeDisplay-Medium';
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inner-banner h3::after {
  width: 10rem;
  height: 1px;
  background: #FFFFFF;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3rem;
  position: absolute;
}
.inner-page .p-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 0;
}
.inner-page .p-nav li {
  margin: 0 4.5rem;
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-family: 'NoeDisplay-Medium';
}
.inner-page .p-nav li a {
  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;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .p-nav li a:hover {
  color: #e17c22;
}
.inner-page .p-nav li img {
  margin-right: 1.5rem;
}
.about-page .about-1 {
  padding: 12rem 15px 15.5rem;
  position: relative;
}
.about-page .about-1::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1078px;
  height: 556px;
  right: 13.7rem;
  bottom: -9.2rem;
  /*background: url(../images/about-1-bg.jpg) no-repeat center center;*/
}
.about-page .about-1 .content {
  margin: 0 auto;
  max-width: 1560px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .content .left {
  width: 50%;
  position: relative;
}
.about-page .about-1 .content .left > img {
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}


.about-page .about-1 .content .left .play {
  position: absolute;
  display: block;
  right: -4rem;
  bottom: 6.5rem;
  z-index: 6;
}
.about-page .about-1 .content .left .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background:rgb(224 124 34 / 50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .content .left .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgb(224 124 34 / 50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}



.about-page .about-1 .content .right .play {
  position: absolute;
  display: block;
  left: 4rem;
  bottom: 6.5rem;
  z-index: 6;
}
.about-page .about-1 .content .right .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(225 124 34 / 50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .content .right .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgb(225 124 34 / 50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .content .right {
  width: 50%;
  padding-left: 9rem;
  position: relative;
}
.about-page .about-1 .content h4 {
  font-size: 2.5rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  /*font-family: 'NoeDisplay-Medium';*/
}
.about-page .about-1 .content h2 {
  color: #e17c22;
  margin: 2rem 0;
  font-family: 'NoeDisplay-Medium';
}
.about-page .about-1 .content p {
  line-height: 2;
}
.about-page .about-2 {
  padding: 10rem 0 12rem;
  position: relative;
}
.about-page .about-2::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  background:#f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-page .about-2.right::after{
  left: auto;
  right: 0;
  width: 60%;
}
.about-page .about-2 .content {
  margin: 0 auto;
  max-width: 1560px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .content .left {
  width: 50%;
  padding-right: 9rem;
}
.about-page .about-2 .content h2 {
  color: #e17c22;
  margin-bottom: 3.5rem;
  font-family: 'NoeDisplay-Medium';
}
.about-page .about-2 .content p {
  line-height: 2;
}
.about-page .about-2 .content .right {
  width: 50%;
}
.about-page .about-3 {
  text-align: center;
  padding: 11.5rem 0;
  background: url(../images/about-3-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
/*.about-page .about-3 .top {
  margin-bottom: 7rem;
}*/
.about-page .about-3 .top h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-family: 'NoeDisplay-Medium';
}
.about-page .about-3 .top p {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
.about-page .about-3 .top .more {
  margin-top: 5rem;
}
.about-page .about-4 {
  background: #f3f3f3;
  padding: 10rem 0 13rem;
}
.about-page .about-4 .top {
  text-align: center;
}
.about-page .about-4 .top h2 {
  color: #e17c22;
  margin-bottom: 2.5rem;
  font-family: 'NoeDisplay-Medium';
}
.about-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
  line-height: 28px;
}
.about-page .about-4 .content {
  margin-top: 6rem;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-4 .content .historyBox {
  max-width: 350px;
}
.about-page .about-4 .content .historyBox h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
  font-family: 'NoeDisplay-Medium';
  /*text-transform: uppercase;*/
  margin-bottom: 2rem;
}
.about-page .about-4 .content .historyBox .arrow-l,
.about-page .about-4 .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 1.5rem;
}
.about-page .about-4 .content .historyBox .arrow-l:hover,
.about-page .about-4 .content .historyBox .arrow-r:hover {
  color: #e17c22;
}
.about-page .about-4 .content .historyBox .arrow-l {
  left: 0;
}
.about-page .about-4 .content .historyBox .arrow-r {
  right: 0;
}
.about-page .about-4 .content .right {
  padding-left: 5rem;
  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;
}
.about-page .about-4 .content .right .text {
  margin-left: 3rem;
}
.about-page .about-4 .content .right .text h5 {
  font-size: 6rem;
  line-height: 1;
  color: #afafaf;
  font-family: 'NoeDisplay-Medium';
}
.about-page .about-4 .content .right .text h5 span {
  display: block;
  font-family: 'NoeDisplay-Medium';
}
.about-page .about-4 .partnerBox {
  margin-top: 10rem;
}
.about-page .about-4 .partnerBox ul{
  margin: -15px;
}
.about-page .about-4 .partnerBox li {
  padding: 15px;
  cursor: pointer;
}
.about-page .about-5 {
  padding: 8rem 0 10rem;
  background: #1f2128;
}
.about-page .about-5 .container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-5 .container .left {
  width: 65.5%;
}
.about-page .about-5 .container .right {
  width: 34.5%;
  padding-left: 3rem;
}
.about-page .about-5 .container .right .content {
  max-width: 405px;
  margin: 0 0 0 auto;
}
.about-page .about-5 .container .right .content h4 {
  font-size: 8rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'NoeDisplay-Medium';
  margin-bottom: 2rem;
}
.about-page .about-5 .container .right .content p {
  color: #afafaf;
}
.about-page .about-5 .container .right .content h2 {
  font-size: 13.5rem;
  line-height: 1;
  font-family: 'NoeDisplay-Medium';
  color: rgba(154, 27, 64, 0.1);
  margin-top: 3.5rem;
}
.about-page .about-6 {
  padding: 8rem 0 10.5rem;
}
.about-page .about-6 .content {
  margin: 0 auto;
  max-width: 1635px;
}
.about-page .about-6 .top {
  text-align: center;
}
.about-page .about-6 .top h2 {
  color: #e17c22;
  margin-bottom: 2.5rem;
  font-family: 'NoeDisplay-Medium';
}
.about-page .about-6 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 705px;
}
.about-page .about-6 .newsBox {
  margin-top: 8rem;
}
.about-page .about-6 .newsBox ul{
  margin: -15px;
}
.about-page .about-6 .newsBox ul li{
  padding: 15px;
}
.about-page .about-6 .newsBox .news-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-6 .newsBox .news-img .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
.about-page .about-6 .newsBox .news-img .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(225 124 34 / 50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-6 .newsBox .news-img .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  background: rgb(225 124 34 / 50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.about-page .about-6 .newsBox .content h5 {
  font-size: 2.8rem;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-transform: capitalize;
  margin: 3rem 0 2rem;
}
.about-page .about-6 .newsBox .content h5:hover {
  color: #e17c22;
}
.about-page .about-6 .newsBox .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 2rem;
}
.about-page .about-6 .newsBox .content p {
  color: #5d5d5d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.why-page .why-1 {
  padding: 8rem 15px 16rem;
}
.why-page .why-1 .content {
  margin: 0 auto;
  max-width: 1750px;
}
.why-page .why-1 .content .title {
  text-align: center;
  margin-bottom: 7.5rem;
}
.why-page .why-1 .content .title h2 {
  color: #e17c22;
  margin-bottom: 2.5rem;
}
.why-page .why-1 .content .title p {
  color: #000000;
  margin: 0 auto;
  max-width: 850px;
}
.why-page .why-1 .content .text {
  margin: 0 auto;
  max-width: 1575px;
  padding: 5.5rem 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.why-page .why-1 .content .text h4 {
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
  padding-left: 8.5rem;
  position: absolute;
  left: 0;
  top: -8rem;
}
.why-page .why-1 .content .text h4::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3rem;
  background: #fff;
  left: 10.5rem;
  bottom: -5rem;
}
.why-page .why-1 .content .text h3 {
  padding: 0 8.5rem;
}
.why-page .why-1 .content .text p {
  max-width: 858px;
  font-size: 1.8rem;
  margin-top: 2.5rem;
  position: relative;
}
.why-page .why-1 .content .text p::after {
  position: absolute;
  content: "";
  width: 8.8rem;
  height: 1px;
  background: #000;
  top: 1.3rem;
  right: 104%;
}
.why-page .why-item .content {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1575px;
  position: relative;
  z-index: 3;
}
.why-page .why-item .content .left {
  width: 46%;
  padding: 0 4rem 0 8.5rem;
}
.why-page .why-item .content .left h4 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  padding-bottom: 6.5rem;
  position: relative;
}
.why-page .why-item .content .left h4::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3rem;
  background: #000000;
  left: 2rem;
  bottom: 1.5rem;
}
.why-page .why-item .content .left h3 {
  margin-bottom: 2rem;
}
.why-page .why-item .content .left p {
  max-width: 505px;
}
.why-page .why-item .content .right {
  width: 54%;
}
.why-page .why-2 {
  padding: 12rem 15px 15.8rem;
  background: #fcfaf8;
  position: relative;
}
.why-page .why-2:after{
  position: absolute;
  content: "Design Team";
  font-size: 15rem;
  color: #f8f3ee;
  font-family: 'NoeDisplay-Medium';
  line-height: 1.2;
  left: 0;
  bottom: 0;
}
.why-page .why-2:last-child:after{
  content: "Patented Technology";
}
.why-page .why-3 {
  padding: 12.6rem 15px 21.3rem;
  position: relative;
}
.why-page .why-3:after{
  position: absolute;
  content: "Overseas Sales";
  font-size: 15rem;
  color: #fafafa;
  font-family: 'NoeDisplay-Medium';
  line-height: .65;
  right: 5%;
  bottom: 0;
}
.why-page .why-3 .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.why-page .why-3 .content .left {
  padding: 0 8.5rem 0 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact-page .contact-1 {
  padding: 14.5rem 0 3rem;
}
.contact-page .contact-1 ul {
  background: #f9f9f9;
  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;
}
.contact-page .contact-1 ul li {
  width: 25%;
  padding: 7rem 15px 9rem;
  position: relative;
  text-align: center;
}
.contact-page .contact-1 ul li:hover::after {
  top: -5.5rem;
}
.contact-page .contact-1 ul li::after {
  position: absolute;
  content: "";
  width: 87px;
  height: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4.5rem;
  background: no-repeat center bottom;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 ul li h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #e17c22;
  margin-bottom: 2.2rem;
      font-family: 'NoeDisplay-Medium';
}
.contact-page .contact-1 ul li p {
  line-height: 35px;
  color: #000000;
  margin: 0 auto;
  max-width: 260px;
}
.contact-page .contact-1 ul li:nth-child(1)::after {
  background: url(../images/c-1.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(1):hover::after {
  background: url(../images/c-1-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(2)::after {
  background: url(../images/c-2.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(2):hover::after {
  background: url(../images/c-2-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(3)::after {
  background: url(../images/c-3.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(3):hover::after {
  background: url(../images/c-3-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4)::after {
  background: url(../images/c-4.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4):hover::after {
  background: url(../images/c-4-h.png) no-repeat center bottom;
}
.contact-page .contact-2 {
  padding-bottom: 15.5rem;
}
.contact-page .contact-2 .container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .container .left {
  width: 50%;
  padding-right: 3rem;
  position: relative;
}
/*.contact-page .contact-2 .container .left:after{
  position: absolute;
  width: 100%;
  height: 368px;
  content: "";
  background: url(../images/contact-bg.jpg) no-repeat left bottom;
  left: 0;
  bottom: -15rem;
  z-index: -1;
}*/
.contact-page .contact-2 .container .left h4 {
  font-size: 6rem;
  line-height: 1;
  color: #e17c22;
      font-family: 'NoeDisplay-Medium';
}
.contact-page .contact-2 .container .left p {
  color: #575757;
  margin: 4rem 0 3.5rem;
  max-width: 405px;
  font-size: 17px;
}
.contact-page .contact-2 .container .left form {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
}
.contact-page .contact-2 .container .left form input[type="text"] {
  width: 49%;
  height: 44px;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  font-family: 'NoeDisplay-Medium';
  border: none;
  background: #efefef;
  margin-bottom: 1.5rem;
}
.contact-page .contact-2 .container .left form textarea {
  width: 100%;
  height: 102px;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  font-family: 'NoeDisplay-Medium';
  border: none;
  background: #efefef;
  margin-bottom: 1.5rem;
}
.contact-page .contact-2 .container .left form .more {
  border: none;
  padding: 15px 55px;
}
.contact-page .contact-2 .container .right {
  width: 50%;
  position: relative;
}
.contact-page .contact-2 .container .right .text {
  position: absolute;
  max-width: 455px;
  bottom: 3.5rem;
  left: 18%;
}
.contact-page .contact-2 .container .right .text p {
  line-height: 35px;
  color: #fff;
}
.contact-page .contact-2 .container .right .text h4 {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  padding: 1.5rem 0 1.5rem 4.5rem;
  background: url(../images/c-phone.png) no-repeat left center;
}
.faq-page {
  padding: 11rem 0 7rem;
}
.faq-page .faq-list {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .faq-list li {
  width: 48%;
  padding: 5rem 5rem 5rem 21rem;
  border-radius: 5px;
  border: 1px solid #eae0d4;
  background: url(../images/faq-img.png) no-repeat 4rem 4rem;
  margin-bottom: 6rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.faq-page .faq-list li:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.faq-page .faq-list li h4 {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 2.5rem;
}
.news-page {
  z-index: 2;
}
.news-page .news-1 {
  padding: 0 15px 13rem 0;
}
.news-page .news-1 .content {
  margin: -12.5rem auto 0;
  max-width: 1575px;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.news-page .news-1 .content h4 {
  font-size: 3.2rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
}
.news-page .news-1 .content .left {
  width: 28%;
}
.news-page .news-1 .content .left h4 {
  font-family: 'NoeDisplay-Medium';
  margin-bottom: 1rem;
}
.news-page .news-1 .content .left h2 {
  color: #e17c22;
}
.news-page .news-1 .content .right {
  width: 72%;
  padding: 7.5rem 8rem 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.news-page .news-1 .content .right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.news-page .news-1 .content .right h4 {
  position: relative;
  margin-bottom: 2.8rem;
}
.news-page .news-1 .content .right h4::after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 1px;
  background: #e17c22;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 105%;
}
.news-page .news-1 .content .right .text {
  max-width: 855px;
}
.news-page .news-2 {
  padding: 8rem 15px 14.3rem;
  background: #fcfaf8;
}
.news-page .news-2 .news-box {
  max-width: 1575px;
  margin: 0 auto;
}
.news-page .news-2 .news-box h3 {
  text-align: center;
  margin-bottom: 5.5rem;
}
.news-page .news-2 .news-box ul {
  margin: 0 -5.8rem;
  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;
}
.news-page .news-2 .news-box ul li {
  width: 33.333%;
  padding: 0 5.8rem;
  margin-bottom: 7rem;
}

.news-page .news-2 .news-box ul li .content h5 {
  font-size: 2.2rem;
  line-height: 35px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  overflow: hidden;
  margin: 3rem 0 2rem;
}
.news-page .news-2 .news-box ul li .content h5:hover {
  color: #e17c22;
}
.news-page .news-2 .news-box ul li .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 2rem;
}
.news-page .news-2 .news-box ul li .content p {
  color: #5d5d5d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
}
.news-page .news-3 {
  padding: 12.4rem 8.5rem;
  background: url(../images/news-3-bg.jpg) no-repeat right center;
}
.news-page .news-3 .text {
  background: url(../images/text-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  max-width: 815px;
  padding: 9.5rem 10.5rem 9rem 8.5rem;
  text-align: right;
}
.news-page .news-3 .text h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'NoeDisplay-Medium';
  margin-bottom: 3rem;
}
.news-page .news-3 .text p {
  color: #fff;
  font-family: 'NoeDisplay-Medium';
  font-size: 1.5rem;
}
.news-page .news-4 {
  padding: 13rem 0 0;
}
.news-page .news-4 ul {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-page .news-4 ul li {
  width: 45%;
  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: 13rem;
}
.news-page .news-4 ul li .text {
  margin-left: 4.5rem;
  max-width: 380px;
}
.news-page .news-4 ul li .text h4 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  font-family: 'NoeDisplay-Medium';
  margin-bottom: 2rem;
}
.news-page .news-4 ul li .text p {
  color: #5d5d5d;
  line-height: 1.9;
}
.product-page .product-new {
  padding: 7rem 15px 10rem;
  background: #f2f2f2;
}
.product-page .product-new h2 {
  font-size: 5rem;
  text-align: center;
      font-family: 'NoeDisplay-Medium';
}
.product-page .product-new .newBox {
  margin: 6.5rem auto 0;
  max-width: 1575px;
}
.product-page .product-new .newBox ul{
  margin: -15px;
}
.product-page .product-new .newBox ul li{
  padding: 15px;
}
/*.product-page .product-new .newBox li {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}*/
.product-page .product-new .newBox .left {
  width: 50%;
}
.product-page .product-new .newBox .left img{
  border-radius: 100%;
}
.product-page .product-new .newBox .flex{
  display: flex;
}
.product-page .product-new .newBox .left a {
  display: block;
  overflow: hidden;
}
.product-page .product-new .newBox .right {
  width: 50%;
  /*background: #fff;*/
  padding: 2rem;
}
.product-page .product-new .newBox .right .centre h4 {
    font-size: 2.5rem;
    line-height: 40px;
    /* height: 62px; */
    color: #000000;
    font-family: 'NoeDisplay-Medium';
    margin: 0 0 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.product-page .product-new .newBox .right .centre .mml-text{
  font-size: 1.6rem;
  line-height: 35px;
  overflow: auto;
  height: 250px;
}
/*.product-page .product-new .newBox .right .centre p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}*/
.product-page .product-new .newBox .right .centre .more {
  margin-top: 3rem;
}
.product-page .product-box {
  padding: 7rem 15px 10rem;
  background: #323234;
}
.product-page .product-box .pro-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-box .pro-nav a {
  display: block;
  text-align: center;
  margin: 0 2rem;
}
.product-page .product-box .pro-nav a:hover .nav-img {
  border: 1px solid #e17c22;
}
.product-page .product-box .pro-nav a:hover p {
  color: #e17c22;
}
.product-page .product-box .pro-nav a .nav-img {
  display: inline-block;
  border-radius: 100%;
  /*border: 1px solid #dedede;*/
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  margin-bottom: 1rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .pro-nav a p {
  font-size: 1.4rem;
  max-width: 105px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1.4;
}
.product-page .product-box .product-list {
  margin: 6.5rem auto 0;
  max-width: 1500px;
}
.product-page .product-box .product-list ul {
  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;
  margin: 0 -2.5rem;
}
.product-page .product-box .product-list ul li {
  width: 25%;
  padding: 0 2.5rem;
  margin-bottom: 7rem;
}
.product-page .product-box .product-list ul li img{
  border-radius: 100%;
}
.product-page .product-box .product-list ul li h4 {
  font-size: 2rem;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  font-family: 'NoeDisplay-Medium';
  margin: 3rem 0 1.5rem;
}
.product-page .product-box .product-list ul li h4:hover {
  color: #e17c22;
}
.product-page .product-box .product-list ul li .mml-text {
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
  font-size: 1.5rem;
  line-height: 30px;
  color: #9c9c9c;
}
.prodet-page .prodet-1 {
  background: #f7f7f7;
  padding: 8rem 0 9rem;
}
.prodet-page .prodet-1 .prodet-box {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  width: 21%;
  padding-right: 1.4rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin: 3px 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img{
  border: 1px solid #efefef;
}
/*.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img.cloudzoom-gallery-active{
  border: 1px solid #e17c22;
}*/
.prodet-page .prodet-1 .prodet-box .right {
  width: 45%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #000000;
  font-family: 'NoeDisplay-Medium';
}
.prodet-page .prodet-1 .prodet-box .right .content {
  margin: 1.5rem 0 5rem;
  font-size: 1.8rem;
  line-height: 40px;
  color: #000000;
  /*font-family: 'NoeDisplay-Medium';*/
  text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .more {
  padding: 18px 60px;
  display: inline-block;
}
.prodet-page .prodet-1 .prodet-box .right .icon {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .icon a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
  margin-right: 13px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:hover {
  background: #e17c22;
  border: 1px solid #e17c22;
  color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 {
  padding: 8.5rem 0 6.5rem;
}
.prodet-page .prodet-2 .options ul {
  padding-bottom: 3rem;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .options ul li {
  font-size: 1.8rem;
  line-height: 30px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'NoeDisplay-Medium';
  margin: 0 2.8rem;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li:hover {
  color: #e17c22;
}
.prodet-page .prodet-2 .options ul li.active:first-child {
  color: #e17c22;
}
.prodet-page .prodet-2 .ret {
  margin-top: 4.5rem;
}
.prodet-page .prodet-2 .ret .content table tbody tr td{
  font-size: 1.8rem;
}
.prodet-page .prodet-2 .ret .content form {
  background: #fff;
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  padding: 4.5rem 4.5rem 5.5rem;
}
.prodet-page .prodet-2 .ret .content form h4 {
  font-size: 2.8rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.8rem;
}
.prodet-page .prodet-2 .ret .content form p {
  color: #838383;
  line-height: 1.8;
  font-family: 'NoeDisplay-Medium';
}
.prodet-page .prodet-2 .ret .content form ul {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}
.prodet-page .prodet-2 .ret .content form ul li {
  width: 48%;
}
.prodet-page .prodet-2 .ret .content form ul li span {
  font-family: 'NoeDisplay-Medium';
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1rem;
  display: inline-block;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"] {
  height: 5rem;
  width: 100%;
  border: 1px solid #dedede;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 3rem;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"]:focus {
  border: 1px solid #e17c22;
}
.prodet-page .prodet-2 .ret .content form ul li textarea {
  height: 13rem;
  width: 100%;
  border: 1px solid #dedede;
  padding: 20px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 3rem;
}
.prodet-page .prodet-2 .ret .content form ul li textarea:focus {
  border: 1px solid #e17c22;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="submit"] {
  width: 100%;
  text-align: center;
  padding: 1.8rem 0;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: none;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(6) {
  width: 23.5rem;
}
.prodet-page .prodet-3 {
  padding: 7rem 0;
}
.prodet-page .prodet-3 h4 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
  text-align: center;
  font-family: 'NoeDisplay-Medium';
}
.prodet-page .prodet-3 .prodetBox {
  margin-top: 6rem;
  position: relative;
}
.prodet-page .prodet-3 .prodetBox ul{
  margin: -15px;
}
.prodet-page .prodet-3 .prodetBox ul li{
  padding: 15px;
}

.prodet-page .prodet-3 .prodetBox h4 {
  font-size: 2.4rem;
  line-height: 40px;
  color: #000000;
  text-align: center;
  font-family: 'NoeDisplay-Medium';
  margin: 2.5rem 0 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .prodet-3 .prodetBox h4:hover {
  color: #e17c22;
}
.prodet-page .prodet-3 .prodetBox p {
  text-align: left;
  margin: 0 auto;
  max-width: 290px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}
span.timee {
    font-size: 14px;
}
.prodet-page .prodet-3 .prodetBox .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -10rem;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev,
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
  position: relative;
  margin-top: 0;
  width: 42px;
  height: 54px;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev {
  background: url(../images/r-left.png) no-repeat center center;
  left: 0;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
  background: url(../images/r-right.png) no-repeat center center;
  right: 0;
}
.lg-page {
    padding: 8rem 0 12rem;
    background: #2a2a2a;
}
.newslist ul {
    margin: -2.5rem;
}
.newslist ul li {
    padding: 2.5rem;
}
.newslist ul li .box {
    display: block;
    background: white;
    text-align: left;
}
.newslist ul li .box a.img-box {
    display: block;
}
.newslist ul li .box a.img-box img {
    width: 100%;
}
.newslist ul li .box .content {
    display: block;
    padding: 20px;
}
.newslist ul li .box .content h3 {
    display: block;
    font-size: 20px;
    color: black;
    font-family: "JosefinSans-SemiBold";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newslist ul li .box .content h3:hover {
    color: #006eb3;
}
.newslist ul li .box .content p {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    font-family: "Arial";
    margin-bottom: 10px;
}
.newslist ul li .box .content a.more {
    display: block;
    font-size: 16px;
    color: #006eb3;
    text-transform: uppercase;
}
.newslist ul li .box .content a.more:hover {
    text-decoration: underline;
}
.newdet-page {
  background: #fff;
  padding: 20px 0;
}
.newdet-page .box {
 ackground: #fcfcfc;
  padding: 25px;
}
.newdet-page .box h4 {
  font-size: 40px;
  color: #333;
  /*font-family: "roboto-bold";*/
  text-align: center;
}

.inner-page.newdet-page .box .content .img {
    width: 40%;
    margin: auto;
    padding-bottom: 40px;
}


.newdet-page .box time {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin: 15px 0;
  font-family: 'NoeDisplay-Medium';
}
.newdet-page .box .content {
  display: block;
  font-size: 16px;
  color: #000;
  line-height:2;
  font-family: 'NoeDisplay-Medium';
}
.newdet-page .box .link {
  margin-top: 30px;
  padding-top: 30px;
  line-height: 35px;
  border-top: 1px #eee dashed;
}
.newdet-page .box .link a {
  display: block;
  font-size: 14px;
  font-family: 'NoeDisplay-Medium';
}
.newdet-page .box .link a:hover {
  text-decoration: underline;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid #787878;
    border-radius: 30px;
    color: #787878;
    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: #e17c22 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #e17c22;
}
.inner-page .m-page span.current{
  background: #e17c22 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #e17c22;
}
@media screen and (max-width: 1610px) {
.about-page .about-2 .content .left{
  padding-left: 15px;
}
.news-page .news-1 .content{
  padding: 0 15px;
}
}
@media screen and (max-width: 1437px) {
  .news-page .news-2 .news-box ul{
        margin: 0 -3rem;
  }
  .news-page .news-2 .news-box ul li{
    padding: 0 3rem;
  }
  .about-page .about-5 .container .right .content h2{
    font-size: 10rem;
  }
}
@media screen and (max-width: 1230px) {
  .news-page .news-4 ul li{
        width: 49%;
  }
  .product-page .product-box .product-list ul li{
    width: 33.333%;
  }
}
/*@media screen and (max-width: 1100px) {
  .inner-banner{
    margin-top: 40px;
  }
}*/
@media screen and (max-width: 1000px) {
  body.inner .ani-slide{display: none;}

  .about-page .about-4 .content .historyBox{
    max-width: 100%;
  }
  .about-page .about-4 .content .right{
    display: none;
  }
  .faq-page .faq-list li{
    width: 100%;
    background-size: auto 100%;
  }
  .contact-page .contact-1 ul li{
        padding: 13rem 15px 9rem;
  }
  .news-page .news-2 .news-box ul li{
    width: 50%;
  }
  .news-page .news-4 ul li {
    width: 100%;
  }

  .about-page .about-5 .container .left{
    width: 100%;
  }.about-page .about-5 .container .right {
      width: 100%;
      padding-left: 0;
  }
  .about-page .about-5 .container .right .content{
    max-width: 100%;
  }

  .about-page .about-1 .content .left{
    width: 100%;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-1 .content .left .play{
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .about-page .about-1 .content .right .play{
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .inner-banner .text h2{
    font-size: 5rem;
  }
  .inner-banner{
    margin-top: 120px;
  }
  #banner, .inner-page{
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .text h2{
    display: none;
  }
  .inner-banner .text .mbx{
    margin-top: 0;
  }
.about-page .about-2 .content .left {
    padding: 0 15px;
    width: 100%;
}
.product-page .product-new .newBox .left {
    width: 100%;
}
.product-page .product-new .newBox .right{
    width: 100%;
}
.news-page .news-2{
  padding: 6rem 15px 14.3rem;
}
.about-page .about-2 .content .right {
    width: 100%;
    padding: 20px 15px 0;
}
.inner-banner h3{
  display: none;
}

.contact-page .contact-1 ul li{
  width: 50%;    padding: 12rem 15px 9rem;
}.contact-page .contact-2 .container .left {
    width: 100%;
    padding-right: 0;
    position: relative;
}.contact-page .contact-2 .container .right {
    width: 100%;
    position: relative;
    margin: 25px 0;
}
.contact-page .contact-2 {
    padding-bottom: 3.5rem;
}
.newdet-page .box{
  padding: 25px 0;
}.news-page .news-1 .content{
  margin: 0rem auto 0;
}.news-page .news-1 .content .left {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}.news-page .news-1 .content .right{
width: 100%;
}
.news-page .news-1 .content .right:after{
  display: none;
}
.news-page .news-1 .content .right h4:after{
  display: none;
}.why-page .why-item .content .left{
  width: 100%;padding: 20px 0;
}
.why-page .why-item .content .right {
    width: 100%;
    margin-top: 20px;
}.why-page .why-item .content .left p {
    max-width: 100%;
}
.why-page .why-1 .content .text{
  flex-wrap: wrap;
}
.why-page .why-1 .content .text p{
  width: 100%;
  margin-top: 30px;
}
.inner-page .p-nav{
  display: none;
}
.product-page .product-box .pro-nav{
  display: none;
}
.product-page .product-box .product-list ul li{
  width: 50%;
}.prodet-page .prodet-1 .prodet-box .left{
  width: 100%;
}.prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
}
/*.prodet-page .prodet-2 .ret>ul>li .content table tbody{
      width: 670px !important;
}*/

}
@media screen and (max-width: 500px) {
  .inner-banner .text .mbx{
    font-size: 16px;
    line-height: 1.8;
  }
  .faq-page .faq-list li{
    background-size: auto;
  }
  .contact-page .contact-1 ul li{
    width: 100%;
  }
  .contact-page .contact-2 .container .left form input[type=text]{
    width: 100%;
  }
  .contact-page .contact-2 .container .right .text h4{
    background: none;    padding: 1.5rem 0;
    font-size: 14px;
  }
.news-page .news-1 .content .right{
      padding: 7.5rem 0;
}
.news-page .news-1 {
    padding: 0;
}
.news-page .news-2 .news-box ul li {
    width: 100%;
}
.news-page .news-4 ul li .text{
      margin-left: 0;
    max-width: 100%;
}
.news-page .news-4 ul li img{
  display: none;
}.newdet-page .box h4{
      font-size: 24px;
}.inner-banner .text h2{
  font-size: 6rem;
}.product-page .product-box .product-list ul li{
  width: 100%;
}



}


.button-group .button{
  background-color: #e17c22!important;
}





#table_gl table,
#table_gl tbody{
    display: block;
    border:none;
}
#table_gl tr{
    display: block;
    font-size:0;
    border:none;
    margin:-5px;
}
#table_gl td{
    display: inline-block;
    width:16.66%;
    border:none;
    padding:5px;
}


#table_pro tr{
    line-height: 55px;
    
    border-bottom:1px solid #eee;
}
#table_pro td,#table_pro th{
    padding:20px 10px;
}
#table_pro td img,#table_pro th img{
    vertical-align: sub;
}


@media screen and (max-width: 1000px) {
  #table_gl td{
    width: 33.33%;
  }
}

.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #e17c22;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.factory-page{
  background: #2a2a2a;
  padding: 7% 0;
}
.factory-page .item{
  margin-bottom: 55px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.factory-page .item .left{
  width: 46.496%;
  vertical-align: middle;
}
.factory-page .item .right{
  width: 53.504%;
  padding-left: 31px;
  vertical-align: middle;
}
.factory-page .item .right .title{
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  font-family: 'NoeDisplay-Medium';
}
.factory-page .item .right .content{
  margin-top: 72px;
}
.factory-page .item .right .content ul{
  margin-right: -27px;
}
.factory-page .item .right .content ul li{
  padding-right: 27px;
}
.factory-page .item .right .content ul.slick-dots{
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -33px;
  width: 100%;
  text-align: center;
}
.factory-page .item .right .content ul.slick-dots li{
  padding: 0;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
	height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .item .right .content ul.slick-dots li::after{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
	height: 8px;
  border-radius: 50%;
	background-color: #ffffff;
}
.factory-page .item .right .content ul.slick-dots li button{
  display: none;
}
.factory-page .item .right .content ul.slick-dots li.slick-active{
  border-color: #e17c22;
}
.factory-page .item .right .content ul.slick-dots li.slick-active::after{
  background: #e17c22;
}
.factory-page .item:nth-child(even){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.factory-page .item:nth-child(even) .right{
  padding: 0 31px 0 0;
}
.factory-page .item:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1680px) {
  .nav .nav_btn .menu-box ul.menu > li{
    margin-right: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .nav .nav_btn .menu-box ul.menu > li{
    margin-right: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .nav .nav_btn .menu-box ul.menu > li{
    font-size: 18px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .nav-ys.active .logo img{
    margin-left: 0 !important;
  }
  .nav .nav_btn .menu-box ul.menu > li{
    font-size: 16px;
    margin-right: 50px;
  }
  .language-box .zhuyu{
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .item .right .title{
    font-size: 28px;
  }
  .factory-page .item .right .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .item .right .title {
    font-size: 24px;
  }
  .factory-page .item .right .content ul{
    margin-right: -15px;
  }
  .factory-page .item .right .content ul li{
    padding-right: 15px;
  }
  .factory-page .item .right{
    padding-left: 15px;
  }
  .factory-page .item:nth-child(even) .right{
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .factory-page .item .left{
    width: 100%;
  }
  .factory-page .item .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .factory-page .item:nth-child(even) .right{
    padding: 20px 0 0 0;
  }
}
#Pop_UpsBtn {
    display: none !important;
}
.fixed-toolbar {
    right: 25px;
    position: fixed;
    bottom: 120px;
    z-index: 100;
  }
  .fixed-toolbar ul li {
    display: block;
    margin-top: 12px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #e17c22;
    line-height: 43px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 24px;
    cursor: pointer;
    position: relative;
  }
  .fixed-toolbar ul li.code{
    line-height: 35px;
  }
  .fixed-toolbar ul li img {
    display: inline-block;
    vertical-align: middle;
  }
  .fixed-toolbar ul li i {
    font-size: 24px;
  }
  .fixed-toolbar ul li:first-child {
    margin-top: 0;
  }
  .fixed-toolbar ul li:hover {
    background: #000;
  }

  .left-menu{
    position: fixed;
    left: 30px;
    top: 35%;
  }
  .left-menu .fa-commenting-o{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #e17c22;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .left-menu .box{
    background: #fff;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 0px 20px 0 rgba(225,124, 34,0.30);
    padding-bottom: 45px;
    display: none;
  }
  .left-menu .box1{
    width: 380px;
  }
  .left-menu .box i{
    padding: 11px 0 0 14px;
    display: inline-block;
    cursor: pointer;
  }
  .left-menu .box .tit{
    font-size: 24px;
    line-height: 1.3;
    font-family: 'NoeDisplay-Medium';
    text-align: center;
    margin-bottom: 27px;
  }
  .left-menu .box ul li{
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    line-height: 38px;
    padding-left: 43px;
    margin-bottom: 13px;
  }
  .left-menu .box ul li:hover{
    background: #0f0f0f;
    color: #fff;
  }
  .left-menu .box ul li:last-child{
    margin-bottom: 0;
  }
  .left-menu .box ul li ul{
    -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 100%;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0 0px 20px 0 rgba(225,124, 34,0.30);
  box-shadow: 0 0px 20px 0 rgba(225,124, 34,0.30);
  border-bottom: 3px solid var(--primary);
  display: none \9;
  }
  .left-menu .box ul li ul li{
    display: block;
    float: none;
    padding: 0 14px;
    line-height: 33px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .left-menu .box ul li:hover ul{
     opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
  }

  .seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
}
.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 .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.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 ul {
    margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content h6 {
    font-size: 22px;
    line-height: 1.6;
    min-height: 70px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-news .list ul li .content h6:hover {
    color: #e17c22;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.2em;
}
.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    -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: #e17c22;
    color: #e17c22;
}
.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;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #e17c22;
}
.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: #e17c22;
    color: whitesmoke;
    border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}
.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.seoPublic .text a {
    color: #e17c22;
}
.seoPublic .text a:hover {
    text-decoration: underline;
}
.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
        line-height: 28px;
}
.seoPublic .Auxil-through a {
    display: block;
    padding: 5px 10px;
    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: #e17c22;
    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 h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-related .list ul li .box .content h3:hover {
    color: #e17c22;
}
.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 #e17c22;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #e17c22;
}
.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: #e17c22;
}
@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }
    .seoPublic .Auxil-about .box .right h3,
    .seoPublic .Auxil-related .list ul li .box .content 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;
        line-height: 28px;
    }
    .seoPublic .Auxil-news .list ul li .content h6 {
        font-size: 18px;
        line-height: 32px;
    }
    .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;
    }
    #cp-Nav {
        display: block;
    }
    #cp-Nav .nav {
        padding: 0 15px;
        display: block;
        position: inherit;
        width: 100%;
        pointer-events: initial;
    }
    #cp-Nav .nav .title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #e17c22;
        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;
    }
}
@media screen and (max-width: 700px) {
    .seoPublic .Auxil-about .box{
        display: block;
    }
    .seoPublic .Auxil-about .box .left{
        display: none;
    }
    .seoPublic .Auxil-about .box .right{
        width: 100%;
        padding: 0;
    }
    .seoPublic > div{
        padding: 30px 0;
    }
    .Auxil-industry{
        display: none;
    }
    .left-menu .box{
      display: none !important;
    }
}