@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #c4ad51;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1800px;
}
.ui.container {
  max-width: 1460px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font-w-600 {
  font-weight: 600;
}
.cc {
  color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  background-color: rgba(0, 46, 65, 0.23);
  border-bottom: 1px solid #FFFFFF;
}
#header .nav > .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;
  height: 80px;
}
#header .nav > .menu .logo {
  margin-left: 0;
  margin-right: auto;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav > .menu .menu-box > div {
  height: 100%;
}
#header .nav > .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 > .menu .menu-box ul.menu > li {
  font-weight: 500;
  margin: 0 25px;
  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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav > .menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav > .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 > .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 > .menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav > .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 > .menu .p-search input {
  padding: 5px 0;
  width: 92px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
}
#header .nav > .menu .p-search input::-webkit-input-placeholder {
  color: #FFFFFF;
}
#header .nav > .menu .p-search input:-moz-placeholder {
  color: #FFFFFF;
}
#header .nav > .menu .p-search input::-moz-placeholder {
  color: #FFFFFF;
}
#header .nav > .menu .p-search input:-ms-input-placeholder {
  color: #FFFFFF;
}
#header .nav > .menu .p-search input::placeholder {
  color: #FFFFFF;
}
#header .nav > .menu .p-search button {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
}
#header .nav > .menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner 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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 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;
  right: 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: .5s;
  -moz-transition: .5s;
  transition: .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: 22px;
  color: inherit;
  line-height: 40px;
  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: 20px;
  color: inherit;
  text-transform: uppercase;
  line-height: 36px;
}
#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: 18px;
  line-height: 32px;
}
#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: 16px;
  line-height: 30px;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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 {
  right: 0;
}
#mobile.active:before {
  left: 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 {
  -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;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .font-30{
    line-height: 1.8!important;
    font-size: 18px!important;
  }
  .font-20{
    line-height: 1.8!important;
    font-size: 18px!important;
  }
  .font-26{
    line-height: 1.8!important;
    font-size: 18px!important;
  }
  .font-24{
    line-height: 1.8!important;
    font-size: 18px!important;
  }
  .font-18{
    line-height: 1.8!important;
    font-size: 18px!important;
  }
  .font-16{
    line-height: 30px!important;
    font-size: 16px!important;
  }
  .seoPublic .title{
    line-height: 44px;
  }
  .prodet-page .prodet-1 .right .ig h1{
    line-height: 36px!important;
    font-size: 20px!important;
  }
  #cp-Nav .nav div.title{
    line-height: 32px;
  }
  .seoPublic .Auxil-about .box .right .text{
    line-height: 2;
  }
  .product-page .box .right .con{
    display: none;
  }
  .seoPublic .Auxil-about .box .right div.h3{
    line-height: 32px!important;
  }
  #cp-Nav .nav ul ul{
    font-size: 16px!important;
    line-height: 30px;
  }
  .font-60{
    font-size: 24px;
    line-height: 44px;
  }

}
#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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  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 .page {
  right: 12.7%;
  bottom: 4.5%;
}
#banner .page span.arrow {
  background-color: #FFFFFF;
  line-height: 1.38888889;
  border-radius: 25px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
