@font-face {
  font-family: 'AGE';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AGE';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.page-header01{
  background: #fff;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #231815;
}
.mobile-menu-wrap01 .mobile-menu .menu-header .logo{
  background-color: rgba(214, 214, 214, 0.3);
  padding: 15px;
  border-radius: 10px;
}
#innerMobileBanner .banner2{
  background: var(--color);
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'AGE';
  max-width: 1920px;
  --color: #ed6d00;
  --color1: #f9f5ed;
  --color2: #ff7500;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.index-subtitle {
  color: #959291;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 11px;
  padding-bottom: 10px;
  border-radius: 25px;
}
.public-btn span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn i {
  font-size: 20px;
  width: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.public-btn:focus{
  background-color: var(--color);
}
.public-btn:hover span {
  margin-right: 10px;
}
.public-btn:hover i {
  width: 20px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
}
#header.inner,
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  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: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 101px;
}
#header .nav .ui.menu .logo .logo-line {
  background-color: #c8b59d;
  opacity: 0.25;
  width: 4px;
  height: 26px;
}
#header .nav .ui.menu .logo a:last-child {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-left: 40px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  display: block;
  width: 23px;
  height: 17px;
  position: absolute;
  left: -3px;
  top: 42%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background: url(../images/h-link.png) no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color2);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color2);
}
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  margin-left: 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: 14px;
  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 {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  color: #ffffff;
  border-radius: 26px;
  border: 2px solid var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: transparent;
  color: var(--color);
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 17px;
}
#header .nav .ui.menu .items .h-language>img {
  display: inline-block;
  vertical-align: middle;
  max-width: 27px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  /*opacity: 0;*/
  -webkit-transition: opacity 0.3s,
              -webkit-transform 0.3s;
  transition: opacity 0.3s,
              -webkit-transform 0.3s;
  -moz-transition: transform 0.3s,
              opacity 0.3s,
              -moz-transform 0.3s;
  transition: transform 0.3s,
              opacity 0.3s;
  transition: transform 0.3s,
              opacity 0.3s,
              -webkit-transform 0.3s,
              -moz-transform 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 .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  transition: .3s;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li,
#header .nav .ui.menu .menu-box ul.menu > li {
  color: #231815;
}
#header .nav .ui.menu .items .h-language i,
#header .nav .ui.menu .items .h-language i {
  color: #231815;
}
#header .nav .ui.menu .items .h-search img,
#header .nav .ui.menu .items .h-search img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #231815;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -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;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 14.2%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 668px;
}
#banner .banner-slick li .content .text-box p {
  max-width: 645px;
  opacity: 0.7;
  line-height: 1.66666667;
}
#index-body .advantage .container ul.advantage-slick li .box .icon {
  width: 80px;
  height: 81px;
  background-color: #faf8f4;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .container ul.advantage-slick li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .container ul.advantage-slick li .box hr {
  background-color: #231815;
  opacity: 0.2;
}
#index-body .advantage .container ul.advantage-slick li .box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .container ul.advantage-slick li .box .intro {
  color: #959291;
  line-height: 1.75;
}
#index-body .advantage .container ul.advantage-slick li .box:hover .icon {
  background-color: var(--color);
}
#index-body .advantage .container ul.advantage-slick li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .container ul.advantage-slick li .box:hover .title {
  color: var(--color);
}

#index-body .i-category .wrap {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category .wrap .left {
  width: 50%;
}
#index-body .i-category .wrap .left ul li {
  height: 100vh;
}
#index-body .i-category .wrap .left ul li .txt {
  color: #231815;
  opacity: 0.6;
  line-height: 1.625;
}
#index-body .i-category .wrap .left ul li .public-btn span{
  padding-right: 10px;
}
#index-body .i-category .wrap .left ul li .public-btn i {
  width: auto;
}
#index-body .i-category .wrap .right {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}
#index-body .i-category .wrap .right ul li {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
#index-body .i-category .wrap .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-category .wrap .right ul li:nth-child(1) {
  z-index: 10;
}
#index-body .i-category .wrap .right ul li:nth-child(2) {
  z-index: 9;
}
#index-body .i-category .wrap .right ul li:nth-child(3) {
  z-index: 8;
}
#index-body .i-category .wrap .right ul li:nth-child(4) {
  z-index: 7;
}
#index-body .i-category .wrap .right ul li:nth-child(5) {
  z-index: 6;
}
#index-body .i-category .wrap .right ul li:nth-child(6) {
  z-index: 5;
}
#index-body .i-category .wrap .right ul li:nth-child(7) {
  z-index: 4;
}
#index-body .i-category .wrap .right ul li:nth-child(8) {
  z-index: 3;
}
#index-body .i-category .wrap .right ul li:nth-child(9) {
  z-index: 2;
}
#index-body .i-category .wrap .right ul li:nth-child(10) {
  z-index: 1;
}
#index-body .product .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .product .product-slick {
  border-top: 1px solid rgba(35, 24, 21, 0.1);
}
#index-body .product .product-slick li .slide-box {
  border-bottom: 1px solid rgba(35, 24, 21, 0.1);
  border-left: 1px solid rgba(35, 24, 21, 0.1);
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #959291;
  left: 0;
  right: 0;
  bottom: 0;
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box .box1 {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .box1 .title1 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
}
#index-body .product .product-slick li .slide-box .box1 .title1 i {
  font-size: 28px;
  line-height: 1.2;
}
#index-body .product .product-slick li .slide-box:hover .box1 {
  opacity: 1;
}
#index-body .about {
  position: relative;
  background-color: var(--color1);
}
#index-body .about .content {
  background-color: #ffffff;
}
#index-body .about .left .public-title {
  max-width: 550px;
  line-height: 1.4;
}
#index-body .about .left .intro {
  max-width: 663px;
  font-weight: 300;
  color: #959291;
  line-height: 1.875;
}
#index-body .about .number-Plus li .data-right .top {
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .news {
  background-color: var(--color1);
}
#index-body .news .news-slick li .slide-box {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .news .news-slick li .slide-box .img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news .news-slick li .slide-box .date {
  color: rgba(242, 244, 237, 0.4);
  border-bottom: 1px solid rgba(214, 214, 214, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title {
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}
#index-body .news .news-slick li .slide-box hr {
  background-color: rgba(214, 214, 214, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .intro {
  color: #ffffff;
  opacity: 0.5;
  line-height: 1.75;
}
#index-body .news .news-slick li .slide-box:hover .img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .news .news-slick li .slide-box:hover .date {
  color: #f2f4ed;
  border-bottom: 1px solid rgba(214, 214, 214, 0.2);
}
#index-body .news .news-slick li .slide-box:hover .title {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box:hover hr {
  background-color: rgba(214, 214, 214, 0.2);
}
#index-body .index-form form {
  max-width: 918px;
}
#index-body .index-form .form-list li {
  position: relative;
}
#index-body .index-form .form-list li input:focus + .input-text,
#index-body .index-form .form-list li textarea:focus + .input-text {
  display: none;
}
#index-body .index-form .form-list li .input-text {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
#index-body .index-form .form-list li .input-text i {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .index-form .form-list li .input-text span {
  color: var(--color);
  line-height: 1.2;
}
#index-body .index-form .form-list li input,
#index-body .index-form .form-list li textarea {
  background: none;
  border: none;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  height: 46px;
}
#index-body .index-form .form-list li input::-webkit-input-placeholder, #index-body .index-form .form-list li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .index-form .form-list li input:-moz-placeholder, #index-body .index-form .form-list li textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .index-form .form-list li input::-moz-placeholder, #index-body .index-form .form-list li textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .index-form .form-list li input:-ms-input-placeholder, #index-body .index-form .form-list li textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .index-form .form-list li input::placeholder,
#index-body .index-form .form-list li textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .index-form .form-list li:last-child {
  right: 0;
  bottom: 0;
  position: absolute;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat right bottom / cover;
  color: white;
}
#footer .h5 {
  text-decoration: underline;
}
#footer .one hr {
  background-color: rgba(255, 255, 255, 0.3);
}
#footer .two {
  max-width: 360px;
}
#footer .two .h5 {
  text-underline-offset: 3px;
  transition: .3s;
  opacity: .7;
  cursor: pointer;
}
#footer .two .h5:hover{
  opacity: 1;
}
#footer .two p {
  line-height: 1.625;
  opacity: .7;
  transition: .3s;
}
#footer .two p:hover{
 opacity: 1;
}
#footer .three li {
  line-height: 2.3125;
}
#footer .four li {
  line-height: 2.3125;
}
#footer .three li,
#footer .four li {
  padding-right: 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#footer .three li::after,
