<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book.eot');
  src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Book.woff2') format('woff2'), url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.eot');
  src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Roman.eot');
  src: url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Roman.woff2') format('woff2'), url('../fonts/Avenir-Roman.woff') format('woff'), url('../fonts/Avenir-Roman.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/BookAntiqua-Bold.eot');
  src: url('../fonts/BookAntiqua-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BookAntiqua-Bold.woff2') format('woff2'), url('../fonts/BookAntiqua-Bold.woff') format('woff'), url('../fonts/BookAntiqua-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/BookAntiqua.eot');
  src: url('../fonts/BookAntiqua.eot?#iefix') format('embedded-opentype'), url('../fonts/BookAntiqua.woff2') format('woff2'), url('../fonts/BookAntiqua.woff') format('woff'), url('../fonts/BookAntiqua.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .hangyehide, .vfdgdgf {                                      
    display: none !important;
  }
}
body {
  font-family: "Avenir";
  /*max-width: 1920px;*/
  font-weight: 100;
  --color: #00322b;
  --color2: #d2c7b4;
  margin: 0 auto !important;
  position: static !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1800px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  line-height: 96px;
  height: 96px;
  text-align: center;
  color: white;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li {
  margin: 0 25px;
  font-size: 22px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-weight: 300;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover {
  color: var(--color2);
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 280px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  width: 100%;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover&gt; ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li.menu-item-311727 ul,
#header .nav .ui.menu .menu-box ul.menu &gt; li.menu-item-311728 ul {
  grid-template-columns:1fr 1fr 1fr 1fr;
  column-gap: 5px;
  display: grid;
  left: auto;
  right: -100%;
  width: 1000px;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; 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 .box {
  float: right;
}
#header .nav .ui.menu .box .cart,
#header .nav .ui.menu .box .h-search {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box .h-search img,
#header .nav .ui.menu .box .cart img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
}
#header .nav .ui.menu .box .cart {
  margin-right: 30px;
  position: relative;
}
#header .nav .ui.menu .box .cart em {
  position: absolute;
  font-size: 14px;
  top: 30%;
  right: -50%;
  line-height: normal;
  padding: .05em .5em;
  border-radius: 100%;
  background: var(--color2);
  color: white;
}
#header .nav .ui.menu .box .cart .cartList {
  position: absolute;
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: black;
  line-height: normal;
  width: 320px;
  right: -20px;
  top: 100%;
  display: none;
}
#header .nav .ui.menu .box .cart:hover .cartList {
  display: block;
}
#header .nav .ui.menu .box .cart .cartList a.more {
  font-size: 16px;
  padding: .5em 1em;
  background: #333;
  color: white;
  float: right;
  margin-top: 20px;
  transition: .5s;
}
#header .nav .ui.menu .box .cart .cartList a.more:hover {
  background: var(--color);
}
#header .nav .ui.menu .box .cart .cartList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
#header .nav .ui.menu .box .cart .cartList ul li a {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .box .cart .cartList ul li a img {
  flex-shrink: 0;
  width: 25%;
  margin-right: 15px;
}
#header .nav .ui.menu .box .cart .cartList ul li a span {
  font-size: 16px;
}
#header .nav .ui.menu .box .yuy {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 25px;
}
#header .nav .ui.menu .box .yuy span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
#header .nav .ui.menu .box .yuy span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em;
  margin-top: -0.2em;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .box .yuy ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 120px;
  background: white;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  color: black;
  display: none;
}
#header .nav .ui.menu .box .yuy ul li {
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .box .yuy ul li a {
  display: block;
  padding: 6px 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .yuy ul li a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 22px;
  margin-right: .3em;
}
#header .nav .ui.menu .box .yuy ul li a:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .box .yuy:hover ul {
  display: block;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img,
#header .nav .ui.menu .box .cart img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header.inner .nav {
  color: #3c3c3c;
}
#header.inner .nav .ui.menu .logo img,
#header.inner .nav .ui.menu .box .h-search img,
#header.inner .nav .ui.menu .box .yuy span img,
#header.inner .nav .ui.menu .box .cart img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#header.active {
  background: white;
  border-color: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
#header.active .nav {
  color: black;
}
#header.active .nav .ui.menu .logo img,
#header.active .nav .ui.menu .box .h-search img,
#header.active .nav .ui.menu .box .yuy span img,
#header.active .nav .ui.menu .box .cart img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
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;
}
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;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 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: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  max-width: 1920px;
  margin: 0 auto;
}
#banner li {
  position: relative;
}
#banner li&gt;img {
  width: 100%;
}
#banner li .content {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
  color: white;
}
#banner li .content span.h2 {
  font-weight: bold;
  font-size: 70px;
  line-height: 1.2;
}
#banner li .content p {
  /*font-weight: 500;*/
  font-size: 40px;
  margin-top: .25em;
  color: #d2c7b4;
}
#banner li .content a.more {
  font-weight: 500;
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  line-height: 54px;
  height: 54px;
  padding: 0 26px;
  border: 1px solid white;
  margin-top: 7em;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content a.more:hover {
  background: var(--color);
}
#index-body span.h2 {
  font-weight: normal;
  font-size: 60px;
  color: var(--color);
  display: block;
  line-height: 2;
}
#index-body .init-1 {
  padding: 75px 0;
}
#index-body .init-1 .left {
  width: 45%;
  padding-right: 5%;
}
#index-body .init-1 .left .list {
  margin-top: 60px;
}
#index-body .init-1 .left .list ul {
  margin: -35px -10px;
}
#index-body .init-1 .left .list ul li {
  padding: 35px 10px;
}
#index-body .init-1 .left .list ul li:nth-child(odd) {
  width: 40%;
}
#index-body .init-1 .left .list ul li:nth-child(even) {
  width: 60%;
}
#index-body .init-1 .left .list ul li span.h6 {
  font-weight: bold;
  font-size: 40px;
  color: var(--color);
  display: block;
  line-height: 2;
}
#index-body .init-1 .left .list ul li span.h6 sub {
  vertical-align: baseline;
}
#index-body .init-1 .left .list ul li p {
  font-weight: 100;
  color: #3f3f3f;
  font-size: 22px;
}
#index-body .init-1 .right {
  width: 55%;
  text-align: center;
}
#index-body .init-1 .right .text {
  font-weight: 100;
  font-size: 23px;
  color: #3f3f3f;
  line-height: 2;
  margin-bottom: 2em;
  text-align: left;
}
#index-body .init-1 .right .text h1 {
  display: inline;
}
#index-body .init-1 .right .text p {
  margin-top: 1em;
  display: block;
}
#index-body .init-1 .right .text p:first-child {
  margin-top: 0;
}
#index-body .init-2 {
  padding: 50px 0 100px;
  position: relative;
  text-align: center;
  background-color: #fbfbf9;
}
/*#index-body .init-2:after {
  content: '';
  width: 100%;
  height: 28%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: #f2f1ed;
}*/
#index-body .init-2 .list {
  margin-top: 75px;
}
#index-body .init-2 .list ul {
  margin: -35px;
}
#index-body .init-2 .list ul li {
  padding: 35px;
}
#index-body .init-2 .list ul li a.img-box {
  display: block;
}
#index-body .init-2 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
#index-body .init-2 .list ul li a.img-box span {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 2.33333333em;
  height: 2.33333333em;
  font-size: 30px;
  font-weight: 500;
  opacity: 0;
  padding: 0 2.33333333em;
  background: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li a.img-box:hover span {
  opacity: 1;
  top: 50%;
}
#index-body .init-2 .list ul li span.h6 {
  font-weight: 500;
  color: #3f3f3f;
  font-size: 35px;
  text-align: center;
  display: block;
  margin-top: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
#index-body .init-2 .list ul li span.h6:hover {
  color: var(--color2);
}
#index-body .init-3 {
  padding: 90px 0 80px;
  text-align: center;
}
#index-body .init-3 .list {
  margin-top: 90px;
}
#index-body .init-3 .list ul {
  margin: -25px -35px;
}
#index-body .init-3 .list ul li {
  padding: 25px 35px;
}
#index-body .init-3 .list ul li i {
  display: block;
}
#index-body .init-3 .list ul li i img {
  display: block;
  margin: 0 auto;
}
#index-body .init-3 .list ul li span.h6 {
  font-weight: 500;
  font-size: 30px;
  color: #404040;
  margin: .7em 0 .3em;
  display: block;
}
#index-body .init-3 .list ul li .text {
  font-weight: 100;
  font-size: 22px;
  color: #404040;
  line-height: 2;
}
#index-body .init-4 {
  background: var(--color);
  color: white;
  overflow: hidden;
}
#index-body .init-4 .left {
  padding-right: 7%;
  vertical-align: middle;
}
#index-body .init-4 .left .img {
  height: 730px;
  background-size: cover;
  background-position: center center;
  width: 150%;
  margin-left: -50%;
}
#index-body .init-4 .right {
  vertical-align: middle;
  padding-left: 1%;
}
#index-body .init-4 .right span.h3 {
  font-weight: bold;
  font-size: 50px;
  color: var(--color2);
  line-height: 1.6;
  display: block;
}
#index-body .init-4 .right .text {
  font-weight: 100;
  font-size: 23px;
  line-height: 1.6;
  margin: 1.5em 0 2em;
  text-align: left;
}
#index-body .init-4 .right a.more {
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  font-weight: 500;
  font-size: 20px;
  color: var(--color);
  text-transform: uppercase;
  background: var(--color2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-4 .right a.more:hover {
  background: white;
}
#index-body .init-4 .right img {
  float: right;
}
#index-body .init-5 {
  padding: 85px 0 95px;
  text-align: center;
}
#index-body .init-5 .list {
  margin-top: 100px;
}
#index-body .init-5 .list ul {
  margin: -10px;
}
#index-body .init-5 .list ul li {
  padding: 10px;
  text-align: center;
}
#index-body .init-5 .list ul li img {
  display: block;
  margin: 0 auto;
}
#index-body .init-6 {
  padding: 85px 0;
  text-align: center;
  background: #f2f1ed;
}
#index-body .init-6 .list {
  margin-top: 80px;
}
#index-body .init-6 .list ul {
  margin: -20px;
}
#index-body .init-6 .list ul li {
  padding: 20px;
}
#index-body .init-6 .list ul li a.img img {
  display: block;
}
#index-body .init-6 .list ul li .content {
  padding: 25px;
  color: #3f3f3f;
}
#index-body .init-6 .list ul li .content time {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
}
#index-body .init-6 .list ul li .content span.h6 {
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
#index-body .init-6 .list ul li .content span.h6:hover {
  color: var(--color);
}
#index-body .init-6 .list ul li .content a.link {
  font-weight: 100;
  font-size: 22px;
  color: #737373;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
