@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PEL';
  src: url('../fonts/Poppins-ExtraLight.eot') format('eot'), url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'PT';
  src: url('../fonts/Poppins-Thin.eot') format('eot'), url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'AB';
  src: url('../fonts/AkzidenzGroteskBQ-XBold.eot') format('eot'), url('../fonts/AkzidenzGroteskBQ-XBold.woff2') format('woff2'), url('../fonts/AkzidenzGroteskBQ-XBold.woff') format('woff'), url('../fonts/AkzidenzGroteskBQ-XBold.ttf') format('truetype');
}
body {
  font-family: 'PR';
  overflow-x: hidden;
  width: 100%;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: rgba(239, 231, 220, 0.3);
  padding: 0.5rem 0;
}
#header .nav .ui.container {
  max-width: 1540px;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .logo span {
  display: block;
  color: #eff4f8;
  font-size: 1rem;
  font-family: "Microsoft YaHei";
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 5.25rem 0 0;
  font-size: 0.9rem;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
  position: relative;
  color: #222;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 25%;
  width: 0%;
  height: 1px;
  background-color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 320px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a{
  color: #fff;
}
#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 .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 320px;
  width: 320px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: #000;;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a{
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 320px;
  width: 320px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: #000;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: #fff;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover a{
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):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 .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 2.25rem;
  margin-top: 0.2rem;
  padding-right: 2rem;
  border-right: 1px solid #222;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 1.8rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #222;
  margin-top: 0.2rem;
  cursor: pointer;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language: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 .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;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #007cc2;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 45%;
  bottom: 3%;
}
#banner ul.slick-dots li {
  width: 60px;
  height: 2px;
  display: inline-block;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ffffff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .about .right ul.slick-dots {
  position: absolute;
  right: 0;
  bottom: -12%;
}
#index-body .about .right ul.slick-dots li {
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 8px;
  background-color: rgba(154, 141, 129, 0.4);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .about .right ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: -40%;
  left: -40%;
  width: 10px;
  height: 9px;
  border: solid 1px #9a8d81;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .right ul.slick-dots li button {
  display: none;
}
#index-body .about .right ul.slick-dots li.slick-active {
  background-color: #9a8d81;
}
#index-body .about .right ul.slick-dots li.slick-active::after {
  opacity: 1;
}
#index-body .about .right .slick-slide .content {
  display: none;
}
#index-body .about .right .slick-active .content {
  display: block;
}
#index-body .product .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0.5;
}
#index-body .product .slick-arrow:hover {
  background-color: rgba(154, 141, 129, 0.5);
  opacity: 1;
}
#index-body .product .slick-arrow:active{
  opacity: 1;
  background-color: rgba(154, 141, 129, 0.5);
}
#index-body .product .slick-prev {
  background: url("../images/pl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: -80px;
}
#index-body .product .slick-next {
  background: url("../images/pr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: -60px;
}
#index-body .product ul.slick-dots {
  position: absolute;
  left: 47%;
  bottom: -12%;
}
#index-body .product ul.slick-dots li {
  width: 5px !important;
  height: 5px !important;
  display: inline-block;
  margin-right: 8px;
  background-color: rgba(154, 141, 129, 0.4) !important;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  padding: 0 !important;
  box-shadow: none !important;
  border-bottom: none !important;
}
#index-body .product ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: -40%;
  left: -40.3%;
  width: 10px;
  height: 9px;
  border: solid 1px #9a8d81;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product ul.slick-dots li button {
  display: none;
}
#index-body .product ul.slick-dots li.slick-active {
  background-color: #9a8d81 !important;
}
#index-body .product ul.slick-dots li.slick-active::after {
  opacity: 1;
}
#index-body .product .slick-slide .content {
  display: none;
}
#index-body .product .slick-active .content {
  display: block;
}
#index-body .init-5 ul.slick-dots {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-5 ul.slick-dots li {
  width: 38px;
  height: 4px;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  background-color: #1a1a1a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 ul.slick-dots li button {
  display: none;
}
#index-body .init-5 ul.slick-dots li.slick-active {
  width: 38px;
  height: 4px;
  background-color: #007cc2;
}
/*table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}*/
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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: #fd2318;
  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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