#footer .four li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 17px;
  background: url(../images/f-link-icon.png) no-repeat center center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .three li:hover a,
#footer .four li:hover a {
  opacity: 1;
  -webkit-transform: translate(33px);
  -moz-transform: translate(33px);
  -ms-transform: translate(33px);
  transform: translate(33px);
}
#footer .three li:hover::after,
#footer .four li:hover::after {
  opacity: 1;
}
#footer .three li a,
#footer .four li a {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
#footer li {
  margin-bottom: 3px;
}
#footer #ewm {
  width: 131px;
  height: 131px;
  border: 8px solid white;
}
#footer .share {
  font-size: 20px;
}
#footer .share a {
  margin-right: 8px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .share a:hover {
  opacity: 1;
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .f-copy .company-link {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .company-link:hover {
  opacity: 1;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
#footer .f-copy svg:hover {
  opacity: 1;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
@media screen and (max-width: 1250px) {
  #index-body .i-category .wrap .txt {
    margin-bottom: 20px;
  }
  #index-body .i-category .wrap .img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-category .wrap .right {
    display: none;
  }
  #index-body .i-category .wrap .left {
    width: 100%;
  }
  #index-body .i-category .wrap .left ul li {
    height: auto;
  }
  #index-body .i-category {
    overflow: hidden;
  }
  #index-body .i-category .wrap .left ul li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-category .wrap .left {
    padding: 0;
  }
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .items .h-search {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #header .nav .ui.menu .logo {
    width: 100%;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 0;
  }
  #header .nav .ui.menu .items .h-language i {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
    margin-left: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li::after {
    width: 16px;
    left: -3px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .about .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .content .left {
    width: 100%;
  }
  #index-body .about .content .right {
    width: 100%;
  }
  #footer .container .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .public-btn {
    padding-top: 6px;
    padding-bottom: 5px;
  }
  #banner .banner-slick li .content .text-box h2 {
    margin-bottom: 15px;
  }
  #banner .banner-slick li .content .text-box p {
    display: none;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 15px;
  }
  #index-body .advantage .container ul.advantage-slick li .box .icon {
    zoom: .7;
  }
  #index-body .index-form .form-list li {
    width: 100%;
  }
  #index-body .index-form .form-list li:last-child {
    width: auto;
  }
  #footer .container .wrap .two {
    margin-left: 0;
  }
  #footer .two {
    max-width: unset;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.prodet-page .prodet-5 .content {
  margin-top: 60px;
}
.prodet-page .prodet-5 .left .tit {
  font-size: 26px;
  font-weight: 800;
}
.prodet-page .prodet-5 .left .txt {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  font-weight: 300;
}
.prodet-page .prodet-5 .left {
  width: 30%;
}
.prodet-page .prodet-5 .right {
  width: 70%;
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-5 .left .txt {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-5 .left {
    width: 100%;
  }
  .prodet-page .prodet-5 .right {
    width: 100%;
  }
  .prodet-page .prodet-5 .grid-box.four > .column {
    width: 25%;
  }
  .prodet-page .prodet-5 .right {
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-5 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-5 .left .tit {
    font-size: 20px;
  }
}
/*内页*/
.grid-box {
  font-size: 0;
}
.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two>.column {
  width: 50%;
}
.grid-box.three>.column {
  width: 33.33333%;
}
.grid-box.four>.column {
  width: 25%;
}
.grid-box.five>.column {
  width: 20%;
}
.grid-box.six>.column {
  width: 16.6666667%;
}
.grid-box.seven>.column {
  width: 14.285714%;
}
.grid-box.eight>.column {
  width: 12.55%;
}
.grid-box.nine>.column {
  width: 11.11111111%;
}
.grid-box.ten>.column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .phone_hide{
    display: none !important;
  }
  .grid-box.two>.column {
    width: 50%;
  }
  .grid-box.three>.column {
    width: 33.33333%;
  }
  .grid-box.four>.column {
    width: 33.33333%;
  }
  .grid-box.five>.column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%;
  }
  .grid-box.three>.column {
    width: 50%;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%;
  }
  .grid-box.three>.column {
    width: 100%;
  }
  .grid-box.four>.column {
    width: 100%;
  }
  .grid-box.five>.column {
    width: 100%;
  }
}
.fam-Montserrat-Bold{
  font-weight: bold;
}
.f-color {
    color: var(--color);
}
.color-ff {
    color: #fff;
}
.color-66 {
    color: #959291;
}
.color-33 {
    color: #333333;
}
.color-14 {
    color: #141414;
}
.img-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.t_l {
    transition: all 0.5s;
}
body{
  font-size: 16px;
}
.mk-desc {
    color: #959291;
    line-height: 1.4;
    font-size: 16px;
}
.mk-desc.white {
    color: #fff;
}
.mk-tt {
    line-height: 1.2;
    color: #141414;
}
.mk-tt.white {
    color: #fff;
}
.pt-250 {
    padding-top: 250px;
}
@media screen and (max-width: 1250px) {
    .pt-250{
        padding-top: 100px;
    }
}
.zdy-switch>div {
    position: static;
    width: 50px;
    height: 50px;
    background-color: rgba(237, 237, 237, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.5s;
}
.zdy-switch>div::after {
    font-size: 16px;
    color: #b2b2b2;
    transition: all 0.5s;
}
.zdy-switch>div:hover {
    background-color: var(--color);
}
.zdy-switch>div:hover::after {
    color: #fff;
}
.zdy-switch.grey>div {
    background-color: #ededed;
}
.zdy-switch.grey>div:hover {
    background-color: var(--color);
}
.zdy-point {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zdy-point .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    border: 1px solid transparent;
    background-color: transparent;
}
.zdy-point .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #dbdad7;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 2px;
}
.zdy-point .swiper-pagination-bullet-active {
    border-color: var(--color);
}
.zdy-point .swiper-pagination-bullet-active::after {
    background-color: var(--color);
}
.tt-ico.white {
    filter: brightness(0) invert(1);
}
.inner-banner {
    margin-top: 120px;
    overflow: hidden;
}
.inner-banner .con {
    padding-left: 90px;
}

