@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'HelveticaInserat-Roman-SemiBold';
  src: url(../fonts/HelveticaInserat-Roman-SemiBold.ttf) format('truetype'), url(../fonts/HelveticaInserat-Roman-SemiBold.eot) format('eot'), url(../fonts/HelveticaInserat-Roman-SemiBold.woff) format('woff'), url(../fonts/HelveticaInserat-Roman-SemiBold.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #333;
}
input::-moz-placeholder {
  color: #333;
}
input:-moz-placeholder {
  color: #333;
}
input:-ms-input-placeholder {
  color: #333;
}
textarea::placeholder {  
  color: #333;
} 
.layui-layer-msg{
  width: 410px !important;
}
body {
  font-family: 'Montserrat-Regular';
  margin: 0;
  padding: 0;
  --color: #4c2619;
}
.inner-body{
  background-color: var(--color);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1580px;
  margin: auto;
  position: relative;
}

.more {
  font-size: 17px;
  background: #4e291b;
  color: white;
  height: 50px;
  z-index: 2;
  display: inline-block;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
}
.more i {
  margin-left: 20px;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
#header.inner{
  background-color:rgb(65, 33, 22) !important;
}

#header .product-down{
  position: absolute;
  left: 0;
  top: 85%;
  width: 100%;
  height: 0 !important;
  background:#412116;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 7px -6px rgba(0, 0, 0, 0.1);
  padding: 0;
  /*display: none;*/
  overflow: hidden;
  transition: all 0.5s;
  color: #fff;
}

#header .product-down.show{
  height: auto !important;
  padding: 25px 0;
}
#header .product-down .h5{
  font-size: 22px;
  font-weight: bold;
}
#header .product-down .product-ul{
  display: flex;
}
#header .product-down .product-ul>li{
 margin-right: 80px;
}
#header .product-down .product-ul>li>a{
  color:#ffffff;
  border-bottom: 1px solid #ccc;
}
#header .product-down .product-ul>li>ul>li{
  color: #ffffff;
  font-size: 16px;
}
#header .product-down .product-ul>li>a::after{
  border-color: #f67f2c;
}
#header .product-down .product-ul>li>ul>li>a::after{
  border-color: #ffffff;
}
#header .product-down .product-ul li{
 white-space: nowrap;
}
#header .product-down ul li{
  font-size: 18px;
  margin: 18px 0;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
#header .product-down ul li a{
  position: relative;
  padding: 10px 0;
}
#header .product-down ul li a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
 
}
/*#header .product-down ul li:hover>a{
  color: #b72022;
}
#header .product-down ul li>ul>li:hover a::after{
  border-color: #b72022 !important;
}*/
#header .product-down .right img{
  height: 100%;
}









#header .nav {
  position: relative;
  padding: 15px 0;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .header-icon {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .nav .ui.menu {
  height: 100%;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu li:first-child {
  margin-left: 0;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 70px;
  font-size: 20px;
  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: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  font-family: HelveticaInserat-Roman-SemiBold;
  font-kerning: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 30px 0;
}
#header .nav .ui.menu .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;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  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.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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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(--color);
  display: none \9;
}
#header .nav .ui.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: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover 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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover 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;
}
#header .nav .ui.menu .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;
  margin-left: 50px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin-right: 35px;
}
.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;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  
}
table td:first-child {
  color: #dbd8d8;
}
table td:last-child {
  color: #dbd8d8;
}
.wpulike.wpulike-default {
  display: none;
}
.solutdet-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;
}
#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: 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 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: 14px;
}
#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-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  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);
}
.language-box .yuan {
  width: 15px !important;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 15px;
}
.language-box .zhuyu {
  font-size: 18px;
  color: #fff;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0px;
  z-index: 100;
  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 a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  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;
}
.btn-go {
  padding: 16px 70px;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  font-family: 'HelveticaInserat-Roman-SemiBold';
}

.btn-go.white{
  color: var(--color);
  background-color:#fff;
}
.btn-go.brown:hover{
  color: var(--color);
  border-color:var(--color);
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 35px;
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.submit-btn{
  width:220px;
  height: 60px;
  background-color: transparent;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'HelveticaInserat-Roman-SemiBold';
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.submit-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.submit-btn input[type='submit'] {
  width:100%;
  height:100%;
  position: relative;
  z-index: 2;
  font-kerning: none;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.submit-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 35px;
}
.submit-btn:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 90px;
}
.slick-dots li {
  width: 45px;
  height: 8px !important;
  background-color: #bebebe;
  border-radius: 5px !important;
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background-color: var(--color);
}
.home-title {
  font-size: 48px;
  color: #fff;
}
.home-title h3 {
  font-family: 'HelveticaInserat-Roman-SemiBold';
  text-transform: uppercase;
  line-height: 1.2;
}
.home-title p {
  font-size: 18px;
  margin-top: 15px;
  color: var(--color);
  font-family: Montserrat-Regular;
}
#banner {
  background-color: var(--color);
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  border-bottom-left-radius: 45px;
  position: relative;
  overflow: hidden;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 310px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  text-transform: uppercase;
}
#banner .banner-content ul li .content h3 {
  font-size: 60px;
  font-family: 'HelveticaInserat-Roman-SemiBold';
  line-height: 1.2;
  max-width: 750px;
  margin-bottom: 35px;
}
#banner .banner-content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .sell-product {
  position: relative;
  height: auto;
  padding-bottom: 125px;
  background-color: #e9e7e7;
}
#index-body .sell-product .icon-img-left {
  position: absolute;
  left: 0;
  bottom: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .sell-product .icon-img-left img:nth-child(2) {
  margin: 40px 0 135px;
}
@keyframes pro_playbig{
  0%{
    width: 95px;
    height: 95px;
    opacity: 0.5;
  }
  100%{
    width: 185px;
    height: 185px;
    opacity: 1;
  }
}
#index-body .sell-product .icon-img-left .play-box {
  margin-left: 70px;
  width: 185px;
  height: 185px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index-body .sell-product .icon-img-left .play-box::before {
  width: 185px;
  height: 185px;
  content:"";
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: var(--color);
  border-radius: 50%;
  animation: pro_playbig infinite 2s;
}
#index-body .sell-product .icon-img-left .play-box .play{
  position: relative;
  z-index: 5;
}
#index-body .sell-product .icon-img-right {
  position: absolute;
  right: 0;
  top: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .sell-product .icon-img-right img:last-child {
  margin-top: 105px;
}
#index-body .sell-product .sell-product-content .content {
  position: relative;
}
#index-body .sell-product .sell-product-content .content ul li {
  position: relative;
  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;
  cursor: pointer;
}
#index-body .sell-product .sell-product-content .content ul li .category_content {
  width: 100%;
  height: 100%;
  padding: 80px 120px 0;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left {
  color: #484545;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left h3 {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 1;
  font-family: 'HelveticaInserat-Roman-SemiBold';
  -webkit-font-kerning: none;
  font-kerning: none;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left p {
  font-size: 18px;
  max-width: 1150px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 25px auto 0;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content {
  position: relative;
  width: 100%;
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@keyframes img_opacity{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .bg {
  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%);
}
@keyframes dot_big{
  0%{
    width: 17px;
    height: 17px;
  }
  100%{
    width: 34px;
    height: 34px;
  }
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img {
  position: relative;
  z-index: 5;
  height: fit-content;
  width: fit-content;
  margin: 60px 0;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img img{
   animation: img_opacity 1s ease-in-out;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img>span{
  display: block;
  width: 17px;
  height: 17px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  animation: img_opacity 1s ease-in-out;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img>span::before{
  display: block;
  content: "";
  width: 34px;
  height:34px;
  background-color: rgba(141, 90, 69, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  animation: dot_big infinite ease-in-out 2s;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img>span>span{
  display: block;
  content: "";
  width: 0;
  height:0;
  background-color: #fff;
  border-radius:15px; 
  position: absolute;
  left: 100%;
  bottom: 100%;
  top:unset;
  overflow: hidden;
  transition: all 0.5s;
  animation:none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  z-index: 10;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img>span:hover>span{
  width: 185px;
  height:100px;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img .btn-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 13%;
  top: 43%;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img .btn-box .btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 38px;
  color: #fff;
  border-radius: 50%;
  background-color: #8d5a45;
  position: relative;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img .btn-box .btn p {
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 310px;
  font-size: 18px;
  color: #484545;
  padding: 40px;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img .btn-box .btn:hover p{
  color: var(--color);
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul {
  margin: 0 -15px;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul li {
  padding: 0px 15px;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul li h4 {
  font-size: 18px;
  margin-top: 25px;
  text-transform: capitalize;
  color: #484545;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul li h4:hover{
  color: var(--color);
}
#index-body .sell-product .sell-product-line {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 155px;
    height: 155px;
    opacity: 1;
  }
}
@-moz-keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 155px;
    height: 155px;
    opacity: 1;
  }
}
@keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 155px;
    height: 155px;
    opacity: 1;
  }
}
#index-body .about {
  padding: 145px 0 0;
  height: auto;
  background-color: var(--color);
  font-family: 'HelveticaInserat-Roman-SemiBold';
  position: relative;
}
#index-body .about .about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 160px;
}
#index-body .about .about-content .left {
  width: 50%;
}
#index-body .about .about-content .left .home-title h3 {
  max-width: 470px;
  -webkit-font-kerning: none;
  font-kerning: none;
}
#index-body .about .about-content .left .content {
  max-width: 580px;
  font-family: 'Montserrat-Regular';
  color: #fff;
  margin-top: 20px;
  line-height: 30px;
}
#index-body .about .about-content .left .content p:first-child {
  font-size: 18px;
  margin-bottom: 20px;
}
#index-body .about .about-content .left .content p:last-child {
  font-size: 16px;
}
#index-body .about .about-content .right {
  width: 50%;
}
#index-body .about .about-content .right 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;
}
#index-body .about .about-content .right ul li {
  width: 320px;
  height: 270px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color);
  position: relative;
  overflow: hidden;
}
#index-body .about .about-content .right ul li h3 {
  font-size: 108px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 5;
}
#index-body .about .about-content .right ul li p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 5;
}
#index-body .about .about-content .right ul li:nth-child(2n) {
  margin-right: 10px;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}
#index-body .about .about-content .right ul li:nth-child(2n) h3::before {
  content: "+";
  font-size: 60px;
  color: #452f2f;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