@keyframes container {
  25% {
    margin-top: -20px;
  }
  50% {
    margin-top: 10px;
  }
  75% {
    margin-top: 30px;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
  width: 100%;
  background-color: rgba(239, 231, 220, 0.65);
  text-align: center;
  padding: 1.45rem 0;
  font-family: 'PL';
}
#banner ul li .text span {
  font-size: 14px;
  line-height: 1;
  color: rgba(33, 35, 34, 0.5);
  letter-spacing: 8px;
}
#banner ul li .text h3 {
  font-size: 3rem;
  letter-spacing: 32px;
  color: #212322;
  line-height: 1;
  margin-top: 5.15rem;
  position: relative;
  margin-left: 32px;
}
#banner ul li .text h3::before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #212322;
  position: absolute;
  left: 48%;
  top: 50%;
}
#banner ul li .text .line {
  text-align: center;
  position: relative;
}
#banner ul li .text .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 38.2%;
  width: 362px;
  height: 25px;
  background: url(../images/bbg.png) no-repeat;
}
#banner ul li .text p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #212322;
  line-height: 1.8;
  margin: 9px auto 0;
}
#banner ul li .text .s1 {
  margin-top: 4rem;
  display: block;
}
#index-body .more {
  position: relative;
  z-index: 1;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover::before {
  height: 100%;
}
#index-body .about {
  padding: 4.35rem 0 5.2rem;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#index-body .about .ui.container {
  max-width: 1630px;
  width: 100%;
}
#index-body .about .info{
  overflow: hidden;
}
#index-body .about .info .left {
  width: 32.5%;
  padding: 4.95rem 4.5rem 7.6rem 3rem;
  position: relative;
  z-index: 1;
}
#index-body .about .info .left::before{
  content: 'A';
    position: absolute;
    /*z-index: -1;*/
    top: -5.4rem;
    left: -6.7rem;
    font-size: 42rem;
    color: rgba(209, 203, 197, 0.2);
    line-height: 1;
    font-family: 'AB';
}
#index-body .about .info .left::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 232.7%;
  height: 100%;
  background-color: #f4eee5;
}
#index-body .about .info .left span {
  font-size: 18px;
  font-family: 'PL';
  line-height: 1;
  color: #535353;
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
}
#index-body .about .info .left span::after {
  content: '';
  width: 83px;
  height: 1px;
  background-color: #535353;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .about .info .left h1 {
  font-size: 26px;
  color: #222222;
  line-height: 1.7;
  margin-top: 1.9rem;
  position: relative;
  z-index: 1;
}
#index-body .about .info .left p {
  font-size: 14px;
  color: #222;
  font-family: 'PEL';
  line-height: 1.9;
  margin-top: 0.95rem;
  position: relative;
  z-index: 1;
}
#index-body .about .info .left .more {
  display: block;
  margin-top: 2.9rem;
  font-size: 20px;
  line-height: 1;
  color: #222222;
  position: relative;
  z-index: 1;
  padding-left: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .info .left .more img {
  margin: 5px 0 0 9px;
}
#index-body .about .info .left .more::before {
  content: '';
  width: 2px;
  height: 52px;
  border: solid 1px #222222;
  position: absolute;
  top: -19px;
  left: 0;
}
#index-body .about .info .left .more:hover {
  transform: translateX(10px);
}
#index-body .about .info .right {
  width: 67.5%;
  position: relative;
  z-index: 1;
}
#index-body .about .data {
  margin-top: 1.45rem;
}
#index-body .about .data .left {
  width: 58.2%;
  border-right: 1px solid #9a8d81;
}
#index-body .about .data .left li {
  display: inline-block;
  padding-right: 1rem;
}
#index-body .about .data .left li:last-child {
  margin-right: 0;
}
#index-body .about .data .right {
  width: 41.8%;
  color: #222222;
  padding: 1.4rem 5rem 0 2rem;
}
#index-body .about .data .right h3 {
  font-size: 26px;
  line-height: 1;
}
#index-body .about .data .right p {
  font-size: 14px;
  line-height: 1.9;
  font-family: 'PEL';
  margin-top: 0.95rem;
}
#index-body .i-product {
  padding: 3.5rem 0 1.45rem;
  background-color: #f4eee5;
}
#index-body .i-product .ui.container {
  max-width: 1572px;
  width: 100%;
}
#index-body .i-product .left {
  padding-left: 2.9rem;
  position: relative;
  z-index: 1;
  width: 43%;
  padding-top: 2rem;
}
#index-body .i-product .left .tag {
  width: 70px;
  height: 70px;
  border: solid 1px #9a8d81;
  border-radius: 50%;
  text-align: center;
  padding-top: 0.75rem;
}
#index-body .i-product .left .tag{
  display: none;
}
#index-body .i-product .left .tag span {
  display: block;
  font-size: 18px;
  letter-spacing: 4px;
  color: #9a8d81;
  font-family: 'PL';
  line-height: 1;
  position: relative;
}
#index-body .i-product .left .tag span:first-child {
  padding-bottom: 6px;
}
#index-body .i-product .left .tag span:first-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 40px;
  height: 1px;
  background-color: #9a8d81;
}
#index-body .i-product .left .tag span:last-child {
  letter-spacing: 0;
  margin-top: 5px;
}
#index-body .i-product .left::after {
  content: 'P';
  position: absolute;
  z-index: -1;
  top: -3.8rem;
  left: 1.3rem;
  font-size: 42.55rem;
  color: rgba(209, 203, 197, 0.2);
  line-height: 1;
  font-family: 'AB';
}
#index-body .i-product .left span.s1 {
  font-size: 18px;
  font-family: 'PL';
  color: #535353;
  display: block;
  margin-top: 2.85rem;
  position: relative;
}
#index-body .i-product .left span.s1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 83px;
  height: 1px;
  background-color: #535353;
}
#index-body .i-product .left h3 {
  font-size: 28px;
  font-family: 'PM';
  line-height: 1;
  margin-top: 1.9rem;
  color: #222;
}
#index-body .i-product .left p {
  font-size: 16px;
  font-family: 'PEL';
  color: #222;
  line-height: 1.8;
  width: 68%;
  margin-top: 10px;
}
#index-body .i-product .left .show {
  margin-top: 1rem;
  width: 60%;
}
#index-body .i-product .left .show li {
  margin-bottom: 1rem;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .i-product .left .show li .img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left .show li .img img {
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left .show li .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #9a8d81;
  font-family: 'PL';
  line-height: 1;
  padding-left: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left .show li:nth-child(1) .img {
  border: 1px solid #9a8d81;
}
#index-body .i-product .left .show li:hover .img {
  background-color: #9a8d81;
}
#index-body .i-product .left .show li:hover .img img {
  filter: grayscale(100%) brightness(300%);
}
#index-body .i-product .left .show li:hover .text {
  text-decoration: underline;
}
#index-body .i-product .left .mores {
  display: block;
  margin-top: 3rem;
  position: relative;
  font-size: 20px;
  color: #222;
  line-height: 1;
  padding-left: 0.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left .mores img {
  margin: 5px 0 0 9px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left .mores::after {
  content: '';
  position: absolute;
  left: 0;
  top: -0.9rem;
  width: 2px;
  height: 52px;
  background-color: #222;
}
#index-body .i-product .left .mores:hover {
  color: #9a8d81;
}
#index-body .i-product .left .mores:hover img {
  transform: translateX(10px);
}
#index-body .i-product .right {
  width: 57%;
  padding-bottom: 2.75rem;
}
#index-body .i-product .right .cat-list {
  margin-top: 27px;
}
#index-body .i-product .right .cat-list .item {
  width: 11.325%;
  float: left;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  position: relative;
  background-color: #c6bdb6;
  border: solid 4px #ffffff;
}
#index-body .i-product .right .cat-list .item:last-child {
  padding-right: 0;
}
#index-body .i-product .right .cat-list .item .img-box a {
  display: block;
  height: 560px;
  overflow: hidden;
  position: relative;
}
#index-body .i-product .right .cat-list .item .img-box a .layer {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-product .right .cat-list .item .img-box a .layer .img {
  display: none;
  position: relative;
}
#index-body .i-product .right .cat-list .item .img-box a .layer .img img {
  height: 560px;
}
#index-body .i-product .right .cat-list .item .img-box a .layer .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(154, 141, 129, 0.55);
}
#index-body .i-product .right .cat-list .item .img-box a .layer .tit {
  position: absolute;
  width: 300px;
  bottom: 55%;
  left: -108%;
  font-size: 20px;
  text-align: left;
  transform: rotate(270deg);
  font-family: 'PM';
  color: #fff;
}
#index-body .i-product .right .cat-list .item .img-box a .layer .tit::before {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #fbfbfb;
  top: -2px;
  left: -32px;
  position: absolute;
  transform: rotate(270deg);
}
#index-body .i-product .right .cat-list .item .img-box a .layer .tit::after {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #fbfbfb;
  bottom: 0;
  left: 220px;
  position: absolute;
  transform: rotate(270deg);
}
#index-body .i-product .right .cat-list .item .bot-tit {
  position: absolute;
  width: 300px;
  padding: 1.2rem 1.4rem 0.75rem 1.1rem;
  top: 15%;
  left: -20%;
  text-align: left;
  overflow: hidden;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition-delay: 0.5s;
  display: none;
  background-color: #ffffff;
  box-shadow: 3px 4px 8px 0px rgba(45, 36, 23, 0.12);
  overflow: inherit;
}
#index-body .i-product .right .cat-list .item .bot-tit::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -8%;
  width: 58px;
  height: 2px;
  background-color: #9a8d81;
}
#index-body .i-product .right .cat-list .item .bot-tit::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -8%;
  width: 58px;
  height: 2px;
  background-color: #9a8d81;
}
#index-body .i-product .right .cat-list .item .bot-tit .imgs {
  position: relative;
}
#index-body .i-product .right .cat-list .item .bot-tit .text {
  padding-top: 1rem;
  position: relative;
  margin-top: 1rem;
}
#index-body .i-product .right .cat-list .item .bot-tit .text h3 {
  font-size: 16px;
  color: #222;
  font-family: 'PM';
  line-height: 1;
  position: relative;
}
#index-body .i-product .right .cat-list .item .bot-tit .text h3::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #9a8d81;
  display: inline-block;
  margin-left: 0.5rem;
}
#index-body .i-product .right .cat-list .item .bot-tit .text p {
  font-size: 14px;
  color: #222;
  font-family: 'PEL';
  line-height: 1.7;
  margin-top: 9px;
}
#index-body .i-product .right .cat-list .item .bot-tit .text .mores {
  text-align: right;
  margin-top: -5%;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