#banner .page span.arrow:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
#banner .page .progress {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.29);
}
#banner .page .progress em {
  height: 100%;
  width: 0;
  background-color: #FFFFFF;
}
#banner .page .progress.active em {
  width: 100%;
  -webkit-transition: width 4.5s linear;
  -moz-transition: width 4.5s linear;
  transition: width 4.5s linear;
}
.yuy > span {
  color: #FFFFFF;
}
.yuy ul {
  left: auto;
  right: 0;
}
.baseBtn {
  background-color: rgba(185, 185, 185, 0.16);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 80px;
  border: 1px solid #b9b9b9;
}
.baseBtn span {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn > span:last-of-type {
  width: 2em;
  height: 2em;
  background-color: #332f2c;
  color: #FFFFFF;
  border-radius: 50%;
}
.baseBtn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: var(--color);
  border-radius: 33px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.baseBtn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.baseBtn.type2 {
  background-color: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}
.baseBtn.type2 > span:last-of-type {
  background-color: #FFFFFF;
  color: #000000;
}
.home-1 {
  background-color: #e8e8e8;
}
.home-1 .Tit {
  line-height: 1.83333333;
}
.home-1 .left .text {
  color: #767676;
  line-height: 1.8;
}
.home-1 .right .text {
  line-height: 1.8;
}
.font-24{
  line-height: 44px;
}
.font-20{
  line-height: 36px;
}
.font-18{
  line-height: 1.8;
}
.home-2 .Tit {
  line-height: 1.1;
}
.home-2 .slick-slider:not(.slick-vertical) .slick-track {
  margin-left: auto;
}
.home-3 {
  color: #FFFFFF;
}
.home-3 .Tit {
  line-height: 1.1;
}
.home-3 .left .text {
  line-height: 32px;
}
.home-3 .right li .num {
  line-height: 1;
}
.home-4 .left .slickDots {
  right: 19px;
  bottom: 22px;
}
.home-4 .left .slickDots ul li {
  width: 1.5em;
  height: 1.5em;
  border: 0;
  background-color: #848484;
  margin: 0 .8em;
}
.home-4 .left .slickDots ul li.slick-active {
  background-color: #FFFFFF;
}
.home-4 .right .item {
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.home-4 .right .item.active {
  position: static;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-4 .right .text {
  color: #4f4f4f;
}
.home-4 .right .list li .img {
  border: 1px solid #eee;
}
.home-4 .right .list li .name {
  line-height: 40px;
}
.home-5 {
  color: #FFFFFF;
}
.home-5::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  border-bottom: 1px solid rgba(176, 191, 198, 0.86);
}
.home-5 .Tit {
  line-height: 1.1;
}
.home-5 h4 {
  line-height: 1.6;
  min-height: 3em;
}
.home-5 .text {
  line-height: 1.8;
}
.home-5 .dots li {
  display: inline-block;
  width: 5.5em;
  height: 4px;
  background-color: #FFFFFF;
  opacity: .28;
  margin: 0 6px;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-5 .dots li button {
  display: none;
}
.home-5 .dots li.slick-active {
  opacity: 1;
}
.home-5 span.arrow {
  cursor: pointer;
}
.home-6 {
  background-color: #fafafa;
}
.home-6 .list ul {
  margin: -120px 0;
}
.home-6 .list li {
  margin: 120px 0;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.home-6 .list li img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-reflect: below -30px linear-gradient(to top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0) 30%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.home-6 .list .slick-current li img {
  -webkit-transform: translate3d(0, 0, -100px) rotateX(0) rotateY(0);
  -moz-transform: translate3d(0, 0, -100px) rotateX(0) rotateY(0);
  transform: translate3d(0, 0, -100px) rotateX(0) rotateY(0);
}
.home-6 .list .prev1 li img {
  -webkit-transform: translate3d(70px, 0, 0) rotateX(0) rotateY(30deg);
  -moz-transform: translate3d(70px, 0, 0) rotateX(0) rotateY(30deg);
  transform: translate3d(70px, 0, 0) rotateX(0) rotateY(30deg);
}
.home-6 .list .prev0 li img {
  -webkit-transform: translate3d(30px, 0, -50px) rotateX(0) rotateY(15deg);
  -moz-transform: translate3d(30px, 0, -50px) rotateX(0) rotateY(15deg);
  transform: translate3d(30px, 0, -50px) rotateX(0) rotateY(15deg);
}
.home-6 .list .next1 li img {
  -webkit-transform: translate3d(-70px, 0, 0) rotateX(0) rotateY(-30deg);
  -moz-transform: translate3d(-70px, 0, 0) rotateX(0) rotateY(-30deg);
  transform: translate3d(-70px, 0, 0) rotateX(0) rotateY(-30deg);
}
.home-6 .list .next0 li img {
  -webkit-transform: translate3d(-30px, 0, -50px) rotateX(0) rotateY(-15deg);
  -moz-transform: translate3d(-30px, 0, -50px) rotateX(0) rotateY(-15deg);
  transform: translate3d(-30px, 0, -50px) rotateX(0) rotateY(-15deg);
}
.home-7 .Tit {
  line-height: 1.1;
}
.home-7 .left li {
  border-top: 1px solid #c9cdcb;
}
.home-7 .left li:last-of-type {
  border-bottom: 1px solid #c9cdcb;
}
.home-7 .left li .name {
  line-height: 1.6;
}
.home-7 .left li .date span {
  color: #3a3a3a;
  line-height: 2.5;
}
.home-7 .left li:hover .baseBtn {
  opacity: 1;
}
#footer {
  background-color: #332f2c;
  color: #FFFFFF;
}
#footer .footer-top .top .left .text {
  line-height: 30px;
}
#footer .footer-top .top .right li {
  line-height: 2.22222222;
}
#footer .footer-top .bottom {
  border-top: 1px solid #FFFFFF;
}
#footer .footer-top .bottom .text {
  line-height: 32px;
}
#footer .footer-bottom {
  background-color: var(--color);
}
#footer .footer-bottom img.login {
  height: 18px;
}
#ewm {
  width: 165px;
  border: 10px solid #FFFFFF;
}
#goback {
  width: 2em;
  height: 2em;
  background-color: var(--color);
  color: #FFFFFF;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 501px) and (max-width: 1000px) {
  .home-3 .right ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .home-3 .right {
    text-align: left;
  }
  .home-5::before {
    display: none;
  }
  .home-5 h4 {
    min-height: auto;
  }
  .home-5 .dots li {
    width: 2em;
    height: 2px;
  }
  .newdet-content h1{
    font-size: 22px;
    line-height: 40px;
  }
  .home-6 .list .slick-current li img,
  .home-6 .list .prev0 li img,
  .home-6 .list .next0 li img,
  .home-6 .list .prev1 li img,
  .home-6 .list .next1 li img {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  .home-7 .left li .baseBtn {
    opacity: 1;
  }
  .hide-1000 {
    display: none;
  }
}






.inner-page .container {
  max-width: 1460px;
}