#index-body .about .about-content .right ul li:nth-child(3) h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .about .about-content .right ul li:nth-child(3) h3::after {
  content: "m";
  font-size: 48px;
  color: #452f2f;
}
#index-body .about .about-content .right ul li:nth-child(3) h3::before {
  content: "2";
  position: absolute;
  right: -10px;
  font-size: 20px;
  color: #452f2f;
}
#index-body .about .about-content .right ul li .bg {
  position: absolute;
  right:0;
  bottom:0;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .about .about-content .right ul li:hover .bg {
  opacity: 1;
}
#index-body .about .about-content .right ul li:last-child,
#index-body .about .about-content .right ul li:first-child {
  border-top-right-radius: 35px ;
  border-bottom-left-radius: 35px;
}
#index-body .about .about-content .right ul li:nth-child(2),
#index-body .about .about-content .right ul li:nth-child(3) {
  border-top-left-radius: 35px ;
  border-bottom-right-radius: 35px;
}
#index-body .about .about-b {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#index-body .about .about-b .bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
#index-body .about .about-b .about-bg {
  position: relative;
  z-index: 3;
  border-top-right-radius: 45px;
}
#index-body .about .about-b .play-box {
  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%);
  z-index: 5;
}
#index-body .about .about-b .play-box .play {
  width: 155px;
  height: 155px;
  position: relative;
  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;
  cursor: pointer;
}
#index-body .about .about-b .play-box .play img {
  position: relative;
  z-index: 5;
}
#index-body .about .about-b .play-box .play::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: play_big 3s infinite;
  -moz-animation: play_big 3s infinite;
  animation: play_big 3s infinite;
}
#index-body .about .about-b::before {
  display: block;
  content: "";
  background-color: var(--color);
  opacity: 0.6;
  width: 230px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#index-body .advantage {
  height: 750px;
  padding-top: 150px;
  background: url("../images/advantage-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .advantage .advantage-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .advantage .advantage-content .left {
  padding-left: 55px;
  color: #fff;
  max-width: 410px;
  margin-right: 70px;
}
#index-body .advantage .advantage-content .left h3 {
  font-family: 'HelveticaInserat-Roman-SemiBold';
  text-transform: uppercase;
  font-size: 48px;
}
#index-body .advantage .advantage-content .left p {
  font-size: 16px;
  margin: 10px 0 85px;
  opacity: 0.4;
}
#index-body .advantage .advantage-content .right 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;
}
#index-body .advantage .advantage-content .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
}
#index-body .advantage .advantage-content .right ul li .box-l {
  width: 55px;
  margin-right: 15px;
}
#index-body .advantage .advantage-content .right ul li .box-r {
  max-width: 420px;
  color: #fff;
}
#index-body .advantage .advantage-content .right ul li .box-r h4 {
  font-size: 24px;
  font-family: HelveticaInserat-Roman-SemiBold;
  -webkit-font-kerning: none;
  font-kerning: none;
}
#index-body .advantage .advantage-content .right ul li .box-r p {
  font-size: 16px;
  margin: 10px 0 85px;
  opacity: 0.4;
      line-height: 28px;
}
#index-body .advantage .advantage-content .right ul li:nth-child(2n) {
  margin-right: 0;
}
@-webkit-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
#index-body .partners {
  width: 100%;
  height: 145px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #e9e7e7;
}
#index-body .partners .partners-content{
  -webkit-animation: foglayer_moveme 25s 0s ease-in-out infinite;
  -moz-animation: foglayer_moveme 25s 0s ease-in-out infinite;
  animation: foglayer_moveme 25s 0s ease-in-out infinite;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200%;
  display: flex;
  align-items: center;
}
#index-body .partners .partners-content .img{
  float: left;
  width: 50%;
  margin:0 10px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
#index-body .partners .partners-content .img img{
  margin:0 20px;
}
#index-body .product {
  padding: 100px 0px ;
  background-color: var(--color);
}
#index-body .product .product-content .home-title {
  margin-bottom: 75px;
}
#index-body .product .product-content .home-title h3 {
  text-align: center;
}
#index-body .product .product-content ul {
  margin: 0 -15px;
}
#index-body .product .product-content ul li {
  padding: 0 15px;
}
#index-body .product .product-content ul li .box {
  width: 100%;
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 25px;
  overflow: hidden;
}
#index-body .product .product-content ul li .box h4 {
  font-size: 18px;
  font-family: HelveticaInserat-Roman-SemiBold;
  color: #484545;
  -webkit-font-kerning: none;
  font-kerning: none;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  padding: 0 20px;
}
#index-body .product .product-content ul li .box h4:hover{
   color:var(--color);
}
#index-body .product .product-content ul li .box .box-t {
  width: 100%;
  background-color: #f5f5f7;
  padding: 50px 0 80px;
  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;
  position: relative;
}
#index-body .product .product-content ul li .box .box-t .tage{
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
#index-body .product .product-content ul li .box .box-icon {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #fbfbfb;
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news {
  padding: 50px 0 190px;
  background-color: var(--color);
  background-image: url("../images/news-bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .news .news-content .home-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .news .news-content ul {
  margin: 40px -30px 0;
}
#index-body .news .news-content ul li {
  padding: 0 30px;
  color: #fff;
}
#index-body .news .news-content ul li span {
  font-size: 18px;
}
#index-body .news .news-content ul li h4 {
  font-size: 24px;
  margin: 5px 0 30px;
  font-family: HelveticaInserat-Roman-SemiBold;
  -webkit-font-kerning: none;
  font-kerning: none;
  text-transform: uppercase;
  line-height: 1.2;
  transition: color 0.5s;
  color: #fff;
}
#index-body .news .news-content ul li h4:hover{
  color: #000;
}
#index-body .news .news-content ul li p {
  opacity: 0.4;
  font-size: 16px;
  line-height: 28px;
}
#footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#footer .footer-userinfo {
  padding: 50px 30px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-userinfo p {
  font-size: 22px;
  color: #fff;
  text-align: left;
}
#footer .footer-userinfo #addForm {
  margin-top: 35px;
  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;
}
#footer .footer-userinfo #addForm input::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input::-moz-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input:-moz-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input:-ms-input-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input {
  width: 220px;
  height: 65px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  padding: 0 17px;
  margin-right: 15px;
}
#footer .footer-userinfo #addForm input::-webkit-input-placeholder {
  color: #999596;
}
#footer .footer-userinfo #addForm input::-moz-placeholder {
  color: #999596;
}
#footer .footer-userinfo #addForm input:-moz-placeholder {
  color: #999596;
}
#footer .footer-userinfo #addForm input:-ms-input-placeholder {
  color: #999596;
}
#footer .footer-userinfo #addForm input[name=content] {
  width: 480px;
}
#footer .footer-userinfo #addForm input[type=submit] {
  width: 210px;
  height: 70px;
  border-radius: 20px;
  background-color: #fff;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0;
  font-size: 16px;
}
#footer .footer-userinfo #addForm input[type=submit]:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .footer-center .footer-t {
  padding-top: 90px;
  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 .footer-center .footer-t .footer-t-gird {
  width: 100%;
  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-bottom: 60px;
}
#footer .footer-center .footer-t .footer-t-gird .contact {
  width: 30%;
}
#footer .footer-center .footer-t .footer-t-gird .contact span {
  border: none;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .logo {
  margin-bottom: 40px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons {
  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;
  margin-top: 25px;
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #4a4343;
  font-size: 20px;
  border: 1px solid #4a4343;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:hover {
  background-color: #221616;
  border: 1px solid transparent;
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img {
  width: 170px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .line {
  width: 200px;
  height: 1px;
  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;
  background-color: #fff;
  margin: 20px 0 30px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .line::before {
  content: '';
  display: block;
  width: 30px;
  background-color: #fff;
  height: 4px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 20px;
  font-family: 'HelveticaInserat-Roman-SemiBold';
  text-transform: uppercase;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 20px;
  margin-bottom: 5px;
  color: #d0cdcb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}
#footer .footer-center .footer-b {
  width: 100%;
  padding: 0 50px;
}
#footer .footer-center .footer-b .footer-b-content {
  color: #fff;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  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;
}
#footer .footer-center .footer-b .footer-b-content .left {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-b .footer-b-content .left span {
  font-size: 15px;
}
#footer .footer-center .footer-b .footer-b-content .left span a.footergusu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 590px;
    display: inline-block;
    vertical-align: middle;
}
h1.Auxil-h1.font-48.font-bold {
    font-size: 28px;
}
#footer .footer-center .footer-b .footer-b-content .left span img {
  width: 260px;
  height: auto;
  padding-top: 5px;
}
@media (max-width: 1900px) {
  #index-body .sell-product .icon-img-left img:last-child {
    width: 125px;
    margin-left: 40px;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #index-body .about .about-b::before {
    display: none;
  }
  #index-body .sell-product .sell-product-line {
    display: none;
  }
  #header .nav .ui.menu,
  #header .nav .header-icon {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #header .nav {
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 30px;
  }
  #banner .banner-content ul li .content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .about .about-content .left .content {
    max-width: 560px;
  }
  #index-body .sell-product .icon-img-left img {
    width: 180px;
  }
  #index-body .sell-product .icon-img-left,
  #index-body .sell-product .icon-img-right {
    display: none;
  }
  #index-body .advantage .advantage-content .right ul li .box-r {
    max-width: 320px;
  }
  #footer .footer-center .footer-b {
    width: 1400px;
    padding: 0 15px;
  }
  #footer .footer-userinfo {
    padding: 50px 15px 40px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 46px;
  }
  #index-body .about .about-content .right ul li {
    width: 270px;
    height: 220px;
  }
  #index-body .about .about-content .right ul li h3 {
    font-size: 78px;
  }
  #index-body .about .about-content .left .content {
    max-width: 530px;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img .btn-box {
    right: 33%;
    top: 37%;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content {
    padding: 80px 60px 0;
  }
  #index-body .advantage .advantage-content .right ul li .box-r {
    max-width: 250px;
  }
  #index-body .advantage {
    height: auto;
    padding: 150px 0;
  }
  #index-body .advantage .advantage-content .right ul li:nth-child(3) .box-r p,
  #index-body .advantage .advantage-content .right ul li:last-child .box-r p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  #footer .footer-center .footer-b {
    width: 1200px;
  }
  #index-body .news {
    padding: 50px 0 150px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 18px;
  }
  #header .nav .header-icon {
    width: 150px;
  }
  .slick-dots {
    bottom: 30px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 30px;
    max-width: 380px;
    margin-bottom: 25px;
  }
  .btn-go {
    padding: 10px 40px;
  }
  #index-body .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .about .about-content .left,
  #index-body .about .about-content .right {
    width: 100%;
  }
  #index-body .about .about-content .right ul li {
    width: 320px;
    height: 240px;
  }
  #index-body .about .about-content .left {
    margin-bottom: 60px ;
  }
  #index-body .about .about-content .left .content {
    max-width: 100%;
  }
  #index-body .about .about-content .right ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .advantage .advantage-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .advantage .advantage-content .left {
    padding-left: 0;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  #index-body .advantage .advantage-content .right ul li .box-r {
    max-width: 360px;
  }
  #footer .footer-userinfo #addForm input {
    width: 180px !important;
  }
  #footer .footer-center .footer-b {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  .inner-banner{
    margin-top: 120px;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  .home-title {
    font-size: 38px;
    color: #fff;
  }
  #index-body .about {
    padding: 85px 0 0;
  }
  #index-body .about .about-content {
    padding-bottom: 120px;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img .btn-box {
    right: 50%;
    top: 55%;
  }
  #index-body .advantage .advantage-content .right ul li .box-r {
    max-width: 220px;
  }
  #index-body .partners {
    display: none;
  }
  #footer .footer-userinfo #addForm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-userinfo #addForm input {
    width: 45% !important;
    margin-bottom: 15px;
  }
  #footer .footer-userinfo #addForm input:nth-child(2n) {
    margin-right: 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-center .footer-b {
    width: 700px;
  }
  #footer .footer-center .footer-b .footer-b-content .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  #footer .footer-center .footer-b .footer-b-content {
    padding: 15px 0;
    height: auto;
  }
  #footer .footer-center .footer-b .footer-b-content .left span {
    text-align: center;
  }
  h1.Auxil-h1.font-48.font-bold {
    font-size: 22px;
}
  #footer .footer-center .footer-t .footer-t-gird .contact {
    width: 55%;
  }
  #footer .footer-center .footer-b .footer-b-content .left span a.footergusu,
  .list_cont.knowledge.Auxil-industry {
    display: none !important;
}
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #index-body .about .about-content .right ul,
  #index-body .about .about-b .bg,
  #index-body .advantage,
  #index-body .sell-product,
  #footer .footer-userinfo,
  #footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons,
  #index-body .sell-product .sell-product-content .content ul li .category_content .left .content .categorry-img .btn-box {
    display: none;
  }
  #index-body .about .about-content {
    padding-bottom: 30px;
  }
  #index-body .about .about-b .about-bg {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content {
    padding: 80px 0 0;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content .left h3 {
    font-size: 40px;
  }
  #footer .footer-center .footer-b {
    width: 500px;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .ui.container,
  #footer .footer-center .footer-b {
    width: 100%;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-title {
    font-size: 32px;
  }
}