#index-body .i-product .right .cat-list .item .bot-tit .text .mores:hover {
  transform: translateX(10px);
}
#index-body .i-product .right .cat-list .item .bot-tit .text::after {
  content: '';
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #9a8d81;
}
#index-body .i-product .right .cat-list .item.active {
  width: 54.7%;
}
#index-body .i-product .right .cat-list .item.active .img-box a .layer {
  background: rgba(0, 0, 0, 0.53);
}
#index-body .i-product .right .cat-list .item.active .img-box a .layer .img {
  display: block;
}
#index-body .i-product .right .cat-list .item.active .img-box a .layer .tit {
  display: none;
}
#index-body .i-product .right .cat-list .item.active .bot-tit {
  display: block;
}
#index-body .i-product .right .cat-list .item:nth-child(2) .img-box a .tit::after {
  left: 90px;
}
#index-body .i-product .right .cat-list .item:nth-child(3) .img-box a .tit::after {
  left: 170px;
}
#index-body .i-product .right .cat-list .item:nth-child(4) .img-box a .tit::after {
  left: 260px;
}
#index-body .i-product .right .cat-list .item:nth-child(5) .img-box a .tit::after {
  left: 235px;
}
#index-body .product {
  padding: 5.85rem 0 7rem;
  position: relative;
}
#index-body .product .header {
  text-align: center;
  position: relative;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid rgba(154, 141, 129, 0.5);
  z-index: 1;
}
#index-body .product .header span {
  font-size: 18px;
  font-family: 'PL';
  line-height: 1;
  color: #9a8d81;
  position: relative;
  display: block;
  padding-bottom: 9px;
}
#index-body .product .header span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 47.5%;
  width: 83px;
  height: 1px;
  background-color: #9a8d81;
}
#index-body .product .header h3 {
  font-size: 28px;
  font-family: 'PM';
  line-height: 1;
  color: #222222;
  margin-top: 0.9rem;
}
#index-body .product .header .form {
  margin: 1.95rem auto 0;
  position: relative;
  width: 340px;
}
#index-body .product .header .form input[type="text"] {
  border-radius: 24px;
  border: solid 1px #9a8d81;
  font-size: 16px;
  font-family: 'PEL';
  color: rgba(150, 137, 126, 0.5);
  width: 100%;
  height: 47px;
  text-align: center;
  background-color: #fff;
}
#index-body .product .header .form input[type="submit"] {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 27px;
  top: 16px;
  background: url(../images/ps.png) no-repeat;
  border: none;
}
#index-body .product .header .form::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #9a8d81;
  right: 60px;
  top: 9px;
}
#index-body .product .header::after {
  content: 'RECOMMEND';
  position: absolute;
  top: -25%;
  left: 4.25rem;
  font-size: 11.85rem;
  color: rgba(209, 203, 197, 0.15);
  letter-spacing: 14px;
  font-family: 'AB';
  line-height: 1;
  z-index: -1;
}
#index-body .product .content {
  margin-top: 0.5rem;
  padding: 0 1.35rem;
}
#index-body .product .content ul {
  margin-right: -1.8rem;
}
#index-body .product .content ul .slick-slide {
  padding: 1rem 0.5rem;
  margin-right: 1.8rem;
}
#index-body .product .content ul .slick-slide img {
  display: inline-block;
}
#index-body .product .content ul li {
  background-color: #ffffff;
  box-shadow: 4px 7px 6px 1px rgba(70, 63, 58, 0);
  padding: 11px 13px 22px 12px;
  border-bottom: 2px solid #daccbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .img img {
  width: 100%;
}
#index-body .product .content ul li .text {
  padding-top: 1.45rem;
  color: #222222;
  min-height: 115px;
}
#index-body .product .content ul li .text h3 {
  font-size: 16px;
  font-family: 'PM';
  line-height: 1.2;
}
#index-body .product .content ul li .text p {
  font-size: 14px;
  font-family: 'PEL';
  line-height: 1.7;
  width: 90%;
}
#index-body .product .content ul li .text .mores {
  display: block;
  text-align: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 1rem;
}
#index-body .product .content ul li .text .mores:hover {
  transform: translateX(5px);
}
#index-body .product .content ul li:hover {
  box-shadow: 4px 7px 6px 1px rgba(70, 63, 58, 0.11);
}
#index-body .advantage {
  background: url(../images/adb.jpg) no-repeat;
  padding: 3.6rem 0 1.5rem;
  background-size: cover;
}
#index-body .advantage .ui.container {
  max-width: 1630px;
  width: 100%;
}
#index-body .advantage .left {
  width: 43.8%;
}
#index-body .advantage .right {
  width: 56.2%;
  padding-left: 4.5rem;
}
#index-body .advantage .right .header {
  padding-bottom: 2rem;
  border-bottom: 1px solid #9a8d81;
}
#index-body .advantage .right .header span {
  font-size: 18px;
  color: #535353;
  font-family: 'PL';
  line-height: 1;
  padding-bottom: 9px;
  display: block;
  position: relative;
}
#index-body .advantage .right .header span::before {
  content: '';
  position: absolute;
  width: 83px;
  height: 1px;
  background-color: #535353;
  bottom: 0;
  left: 0;
}
#index-body .advantage .right .header h3 {
  font-size: 28px;
  font-family: 'PM';
  line-height: 1;
  color: #222;
  margin-top: 1.95rem;
}
#index-body .advantage .right .header h4 {
  font-size: 16px;
  font-family: 'PEL';
  color: #222;
  line-height: 1.8;
  margin-top: 0.9rem;
  width: 70%;
}
#index-body .advantage .right .content {
  margin-top: 2rem;
}
#index-body .advantage .right .content li {
  text-align: center;
  margin-bottom: 2rem;
}
#index-body .advantage .right .content li img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .advantage .right .content li h3 {
  font-size: 20px;
  font-family: 'PM';
  line-height: 1;
  color: #9a8d81;
  margin-top: 0.6rem;
}
#index-body .advantage .right .content li p {
  font-size: 14px;
  color: #62554a;
  font-family: 'PEL';
  line-height: 1.4;
  margin-top: 0.4rem;
  padding-right: 1rem;
}
#index-body .advantage .right .content li:hover img {
  transform: rotate(360deg) scale(1.2);
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  -ms-transform: rotate(360deg) scale(1.2);
}
#index-body .video {
  padding: 5.8rem 0 7rem;
}
#index-body .video .header {
  text-align: center;
}
#index-body .video .header span {
  font-size: 18px;
  font-family: 'PL';
  color: #9a8d81;
  line-height: 1;
  padding-bottom: 9px;
  position: relative;
  display: block;
}
#index-body .video .header span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 83px;
  height: 1px;
  background-color: #9a8d81;
}
#index-body .video .header h3 {
  font-size: 28px;
  font-family: 'PM';
  color: #222;
  line-height: 1.6;
  width: 50%;
  margin: 0.9rem auto 0;
}
#index-body .video .header .img {
  margin-top: 1.45rem;
  position: relative;
}
#index-body .video .header .img .play {
  position: absolute;
  top: 42%;
  left: 47%;
  z-index: 1;
}
#index-body .video .header .img .play::before,
#index-body .video .header .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .video .header .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .video .header .text {
  background-color: #ffffff;
  box-shadow: 1px 2px 20px 0px rgba(105, 83, 49, 0.15);
  width: 53.34%;
  margin: -5% auto 0;
  padding: 1.5rem 0 1.45rem;
  position: relative;
  z-index: 1;
}
#index-body .video .header .text h4 {
  font-size: 24px;
  font-family: 'PM';
  line-height: 1;
  color: #9a8d81;
  position: relative;
}
#index-body .video .header .text h4::before {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #9a8d81;
  position: absolute;
  top: 2px;
  left: 30%;
}
#index-body .video .header .text h4::after {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #9a8d81;
  position: absolute;
  top: 2px;
  right: 30%;
}
#index-body .video .header .text p {
  font-size: 14px;
  font-family: 'PEL';
  line-height: 1.7;
  margin: 1.05rem auto 0;
  width: 70%;
}
#index-body .news {
  padding: 3.85rem 0 3.9rem;
  background-color: #f4eee5;
}
#index-body .news .ui.container {
  max-width: 1473px;
}
#index-body .news .left {
  width: 37.43%;
  position: relative;
  z-index: 1;
}
#index-body .news .left .header {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #9a8d81;
}
#index-body .news .left .header span {
  font-size: 18px;
  font-family: 'PL';
  color: #535353;
  line-height: 1;
  padding-bottom: 9px;
  display: block;
  position: relative;
}
#index-body .news .left .header span::after {
  content: '';
  position: absolute;
  width: 83px;
  height: 1px;
  background-color: #535353;
  bottom: 0;
  left: 0;
}
#index-body .news .left .header h3 {
  font-size: 28px;
  font-family: 'PM';
  line-height: 1;
  color: #222;
  margin-top: 1.9rem;
}
#index-body .news .left .header p {
  font-size: 16px;
  font-family: 'PEL';
  color: #222;
  line-height: 1.8;
  margin-top: 0.95rem;
  width: 80%;
}
#index-body .news .left .content li {
  padding: 1.2rem 0 0.5rem;
  border-bottom: 1px solid #9a8d81;
}
#index-body .news .left .content li .img {
  width: 30%;
}
#index-body .news .left .content li .text {
  width: 70%;
  padding: 1.15rem 0 0 1rem;
}
#index-body .news .left .content li .text h3 {
  font-size: 20px;
  font-family: 'PM';
  line-height: 1.2;
  color: #222;
}
#index-body .news .left .content li .text p {
  font-size: 14px;
  font-family: 'PEL';
  line-height: 1.7;
  color: #222;
}
#index-body .news .left .content li .text .mores {
  display: block;
  text-align: right;
  margin-top: 0.7rem;
}
#index-body .news .left::after {
  content: 'N';
  position: absolute;
  z-index: -1;
  top: -64%;
  left: -6%;
  font-size: 42.55rem;
  color: rgba(209, 203, 197, 0.2);
  letter-spacing: 51px;
  font-family: 'AB';
}
#index-body .news .right {
  width: 62.57%;
  padding-left: 6.15rem;
}
#index-body .news .right li {
  display: none;
}
#index-body .news .right .text {
  width: 55.2%;
  background-color: #ffffff;
  padding: 2rem 4rem 2rem 2.5rem;
  float: right;
  margin: -34% -13% 0 0;
  position: relative;
  z-index: 1;
}
#index-body .news .right .text span {
  font-size: 18px;
  font-family: 'PL';
  line-height: 1;
  color: rgba(127, 113, 97, 0.6);
  display: block;
  padding-top: 15px;
  position: relative;
}
#index-body .news .right .text span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #9a8d81;
}
#index-body .news .right .text h3 {
  font-size: 22px;
  font-family: 'PM';
  color: #222222;
  line-height: 1.6;
  margin-top: 0.8rem;
}
#index-body .news .right .text p {
  font-size: 14px;
  font-family: 'PEL';
  line-height: 1.7;
  color: #222;
  margin-top: 0.5rem;
}
#index-body .news .right .text .mores {
  display: block;
  margin-top: 1.75rem;
  font-size: 20px;
  color: #222;
  line-height: 1;
}
#index-body .news .right .text .mores img {
  margin: 6px 0 0 9px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .right .text .mores:hover img {
  transform: translateX(10px);
}
#footer .ui.container {
  max-width: 1630px;
  width: 100%;
}
#footer .box {
  padding-bottom: 1.35rem;
}
#footer .box .header {
  padding-top: 6.95rem;
}
#footer .box .header .left {
  width: 46%;
  border-bottom: 1px solid rgba(154, 141, 129, 0.65);
  padding: 11px 0 10px;
  font-size: 20px;
  font-family: 'PT';
  line-height: 1.2;
  color: rgba(154, 141, 129, 0.5);
  letter-spacing: 60px;
}
#footer .box .header .middle {
  width: 8%;
  text-align: center;
}
#footer .box .content {
  margin-top: 2rem;
}
#footer .box .content h3 {
  font-size: 20px;
  font-family: 'PM';
  line-height: 1;
  color: #9a8d81;
}
#footer .box .content ul {
  margin-top: 1.75rem;
}
#footer .box .content ul li {
  font-size: 14px;
  font-family: 'PL';
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .content ul li img {
  display: inline-block;
}
#footer .box .content ul li span {
  display: inline-block;
  padding-left: 1.1rem;
}
#footer .box .content ul li:hover {
  color: #9a8d81;
}
#footer .box .content ul li:last-child {
  margin-bottom: 0;
}
#footer .box .content .f-contact {
  padding-left: 2.6rem;
}
#footer .box .content .f-contact dl {
  margin-top: 2.55rem;
}
#footer .box .content .f-contact dl dd {
  display: inline-block;
  margin-right: 1.25rem;
}
#footer .box .content .f-contact dl dd:last-child {
  margin-right: 0;
}
#footer .box .content .f-nav {
  padding-left: 3%;
  width: 20%;
}
#footer .box .content .f-nav ul li {
  position: relative;
}
#footer .box .content .f-nav ul li::after {
  content: '';
  width: 5px;
  height: 9px;
  background: url(../images/f-icon.png) no-repeat;
  display: inline-block;
  margin-left: 9px;
}
#footer .box .content .f-product {
  padding-left: 1%;
  width: 24%;
}
#footer .box .content .f-info {
  width: 31%;
}
#footer .box .content .f-info h3 {
  font-size: 24px;
}
#footer .box .content .f-info .form {
  margin-top: 1.9rem;
}
#footer .box .content .f-info .form input[type="text"] {
  background-color: rgba(154, 141, 129, 0.1);
  border: none;
  font-size: 14px;
  font-family: 'PL';
  color: rgba(154, 141, 129, 0.65);
  height: 51px;
  width: 68%;
  padding-left: 0.85rem;
}
#footer .box .content .f-info .form input[type="submit"] {
  height: 51px;
  border: solid 1px #9a8d81;
  font-size: 16px;
  font-family: 'PM';
  color: #9a8d81;
  text-align: center;
  width: 19.6%;
  background-color: #fff;
  margin-left: 3%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .content .f-info .form input[type="submit"]:hover {
  background-color: #9a8d81;
  color: #fff;
}
#footer .box .content .f-info p {
  font-size: 14px;
  line-height: 1.5;
  color: #9a8d81;
  font-family: 'PL';
  margin-top: 0.95rem;
  width: 86%;
}
#footer .box .content .f-info .code {
  margin-top: 1.95rem;
}
#footer .box .content .f-info .code #ewm {
  display: inline-block;
  vertical-align: top;
  width: 104px;
  height: 105px;
  text-align: center;
  border: 1px solid #9a8d81;
  line-height: 105px;
}
#footer .box .content .f-info .code #ewm img {
  width: 91px;
  height: 90px;
  border: 3px solid #fff;
  vertical-align: middle;
  margin: 7px auto;
}
#footer .box .content .f-info .code .chat {
  display: inline-block;
  vertical-align: top;
  width: 104px;
  height: 105px;
  border: 1px solid #9a8d81;
  text-align: center;
  line-height: 105px;
  margin-left: 1.45rem;
}
#footer .box .content .f-info .code .chat img {
  vertical-align: middle;
}
#footer .f-copy {
  background-color: #f4eee5;
  color: #9a8d81;
  padding: 0.85rem 0;
  font-size: 14px;
  font-family: 'PL';
  text-align: center;
  margin-top: 3.5rem;
}
#footer .f-copy img{
  width: 10%;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #9a8d81;
}
#footer .f-copy svg text {
  fill: #9a8d81;
}
#footer .f-copy svg:hover {
  fill: #007cc2;
}