#index-body .init-6 .list ul li .content a.link:hover {
  color: var(--color);
}
#index-body .init-7 {
  position: relative;
}
#index-body .init-7:after {
  content: '';
  width: 100%;
  height: 44%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f1ed;
}
#index-body .init-7 .left {
  width: 71%;
  vertical-align: top;
}
#index-body .init-7 .left span.h2 {
  font-size: 50px;
  font-weight: bold;
}
#index-body .init-7 .left .text {
  font-weight: 100;
  font-size: 22px;
  color: #3f3f3f;
  margin-top: .5em;
  line-height: 2;
}
#index-body .init-7 .left .form {
  margin-top: 95px;
}
#index-body .init-7 .left .form ul {
  margin: -18px;
}
#index-body .init-7 .left .form ul li {
  padding: 18px;
}
#index-body .init-7 .left .form ul li input {
  display: block;
  width: 100%;
  line-height: 60px;
  border: none;
  border-bottom: 1px solid #707070;
  font-weight: 100;
  font-size: 30px;
  background: transparent;
}
#index-body .init-7 .left .form ul li input::-webkit-input-placeholder {
  color: #707070;
}
#index-body .init-7 .left .form ul li input:-moz-placeholder {
  color: #707070;
}
#index-body .init-7 .left .form ul li input::-moz-placeholder {
  color: #707070;
}
#index-body .init-7 .left .form ul li input:-ms-input-placeholder {
  color: #707070;
}
#index-body .init-7 .left .form ul li input::placeholder {
  color: #707070;
}
#index-body .init-7 .left .form ul li input[type="submit"] {
  color: #3f3f3f;
}
#index-body .init-7 .left .form ul li:nth-child(1),
#index-body .init-7 .left .form ul li:nth-child(2) {
  width: 20%;
}
#index-body .init-7 .left .form ul li:nth-child(3) {
  width: 42%;
  padding-right: 0;
}
#index-body .init-7 .left .form ul li:nth-child(4) {
  width: 18%;
  padding-left: 0;
}
#index-body .init-7 .right {
  width: 29%;
  text-align: right;
  padding-left: 5%;
  vertical-align: top;
  margin-top: -1%;
}
#footer .footer-top {
  padding: 40px 0 50px;
}
#footer .footer-top .box .left {
  width: 45%;
}
#footer .footer-top .box .right {
  width: 55%;
}
#footer .footer-top .box .right .list {
  margin: -10px;
}
#footer .footer-top .box .right .list .slide {
  padding: 10px;
}
#footer .footer-top .box .right .list .slide:nth-child(1) {
  width: 40%;
}
#footer .footer-top .box .right .list .slide:nth-child(2) {
  width: 60%;
}
#footer .footer-top .box .right .list .slide span.h6 {
  display: block;
  font-weight: bold;
  font-size: 25px;
  color: var(--color);
  line-height: 1.2;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#footer .footer-top .box .right .list .slide .nav {
  display: flex;
}
#footer .footer-top .box .right .list .slide .nav&gt;div {
  width: 100%;
}
#footer .footer-top .box .right .list .slide .nav&gt;ul {
  margin: -5px;
  width: 100%;
}
#footer .footer-top .box .right .list .slide .nav&gt;ul:first-child {
  width: 65%;
}
#footer .footer-top .box .right .list .slide .nav&gt;ul:last-child {
  width: 35%;
}
#footer .footer-top .box .right .list .slide .nav ul li {
  font-weight: 100;
  color: #404040;
  padding: 5px;
  font-size: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