.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 40px -5px 0;
}
.inner-page .m-page a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid #cccccc;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.seoPublic .Auxil-about .box .right div.h3{
  line-height: 44px!important;
}
.seoPublic .Auxil-form .form ul li input{
  line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  line-height: 40px!important;
}
.font-16{
  line-height: 30px;
}
.font-14{
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 30px!important;
}
.seoPublic .Auxil-news .list ul li .content a.link{
  line-height: 30px!important;
}
.inner-page .m-page span{
  background: #c4ad51 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #6f5234 none repeat scroll 0 0;
    color: #fff;
}


.about-page {
  background: url(../images/about-1-bg.png) no-repeat 90px 100px;
}
.about-page .more a {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 2;
  color: #000000;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .more a span{
  display: inline-block;
  margin-left: 30px;
  width: 78px;
  height: 78px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: url(../images/about-right.png) no-repeat;
}
.about-page .more a span:hover{
  background: url(../images/right-hid.png) no-repeat;
}


.about-page .about-1 .left h3 {
  margin-bottom: 25px;
}
.about-page .about-1 .left h3 span {
  display: block;
  font-size: 50px;
}

.about-page .about-1 .left .more {
  margin-top: 20px;
}

.about-page .about-1 .right .about-1-img {
  overflow: hidden;
}
.about-page .about-2 {
  padding: 120px 0 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .about-2 .left {
  width: 38%;
}
.about-page .about-2 .left img {
  width: 100%;
}
.about-page .about-2 .left .left-box {
  position: relative;
}
.about-page .about-2 .left .left-box::after {
  width: 730px;
  height: 730px;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  top: -180px;
  left: 90px;
  border: 1px solid #cbcbcb;
  content: "";
  -webkit-animation: kz 4s linear infinite;
  -o-animation: kz 4s linear infinite;
  -ms-animation: kz 4s linear infinite;
  -moz-animation: kz 4s linear infinite;
  animation: kz 4s linear infinite;
}
.about-page .about-2 .right {
  width: 62%;
  padding: 0 120px;
}
.about-page .about-2 .right h3 {
  margin-bottom: 40px;
}
.about-page .about-2 .right p {
  font-size: 18px;
  line-height: 2;
  color: #000;
}
.about-page .about-2 .right .more {
  margin-top: 65px;
}

.about-page .about-3 {
  overflow: hidden;
}
.about-page .about-3 .about-3-img img {
  width: 100%;
}
.about-page .about-3 .about-3-img{
  position: relative;
}
.about-page .about-3 .about-3-img:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-page .about-3 .about-3-img .content{
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .about-3 .about-3-img .content h6{
  color: #fff;
  margin-bottom: 10px;
}

.about-page .about-3 .about-3-img .content p{
  color: #fff;
}
.about-page .about-3 .about-3-img .content .more{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.about-page .about-3 .about-3-img .content .more a{
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.about-page .about-3 .about-3-img .content .more a span{
  background: url(../images/about-more-1.png) no-repeat;
  margin-left: 0;
  margin-right: 55px;
}
.about-page .about-3 .about-3-img .content .more a span:hover{
  background: url(/raincoat-factory/2026/02/11/p6.png) no-repeat
}

#advantages.init-2 h2{
  border-bottom: 1px solid #cccccc;
   padding-bottom: 30px;
}

#advantages.init-2 .content .center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 60px;
  position: relative;
  padding-top: 70px;
}
#advantages.init-2 .content .center .left {
  width: 25%;
  position: relative;
  z-index: 1;
}
#advantages.init-2 .content .center .left h4 {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
#advantages.init-2 .content .center .right {
  width: 75%;
  padding: 95px 80px;
  z-index: 3;
  position: relative;
}
#advantages.init-2 .content .center .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#advantages.init-2 .content .center .right ul li:nth-child(1),
#advantages.init-2 .content .center .right ul li:nth-child(2){
  width: 50%;
}
#advantages.init-2 .content .center .right ul li {
  width: 33.333%;
}
#advantages.init-2 .content .center .right ul li span {
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  line-height: 1;
  line-height: inherit;
  color: #000000;
}
#advantages.init-2 .content .center .right ul li span em {
  font-size: 100px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
}
#advantages.init-2 .content .center .right ul li p {
  max-width: 200px;
  margin-top: 25px;
}
#advantages.init-2 .content .center .right ul .lifist {
  margin-bottom: 50px;
}
#advantages.init-2 .content .center .xian {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
#advantages.init-2 .content .center .xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 50%;
  bottom: 0;
}

.about-page .about-4 .top {
  padding: 0 10px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}