.inquiry {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    width: 60px;
    height: 60px;
    border-radius: 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;
    font-size: 20px;
    color: #fff;
    background: rgba(154,141,129,.5);
    cursor: pointer;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 100;
}

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

@media screen and (max-width: 1600px) {
  #index-body .about .data .left li {
    margin-right: 0;
    width: 33%;
  }
  #index-body .product .slick-prev {
    left: -20px;
  }
  #index-body .product .slick-next {
    right: 0;
  }
  #index-body .advantage .right {
    padding-left: 4rem;
  }
  #index-body .news .right {
    padding-left: 5rem;
  }
  #index-body .news .right .text {
    margin: -34% -11% 0 0;
  }
  #footer .box .header .left {
    font-size: 18px;
  }
  #footer .box .header .left {
    width: 47%;
  }
  #footer .box .header .middle {
    width: 6%;
  }
}
@media screen and (max-width: 1440px) {
  #banner ul li .text .line::before {
    left: 37.5%;
  }
  #index-body .about .info .left {
    padding: 4.95rem 2rem 7.6rem 2rem;
  }
  #index-body .i-product .right .cat-list .item .img-box a .layer .tit {
    left: -145%;
  }
  #index-body .advantage .right {
    padding-left: 2rem;
  }
  #index-body .advantage .right .content li p {
    padding-right: 0.5rem;
  }
  #index-body .video .header .text p {
    width: 74%;
  }
  #index-body .news .right {
    padding-left: 3rem;
  }
  #index-body .news .left .content li .text h3 {
    font-size: 19px;
  }
  #index-body .news .right .text {
    margin: -34% -6% 0 0;
    padding: 2rem 3rem 2rem 2.5rem;
  }
  #footer .box .header .left {
    font-size: 14px;
  }
  #footer .box .content .f-info h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  #banner ul li .text .line::before {
    left: 33.5%;
  }
  #index-body .about .info .left h1 {
    font-size: 24px;
  }
  #index-body .about .data .left li {
    width: 32%;
  }
  #index-body .i-product .left .show {
    width: 70%;
  }
  #index-body .i-product .right .cat-list .item .img-box a .layer .tit {
    left: -190%;
  }
  #index-body .advantage .right .header h3 {
    font-size: 24px;
  }
  #index-body .advantage .right {
    padding-left: 1rem;
  }
  #index-body .video .header h3 {
    width: 60%;
  }
  #index-body .about .data .right {
    padding: 1.4rem 2rem 0 2rem;
  }
  #index-body .product .header::after {
    left: 0;
  }
  #index-body .video .header .text p {
    width: 90%;
  }
  #index-body .news .left .content li .text {
    padding: 0 0 0 1rem;
  }
  #index-body .news .left .content li .text h3 {
    font-size: 15px;
  }
  #index-body .news .right .text {
    margin: -34% -3% 0 0;
  }
  #footer .box .content .f-nav {
    width: 18%;
  }
  #footer .box .content .f-product {
    width: 23%;
  }
  #footer .box .content .f-info {
    width: 34%;
  }
  #footer .f-copy img{
    width: 13%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 3.5rem 0 0;
  }
  #banner ul li .text .line::before {
    left: 31.5%;
  }
  #index-body .about .info .left h1 {
    font-size: 20px;
  }
  #index-body .i-product .right .cat-list .item .img-box a .layer .tit {
    left: -220%;
  }
  #index-body .product .header::after {
    font-size: 10.5rem;
  }
  #index-body .advantage .right .header h3 {
    font-size: 22px;
  }
  #index-body .advantage .right .header h4 {
    width: 100%;
  }
  #index-body .advantage .right .header {
    margin-bottom: 1rem;
  }
  #index-body .video .header h3 {
    width: 70%;
  }
  #index-body .news .left .header p {
    width: 100%;
  }
  #index-body .news .left::after {
    top: -49%;
  }
  #index-body .news .right .text {
    width: 66%;
    padding: 2rem 1rem 2rem 1.5rem;
  }
  #footer .box .header .middle {
    padding-top: 1rem;
  }
  #footer .box .content .f-contact {
    padding-left: 0;
  }
  #footer .box .content .f-info .form input[type="submit"] {
    width: 26%;
  }
  #footer .box .content .f-info p {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #mobile #menu-on i {
    background: #000;
  }
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text h3 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  #banner ul li .text .line::before {
    left: 23.5%;
  }
  #banner ul li .text p {
    font-size: 16px;
  }
  #banner ul li .text .s1 {
    margin-top: 2rem;
  }
  #index-body .about .info .left,
  #index-body .about .info .right {
    width: 50%;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .i-product .left {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i-product .right {
    width: 100%;
  }
  #index-body .i-product .right .cat-list .item .img-box a .layer .tit {
    left: -170%;
  }
  #index-body .i-product .right .cat-list .item .bot-tit {
    left: 0;
  }
  #index-body .advantage .left {
    display: none;
  }
  #index-body .advantage .right {
    width: 100%;
  }
  #index-body .advantage .right .content li {
    width: 50%;
  }
  #index-body .video .header h3 {
    font-size: 20px;
  }
  #index-body .video .header .text {
    width: 82%;
  }
  #index-body .news .left::after {
    display: none;
  }
  #index-body .news .left,
  #index-body .news .right {
    width: 100%;
  }
  #index-body .news .right {
    padding: 1rem 0 0 0;
  }
  #footer .box .header {
    display: none;
  }
  #footer .box .content .f-nav,
  #footer .box .content .f-product {
    display: none;
  }
  #footer .box .content .f-contact {
    width: 40%;
  }
  #footer .box .content .f-info {
    width: 60%;
  }
  #footer .f-copy img {
    width: 23%;
}
}
@media screen and (max-width: 700px) {
  .inquiry{
    display: none;
  }
  #banner ul li .text .line {
    display: none;
  }
  #banner ul li .text h3::before {
    display: none;
  }
  #banner ul li .text h3 {
    letter-spacing: 10px;
  }
  #banner ul li .text span {
    display: none;
  }
  #banner ul li .text p {
    font-size: 14px;
  }
  #banner ul li .text .s1 {
    display: none;
  }
  #index-body .about .info .left {
    width: 100%;
  }
  #index-body .about .info .right {
    display: none;
  }
  #index-body .i-product .left::after {
    display: none;
  }
  #index-body .i-product .right .cat-list .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  #index-body .i-product .right .cat-list .item.active {
    width: 100%;
    margin-bottom: 13rem;
  }
  #index-body .i-product .right .cat-list .item .img-box a {
    height: 400px;
  }
  #index-body .i-product .right .cat-list .item .img-box a .layer .img img {
    width: 100%;
    height: 400px;
  }
  #index-body .i-product .right .cat-list .item .img-box a .layer .tit {
    left: 0;
    width: 100%;
    text-align: center;
    transform: rotate(0);
  }
  #index-body .product .header::after {
    display: none;
  }
  #index-body .i-product .right .cat-list .item .bot-tit {
    width: 290px;
  }
  #index-body .product .header .form {
    width: 280px;
  }
  #index-body .product .header span::after {
    display: none;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .video {
    display: none;
  }
  #index-body .news .right .text {
    width: 98%;
  }
  #index-body .news .right .text span {
    font-size: 14px;
  }
  #index-body .news .right .text h3 {
    font-size: 18px;
  }
  #index-body .news .right .text .mores {
    font-size: 14px;
  }
  #index-body .news .right .text .mores img {
    margin: 3px 0 0 9px;
  }
  #index-body .news .left .content li .img,
  #index-body .news .left .content li .text {
    width: 100%;
  }
  #index-body .news .left .content li .text {
    padding-top: 1rem;
  }
  #footer .box .content .f-contact {
    width: 100%;
  }
  #footer .box .content .f-info {
    width: 100%;
    padding-top: 2rem;
  }
  #footer .box .content .f-info .code #ewm {
    display: none;
  }
  #footer .f-copy img {
    width: 48%;
}
}

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat fixed;

  height:450px;
  padding-top: 5%;
 