.inner-banner img.ban {
    position: absolute;
    left: 0;
    top: 10px;
}
.inner-banner .mbx {
    color: #666565;
}
.inner-banner .mbx span {
    color: var(--color);
}
.inner-banner .con .line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #b1b2b2;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
/*=========== about page start===========*/
.about-page .about-1 .about-img img {
    border-radius: 10px;
}
.about-page .about-1 .about-txt {
    background-color: #f9f5ed;
    border-radius: 10px;
    width: 85%;
    margin: -5% auto 0;
    position: relative;
    z-index: 1;

}
.about-page .about-1 .about-txt .desc {
    color: #959291;
    line-height: 1.7;
    overflow-y: auto;
    height: 300px;
}
.about-page .about-2 {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper{
    padding: 60px 0;
    margin: 0 150px;
}
.about-page .about-2 .mk-tt{ 
    color: #fff;
}
.about-page .about-2 .swiper .h6{
    line-height: 2;
    color: #fff;
}
.about-page .about-2 .swiper .text{
    line-height: 2;
    padding-right: 20px;
    color: #fff;
}  
.about-page .about-2 .swiper .swiper-wrapper{
    align-items: flex-end;
}  

.about-page .about-2 .swiper .swiper-slide .box{
    position: relative;
}
.about-page .about-2 .swiper .swiper-slide .box .line{
    display: block;
    height: 1px;
    background: #dcdcdc;
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
}
.about-page .about-2 .swiper .swiper-slide .box .line:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    -webkit-transition: 6.5s linear;
    -moz-transition: 6.5s linear;
    transition: 6.5s linear;
}
.about-page .about-2 .swiper .swiper-slide .box .line i{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .swiper .swiper-slide .box .line i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
    width: 100%
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
    left: 3px;
    background-color: var(--color)
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
    opacity: .5
}

.about-page .about-2 .zdy-switch>div{
    position: absolute;
    margin-top: -25px;
    background-color: #fff;
}
.about-page .about-2 .zdy-switch>div:hover{
    background-color: var(--color);
}
.about-page .about-3 .brands-list ul li .box {
    background-color: #f9f5ed;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box .txtbox .desc {
    height: 158px;
    overflow-y: auto;
    line-height: 1.7;
    transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box:hover {
    background-color: var(--color);
}

.about-page .about-3 .brands-list ul li .box:hover .tt {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
    background-color: #231815;
}

.about-page .about-4 {
    background-color: #f9f5ed;
}

.about-page .about-4 .list {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 20% 2.5%;
}

.about-page .about-4 .list ul li {
    padding-top: 130px;
    transition: all 0.5s;
}

.about-page .about-4 .list ul li .box {
    transform-origin: bottom;
    transition: all 0.5s;
}

.about-page .about-4 .list ul li.swiper-slide {
    opacity: 0;
}

.about-page .about-4 .list ul li.swiper-slide-prev .box {
    transform: scale(1.2) translateX(-20px);
}

.about-page .about-4 .list ul li.swiper-slide-next {
    z-index: 9;
}

.about-page .about-4 .list ul li.swiper-slide-next .box {
    transform: scale(1.2) translateX(20px);
}

.about-page .about-4 .list ul li.swiper-slide-active {
    z-index: 10;
}

.about-page .about-4 .list ul li.swiper-slide-active .box {
    transform: scale(1.4);
}

.about-page .about-4 .list .zdy-switch>div {
    position: absolute;
    background-color: #ededed;
}

.about-page .about-4 .list .zdy-switch>div:hover {
    background-color: var(--color);
}

.about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
    left: 13%;
}

.about-page .about-4 .list .zdy-switch>div.swiper-button-next {
    right: 13%;
}