.about-page .about-4 .top h4 {
  font-size: 60px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-4 .exhibitionBox {
  /*padding-top: 150px;*/
  position: relative;
}
.about-page .about-4.news-page .news-list .list{
  border: none;
}
.about-page .about-4 .exhibitionBox .swiper-slide .exhibition-img {
  display: inline-block;
}
.about-page .about-4 .exhibitionBox .navigation {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  width: 78px;
  height: 78px;
  position: relative;
  margin-top: 0;
  top: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:focus,
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:focus{
  display: none;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:root{
      --swiper-navigation-size: 0;
          --swiper-theme-color: #fff;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev {
  background: url(../images/about-left.png) no-repeat center center;
  left: 0;
  margin-right: 30px;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:root{
  --swiper-navigation-size: 0;
          --swiper-theme-color: #fff;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-prev:hover{
  background: url(../images/left-had.png) no-repeat center center;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next {
  background: url(../images/about-right.png) no-repeat center center;
  right: 0;
}
.about-page .about-4 .exhibitionBox .navigation .swiper-button-next:hover{
  background: url(../images/right-hid.png) no-repeat center center;
}
.about-page .about-5 {
  padding: 115px 80px 30px 90px;
}
.about-page .about-5 .partnerBox .swiper-slide {
  cursor: pointer;
}
.about-page .about-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.about-page .about-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.news-page .news-1 {
  background: url(../images/news-bg.png) no-repeat left top;
}
.news-page .news-list .list{
  border-top: 2px solid #000000;
}

.news-page .news-list .list li > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: 1px solid #c7c7c9;
}
.news-page .news-list .list li > div .right .content .time{
  display: flex;
  align-items: center;
}
.news-page .news-list .list li > div .right .content .time h2{
  font-size: 70px;
  font-weight: bold;
  line-height: 2;
  color: #6f5234;
  text-transform: capitalize;
  margin-right: 10px;
}
.news-page .news-list .list li > div .right .content .time .time-box h4{
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
      margin-bottom: 10px;
    height: auto;
}
.news-page .news-list .list li > div .right .content h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  text-transform: capitalize;
}
.news-page .news-list .list li > div .right .content h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #a3a3a3;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.news-page .news-list .list li > div .right .content h4 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.news-page .news-list .list li > div .right .content p{
  font-size: 16px;
  color: #000;
  line-height: 2;
  margin-bottom: 30px;
}
.contact-page {
  padding: 60px 0 0 0;
}
.contact-page .contact-1 {
  background: url(../images/contact-bg.png) no-repeat 90px top;
  padding: 85px 120px 65px 90px;
}

.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -15px;
}
.contact-page .contact-2 ul li {
  width: 25%;
  padding: 15px;
}
.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #000000;
}
.contact-page .contact-2 ul li .content p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
}

.contact-page .contact-2 ul .add .content {
  align-items: flex-start;
}

.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
      width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  max-width: 230px;
  padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
      max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
  margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 2;
  margin-bottom: 15px;
}