color: #fff;
}
.inner-banner .container {
  width: 80%;
}
.inner-banner .container h2 {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;  
  padding-bottom: 10px;
}
.inner-banner .container h2:after {
  content: '';
  position: absolute;
  background: #daccbf;
  width: 100px;
  height: 6px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mbx{
  padding: 15px 0;
      background: #f6f6f6;
}
.mbx .container{
  width: 82%;
}
.mbx a,.mbx span{
  font-size: 18px;
  color: #666;
}
.mbx a:hover,.mbx span{
  color: #000000;
}
.inner-page {
  padding: 50px 0;
}
/*.inner-page .container {
  width: 82%;
}*/
.inner-page .container h2.tit {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 65px 0;
}
.inner-page .container .sidebar-fl {
  width: 22%;
}
.inner-page .container .sidebar-fl .form {
  position: relative;
}
.inner-page .container .sidebar-fl .form input {
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
}
.inner-page .container .sidebar-fl .form input[type="submit"] {
  width: 30%;
  background: #000000 url(../images/tc-zoom-white.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-page .container .sidebar-fl .latest-news {
  padding-top: 30px;
}
.inner-page .container .sidebar-fl .latest-news h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.inner-page .container .sidebar-fl .latest-news ul li {
  margin-bottom: 12px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column {
  width: 45%;
  vertical-align: middle;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) {
  width: 55%;
  padding-left: 20px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) time {
  color: #daccbf;
  font-size: 14px;
}
.inner-page .container .sidebar-fl .latest-news ul li .grid-box .column:nth-child(2) h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
}
.inner-page .container .sidebar-fl .latest-news ul li:hover h2 {
  color: #daccbf;
}
.inner-page .container .sidebar-fl .side-contact {
  margin-top: 70px;
  padding: 30px;
  background: url(../images/side-bg_03.jpg) no-repeat center;
  background-size: cover;
}
.inner-page .container .sidebar-fl .side-contact h2 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 40px;
}
.inner-page .container .sidebar-fl .side-contact p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}
.inner-page .container .sidebar-fl .side-contact p a {
  color: #ffffff;
}
.inner-page .container .sidebar-fl .side-contact .text {
  margin-top: 30px;
}
.inner-page .container .sidebar-fl .side-contact a.call {
  margin: 30px auto 0;
  display: block;
  width: 100%;
  height: 58px;
  margin-top: 40px;
  line-height: 58px;
  background: #ffffff;
  text-align: center;
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
}
.gallery-page .container .page-right{
  padding-left: 0 !important;
}
.inner-page .container .page-right {
  width: 78%;
  padding-left: 8%;
}
.inner-page .container .page-right .header{
  margin-bottom: 2rem;
}
.inner-page .container .page-right h4{
  font-size: 1.5rem;
  font-family: 'PSB';
  line-height: 1;
}
.inner-page .container .page-right p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 70px;
  margin: 15px 0;
  position: relative;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  cursor: not-allowed;
}
.inner-page .m-page a:hover {
  color: white;
  background: #000;
  border-color: #000;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .box {
  background: #fff;
  padding: 40px;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #daccbf none repeat scroll 0 0;
  border: 2px solid #daccbf;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 40px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #daccbf none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .text{    
  max-height: 500px;
  overflow-y: auto;
    }