@media (max-width: 1450px) {
    .about-page .about-4 .list {
        padding: 0 10% 2.5%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
        left: 2%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-next {
        right: 2%;
    }
}

@media (max-width: 1250px) {
    .about-page .about-2 .swiper .swiper-slide::after{
        height: 150px;
    }
    .about-page .about-3 .brands-list ul li .box {
        padding: 20px 15px;
    }

    .about-page .about-4 .list {
        padding: 0 0 2.5%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
        left: -9%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-next {
        right: -9%;
    }

    .about-page .about-4 .list ul li.swiper-slide-prev .box {
        transform: none;
    }

    .about-page .about-4 .list ul li.swiper-slide-next .box {
        transform: none;
    }

    .about-page .about-4 .list ul li.swiper-slide-active .box {
        transform: scale(1.2);
    }

    .about-page .about-4 .list ul li {
        padding-top: 70px;
    }
}

@media (max-width: 1000px) {
    .about-page .about-1 .about-txt {
        width: 100%;
        margin-top: 5%;
    }
    .about-page .about-2 .swiper {
        padding: 30px 0;margin: 0 66px;
    }
    .about-page .about-2 .swiper .swiper-slide .box {
        padding: 0 10px;
    }
}

@media (max-width: 700px) {
    .about-page .about-1 .about-img img {
        height: 360px;
        object-fit: cover;
    }
    .about-page .about-2 .swiper {
        padding: 20px 0;
        margin-left: 0;
        margin-right: 0;
    }
    .about-page .about-2 .banbox .swiper-button-next, 
    .about-page .about-2 .banbox .swiper-button-prev{
      display: none;
    }
    .about-page .about-4 .list {
        background-image: none !important;
    }

    .about-page .about-4 .list .zdy-switch {
        display: none;
    }

    .about-page .about-4 .list ul li.swiper-slide-active .box {
        transform: none;
    }

    .about-page .about-4 .list ul li {
        padding-top: 0;
    }
}
/*=========== sustanibility-page start===========*/
.sustanibility-page .sustanibility-1 .img-box {
    border-radius: 10px;
    overflow: hidden;
}

.sustanibility-page .sustanibility-1 .img-box img {
    min-height: 300px;
    object-fit: cover;
}

.sustanibility-page .sustanibility-2 .what {
    background-color: #f9f5ed;
    border-radius: 10px;
}

.sustanibility-page .sustanibility-2 .what .mk-tt {
    color: #333333;
}

.sustanibility-page .sustanibility-2 .what .left {
    width: 30%;
    padding-left: 5%;
}

.sustanibility-page .sustanibility-2 .what .right {
    width: 70%;
    padding-left: 5%;
    padding-right: 5%;
}

.sustanibility-page .sustanibility-2 .what .right ul li {
    padding: 5px 0;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 25px 35px 20px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li .box p {
    width: 100%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 25px 35px 40px;
    line-height: 1.7;
    display: none;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box {
    background-color: var(--color);
    border-radius: 10px;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .tt {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .content {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box span.ico img {
    filter: brightness(0) invert(1);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box i {
    color: #fff;
    transform: rotate(90deg);
}

.sustanibility-page .sustanibility-3 .zs-list ul {
    margin: 0 -20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 50%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
    position: relative;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .imgbox img {
    border-radius: 10px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
    width: 100%;
    object-fit: cover;
}


.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
    opacity: 0.8;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
    opacity: 1;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
    opacity: 0;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
    opacity: 0;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
    opacity: 1;
}

@media (max-width: 1250px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 20px 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 20px 15px;
    }
}

@media (max-width: 1000px) {
    .sustanibility-page .sustanibility-2 .what .left {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 5%;
    }

    .sustanibility-page .sustanibility-3 .zs-list ul li {
        width: 100%;
        padding: 10px 20px;
    }
}

@media (max-width: 700px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 10px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
        zoom: 0.85;
    }
}
/*=========== sustanibility-page end===========*/
/*=========== cnas-page start===========*/
.cnas-page .cnas-1 .left {
    width: 50%;
}

.cnas-page .cnas-1 .right {
    width: 50%;
    padding-left: 9%;
}

.cnas-page .cnas-2 {
    background-color: #f9f5ed;
}

.cnas-page .cnas-2 .mk-desc {
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.cnas-page .cnas-2 .brands-list ul li .box {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.5s;
}

.cnas-page .cnas-2 .brands-list ul li .box:hover {
    background-color: var(--color);
}

.cnas-page .cnas-2 .brands-list ul li .box:hover .tt {
    color: #fff;
}
@media (max-width: 1000px) {
    .cnas-page .cnas-1 .left {
        width: 100%;
    }

    .cnas-page .cnas-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }
}
/*=========== cnas-page end===========*/
/*=========== oem-page start===========*/
.oem-page .oem-1 .mk-tt {
    line-height: 1.5;
}

.oem-page .oem-1 .mk-desc {
    max-width: 77%;
    margin-left: auto;
    margin-right: auto;
}

.oem-page .oem-1 .zs-list {
    position: relative;
}

.oem-page .oem-1 .zs-list .imgbox {
    border-radius: 10px;
    overflow: hidden;
}

.oem-page .oem-1 .zs-list .imgbox img {
    min-height: 300px;
    object-fit: cover;
}

.oem-page .oem-1 .zs-list ul {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 0;
    width: 100%;
    background-color: rgba(237,109,0,.7);
    border-radius: 0 0 20px 20px;
}

.oem-page .oem-1 .zs-list ul li {
    padding: 0 75px;
}

.oem-page .oem-2 .strength-list ul li {
    margin-top: 70px;
}

.oem-page .oem-2 .strength-list ul li .box .img-box {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
}

.oem-page .oem-2 .strength-list ul li .box .img-box img {
    border-radius: 10px;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox {
    background-color: #f9f5ed;
    border-radius: 10px;
    width: calc(55% + 40px);
    margin-left: -40px;
    padding: 90px 6%;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.2;
    color: #333333;
}

.oem-page .oem-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    max-height: 80px;
    overflow-y: auto;
}

.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}
.oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
}
.oem-page .oem-3 .laboratory-list ul li .box .img-box {
    border-radius: 10px;
    overflow: hidden;
}
.oem-page .oem-4 .mk-desc {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.oem-page .oem-4 .partner-list ul {
    margin: 0 8%;
    position: relative;
    height: 455px;
}
.oem-page .oem-4 .partner-list ul li {
    position: absolute;
    left: 0;
    top: 0;
    animation: fd1 4s linear infinite;
}
.oem-page .oem-4 .partner-list ul li .box {
    border-radius: 50%;
    width: 245px;
    height: 245px;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px rgba(255, 255, 255, 0.932);
}
.oem-page .oem-4 .partner-list ul li .box>img{
  margin: 0 auto;
}
.oem-page .oem-4 .partner-list ul li.num0 {
    zoom: 0.98;
    left: 0;
    top: 8%;
}
.oem-page .oem-4 .partner-list ul li.num1 {
    zoom: 0.48;
    left: 22%;
    top: 5%;
}
.oem-page .oem-4 .partner-list ul li.num2 {
    zoom: 0.48;
    animation: fd2 4s linear infinite;
    left: 18%;
    top: 52%;
}
.oem-page .oem-4 .partner-list ul li.num3 {
    left: 31%;
    top: 20%;
}
.oem-page .oem-4 .partner-list ul li.num4 {
    zoom: 0.48;
    left: 49%;
    top: 0%;
}
.oem-page .oem-4 .partner-list ul li.num5 {
    left: 56%;
    animation: fd2 4s linear infinite;
    top: 21%;
}
.oem-page .oem-4 .partner-list ul li.num6 {
    zoom: 0.48;
    animation: fd2 4s linear infinite;
    left: 77%;
    top: 52%;
}
.oem-page .oem-4 .partner-list ul li.num7 {
    left: auto;
    right: 0;
    top: 0%;
}
.oem-page .oem-5 .list ul li .box {
    background-color: #f9f5ed;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
}
.oem-page .oem-5 .list ul li .box .img1{
  left: 0;
  top:0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.oem-page .oem-5 .list ul li .box .tt {
    transition: all 0.5s;line-height: 1.2;
    min-height: 48px;
}
.oem-page .oem-5 .list ul li .box img {
    transition: all 0.5s;
}
.oem-page .oem-5 .list ul li .box:hover {
    background-color: var(--color);
}
.oem-page .oem-5 .list ul li .box:hover .tt {
    color: #fff;
}
.oem-page .oem-5 .list ul li .box:hover>img {
    /*filter: brightness(0) invert(1);*/
    opacity: 0;
}
.oem-page .oem-5 .list ul li .box:hover .img1 {
  opacity: 1;
}
.oem-page .oem-6 .con {
    border-radius: 10px;
    height: 400px;
    padding: 0 20px;
    text-align: center;
}
.btn-go02 {
    justify-content: center;
    min-width: 176px;
}

.btn-go02::before {
    display: none;
}

.btn-go02:hover {
    background-color: #fff;
}

@keyframes fd1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fd2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1700px) {
    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 50px 6%;
    }
}

@media (max-width: 1450px) {
    .oem-page .oem-1 .zs-list ul li {
        padding: 0 50px;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 20px 6%;
    }

    .oem-page .oem-2 .strength-list ul li {
        margin-top: 50px;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.8;
    }
}

@media (max-width: 1250px) {
    .oem-page .oem-1 .zs-list ul li {
        padding: 10px 20px;
    }

    .oem-page .oem-1 .zs-list ul {
        padding: 10px 0px;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        padding: 20px 2% 20px 7%;
    }

    .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        padding: 20px 7% 20px 2%;
    }

    .oem-page .oem-2 .strength-list ul li {
        margin-top: 40px;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.6;
    }
}

@media (max-width: 1000px) {
    .oem-page .oem-2 .strength-list ul li {
        margin-top: 30px;
    }

    .oem-page .oem-2 .strength-list ul li .box .img-box {
        width: 100%;
    }

    .oem-page .oem-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .oem-page .oem-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }

    .oem-page .oem-4 .partner-list ul {
        margin: 0 0%;
    }

    .oem-page .oem-4 .partner-list ul {
        zoom: 0.45;
    }
}

@media (max-width: 700px) {
    .oem-page .oem-4 .partner-list {
        overflow-x: auto;
    }

    .oem-page .oem-4 .partner-list ul {
        width: 1600px;
    }

    .oem-page .oem-4 .partner-list::-webkit-scrollbar {
        height: 3px;
    }
}

/*=========== oem-page end===========*/
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}

.faq-page .faq-2 .form form button i {
  font-size: 2em;
}

.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
  width: 100%;
}