.contact-page .contact-4 .left {
  max-width: 380px;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  /*font-weight: bold;*/
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .right form input {
  width: 49%;
  background: none;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
  width: 49%;
  background: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
  width: 220px;
  height: 48px;
  background: #000;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  border: none;
  font-weight: bold;
}
.contact-page .contact-4 .right p {
  font-size: 16px;
  line-height: 2;
  /*font-weight: bold;*/
  color: #989898;
}
.newdet-content {
  padding-top: 40px;
}
.newdet-content h4 {
  font-size: 48px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.newdet-content h1 {
  font-size: 48px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.newdet-content .content {
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  line-height: 2;
}
.newdet-content .content p{
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
}
.newdet-content .m-link {
  padding-top: 40px;
  font-size: 16px;
  color: #000000;
  line-height: 2;
}

.more-link{
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../images/about-right.png) no-repeat;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.more-link:hover{
  background: url(../images/right-hid.png) no-repeat;
}

.project-page .project-1 {
  background: url(../images/project-bg.png) no-repeat left top;
}
.project-page .project-list .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.project-page .project-list .list li {
  width: 32%;
  margin-bottom: 35px;
  overflow: hidden;
}
.project-page .project-list .list li:hover 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);
}
.project-page.project-content .project-list .list li:hover a:after{
  opacity: 0;
}
.project-page .project-list .list li img {
  width: 100%;
}
.project-page.gallery-page .project-list .list{
  justify-content: inherit;
}
.project-page.gallery-page .project-list .list li{
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list li a{
  display: block;
}
.project-page.gallery-page .project-list .list li img{
  width: 100%;
}
.project-page.gallery-page .project-list .list li:hover{
  box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
.project-page.gallery-page .project-list .list li:hover img{
  transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.project-page.gallery-page .project-list .list li > a:after{
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list li > a .content{
 background: rgba(0, 0, 0, 0);
}
.project-page.gallery-page .project-list .list li{
  width: 23%;
  margin-right: 2%;
}
.project-page.gallery-page .project-list .list li > a .content h4{
  font-size: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.project-page.gallery-page .project-list .list li:hover a .content h4{
  opacity: 0;
}
.inner-page .side-title {
  padding: 85px 0 65px;
}
.inner-page .side-title h4 {
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
}
.inner-page .side-title .singletit {
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  padding-left: 85px;
}

.inner-page .side-list .side-nav {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 20px;
  
}
.inner-page .side-list .side-nav > li {
  padding: 0 30px;
  border-right: 1px solid #bfbfbf;
}
.inner-page .side-list .side-nav > li.active>a{
  color: #6f5234;
}
.inner-page .side-list .side-nav > li.active>a:after{
  width: 100%;
  background: #6f5234;
}
.inner-page .side-list .side-nav > li > a {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  text-transform: capitalize;
  position: relative;
}
.inner-page .side-list .side-nav > li > a:hover::after {
  width: 100%;
}
.inner-page .side-list .side-nav > li > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.mbx a,
.mbx span{
  font-size: 18px;
    color: #000;
    text-transform: capitalize;
    position: relative;
}

.prodet-page .title {
  padding-left: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.faq-page .prodet-faq li h5 {
  padding: 35px 35px 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #a3a3a3;
  font-size: 20px;
  line-height: 36px;
}
.faq-page .prodet-faq li h5 .fa {
  font-size: 32px;
  line-height: 1.4;
  color: #000000;
}
.font-40{
  line-height: 1.4;
}
.faq-page .prodet-faq li p {
  padding: 30px 35px 20px;
  display: none;
  border-bottom: 1px solid #a3a3a3;
  font-size: 16px;
  line-height: 1.8;
}
.faq-page .prodet-faq li.Scroll_Elm {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.faq-page .prodet-faq li.Scroll_Elm.Scroll_In {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
@media screen and (max-width: 1600px) {
  .about-page {
    background: url(../images/about-1-bg.png) no-repeat 0 60px;
  }

  .about-page .about-1 .left h3 span {
    font-size: 30px;
  }

  .about-page .about-2 .right {
    padding: 0 100px;
  }
  .about-page .about-2 {
    padding: 140px 0 140px;
  }
  .contact-page {
    padding: 170px 0 0 0;
  }

  .contact-page .contact-2 ul li {
    width: 50%;
  }
 

  .contact-page .contact-3 ul li img {
    width: 100px;
  }
  .contact-page .contact-3 ul li {
    padding-left: 80px;
  }
  .contact-page .contact-2 ul li .content p {
    font-size: 14px;
  }

}
@media screen and (max-width: 1440px) {
  .contact-page .contact-1 {
    padding: 85px 15px;
  }

 

  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 15px;
  }
  .contact-page .contact-3 ul li .content {
    padding: 20px;
  }

  .contact-page .contact-4 .left h4 {
    font-size: 30px;
  }
  .contact-page .contact-4 .left p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1230px) {
  .contact-page .contact-1{
    background-size: 60%;
  }

  .about-page .about-4 .top h4 {
    font-size: 30px;
  }

  .about-page .about-5 {
    padding: 60px 20px 70px 20px;
  }

  .news-page .news-1{
    background-size: 40%;
  }

  .news-page .news-list .list li > div .right .content h4 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .news-page .news-list .list li > div .right {
    width: 100%;
    padding-left: 30px;
  }
  .newdet-content h4 {
    font-size: 32px;
  }
  .newdet-content .m-link {
    font-size: 14px;
    line-height: 2;
  }
  .font-40{
    font-size: 22px!important;
    line-height: 40px!important;
  }
  .contact-page .contact-2 ul li .content h6 {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-2 ul li .content p {
        font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-3 ul li {
    width: 50%;
  }


  .about-page{
    background-size: 60%;
  }

  .inner-page .side-list .side-nav > li > a {
    font-size: 16px;
  }
  .inner-page .side-list .side-nav > li {
    padding: 0 20px;
  }
  .inner-page .side-list .side-nav {
    margin-bottom: 10px;
  }
    .faq-page .prodet-faq li h5 {
    padding: 25px 20px 20px;
  }
  .faq-page .prodet-faq li p {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1000px){

  .news-page .news-list .list li>a .right{
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left .left-box:after{
    display: none;
  }
  .contact-page .contact-4 .right form input,
  .contact-page .contact-4 .right form textarea{
    width: 98%;
  }
  .mbx{
    margin-top: 30px;
  }
  .about-page {
    padding-top: 80px;
  }
  .about-page .about-2 {
    padding: 40px 15px;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding: 0 0;
  }
  .about-page .about-2 .right h3 {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .about-page .about-4 .exhibitionBox .navigation {
    display: none;
  }
  .about-page .about-4 .exhibitionBox {
    margin-top: 30px;
  }

  .news-page .news-list .list li > div .left {
    width: 100%;
  }
  .news-page .news-list .list li > div .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .newdet-content h4 {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .contact-page {
    padding: 60px 0 0 0;
  }
  .contact-page .contact-2 ul li {
    width: 100%;
  }
 
  .contact-page .contact-3 ul li {
    width: 100%;
  }
  .contact-page .contact-3 ul li img {
    left: 0;
  }
  .contact-page .contact-3 ul li .content {
    padding: 10px;
  }
  .contact-page .contact-3 ul li img {
    width: 80px;
  }
  .contact-page .contact-3 ul li .content .bottom p {
    font-size: 12px;
  }
  .contact-page .contact-3 ul li .content .top h5 {
    font-size: 14px;
    line-height: 2;
  }

  .contact-page .contact-4 .right {
    width: 100%;
    margin-top: 30px;
  }
  .project-page .project-list .list li {
    width: 100%;
  }
  .project-page.gallery-page .project-list .list li{
  width: 49%;
  }



.about-page .about-3 .about-3-img .content .more a span{
  margin-right: 15px;
}

.about-page .about-3 .about-3-img .content .more a span{
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
.about-page .about-3 .about-3-img .content .more{
      margin-top: 10px;
}

#advantages.init-2 h2{
  font-size: 35px;
}
#advantages.init-2 .content .center{
  padding: 50px 15px;
}

#advantages.init-2 .content .center .right{
  width: 100%;
  padding: 30px 0;
}
#advantages.init-2 .content .center .right ul li{
  width: 100%;
}
#advantages.init-2 .content .center .right ul li span em{
      font-size: 50px;
}
#advantages.init-2 .content .center .right ul li p{
      max-width: 100%;
}
#advantages.init-2 .content .center .right ul li{
  margin-bottom: 50px;
}
#advantages.init-2 .content .center .xian .xianBox{
  display: none;
}
#advantages.init-2 .content .center .right ul li span{
  float: left;
  width:40%;
}
#advantages.init-2 .content .center .right ul li span em {
    font-size: 36px;
}
#advantages.init-2 .content .center .right ul li p {
    float: left;
    width: 58%;
    margin-top: -10px;
}

.about-page .about-4 .exhibitionBox{
  padding-top: 0;
}
.about-page .about-5{
  padding-bottom: 0;
}

.inner-page .m-page{
  margin-top:20px;
}


  .about-page{
  background: url(/template/en/images/about-1-bg.png) no-repeat 50px 80px;
  background-size: 300px;
}
#advantages.init-2 .content .center .right ul li{
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
  .inner-page .side-title {
    padding: 30px 0 30px;
  }
  .inner-page .side-title h4 {
    text-align: center;
  }
  .inner-page .side-list .side-nav {
    margin-bottom: 30px;
  }
  .inner-page .side-list .side-nav > li > a {
    font-size: 18px;
  }
  .inner-page .side-list .side-nav > li {
    padding: 0 5px;
  }
  .inner-page .side-list .side-nav {
    flex-wrap: wrap;
  }
  .inner-page .side-list .side-nav > li {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .inner-page .side-list .side-nav{
    display: none;
  }
  .faq-page .prodet-faq li h5 {
    padding: 25px 0 20px;
  }
  .faq-page .prodet-faq li p {
    padding: 10px;
  }
}
.inner-banner {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.inner-banner .box {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: white;
  height: 100%
}
.inner-banner .box .ui.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.inner-banner .box .mbx {
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  color: #fff
}
.inner-banner .box .mbx:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -o-box-shadow: 0 0 30px 40px #cfa972;
  -webkit-box-shadow: 0 0 30px 40px #cfa972;
  box-shadow: 0 0 30px 40px #cfa972;
  background: #cfa972;
}
.inner-banner h2 {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #advantages.init-2 .content .center .right ul li span em{
    font-size: 80px;
  }
}
@media screen and (max-width: 1280px) {
  #advantages.init-2 .content .center .right{
    padding: 90px 40px;
  }
}
@media screen and (max-width: 1230px) {
  .inner-banner {
    height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner {
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .qodef-woo-single-page .qodef-single-product-content .images{
    width: 100% !important;
    padding: 0 !important;
  }
  .qodef-woo-single-page .qodef-single-product-summary{
    width: 100% !important;
    padding: 20px 15px 0 !important;
  }
  .qodef-woo-single-page .woocommerce-tabs{
    margin: 0 !important;
  }
  .qodef-woo-single-page .product{
    margin-bottom: 30px !important;
  }
  .qodef-woo-single-page .woocommerce-tabs ul.tabs>li{
    margin: 0 12px !important;
  }
  .qodef-woo-single-page .related.products, .qodef-woo-single-page .upsells.products{
    margin: 0 !important;
    padding: 0 15px !important;
  }



  #advantages.init-2 h2{
    font-size: 70px;
  }
  #advantages.init-2 .content .center{
    padding: 30px 0;
  }

   #advantages.init-2 .content .center .right ul li span em {
    font-size: 50px;
  }
  .wp-arrow.style1{
    display: none !important;
  } 
}
@media screen and (max-width: 700px) {
   .inner-banner {
    height: 240px;
  }
  .inner-banner .box .mbx,
  .mbx a, .mbx span {
    font-size: 14px;
  }
  .mbx{
    margin-top: 0;
  }
  .qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner, .qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner{
    padding: 30px 0 !important;
  }
      #advantages.init-2 h2 {
        font-size: 50px;
    }
    #advantages.init-2 .content .center .right ul li p{
      width: 100%;
      margin-top: 0;
    }
   #advantages.init-2 .content .center .right ul li:nth-child(2){
      margin-bottom: 50px;
    }

}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 180px;
  }
  .inner-banner h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-3{
    display: none;
  }
      #advantages.init-2 h2 {
        font-size: 32px;
    }
    #advantages.init-2 .content .center .right ul li:nth-child(1), #advantages.init-2 .content .center .right ul li:nth-child(2){
      width: 100%;
      margin-bottom: 25px;
    }
}