.about-page .about-1 .text p {
  line-height: 30px;
  font-size: 16px;
  margin: 25px 0;
}
.about-page {
  padding-bottom: 0;
  background: #f6f6f6;
}
.about-page .about-2 .grid-box .column {
  text-align: center;
}
.about-page .about-2 .grid-box .column h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 700;
}
.about-page .about-2 .grid-box .column h2 a {
  position: relative;
}
.about-page .about-2 .grid-box .column p {
  font-size: 16px;
}
.about-page .about-3-honor {
  padding: 0px 0;
}
.about-page .about-3-honor .honor-list ul li {
  padding: 0 10px;
}
.about-page .about-4 {
  padding: 20px 0;
}
.about-page .about-4 .box {
    height: 660px;
    position: relative;
    top: 0;
}
.about-page .about-4 .factory-list ul li {
  padding: 0 10px;
}
.about-page .about-4 .factory-list li h5{
  font-size: 16px;
  text-align: center;
  padding-top: 1rem;
}
.about-page .about-4 .more {
  margin: 30px auto 0;
  display: block;
  width: 270px;
  height: 58px;
  margin-top: 70px;
  line-height: 58px;
  background: #daccbf;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-page .about-5 {
  margin-top: 50px;
}
.about-page .about-5 .about5-list ul li .img-box {
  position: relative;
}
.about-page .about-5 .about5-list ul li .img-box .layer {
  padding-top: 32%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-page .about-5 .about5-list ul li .img-box .layer p {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.news-page .grid-box.two .column ul li {
  margin-bottom: 50px;
}
.news-page .grid-box.two .column ul li .img-box {
  position: relative;
}
.news-page .grid-box.two .column ul li .img-box .text {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
.news-page .grid-box.two .column ul li .img-box .text time {
  color: #daccbf;
  font-size: 14px;
}
.news-page .grid-box.two .column ul li .img-box .text h2 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 700;
}
.news-page .grid-box.two .column ul li .img-box .text p {
  line-height: 30px;
  margin: 10px 0;
  font-size: 14px;
}
.news-page .grid-box.two .column ul li .img-box .text a.more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.news-page .grid-box.two .column ul li .img-box .text a.more .fa {
  margin-left: 10px;
  font-size: 20px;
}
.news-page .grid-box.two .column ul li .img-box .text a.more:hover {
  color: #daccbf;
}
.news-page .grid-box.two .column ul li .img-box:hover h2 {
  color: #daccbf;
}
.newdet-page{
  background: #f6f6f6;
}
.newdet-page .page-right h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.newdet-page .page-right time {
  font-size: 15px;
  color: #737777;
}
.newdet-page .page-right .content{
  padding: 40px;
  background: #fff;
  margin-top: 20px;
  font-size: 16px;
}
.newdet-page .page-right .content .news_next{
  margin-top: 30px;
}
.factory-page {
  background: #fff;
}
.factory-page .factory-part {
  padding: 50px 0;
}
.factory-page .factory-part .tit {
  text-align: center;
}
.factory-page .factory-part .tit h2 {
  color: #2a2a2a;
  font-size: 44px;
}
.factory-page .factory-part .tit p {
  color: #666;
}
.factory-page .factory-part .factory-part-list {
  margin-top: 20px;
}
.factory-page .factory-part .factory-part-list ul li {
  padding: 0 2px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text h2 {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 18px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text p {
  color: #666;
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
.product-page {
  background: #f6f6f6;
}
.product-page .pro-sidevar {
  margin-bottom: 120px;
}
.product-page .pro-sidevar h2 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
}
.product-page .pro-sidevar #inner-nav{
  margin: 30px 0;
}
.product-page .pro-sidevar #inner-nav ul li{
  color: #676a6c;
  font-size: 22px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
}
.product-page .pro-sidevar #inner-nav ul li:after{ 
  content: '';position: absolute;
  width: 14px;
  height: 1px;
  background: #676a6c;
  left:0;
  top:15px;
  }
  .product-page .pro-sidevar #inner-nav ul li ul{
    margin:10px 0;
  }
.product-page .pro-sidevar #inner-nav ul li li{
  font-weight: 500;
  font-size: 18px;
  color: #9d9d9d;
  padding-left: 0;
}
.product-page .pro-sidevar #inner-nav ul li li:after{
    display: none;
}