.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}

.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }
  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }
  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }
  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}
/*第二套*/
.seoPublic .Auxil-news .list ul.noImg li .content{
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul.noImg li .moreCont {
  border: 1px solid var(--color);
}
.seoPublic .title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
  }
}
.seoPublic > div:nth-child(odd) {
  background: #fff;
}
.seoPublic .Auxil-about .box .left img {
  border-radius: 10px;
}
.color_1 {
  color: #fff;
}
.color_2 {
  color: #fff;
  opacity: 0.8;
}
.color_3 {
  color: var(--color);
}
.color_4 {
  color: #666;
}
.color_5 {
  color: #231815;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seoPublic .Auxil-news .list ul li .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.proNavCont .nav1C ul {
  display: flex;
  flex-wrap: wrap;
}
.proNavCont .nav1C ul li {
  margin-top: 10px;
}
.proNavCont .nav1C ul li .box a {
  display: block;
  border: 1px solid #efe6e0;
  background: #fff;
  border-radius: 10px;
  color: #959291;
  padding: 10px 50px 5px;
}
.proNavCont .nav1C ul li .box a.active,
.proNavCont .nav1C ul li .box a:hover {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.proNavCont .nav2C {
  border-bottom: 1px solid #ebdccf;
  padding-bottom: 10px;
  margin-top: 30px;
}
.proNavCont .nav2C .list {
  display: none;
}
.proNavCont .nav2C .list.active {
  display: block;
}
.proNavCont .nav2C .list ul {
  display: flex;
  flex-wrap: wrap;
}
.proNavCont .nav2C .list ul li .box {
  position: relative;
}
.proNavCont .nav2C .list ul li .img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  opacity: 0;
  left: 0;
}
.proNavCont .nav2C .list ul li a {
  position: relative;
  display: block;
  padding-left: 30px;
  transition: all 0.5s;
  transform: translateX(-30px);
}
.proNavCont .nav2C .list ul li .box:hover .img,
.proNavCont .nav2C .list ul li .box.active .img {
  opacity: 1;
}
.proNavCont .nav2C .list ul li .box:hover a,
.proNavCont .nav2C .list ul li .box.active a {
  transform: translateX(0);
}
.product-page .products li {
  margin-bottom: 40px;
}
.product-page .products li .img-box {
  background: #fff;
  border-radius: 10px;
}
.product-page .products li .product-block:hover .product-image {
  /*border-top-left-radius: 50%;
  border-top-right-radius: 50%;*/
}
.product-page .products li .woocommerce-loop-product__title {
  font-weight: 400;
}
.product-page .catDes {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
}
@media (max-width: 1000px) {
  .product-page .products li {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .product-page .products li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .product-page .products li {
    width: 100%;
  }
}
.m-page {
  padding-top: 20px;
  border-top-color: #d9d9d9;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 51px;
  border-radius: 50%;
  color: #111;
  font-weight: 500;
  /*-moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
  background: #fff;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color);
  color: #fff;
}
.prodet-page .prodet-1 {
  margin: 0px 0 120px;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .big img {
  border: solid 1px #e7d5c4;
  width: 100%;
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 40px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -20px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 20px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 8%;
}
.prodet-page .prodet-1 .right .des2 {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 30px;
  color: #666;
}
.prodet-page .prodet-1 .right dl {
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right dd {
  margin-right: 10px;
}
.prodet-page .prodet-1 .right .new-small-imgs {
  margin-top: -1.822vw;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right .new-small-imgs .title {
  margin-top: -1.822vw;
}
.prodet-page .prodet-1 .right .new-small-imgs li {
  padding: 5px;
  width: 33.333%;
}

.prodet-page .prodet-1 table.variations {
  border: none;
  overflow: unset;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 16px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .tab-content {
  padding: 70px 0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border-radius: 10px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
.prodet-page .prodet-2 .wc-tab-title a {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  padding: 8px 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover,
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: var(--color);
}
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  background-color: #ffffff00;
  padding: 8px 30px;
  border-radius: 10px;
}
.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: black;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type='submit']:hover {
  opacity: 0.7;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {
  margin: 0 0 80px;
}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .list ul li img {
  border: solid 1px #acb1b2;
}
.prodet-page .prodet-3 .name {
  font-size: 22px;
}
@media (max-width: 1279px) {
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
}
.prodet-page  .prodetMore .options {
  background-color: #fff;
  color: #141414;
}
.prodet-page  .prodetMore .options a {
  min-height: 2.5em;
  padding: 2px 1em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
    border-radius: 0 !important;
}
.prodet-page  .prodetMore .options a:hover,
.prodet-page  .prodetMore .options a.active {
  color: white;
  background-color: var(--color);
}
.prodet-page  .prodetMore form input,
.prodet-page  .prodetMore form textarea {
  width: 100%;
  padding: .5em 1em;
  border: #ccc solid 1px;
  background-color: white;
}
.prodet-page  .prodetMore form textarea {
  height: 6em;
}
@media screen and (max-width: 1250px) {
   .prodet-page  .prodetMore .options {
      flex-wrap: wrap;
  }
  .flex-2>*{
    width: 100%;
  }
  .prodet-page  .prodetMore {
    /*padding-top: 50px;*/
  }
  .prodet-page  .prodetMore .ret {
    margin-top: 0;
  }
  .prodet-page  .prodetMore .ret .slide {
    margin-top: 5%;
    display: block !important;
  }
}
#index-body .init-3 {
  position: relative;
  z-index: 3;
}
#index-body .init-3 .subImg {
  width: 360px;
  height: 430px;
  background-position: right center;
  top: 50px;
  right: 0;
}
#index-body .init-3 .content ul li {
  height: auto;
}
#index-body .init-3 .content .box {
  padding: 20px 30px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