.product-page {
  background-color: #f3f3f3;
}

.product-page .box {
  max-width: 1700px;
  padding-right: 15px;
}
.product-page .box .left {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: #f3f3f3;
}
.product-page .box .left .title {
  font-size: 24px;
  line-height: 180px;
  height: 180px;
  padding-left: 90px;
  overflow: hidden;
  color: #000000;
  border-bottom: 1px solid #e1e5e5;
  font-weight: 600;
}
.product-page .box .left .title span {
  display: block;
  background: url(../images/pro-icon.png) left center no-repeat;
  background-size: 28px;
  padding-left: 40px;
}
.product-page .box .left .list {
  padding-right: 40px;
}
.product-page .box .left .list a {
  font-size: 18px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 0;
  color: #4e5769;
}
.product-page .box .left .list a:hover,
.product-page .box .left .list a.active {
  color: var(--color);
}
.product-page .box .left .list .icon-em {
  cursor: pointer;
  position: absolute;
  top: 33.5px;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}
.product-page .box .left .list .icon-em::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .box .left .list .icon-em::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #7b7b7b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.product-page .box .left .list .lia {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s;
  border-top: 1px solid #e1e5e5;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-page .box .left .list .lia span {
  width: 90%;
  display: block;
  position: relative;
  z-index: 1;
}
.product-page .box .left .list ul li.active .icon-em::before {
  width: 0;
}
.product-page .box .left .list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.product-page .box .left .list dl dd a {
  font-size: 14px;
  line-height: 1.4;
  color: #4e5769;
  display: block;
}
.product-page .box .left .list dl::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #E5E7EB;
}
.product-page .box .right {
  width: 74%;
  padding-left: 62px;
}
.product-page .box .right h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-page .box .right ul {
  margin: -20px;
}
.product-page .box .right ul li {
  padding: 20px;
}
.product-page .box .right ul li .img-box {
  border-radius: 10px;
}
.product-page .box .right ul li .img-box img {
  width: 100%;
}
.product-page .box .right ul li .text {
  margin-top: 20px;
}
.product-page .box .right ul li .text .tit {
  /*font-weight: 600;*/
}
.product-page .box .right ul li .text .tit:hover {
  color: var(--color);
}
.product-page .box .right ul li .text span {
  font-size: 18px;
  line-height: 32px;
  color: #4B4B4B;
}
.product-page .box .right .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #4B4B4B;
}
.product-page .know .con {
  color: #4B4B4B;
  margin-top: 20px;
}