.product-page .page-right .grid-box.three .column {
  padding: 0 1px 1px;
}
.product-page .page-right .grid-box.three .column .box {
  background: #fff;
  position: relative;
}
.product-page .page-right .grid-box.three .column .box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  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;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  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;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  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;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .inner:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  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;
  z-index: 3;
}
.product-page .page-right .grid-box.three .column .box .img-box{padding:10px 30px;}
.product-page .page-right .grid-box.three .column .box .text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 20px 30px;
}
.product-page .page-right .grid-box.three .column .box .text h3 {
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
}
.product-page .page-right .grid-box.three .column .box .text h2 {
  margin: 8px 0;
  font-size: 18px;
}
.product-page .page-right .grid-box.three .column .box .text span{
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin-bottom: 1rem;
}
.product-page .page-right .grid-box.three .column .box .text p {
  color: #565656;
  line-height: 40px;
  text-transform: uppercase;
}
.product-page .page-right .grid-box.three .column .box .text a.contact {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background: #000000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.product-page .page-right .grid-box.three .column:hover .box:after {
  width: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box:before {
  height: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box .inner:after {
  width: 100%;
}
.product-page .page-right .grid-box.three .column:hover .box .inner:before {
  height: 100%;
}

.prodet-page .page-right .init-1 {
  margin-bottom: 30px;
}
.prodet-page .page-right .init-1 .column {
  vertical-align: top;
}
.prodet-page .page-right .init-1 .column:nth-child(2){
  padding-left: 30px;
}
.prodet-page .page-right .init-1 .column h2 {
  font-size: 24px;
  color: #7d7878;
}
.prodet-page .page-right .init-1 .column h2 span {
  color: #65a5d0;
}
.prodet-page .page-right .init-1 .column h1 {
  font-size: 32px;
  color: #000000;
}
.prodet-page .page-right .init-1 .column h4 {
  font-size: 24px;
  color: #000000;
}
.prodet-page .page-right .init-1 .column p {
  margin-top: 30px;
  line-height: 30px;
}
.prodet-page .page-right .init-1 .column .det-contact{
  margin-top: 50px;
}
.prodet-page .page-right .init-1 .column .det-contact a{
  display: block; width: 175px; height: 60px;line-height: 58px; 
  background: #000000; text-align: center; font-size: 18px; 
text-transform: uppercase; color: #ffffff;
border: 1px solid #000000;
margin-right: 20px;
float: left;
}
.prodet-page .page-right .init-1 .column .det-contact a.more2{
  background: none;
  color: #000000;
}
.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .prodet-box-two{
  background: #ffffff;
  margin: 20px 0;
  padding: 40px 30px;
}
.prodet-page .prodet-box-two .column {
  width: 25%;
  padding-right: 30px;
  padding-bottom: 30px;
}
.prodet-page .prodet-box-two .column h2 {
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
.prodet-page .prodet-box-two .column h2:after {
  content: '';
  position: absolute;
  width: 88px;
  height: 5px;
  background: #000;
  right: 0;
  top: 10px;
}
.prodet-page .prodet-box-two .prodet1 {
  width: 75%;
  font-size: 14px;
}
.prodet-page .prodet-box-two .prodet1 p {
  line-height: 30px;
}
.prodet-page .prodet-box-two .prodet1 table {
  /*width: 100% !important;*/
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
.prodet-page .prodet-box-two .prodet1 table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
.prodet-page .prodet-box-two .prodet1 table td,
.prodet-page .prodet-box-two .prodet1 table th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: auto !important;
  height: auto !important;*/
}
.prodet-page .prodet-box-two .prodet1 table tr {
  /*border-bottom: 1px solid #000;*/
  width: auto !important;
  height: auto !important;
}
.prodet-page .prodet-box-two .prodet1 table tr:nth-child(even) {
  background: #eee;
}

.prodet-page .prodet-box-two .prodet1 table tr td {
  padding: 5px 0;
  font-size: 16px;
}

.prodet-page .page-right .content{
  background: none;
}

.prodet-page .inner-prodet-3{
  margin-top: 40px;
}
.prodet-page .inner-prodet-3 ul li{
  padding: 0 10px;
}
.prodet-page .inner-prodet-3 ul li .box {
  background: #fff;
  position: relative;
}
.prodet-page .inner-prodet-3 ul li .box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  background: #daccbf;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  background: #daccbf;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #daccbf;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .inner:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  background: #daccbf;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  z-index: 3;
}
.prodet-page .inner-prodet-3 ul li .box .text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 20px 30px;
}
.prodet-page .inner-prodet-3 ul li .box .text h3 {
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
}
.prodet-page .inner-prodet-3 ul li .box .text h2 {
  margin: 8px 0;
  font-size: 18px;
}
.prodet-page .inner-prodet-3 ul li .box .text p {
  color: #565656;
  line-height: 40px;
  text-transform: uppercase;
}
.prodet-page .inner-prodet-3 ul li .box .text a.contact {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background: #000000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.prodet-page .inner-prodet-3 ul li:hover .box:after {
  width: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box:before {
  height: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box .inner:after {
  width: 100%;
}
.prodet-page .inner-prodet-3 ul li:hover .box .inner:before {
  height: 100%;
}
.contact-page{
  padding: 0;
}
.contact-page .more {
    margin: 0 auto;
    display: block;
    width: 158px;
    height: 52px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #000;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.init-contact1 {
  padding: 118px 0 60px;
}
.init-contact1 .column {
  width: 60%;
}
.init-contact1 .column:nth-child(1) {
  padding-right: 8%;
}
.init-contact1 .column:nth-child(1) form {
  margin-top: 40px;
}
.init-contact1 .column:nth-child(1) form ul li {
  margin-bottom: 10px;
}
.init-contact1 .column:nth-child(1) form ul li input,
.init-contact1 .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  padding: 20px;
  padding-left: 0;
  font-size: 18px;
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-ms-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input[type="submit"] {
  color: #fff;
  background: #000000;
  border: none;
  width: 180px;
  text-align: center;
  padding: 12px 20px;
  margin-top: 30px;
}
.init-contact1 .column h2 {
  padding: 20px 0;
 
  font-size: 40px;
  font-weight: bold;
}
.init-contact1 .column p {
  font-size: 18px;
  color: #666666;
  margin: 10px 0;
}
.contact-page .init-contact1 .column:nth-child(2) {
  width: 50%;
  padding-left: 2%;
}
.contact-page .init-contact1 .column:nth-child(2) h2 {

  font-size: 40px;
   font-weight: bold;
}

.contact-page .init-contact1 .column:nth-child(2) .text .map {
  margin: 20px 0 40px;
  border: 1px solid #ccc;
  min-height: 300px;
}
.contact-page .init-contact1 .column:nth-child(2) .text p {
 
  color: #979797;
}
.contact-page .init-contact1 .column:nth-child(2) .text p .fa{
  font-size: 20px;
  margin-right: 5px;
  color: #daccbf;
}
.contact-page .init-contact1 .column:nth-child(2) .text .p1 .fa{
  margin-right: 1.1rem;
}
.contact-page .init-contact1 .column:nth-child(2) .text .p2 .fa{
  margin-right: 0.8rem;
}

.contact-page .contact-2{
  background: url(../images/c1b.jpg) no-repeat;
  background-size: cover;
  padding: 5.1rem 0 4.8rem;
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 .ui.container{
  max-width: 1630px;
  width: 100%;
}
.contact-page .contact-2::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
}
.contact-page .contact-2 .header{
  text-align: center;
  color: #fff;
}
.contact-page .contact-2 .header h3{
  font-size: 2.8rem;
  line-height: 1;
  font-family: 'PM';
}
.contact-page .contact-2 .header p{
  font-size: 16px;
  line-height: 1.8;
  font-family: 'PEL';
  margin: 0.9rem auto 0;
  width: 36%;
}
.contact-page .contact-2 .content{
  margin-top: 2.85rem;
}
.contact-page .contact-2 .content .top{
  width: 65.6%;
  margin: 0 auto;
}
.contact-page .contact-2 .content .top li{
  width: 47.7%;
  margin-right: 4.6%;
}
.contact-page .contact-2 .content .top li:last-child{
  margin-right: 0;
}
.contact-page .contact-2 .content ul{
  display: flex;
  display: -webkit-box;   
  display: -moz-box;       
  display: -ms-flexbox; 
  display: -webkit-flex; 
}
.contact-page .contact-2 .content li{
  background-color: #ffffff;
  padding: 1rem 0;
}
.contact-page .contact-2 .content li .img{
  width: 32%;
  padding: 1.45rem 1rem 2.05rem;
  text-align: center;
  border-right: 1px solid #d2d2d2;
}
.contact-page .contact-2 .content li .img p{
  font-size: 18px;
  font-family: 'PSB';
  color: #222;
  line-height: 1.5;
  margin-top: 0.75rem;
}
.contact-page .contact-2 .content li .text{
  width: 68%;
  padding: 1.6rem 0 0 1.6rem; 
}
.contact-page .contact-2 .content li .text p{
  font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #222222;
  font-family: 'PM';
}
.contact-page .contact-2 .content li .text p em{
  font-size: 14px;
  font-family: 'PL';
}
.contact-page .contact-2 .content .bottom{
  margin-top: 2rem;
}
.contact-page .contact-2 .content .bottom li{
  width: 31.3%;
  margin-right: 2rem;
}
.contact-page .contact-2 .content .bottom li:last-child{
  margin-right: 0;
}

.contact-page .init-faq {
  padding: 80px 0 115px;
  background: #f7f7f7;
}
.contact-page .init-faq h2 {
  color: #333333;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase; font-weight: bold;
}

.contact-page .init-faq .faq-list {
  margin-top: 80px;
  padding: 0 8%;
}
.contact-page .init-faq .faq-list ul li {
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  margin: 15px 0;
}
.contact-page .init-faq .faq-list ul li h4 {
  color: #333333;
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact-page .init-faq .faq-list ul li h4 .fa {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 30px;
}
.contact-page .init-faq .faq-list ul li p {
  line-height: 30px;
  font-size: 16px;
  display: none;
}
.prodet-page .init-contact1{
  padding: 30px 0;
}
.prodet-page .init-contact1 .column:nth-child(1){
  width: 100%;
  padding: 0;
}
/*add*/
.design-page {
  padding: 0;
}
.design-page .init-1 {
  background: #F3F4F6;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  
  line-height: 58px;
  margin-bottom: 6px;
  font-size: 48px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: #000000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: 20%;
  z-index: 0;
  background: #e3e4e6;
  padding: 0 10%;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 120px 0;
  background-color: #e9ebec;
}
.design-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-2 .grid-box .column:nth-child(1) h2 {
 
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column:nth-child(1) p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-3 {
  background: #F3F4F6;
  padding: 100px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.design-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  font-family: 'Alternate';
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #777!important;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #F3F4F6), color-stop(0%, #e9ebec));
  background: -webkit-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: -o-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: linear-gradient(180deg, #F3F4F6 47%, #e9ebec 0%);
}
.design-page .init-5 {
  padding: 40px 0 80px;
  text-align: center;
  background: #e9ebec;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #daccbf !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .design-page .init-1 h2,
  .design-page .init-2 .grid-box .column:nth-child(1) h2,
  .design-page .tit h3{
    line-height: 30px;
    font-size: 25px;
  }
  .design-page .init-3,
  #banner .text p{
    display: none;
  }
}
@media (max-width: 400px) {
#banner .text .play{
  display: none;
}
}
.service2-page{
  padding: 0;
}
.service2-page .container {
  padding: 0 10%;
}
.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 80px 0;
  background: url(../images/p06-s03-bg.jpg) no-repeat center;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 80px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-4 {
  padding: 40px 0;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.gallery-page .grid-box.four>.column{
  padding: 20px;
}
.gallery-page .grid-box.four>.column .text{
  padding: 20px 0;
  background: #f6f6f6;
  position: relative;
  z-index: 2;
}
.gallery-page .grid-box.four>.column .text h2{
  text-align: center;
}


@media screen and (max-width: 1400px) {
  .about-page .about-5 .about5-list ul li .img-box .layer p {
    font-size: 16px;
  }
  .inner-banner {
    padding-top: 20%;
  }
  .inner-banner .container h2 {
    font-size: 32px;
  }
  .inner-page h3.title {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
  }
  .about-page .about-1 .text p {
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0;
  }
  .about-page .about-2 .grid-box .column h2 {
    font-size: 30px;
  }
  .inner-page .container h2.tit {
    font-size: 26px;
  }
   .contact-page .init-contact1 .column p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-2 .content .top{
    width: 90%;
  }
  .contact-page .contact-2 .content .bottom li {
    width: 32.3%;
    margin-right: 1rem;
  }
  .inner-page .container .sidebar-fl{
    width: 30%;
  }
  .inner-page .container .page-right{
    width: 70%;
  }
  .news-page .grid-box.two .column ul li div .column:nth-child(2){
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .factory-page .factory-part .tit h2 {
    font-size: 25px;
  }
  .inner-page .container .sidebar-fl {
    display: none;
  }
  .inner-page .container .page-right {
    width: 100%;
    padding-left: 0;
  }
  .news-page .grid-box.two .column ul li .img-box .text h2 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
  }

  .product-page .grid-box.four > .column {
    width: 50%;
  }
   .contact-page .init-contact1 .column h2 {
    font-size: 24px;
  }
  .contact-page .init-faq h2 {
    font-size: 30px;
  }
  .contact-page .init-faq .faq-list {
    margin-top: 30px;
    padding: 0;
  }
   .contact-page .init-contact1 {
    padding: 30px 0;
  }
  .contact-page .init-contact1 .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .content .top{
    width: 100%;
  }
  .contact-page .contact-2 .header p{
    width: 100%;
  }
  .contact-page .contact-2 .content .top li {
    width: 50%;
    margin-right: 20px;
  }
  .contact-page .contact-2 .content li .text p em {
    word-break: break-all;
   }
   .contact-page .contact-2 .content .bottom ul{
     flex-wrap: wrap;
     -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
   }
   .contact-page .contact-2 .content .bottom li{
     width: 48%;
     margin-bottom: 1rem;
   }
   .prodet-page .prodet-box-two .column h2:after{
     display: none;
   }
   .prodet-page .page-right .init-1 .column h1{
     font-size: 23px;
   }
   .prodet-page .page-right .init-1 .column .det-contact a{
     width: 142px;
     font-size: 16px;
     margin-right: 18px;
   }
}
@media screen and (max-width: 700px) {
  .inner-page .container {
    width: 100%;
  }
  .mbx .container {
    width: 100%;
}
.mbx a, .mbx span {
    font-size: 14px;
}
  .inner-page.product-page .container .sidebar-fl{
    display: block;
    width: 100%;
  }
  .inner-page .container .sidebar-fl .side-contact{
    display: none;
  }
  .product-page .pro-sidevar h2,
  .product-page .pro-sidevar #inner-nav ul li{
    font-size: 18px;
  }
  .product-page .pro-sidevar{
    margin-bottom: 30px;
  }
  .prodet-page .page-right .init-1 .column .det-contact a{
    width: 156px;
    font-size: 16px;
    margin-right: 5px;
  }
  .mbx{
    margin-top: 50px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    margin-top: 0;
  }
  .inner-page {
    padding: 10px 0 0;
  }
  .about-page .about-1 {
    padding: 10px 0;
  }
  .about-page .about-1 .left,.service2-page .init-1 .column, .service2-page .init-3 .column,
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    vertical-align: middle;
  }
  .about-page .grid-box.four > .column {
    width: 100%;
  }
  .about-page .about-2{
    display: none;
  }
  .about-page .about-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .about-page .about-1 .text{
    max-height: 320px;
  }
  .about-page .about-5 .about5-list li img{
    width: 100%;
  }
  .about-page .about-5 .about5-list ul li .img-box .layer{
    padding-top: 50%;
  }
  .inner-page .container h2.tit,
  .prodet-page .page-right .init-1 .column h2,
  .prodet-page .page-right .init-1 .column h4,
  .init-contact1 .column h2,
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .page-right h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-page .grid-box.four > .column {
    width: 100%;
  }
  .prodet-page .page-right .init-1 .column {
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) .text {
    margin-left: 0;
  }
  .contact-page .init-faq h2 {
    font-size: 20px;
  }
  .contact-page .init-faq .faq-list ul li h4 {
    font-size: 16px;
  }
  .contact-page .contact-2 .content ul{
    display: block;
  }
  .contact-page .contact-2 .content .top li,.contact-page .contact-2 .content .bottom li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .contact-page .contact-2{
    display: none;
  }
   .prodet-page .prodet-box-two .column {
    width: 75%;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .prodet-page .prodet-box-two .prodet1 {
    width: 100%;
  }
   .product-page .page-right .grid-box.three .column{
    width: 100%;
  }
  .inner-page .m-page a, .inner-page .m-page span{
    margin-bottom: 2px;
  }
  .prodet-page .prodet-box-two .column h2:after{
    /*width: 50px;*/
    display: none;
  }
  .prodet-page .page-right .init-1 .column:nth-child(2){
    padding-left: 0;
  }
  .prodet-page .page-right .init-1 .column h1{
    font-size: 20px;
  }
  .prodet-page .page-right .content{
    padding: 20px 0;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.5;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
  .design-page .init-2 .grid-box .column:nth-child(1) h3{
    font-size: 20px;
  }
  .design-page .init-2 .grid-box .column{
    width: 100%;
  }
  .design-page .init-2{
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .init-contact1 .column:nth-child(1) form ul li input,
  .contact-page .init-contact1 .column:nth-child(1) form ul li textarea {
    font-size: 14px;
  }
  .contact-page .init-faq {
    padding: 30px 0 50px;
  }
  .contact-page .init-contact1 .column:nth-child(2) h2 {
    font-size: 20px;
  }
}