#index-body .init-3 .content .box:hover {
  /*border-top-left-radius: 50%;
  border-top-right-radius: 50%;*/
}
#index-body .init-3 .content .box .titleC .tLeft {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .content .box .titleC .tLeft .type {
  color: #959291;
  font-weight: 400;
}
#index-body .init-3 .content .box .titleC .more {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eed7ba;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#index-body .init-3 .content .box .titleC .more i {
  margin-left: 2px;
}
#index-body .init-3 .content .box .titleC .more:hover {
  background-color: var(--color);
}
#index-body .init-3 .content .sPage {
  padding: 0 20px;
}
#index-body .init-3 .content .sPage .line {
  width: -webkit-calc(-30%);
  width: -moz-calc(-30%);
  width: calc(100% - 130px);
}
#index-body .init-3 .content .sPage .line .swiper-pagination-progressbar {
  position: relative;
  height: 2px;
  background-color: #ebd3c2;
}
#index-body .init-3 .content .sPage .line .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color);
  height: 4px;
  top: -1px;
}
#index-body .init-3 .content .sPage .btnC {
  width: 80px;
}
#index-body .init-3 .content .sPage .btnC .btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eed7ba;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#index-body .init-3 .content .sPage .btnC .btn i {
  margin-left: 2px;
}
#index-body .init-3 .content .sPage .btnC .btn:hover {
  background-color: var(--color);
}
#index-body .init-3 .content .sPage .btnC .prev i {
  margin-left: 0;
}
@media (max-width: 1700px) {
  #index-body .init-3 .subImg {
    width: 20vw;
    height: 26vw;
  }
}
@media (max-width: 700px) {
  #index-body .init-3 .content .box .titleC .tLeft {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #index-body .init-3 .content .box {
    padding: 20px 16px;
  }
  #index-body .init-3 .content .sPage {
    padding: 0;
  }
  #index-body .init-3 .content .sPage .btnC {
    width: 66px;
  }
  #index-body .init-3 .content .sPage .line {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: calc(100% - 80px);
  }
}
/*第三套*/
.col{
  color: var(--color);
}
/*.cus-page,
.gallery-page,
.news-page{
  font-size: 12px;
}*/
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .gallery-1 {
  padding: 5rem 0 4rem;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(237,109,0,.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}
#index-body .form {
  background-color: #f9f5ed;
}
#index-body .form .cont {
  color: #959291;
}
#index-body .form li input {
  width: 100%;
  height: 47px;
  background-color: #ffffff;
  border-radius: 24px;
  border: none;
  padding: 0 20px;
}
#index-body .form .i1 {
  width: 22%;
}
#index-body .form .i2 {
  width: 40%;
}
#index-body .form .more {
  border: none;
}
@media screen and (max-width: 1280px) {
  #index-body .form .i1 {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .form .i1 {
    width: 48%;
    margin-bottom: 20px;
  }
  #index-body .form .i2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .form .i1 {
    width: 100%;
  }
}
.cus-page h2,
.cus-page h3{
  color: #231815;
}
.cus-page .cus1 {
  padding-top: 5rem;
}
.cus-page .cus1 .header {
  text-align: center;
}
.cus-page .cus1 .header p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 1rem;
  color: #231815;
}
.cus-page .cus1 .content {
  margin-top: 3.95rem;
}
.cus-page .cus1 .content ul {
  /*margin-right: -4.3rem;*/
}
.cus-page .cus1 .content ul li {
  /*padding-right: 2.3rem;*/
  position: relative;
}
.cus-page .cus1 .content ul li .box {
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  text-align: center;
  padding: 3rem 2.1rem 2.75rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #f9f5ed;
  margin-bottom: 40px;
  border-radius: 10px;
}
.cus-page .cus1 .content ul li .box .img {
  height: 70px;
}
.cus-page .cus1 .content ul li .box .img img{
  margin-left: auto;
  margin-right: auto;
}
.cus-page .cus1 .content ul li .box .text {
  padding-top: 1.4rem;
}
.cus-page .cus1 .content ul li .box .text h3 {
  font-size: 24px;
  line-height: 1.4;
  min-height: calc(1.4em * 2);
}
.cus-page .cus1 .content ul li .box .text p {
  font-size: 16px;
  /*line-height: 30px;*/
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.6rem;
  height: calc(1.875em * 4);
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;*/
  overflow-y: auto;
}
.cus-page .cus1 .content ul li .box .text .mores {
  display: block;
  font-size: 16px;
  color: var(--color);

  line-height: 1;
  margin-top: 1.5rem;
  position: relative;
}
.cus-page .cus1 .content ul li .box .text .mores::before,
.cus-page .cus1 .content ul li .box .text .mores::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition:
    -webkit-transform 0.3s,
    opacity 0.3s;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cus-page .cus1 .content ul li .box .text .mores::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cus-page .cus1 .content ul li .box .text .mores:hover::before,
.cus-page .cus1 .content ul li .box .text .mores:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.cus-page .cus1 .content ul li:hover .box {
  /*border-style: solid;
  border-width: 1px 1px 1px 1px;*/
  /*border-color: #fff;*/
  box-shadow: 8px 8px 40px 0px rgba(38, 51, 63, 0.14117647);
  background: var(--color);
}
.cus-page .cus1 .content ul li:hover .box {
  color: #fff;
}
.cus-page .cus1 .content ul li .box .text h3{
  color: #231815;
}
.cus-page .cus1 .content ul li:hover .box .text h3{
  color: #fff;
}
.cus-page .cus1 .content ul li .box .text p {
  transition: 0.5s;
}
.cus-page .cus1 .content ul li:hover .box .text p {
  color: #fff;
}
.cus-page .cus1 .content ul li:hover .box .img {
  filter: brightness(0) invert(100);
}
.cus-page .cus1 .content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 20px;
  height: 34px;
  /*background: url(../images/about4-right.png) no-repeat;*/
}
.cus-page .cus1 .content ul li:last-child::after {
  display: none;
}
.cus-page .cus2 {
  padding: 5rem 0;
}
.cus-page .cus2 .text {
  vertical-align: middle;
  width: 50%;
}
.cus-page .cus2 .text .con {
  font-size: 16px;
  line-height: 2;
  color: #2e2e2e;
  margin-top: 2.45rem;
  overflow-y: auto;
  height: 380px;
}

.cus-page.cus-page2 .cus2 .text .con {
  margin: 2.25em 0 0 auto;
}
.cus-page.cus-page2 h2.title {
  /*text-align: right;*/
  margin: 2.25em 0 0 auto;
  width: 90%;
}
.cus-page .cus2 .text .con {
  width: 90%;
}