@media screen and (max-width: 1440px) {

  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 40px;
  }
  .product-page .box .right {
    padding-left: 30px;
  }
  .product-page .box .right ul li .text .tit {
    line-height: 1.8;
  }
  .product-page .box .right ul li .text span {
    font-size: 16px;
  }

}

@media screen and (max-width: 1230px){
  
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 15px;
  }
  .product-page .box .left .title {
    font-size: 20px;
  }
  .product-page .box .left .list {
    padding-right: 20px;
  }
  .product-page .box .right ul {
    margin: -10px;
  }
  .product-page .box .right ul li {
    padding: 10px;
  }

}
@media screen and (max-width: 1000px){
   
  .product-page .box {
    padding: 0 15px;
  }
  .product-page .box .left {
    display: none;
  }
  .product-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .product-page #index-body .about,
  .product-page #index-body .product,
  .product-page #index-body .news,
  .product-page #index-body .know {
    display: none;
  }

}

@media screen and (max-width: 500px) {
   .product-page .box .right h1 {
    font-size: 22px;
    line-height: 40px;
  }

}




.prodet-page {
  background-color: #f3f3f3;
}
.prodet-page .prodet-1 .left {
  width: 50%;
}
.prodet-page .prodet-1 .left .box .small {
  width: 20%;
  position: relative;
  padding-right: 20px;
}

.prodet-page .prodet-1 .left .box .small ul {
  margin: -10px;
}

.prodet-page .prodet-1 .left .box .small ul li {
  padding: 10px;
}

.prodet-page .prodet-1 .left .box .small .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .left .box .small .slick-vertical .slick-slide {
  border: 0;
}

