@font-face {
  font-family: 'Jost';
  src: url(../fonts/Jost-Regular.ttf) format('truetype'), url(../fonts/Jost-Regular.eot) format('eot'), url(../fonts/Jost-Regular.woff) format('woff'), url(../fonts/Jost-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Butler';
  src: url(../fonts/Butler-Light.ttf) format('truetype'), url(../fonts/Butler-Light.eot) format('eot'), url(../fonts/Butler-Light.woff) format('woff'), url(../fonts/Butler-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Butler';
  src: url(../fonts/Butler.ttf) format('truetype'), url(../fonts/Butler.eot) format('eot'), url(../fonts/Butler.woff) format('woff'), url(../fonts/Butler.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Quentin';
  src: url(../fonts/Quentin.ttf) format('truetype'), url(../fonts/Quentin.eot) format('eot'), url(../fonts/Quentin.woff) format('woff'), url(../fonts/Quentin.woff2) format('woff2');
}

.font1 {
  font-family: 'Butler';
  font-weight: 400;
}
#news_list ul li ._table ._name{
  min-height: 3.7em;
}
.Auxil-industry ._text h3{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  margin: 10px 0;
}
.font-18{
  line-height: 32px;
}
body {
  font-family: "Jost";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1390px;
}
#banner {
  margin-top: 40px;
  position: relative;
}
#banner .slick-list {
  height: 100%;
}
#banner .slick-track {
  height: 100%;
}
#banner .slick-slide > div {
  height: 100%;
}
#banner .slick-current li > img {
  transform: scale(1.2);
  transition: 5s linear;
}
#banner > ul {
  height: 100%;
}
#banner > ul li {
  position: relative;
  height: 100%;
}
#banner > ul li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 310px 0 200px;
}
#banner h3 {
  font-size: 84.93px;
  line-height: 1;
  font-family: 'Quentin';
  color: #d9c1a3;
}
#banner h2 {
  margin-bottom: 30px;
  font-size: 124px;
  line-height: 1.2;
  color: white;
  font-family: 'Butler';
  font-weight: 300;
}
#banner p {
  margin-bottom: 55px;
  font-size: 22px;
  line-height: 40px;
  color: white;
}
#banner .social-links {
  position: absolute;
  left: 100px;
  top: 75%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#banner .social-links a {
  color: white;
  display: inline-block;
  font-style: italic;
}
#banner .social-links a + a {
  margin-left: 40px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.fixed {
  top: -40px;
  box-shadow: 0 0 10px #dbdbdb;
}
#header.inner .nav,
#header.fixed .nav {
  background-color: white;
}
#header.inner .nav > .menu .logo img,
#header.fixed .nav > .menu .logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.inner .nav > .menu .menu-box ul.menu > li,
#header.fixed .nav > .menu .menu-box ul.menu > li {
  color: black;
}
#header .h-top {
  line-height: 40px;
  height: 40px;
  color: white;
  background: #000000;
}
#header .h-top .h-search {
  font-size: 0;
  display: block;
  margin-left: 0;
  margin-right: 40px;
  cursor: pointer;
  cursor: hand;
}
#header .h-top .h-search img {
  vertical-align: middle;
}
#header .h-top .h-search span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav > .menu {
  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: 0 auto;
  min-height: 115px;
}
#header .nav > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav > .menu .logo img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav > .menu .menu-box ul.menu > li {
  padding: 15px 0;
  margin: 0 25px;
  font-size: 20px;
  line-height: 36px;
  color: white;
  -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;
}
#header .nav > .menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#header .nav > .menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav > .menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #d9c1a3;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 0;
  pointer-events: none;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 200px;
  opacity: 0;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  pointer-events: none;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  zoom: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 100;
  pointer-events: auto;
}
#header .nav > .menu .menu-box ul.menu > li:hover ul.sub-menu {
  zoom: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 100;
  pointer-events: auto;
}
#header .nav > .menu .msgBox {
  font-size: 0;
  padding: 0 30px;
  min-width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: white;
  background-color: black;
  cursor: pointer;
}
#header .nav > .menu .msgBox img {
  vertical-align: middle;
}
#header .nav > .menu .msgBox span {
  vertical-align: top;
  margin-left: 10px;
  transition:0.3s ease;
}
#header .nav > .menu .msgBox:hover span{
  color: #d9c1a3;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#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;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul.slick-dots li {
  margin: 0px 10px 35px;
  position: relative;
  cursor: pointer;
}
#banner ul.slick-dots li::before {
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-clip: border-box;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#banner ul.slick-dots li::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active::before {
  background-color: #d9c1a3;
}
#banner ul.slick-dots li.slick-active::after {
  opacity: 1;
  border-color: #d9c1a3;
}
#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: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 20px;
  line-height: 36px;
  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 i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i: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: 16px;
  line-height: 30px;
}
#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: 22px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  line-height: 30px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 36px;
  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) {
  #nav-height {
    height: 120px!important;
  }
  .Auxil-industry{
    display: none!important;
  }
}
.language-box .language-img {
  margin-right: 7px;
  display: inline-block;
  width: auto;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 16px;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 120px;
  white-space: nowrap;
  -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.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-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 img {
  width: 25px;
  vertical-align: middle;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #d9c1a3;
  color: white;
}
.language-box:hover .hover-language 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;
}
.lte-btn {
  position: relative;
  overflow: hidden;
  background-clip: border-box !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s !important;
  -moz-transition: background 0.25s, color 0.25s, border 0.25s !important;
  transition: background 0.25s, color 0.25s, border 0.25s !important;
  border-radius: 0px;
  background-clip: border-box;
  font-size: 22px;
  padding: 12px 38px 12px 38px;
  min-width: 145px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fbf1ea;
  color: #000000;
  background-color: #fbf1ea;
}
.button.btn-lg,
.lte-btn.btn-lg {
  padding: 15px 40px;
  min-width: 180px;
}
.lte-btn.btn-black {
  border-color: #000000;
  color: #000000;
}
.lte-btn.btn-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.lte-btn.lte-btn {
  background: transparent !important;
}
.lte-btn span {
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s !important;
  -moz-transition: background 0.25s, color 0.25s, border 0.25s !important;
  transition: background 0.25s, color 0.25s, border 0.25s !important;
}
.lte-btn .lte-btn-after svg {
  -webkit-margin-start: 14px;
  -moz-margin-start: 14px;
  margin-inline-start: 14px;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-btn .lte-btn-inner {
  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;
}
.lte-btn .lte-btn-inner:after,
.lte-btn .lte-btn-inner:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  content: "";
}
.lte-btn .lte-btn-inner:after {
  left: auto;
  right: 50%;
}
.lte-btn:focus .lte-btn-inner:before,
.lte-btn:hover .lte-btn-inner:before,
.lte-btn:focus .lte-btn-inner:after,
.lte-btn:hover .lte-btn-inner:after {
  width: 100%;
}
.lte-btn:hover {
  border-color: transparent;
}
.lte-btn.color-hover-default:hover {
  color: #FFFFFF;
}
.lte-btn.color-hover-default:hover path {
  fill: #FFFFFF;
}
.lte-btn .lte-btn-after {
  font-size: 0;
}
.lte-btn:hover .lte-btn-after svg {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.lte-btn.color-hover-white .lte-btn-inner:after,
.lte-btn.color-hover-white .lte-btn-inner:before {
  background-color: #FFFFFF;
}
.lte-btn.color-hover-white:hover {
  color: #000000;
}
.lte-btn path {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lte-btn.color-hover-white:hover path {
  fill: #000000;
}
.our-case {
  background: url(../images/case-bg.jpg) no-repeat center top 40px;
}
.baseTit .Tag {
  font-size: 32px;
  color: #d9c1a3;
  font-family: 'Quentin';
}
.baseTit .Tit {
  font-size: 52px;
  line-height: 1.1;
  font-family: 'Butler';
  font-weight: 400;
}
.our-case {
  padding: 150px 0 85px;
  overflow: hidden;
}
.our-case .baseTit {
  max-width: 700px;
  margin: auto;
}
.our-case .list {
  margin-top: 60px;
}
.our-case .list li {
  padding: 30px;
}
.our-case .slick-list {
  overflow: visible;
}
.our-case .slick-track {
  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;
}
.our-about {
  padding: 85px 0 75px;
}
.our-about .left .text {
  color: #b5b5b5;
}
.our-about .left .text h1{
  display: inline;
}
.font-20{
  line-height: 36px;
}
.our-about .left .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-about .left .info > div {
  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-right: auto;
  font-family: 'Butler';
  font-weight: 400;
}
.our-about .left .info .num {
  font-size: 60px;
}
.our-about .left .info p {
  line-height: 36px;
  padding-left: 10px;
  text-align: left;
}
.our-about .right {
  margin-top: 60px;
}
.our-about .right .img {
  margin-right: -180px;
}
.i-advantage {
  padding: 75px 0 30px;
}
.i-advantage ul {
  margin-left: -15px;
  margin-right: -15px;
}
.i-advantage li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}
.i-advantage .lte-icon-content {
  margin-top: 40px;
  display: block;
}
.i-advantage .lte-block-icon .lte-header {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  margin: 0;
}
.i-advantage .lte-block-icon.lte-icon-type-top .lte-header {
  margin: 24px 0 0 0;
}
.i-advantage .lte-block-icon.lte-icon-type-top .lte-descr {
  padding: 10px 15px 0;
  line-height: 32px;
}
.i-advantage .lte-block-icon span.lte-header.lte-h5 {
  font-size: 22px;
  line-height: 40px;
  font-family: 'Butler';
  font-weight: 400;
}
.i-advantage .lte-block-icon .lte-descr {
  margin-top: 0px;
  display: block;
  zoom: 1;
  color: #b5b5b5;
}
.our-product {
  padding: 100px 0 60px;
}
.our-product .list {
  border: 2px solid #e2e2e2;
  overflow: hidden;
}
.our-product .list ul {
  margin-left: -2px;
}
.our-product .list li {
  border-left: 2px solid #e2e2e2;
}
.our-product .list .mml-text .content {
  padding: 0 30px 40px;
}
.our-product .list .mml-text .starts {
  color: #d9c1a3;
}
.our-product .list .mml-text .name {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Butler';
  font-weight: 400;
  height: 72px;
  overflow: hidden;
}
.our-product .list .mml-text .text {
  color: #b5b5b5;
  line-height: 32px;
  min-height: 4.5em;
}
.our-product .dots {
  margin-top: 55px;
}
.our-product .dots li {
  margin: 0 6px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #d2d2d2;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.our-product .dots li button {
  display: none;
}
.our-product .dots li.slick-active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #d9c1a3;
}
.our-news {
  padding: 60px 0 110px;
}
.our-news .list {
  margin-top: 60px;
}
.our-news .list ul {
  margin: -19px;
}
.our-news .list li {
  padding: 19px;
}
.our-news .list li .mml-text {
  padding: 80px 40px;
  height: 400px;
  background-color: #fbf1ea;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.our-news .list li .mml-text .date {
  color: #d9c1a3;
  line-height: 30px;
}
.our-news .list li .mml-text .name {
  font-size: 28px;
  line-height: 1.6;
  min-height: 6.5em;
  font-family: 'Butler';
  font-weight: 400;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .mml-text path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .mml-text:hover {
  background-color: black;
}
.our-news .list li .mml-text:hover .name {
  color: white;
}
.our-news .list li .mml-text:hover path {
  fill: white;
}
.i-contact {
  position: relative;
  background-color: #fbf1ea;
  padding: 70px 0;
  overflow: hidden;
}
.i-contact::before {
  content: attr(data-text);
  font-size: 25.02vw;
  font-family: 'Quentin';
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-53%);
  -moz-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  transform: translateY(-53%);
  color: white;
}
.i-contact .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-contact .Tit {
  margin-top: 10px;
  font-size: 36px;
  font-family: 'Butler';
  font-weight: 400;
}
.i-contact .form {
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.i-contact .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.i-contact .form input {
  height: 35px;
  font-size: 18px;
  border: 0;
  line-height: 32px;
  background: transparent;
  border-bottom: 1px solid black;
}
/*.font-18{
  line-height: 32px;
}*/
.i-contact .form input[type="email"] {
  margin-right: 15px;
}
.i-contact .form input[type="submit"] {
  width: 160px;
  height: 50px;
  color: white;
  font-size: 20px;
  border: 0;
  background-color: black;
}
.i-contact .form input:not([type="submit"]) {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
#footer {
  background: #000000 url(../images/foot-bg.png) no-repeat center;
}
#footer .foot-top {
  padding: 70px 0 60px;
}
#footer .foot-top .text {
  color: white;
  max-width: 400px;
  margin: 30px auto 0;
}
#footer .foot-top .menu-box {
  margin-top: 50px;
}
#footer .foot-top .menu-box ul.menu {
  margin: -10px 0 0 0;
  -webkit-margin-start: -75px;
  -moz-margin-start: -75px;
  margin-inline-start: -75px;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
}
#footer .foot-top .menu-box ul.menu li {
  margin: 10px 0 0 0;
  -webkit-margin-start: 75px;
  -moz-margin-start: 75px;
  margin-inline-start: 75px;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
  font-size: 18px;
  line-height: 32px;
  color: white;
  display: inline-block;
}
.font-14{
  line-height: 2;
}
#footer .foot-top .menu-box ul.menu li a::after {
  content: "\f105";
  color: #d9c1a3;
  font-family: FontAwesome;
  margin-left: 5px;
}
#footer .foot-top .menu-box ul.menu li ul.sub-menu {
  display: none;
}
#footer .foot-top .social-links {
  margin-top: 60px;
}
#footer .foot-top .social-links a {
  margin: 0 6px;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  color: #a0a0a0;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  height: 14px;
}
.init-2 {
  padding: 115px 0 180px;
  color: white;
  position: relative;
  background: black;
}
.init-2 .after-text {
  font-size: 12.4vw;
  line-height: .7;
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: -10%;
  font-family: 'Quentin';
  color: #d9c1a3;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.init-2 span.h2 {
  font-size: 80px;
  line-height: 1.2;
  font-family: 'Butler';
  font-weight: 400;
  text-transform: uppercase;
}
.init-2 .mask i {
  background: url("../images/init-2-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 .mask i.active {
  opacity: 1;
}
.init-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  padding-bottom: 15%;
}
.init-2 .right {
  margin-top: 140px;
}
.init-2 .list {
  margin-top: 90px;
}
.init-2 .list ul li {
  margin-top: 80px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 .list ul li span.h5 {
  font-size: 48px;
  line-height: .9;
  display: inline-block;
  border-bottom: 4px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 .list ul li .Tit {
  display: inline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.init-2 .list ul li .Tit:hover {
  color: #d9c1a3;
}
/*.init-2 .list ul li .Tit:hover a{
  transition:0.3s ease;
  color: #d9c1a3;
}*/
.init-2 .list ul li .text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 1.5em;
}
.init-2 .list ul li:first-child {
  margin-top: 0;
}
.init-2 .list ul li.active {
  opacity: 1;
}
.init-2 .list ul li.active span.h5 {
  font-size: 72px;
  border-bottom-color: white;
}
.init-2 .list ul li.active .Tit {
  background-size: 100% 2px;
}
.init-2 .list ul li.active + li {
  opacity: .3;
}
@media (max-width: 1750px) {
  #header .nav > .menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #banner .social-links {
    display: none;
  }
  #banner ul.slick-dots {
    right: 50px;
  }
  #banner p {
    font-size: 18px;
    line-height: 32px;
  }
  .lte-btn {
    font-size: 14px;
  }
  .baseTit .Tit {
    font-size: 48px;
    line-height: 1.4;
  }
  .our-about .left .text {
    font-size: 16px;
    line-height: 30px;
  }
  .i-advantage .lte-block-icon .lte-descr {
    font-size: 16px;
    line-height: 30px;
  }
  .init-2 .list ul li .text {
    font-size: 16px;
    line-height: 30px;
  }
  .our-product .list .mml-text .text {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .foot-top .text {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .foot-top .menu-box ul.menu li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1390px) {
  .ui.container {
    width: 1230px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav > .menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 22px;
  }
  #header .nav > .menu .msgBox span {
    font-size: 16px;
  }
  #header .nav > .menu .msgBox {
    min-width: auto;
  }
  #banner h2 {
    font-size: 100px;
  }
  #banner .content {
    padding: 180px 0 130px;
  }
  .our-case {
    padding: 125px 0 85px;
  }
  .baseTit .Tag {
    font-size: 30px;
  }
  .baseTit .Tit {
    font-size: 36px;
  }
  .our-case .list li {
    padding: 15px;
  }
  .our-about {
    text-align: center;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .our-about .right .img {
    margin-right: 0;
  }
  .our-about .left .info > div {
    margin-left: auto;
  }
  .init-2 {
    padding: 115px 0;
  }
  .init-2 span.h2 {
    font-size: 60px;
    line-height: 1.5;
  }
  .init-2 .right {
    margin-top: 90px;
  }
  .our-news .list li .mml-text {
    padding: 36px;
  }
  .our-news .list li .mml-text .name {
    font-size: 24px;
    line-height: 44px;
  }
  .ui.container {
    display: block;
  }
  .i-contact .form {
    margin-left: 0;
    margin-top: 40px;
  }
  .i-contact .Tit {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
  }
  .i-contact .form input {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .foot-top .menu-box ul.menu {
    -webkit-margin-start: -40px;
    -moz-margin-start: -40px;
    margin-inline-start: -40px;
  }
  #footer .foot-top .menu-box ul.menu li {
    -webkit-margin-start: 40px;
    -moz-margin-start: 40px;
    margin-inline-start: 40px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .container {
    width: 86%;
  }
  #banner .content {
    padding: 180px 0 160px;
  }
  #banner h3 {
    font-size: 64px;
  }
  #banner h2 {
    font-size: 90px;
  }
  #banner p {
    font-size: 16px;
    line-height: 30px;
  }
  .i-advantage li {
    width: 50%!important;
  }
  .init-2 span.h2 {
    font-size: 48px;
  }
  .init-2 span.h2 br {
    display: none;
  }
  .init-2 .left {
    width: 100%!important;
    position: static;
    padding-bottom: 0;
  }
  .init-2 .right {
    width: 100%!important;
    margin-top: 0;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .our-news .list li .mml-text {
    padding: 20px;
  }
  .i-contact .form {
    margin-top: 0;
  }
  .i-contact .form form {
    display: block;
    text-align: center;
  }
  .i-contact .form input:not([type="submit"]) {
    width: 100%;
    margin-bottom: 16px;
  }
  .i-contact .form input[type="email"] {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #banner h3 {
    font-size: 32px;
    line-height: 1.5;
  }
  #banner h2 {
    font-size: 64px;
  }
  #banner .content {
    padding: 180px 0 140px;
  }
  .our-product .dots {
    display: none;
  }
  .init-2 .after-text {
    display: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .our-about .left .info {
    display: block;
  }
  .our-about .left .info > div {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 48px;
  }
  .i-advantage li {
    width: 100% !important;
  }
}