.cus-page .cus2 .img {
  width: 50%;
  vertical-align: middle;
}
.cus-page .cus2 .img img{
 border-radius: 10px;
}
.cus-page .cus3 {
  background-color: #f9f5ed;
  padding: 4.4rem 0;
}
.cus-page .cus3 .box {
  /*background-color: #f9f5ed;*/
  /*box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);*/
  /*border-radius: 7px;*/
  /*padding: 5rem 6.6rem;*/
}
.cus-page .cus3 .box .header {
  text-align: center;
}
.cus-page .cus3 .box .header p {
  font-size: 16px;
  line-height: 30px;
  color: #010101;
  margin-top: 1.4rem;
}
.cus-page .cus3 .box .header .tab {
  margin-top: 2.4rem;
}
.cus-page .cus3 .box .header .tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  bottom: 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0 30px 0;
}
.cus-page .cus3 .box .header .tab ul li {
  border: 1px solid transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 40px 10px 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.cus-page .cus3 .box .header .tab ul li i {
  font-size: 40px;
  color: #7f8e9c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cus-page .cus3 .box .header .tab ul li h3 {
  font-size: 16px;
  line-height: 30px;

  color: rgba(1, 1, 1, 0.66);
  margin-top: 5px;
}
.cus-page .cus3 .box .header .tab ul li.active {
  border-color: #7f8e9c;
}
.cus-page .cus3 .box .header .tab ul li.active i {
  color: var(--color);
}
.cus-page .cus3 .box .header .tab ul li:hover {
  border-color: var(--color);
}
.cus-page .cus3 .box .header .tab ul li:hover i {
  color: var(--color);
}
.cus-page .cus3 .box .content {
  margin-top: 3rem;
}
.cus-page .cus3 .box .content li .img {
  vertical-align: middle;
}
.cus-page .cus3 .box .content li .text {
  vertical-align: middle;
  padding: 0 2.55rem;
}
.cus-page .cus3 .box .content li .text h3 {
  font-size: 1.8rem;
  color: var(--color);
  line-height: 1.2;
}
.cus-page .cus3 .box .content li .text .desc {
  font-size: 16px;
  color: #090909;
  line-height: 30px;

  margin-top: 1.7rem;
}
.cus-page .cus4 {
  padding: 5rem 0;
}
.cus-page .cus4 .left {
  width: 42.8%;
  vertical-align: middle;
}
.cus-page .cus4 .left h2.title em {
  display: block;
}
.cus-page .cus4 .left p {
  font-size: 16px;
  color: #2e2e2e;

  line-height: 1.7;
  margin-top: 2rem;
  width: 80%;
}
.cus-page .cus4 .right {
  width: 57.2%;
  vertical-align: middle;
}
.cus-page .cus4 .right ul {
  margin-right: -2.75rem;
}
.cus-page .cus4 .right ul li {
  padding-right: 2.75rem;
}
.cus-page .cus4 .right ul li img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .cus-page .cus1 .content ul li .box {
    padding: 3rem 0 2.75rem;
  }
  .cus-page .cus2 .text h2.title {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .cus-page .cus2 .text .con p:first-child {
    width: 90%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 96%;
  }
  .cus-page .cus3 .box {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .cus-page .cus3 .box {
    padding: 5rem 1rem;
  }
  .cus-page .cus4 .left h2.title {
    font-size: 2rem;
  }
  .cus-page .cus4 .left p {
    width: 86%;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus1 .content ul {
    /*margin-right: 0;*/
  }
  .cus-page .cus1 .content ul li {
    width: 100%;
    /*padding-right: 0;*/
    padding-bottom: 70px;
  }
  .cus-page .cus1 .content ul li:last-child {
    padding-bottom: 0;
  }
  .cus-page .cus1 .content ul li::after {
    top: 88%;
    right: 50%;
  }
  .cus-page .cus2 .text {
    width: 100%;
  }
  .cus-page .cus2 .img {
    width: 100%;
    padding-top: 1rem;
  }
  .cus-page .cus3 .box .header .tab ul {
    display: block;
  }
  .cus-page .cus3 .box .header .tab ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .cus-page .cus3 .box .content li .img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .img img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus1 .content ul li .box .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .cus-page .cus2 .text .con p:first-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con {
    font-size: 14px;
  }
  .cus-page .cus3 {
    display: none;
  }
  .cus-page .cus4 .left {
    width: 100%;
  }
  .cus-page .cus4 .left p {
    width: 100%;
    font-size: 14px;
  }
  .cus-page .cus4 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus2 .text .con {
    width: 100%;
  }
  .cus-page.cus-page2 h2.title {
    text-align: left;
  }
}
.quality-page .quality-3 {
  padding: 5.4rem 0 3.4rem 0;
}
.quality-page .quality-3 .box {
  /*background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);*/
  border-radius: 7px;
  /*padding: 4rem 6rem;*/
}
.quality-page .quality-3 .box .left {
  vertical-align: middle;
}
.quality-page .quality-3 .box .left p {
  font-size: 16px;
  color: #343434;
  line-height: 2;

  margin-top: 2rem;
  padding-right: 2.5rem;
}
.quality-page .quality-3 .box .right {
  vertical-align: middle;
  /*padding-left: 2.9rem;*/
}
.quality-page .quality-3 .box .right ul {
  margin-right: -0.75rem;
}
.quality-page .quality-3 .box .right ul li {
  padding: 0 2rem 2rem 0;
}
.quality-page .quality-3 .box .right ul li .info {
  border: 1px solid rgba(54, 54, 54, 0.2);
  text-align: center;
  padding: 1.65rem 0 1.6rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.quality-page .quality-3 .box .right ul li .info .img {
  height: 70px;
}
.quality-page .quality-3 .box .right ul li .info .img img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.quality-page .quality-3 .box .right ul li .info h4 {
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 5px;
}
.quality-page .quality-3 .box .right ul li:hover .info {
  background: #f6f6f6;
}
.quality-page .quality-3 .box .right ul li:hover .info .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.quality-page .quality-3 .box .right ul li:hover .info h4 {
  color: var(--color);
}
@media screen and (max-width: 1366px) {
  .quality-page .quality-3 .box {
    padding: 4rem 2rem;
  }
  .quality-page .quality-3 .box .right {
    padding-left: 1.5rem;
  }
  .quality-page .quality-3 .box .right ul li .info h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-3 .box {
    padding: 4rem 1rem;
  }
  .quality-page .quality-3 .box .left {
    width: 100%;
  }
  .quality-page .quality-3 .box .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-3 {
    padding-top: 0;
  }
  .quality-page .quality-3 .box .left p {
    padding-right: 0;
  }
}
.news-page .news-1 {
  padding: 5rem 0 4rem;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #231815;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: var(--color);
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: 30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 23px;
}
.news-page .news-1 .list ul li .box {
  padding: 30px;
  border-radius: 10px;
  /*-o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);*/
  background: #f9f5ed;
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 400px;
  position: relative;
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  /*margin-right: 5px;*/
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 20px;
  color: #231815;
  /*line-height: 44px;*/
  font-weight: 500;
  transition: 0.5s;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
.news-page .news-1 .list ul li .box h6:hover {
  color: var(--color);
}
.news-page .news-1 .list ul li .box p {
  font-size: 16px;
  line-height: 1.5;
  color: #959291;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  transform: rotate(30deg);
}
@media screen and (max-width: 1700px) {
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 2;
    height: auto !important;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .list ul li {
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .list ul li {
    width: 100%;
  }
}
.newdet-page {
  padding-bottom: 5rem;
}
.newdet-page .newdet-1 {
  padding: 4rem 0 0rem;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 40px;
  color: #231815;
  line-height: 1.5;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 1.2;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding: 40px 0;
  text-align: left;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
  font-size: 16px;
  line-height: 2;
}
.newdet-page .newdet-1 .text a {
  color: var(--color);
  font-weight: bold;
  text-decoration: underline;
}
.newdet-page .newdet-1 .text h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  margin: 10px 0;
  color: var(--color);
  text-transform: capitalize;
}
.newdet-page .newdet-1 .m-link {
  font-size: 16px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: var(--color);
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  color: #959291;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-1 .share a .iconfont {
  font-size: 20px;
}
.newdet-page .newdet-1 .share a:nth-child(2) .iconfont {
  font-size: 23px;
}
.newdet-page .newdet-1 .share a:nth-child(4) .iconfont {
  font-size: 23px;
}
.newdet-page .newdet-1 .share a:hover {
  color: var(--color);
}
.newdet-page .newdet-2 {
  padding-bottom: 4.25rem;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
@media screen and (max-width: 1700px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 16px;
    line-height: 32px;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 16px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 .m-link {
    font-size: 16px;
    max-width: none;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
  }
}
.prodet-page1 .prodet-3 {
  padding-top: 5rem;
}
.prodet-page1 .prodet-3 .productList {
  margin-top: 45px;
  overflow: hidden;
}
.prodet-page1 .prodet-3 .productList li .box {
  /*border: 1px solid #cecece;*/
  border-radius: 7px;
  overflow: hidden;
  padding: 0 13px;
  background: #fff;
}
.prodet-page1 .prodet-3 .productList li .box .img {
  text-align: center;
}
.prodet-page1 .prodet-3 .productList li .box .con {
  margin: 0 13px;
  padding: 1.5rem 0 2rem;
  font-size: 16px;
  /*min-height: 7em;*/
  color: rgba(9, 9, 9, 0.87);
  position: relative;
}
.prodet-page1 .prodet-3 .productList li .box .con h5 {
  line-height: 2;
  text-align: center;
}
.prodet-page1 .prodet-3 .productList li .box .con::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cecece;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page1 .prodet-3 .productList li .box .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.prodet-page1 .prodet-3 .productList li .box .con:hover::before {
  opacity: 1;
}
.prodet-page1 .prodet-3 .productList li .box .con:hover::after {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .prodet-page1 .prodet-3 .productList li .box .con {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page1 .prodet-3 .productList li .box .con {
    font-size: 14px;
    min-height: auto !important;
  }
}
.seoPublic.seoPublic1 .Auxil-news .list ul li .content time {
  line-height: 2;
}
.seoPublic.seoPublic1 .title {
  /* font-size: 2.4rem; */
  color: var(--color);
  font-weight: bold;
  line-height: 2;
}
.seoPublic.seoPublic1 .title em {
  color: var(--color);
}
@media screen and (max-width: 700px) {
  .seoPublic.seoPublic1 .Auxil-news .list ul li .content div.h6 {
    line-height: 32px;
    min-height: 4em;
  }
  .seoPublic.seoPublic1 .Auxil-about .box .right div.h3 {
    line-height: 32px;
  }
}
@media screen and (max-width: 1366px) {
  .seoPublic.seoPublic1 .title {
    /* font-size: 2rem; */
  }
}
.seoPublic.seoPublic1 .Auxil-related .list ul li {
  height: 100%;
}
.seoPublic.seoPublic1 .Auxil-related .list ul li .box {
  height: 100%;
}
.seoPublic.seoPublic1 .Auxil-related .list ul li .box .content .more {
  margin: 10px auto 0;
}
.seoPublic.seoPublic1 .Auxil-related .list ul li .box .content div.h3 {
  height: 3em;
}
.seoPublic.seoPublic1 .Auxil-about .box .right .text {
  max-height: 430px;
}
.seoPublic.seoPublic1 .Auxil-news .list ul li .content div.h6 {
  line-height: 44px;
}
.contact-page .contact-1 {
  padding: 5rem 0;
}
.contact-page .contact-1 .header p {
  font-size: 16px;
  line-height: 2;
  color: #7b7b7b;
  margin-top: 1rem;
  width: 80%;
}
.contact-page .contact-1 .content {
  margin-top: 3.95rem;
}
.contact-page .contact-1 .content ul {
  margin-right: -6rem;
  margin-bottom: -5rem;
}
.contact-page .contact-1 .content ul li {
  padding-right: 4rem;
  margin-bottom: 5rem;
}
.contact-page .contact-1 .content ul li .img {
  display: inline-block;
  vertical-align: top;
}
.contact-page .contact-1 .content ul li .text {
  display: inline-block;
  width: 80%;
  padding-left: 2rem;
}
.contact-page .contact-1 .content ul li .text h4 {
  font-size: 24px;
  color: #282828;

  line-height: 1.4;
}
.contact-page .contact-1 .content ul li .text p {
  font-size: 16px;
  line-height: 2;
  color: #898989;

  margin-top: 0.8rem;
}
.contact-page .contact-2 {
  position: relative;
  z-index: 9;
  margin-top: -3%;
}
.contact-page .contact-2 .box {
  background-color: #f9f5ed;
  /*box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);*/
  border-radius: 7px;
  padding: 4rem 6rem;
}
.contact-page .contact-2 .box h3 {
  font-size: 1.8rem;
  line-height: 1.8;
}
.contact-page .contact-2 .box form {
  margin-top: 3rem;
}
.contact-page .contact-2 .box form ul {
  margin-right: -1rem;
}
.contact-page .contact-2 .box form ul li {
  padding-right: 1rem;
  margin-bottom: 20px;
}
.contact-page .contact-2 .box form ul li input[type='text'],
.contact-page .contact-2 .box form ul li textarea {
  width: 100%;
  height: 60px;
  background-color: #fff;
  color: var(--color);
  text-indent: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fafafa;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
}
.contact-page .contact-2 .box form ul li input[type='text']:focus,
.contact-page .contact-2 .box form ul li textarea:focus {
  border-color: #eee;
}
.contact-page .contact-2 .box form ul li input[type='text']::placeholder,
.contact-page .contact-2 .box form ul li textarea::placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li input[type='text']::-webkit-input-placeholder,
.contact-page .contact-2 .box form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li input[type='text']:-ms-input-placeholder,
.contact-page .contact-2 .box form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li textarea {
  height: 140px;
  padding-top: 20px;
}
.contact-page .contact-2 .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box form ul li input[type='submit'] {
  display: inline-block;
  color: #fff;
  width: 169px;
  height: 53px;
  text-align: center;
  border-radius: 25px;
  border: none;
  background: var(--color);
  font-size: 16px;
  margin: 0 0 0 auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transiton: 0.5s;
  -o-transition: 0.5s;
}
.contact-page .contact-2 .box form ul li input[type='submit']:hover {
  background: #231815;
}
.contact-page .contact-2 .box form ul li:last-child {
  /*text-align: right;*/
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-2 .box {
    padding: 4rem 2rem;
  }
  .contact-page .contact-1 .content ul {
    margin-right: -4rem;
  }
  .contact-page .contact-1 .content ul li {
    padding-right: 4rem;
  }
  .contact-page .contact-1 .content ul li .text {
    padding-left: 2rem;
    width: 76%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .content ul li .img {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .box form ul li input[type='text']{
    height: 40px;
  }
  .contact-page .contact-1 .header p {
    width: 100%;
    font-size: 14px;
  }
  .contact-page .contact-1 .content ul {
    margin-right: 0;
  }
  .contact-page .contact-1 .content ul li {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .content ul li .text h4 {
    font-size: 20px;
  }
  .contact-page .contact-1 .content ul li .text p {
    font-size: 14px;
  }
  .contact-page .contact-2 .box {
    padding: 4rem 1rem;
  }
  .contact-page .contact-2 .box form ul {
    margin-right: 0;
  }
  .contact-page .contact-2 .box form ul li {
    width: 100%;
    padding-right: 0;
  }
}

.bg_1{
  background: #f9f5ed;
}

table td, table th{
  background: #f8f5ed;
  border: 1px solid #e3dbc6;
  color: #666;
  padding: 10px 20px;
}