.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 24%;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 30px;
  outline: none;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgUp {
  top: 0;
  background-image: url(../images/icon-top.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgDown {
  bottom: 0px;
  background-image: url(../images/icon-bottom.png);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big a.img-box {
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big {
  width: 80%;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 20px;
  height: auto;
}
.prodet-page .prodet-1 .right .ig {
  background: #FFFFFF;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prodet-page .prodet-1 .right .ig h1 {
  padding: 0px 0 10px;
  border-bottom: 1px solid #e1e5e5;
  line-height: 1.4;
  font-weight: 500;
}
.prodet-page .prodet-1 .right .ig .con {
  padding: 10px 0;
  color: #4B4B4B;
  border-bottom: 1px solid #e1e5e5;
  margin-bottom: auto;
  /*overflow: auto;
  height: 180px;*/
  
}
.prodet-page .prodet-1 .right .ig .con > div {
  line-height: 2;
  max-height: 12em;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .ig .btn {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .ig .btn .more {
  width: 160px;
  height: 49px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 50px;
  margin-right: 15px;
  background-color: var(--color);
}
.prodet-page .prodet-1 .right .ig .btn .more:hover {
  background-color: #000;
}
.prodet-page .prodet-1 .right .ig .btn .more:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .ig .share span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  background: url(../images/share.png) no-repeat left top;
  background-size: 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.1;
}
.prodet-page .prodet-1 .right .ig .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .ig .share a:nth-child(4).iconfont {
  font-size: 20px;
}
.prodet-page .prodet-2 {
    padding: 6% 6%;
    background: #ffffff;
    margin: 3% 0;
    border-radius: 30px;
}
.prodet-page .prodet-2 .i-title{
  line-height: 1.8;
  font-weight: 500;
  background: var(--color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 53px;
  background: #fff;
  color: #4B4B4B;
  /*padding: 50px;*/
}
.prodet-page .prodet-3 {
  padding-top: 6%;
}
.prodet-page .prodet-3 .content {
  margin-top: 66px;
}
.prodet-page .prodet-3 .content ul {
  margin: 0 -22px;
}
.prodet-page .prodet-3 .content ul li {
  padding: 0 22px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 {
  /*padding-top: 6%;*/
}
.prodet-page .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-4 .content {
  margin-top: 64px;
}
.prodet-page .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .prodet-4 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 .content ul li .img-box img {
  width: 100%;
}
.prodet-page .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page .prodet-4 .content ul li .text .tit {
  line-height: 40px;
  min-height: 3.7em;
  font-weight: 600;
}
.prodet-page .prodet-4 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-4 .content ul li .text span {
  line-height: 2;
  color: #4B4B4B;
}
.font-30{
  line-height: 1.4;
}

.inner-page a.link {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: #c30d23;
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.inner-page .faq_list ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.inner-page .faq_list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
}
.inner-page .faq_list ul li span.h6 i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .faq_list ul li span.h6 i img {
  display: block;
}
.inner-page .faq_list ul li .text {
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
  display: none;
}
.inner-page .faq_list ul li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


.service-page .text p {
  margin-top: 2em;
}
.service-page .text p strong {
  font-weight: 500;
  color: black;
}
.service-page .text p:first-child {
  margin-top: 0;
}
.service-page .service-1 {
  position: relative;
  padding: 100px 0;
}
.service-page .service-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(left bottom, #c4ad51, transparent 40%);
  background-image: -moz-radial-gradient(left bottom, #c4ad51, transparent 40%);
  background-image: radial-gradient(left bottom, #c4ad51, transparent 40%);
  opacity: .5;
}
.service-page .service-1 .left {
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.service-page .service-1 .left span.h2 {
  font-size: 90px;
}
.service-page .service-1 .right .text {
  margin: 2em 0;
}
.service-page .service-2 {
  padding-top: 100px;
}
.service-page .service-2 span.h2 {
  display: block;
  margin-bottom: 2em;
}
.service-page .service-2 .left {
  padding-right: 5%;
}
.service-page .service-2 .left img {
  margin-bottom: -50%;
}
.service-page .service-2 .right {
  padding-top: 10%;
}
.service-page .service-2 .right span.h5 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 1.5em;
  display: block;
}
.service-page .service-2 .list {
  margin-top: 50px;
  margin-bottom: -100px;
}
.service-page .service-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .list ul li .box2 {
  padding: 50px;
  background-color: white;
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.service-page .service-2 .list ul li .box2 span.h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
  width: 100%;
}
.service-page .service-2 .list ul li .box2 .text {
  font-size: 14px;
  margin: 1.5em 0;
  line-height: 2;
}
.service-page .service-2 .list ul li .box2 a.link {
  margin-top: auto;
  margin-bottom: 0;
}
.service-page .service-2 .list ul li .box2 i {
  font-size: 40px;
  display: block;
  margin-top: 1em;
  width: 100%;
  margin-bottom: 0;
}
.service-page .service-3 {
  /*background-image: url("/raincoat-factory/2026/02/12/aad.jpg");*/
  background-size: cover;
  background-position: center;
  padding: 200px 0 100px;
  color: white;
}
.service-page .service-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 7%;
}
.service-page .service-3 .left .play {
  width: 100px;
  height: 100px;
  font-size: 24px;
  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;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .right span.tag {
  color: inherit;
}
.service-page .service-3 .right span.h2 {
  margin-bottom: 2em;
  display: block;
}
.service-page .service-3 .right .text {
  color: inherit;
}
.service-page .service-3 .right .nav {
  font-size: 16px;
  line-height: 30px;
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: 500;
}
.service-page .service-3 .right .nav a {
  padding: .5em 1em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .right .nav a:hover {
  background-color: #c30d23;
  color: white;
}
.service-page .service-4 {
  padding: 100px 0;
}
.service-page .service-4 .list {
  margin-top: 60px;
}
.service-page .service-4 .list ul {
  margin: -15px;
}
.service-page .service-4 .list ul li {
  padding: 15px;
  text-align: center;
}
.service-page .service-4 .list ul li a.img-box {
  display: block;
}
.service-page .service-4 .list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 1.5em 0 .5em;
  display: block;
}


@media screen and (max-width: 1000px) {
  .service-page .service-1 .left,
  .service-page .service-2 .left,
  .service-page .service-4 .left {
    position: static;
  }

  .service-page .service-2 .list ul li {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-3 .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
    position: static;
  }
  .service-page .service-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .service-3 .left .play {
    margin-right: auto;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-1 .left span.h2 {
    font-size: 24px;
  }
  .service-page .service-1 .left span.h2{
    line-height: 44px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-3 .right .nav {
    display: block;
  }
  .service-page .service-3 .right .nav a {
    margin-bottom: .5em;
    display: inline-block;
  }
}


table td, table th {
  word-break: normal;
}


.seoPublic .Auxil-news .list ul li .content {
  margin-top: 0;
}