.font-52 {
  font-size: 52px;
}


.font-48 {
  font-size: 48px;
}

.more {
  background-color: white;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  position: relative;
}
.more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: translate(8px, 8px);
  -moz-transform: translate(8px, 8px);
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  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%);
  width: 100%;
  text-align: center;
  color: white;
}
.inner-banner .ui.container h2 {
  font-size: 52px;
  line-height: 1.6;
  font-family: 'Butler';
  text-transform: uppercase;
}
.inner-banner .ui.container .mbx {
  font-size: 18px;
  line-height: 32px;
}
.fw-600 {
  font-weight: 600;
}
.inner-page .more {
  background-color: #000;
  color: white;
}
.inner-page .more::after {
  border-right-color: black;
  border-bottom-color: black;
}
.about-page {
  position: relative;
}
.about-page .bg {
  position: absolute;
  left: 0;
  top: 120px;
  width: 90px;
  height: 100%;
  background: url(../images/about-page-left-bg.png) no-repeat left top;
}
.about-page .about-1 {
  padding: 120px 0;
}
.about-page .about-1 .left {
  position: relative;
  width: 60%;
}
.about-page .about-1 .left .img1 {
  display: inline-block;
}
.about-page .about-1 .left .img2 {
  position: absolute;
  right: -5px;
  bottom: -60px;
}
.about-page .about-1 .right {
  width: 40%;
  position: relative;
}
.about-page .about-1 .right .title {
  text-align: left;
  font-family: 'Butler';
  font-weight: 400;
}
.about-page .about-1 .right .content {
  line-height: 1.8;
  margin-top: 40px;
}
.about-page .about-1 .right .lte-btn {
  margin-left: 150px;
}
.about-page .about-2 {
  padding: 50px 0 130px;
}
.about-page .about-2 ul {
  margin: 0 -90px 0 -45px;
}
.about-page .about-2 ul li {
  padding: 0 80px 0 45px;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.about-page .about-2 ul li .h5 {
  font-size: 28px;
  font-family: 'Butler';
  font-weight: 400;
  line-height: 1.6;
}
.about-page .about-2 ul li .des {
  line-height: 32px;
  color: #909090;
  margin: 31px 0 99px;
  min-height: 140px;
}
/*.about-page .about-2 ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li:hover::after {
  height: 100%;
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3 .play {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  background: rgba(217, 193, 163, 0.8);
  text-align: center;
  line-height: 190px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.about-page .about-4 {
  padding: 130px 0;
}
.about-page .about-4 ul {
  margin: -15px;
}
.about-page .about-4 ul li {
  padding: 15px;
}
.about-page .about-4 ul li .box {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-align: center;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 20px;
}
.about-page .about-4 ul li .box .h5 {
  font-size: 24px;
  font-family: 'Butler';
  line-height: 44px;
  font-weight: 400;
  margin: 30px 0 13px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 ul li .box .des {
  line-height: 32px;
  color: #b5b5b5;
  min-height: 130px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 ul li .box:hover {
  background: #d9c1a3;
}
.about-page .about-4 ul li .box img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 ul li .box:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about-page .about-4 ul li .box:hover .h5 {
  color: white;
}
.about-page .about-4 ul li .box:hover .des{

  color: white;
}
.about-page .about-5 {
  padding-bottom: 110px;
}
.about-page .about-5 ul li {
  position: relative;
}
.about-page .about-5 ul li .more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.about-page .about-5 ul li .more::after {
  content: none;
}
.about-page .about-5 ul li:hover .more {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.faq-page {
  background: url(../images/faq-page-bg.jpg) no-repeat right top;
}
.faq-page .faq-1 {
  text-align: center;
  padding: 120px 0 150px;
}
.faq-page .faq-1 .mbx {
  font-size: 20px;
  margin: 10px 0 50px;
}
.faq-page .faq-1 form {
  width: 700px;
  height: 70px;
  position: relative;
  margin: auto;
}
.faq-page .faq-1 form input {
  background: #fbf1ea;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 18px;
  padding: 0 15px;
}
.faq-page .faq-1 form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 70px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}
.faq-page .faq-2 {
  padding-bottom: 120px;
}
.faq-page .faq-2 .ui.container {
  padding: 0 150px;
}
.faq-page .faq-2 .box {
  -webkit-box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  padding: 100px 150px;
  background: white;
}
.faq-page .faq-2 ul li {
  border: 1px solid #bfbfbf;
  padding: 18px 15px;
  border-bottom: none;
}
.faq-page .faq-2 ul li .h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-right: 42px;
}
.faq-page .faq-2 ul li .h4 span {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: black;
  color: white;
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
/*.faq-page .faq-2 ul li .h4 span::after,
.faq-page .faq-2 ul li .h4 span::before{
  content: "";
  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%);
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}*/
.faq-page .faq-2 ul li .h4 span::before{
  width: 14px;
  height: 2px;
}
.faq-page .faq-2 ul li .h4 span::after{
  width: 2px;
  height: 14px;
}
.faq-page .faq-2 ul li .h4 span i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.faq-page .faq-2 ul li .content {
  display: none;
  margin-top: 25px;
  line-height: 32px;
  color: #909090;
}
.faq-page .faq-2 ul li.active i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 ul li.active .h4 span::before{
  transform: rotate(-45deg) translate(-4px,-4px);
}
.faq-page .faq-2 ul li.active .h4 span::after{
  transform: rotate(-45deg) translate(6px,-4px);
}
.faq-page .faq-2 ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.faq-page .faq-2 .form {
  margin-top: 95px;
}
.faq-page .faq-2 .form .title {
  margin-bottom: 20px;
  font-family: 'Butler';
  font-weight: 400;
}
.faq-page .faq-2 .form input,
.faq-page .faq-2 .form textarea {
  width: 100%;
  font-size: 18px;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  margin-bottom: 15px;
}
.faq-page .faq-2 .form textarea {
  height: 220px;
  padding: 15px;
}
.faq-page .faq-2 .form .more {
  border: none;
  margin-top: 20px;
  padding: 0 50px;
}
.faq-page .faq-2 .form .more::after {
  z-index: 1;
}
.m-page {
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  line-height: 36px;
  color: #909090;
  padding: 0 10px;
}
.m-page span {
  color: black;
  position: relative;
  margin-right: 50px;
}
.m-page span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: black;
}
.factory-page .init-1 {
  text-align: center;
  padding: 140px 0 100px;
}
.factory-page .init-1 .txt {
  max-width: 1100px;
  text-align: center;
  font-weight: 400;
  margin: 0 auto 56px;
}
.factory-page .init-2 {
  padding-bottom: 60px;
}
.factory-page .init-2 .bottom {
  margin-top: 90px;
}
.factory-page .init-2 .bottom ul {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .init-2 .bottom ul li {
  position: relative;
  font-size: 24px;
  color: #909090;
  padding: 0 10px;
  line-height: 1;
  margin-bottom: 15px;
}
.factory-page .init-2 .bottom ul li::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #909090;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.factory-page .init-2 .bottom ul li.active {
  color: black;
}
.factory-page .init-2 .bottom ul li.active::after {
  background-color: black;
}
.product-page {
  padding-top: 120px;
}
.product-page .wrap {
  padding-bottom: 100px;
}
.product-page .wrap .sideLeft h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}
.product-page .wrap .sideLeft .des {
  font-size: 18px;
  color: #b5b5b5;
  line-height: 32px;
  max-height: 160px;
  overflow: auto;
  margin: 40px 0;
}
.product-page .wrap .sideLeft .list ul {
  margin: -12px;
}
.product-page .wrap .sideLeft .list ul li {
  padding: 12px;
}
.product-page .wrap .sideLeft .list ul li .box {
  position: relative;
}
.product-page .wrap .sideLeft .list ul li .box .img-box {
  position: relative;
  border: 1px solid #dcdcdc;
}
.product-page .wrap .sideLeft .list ul li .box .img-box .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.product-page .wrap .sideLeft .list ul li .box .img-box .more::after {
  content: none;
}
.product-page .wrap .sideLeft .list ul li .box .img-box .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.6;
  font-size: 24px;
}
.product-page .wrap .sideLeft .list ul li .box .h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin: 10px 0;
}
.product-page .wrap .sideLeft .list ul li:hover .box .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .wrap .sideLeft .list ul li:hover .box .fa {
  opacity: 1;
}
.sideLeft {
  width: 70% !important;
}
.sideRight {
  width: 30% !important;
  padding-left: 125px;
  position: sticky;
  top: 120px;
}
.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid black;
  height: 40px;
}
.sideRight form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}
.sideRight h5 {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Butler';
  font-weight: 400;
  margin-bottom: 10px;
}
.sideRight .category {
  margin-bottom: 50px;
}
.sideRight .category ul li {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
}
.sideRight .category ul li .fa{
  position: absolute;
  right: 0;
  top: 15px;
}
.sideRight .category ul li ul li{
  font-size: 16px;
  /*padding-left: 35px;*/
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: #d9c1a3;
}
.sideRight .like-pro ul {
  margin-bottom: 60px;
}
.sideRight .like-pro ul li {
  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;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.sideRight .like-pro ul li:last-child{
  border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .like-pro.news ul li .img-box{
  border: none;
  width: 36%;
}
.sideRight .like-pro.news ul li .txt{
  width: 64%;
}
.sideRight .like-pro ul li:hover .img-box{
  border-color: black;
}
.sideRight .like-pro ul li p {
  width: 65%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 20px;
}
.sideRight .share {
  margin-bottom: 80px;
}
.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #eee;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .share a:hover {
  background: #000;
  color: white;
}
.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}
.sideRight .imgbox img {
  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%);
}
.prodet-page .prodet-1 {
  text-align: center;
  padding-top: 120px;
}
.prodet-page .prodet-1 h1 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
.prodet-page .prodet-1 .content {
  font-size: 24px;
  line-height: 44px;
  color: #b5b5b5;
  max-width: 1100px;
  margin: 20px auto 50px;
  text-align: center;
  max-height: 260px;
  overflow: auto;
}
.prodet-page .prodet-1 .swiper-container {
  margin-top: 65px;
  padding-bottom: 100px;
}
.prodet-page .prodet-1 .swiper-slide {
  position: relative;
}
.prodet-page .prodet-1 .swiper-slide .img-box {
  position: relative;
}
.prodet-page .prodet-1 .swiper-slide .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.prodet-page .prodet-1 .swiper-slide.swiper-slide-active .fa {
  opacity: 1;
}
.prodet-page .prodet-2 {
  padding-bottom: 50px;
}
.prodet-page .prodet-2 .ui.container {
  max-width: 1155px;
}
.prodet-page .prodet-2 ul.options {
  border-bottom: 1px solid #eee;
  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;
}
.prodet-page .prodet-2 ul.options li {
  font-size: 24px;
  color: #909090;
  line-height: 44px;
  font-family: 'Butler';
  font-weight: 400;
  padding: 0 40px;
}
.prodet-page .prodet-2 ul.options li a {
  position: relative;
  padding: 15px 0;
  display: inline-block;
}
.prodet-page .prodet-2 ul.options li a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 1px;
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 ul.options li.active,
.prodet-page .prodet-2 ul.options li:hover {
  color: black;
}
.prodet-page .prodet-2 ul.options li.active a::after,
.prodet-page .prodet-2 ul.options li:hover a::after {
  width: 100%;
}
.prodet-page .prodet-2 .content-box {
  padding: 70px 0;
  line-height: 1.8;
}
.prodet-page .prodet-2 .content-box ul.options {
  display: none;
}
.prodet-page .prodet-2 form {
  max-width: 700px;
  margin: auto;
}
.prodet-page .prodet-2 form ul {
  margin: -10px;
}
.prodet-page .prodet-2 form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 form ul li p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 5px;
}
.prodet-page .prodet-2 form ul li input,
.prodet-page .prodet-2 form ul li textarea {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 0 15px;
  height: 54px;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 form ul li.w-100 {
  width: 100%;
}
.prodet-page .prodet-2 form ul li.w-100 textarea {
  padding: 15px;
  height: 200px;
}
.prodet-page .prodet-2 .share {
  text-align: right;
  margin-top: 30px;
}
.prodet-page .prodet-2 .share a {
  display: inline-block;
  background: black;
  color: white;
  margin-left: 12px;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .share a .fa {
  margin-right: 8px;
}
.prodet-page .prodet-3 {
  padding: 50px 0 100px;
}
.prodet-page .prodet-3 .ui.container {
  max-width: 1155px;
}
.prodet-page .prodet-3 .title {
  font-family: 'Butler';
  font-weight: 400;
  margin-bottom: 50px;
}
.prodet-page .prodet-3 ul {
  margin: -15px;
}
.prodet-page .prodet-3 ul li {
  padding: 15px;
}
.prodet-page .prodet-3 ul li .img-box {
  position: relative;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-3 ul li .img-box .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.prodet-page .prodet-3 ul li .img-box .more::after {
  content: none;
}
.prodet-page .prodet-3 ul li .img-box .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  opacity: 0.6;
}
.prodet-page .prodet-3 ul li h5 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 10px;
  font-weight: 500;
}
.prodet-page .prodet-3 ul li:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-3 ul li:hover .fa {
  opacity: 1;
}
.m-link {
  font-size: 18px;
  line-height: 32px;
  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;
  -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;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.m-link img {
  vertical-align: baseline;
}
.news-page {
  padding: 120px 0;
}
.news-page .sideLeft ul li {
  padding: 55px 0;
  border-bottom: 1px solid #eee;
}
.news-page .sideLeft ul li .img-box {
  position: relative;
  width: 55%;
  padding-right: 40px;
  vertical-align: middle;
}
.news-page .sideLeft ul li .img-box a {
  overflow: hidden;
}
.news-page .sideLeft ul li .img-box span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 30px;
  background: #d9c1a3;
  color: white;
  font-size: 16px;
  padding: 7px 15px;
}
.news-page .sideLeft ul li .content {
  width: 45%;
  vertical-align: middle;
}
.news-page .sideLeft ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  color: #d9c1a3;
}
.news-page .sideLeft ul li .content h5 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 13px;
}
.news-page .sideLeft ul li .content .des {
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0;
  color: #b5b5b5;
}
.news-page .sideLeft ul li .content .mores {
  font-size: 18px;
}
.news-page .sideLeft ul li .content .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  vertical-align: baseline;
  margin-left: 8px;
}
.news-page .sideLeft ul li .content .mores:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.news-page .sideLeft ul li:first-child {
  padding-top: 0;
}
.news-page .sideRight .like-pro ul li p {
  width: 100%;
}
.news-page .sideRight .like-pro ul li .time {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.newdet-page .sideLeft .time {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #b5b5b5;
  margin: 20px 0 35px;
}
.newdet-page .sideLeft .content {
  margin-bottom: 120px;
  line-height: 1.8;
}
.newdet-page .sideLeft .form {
  margin-top: 100px;
}
.newdet-page .sideLeft .form .title{
  font-weight: 500;
  line-height: 1.6;
}
.newdet-page .sideLeft .form p {
  font-size: 18px;
  line-height: 32px;
  color: #909099;
  margin: 10px 0 35px;
}
.newdet-page .sideLeft .form form ul {
  margin: -10px;
}
.newdet-page .sideLeft .form form ul li {
  padding: 10px;
  border: none;
  margin-bottom: 12px;
}
.newdet-page .sideLeft .form form ul li label {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.newdet-page .sideLeft .form form ul li input,
.newdet-page .sideLeft .form form ul li textarea {
  height: 55px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.newdet-page .sideLeft .form form ul li textarea {
  height: 220px;
  padding: 15px;
}

.newdet-page .sideLeft .form form ul li.w-100 {
  width: 100%;
}
.contact-page {
  padding: 120px 0;
}
.contact-page .left {
  width: 55% !important;
  padding-right: 50px;
}
.contact-page  .title {
  font-family: 'Butler';
  font-weight: 400;
  margin-bottom: 40px;
}
.contact-page .left form {
  max-width: 100%;
}
.contact-page  .contact ul li {
  padding-right: 12px;
  padding-left: 50px;
  padding-top: 10px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: #909090;
  margin-bottom: 40px;
}
.contact-page  .contact ul li.w-100 {
  width: 100%;
}
.contact-page  .contact ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 50px;
}
.contact-page  .contact ul li:nth-child(1)::after {
  background: url(../images/phone-icon.png) no-repeat left center;
}
.contact-page  .contact ul li:nth-child(2)::after {
  background: url(../images/email-icon.png) no-repeat left center;
}
.contact-page  .contact ul li:nth-child(3)::after {
  background: url(../images/add-icon.png) no-repeat left center;
}
.contact-page .right {
  width: 45% !important;
}
.gallery-page{
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
  text-align: center;
}
.gallery-page ul li h5{
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .sideRight {
    padding-left: 65px;
  }

  .font-48 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1400px) {
  .font-48 {
    font-size: 32px;
  }

  .about-page .about-1 .left .img {
    width: 85%;
  }
  .about-page .about-1 .left .img2 {
    width: 45%;
  }
  .about-page .about-2 ul {
    margin: 0 -45px;
  }
  .about-page .about-2 ul li {
    padding: 0 45px;
  }
  .about-page .about-2 ul li .des {
    margin: 25px 0 40px;
  }
  .faq-page .faq-2 .box {
    padding: 100px 50px;
  }
  .sideRight {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .bg {
    display: none;
  }
  .about-page .about-2 ul {
    margin: 0 -20px;
  }
  .about-page .about-2 ul li {
    padding: 0 20px;
  }
  .about-page .about-5 ul li .more {
    white-space: nowrap;
  }
  .faq-page .faq-2 .ui.container {
    padding: 0 30px;
  }
  .product-page .wrap .sideLeft .list ul li .box .h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .sideRight .like-pro ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .font-52 {
    font-size: 30px;
  }

  .font-48 {
    font-size: 26px;
  }

  .inner-banner > img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .jutiye{
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .inner-banner .ui.container .mbx {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .about-page .about-1 .right .title {
    position: static;
    text-align: left;
    margin-bottom: 20px;
  }
  .about-page .about-1 .right .lte-btn {
    margin-left: 0;
  }
  .about-page .about-3 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .faq-page .faq-2 ul li .h4 {
    padding-right: 42px;
  }
  .faq-page .faq-2 ul li .h4 span {
    right: 0;
    top: 0;
  }
  .faq-page .faq-1 form {
    width: 100%;
  }
  .factory-page .init-2 .bottom ul li {
    font-size: 16px;
  }
  .sideLeft {
    width: 100% !important;
  }
  .sideRight {
    display: none !important;
  }
  .prodet-page .prodet-1 h1 {
    font-size: 26px;
    line-height: 46px;
  }
  .prodet-page .prodet-1 .content {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-1{
    padding-top: 50px;
  }
  .prodet-page .prodet-1 .swiper-container {
    padding-bottom: 20px;
  }
  .prodet-page .prodet-2 ul.options.top {
    display: none;
  }
  .prodet-page .prodet-2 .content-box .content {
    display: block;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 .content-box ul.options {
    display: block;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 .content-box ul.options li {
    padding: 0;
  }
  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
  }
}
.font-28{
  line-height: 1.6;
}
.font-16{
  line-height: 30px;
}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .about-page .about-3 > img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .faq-page .faq-2 .ui.container {
    padding: 0 15px;
  }
  .faq-page .faq-2 .box {
    padding: 50px 15px;
  }
  .font-28 {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .wrap .sideLeft h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .product-page .wrap .sideLeft .des{
    display: none;
  }
  .yejiao{
    display: none;
  }
  .product-page {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .share a {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .news-page .sideLeft ul li .content h5 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 22px;
    line-height: 40px;
  }
  
  .about-page .about-1 .right .title {
    white-space: pre-wrap;
  }
  .about-page .about-2 ul {
    margin: 0;
  }
  .about-page .about-2 ul li {
    padding: 0;
    border-left: none;
  }
  .about-page .about-2 ul li .h5 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
  }
  .news-page .sideLeft ul li .img-box {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideLeft ul li .content {
    width: 100%;
    margin-top: 20px;
  }
}