#footer .footer-top .box .right .list .slide .nav ul li:hover {
  color: var(--color);
}
#footer .footer-top .box .right .list .slide .nav ul li ul {
  display: none !important;
}
#footer .footer-top .box .right .list .slide .nav ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-top .info {
  margin-top: 50px;
}
#footer .footer-top .info .left {
  width: 75%;
}
#footer .footer-top .info .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
  justify-content: space-between;
}
#footer .footer-top .info .left ul li {
  padding: 15px;
  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;
  font-size: 22px;
  color: #404040;
  font-weight: 100;
  line-height: 2;
}
#footer .footer-top .info .left ul li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-top .info .left ul li:nth-child(2) {
  margin-right: 5%;
}
#footer .footer-top .info .right {
  width: 25%;
  text-align: center;
}
#footer .footer-top .info .right .share {
  font-size: 30px;
  color: var(--color);
}
#footer .footer-top .info .right .share a {
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .info .right .share a:hover {
  color: var(--color2);
}
#footer .footer-bottom {
  padding: 20px 0;
  text-align: center;
  background: var(--color);
  color: white;
  font-weight: 100;
  font-size: 20px;
}
#footer .footer-bottom svg {
  max-height: 30px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: white;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: top;
}
#footer.inner {
  background: #f2f1ed;
  padding-top: 30px;
}
/*@media screen and (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav {
    height: 80px;
    line-height: 80px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li,
  #header .nav .ui.menu .box .yuy span {
    font-size: 18px;
  }
  #header .nav .ui.menu .box .h-search img,
  #header .nav .ui.menu .box .yuy span img {
    max-width: 22px;
  }
  #banner li .content span.h2 {
    font-size: 58px;
  }
  #banner li .content p {
    font-size: 30px;
  }
  #banner li .content a.more {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
  }
  #index-body span.h2 {
    font-size: 48px;
  }
  #index-body .init-1 .left .list ul li span.h6 {
    font-size: 32px;
  }
  #index-body .init-1 .left .list ul li p {
    font-size: 18px;
  }
  #index-body .init-1 .right .text {
    font-size: 20px;
  }
  #index-body .init-1 .left .list ul li {
    padding: 20px 10px;
  }
  #index-body .init-1 .left .list ul {
    margin: -20px -10px;
  }
  #index-body .init-2 .list {
    margin-top: 50px;
  }
  #index-body .init-2 .list ul li {
    padding: 20px;
  }
  #index-body .init-2 .list ul {
    margin: -20px;
  }
  #index-body .init-2 .list ul li a.img-box span,
  #index-body .init-2 .list ul li span.h6,
  #index-body .init-3 .list ul li span.h6,
  #index-body .init-7 .left .form ul li input {
    font-size: 24px;
  }
  #index-body .init-3 .list ul li i img {
    max-height: 90px;
  }
  #index-body .init-3 .list ul li .text,
  #index-body .init-4 .right .text,
  #index-body .init-7 .left .text {
    font-size: 18px;
  }
  #index-body .init-4 .right span.h3 {
    font-size: 38px;
  }
  #index-body .init-4 .right a.more {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
  }
  #index-body .init-4 .right img {
    max-width: 65px;
  }
  #index-body .init-4 .left .img {
    height: 600px;
  }
  #index-body .init-5 .list,
  #index-body .init-6 .list {
    margin-top: 50px;
  }
  #index-body .init-6 .list ul li .content {
    padding: 15px;
  }
  #index-body .init-6 .list ul li .content time {
    font-size: 14px;
  }
  #index-body .init-6 .list ul li .content span.h6 {
    font-size: 20px;
  }
  #index-body .init-6 .list ul li .content a.link {
    font-size: 18px;
  }
  #index-body .init-7 .left span.h2 {
    font-size: 42px;
  }
  #index-body .init-7 .right {
    padding-left: 12%;
  }
  #index-body .init-7 .left .form ul li input {
    line-height: 48px;
    height: 48px;
  }
  #footer .footer-top .box .left .logo img {
    max-height: 100px;
  }
  #footer .footer-top .box .right .list .slide span.h6 {
    font-size: 20px;
  }
  #footer .footer-top .box .right .list .slide .nav ul li,
  #footer .footer-top .info .left ul li {
    font-size: 18px;
  }
  #footer .footer-top .info .left ul li i {
    max-width: 28px;
  }
  #footer .footer-top .info .right .share {
    font-size: 24px;
  }
  #footer .footer-bottom {
    font-size: 16px;
    padding: 15px 0;
  }
  #footer .footer-bottom svg {
    max-height: 26px;
  }
}
*/
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 1200px;
  }
  #ewm {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    margin: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li,
  #header .nav .ui.menu .box .yuy span {
    font-size: 16px;
  }
  #header .nav {
    line-height: 65px;
    height: 65px;
  }
  #banner li .content span.h2 {
    font-size: 48px;
  }
  #banner li .content p {
    font-size: 24px;
  }
  #banner li .content a.more {
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
  }
  #index-body span.h2 {
    font-size: 38px;
  }
  #index-body .init-1 .left .list ul li span.h6 {
    font-size: 28px;
  }
  #index-body .init-1 .left .list ul li p {
    font-size: 16px;
  }
  #index-body .init-1 .right .text {
    font-size: 18px;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  #index-body .init-2 .list ul li a.img-box span,
  #index-body .init-2 .list ul li span.h6,
  #index-body .init-3 .list ul li span.h6,
  #index-body .init-7 .left .form ul li input {
    font-size: 18px;
  }
  #index-body .init-2 .list ul li a.img-box span {
    padding: 0 1.5em;
  }
  #index-body .init-2 {
    padding: 20px 0 50px;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-3 .list ul li {
    padding: 15px;
  }
  #index-body .init-3 .list ul {
    margin: -15px;
  }
  #index-body .init-3 .list {
    margin-top: 40px;
  }
  #index-body .init-3 .list ul li i img {
    max-height: 70px;
  }
  #index-body .init-3 .list ul li .text,
  #index-body .init-4 .right .text,
  #index-body .init-7 .left .text {
    font-size: 16px;
  }
  #index-body .init-4 .right span.h3 {
    font-size: 30px;
  }
  #index-body .init-4 .right a.more {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-5 {
    padding: 50px 0;
  }
  #index-body .init-4 .left {
    padding-right: 4%;
  }
  #index-body .init-4 .left .img {
    height: 500px;
  }
  #index-body .init-6 {
    padding: 50px 0;
  }
  #index-body .init-6 .list ul li {
    padding: 10px;
  }
  #index-body .init-6 .list ul {
    margin: -10px;
  }
  #index-body .init-7 .left span.h2 {
    font-size: 36px;
  }
  #index-body .init-7 .left .form ul li {
    padding: 10px;
  }
  #index-body .init-7 .left .form ul {
    margin: -10px;
  }
  #footer .footer-top .box .right .list .slide .nav ul li,
  #footer .footer-top .info .left ul li {
    font-size: 16px;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #banner li .content span.h2 {
    font-size: 38px;
  }
  #banner li .content p {
    font-size: 20px;
  }
  #banner li .content a.more {
    font-size: 16px;
    margin-top: 5em;
  }
  #index-body span.h2 {
    font-size: 32px;
  }
  #index-body .init-1 .left .list {
    margin-top: 20px;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  #index-body .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .left .list ul li {
    width: 25% !important;
    padding: 5px;
  }
  #index-body .init-1 .left .list ul {
    margin: -5px;
  }
  #index-body .init-1 .right .text {
    font-size: 16px;
  }
  #index-body .init-2 .list ul li a.img-box span,
  #index-body .init-2 .list ul li span.h6,
  #index-body .init-3 .list ul li span.h6,
  #index-body .init-7 .left .form ul li input {
    font-size: 16px;
  }
  #index-body .init-2 .list ul li {
    padding: 8px;
  }
  #index-body .init-2 .list ul {
    margin: -8px;
  }
  #index-body .init-3 .list ul li .text,
  #index-body .init-4 .right .text,
  #index-body .init-7 .left .text {
    font-size: 14px;
  }
  #index-body .init-4 .right span.h3 {
    font-size: 24px;
  }
  #index-body .init-4 .right a.more {
    font-size: 14px;
  }
  #index-body .init-4 .left .img {
    height: 480px;
  }
  #index-body .init-4 .right img {
    max-width: 45px;
  }
  #index-body .init-5 .list,
  #index-body .init-6 .list {
    margin-top: 30px;
  }
  #index-body .init-6 .list ul li .content {
    padding: 10px;
  }
  #index-body .init-6 .list ul li .content span.h6 {
    font-size: 18px;
  }
  #index-body .init-6 .list ul li .content a.link {
    font-size: 16px;
  }
  #index-body .init-7 .left span.h2 {
    font-size: 28px;
  }
  #index-body .init-7 .left .form ul li input {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-7 .left .form {
    margin-top: 60px;
  }
  #footer .footer-top .box {
    display: none;
  }
  #footer .footer-top .info {
    margin-top: 0;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .footer-top .info .left {
    width: 100%;
  }
  #footer .footer-top .info .right {
    display: none;
  }
  #header .nav .ui.menu .box img {
    max-width: 20px;
  }
  #header .nav .ui.menu .box .cart {
    margin-right: 10px;
  }
  #header .nav .ui.menu .box .yuy {
    margin-left: 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner li .content span.h2 {
    font-size: 32px;
  }
  #banner li .content p {
    font-size: 16px;
  }
  #banner li .content a.more {
    font-size: 14px;
  }
  #index-body .init-1 {
    padding: 40px 0;
  }
  #index-body .init-1 .left .list ul li span.h6 {
    font-size: 24px;
  }
  #index-body .init-2 .list ul li a.img-box span,
  #index-body .init-2 .list ul li span.h6,
  #index-body .init-3 .list ul li span.h6,
  #index-body .init-7 .left .form ul li input {
    font-size: 14px;
  }
  #index-body .init-2 .list ul li a.img-box span {
    line-height: 2em;
    height: 2em;
    padding: 0 1.5em;
  }
  #index-body .init-3 .list ul li {
    width: 50%;
  }
  #index-body .init-3 .list ul li i img {
    max-height: 50px;
  }
  #index-body span.h2 {
    font-size: 28px;
  }
  #index-body .init-6 .list ul li .content span.h6 {
    font-size: 16px;
  }
  #index-body .init-7 .right {
    display: none;
  }
  #index-body .init-7 .left {
    width: 100%;
  }
  #index-body .init-7 .left .form {
    margin-top: 20px;
  }
  #index-body .init-7:after {
    height: 65%;
  }
  #footer .footer-top .box .right .list .slide .nav ul li,
  #footer .footer-top .info .left ul li {
    font-size: 14px;
  }
  #footer .footer-bottom svg {
    max-height: 24px;
  }
  #footer .footer-top .info .left ul li {
    padding: 5px;
  }
  #footer .footer-top .info .left ul {
    margin: -5px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content a.more {
    margin-top: 2em;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
  }
  #banner li .content span.h2 {
    font-size: 24px;
  }
  #index-body .init-1 .left .list ul li p {
    font-size: 14px;
  }
  #index-body .init-1 .left .list ul li {
    width: 50% !important;
  }
  #index-body .init-1 .right .text {
    font-size: 14px;
  }
  #banner li .content p {
    font-size: 14px;
  }
  #index-body .init-2 .list {
    margin-top: 30px;
  }
  #index-body .init-4 .right {
    width: 100%;
    padding: 50px 0;
  }
  #index-body .init-4 .left {
    display: none;
  }
  #index-body .init-7 .left span.h2 {
    font-size: 24px;
  }
  #index-body .init-7 .left .form ul li:nth-child(1),
  #index-body .init-7 .left .form ul li:nth-child(2) {
    width: 50%;
  }
  #index-body .init-7 .left .form ul li:nth-child(3) {
    width: 70%;
  }
  #index-body .init-7 .left .form ul li:nth-child(4) {
    width: 30%;
  }
  #footer .footer-top .info .left ul li {
    width: 100%;
    max-width: none;
  }
  #footer .footer-top .info .left ul {
    display: block;
  }
  #footer .footer-top .info .left ul li i {
    max-width: 22px;
  }
  #footer .footer-top .info .left ul li i img {
    max-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  #index-body span.h2 {
    font-size: 24px;
  }
  #index-body .init-1 .left .list ul li p {
    font-size: 14px;
  }
  #index-body .init-2 {
    padding: 20px 0;
  }
  #index-body .init-2:after {
    height: 40%;
  }
  #index-body .init-3 .list ul li {
    width: 100%;
  }
  #index-body .init-7 .left .form ul li:nth-child(1),
  #index-body .init-7 .left .form ul li:nth-child(2),
  #index-body .init-7 .left .form ul li:nth-child(3 ),
  #index-body .init-7 .left .form ul li:nth-child(4) {
    width: 100%;
  }
  #index-body .init-7:after {
    height: 33%;
  }
}
.inner-banner {
  padding: 200px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: white;
  margin-top: 96px;
  position: relative;
}
.inner-banner .ui.container {
  max-width: 1130px;
}
.inner-banner span.h2 {
  font-weight: 500;
  font-size: 80px;
  line-height: 2;
}
.inner-banner .yz {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.41);
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.41);
}
.inner-banner .yz img {
  max-width: 50%;
}
.inner-page span.h2 {
  font-size: 60px;
  display: block;
  font-weight: normal;
  color: var(--color);
  line-height: 2;
}
.inner-page .sideBarBox {
  margin-top: 80px;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 30%;
  padding-right: 4%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li {
  margin-bottom: 50px;
  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;
  font-size: 23px;
  color: #3f3f3f;
  line-height: 1.6;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li .img-box {
  width: 45%;
  height: 125px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5%;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft span.h6 {
  font-size: 30px;
  color: var(--color);
  font-weight: normal;
  display: block;
  line-height: 1.2;
  padding-bottom: .4em;
  border-bottom: 1px solid #e5e5e5;
}
.inner-page .sideBarBox .sideBarLeft .info {
  margin-top: 100px;
}
.inner-page .sideBarBox .sideBarLeft .info .list {
  margin-top: 30px;
}
.inner-page .sideBarBox .sideBarLeft .info .list ul {
  margin: -8px 0;
}
.inner-page .sideBarBox .sideBarLeft .info .list ul li {
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #404040;
  line-height: 1.4;
}
.inner-page .sideBarBox .sideBarLeft .info .list ul li i {
  width: 35px;
  text-align: center;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .sideBarBox .sideBarLeft .search {
  margin-top: 90px;
}
.inner-page .sideBarBox .sideBarLeft .search form {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page .sideBarBox .sideBarLeft .search form input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #656565;
  padding: 0 1em;
  font-size: 16px;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .search form input[type="submit"] {
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  font-size: 23px;
  color: white;
  background: var(--color);
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .search form input[type="submit"]:hover {
  background: var(--color2);
}
.inner-page .sideBarBox .sideBarLeft .line {
  display: block;
  height: 1px;
  background: #d1d1d1;
}
.inner-page .sideBarBox .sideBarLeft .proList {
  margin-bottom: 50px;
}
.inner-page .sideBarBox .sideBarLeft .proList span.h6 {
  display: inline-block;
  padding-bottom: 0;
  line-height: 2;
  border-color: black;
  font-weight: 300;
  color: black;
}
.inner-page .sideBarBox .sideBarLeft .proList span.h6.active {
  border-color: #8e5f48;
  color: #8e5f48;
}
.inner-page .sideBarBox .sideBarLeft .proList .nav {
  margin-top: 20px;
  font-size: 23px;
}
.inner-page .sideBarBox .sideBarLeft .proList .nav ul li a {
  display: block;
  font-weight: 300;
  line-height: 2;
  color: #3f3f3f;
  margin-bottom: .6em;
  position: relative;
}
.inner-page .sideBarBox .sideBarLeft .proList .nav ul ul {
  padding-left: 1em;
  font-size: .8em;
}
.inner-page .sideBarBox .sideBarLeft .proList .nav ul li a:before {
  content: '';
  width: 6px;
  background: #d9bb8f;
  background-repeat: repeat-y;
  position: absolute;
  right: 101%;
  top: 5%;
  height: 90%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .proList .nav ul ul a:before {
  width: 3px;
}
.inner-page .sideBarBox .sideBarLeft .proList .nav ul li a.active:before,
.inner-page .sideBarBox .sideBarLeft .proList .nav ul li a:hover:before {
  opacity: 1;
}
.inner-page .sideBarBox .sideBarLeft .size {
  margin-top: 50px;
}
.inner-page .sideBarBox .sideBarLeft .size span.h6 {
  padding-bottom: 0;
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .size .options {
  padding-top: 10px;
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .size .options span {
  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;
  font-size: 23px;
  font-weight: 300;
  color: #3f3f3f;
  margin-top: 10px;
  cursor: pointer;
  cursor: hand;
}
.inner-page .sideBarBox .sideBarLeft .size .options span i {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  border: 1px solid #989392;
  margin-right: .5em;
  position: relative;
}
.inner-page .sideBarBox .sideBarLeft .size .options span i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: var(--color);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.inner-page .sideBarBox .sideBarLeft .size .options span.active i:after {
  opacity: 1;
}
.inner-page .sideBarBox .sideBarLeft a.link {
  display: block;
  margin-top: 2em;
  color: var(--color);
  font-size: 26px;
  font-family: 'Avenir';
  line-height: 1.2;
  font-weight: normal;
}
.inner-page .sideBarBox .sideBarLeft a.link i.fa {
  margin-left: .5em;
}
.inner-page .sideBarBox .sideBarRight {
  width: 70%;
}
.inner-page .m-page div,
.inner-page .m-page span,
.inner-page .m-page a {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #d1d1d1;
  font-weight: 500;
  font-size: 18px;
  color: #3f3f3f;
  text-align: center;
  margin-right: .7em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 5px;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page .productList ul {
  margin: -35px -18px;
}
.inner-page .productList ul&gt;p {
  font-size: 18px;
  padding: 35px 18px;
}
.inner-page .productList ul li {
  padding: 35px 18px;
}
.inner-page .productList ul li .img-box {
  display: block;
  border: 2px solid #999;
}
.inner-page .productList ul li .img-box img {
  display: block;
  width: 100%;
}
.inner-page .productList ul li .img-box span {
  font-weight: 300;
  font-size: 18px;
  color: #8e5f48;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 2%;
  line-height: 1.2;
}
.inner-page .productList ul li .img-box em {
  line-height: 28px;
  height: 28px;
  padding: 0 .5em;
  font-size: 24px;
  text-transform: uppercase;
  background: #ec663c;
  color: white;
  border-radius: 5px;
  position: absolute;
  left: 5%;
  top: 5%;
}
.inner-page .productList ul li span.h6 {
  display: block;
  /*font-weight: 500;*/
  font-size: 26px;
  color: #3f3f3f;
  margin-top: .5em;
  text-align: center;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li:hover span.h6 {
  color: var(--color);
}
.about-page {
  margin-top: 96px;
}
.about-page span.h2 {
  text-align: center;
}
.about-page .text {
  font-weight: 100;
  font-size: 23px;
  color: #3f3f3f;
  line-height: 2;
  text-align: left;
  text-align: justify;
}
.about-page .text p {
  margin-top: 1.5em;
}
.about-page .text p:first-child {
  margin-top: 0;
}
.about-page .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
.about-page .play img {
  position: relative;
  z-index: 1;
}
.about-page .play:after,
.about-page .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 {
  padding: 80px 0 130px;
  text-align: center;
}
.about-page .about-1 span.h2 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.about-page .about-1 span.h2:after {
  content: '';
  height: 0.16666667em;
  width: 2.5em;
  background: var(--color2);
  position: absolute;
  bottom: .06em;
  right: 0;
  z-index: -1;
}
.about-page .about-1 .box {
  margin-top: 90px;
  text-align: left;
}
.about-page .about-1 .box .left {
  padding-right: 1%;
}
.about-page .about-1 .box .right {
  padding-left: 8%;
}
.about-page .about-1 .box .right .img {
  height: 440px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.about-page .about-1 .box .right .list {
  margin-top: 40px;
}
.about-page .about-1 .box .right .list ul {
  margin: -25px;
}
.about-page .about-1 .box .right .list ul li {
  padding: 25px;
}
.about-page .about-1 .box .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 40px;
  color: var(--color);
  line-height: 2;
  display: block;
}
.about-page .about-1 .box .right .list ul li span.h6 sub {
  vertical-align: baseline;
  font-size: 60%;
}
.about-page .about-1 .box .right .list ul li p {
  font-size: 22px;
  color: #3f3f3f;
  line-height: 2;
}
.about-page .about-1 .box .right .list ul li:nth-child(odd) {
  width: 35%;
}
.about-page .about-1 .box .right .list ul li:nth-child(even) {
  width: 65%;
}
.about-page .about-2 {
  padding: 80px 0 110px;
  text-align: center;
  background: #f2f1ed;
}
.about-page .about-2 .list {
  margin-top: 75px;
}
.about-page .about-2 .list ul {
  margin: -25px;
}
.about-page .about-2 .list ul li {
  padding: 25px;
}
.about-page .about-2 .list ul li img {
  display: block;
  width: 100%;
}
.about-page .about-3 {
  padding-top: 120px;
  text-align: center;
}
.about-page .about-3 .box {
  margin-top: 90px;
}
.about-page .about-3 .box .left {
  padding-left: 6%;
  padding-right: 5%;
}
.about-page .about-3 .box .right {
  padding-left: 1%;
}
.about-page .about-3 .box .right .img {
  height: 620px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-page .about-4 {
  padding-top: 120px;
  text-align: center;
}
.about-page .about-4 .box {
  margin-top: 110px;
  background: #f2f1ed;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-3 .box {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-4 .box:before {
  content: '';
  width: 10000%;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: -1;
  position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: inherit;
}
.about-page .about-4 .box .left {
  vertical-align: middle;
}
.about-page .about-4 .box .left .img {
  height: 620px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-page .about-4 .box .right {
  padding: 0 5%;
  vertical-align: middle;
}
.about-page .about-5 {
  padding: 180px 0;
  text-align: left;
}
.about-page .about-5 .left {
  width: 40%;
  padding-right: 2%;
}
.about-page .about-5 .left span.h2 {
  font-size: 48px;
  line-height: 2;
  text-align: left;
}
.about-page .about-5 .left .text {
  margin-top: 75px;
  font-size: 22px;
  padding-right: 20%;
  text-align: left;
}
.about-page .about-5 .right {
  width: 60%;
}
.about-page .about-5 .right .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-5 .right .box2 .img {
  width: 45%;
}
.about-page .about-5 .right .box2 .form {
  width: 55%;
  padding: 40px 9%;
  color: white;
  background: var(--color);
}
.about-page .about-5 .right .box2 .form span.h6 {
  font-size: 30px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.about-page .about-5 .right .box2 .form ul li {
  margin-top: 25px;
}
.about-page .about-5 .right .box2 .form ul li input {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 22px;
  color: white;
  font-weight: 100;
  padding: .3em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right .box2 .form ul li input::-webkit-input-placeholder {
  color: white;
}
.about-page .about-5 .right .box2 .form ul li input:-moz-placeholder {
  color: white;
}
.about-page .about-5 .right .box2 .form ul li input::-moz-placeholder {
  color: white;
}
.about-page .about-5 .right .box2 .form ul li input:-ms-input-placeholder {
  color: white;
}
.about-page .about-5 .right .box2 .form ul li input::placeholder {
  color: white;
}
.about-page .about-5 .right .box2 .form ul li input:focus {
  border-color: white;
}
.about-page .about-5 .right .box2 .form ul li label {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.47);
}
.about-page .about-5 .right .box2 .form ul li label i {
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  border: 1px rgba(255, 255, 255, 0.47) dashed;
  display: inline-block;
  margin-right: .4em;
}
.about-page .about-5 .right .box2 .form ul li input[type="submit"] {
  padding: .5em;
  background: white;
  color: var(--color);
  font-size: 23px;
  text-transform: uppercase;
}
.sustain-page .ui.container {
  max-width: 1460px;
}
.sustain-page .text {
  font-weight: 100;
  font-size: 30px;
  color: #3f3f3f;
  line-height: 1.6;
}
.sustain-page .text strong {
  font-weight: 500;
}
.sustain-page .sustain-1 {
  padding: 165px 0;
  text-align: center;
}
.sustain-page .sustain-1 .text {
  margin-top: 2em;
}
.sustain-page .sustain-2 {
  position: relative;
}
.sustain-page .sustain-2:after {
  content: '';
  width: 100%;
  height: 95%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #fcfbfa;
  z-index: -1;
}
.sustain-page .sustain-2 span.h3 {
  font-size: 40px;
  color: var(--color);
  display: block;
  line-height: 1.2;
}
.sustain-page .sustain-2 .text {
  margin-top: 1em;
  font-size: 23px;
}
.sustain-page .sustain-2 .slide {
  margin-bottom: 140px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sustain-page .sustain-2 .slide:last-child {
  margin-bottom: 0;
}
.sustain-page .sustain-2 .slide .box .left {
  vertical-align: middle;
  padding-right: 1%;
  position: relative;
}
.sustain-page .sustain-2 .slide .box .left .img {
  height: 560px;
  background-size: cover;
  background-position: center center;
}
.sustain-page .sustain-2 .slide .box .right {
  padding-left: 7%;
  padding-right: 10%;
  vertical-align: middle;
  position: relative;
}
.sustain-page .sustain-2 .slide .box .right:before {
  content: '';
  width: 13%;
  height: 1px;
  background: #abaaaa;
  position: absolute;
  top: 8%;
  left: -0.5%;
}
.sustain-page .sustain-2 .slide:nth-child(even) .left {
  left: 50%;
  padding-left: 6%;
  padding-right: 0;
}
.sustain-page .sustain-2 .slide:nth-child(even) .right {
  left: -50%;
  padding-left: 10%;
  padding-right: 1%;
}
.sustain-page .sustain-2 .slide:nth-child(even) .right:before {
  left: 98%;
}
.sustain-page .sustain-3 {
  padding: 190px 0;
}
.sustain-page .sustain-3 span.h2 {
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.2;
}
.sustain-page .sustain-3 span.h2 em {
  display: block;
  font-style: italic;
}
.sustain-page .sustain-3 .list {
  margin: 0 -7%;
  padding: 90px 0;
}
.sustain-page .sustain-3 .list ul {
  margin: -46px -53px;
}
.sustain-page .sustain-3 .list ul li {
  padding: 46px 53px;
}
.sustain-page .sustain-3 .list ul li a {
  display: block;
  -o-box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.18);
}
.sustain-page .sustain-3 .list ul li a img {
  display: block;
  width: 100%;
}
.contact-page {
  margin-top: 96px;
}
.contact-page .contact-1 {
  padding: 100px 0;
  background: #e5e5e5;
}
.contact-page .contact-1 .box {
  background: white;
  padding: 80px 4%;
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.contact-page .contact-1 .box span.h2 {
  margin-bottom: .2em;
  font-weight: normal;
}
.contact-page .contact-1 .box .text {
  max-width: 780px;
  font-size: 23px;
  font-weight: 100;
  color: #3f3f3f;
  margin: 0 auto;
  line-height: 2;
}
.contact-page .contact-1 .box .box2 {
  margin-top: 110px;
  text-align: left;
}
.contact-page .contact-1 .box .box2 span.h6 {
  font-size: 35px;
  color: var(--color);
  display: block;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: normal;
}
.contact-page .contact-1 .box .box2 .left {
  width: 48%;
  padding-left: 5%;
}
.contact-page .contact-1 .box .box2 .left #mapContainer {
  height: 300px;
  margin-bottom: 70px;
}
#mapContainer {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#mapContainer .amap-copyright,
#mapContainer .amap-logo {
  display: none !important;
}
.contact-page .contact-1 .box .box2 .left .text p {
  margin-top: 1em;
}
.contact-page .contact-1 .box .box2 .left .text p em {
  color: var(--color2);
  font-weight: 500;
}
.contact-page .contact-1 .box .box2 .left .share {
  float: right;
  font-size: 20px;
  line-height: 1;
  color: var(--color);
  margin-top: -1.2em;
}
.contact-page .contact-1 .box .box2 .left .share a {
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .box2 .left .share a:hover {
  color: var(--color2);
}
.contact-page .contact-1 .box .box2 .right {
  width: 52%;
}
.contact-page .contact-1 .box .box2 .right .form ul {
  margin: -25px -20px;
}
.contact-page .contact-1 .box .box2 .right .form ul li {
  padding: 25px 20px;
}
.contact-page .contact-1 .box .box2 .right .form ul li input,
.contact-page .contact-1 .box .box2 .right .form ul li textarea {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-weight: 100;
  font-size: 23px;
  padding: 0 .5em;
  border: 1px solid #dbdbdb;
  color: black;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .box2 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .box .box2 .right .form ul li textarea::-webkit-input-placeholder {
  color: #3f3f3f;
}
.contact-page .contact-1 .box .box2 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .box .box2 .right .form ul li textarea:-moz-placeholder {
  color: #3f3f3f;
}
.contact-page .contact-1 .box .box2 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .box .box2 .right .form ul li textarea::-moz-placeholder {
  color: #3f3f3f;
}
.contact-page .contact-1 .box .box2 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .box .box2 .right .form ul li textarea:-ms-input-placeholder {
  color: #3f3f3f;
}
.contact-page .contact-1 .box .box2 .right .form ul li input::placeholder,
.contact-page .contact-1 .box .box2 .right .form ul li textarea::placeholder {
  color: #3f3f3f;
}
.contact-page .contact-1 .box .box2 .right .form ul li input:focus,
.contact-page .contact-1 .box .box2 .right .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .box .box2 .right .form ul li textarea {
  height: 290px;
}
.contact-page .contact-1 .box .box2 .right .form ul li input[type="submit"] {
  width: auto;
  line-height: 60px;
  height: 60px;
  font-weight: 500;
  font-size: 22px;
  padding: 0 1.5em;
  text-transform: uppercase;
  border: none;
  color: white;
  background: var(--color);
  display: inline-block;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .box2 .right .form ul li input[type="submit"]:hover {
  background: var(--color2);
}
.contact-page .contact-1 .box .box2 .right .form ul li.wid-100 {
  width: 100%;
  text-align: right;
}
.news-page {
  margin-top: 96px;
}
.news-page .news-1 {
  padding: 50px 0 120px;
}
.news-page .news-1 span.h2 {
  max-width: 50%;
  border-bottom: 1px solid var(--color);
  padding-bottom: .3em;
}
.news-page .news-1 .sideBarRight .list {
  margin-bottom: 140px;
}
.news-page .news-1 .sideBarRight .list ul li {
  margin-bottom: 45px;
}
.news-page .news-1 .sideBarRight .list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-1 .sideBarRight .list ul li .box .left {
  padding-right: 4%;
  vertical-align: middle;
}
.news-page .news-1 .sideBarRight .list ul li .box .left time {
  width: 90px;
  height: 90px;
  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;
  background: var(--color);
  font-size: 28px;
  font-weight: normal;
  margin-bottom: -2em;
  color: white;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.news-page .news-1 .sideBarRight .list ul li .box .left .img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.news-page .news-1 .sideBarRight .list ul li .box .right {
  vertical-align: middle;
}
.news-page .news-1 .sideBarRight .list ul li .box .right h1 {
  font-weight: normal;
  font-size: 35px;
  line-height: 2;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .sideBarRight .list ul li .box .right span.h6:hover {
  color: var(--color2);
}
.news-page .news-1 .sideBarRight .list ul li .box .right .text {
  font-weight: 100;
  color: #737373;
  line-height: 2;
  margin: .6em 0 .4em;
  font-size: 23px;
}
.news-page .news-1 .sideBarRight .list ul li .box .right a.more {
  font-weight: 100;
  font-size: 20px;
  color: var(--color2);
  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;
  line-height: 2
}
.news-page .news-1 .sideBarRight .list ul li .box .right a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .sideBarRight .list ul li .box .right a.more:hover img {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.product-page {
  margin-top: 96px;
}
.product-page .product-1 {
  padding: 80px 0 120px;
}
.product-page .product-1 span.h2 {
  max-width: 50%;
  border-bottom: 2px solid #bbc8c6;
  padding-bottom: .3em;
}
.product-page .product-1 .sideBarLeft {
  width: 25%;
  padding-right: 3%;
}
.product-page .product-1 .sideBarRight {
  width: 75%;
}
.product-page .product-1 .sideBarRight .productList {
  margin-bottom: 80px;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList {
  border: 1px solid #d9dada;
  position: relative;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .btn div {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  cursor: hand;
  transition: .5s;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .btn div.prev {
  left: 10px;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .btn div.next {
  right: 10px;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .btn div:hover {
  background: var(--color);
}
.product-page .prodet-1 .prodetLeft .prodetLeftList img {
  display: block;
  width: 100%;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .slick-dots {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 100%;
  text-align: center;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 3px;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .slick-dots li:after {
  content: '';
  background: #b5b5b6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .slick-dots li button {
  display: none;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .slick-dots li.slick-active {
  border-color: #a5a3a3;
}
.product-page .prodet-1 .prodetLeft .prodetLeftList .slick-dots li.slick-active:after {
  background: #595757;
}
.product-page .prodet-1 .prodetLeft .smallImg {
  margin-top: 20px;
}
.product-page .prodet-1 .prodetLeft .smallImg .slick-track {
  margin-left: 0;
}
.product-page .prodet-1 .prodetLeft .smallImg ul {
  margin: -10px;
}
.product-page .prodet-1 .prodetLeft .smallImg ul li {
  padding: 10px;
}
.product-page .prodet-1 .prodetLeft .smallImg ul li a {
  display: block;
  border: 1px solid #d9dada;
  transition: .5s;
}
.product-page .prodet-1 .prodetLeft .smallImg ul .slick-current li a {
  border-color: var(--color);
}
.product-page .prodet-1 .prodetRight {
  padding-left: 4%;
  padding-right: 2%;
}
.product-page .prodet-1 .prodetRight a.back {
  display: block;
  font-weight: 300;
  font-size: 23px;
  color: #b5b5b6;
  border-bottom: 1px solid #d1d1d1;
  max-width: 310px;
}
.product-page .prodet-1 .prodetRight h1 {
  font-weight: 300;
  font-size: 60px;
  color: #231815;
  line-height: 2;
  display: block;
  margin-top: .4em;
}
.product-page .prodet-1 .prodetRight span.tag {
  font-size: 20px;
  color: #00322b;
  font-weight: 300;
}
.product-page .prodet-1 .prodetRight .text {
  font-size: 23px;
  color: #3f3f3f;
  margin: 2em 0;
  line-height: 2;
}
.product-page .prodet-1 .prodetRight .text strong {
  font-weight: 500;
}
.product-page .prodet-1 .prodetRight .share {
  text-align: center;
  font-size: 24px;
  color: var(--color);
}
.product-page .prodet-1 .prodetRight .share a {
  margin: 0 .25em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .prodet-1 .prodetRight .share a:hover {
  color: var(--color2);
}
.product-page .prodet-1 .prodetRight .moreBtn {
  margin-top: 40px;
}
.product-page .prodet-1 .prodetRight .moreBtn a {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  font-size: 22px;
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 .8em;
  transition: .5s;
  color: white;
}
.product-page .prodet-1 .prodetRight .moreBtn a img {
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-page .prodet-1 .prodetRight .moreBtn a.add {
  background: #d9bb90;
}
.product-page .prodet-1 .prodetRight .moreBtn a.form {
  background: #00322b;
}
.product-page .prodet-1 .prodetRight .moreBtn a:hover,
.product-page .prodet-1 .prodetRight .moreBtn a.add.active {
  background: black;
}
.product-page .prodet-2 {
  margin-top: 80px;
}
.product-page .prodet-2 span.h3 {
  font-size: 30px;
  color: var(--color);
  font-weight: normal;
}
.product-page .prodet-2 .productList {
  margin-top: 50px;
  padding: 0 5%;
  position: relative;
}
.product-page .prodet-2 .productList .slick-dots {
  margin: 0;
  text-align: center;
  padding-top: 30px;
}
.product-page .prodet-2 .productList .slick-dots li {
  padding: 0;
  margin: 0 3px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #ddd;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.product-page .prodet-2 .productList .slick-dots li button {
  display: none;
}
.product-page .prodet-2 .productList .slick-dots li.slick-active {
  background: #d8ba8e;
}
.product-page .prodet-2 .productList .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.product-page .prodet-2 .productList .btn div.prev {
  left: 0;
}
.product-page .prodet-2 .productList .btn div.next {
  right: 0;
}
.customized-page {
  margin-top: 96px;
}
.customized-page .text {
  font-weight: 100;
  color: #3f3f3f;
  font-size: 21px;
  line-height: 2;
}
.customized-page .customized-1 {
  padding: 120px 0;
  text-align: center;
}
.customized-page .customized-1 span.h2:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: baseline;
  margin-left: .2em;
  background: var(--color);
}
.customized-page .customized-1 .list {
  margin-top: 130px;
}
.customized-page .customized-1 .list ul {
  margin: -25px;
}
.customized-page .customized-1 .list ul li {
  padding: 25px;
}
.customized-page .customized-1 .list ul li span.h6 {
  font-weight: 300;
  font-size: 28px;
  color: #3f3f3f;
  display: block;
  margin: .5em 0;
  line-height: 2;
  text-transform: uppercase;
}
.customized-page .customized-1 .list ul li .text {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.customized-page .customized-2 {
  padding: 70px 0;
  background: #fbfbfb;
}
.customized-page .customized-2 .left {
  width: 55%;
  vertical-align: middle;
}
.customized-page .customized-2 .left .img {
  margin-bottom: -14%;
  margin-left: -12%;
}
.customized-page .customized-2 .right {
  width: 45%;
  padding-left: 3%;
  vertical-align: middle;
  margin-top: 3%;
}
.customized-page .customized-2 .right span.h2 {
  max-width: 80%;
  line-height: 2;
}
.customized-page .customized-2 .right .text {
  font-size: 23px;
  margin: 3em 0 6em;
}
.customized-page .customized-2 .right a.more {
  line-height: 70px;
  height: 70px;
  padding: 0 1.5em;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  background: var(--color);
  font-weight: 500;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customized-page .customized-2 .right a.more:hover {
  background: var(--color2);
}
.customized-page .customized-3 {
  padding: 65px 0 125px;
  text-align: center;
}
.customized-page .customized-3 .form {
  margin: 0 auto;
  max-width: 920px;
  display: block;
}
.customized-page .customized-3 .form ul {
  margin: -20px -30px;
}
.customized-page .customized-3 .form ul li {
  padding: 20px 30px;
}
.customized-page .customized-3 .form ul li input,
.customized-page .customized-3 .form ul li label,
.customized-page .customized-3 .form ul li textarea {
  font-size: 22px;
  border: none;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customized-page .customized-3 .form ul li input::-webkit-input-placeholder, .customized-page .customized-3 .form ul li label::-webkit-input-placeholder, .customized-page .customized-3 .form ul li textarea::-webkit-input-placeholder {
  color: #3f3f3f;
}
.customized-page .customized-3 .form ul li input:-moz-placeholder, .customized-page .customized-3 .form ul li label:-moz-placeholder, .customized-page .customized-3 .form ul li textarea:-moz-placeholder {
  color: #3f3f3f;
}
.customized-page .customized-3 .form ul li input::-moz-placeholder, .customized-page .customized-3 .form ul li label::-moz-placeholder, .customized-page .customized-3 .form ul li textarea::-moz-placeholder {
  color: #3f3f3f;
}
.customized-page .customized-3 .form ul li input:-ms-input-placeholder, .customized-page .customized-3 .form ul li label:-ms-input-placeholder, .customized-page .customized-3 .form ul li textarea:-ms-input-placeholder {
  color: #3f3f3f;
}
.customized-page .customized-3 .form ul li input::placeholder,
.customized-page .customized-3 .form ul li label::placeholder,
.customized-page .customized-3 .form ul li textarea::placeholder {
  color: #3f3f3f;
}
.customized-page .customized-3 .form ul li input:focus,
.customized-page .customized-3 .form ul li label:focus,
.customized-page .customized-3 .form ul li textarea:focus {
  border-color: var(--color2);
}
.customized-page .customized-3 .form ul li input {
  display: block;
  width: 100%;
  padding: .2em 0;
  border-bottom: 1px solid #3f3f3f;
}
.customized-page .customized-3 .form ul li textarea {
  border: 1px solid #3f3f3f;
  width: 100%;
  padding: 1em;
  height: 250px;
}
.customized-page .customized-3 .form ul li label {
  color: #3f3f3f;
  display: block;
  padding: .5em 0;
}
.customized-page .customized-3 .form ul li input[type="submit"] {
  line-height: 60px;
  height: 60px;
  font-weight: 500;
  padding: 0 4.7em;
  text-transform: uppercase;
  border: none;
  background: var(--color);
  color: white;
  width: auto;
  margin: 0 auto;
}
.customized-page .customized-3 .form ul li.wid-100 {
  width: 100%;
}
.customizedEt-page {
  margin-top: 96px;
}
.customizedEt-page .customizedEt-1 {
  padding: 130px 0;
}
.customizedEt-page .customizedEt-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-right: 3%;
}
.customizedEt-page .customizedEt-1 .left img {
  width: 100%;
  background: #fbfbfb;
}
.customizedEt-page .customizedEt-1 .right {
  padding-left: 3%;
}
.customizedEt-page .customizedEt-1 .right span.h2 {
  font-size: 50px;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div {
  margin-top: 50px;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div label {
  font-size: 30px;
  font-weight: 100;
  color: #3f3f3f;
  display: block;
  padding-bottom: .5em;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block {
  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;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block.f30 {
  margin: -15px;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block span {
  margin: 15px;
  background: #fbfbfb;
  border: 1px solid transparent;
  max-width: 25%;
  cursor: pointer;
  cursor: hand;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block span.active {
  border-color: #d8d8d8;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block label {
  padding: 0;
  margin-top: 15px;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block label.img {
  margin-top: 0;
  line-height: 65px;
  height: 65px;
  padding-left: 15px;
  padding-right: 1em;
  background: #fbfbfb;
  font-weight: 100;
  font-size: 22px;
  color: #3f3f3f;
  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;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block label.img i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div .block p {
  font-weight: 100;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.2;
  margin-left: 1.5em;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div button {
  margin-top: 30px;
  line-height: 70px;
  height: 70px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  background: var(--color);
  display: inline-block;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customizedEt-page .customizedEt-1 .right .options &gt; div button:hover {
  background: var(--color2);
}
/*@media screen and (max-width: 1700px) {
  .about-page,
  .inner-banner,
  .contact-page,
  .product-page,
  .customized-page,
  .customizedEt-page,
  .news-page {
    margin-top: 80px;
  }
  .about-page .about-1,
  .about-page .about-2 {
    padding: 60px 0;
  }
  .inner-page span.h2,
  .product-page .prodet-1 .prodetRight h1 {
    font-size: 48px;
  }
  .about-page .about-5 .left span.h2 {
    font-size: 40px;
  }
  .about-page .text,
  .about-page .about-1 .box .right .list ul li p,
  .about-page .about-5 .left .text,
  .about-page .about-5 .right .box2 .form ul li input,
  .about-page .about-5 .right .box2 .form ul li input[type="submit"],
  .sustain-page .sustain-2 .text,
  .contact-page .contact-1 .box .text,
  .contact-page .contact-1 .box .box2 .right .form ul li input,
  .contact-page .contact-1 .box .box2 .right .form ul li textarea,
  .contact-page .contact-1 .box .box2 .right .form ul li input[type="submit"],
  .inner-page .sideBarBox .sideBarLeft .newsList ul li,
  .inner-page .sideBarBox .sideBarLeft .info .list ul li,
  .news-page .news-1 .sideBarRight .list ul li .box .right .text,
  .news-page .news-1 .sideBarRight .list ul li .box .right a.more,
  .inner-page .sideBarBox .sideBarLeft .proList .nav ul li a,
  .inner-page .sideBarBox .sideBarLeft .size .options span,
  .inner-page .productList ul li .img-box span,
  .product-page .prodet-1 .prodetRight a.back,
  .product-page .prodet-1 .prodetRight span.tag,
  .product-page .prodet-1 .prodetRight .text,
  .customized-page .text,
  .customized-page .customized-2 .right .text,
  .customized-page .customized-2 .right a.more,
  .customized-page .customized-3 .form ul li input,
  .customized-page .customized-3 .form ul li label,
  .customized-page .customized-3 .form ul li textarea,
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block label.img,
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    font-size: 18px;
  }
  .about-page .about-1 .box .right .img {
    height: 320px;
  }
  .about-page .about-1 .box .right .list ul li {
    padding: 10px;
  }
  .about-page .about-1 .box .right .list ul {
    margin: -10px;
  }
  .about-page .about-1 .box .right .list ul li span.h6 {
    font-size: 28px;
  }
  .about-page .about-1 .box .right .list {
    margin-top: 20px;
  }
  .about-page .about-1 .box,
  .about-page .about-2 .list,
  .about-page .about-3 .box,
  .contact-page .contact-1 .box .box2,
  .about-page .about-4 .box {
    margin-top: 50px;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  .about-page .about-3 .box .right .img,
  .about-page .about-4 .box .left .img {
    height: 500px;
  }
  .about-page .play {
    max-width: 80px;
  }
  .about-page .about-5 {
    padding: 100px 0;
  }
  .about-page .about-5 .left .text {
    margin-top: 40px;
  }
  .about-page .about-5 .right .box2 .form span.h6 {
    font-size: 24px;
  }
  .about-page .about-5 .right .box2 .form {
    padding: 20px 4%;
  }
  .inner-banner {
    padding: 150px 0;
  }
  .inner-banner span.h2 {
    font-size: 60px;
  }
  .inner-banner .yz {
    width: 100px;
    height: 100px;
  }
  .inner-banner .yz img {
    max-height: 60%;
  }
  .sustain-page .sustain-1 {
    padding: 140px 0 80px;
  }
  .sustain-page .text {
    font-size: 24px;
  }
  .sustain-page .sustain-2 span.h3 {
    font-size: 28px;
  }
  .sustain-page .sustain-2 .slide {
    margin-bottom: 60px;
  }
  .sustain-page .sustain-2 .slide .box .left .img {
    height: 400px;
  }
  .sustain-page .sustain-3 {
    padding: 100px 0;
  }
  .sustain-page .sustain-3 .list {
    margin: 0;
    padding: 50px 0;
  }
  .sustain-page .sustain-3 .list ul li {
    padding: 25px;
  }
  .sustain-page .sustain-3 .list ul {
    margin: -25px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .box {
    padding: 40px 3%;
  }
  .contact-page .contact-1 .box .box2 span.h6 {
    font-size: 28px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul li {
    padding: 15px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul {
    margin: -15px;
  }
  .contact-page .contact-1 .box .box2 .left #mapContainer {
    margin-bottom: 30px;
  }
  .inner-page .sideBarBox .sideBarLeft .newsList ul li .img-box {
    height: 100px;
  }
  .inner-page .sideBarBox .sideBarLeft .newsList ul li {
    margin-bottom: 20px;
  }
  .inner-page .sideBarBox .sideBarLeft span.h6 {
    font-size: 24px;
  }
  .inner-page .sideBarBox .sideBarLeft .search,
  .inner-page .sideBarBox .sideBarLeft .info {
    margin-top: 50px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .left time {
    font-size: 24px;
    width: 70px;
    height: 70px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .right span.h6 {
    font-size: 28px;
  }
  .news-page .news-1 .sideBarRight .list ul li {
    margin-bottom: 20px;
  }
  .news-page .news-1 .sideBarRight .list {
    margin-bottom: 80px;
  }
  .news-page .news-1 {
    padding: 50px 0 80px;
  }
  .inner-page .m-page div a,
  .inner-page .m-page div span {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .inner-page .sideBarBox {
    margin-top: 50px;
  }
  .product-page .product-1 {
    padding: 50px 0 80px;
  }
  .inner-page .sideBarBox .sideBarLeft .proList {
    margin-bottom: 30px;
  }
  .inner-page .sideBarBox .sideBarLeft .size {
    margin-top: 30px;
  }
  .inner-page .productList ul li .img-box em {
    font-size: 16px;
  }
  .inner-page .productList ul li span.h6,
  .customized-page .customized-1 .list ul li span.h6,
  .customizedEt-page .customizedEt-1 .right .options &gt; div label {
    font-size: 24px;
  }
  .inner-page .productList ul li {
    padding: 10px;
  }
  .inner-page .productList ul {
    margin: -10px;
  }
  .product-page .product-1 .sideBarRight .productList {
    margin-bottom: 50px;
  }
  .product-page .prodet-2 .productList .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .customized-page .customized-1 {
    padding: 60px 0;
  }
  .customized-page .customized-1 .list ul li i img {
    max-height: 80px;
  }
  .customized-page .customized-1 .list {
    margin-top: 60px;
  }
  .customized-page .customized-2 {
    padding: 50px 0;
  }
  .customized-page .customized-2 .right .text {
    margin: 2em 0 4em;
  }
  .customized-page .customized-2 .right a.more {
    line-height: 50px;
    height: 50px;
  }
  .customized-page .customized-2 .left .img {
    margin-left: -5%;
  }
  .customized-page .customized-3 .form ul li {
    padding: 15px;
  }
  .customized-page .customized-3 .form ul {
    margin: -15px;
  }
  .customized-page .customized-3 .form ul li textarea {
    height: 180px;
  }
  .customized-page .customized-3 .form ul li input[type="submit"] {
    line-height: 50px;
    height: 50px;
    padding: 0 3em;
  }
  .customizedEt-page .customizedEt-1 {
    padding: 80px 0;
  }
  .customizedEt-page .customizedEt-1 .right span.h2 {
    font-size: 36px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block span {
    margin: 5px;
    max-width: 20%;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block.f30 {
    margin: -5px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block label img {
    max-width: 46px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block label.img {
    line-height: 48px;
    height: 48px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block label.img img {
    max-width: 30px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block p {
    font-size: 14px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    line-height: 54px;
    height: 54px;
  }
}*/
@media screen and (max-width: 1250px) {
  .about-page,
  .inner-banner,
  .contact-page,
  .product-page,
  .customized-page,
  .customizedEt-page,
  .news-page {
    margin-top: 65px;
  }
  .customizedEt-page .customizedEt-1 .right span.h2 {
    font-size: 28px;
  }
  .inner-page .productList ul li span.h6,
  .customized-page .customized-1 .list ul li span.h6,
  .customizedEt-page .customizedEt-1 .right .options &gt; div label {
    font-size: 20px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div {
    margin-top: 30px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    margin-top: 10px;
  }
  .inner-page span.h2,
  .product-page .prodet-1 .prodetRight h1 {
    font-size: 36px;
  }
  .about-page .text,
  .about-page .about-1 .box .right .list ul li p,
  .about-page .about-5 .left .text,
  .about-page .about-5 .right .box2 .form ul li input,
  .about-page .about-5 .right .box2 .form ul li input[type="submit"],
  .sustain-page .sustain-2 .text,
  .contact-page .contact-1 .box .text,
  .contact-page .contact-1 .box .box2 .right .form ul li input,
  .contact-page .contact-1 .box .box2 .right .form ul li textarea,
  .contact-page .contact-1 .box .box2 .right .form ul li input[type="submit"],
  .inner-page .sideBarBox .sideBarLeft .newsList ul li,
  .inner-page .sideBarBox .sideBarLeft .info .list ul li,
  .news-page .news-1 .sideBarRight .list ul li .box .right .text,
  .news-page .news-1 .sideBarRight .list ul li .box .right a.more,
  .inner-page .sideBarBox .sideBarLeft .proList .nav,
  .inner-page .sideBarBox .sideBarLeft .size .options span,
  .inner-page .productList ul li .img-box span,
  .product-page .prodet-1 .prodetRight a.back,
  .product-page .prodet-1 .prodetRight span.tag,
  .product-page .prodet-1 .prodetRight .text,
  .customized-page .text,
  .customized-page .customized-2 .right .text,
  .customized-page .customized-2 .right a.more,
  .customized-page .customized-3 .form ul li input,
  .customized-page .customized-3 .form ul li label,
  .customized-page .customized-3 .form ul li textarea,
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block label.img,
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    font-size: 16px;
  }
  .customized-page .customized-1 span.h2:after {
    width: 14px;
    height: 14px;
  }
  .customized-page .customized-3 {
    padding: 60px 0 80px;
  }
  .inner-page .sideBarBox .sideBarLeft .size .options span i {
    width: 18px;
    height: 18px;
  }
  .contact-page .contact-1 .box .box2 span.h6 {
    font-size: 24px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul {
    margin: -10px;
  }
  .sustain-page .text {
    font-size: 20px;
  }
  .inner-banner span.h2 {
    font-size: 40px;
  }
  .inner-banner .ui.container {
    max-width: 60%;
  }
  .inner-banner .yz {
    width: 70px;
    height: 70px;
  }
  .sustain-page .sustain-1 {
    padding: 80px 0 60px;
  }
  .sustain-page .sustain-2 .slide .box .right {
    padding: 0 5%;
  }
  .sustain-page .sustain-2 .slide .box .right:before {
    width: 9%;
  }
  .sustain-page .sustain-2 .slide:nth-child(even) .left {
    padding-left: 3%;
  }
  .sustain-page .sustain-2 .slide:nth-child(even) .right {
    padding-right: 1%;
  }
  .sustain-page .sustain-3 {
    padding: 60px 0;
  }
  .sustain-page .sustain-3 .list ul li {
    padding: 15px;
  }
  .sustain-page .sustain-3 .list ul {
    margin: -15px;
  }
  .about-page .about-1 .box .right .list ul li span.h6 {
    font-size: 26px;
  }
  .about-page .about-2 .list ul li {
    padding: 15px;
  }
  .about-page .about-2 .list ul {
    margin: -15px;
  }
  .about-page .play {
    max-width: 50px;
  }
  .about-page .about-5 .left span.h2 {
    font-size: 32px;
  }
  .about-page .about-5 .right .box2 .form ul li {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page,
  .inner-banner,
  .contact-page,
  .product-page,
  .customized-page,
  .customizedEt-page,
  .news-page {
    margin-top: 40px;
  }
  .about-page .about-1,
  .about-page .about-2 {
    padding: 40px 0;
  }
  .inner-page span.h2,
  .product-page .prodet-1 .prodetRight h1 {
    font-size: 28px;
  }
  .about-page .about-1 .box,
  .about-page .about-2 .list,
  .about-page .about-3 .box,
  .contact-page .contact-1 .box .box2,
  .about-page .about-4 .box {
    margin-top: 30px;
  }
  .about-page .about-1 .box .right {
    padding-left: 4%;
  }
  .about-page .text p {
    margin-top: .5em;
  }
  .about-page .about-3 .box .left {
    padding: 0 3%;
  }
  .about-page .about-4 {
    padding-top: 80px;
  }
  .about-page .about-5 .left span.h2 {
    font-size: 28px;
  }
  .about-page .about-5 .left .text {
    margin-top: 25px;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .inner-banner {
    padding: 100px 0;
  }
  .inner-banner span.h2 {
    font-size: 32px;
  }
  /*.inner-banner .yz {
    max-width: 60px;
  }*/
  .sustain-page .text {
    font-size: 18px;
  }
  .sustain-page .sustain-2 .slide .box .left .img {
    height: 320px;
  }
  .sustain-page .sustain-3 .list {
    padding: 20px 0;
  }
  .contact-page .contact-1 .box .box2 span.h6 {
    font-size: 20px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul li input[type="submit"] {
    line-height: 50px;
    height: 50px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .left .img {
    height: 240px;
  }
  .news-page .news-1 .sideBarRight .list {
    margin-bottom: 50px;
  }
  .inner-page .sideBarBox .sideBarLeft .search form input[type="submit"] {
    font-size: 18px;
  }
  .inner-page .sideBarBox .sideBarLeft .search form {
    margin-top: 20px;
  }
  .inner-page .productList ul li .img-box em {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .product-page .prodet-1 .prodetRight a.back {
    max-width: 200px;
  }
  .product-page .prodet-1 .prodetRight .share {
    font-size: 20px;
  }
  .product-page .prodet-1 .prodetRight .text {
    margin: 1em 0;
  }
  .product-page .prodet-2 {
    margin-top: 50px;
  }
  .product-page .prodet-2 span.h3 {
    font-size: 24px;
  }
  .product-page .prodet-2 .productList {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .product-page .prodet-2 .productList .slick-dots {
    padding-top: 10px;
  }
  .customized-page .customized-1 .list ul li {
    padding: 15px;
  }
  .customized-page .customized-1 .list ul {
    margin: -15px;
  }
  .customized-page .customized-3 .form ul li {
    padding: 8px;
  }
  .customized-page .customized-3 .form ul {
    margin: -8px;
  }
  .customized-page .customized-3 .form ul li textarea {
    height: 150px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block label img {
    max-width: 36px;
  }
  .inner-page .productList ul li span.h6,
  .customized-page .customized-1 .list ul li span.h6,
  .customizedEt-page .customizedEt-1 .right .options &gt; div label {
    font-size: 18px;
  }
  #footer.inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .customizedEt-page .customizedEt-1 {
    padding: 50px 0;
  }
  .customizedEt-page .customizedEt-1 .right span.h2 {
    font-size: 26px;
  }
  .inner-page .productList ul li span.h6,
  .customized-page .customized-1 .list ul li span.h6,
  .customizedEt-page .customizedEt-1 .right .options &gt; div label {
    font-size: 16px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block.fileBlock {
    display: block;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block p {
    margin-top: .2em;
    margin-left: 1.2em;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    line-height: 50px;
    height: 50px;
  }
  .customized-page .customized-1 .list ul li {
    width: 100%;
  }
  .customized-page .customized-1 .list ul li i img {
    max-height: 60px;
  }
  .inner-page span.h2,
  .product-page .prodet-1 .prodetRight h1 {
    font-size: 24px;
  }
  .customized-page .customized-1 .list {
    margin-top: 30px;
  }
  .customized-page .customized-2 .right .text {
    margin: 1em 0;
  }
  .customized-page .customized-2 .right a.more {
    line-height: 40px;
    height: 40px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .product-page .product-1 .sideBarRight .productList {
    margin-bottom: 30px;
  }
  .inner-page .sideBarBox {
    margin-top: 30px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .left time {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .right span.h6 {
    font-size: 22px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .left .img {
    height: 200px;
  }
  .contact-page .contact-1 .box .box2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .box .box2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul li textarea {
    height: 180px;
  }
  .sustain-page .text {
    font-size: 16px;
  }
  .sustain-page .sustain-2 span.h3 {
    font-size: 22px;
  }
  .sustain-page .sustain-1 .text {
    margin-top: 1em;
  }
  .sustain-page .sustain-1 {
    padding: 60px 0 40px;
  }
  .inner-banner span.h2 {
    font-size: 28px;
  }
  .about-page .about-1 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .box .right .list ul li {
    width: 25% !important;
  }
  .about-page .about-1 .box .right .list ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .box .right .list ul li span.h6 {
    font-size: 22px;
  }
  .about-page .about-3 .box .left {
    width: 100%;
  }
  .about-page .about-3 .box .right,
  .about-page .about-4 .box .right {
    width: 100%;
    padding: 2%;
  }
  .about-page .about-3 .box .left,
  .about-page .about-4 .box .left {
    padding: 0 2%;
    width: 100%;
  }
  .about-page .about-3 .box .right .img,
  .about-page .about-4 .box .left .img {
    height: 300px;
  }
  .about-page .about-4 {
    padding-top: 50px;
  }
  .about-page .about-4 .box .left {
    padding: 2%;
  }
  .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-5 .right {
    width: 100%;
    margin-top: 20px;
  }
  .sustain-page .sustain-2 .slide {
    margin-bottom: 30px;
  }
  .about-page .about-4 .box {
    background: transparent;
  }
}
@media screen and (max-width: 700px) {
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .customized-page .customized-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .customized-page .customized-2 .left {
    display: none;
  }
  .customized-page .customized-3 {
    padding: 50px 0;
  }
  .product-page .prodet-1 .prodetRight {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .product-page .prodet-1 .prodetLeft {
    width: 100%;
  }
  .product-page .prodet-2 .productList .btn {
    display: none !important;
  }
  .product-page .product-1 .sideBarRight .productList {
    padding: 0;
  }
  .product-page .product-1 {
    padding: 40px 0;
  }
  .inner-page .m-page div a,
  .inner-page .m-page div span {
    margin-right: .2em;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .right span.h6 {
    font-size: 18px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul li {
    padding: 5px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul {
    margin: -5px;
  }
  .contact-page .contact-1 .box .box2 .right .form ul li input[type="submit"] {
    line-height: 44px;
    height: 44px;
  }
  .inner-banner span.h2 {
    font-size: 24px;
  }
  .inner-banner .ui.container {
    max-width: none;
  }
  .inner-banner {
    padding: 60px 0;
  }
  .inner-banner .yz {
    width: 50px;
    height: 50px;
  }
  .sustain-page .sustain-2 .slide .box .right {
    width: 100% !important;
    padding: 15px !important;
    left: 0 !important;
  }
  .sustain-page .sustain-2 .slide .box .left {
    width: 100% !important;
    padding: 15px !important;
    left: 0 !important;
  }
  .sustain-page .sustain-2 .slide .box .right:before {
    display: none;
  }
  .sustain-page .sustain-3 .list ul li {
    padding: 5px;
  }
  .sustain-page .sustain-3 .list ul {
    margin: -5px;
  }
  .about-page .about-1 .box .right .list ul li {
    width: 50% !important;
  }
  .about-page .about-3 .box .right .img,
  .about-page .about-4 .box .left .img {
    height: 200px;
  }
  .about-page .about-5 .left span.h2 {
    font-size: 24px;
  }
  .about-page .about-5 .right .box2 .form {
    width: 100%;
  }
  .about-page .about-5 .right .box2 .img {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .box .right .img {
    height: 200px;
  }
  .about-page .about-2 .list ul li {
    padding: 5px;
  }
  .about-page .about-2 .list ul {
    margin: -5px;
  }
  .about-page .about-5 .right .box2 .form span.h6 {
    font-size: 20px;
  }
  .about-page .text,
  .about-page .about-1 .box .right .list ul li p,
  .about-page .about-5 .left .text,
  .about-page .about-5 .right .box2 .form ul li input,
  .about-page .about-5 .right .box2 .form ul li input[type="submit"],
  .sustain-page .sustain-2 .text,
  .contact-page .contact-1 .box .text,
  .contact-page .contact-1 .box .box2 .right .form ul li input,
  .contact-page .contact-1 .box .box2 .right .form ul li textarea,
  .contact-page .contact-1 .box .box2 .right .form ul li input[type="submit"],
  .inner-page .sideBarBox .sideBarLeft .newsList ul li,
  .inner-page .sideBarBox .sideBarLeft .info .list ul li,
  .news-page .news-1 .sideBarRight .list ul li .box .right .text,
  .news-page .news-1 .sideBarRight .list ul li .box .right a.more,
  .inner-page .sideBarBox .sideBarLeft .proList .nav,
  .inner-page .sideBarBox .sideBarLeft .size .options span,
  .inner-page .productList ul li .img-box span,
  .product-page .prodet-1 .prodetRight a.back,
  .product-page .prodet-1 .prodetRight span.tag,
  .product-page .prodet-1 .prodetRight .text,
  .customized-page .text,
  .customized-page .customized-2 .right .text,
  .customized-page .customized-2 .right a.more,
  .customized-page .customized-3 .form ul li input,
  .customized-page .customized-3 .form ul li label,
  .customized-page .customized-3 .form ul li textarea,
  .customizedEt-page .customizedEt-1 .right .options &gt; div .block label.img,
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    font-size: 14px;
  }
  .inner-banner span.h2 {
    font-size: 20px;
    line-height: 2;
  }
  .sustain-page .sustain-2 .slide .box .left .img {
    height: 220px;
  }
  .sustain-page .sustain-3 .list ul li {
    width: 50%;
  }
  .contact-page .contact-1 .box .box2 .left .share {
    font-size: 16px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .right {
    margin-top: 15px;
  }
  .news-page .news-1 .sideBarRight .list ul li .box .left {
    padding-right: 0;
  }
  .news-page .news-1 {
    padding: 50px 0;
  }
  .customized-page .customized-1 span.h2:after {
    width: 6px;
    height: 6px;
  }
  .customizedEt-page .customizedEt-1 .left {
    position: relative;
    padding-right: 0;
    top: 0;
  }
  .customizedEt-page .customizedEt-1 .right {
    margin-top: 20px;
    padding-left: 0;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div {
    margin-top: 20px;
  }
  .customizedEt-page .customizedEt-1 .right .options &gt; div button {
    margin-top: 0;
  }
}
.about-page .about-3 .box .right .img,
.sustain-page .sustain-2 .slide .box .left .img {
  width: 115%;
}
.about-page .about-4 .box .left .img,
.sustain-page .sustain-2 .slide:nth-child(odd) .box .left .img {
  width: 115%;
  margin-left: -15%;
}
.cart-page {
  padding-top: 200px;
  overflow: hidden;
}
.cart-page h2 {
  font-size: 60px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
  display: block;
  text-align: center;
}
.cart-page .box {
  margin-top: 100px;
  display: flex;
}
.cart-page .box .left {
  padding-right: 3%;
}
.cart-page .box .left .list {
  max-height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.cart-page .box .left .list ul li {
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
}
.cart-page .box .left .list ul li .img {
  flex-shrink: 0;
  width: 25%;
}
.cart-page .box .left .list ul li .content {
  width: 100%;
  font-size: 22px;
  color: #3c3c3c;
  margin: 0 10px;
}
.cart-page .box .left .list ul li .content .text {
  margin-top: .5em;
}
.cart-page .box .left .list ul li .input {
  width: 15%;
  flex-shrink: 0;
}
.cart-page .box .left .list ul li .input input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding-left: .5em;
  font-size: 22px;
  border: 1px solid black;
  color: black;
}
.cart-page .box .left .list ul li .del {
  flex-shrink: 0;
  font-size: 22px;
  color: #bbb;
  margin-left: 1em;
  cursor: pointer;
  cursor: hand;
  width: auto;
  font-weight: 500;
}
.cart-page .box .right .formBox {
  padding: 50px 0 100px 10%;
  background: #ededed;
  position: relative;
}
.cart-page .box .right .formBox:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}
.cart-page .box .right .formBox span.tag {
  font-size: 20px;
  color: #777;
  font-weight: 200;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 1.5em;
}
.cart-page .box .right .formBox span.tag:after,
.cart-page .box .right .formBox span.tag:before {
  content: '';
  width: 30%;
  height: 1px;
  background: #777;
  display: inline-block;
  vertical-align: middle;
}
.cart-page .box .right .formBox span.tag:before {
  margin-right: .5em;
}
.cart-page .box .right .formBox span.tag:after {
  margin-left: .5em;
}
.cart-page .box .right .formBox h6 {
  font-size: 23px;
  font-weight: 200;
  color: var(--color);
}
.cart-page .box .right .formBox .form ul li {
  margin-top: 25px;
}
.cart-page .box .right .formBox .form ul li input[type="text"],
.cart-page .box .right .formBox .form ul li textarea {
  width: 100%;
  font-size: 20px;
  font-weight: 200;
  color: #3f3f3f;
  border: 1px solid #dbdbdb;
  display: block;
  padding: .5em 1em;
}
.cart-page .box .right .formBox .form ul li textarea {
  height: 100px;
}
.cart-page .box .right .formBox .form ul li label {
  font-size: 20px;
  font-weight: 200;
  color: #3f3f3f;
  display: flex;
  align-items: center;
}
.cart-page .box .right .formBox .form ul li label input {
  margin-right: .2em;
  width: 1em;
  height: 1em;
}
.cart-page .box .right .formBox .form ul li .flex {
  display: flex;
  align-items: center;
  margin: 0 -12px;
}
.cart-page .box .right .formBox .form ul li .flex&gt;* {
  margin: 0 12px;
}
.cart-page .box .right .formBox .form ul li p {
  font-size: 20px;
  color: #777;
  font-weight: 200;
}
.cart-page .box .right .formBox .form ul li input[type="submit"] {
  font-size: 22px;
  padding: .6em 4em;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: white;
  background: var(--color);
}

#Pop_UpsBtn{
  display: none!important;
}
@media screen and (max-width: 1250px) {
  .product-page .prodet-1 .prodetRight .moreBtn a {
    font-size: 14px;
  }
  .product-page .prodet-1 .prodetRight .moreBtn a img {
    max-width: 18px;
  }
  .cart-page .box {
    margin-top: 50px;
    display: block;
  }
  .cart-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .cart-page .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .cart-page {
    padding-top: 160px;
    zoom: .7;
    padding-bottom: 20px;
  }
  .cart-page .box .right .formBox:after {
    display: none;
  }
  .cart-page .box .right .formBox {
    padding: 50px 5%;
  }
.inner-page {
  overflow: hidden;
}
.about-page .about-3 .box .right .img, .sustain-page .sustain-2 .slide .box .left .img,
.about-page .about-4 .box .left .img, .sustain-page .sustain-2 .slide:nth-child(odd) .box .left .img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
}
.gvdfgdgd{
  font-size: 28px;
  line-height: 2;
  color: #737373;
}
.xinwennr{
  font-size: 18px;
  line-height: 2;
}
.mbx{
 font-size: 20px;
  line-height: 2;
  margin-top: 20px;
}
#ewmBox {
  width: 58px;
  height: 58px;
  position: fixed;
  right: 20px;
  bottom: 110px;
  border-radius: 100%;
  background-color: var(--color);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  cursor: 
  hand;
}
#ewmBox #ewm {
  position: absolute;
  right: 100%;
  top: 0;
  width: 120px;
  display: none;
}
#ewmBox:hover #ewm {
  display: block;
}
@media screen and (max-width: 1250px) {
  #ewmBox {
    display: none;
  }
}

.customized-page .bg {
  background-color: #fbfbfb;
}
.customized-page .new {
  text-align: center;
}
.customized-page .new .list {
  margin-top: 40px;
}
.customized-page .new .list ul {
  margin: -15px;
}
.customized-page .new .list ul li {
  padding: 15px;
}
.customized-page .new .list ul li a.img {
  display: block;
  position: relative;
}
.customized-page .customized-new-1 {
  padding: 90px 0;
}
.customized-page .customized-new-1 .ui.container {
  max-width: 1100px;
}
.customized-page .customized-new-1 a.img img {
  width: 100%;
}
.customized-page .customized-new-1 a.img:before {
  content: '';
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  background-color: var(--color);
  opacity: .85;
  transition: .5s;
}
.customized-page .customized-new-1 a.img span {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: .5s;
}
.customized-page .customized-new-1 a.img:hover:before {
  opacity: 0;
}
.customized-page .customized-new-1 a.img:hover span {
  top: 0;
  opacity: 0;
}
.customized-page .customized-new-2 {
  padding: 80px 0 100px;
}
.customized-page .customized-new-2.bg ul li a.img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.customized-page .customized-new-3 {
  padding: 120px 0;
}
.customized-page .customized-new-3 .list ul {
  margin: 0 -45px;
}
.customized-page .customized-new-3 .list ul li {
  padding: 0 45px;
  text-align: center;
}
.customized-page .customized-new-3 .list ul li span.h6 {
  font-size: 30px;
  font-weight: 300;
  display: block;
  color: #3f3f3f;
  text-transform: uppercase;
  margin: .3em 0 .6em;
  line-height: 1.2;
}
.customized-page .customized-new-3 .list ul li .text {
  text-align: justify;
  text-align-last: center;
}
.customized-page .customized-new-4 {
  padding: 60px 0;
}
.customized-page .customized-new-4 .ui&gt;img {
  margin: 25px 0;
}
.customized-page .customized-new-4 .text {
  text-align-last: left;
}
.customized-page .customized-new-4 .list {
  margin-top: 70px;
}
.customized-page .customized-new-4 .list span.h6 {
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-top: .5em;
}
.customized-page .customized-new-5 {
  padding: 60px 0;
}
.customized-page .customized-new-5 .ui.container {
  max-width: 1040px;
}
.customized-page .customized-new-5 .list {
  margin-bottom: 60px;
}
.customized-page .customized-new-5 .list ul {
  margin: 0 -40px;
}
.customized-page .customized-new-5 .list ul li {
  padding: 0 40px;
}
.customized-page .customized-new-5 .list ul li .text {
  text-align-last: left;
}
.customized-page .customized-new-6 {
  padding: 40px 0;
}
.customized-page .customized-new-5 .list ul li a.img,
.customized-page .customized-new-6 .list ul li a.img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.fdfgdger{
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}
.vfdgdgf{
  vertical-align: middle !important;
}
.vdgfdgd{
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.vdgfdgd span{
  font-size: 20px !important;
  line-height: 2;
  text-align: left;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li.menu-item-311727, #header .nav .ui.menu .menu-box ul.menu &gt; li.menu-item-311728 {
  display: none !important;
}</pre></body></html>