/*------------------------inner-page------------------*/

.inner-banner {
  margin-top: 160px;
  padding: 47px 0 28px;
}
.inner-banner .ui.container {
  max-width: 1630px;
}
.inner-banner .h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 11px;
}
.inner-banner .mbx {
  font-size: 20px;
  color: white;
  position: relative;
  opacity: 0.76;
  padding-left: 40px;

}
.inner-banner .mbx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/home-icon.png) no-repeat left top;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pb-80 {
  padding-bottom: 80px;
}
.inner-page {
   color:#fff;
}
.inner-page .ui.container {
  max-width: 1580px;
}
.inner-page .sideLeft {
  width: 30% !important;
  background: white;
  border-radius: 26px;
  padding: 30px 12px 50px;
}
.inner-page .sideLeft form {
  position: relative;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
}
.inner-page .sideLeft form input {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  padding: 0 25px;
  font-size: 16px;
  border: none;
  color:#000;
}
.inner-page .sideLeft form input[type="submit"] {
  background: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  background: url(../images/search.png) no-repeat center;
}
.inner-page .sideLeft ul li {
  font-size: 20px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    
  font-kerning: none;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.inner-page .sideLeft ul li a {
  position: relative;
  display: block;
  padding: 20px;
  background: #f5f6f7;
  border-radius: 17px;
  transition: all 0.5s;
}
.inner-page .sideLeft ul li>ul>li{
  padding-left:20px;
  font-size: 18px;
}
.inner-page .sideLeft ul li>ul>li>a{
  padding: 10px 20px;
}
.inner-page .sideLeft ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  height: 40%;
  width: 3px;
  border-radius: 1.5px;
  background: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.inner-page .sideLeft ul li.active>a,
.inner-page .sideLeft ul li a:hover {
  background: #6b3724;
  color: white;
}

.inner-page .sideLeft ul li.active a::after,
.inner-page .sideLeft ul li:hover a::after {
  opacity: 1;
}
.inner-page .sideRight {
  width: 70% !important;
  padding-left: 60px;
}
.inner-page .sideRight .Auxil-catdes {
  font-size: 17px;
  line-height: 32px;
  margin: 8px 0 30px;
}
.solutions-page > ul > li {
  padding-top: 60px;
}
.solutions-page > ul > li .content {
  font-size: 17px;
  line-height: 32px;
  width: 80%;
  margin: 19px 0 43px;
}
.solutions-page > ul > li .img {
  margin-top: 75px;
  position: relative;
}
.solutions-page > ul > li .img .ui.container {
  position: absolute;
  right: 50%;
  top: -106px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
}
.solutions-page > ul > li .img .box {
  border-radius: 30px;
  width: 60%;
  overflow: hidden;
  background: white;
  margin-left: auto;
  margin-top: -50px;
}
.solutions-page > ul > li .img .box .h4 {
  background: #b72022;
  color: white;
  font-size: 36px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  padding: 26px 44px;
}
.solutions-page > ul > li .img .box ul {
  padding: 28px 44px 41px 44px;
}
.solutions-page > ul > li .img .box ul li {
  font-size: 18px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 26px;
}
.solutions-page > ul > li .img .box ul li a {
  position: relative;
  padding-bottom: 11px;
}
.solutions-page > ul > li .img .box ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #dcdcdc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.solutions-page > ul > li .img .box ul li:hover {
  color: #b72022;
}
.solutions-page > ul > li .img .box ul li:hover a::after {
  border-color: #b72022;
}
.solutions-page > ul > li:nth-child(2n) {
  text-align: right;
}
.solutions-page > ul > li:nth-child(2n) .content {
  margin-left: auto;
}
.solutions-page > ul > li:nth-child(2n) .img .box {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.solutions-page .h3{font-family: 'HelveticaInserat-Roman-SemiBold';}
.product-page {
  padding-top: 85px;
}
.product-page .sideRight ul {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 44px;
  margin: 0 -15px;
}
.product-page .sideRight ul li {
  margin-bottom: 70px;
  padding: 0 15px;
}
.product-page .sideRight ul li .h5 {
  font-size: 24px;
  font-family: 'HelveticaInserat-Roman-SemiBold'; 
  font-kerning: none;
  display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;  
}
.product-page .sideRight ul li .content {
  font-size: 16px;
  line-height: 32px;
  margin: 9px 0 16px;
  display: -webkit-box;  
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;  
}
.product-page .sideRight ul li .mores {
  font-size: 16px;
}
.product-page .sideRight ul li .img {
  margin-top: 35px;
  display: block;
  background: #fff;
  position: relative;
}
.product-page .sideRight ul li .img .tage{
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
.solutdet-page .solutdet-1 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
  overflow: hidden;
}
.solutdet-page .solutdet-1 h1 {
  font-size: 30px;
}
.solutdet-page .solutdet-1 .cat_name {
  font-size: 30px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.solutdet-page .solutdet-1 .right-img {
  position: absolute;
  right: 0;
  top: 40px;
}
.solutdet-page .solutdet-1 .bottom {
  margin-top: 280px;
  position: relative;
}
.solutdet-page .solutdet-1 .bottom ul li {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #b72022;
  color: white;
  text-align: center;
  line-height: 33px;
  font-size: 20px;
}
.solutdet-page .solutdet-1 .bottom ul li .content {
  background: white;
  border-radius: 9px;
  width: 340px;
  color: black;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  text-align: left;
  padding: 15px 25px 30px;
}
.solutdet-page .solutdet-1 .bottom ul li .content .h5 {
  font-size: 18px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.solutdet-page .solutdet-1 .bottom ul li .content .txt {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 5px;
}
.solutdet-page .solutdet-1 .bottom ul li .content .mores {
  font-size: 14px;
}
.solutdet-page .solutdet-1 .bottom ul li .content .mores:hover {
  text-decoration: underline;
}
.solutdet-page .solutdet-1 .bottom ul li .content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid white;
}
.solutdet-page .solutdet-1 .bottom ul li:nth-child(1) {
  left: 7%;
  top: 19%;
}
.solutdet-page .solutdet-1 .bottom ul li:nth-child(2) {
  left: 26%;
  top: 22%;
}
.solutdet-page .solutdet-1 .bottom ul li:nth-child(3) {
  left: 44%;
  top: -4%;
}
.solutdet-page .solutdet-1 .bottom ul li:nth-child(4) {
  left: 63%;
  top: 41%;
}
.solutdet-page .solutdet-1 .bottom ul li:nth-child(5) {
  left: 91%;
  top: 35%;
}
.solutdet-page .solutdet-1 .bottom ul li:hover .content {
  opacity: 1;
}

.solutdet-page .tab-title {
  font-size: 24px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 20px;
}
.solutdet-page .solutdet-video {
  position: relative;
}
.solutdet-page .solutdet-video .box > img {
  width: 100%;
}
.solutdet-page .solutdet-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%);
}
.solutdet-page .solutdet-honor ul {
  margin: -6px;
}
.solutdet-page .solutdet-honor ul li {
  padding: 6px;
}
.solutdet-page .solutdet-honor ul li img {
  width: 100%;
}
.solutdet-page .solutdet-pdf .box {
  border: 8px solid #dedede;
  padding: 25px 30px;
  background: white;
}
.solutdet-page .solutdet-pdf .box .column {
  vertical-align: middle;
}
.solutdet-page .solutdet-pdf .h4 {
  font-size: 36px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.solutdet-page .solutdet-pdf .h3 {
  font-size: 44px;
  color: #b72022;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 20px;
}
.solutdet-page .solutdet-pdf .btn {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  height: 56px;
  line-height: 56px;
  border-radius: 27px;
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.solutdet-page .solutdet-pdf .btn img {
  vertical-align: middle;
  margin-right: 10px;
}
.solutdet-page .solutdet-pdf .right {
  text-align: right;
}
.solutdet-page .solutdet-related ul {
  margin: -13px;
}
.solutdet-page .solutdet-related ul li {
  padding: 13px;
  text-align: center;
}
.solutdet-page .solutdet-related ul li .img-box {
  background: white;
}
.solutdet-page .solutdet-related ul li p {
  font-size: 18px;
  margin-top: 25px;
}
.solutdet-page .solutdet-form form ul {
  margin: -11px;
}
.solutdet-page .solutdet-form form ul li {
  padding: 11px;
}
.solutdet-page .solutdet-form form ul li label {
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
.solutdet-page .solutdet-form form ul li label em {
  color: #b72022;
}
.solutdet-page .solutdet-form form ul li input,
.solutdet-page .solutdet-form form ul li textarea {
  width: 100%;
  height: 36px;
  padding: 0 15px;
  font-size: 17px;
  background: #e8e8e8;
  border-radius: 20px;
  border:none;
}
.solutdet-page .solutdet-form form ul li textarea {
  height: 100px;
  padding: 15px;
}
.solutdet-page .solutdet-form form ul li input[type="submit"] {
  text-align: center;
  width: auto;
  font-size: 17px;
  background: #b72022;
  color: white;
  padding: 0 30px;
}
.solutdet-page .solutdet-form form ul li.wid-100 {
  width: 100%;
}










@media screen and (max-width: 1600px) {
  .inner-page .ui.container,
  .inner-banner .ui.container {
    max-width: 1380px;
  }
  .solutdet-page .solutdet-1 .bottom ul li:nth-child(1) .content {
    left: 230%;
  }
  .solutdet-page .solutdet-1 .bottom ul li:nth-child(1) .content::after {
    left: 32%;
  }
  .solutdet-page .solutdet-1 .bottom ul li:last-child .content {
    left: -160%;
  }
  .solutdet-page .solutdet-1 .bottom ul li:last-child .content::after {
    left: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .inner-page .ui.container,
  .inner-banner .ui.container {
    max-width: 1180px;
  }
  .solutions-page > ul > li .img .box .h4 {
    font-size: 26px;
  }
  .solutions-page > ul > li .img .box {
    width: 60%;
  }
  .solutions-page > ul > li .img .ui.container {
    top: -91px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .ui.container,
  .inner-banner .ui.container {
    max-width: 970px;
  }
  .solutions-page > ul > li .img .box ul li {
    font-size: 16px;
  }
  .solutdet-page .solutdet-1 h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 100px;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 28px;
}
  .product-page {
    padding-top: 25px;
}
  .solutions-page > ul > li .content {
    width: 100%;
  }
  .solutions-page > ul > li .img .box .h4 {
    padding: 12px 40px;
  }
  .solutions-page > ul > li .img .box ul {
    padding: 25px 40px 20px;
  }
  .solutions-page > ul > li .content {
    font-size: 15px;
  }
  .solutions-page > ul > li .img .box ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  .solutions-page > ul > li .img .box ul li a {
    padding-bottom: 6px;
  }
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .solutdet-page .solutdet-pdf .h4 {
    font-size: 25px;
  }
  .solutdet-page .solutdet-pdf .h3 {
    font-size: 33px;
  }
}
@media screen and (max-width: 700px) {
  .solutions-page > ul > li .img .ui.container {
    position: unset;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 20px;
  }
  .solutions-page > ul > li .img .ui.container .box {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .solutdet-page .solutdet-1 .right-img {
    position: unset;
    margin-top: 20px;
  }
  .solutdet-page .solutdet-1 .bottom ul li:nth-child(1) .content {
    left: 150px;
  }
  .solutdet-page .solutdet-1 .bottom ul li:nth-child(1) .content::after {
    left: 37px;
  }
  .solutdet-page .solutdet-1 .bottom ul li:last-child .content {
    left: -120px;
  }
  .solutdet-page .solutdet-1 .bottom ul li:last-child .content::after {
    left: auto;
    right: 2px;
  }
}
@media screen and (max-width: 500px) {
  .solutions-page > ul > li .img .box ul {
    padding: 25px 15px 20px;
  }
  .solutions-page > ul > li .img .box .h4 {
    font-size: 22px;
    padding: 12px 22px;
  }
  .solutdet-page .solutdet-1 h1 {
    font-size: 20px;
  }
  .solutdet-page .solutdet-1 .cat_name {
    font-size: 23px;
  }
}






 /*in*/
.inner-footer {
  padding: 200px 0 100px !important;
}
 
 
.devel-list1 {
    padding:80px 0 0px;
    background: #3c1f14;
}
.devel-list1 .swiper-div {
    margin-top: 70px;
    position: relative;
    padding: 0 90px;
}
.devel-list1 .swiper-div .deve-swiper {
    position: relative;
    overflow: hidden;
    /*width: calc(100% - 0.75rem);*/
    padding-left: 30px;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide {
    width: 45%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div {
    position: relative;
    height: 415px;
}
.devel-list1 .swiper-div .deve-swiper .div-litem {
    position: relative;
    height: 180px;
}
.devel-list1 .swiper-div .deve-swiper .left {
    float: left;
    padding-left: 20px;
    border-left: 1px solid #fff;
    min-height: 160px;
    width: 32%;
}
.devel-list1 .swiper-div .deve-swiper .left img {
    width: 100%;
    border-radius:100px;
    opacity: 0.9;
    border: 4px solid #321a10;
}
.devel-list1 .swiper-div .deve-swiper .right {
    padding: 0 4%;
    float: left;
    width: 64%;
}
.devel-list1 .swiper-div .deve-swiper .div-litem.cur .yeaer {
    bottom: -70px;
}
.devel-list1 .swiper-div .deve-swiper .div-litem .yeaer {
    position: absolute;
    bottom: -25px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    transform: translateX(-50%);
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.devel-list1 .swiper-div .deve-swiper .right .name {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    transition: all 0.3s;
    font-weight: bold;
}
.devel-list1 .swiper-div .deve-swiper .right .name-p {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    line-height: 1.2;
}
.devel-list1 .swiper-div .deve-swiper .div-litem.cur .yeaer:after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c5c0be;
    content: "";
    top: -6px;
    left: 50%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 .left {
    line-height: 160px;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 .right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.devel-list1 .swiper-div .deve-swiper .dic2 .yeaer {
    position: absolute;
    top: -70px;
    color: #fff;
    line-height: 1;
    transform: translateX(-50%);
}
.devel-list1 .swiper-div .deve-swiper .deve-page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 11px;
    background-color: transparent;
    background-image: url(../images/xiandian.png);
    filter: invert(1);
}
.devel-list1 .title-name {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-family: 'HelveticaInserat-Roman-SemiBold';
}
.devel-list1 .swiper-div .deve-button-prev, .devel-list1 .swiper-div .deve-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    transition: all 0.3s;
    cursor: pointer;
}
.devel-list1 .swiper-div .deve-button-prev {
    left: 0;
    background-image: url(../images/prev.png);
}
.devel-list1 .swiper-div .deve-button-next {
    right: 0;
    background-image: url(../images/next.png);
}
.devel-list1 .swiper-div .deve-button-prev:hover {
    background-color: #e50113;
    background-image: url(../images/prev1.png);
}
.devel-list1 .swiper-div .deve-button-next:hover {
    background-color: #e50113;
    background-image: url(../images/next1.png);
}
.about-page h2.title {
  font-size: 40px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  line-height: 1;
  padding-bottom: 10px;
}
.about-page .about-1 {
  padding-top: 135px;
  padding-bottom: 85px;
  background: url(../images/about-bg_2.png)right bottom no-repeat;
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .left ul {
  margin-top: 14px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 45px;
}
.about-page .about-1 .left ul li h2 {
  font-size: 64px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
}
.about-page .about-1 .left ul li h2 span{
  font-size: 24px;

  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
}
.about-page .about-1 .left ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
  width: 70%;
  line-height: 2;
  font-weight: 300;
  font-size: 18px;
  padding-left: 105px;
  /*max-height: 765px;
  overflow-y: scroll;*/
}
.about-page .about-1 .right p {
  font-size: 18px;
  margin-bottom: 20px;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top {
  position: relative;
margin-top: 80px;
}
.about-page .about-2 .top .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-page .about-2 .top .play:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 5px solid rgba(255,255,255,.5);
    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-2 .top .play:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    transform: translate(-50%,-50%);
    border: 5px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    animation-delay: .4s;
}
.about-page .about-2 .bottom {
  background: #4c2618;
  padding: 36px 0;
}
.about-page .about-2 .bottom .ui.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-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .bottom .ui.container .left {
  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-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  color: white;
  margin-left: 30px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}
.about-page .about-3 .left {
  padding-right: 108px;
}
.about-page .about-3 .left .content {
  margin-top: 30px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 30px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: #fff;
  border: 1px solid #fff;
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background:#4e281b;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  display: none;
}
.about-page .about-3 .right ul li .content .text {
  font-size: 16px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  line-height: 2;
  margin: 22px 0 22px;
}
.about-page .about-3 .right ul li.active .fa {
  background: #4c2618;
  border: 1px solid transparent;
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url(../images/factory-01.jpg) no-repeat center;
  color: white;
  padding: 180px 0 58px;
}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
  padding-bottom: 5px;
}
.about-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #734a2d;
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 520px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.about-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}
.about-page .about-4 .content .more:hover {
  background: #b72022;
  color: white;
}
.about-page .about-5 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
 
.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 880px;
  margin: 5px auto 50px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 18px;
}
.about-page .about-5 ul .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.about-page .about-5 ul .slick-arrow button{
  display: none;
}
.about-page .about-5 ul .slick-prev{
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #000;
}
.about-page .about-5 ul .slick-next{
  right: -60px;
}
.about-page .about-5 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #000;
}
.about-page .about-6 {
  
  background-position: center bottom;
  padding: 65px 0 230px;
  overflow: hidden;
}
.about-page .about-6 .title{
  color: #fff!important;
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}


.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -30px -15px;
}
.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-page {
  text-align: right;
  margin-top: 100px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: #301810;
  color: white;
}

.contact-page {
  padding-top: 90px;
}
.contact-page .title {
  font-size: 50px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  line-height: 2;
}
  .contact-page .contact-1 .ui.container {padding:100px 150px;}
.contact-page .contact-1 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input[type='text'] {
  width: 46%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 25px;
  border-radius: 26px;
  color:#000;
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
  border-radius: 10px;
  color:#000;
}
.contact-page .contact-2 {
  padding: 0px 0 80px;
  background: url(../images/about-bg_2.png) left bottom no-repeat;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 24px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content 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;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  width: 33%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 75%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}
.contact-page .contact-3 {background: #412116;     padding: 61px 0px;}
.contact-page .contact-3 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-page .contact-3 ul li{
    width: 350px;
    height: 200px;
    align-items: center;
    margin: 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color:#f9f6f6;
}
.contact-page .contact-3 ul li img{width:50%;}
.contact-page .contact-3 ul li h4{
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}
.contact-page .contact-3 ul li p{
    font-size: 18px;
    text-align: center;
        color:#d5d5d5;
}
}
.news-page {
  padding: 90px 0;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}
 
.newdet-page {
  padding: 138px 0 80px;
}
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.newdet-page .newdet-2 ul .slick-prev{
  left: 0;
  transform: translate(-50%,-50%);
}
.newdet-page .newdet-2 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next{
  right: 0;
  transform: translate(50%,-50%);
}
.newdet-page .newdet-2 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
}
.m-link {
  margin-top: 25px;
  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;
  font-size: 16px;
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  line-height: 2;
}
.m-link .next {
  text-align: right;
}
.m-link a:hover {
  text-decoration: underline;
}
.advantages-page {
  padding-top: 138px;
   background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), color-stop(15%, #faf7f7), color-stop(35%, #faf7f7), color-stop(35%, white), color-stop(77%, white), color-stop(77%, #faf7f7), to(white));
  background: -webkit-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: -moz-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
}
.advantages-page 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;
  margin-bottom: 200px;
}
.advantages-page ul li .text {
  width: 54% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 48px;
}
.advantages-page ul li .text h3 {
  font-size: 40px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  margin-bottom: 40px;
}
.advantages-page ul li .text .content {
  font-size: 25px;
  line-height: 50px;
}
.advantages-page ul li .img {
  width: 46% !important;
}
.advantages-page ul li:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 96px;
  padding-right: 0;
}
.advantages-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service-page .service-1 {
  padding: 88px 0 70px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {
  padding: 20px;
}
.service-page .service-1 ul li .box {

 
  text-align: center;
  
  color: #fff;
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin: 20px 0 26px;
  line-height: 2;
}
.service-page .service-1 ul li .box .text {
  font-size: 16px;
  line-height: 2;
  min-height: 180px;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .service-2 {
  padding: 0px 0 70px;
}
.service-page .service-2 .top {
  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;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}
.service-page .service-2 .top .text h3 {
  font-size: 43px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  margin-bottom: 25px;
}
.service-page .service-2 .top .text h5{
  font-size: 25px;
  line-height: 40px;
}
.service-page .service-2 .top .text .content {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 50px;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .bottom {
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}
.service-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 1.8;
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 43px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  margin-bottom: 45px;
  line-height: 2;
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 ul .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: white;
  color:var(--color);
}
.service-page .service-3 ul .slick-prev{
  left: -50px;
}
.service-page .service-3 ul .slick-next{
  right: -50px;
}
.service-page .service-3 ul .slick-next::after,
.service-page .service-3 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
}
.service-page .service-3 ul .slick-next::after{
  content: "\f105";
}
.service-page .service-4 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 43px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.service-page .service-4 p.text {
  margin: 30px auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  max-width: 1050px;
}
/*.service-page .service-4 ul.grid-box {
  margin: -35px;
}
.service-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service-page .service-4 ul li .box {
  position: relative;
  padding-bottom: 100px;
}
.service-page .service-4 ul li .box .column{
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 20px;
  line-height: 2;
}
.service-page .service-4 ul li .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 45px 0 45px;
}
.service-page .service-4 ul li .box .content .text p{
  margin-bottom: 8px;
}
.service-page .service-4 .honor ul{
  margin: -15px;
}
.service-page .service-4 .honor ul li{
  padding: 15px;
}
.service-page .service-4 ul.grid-box .slick-dots {
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 50px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
  padding: 0;
}
.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: #b72022;
}
.solution-page {
  padding-top: 138px;
}
.solution-page .solution-1 h1 {
  font-size: 40px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.solution-page .solution-1 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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 70px;
}
.solution-page .solution-1 ul li {
  margin: 0 20px;
}
.solution-page .solution-1 .content {
  font-size: 18px;
  line-height: 56px;
  margin: auto;
  text-align: center;
  max-width: 1000px;
}
.solution-page .box-list {
  margin-top: 100px;
}
.solution-page .box-list ul li {
  position: relative;
}
.solution-page .box-list ul li .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*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;*/
  color: white;
}
.solution-page .box-list ul li .content .ui.container {
  /*margin: 0;*/
  height: 100%;
}
.solution-page .box-list ul li .content .box {
  max-width: 720px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution-page .box-list ul li:nth-child(1) .content .box{
  max-width: 765px;
}
.solution-page .box-list ul li:nth-child(3) .content .box{
  max-width: 640px;
}
.solution-page .box-list ul li .content h2 {
  font-size: 60px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
.solution-page .box-list ul li .content h2:hover {
  color: #b72022;
}
.solution-page .box-list ul li .content .text {
  font-size: 16px;
  line-height: 2;
}
.solution-page .box-list ul li:nth-child(2n) .content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.solution-page .box-list ul li:nth-child(2n) .content .box{
  margin-left: auto;
}
.solution-page .box-list ul li:last-child .content .box{
  max-width: 800px;
}


.soldet-page .soldet-1 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
  overflow: hidden;
  background: #ebebeb;
}

.soldet-page .soldet-1 h1 {
  font-size: 36px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    
  font-kerning: none;
      color: #442317;
}
.soldet-page .soldet-1 .cat_name {
  font-size: 30px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  color: #442317;
}
.soldet-page .soldet-1 .right-img {
  position: absolute;
  right: 0;
  top: 40px;
}
.soldet-page .soldet-1 .bottom {
  position: relative;
      width: fit-content;
    height: fit-content;
   margin:80px auto 0;
}
.soldet-page .soldet-1 .bottom .det1{
  display: none;
}
.soldet-page .soldet-1 .bottom ul li {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #8d5a45;
  color: white;
  text-align: center;
  line-height: 33px;
  font-size: 20px;
}
.soldet-page .soldet-1 .bottom ul li .content {
  background: white;
  border-radius: 9px;
  width: 140px;
  color: black;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  text-align: center;
  padding: 15px 25px 30px;
}
.soldet-page .soldet-1 .bottom ul li .content .h5 {
  font-size: 18px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.soldet-page .soldet-1 .bottom ul li .content .txt {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 5px;
}
.soldet-page .soldet-1 .bottom ul li .content .mores {
  font-size: 14px;
}
.soldet-page .soldet-1 .bottom ul li .content .mores:hover {
  text-decoration: underline;
}
.soldet-page .soldet-1 .bottom ul li .content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid white;
}
/*.soldet-page .soldet-1 .bottom ul li:nth-child(1) {
  left: 7%;
  top: 40%;
}
.soldet-page .soldet-1 .bottom ul li:nth-child(2) {
  left: 30%;
  top: 40%;
}
.soldet-page .soldet-1 .bottom ul li:nth-child(3) {
  left: 59%;
  top: 22%;
}
.soldet-page .soldet-1 .bottom ul li:nth-child(4) {
  left: 59%;
  top: 22%;
}
.soldet-page .soldet-1 .bottom ul li:nth-child(5) {
  left: 82%;
  top: 9%;
}*/
.soldet-page .soldet-1 .bottom ul li:hover .content {
  display: block;
}
.soldet-page .soldet-2{margin-top: 50px;}
.soldet-page .tab-title {
  font-size: 36px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 20px;
}
.soldet-page .parameters{
  display: flex;
}
.soldet-page .parameters .list{
  margin-right: 30px;
}
.soldet-page .parameters .list:last-child{
  margin-right: 0;
}
.soldet-page .soldet-video {
  position: relative;
}
.soldet-page .soldet-video .box > img {
  width: 100%;
}
.soldet-page .soldet-video .box ul{
  display: flex;
  flex-wrap: wrap;
}
.soldet-page .soldet-video .box ul li{
  width: 32%;
  margin: 15px 2% 15px 0;
}
.soldet-page .soldet-video .box ul li:nth-child(3n){
  margin-right: 0;
}
.soldet-page .soldet-video .box ul li h4{
  font-size: 20px;
  margin-top: 15px;
}
.soldet-page .soldet-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%);
}
.soldet-page .soldet-honor ul {
  margin: -6px;
}
.soldet-page .soldet-honor ul li {
  padding: 6px;
}
.soldet-page .soldet-honor ul li img {
  width: 100%;
}
.soldet-page .soldet-pdf .box {
  border: 8px solid #dedede;
  padding: 25px 30px;
  background: white;
}
.soldet-page .soldet-pdf .box .column {
  vertical-align: middle;
}
.soldet-page .soldet-pdf .h4 {
  font-size: 36px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    
  font-kerning: none;
  color:var(--color);
}
.soldet-page .soldet-pdf .h3 {
  font-size: 44px;
  color: #4e281a;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-bottom: 20px;
}
.soldet-page .soldet-pdf .btn {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  height: 56px;
  line-height: 56px;
  border-radius: 27px;
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.soldet-page .soldet-pdf .btn img {
  vertical-align: middle;
  margin-right: 10px;
}
.soldet-page .soldet-pdf .right {
  text-align: right;
}
.soldet-page .soldet-related ul {
  margin: -13px;
}
.soldet-page .soldet-related ul li {
  padding: 13px;
  text-align: center;
}
.soldet-page .soldet-related ul li .img-box {
  background: white;
}
.soldet-page .soldet-related ul li p {
  font-size: 18px;
  margin-top: 25px;
}
.soldet-page .soldet-form form ul {
  margin: -11px;
}
.soldet-page .soldet-form form ul li {
  padding: 11px;
}
.soldet-page .soldet-form form ul li label {
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
.soldet-page .soldet-form form ul li label em {
  color: #b72022;
}
.soldet-page .soldet-form form ul li input[type='text'],
.soldet-page .soldet-form form ul li textarea {
  width: 100%;
  height: 36px;
  padding: 0 15px;
  font-size: 17px;
  background: #e8e8e8;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  color:#000;
}
.soldet-page .soldet-form form ul li textarea {
  height: 100px;
  padding: 15px;
}
.soldet-page .soldet-form form ul li.wid-100 {
  width: 100%;
}


.seo_cont {
  padding-bottom: 160px;
}
.seo_cont .seo_news .container .tip_title {
  color: #fff;
}
.seo_cont .seo_news .container .swiper-container {
  margin-top: 40px;
}
.seo_cont .seo_news .container .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.seo_cont .seo_news .container .swiper-container .swiper-wrapper .swiper-slide a:hover {
  color: var(--primary);
}
.seo_cont .seo_news .container .swiper-container .swiper-wrapper .swiper-slide .img {
  height: 300px;
}
.seo_cont .seo_news .container .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.seo_cont .seo_news .container .swiper-container .swiper-wrapper .swiper-slide .title {
  /*margin-top: 50px;*/
  font-size: 20px;
  line-height: 36px;
  min-height: 50px;
  text-transform: capitalize;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.seo_cont .seo_news .container .swiper-container .swiper-wrapper .swiper-slide .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}
.seo_cont .list_cont {
  margin-top: 130px;
}
.seo_cont .list_cont.mt_0 {
  margin-top: 0;
}
.seo_cont .knowledge {
  color: #ffffff;
}
.seo_cont .container .tip_title {
  text-align: center;
  font-size: 40px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  padding-top: 50px;
}
.seo_cont .knowledge .container .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
.prodet-page .init-1 {
  margin-top: 90px;
}

.prodet-page .init-1 {
  margin-top: 90px;
}
.prodet-page .init-1 .container {
  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;
}
.prodet-page .init-1 .container .left {
  width: 40%;
  /*height: 614px;*/
}
.prodet-page .init-1 .container .left a {
  /*height: 100%;*/
  display: block;
  width: 100%;
  background-color: #ffffff;
  /*padding: 40px;*/
}
.prodet-page .init-1 .container .left .box{
  position: relative;
}
.prodet-page .init-1 .container .left .box .tage{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.prodet-page .init-1 .container .left a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .right {
  width: 56%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 36px;
  line-height: 1.4;
}
.prodet-page .init-1 .container .right .auth {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .share_list {
  margin-top: 16px;
}
.prodet-page .init-1 .container .right .share_list a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
.prodet-page .init-1 .container .right .share_list a i {
  margin-right: 4px;
}
.prodet-page .init-1 .container .right .des {
  font-size: 20px;
  line-height: 36px;
  margin-top: 25px;
  max-height: 355px;
    padding-right: 20px;
margin-bottom: 40px;
overflow: auto;
}
.prodet-page .init-1 .container .right .Auxil-through{
  padding-top: 138px;
  text-align: left;
}
.prodet-page .init-1 .container .left .swiper {
  margin-top: 30px;
  overflow: hidden;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 240px;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  /*height: 100%;*/
  background-color: #fff;
  padding: 20px;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-2 {
  margin-top: 60px;
}
.prodet-page .init-2 .container {
  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;
  border: 1px solid #9e9e9e;
}
.prodet-page .init-2 .container .left {
  width: 320px;
  margin-left: -25px;
}
.prodet-page .init-2 .container .left .list {
  padding: 20px 40px;
  border-bottom: 1px solid #9e9e9e;
  position: relative;
  cursor: pointer;
  line-height: 36px;
  font-size: 20px;
}
.prodet-page .init-2 .container .left .list::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  background-color: var(--primary);
  left: -3px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.prodet-page .init-2 .container .left .list:hover::before,
.prodet-page .init-2 .container .left .list.active::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.prodet-page .init-2 .container .right {
  min-height: 530px;
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
  border-left: 1px solid #9e9e9e;
}
.prodet-page .init-2 .container .right .list {
  padding: 40px;
  display: none;
}
.prodet-page .init-2 .container .right .description .des {
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .init-2 .container .right .description .des table tbody{
  min-width: 1600px;
}
.prodet-page .init-2 .container .right .description .des table tr:first-child{
  background: var(--primary);
}
.prodet-page .init-2 .container .right .description .des table tr:nth-child(even){
  background: transparent;
}
.prodet-page .init-2 .container .right .about .content {
  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;
}
.prodet-page .init-2 .container .right .about .content .img {
  width: 40%;
}
.prodet-page .init-2 .container .right .about .content .text_cont {
  width: 54%;
}
.prodet-page .init-2 .container .right .about .content .text_cont .tip {
  font-size: 20px;
  font-weight: 700;
}
.prodet-page .init-2 .container .right .about .content .text_cont .des {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .init-2 .container .right .contact_info .tip {
  font-size: 20px;
}
.prodet-page .init-2 .container .right .contact_info form {
  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: 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;
}
.prodet-page .init-2 .container .right .contact_info form .lists {
  margin-top: 50px;
  width: 50%;
  padding-right: 100px;
}
.prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
  font-size: 22px;
}
.prodet-page .init-2 .container .right .contact_info form .lists input {
  width: 100%;
  padding: 6px 0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
.prodet-page .init-2 .container .right .contact_info form .more {
  padding: 13px 40px;
  margin-top: 50px;
  text-transform: uppercase;
}
.prodet-page .init-3 {
  margin-top: 160px;
}
.prodet-page .init-3 .container .swiper{
  overflow: hidden;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide h3:hover{
  color:#000;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  padding: 40px;
  position: relative;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img  .tage{
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more {
  margin-top: -28px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  background: var(--primary);
  border-color: var(--primary);
  color:#000;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more:hover {
  color:#fff;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 20px;
  margin-top: 12px;
  line-height: 36px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
  color: var(--primary);
}













.sale-page {
  padding-top: 138px;
}
.sale-page .title {
  font-size: 40px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
}
.sale-page .sale-1 {
  padding-bottom: 150px;
}
.sale-page .sale-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.sale-page .sale-1 .top .left {
  width: 46%;
}
.sale-page .sale-1 .top .right {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .top .right .content {
  font-size: 17px;
  line-height: 2;
  color: #666666;
  margin-top: 30px;
}
.sale-page .sale-1 .top .right .content p:not(:last-child) {
  padding-bottom: 25px;
}
.sale-page .sale-1 .center .right {
  width: 46%;
  padding-left: 0;
  padding-right: 60px;
}
.sale-page .sale-1 .center .right .content {
  padding-left: 0;
}
.sale-page .sale-1 .center .left {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .bottom {
  margin-top: 100px;
}
.sale-page .sale-1 .bottom ul {
  margin: -15px;
}
.sale-page .sale-1 .bottom ul li {
  padding: 15px;
}
.sale-page .sale-1 .bottom ul li a {
  display: block;
  -webkit-box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  height: 81px;
}
.sale-page .sale-1 .bottom ul li a img {
  display: block;
  margin: auto;
  max-height: 81px;
  width: auto;
}
.sale-page .sale-2 {
  position: relative;
}
.sale-page .sale-2 .ui.container {
  margin-top: 10%;
}
.sale-page .sale-2 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
}
.sale-page .sale-2 .content .text {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin: 40px 0 90px;
  max-width: 680px;
}
.sale-page .sale-2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-2 .content ul li {
  margin-right: 100px;
}
.sale-page .sale-2 .content ul li h3 {
  font-size: 30px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
}
.sale-page .sale-2 .content ul li p {
  font-size: 30px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
}
.sale-page .sale-2 .content ul li:last-child {
  margin-right: 0;
}
.sale-page .sale-3 {
  padding: 150px 0;
}
.sale-page .sale-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-3 .box .left {
  width: 60%;
  padding-right: 45px;
}
.sale-page .sale-3 .box .left ul {
  margin-top: 90px;
}
.sale-page .sale-3 .box .left ul li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 55px;
}
.sale-page .sale-3 .box .left ul li:last-child {
  margin-bottom: 0;
}
.sale-page .sale-3 .box .left ul li::after {
  content: "01";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 70px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  font-style: italic;
  opacity: 0.27;
  z-index: -1;
}
.sale-page .sale-3 .box .left ul li:nth-child(2)::after {
  content: "02";
  left: 70px;
}
.sale-page .sale-3 .box .left ul li:nth-child(3)::after {
  content: "03";
  left: 140px;
}
.sale-page .sale-3 .box .left ul li:nth-child(4)::after {
  content: "04";
  left: 210px;
}
.sale-page .sale-3 .box .left ul li:nth-child(5)::after {
  content: "05";
  left: 280px;
}
.sale-page .sale-3 .box .left ul li:nth-child(6)::after {
  content: "06";
  left: 350px;
}
.sale-page .sale-3 .box .right {
  width: 40%;
  position: relative;
}
.sale-page .sale-3 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sale-page .sale-3 .box .right .content {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  padding: 0 45px;
  color: white;
}
.sale-page .sale-3 .box .right .content p {
  font-size: 25px;
}
.sale-page .sale-3 .box .right .content a.contact {
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  color: black;
  background-color: white;
  width: 148px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}
.sale-page .sale-3 .box .right .content a.contact:hover {
  background-color: black;
  color: white;
}


.search-page .slideRight ul li{
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.search-page .slideRight .item .right a:hover,
.search-page .slideRight ul li a:hover{
  text-decoration: underline;
}
.search-page .slideRight .item .right a{
  font-size: 16px;
  display: inline-block;
  /*width: 40%;*/
}
.search-page .slideRight .item .right ul li .box{
  display: inline-block;
  width: 48%;
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: #b72022;
  font-size: 28px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid #b72022;
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover {
  background: #b72022;
  color: white;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: #b72022;
  color: white;
}
.inner-page .sideRight {
  width: 100%;
}
.inner-page .sideRight .fenlei {
  color: #b72022;
  line-height: 2;
}
.inner-page .sideRight .content {
  line-height: 2;
}
 
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 18px;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  line-height: 2;
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--base-color2);
}
.productList ul li .box2 a.img {
  display: block;
  margin: 25px 0 20px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--base-color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}


 

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
 
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}
 
.news-page {
  padding: 80px 0;
}
.news-page .sidebar-box {
  -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;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--primary);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--primary);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.news-page .sidebar-box .sidebar-left .inner {
    margin: 0 0 0 auto;
    padding-left: 0;
}
/*.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}*/
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #ededed;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #ededed;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul 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;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
 color:#ededed;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color:#ededed;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--primary));
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    background-color: #412116;
    color: #fff;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.inner-page.news-page h1, .inner-page.news-page h2, .inner-page.news-page h3 {
    font-weight: 700;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 2;
    color: #ededed;
    transition: 0.5s;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
        color: #ededed;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
    font-size: 16px;
      color: #ededed;
    transition: all .5s ease;
    text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    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: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #412116;
    border: 1px solid #412116;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #ededed;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #412116;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #ededed;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    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-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #ededed;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
.history-page{
  padding: 100px 0;
}
.history-page ul li{
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.history-page ul li .title{
    width: 20% !important;
    color: #b72022;
}
.history-page ul li .content{
  width: 80% !important;
  font-size: 18px;
}
.newdet-page .application-img {
  margin: 50px 0;
}
.newdet-page .application-img ul{
  margin: -10px;
}
.newdet-page .application-img ul li{
  padding: 10px;
}
.newdet-page .application-intro b,
.newdet-page .application-intro strong{
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.newdet-page .app-related-pro{
  padding: 50px 0;
}
.newdet-page .app-related-pro ul{
  margin: -10px;
}
.newdet-page .app-related-pro ul li{
  padding: 10px;
}
.newdet-page .app-related-pro ul li p{
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
  padding-left: 20px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
  font-size: 28px;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #522727;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #4e281a none repeat scroll 0 0;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #d3d3d3;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: #b72022;
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}




.environmental-page .environmental-1 {
    padding: 80px 0 120px;
}
.environmental-page .environmental-1 .left {
    vertical-align: bottom;
    width: 60%;
    padding-right: 2%;
}
.environmental-page .environmental-1 .right {
    vertical-align: bottom;
    width: 40%;
}
.environmental-page span.h3 {
    font-size: 36px;
    line-height: 1.4;
    display: block;
    font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}
.environmental-page .environmental-1 .right .text {
    font-size: 14px;
    line-height: 1.8;
    display: block;
    margin: 1em 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  max-height: 14.4em;
}
.nzrthreelist .conlist {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0px auto;
    background: url(/template/en/images/nzrbgx.jpg) no-repeat center top;
    background-size: cover
}

.nzrthreelist .conlist ul li {
    width: 20%;
    height: 620px;
    float: left;
    border-right: #fff 1px solid;
    position: relative
}

.nzrthreelist .conlist ul li a .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .4s ease 0s
}
.nzrthreelist .conlist ul li a .pic img {
    min-height: 100%;
}

.nzrthreelist .conlist ul li a:hover .pic {
    filter: alpha(opacity=100);
    opacity: 1
}

.nzrthreelist .conlist ul li a .pic .img {
    width: 100%;
    height: auto;
    transition: all 1s ease 0s
}

.nzrthreelist .conlist ul li a:hover .pic .img {
    transform: scale(1.1)
}

.nzrthreelist .conlist ul li a .infox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    transition: all .4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10%
}

.nzrthreelist .conlist ul li a .infox .icon {
    width: 140px;
    height: 140px
}

.nzrthreelist .conlist ul li a .infox .icon img {
    max-width: 100%;
    height: auto
}

.nzrthreelist .conlist ul li a .infox .ttx {
    text-align: center;
    font-size: 24px;
    color: #fff
}

@media (max-width: 1024px) {
    .nzrthreelist {
        height: auto;
        overflow: hidden;
        background: #fff
    }

    .nzrthreelist .title {
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        color: #313131;
        font-weight: 700;
        margin-bottom: 20px
    }

    .nzrthreelist .conlist {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto 0px auto;
        background: url(/template/en/images/nzrbgx.jpg) no-repeat center top;
        background-size: cover
    }

    .nzrthreelist .conlist ul li {
        width: 50%;
        height: 320px;
        float: left;
        border-right: #fff 1px solid;
        position: relative
    }

    .nzrthreelist .conlist ul li a .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        transition: all .4s ease 0s
    }

    .nzrthreelist .conlist ul li a:hover .pic {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .nzrthreelist .conlist ul li a .pic .img {
        width: 100%;
        height: auto;
        transition: all 1s ease 0s
    }

    .nzrthreelist .conlist ul li a:hover .pic .img {
        transform: scale(1.1)
    }

    .nzrthreelist .conlist ul li a .infox {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 12;
        transition: all .4s ease 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 10%
    }

    .nzrthreelist .conlist ul li a .infox .icon {
        width: 80px;
        height: 80px
    }

    .nzrthreelist .conlist ul li a .infox .icon img {
        max-width: 100%;
        height: auto
    }

    .nzrthreelist .conlist ul li a .infox .ttx {
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        color: #fff
    }
}
.environmental-page h2.tit2 {
    font-size: 48px;
    font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
    display: block;
}
.environmental-page .environmental-2 {
    padding: 100px 0;
    text-align: center;
}
.environmental-page .environmental-2 .list {
    margin-top: 50px;
}
.environmental-page .environmental-2 .list ul {
    margin: -15px;
}
.environmental-page .environmental-2 .list ul li {
    padding: 15px;
}
.environmental-page .environmental-2 .ui.container {
    max-width: 1290px;
}
.environmental-page .environmental-2 .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0);
}
.environmental-page .environmental-2 .slick-arrow.slick-prev {
    background-image: url('../images/banner-btn-l.png');
    right: 102%;
}
.environmental-page .environmental-2 .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
    left: 102%;
}

.team-page h3 {
    font-size: 36px;
    font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
    margin-bottom: 1em;
    display: block;
    text-align: center;
}
.team-page .team-1 {
    padding: 80px;
}
.team-page .team-1 ul {
    margin: -10px;
}
.team-page .team-1 ul li {
    padding: 10px;
}
.team-2 {
  padding-top: 80px;
    padding-bottom: 80px;
    background: #412116;
}
.team-2 h3{color: #fff; text-align: center; font-size: 46px; font-weight: bold; font-family: 'HelveticaInserat-Roman-SemiBold';}
.team-2 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    background: transparent;
    margin: -1px;
    height: 140px;
    padding: 20px;
}
.team-2 .list
{margin-top: 50px;}





























@media screen and (max-width: 1500px){
  .prodet-page .init-1 .container .left {
    width: 40%;
  }
  .prodet-page .init-1 .container .right {
    width: 56%;
  }

}

@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    
  .prodet-page .init-1 {
    margin-top: 0;
  }
  .prodet-page .init-2 .container .right .about .content .img {
    width: 100%;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px){

.seoIndustry.Auxil-industry {
    display: none;
}


  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    
  .prodet-page .init-1 .container .left {
    width: 100%;
    /*height: 90vw;*/
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prodet-page .init-1 .container .right > div {
    width: 100%;
  }
  .prodet-page .init-1 .container .left .swiper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .share_list {
    width: 100%;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 340px;
  }*/
  .prodet-page .init-2 .container {
    border: none;
  }
  .prodet-page .init-2 .container .left {
    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;
    border: 1px solid #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .prodet-page .init-2 .container .left .list:hover::before,
  .prodet-page .init-2 .container .left .list.active::before {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 25%;
    padding: 20px 15px;
  }
  .prodet-page .init-2 .container .left .list.active {
    background-color: var(--primary);
    color: #fff;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    border: none;
    min-height: 0;
    border: 1px solid #ffffff;
    margin-top: 10px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding: 0;
    width: 100%;
  }
  .prodet-page .init-1 .container .right .Auxil-through{
    padding-top: 60px;
  }
  .prodet-page .init-2 .container .left{
    margin-left: 0;
  }
  .devel-list1 .swiper-div{
    display: none;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .service-page .service-2 .top .text h3, 
  .about-page h2.title {
    padding-top: 0;
  }
  .grid-box.ten{
    display: flex;
    flex-wrap: wrap;
  }
  .grid-box.ten>.column {
    width: 20%;
  }
  .contact-page .contact-1 .ui.container {
    padding: 65px 15px;
  }
}
@media screen and (max-width: 700px){
  .grid-box.ten>.column {
    width: 25%;
  }
.prodet-page .init-1 .container .right .Auxil-through{
    padding-top: 30px;
    line-height: 28px;
  }
   .prodet-page .init-1 .container .right .share_list {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    padding: 10px 20px;
    width: 50%;
    border-bottom: 1px solid var(--white);
  }
  .prodet-page .init-2 .container .right .list {
    padding: 20px;
  }
  .contact-page .contact-1 form input[type='text']{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
 
  .grid-box.ten>.column {
    width: 33.33333333%;
  }
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
    
  .prodet-page .init-1 .container .right .title {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-1 .container .right .auth {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .init-1 .container .right .des {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .prodet-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .left .list {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 0;
  }
  .prodet-page .init-2 .container .left .list:first-child {
    border: none;
  }
  .prodet-page .init-2 .container .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .left .list {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .init-2 .container .right .description .des {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .right .contact_info .tip {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-2 .container .right .contact_info form .more {
    padding: 6px 20px;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .tip {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .des {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1600px) {
   
  .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
  .solution-page .box-list ul li .content h2{
    font-size: 44px;
  }
}
@media screen and (max-width: 1550px){
  #fullpage .i-about{
    padding-bottom: 80px;
  }
  #fullpage .i-product{
    padding-top: 150px;
  }
}
@media screen and (max-width: 1400px) {
    .environmental-page .environmental-2 {
      padding: 60px 0;
    }
   .environmental-page span.h3 {
        font-size: 28px;
    }
    .environmental-page h2.tit2 {
        font-size: 36px;
    }
    .environmental-page .environmental-1 {
        padding: 80px 0;
    }
    .nzrthreelist .conlist ul li a .infox .icon {
        width: 100px;
        height: 100px;
    }
    .nzrthreelist .conlist ul li a .infox .ttx {
        font-size: 20px;
    }
    .nzrthreelist .conlist ul li {
        height: 400px;
    }
  .service-page .service-2 .top .text h3,
  .about-page h2.title {
    font-size: 34px;
    padding-top: 80px;
  }
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }
  .inner-page .ui.container {
    max-width: 1218px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
  .advantages-page ul li {
    margin-bottom: 90px;
  }
  .sale-page .sale-2 .ui.container {
    margin-top: 12%;
  }
   
}
@media screen and (max-width: 1200px) {
   
  .history-page ul li .title h5{
    font-size: 30px;
  }
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .advantages-page ul li .text h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .advantages-page ul li .text .content {
    font-size: 22px;
    line-height: 36px;
  }
  .sale-page .title {
    font-size: 32px;
  }
  .sale-page .sale-2 .content .text {
    margin: 40px 0 50px;
  }
  .solution-page .solution-1 h1 {
    font-size: 30px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 46px;
  }
  .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
   
   
}
@media screen and (max-width: 1250px){
   .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .environmental-page .environmental-1 .left {
      width: 100%;
      padding-right: 0;
  }
  .environmental-page .environmental-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .inner-page.news-page .sidebar-box .sidebar-left,
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight{
    width: 100%;
  }
   
  .history-page ul li .content,
  .history-page ul li .title{
    width: 100% !important;
  }
   
  .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
  .advantages-page ul li:nth-child(2n) .text {
    padding-left: 30px;
  }
  .advantages-page ul li .text {
    padding-right: 30px;
  }
  .sale-page .sale-1 .top .left {
    display: none;
  }
  .sale-page .sale-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .sale-page .sale-2 .content .text {
    margin: 15px 0 24px;
    max-width: 100%;
  }
  .sale-page .sale-2 .content ul li {
    margin-right: 60px;
  }
  .sale-page .sale-2 .content ul li h3,
  .sale-page .sale-2 .content ul li p {
    font-size: 26px;
  }
  .sale-page .sale-3 {
    padding: 95px 0;
  }
  .sale-page .sale-3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale-page .sale-3 .box .left {
    width: 100%;
  }
  .sale-page .sale-3 .box .right {
    /*display: none;*/
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .sale-page .sale-3 .box .right > img{
    object-fit: cover;
  }
  .sale-page .sale-3 .box .right .content{
    padding: 0 15px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 35px;
  }
  .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    display: none;
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }

  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
   
   .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
     font-size: 20px;
   }
   .newdet-page .sidebar-box .sidebar-right .newdet-content{
     padding-right: 0;
   }
  .about-page h2.title {
    font-size: 28px;
  }
   
  .news-page .newsList{
    padding-right: 0;
  }
  .about-page .about-2 .top .play {
    width: 80px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 22px;
    margin-left: 15px;
  }
  .about-page .about-2 .bottom .ui.container a.right {
    height: 45px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .left .content {
    margin-top: 15px;
  }
  .about-page .about-5 {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .advantages-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages-page ul li .text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important;
  }
  .advantages-page ul li .img {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .advantages-page ul li .text .content {
    font-size: 18px;
    line-height: 30px;
  }
  .solution-page,
  .sale-page,
  .advantages-page {
    padding-top: 51px;
  }
  .sale-page {
    margin-top: 40px;
  }
  .sale-page .sale-1 {
    padding-bottom: 56px;
  }
  .sale-page .sale-2 {
    display: none;
  }
  .solution-page .solution-1 h1 {
    font-size: 26px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 26px;
  }
  .solution-page .solution-1 .content {
    line-height: 34px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 34px;
  }
  .service-page .service-1 ul li {
    width: 100% !important;
  }
  .service-page .service-3 .text {
    margin: -20px;
  }
  .service-page .service-3 .text .column {
    width: 100%;
    padding: 20px;
  }
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 30px;
  }
  .service-page .service-2 .top .text h3 {
    font-size: 24px;
    line-height: 2;
  }
   
   
   
  .contact-page .title,
  .newdet-page .newdet-2 h2 {
    font-size: 34px;
  }
  .newdet-page {
    padding: 56px 0 80px;
  }
   
  .contact-page .contact-2 .left .content ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left .content ul li.add {
    width: 100%;
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-2 {
    padding: 50px 0;
  }

  .service-page .service-4 ul li .box .column{
    width: 100%;
  }
  .service-page .service-4 ul li .box .column:nth-child(1) img{
    width: 100%;
  }
  .service-page .service-4 ul li .box .content{
    padding: 30px 0;
  }
   
  .m-link{
    font-size: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-link .next{
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
  .sale-page .sale-1 .top .right{
    padding-right: 0;
  }
}

@media screen and (max-width: 630px){
   
}
@media screen and (max-width: 500px) {
  .font-36 {
    font-size: 24px;
    line-height: 2;
  }
  .gallery-page ul{
    margin: 0;
  }
   
  .newdet-page .newdet-1 h1{
    font-size: 20px;
  }
  .sale-page .title{
    text-align: center;
  }
  .about-page .about-3 .left{
    padding-right: 0;
  }
  .sale-page .sale-1 .bottom{
    margin-top: 45px;
  }
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p{
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .right{
    max-height: 390px;
    overflow: auto;
  }
   
  .about-page .about-4 .content .box,
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text{
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3{
    font-size: 18px;
  }
  .sale-page .sale-3 .box .left ul {
    margin-top: 30px;
  }
  .sale-page .sale-3 .box .left ul li{
    margin-bottom: 30px;
  }
  .about-page .about-4 .tab{
    margin-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 70px 0 40px;
  }
  .about-page h2.title {
    font-size: 20px;
    line-height: 2;
  }
  .about-page .about-6 {
    padding-top: 10px;
  }
  .advantages-page ul li .text h3 {
    font-size: 24px;
  }
   
  .sale-page .sale-3 .box .left {
    padding-right: 0;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(4)::after {
    left: 70px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(5)::after {
    left: 0px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(6)::after {
    left: 70px;
  }
  .sale-page .sale-3 {
    padding: 44px 0;
  }
  .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }
  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content{
    line-height: 2;
  }
  .sale-page .title,
  .service-page .service-3 h2, 
  .service-page .service-4 h2 {
    font-size: 24px;
  }
  .solution-page .box-list ul li > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 22px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 24px;
  }
  
  .sale-page .sale-3 .box .right .content p,
  .newdet-page .newdet-1 .content,
  .sale-page .sale-3 .box .left ul li,
  .sale-page .sale-1 .top .right .content{
    font-size: 16px;
    line-height: 2;
  }
  .sale-page .sale-3 .box .right .content a.contact{
    height: 42px;
    line-height: 42px;
  }
   
  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }
   
  .contact-page .title, .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }

  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input{
    font-size: 18px;
  }
  .contact-page .contact-2 .left{
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
  .about-page .about-2 .bottom .ui.container .right,
  #footer .wrap .left .bottom .f-footer ul{
    display: none;
  }
  
  .soldet-page{
    padding-top: 60px;
  }
 
   
  .about-page h2.title{
    padding-bottom: 0;
  }
  .solution-page .solution-1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-page .solution-1 ul li{
    width: 33%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
  }
  .sale-page .sale-3 .box .right h2{
    text-align: left;
  }
  
  .about-page .about-2 .bottom{
    padding: 16px 0 5px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
    padding: 30px 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content{
    flex-wrap: wrap;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  
}

.xinwnebt{
    font-size: 18px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    display: inline-block;
  }
  .xinwennr{
    font-size: 16px;
    line-height: 2;
  }
  .shouyehl h1{
   display: inline;
  }
  .dhkintlhide{
    font-size: 30px;
    font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
    font-style: italic;
    line-height: 2;
    margin-bottom:150px;
    margin-top: -120px;
  }
  .tgbhyjukm{
    font-size: 16px;
    line-height: 2;
  }
  .tgbhyjukm span{
   font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  }

.pro3-page ul.list-box li.cat-one.active{
  display: block;
}
.pro3-page .dhkintlhide {
  margin-bottom: 75px;
  margin-top: -80px;
}
.dhkintslhide{
  font-size: 14px;
  line-height: 2;
}

.project-page{
  padding: 100px 0;
}
.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}

.seoPublic{
  color: #fff;
}
.seoPublic .title {
    font-size: 32px;
    font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
    line-height: 1.4;
    margin-bottom: 2em;
    
}

.seoPublic > div {
    padding: 60px 0;
}


.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 div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
    position: relative;
}
.seoPublic .Auxil-honor .list ul .slick-arrow{
  width:60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color:transparent;
  font-size: 20px;
  z-index: 15;
}
.seoPublic .Auxil-honor .list ul .slick-next{
  right: -100px;
}
.seoPublic .Auxil-honor .list ul .slick-prev{
  left: -100px;
}
.seoPublic .Auxil-honor .list ul .slick-prev::before{
  content: "\f104";
  color:#fff;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.seoPublic .Auxil-honor .list ul .slick-next::before{
  content: "\f105";
  font-family: "FontAwesome";
  color:#fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.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 div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #b72022;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #b72022;
    color: #b72022;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input[type='text'],
.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;
    border-radius: 10px;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input[type='text']:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #b72022;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

/*.seoPublic .Auxil-form .form ul li input[type='text'][type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #b72022;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type='text'][type="submit"]:hover {
    background: #222;
}*/

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #faf7f7;
}

.seoPublic .text a {
    color: inherit;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #b72022;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #b72022;
}

.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 #b72022;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #b72022;
}

.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: #b72022;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input[type='text'],
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
        padding: 8px 10px;
        background: #b72022;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.contact-page.pro{
  padding-top: 0;
}


@media screen and (max-width: 1000px){
  .gallery-page ul.seven li{
    width: 20% !important;
  }
}
@media screen and (max-width: 700px){
  .gallery-page ul.seven li{
    width: 25% !important;
  }
}
@media screen and (max-width: 500px){
  .gallery-page ul.seven li{
    width: 33% !important;
  }
  .gallery-page {
    padding: 50px 0 65px;
  }
}





.video-page .container .cat_list_cont .list {
  background-color: #005bac;
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  border-right: 1px solid #d9d9d9;
}
.video-page .container .cat_list_cont .list:hover {
  background-color: #2a2a2a;
}
.video-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}
.video-page .container .content ul {
  margin: 20px -15px 0 -15px;
}
.video-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.video-page .container .content ul li {
  margin-top: 70px;
  padding: 0 15px;
}
.video-page .container .content ul li .box a {
  display: block;
}
.video-page .container .content ul li .box a:hover {
  color: #005bac;
}
.video-page .container .content ul li .box .img {
  height: 300px;
}
.video-page .container .content ul li .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.video-page .container .content ul li .box .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-page .container .content ul li .box .img .play i {
  margin-left: 6px;
}
.video-page .container .content ul li .box .time {
  margin-top: 16px;
  color: #fff;
}
.video-page .container .content ul li .box .title {
  color: #fff;
  font-family: 'HelveticaInserat-Roman-SemiBold';    font-kerning: none;
  margin-top: 10px;
  line-height: 2;
}
.video-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 2;
}
.video-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #999999;
  text-transform: uppercase;
  font-style: italic;
}
.video-page .container .content ul li .box .more_c a:hover {
  color: #005bac;
  -webkit-text-decoration-color: #005bac;
  -moz-text-decoration-color: #005bac;
  text-decoration-color: #005bac;
}
@media (max-width: 1250px) {
  .video-page .container .content ul li .box .img {
    height: 220px;
  }
  .video-page.container .cat_list_cont {
    display: none;
  }
}
@media (max-width: 1000px) {
  .video-page .container .content ul li {
    text-align: center;
  }
  .video-page .container .content ul li .box .img {
    height: 158px;
  }
}
@media (max-width: 700px) {
  .video-page .container .cat_list_cont .list {
    width: 33.3%;
  }
  .video-page .container .content ul li .box .img {
    height: 34vw;
  }
}
@media (max-width: 500px) {
  .video-page .container .content ul li {
    margin-top: 40px;
  }
  .video-page .container .content ul li .box .img {
    height: 60vw;
  }
  .video-page .container .content ul li .box .des {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }
  .video-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }
}

  .contact-page .ui.container{max-width: 1349px;}