@font-face {
  font-family: 'Fraunces-BlackItalic';
  src: url(../fonts/Fraunces-BlackItalic.ttf) format('truetype'), url(../fonts/Fraunces-BlackItalic.eot) format('eot'), url(../fonts/Fraunces-BlackItalic.woff) format('woff'), url(../fonts/Fraunces-BlackItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces-ThinItalic';
  src: url(../fonts/Fraunces-ThinItalic.ttf) format('truetype'), url(../fonts/Fraunces-ThinItalic.eot) format('eot'), url(../fonts/Fraunces-ThinItalic.woff) format('woff'), url(../fonts/Fraunces-ThinItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces-Thin';
  src: url(../fonts/Fraunces-Thin.ttf) format('truetype'), url(../fonts/Fraunces-Thin.eot) format('eot'), url(../fonts/Fraunces-Thin.woff) format('woff'), url(../fonts/Fraunces-Thin.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces-Light';
  src: url(../fonts/Fraunces-Light.ttf) format('truetype'), url(../fonts/Fraunces-Light.eot) format('eot'), url(../fonts/Fraunces-Light.woff) format('woff'), url(../fonts/Fraunces-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  src: url(../fonts/Fraunces.ttf) format('truetype'), url(../fonts/Fraunces.eot) format('eot'), url(../fonts/Fraunces.woff) format('woff'), url(../fonts/Fraunces.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Thin';
  src: url(../fonts/Poppins-Thin.ttf) format('truetype'), url(../fonts/Poppins-Thin.eot) format('eot'), url(../fonts/Poppins-Thin.woff) format('woff'), url(../fonts/Poppins-Thin.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
body {
  margin: 0;
  padding: 0;
  --color: #aa1c23;
  --red:#e60012;
  --font: 'Fraunces';
  font-family: 'Poppins-Light';
  max-width: 1920px;
}
.ui.container {
  padding: 0 15px;
  width: 1415px;
  margin: auto;
  position: relative;
}
::-webkit-scrollbar-thumb {
  background: var(--color);
}

.more {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #141413;
  line-height: 1;
  border-radius: 22px;
  padding: 7px 29px 7px 7px;
}
.more img {
  margin-right: 16px;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  border: solid 1px #141413;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #e6ff55;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  border: solid 1px #141413;
}
.more:hover {
  color: #fff;
}
.more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.more:hover::before {
  top: 0;
  border-color: #e11052;
}
.more:hover::after {
  background: #e11052;
  border-color: #e11052;
}
.information{
  position:fixed;
  right:10px;
  bottom:50%;
  transform: translateY(50%);
  z-index: 100;
}
.qrcode,
.whatapp{
  width: 60px;
  height: 60px;
  margin: 10px 0;
  background-color: #fff;
  border-radius:10px;
  font-size: 24px; 
  line-height: 60px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.qrcode-box,
.whatapp-box{
  position: absolute;
  right:120%;
  bottom:50%;
  transform: rotateY(90deg) translateY(50%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
  width: max-content;
  color:#000;
}
.qrcode i,
.whatapp i{
  background-color: #66c05c;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
.whatapp .whatapp-box{
  padding: 0 20px;
  color:#000;
  font-size: 18px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.qrcode:hover .qrcode-box,
.whatapp:hover .whatapp-box{
  transform: rotateY(0deg) translateY(50%);
  z-index: 10;
  opacity: 1;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header .nav {
  position: relative;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 145px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-bottom: 1px solid #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 125px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .h-inquiry {
  cursor: pointer;
  color: #fff;
  border-bottom: 1px solid white;
  margin: 0 60px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
}
.language-box .zhuyu span {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.home-title h3 {
  font-size: 72px;
  font-family: 'Fraunces-ThinItalic';
  max-width: 460px;
  line-height: 1;
}
.btn-go {
  width: 180px;
  height: 55px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background-color: var(--color);
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.btn-go span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.btn-go:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #313131;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul .slick-dots {
  bottom: 35px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  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%);
}
#banner .banner-content ul li .content h2 {
  font-size: 72px;
  font-family: Fraunces-Light;
  max-width: 620px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 60px;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#index-body .category {
  padding: 95px 0 105px;
}
#index-body .category .category-content .home-title {
  position: absolute;
  left: 15px;
  top: 60px;
  z-index: 100;
}
#index-body .category .category-content ul .swiper-slide-active {
  padding-top: 340px;
}
#index-body .category .category-content ul li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 110px;
}
#index-body .category .category-content ul li .box {
  position: relative;
}
#index-body .category .category-content ul li .box .num {
  position: absolute;
  right: 65px;
  top: -110px;
  z-index: 100;
  line-height: 0.6;
  font-size: 250px;
  font-family: 'Fraunces-ThinItalic';
}
#index-body .category .category-content ul li .box .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
#index-body .category .category-content ul li .box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 25px 0 10px;
}
#index-body .category .category-content ul li .box .title:hover h4 {
  color: var(--color);
}
#index-body .category .category-content ul li .box .title:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .category .category-content ul li:hover .box .title img{
  transform: translateX(0);
  opacity: 1;
}
#index-body .category .category-content ul li .box .title h4 {
  font-family: Poppins-SemiBold;
}
#index-body .category .category-content ul li .box .title img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transform: translateX(100px);
  opacity: 0;
}
#index-body .category .category-content ul li .box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Poppins-Regular';
}
#index-body .news {
  padding: 95px 0;
}
#index-body .news .news-content ul {
  margin: 70px -25px 0;
}
#index-body .news .news-content ul li {
  padding: 30px 0 0;
  cursor: pointer;
}
#index-body .news .news-content ul li:hover .box h4,
#index-body .news .news-content ul li:hover .box .tag,
#index-body .news .news-content ul li:hover .box .date,
#index-body .news .news-content ul li:hover .box p {
  color: var(--color);
}
#index-body .news .news-content ul li .box {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 25px 5px;
}
#index-body .news .news-content ul li .box .tag {
  font-size: 100px;
  font-family: Fraunces-ThinItalic;
  line-height: 0.8;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
#index-body .news .news-content ul li .box .date {
  margin: 0 0 50px;
}
#index-body .news .news-content ul li .box h4 {
  font-family: Poppins-Regular;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  min-height: 7em;
  -webkit-box-orient: vertical;
  
}
#index-body .news .news-content ul li .box h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li .box p {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;

}
#index-body .advantage {
  background: url("../images/adv-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .advantage .advantage-content {
  height: 593px;
}
#index-body .advantage .advantage-content .left {
  position: relative;
}
#index-body .advantage .advantage-content .left .home-title {
  color: white;
}
#index-body .advantage .advantage-content .right {
  width: 50%;
}
#index-body .advantage .advantage-content .right ul {
  margin: 0 -15px;
}
#index-body .advantage .advantage-content .right ul li {
  text-align: center;
  margin-bottom: 55px;
}
#index-body .advantage .advantage-content .right ul li:nth-child(n + 4) {
  margin-bottom: 0;
}
#index-body .advantage .advantage-content .right ul li h4 {
  font-size: 24px;
  line-height: 44px;
  font-family: Poppins-Regular;
  color: white;
  margin-top: 20px;
}
#index-body .product {
  padding: 30px 0 55px;
  background: url("../images/pro-bg.jpg") no-repeat top right;
}
#index-body .product .product-content .pro-title h3 {
  font-size: 200px;
  font-family: Fraunces-ThinItalic;
  max-width: 500px;
  line-height: 0.75;
  -webkit-transform: translate(-220px, 55px);
  -moz-transform: translate(-220px, 55px);
  -ms-transform: translate(-220px, 55px);
  transform: translate(-220px, 55px);
}
#index-body .product .product-content .pro-title .pro-more {
  text-transform: uppercase;
  text-align: right;
  font-family: 'Poppins-Thin';
  font-weight: bold;
  line-height: 1.2;
  margin-top: 90px;
}
#index-body .product .product-content .pro-title .pro-more:hover {
  color: var(--color);
}
#index-body .product .product-content ul {
  margin: 0 -13px;
}
#index-body .product .product-content ul li {
  padding: 0 13px 70px;
}
#index-body .product .product-content ul li .img_box {
  background-color: #f0eded;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
#index-body .product .product-content ul li .img_box:hover .pro-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
#index-body .product .product-content ul li .img_box:hover .pro {
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0;
}
#index-body .product .product-content ul li .img_box:hover .btn {
  opacity: 1;
  z-index: 10;
}
#index-body .product .product-content ul li .img_box .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li .img_box .pro-bg {
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  transition: opacity .3s cubic-bezier(.33,0,0,1),transform .3s cubic-bezier(.33,0,0,1),-webkit-transform .3s cubic-bezier(.33,0,0,1),-moz-transform .3s cubic-bezier(.33,0,0,1)
}
#index-body .product .product-content ul li .img_box .pro {
  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%);
}
#index-body .product .product-content ul li h4 {
  font-family: Poppins-SemiBold;
}
#index-body .product .product-content ul li h4:hover {
  color: var(--color);
}
#index-body .product .product-content ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 5px;
  margin: 0 auto;
  background-color: #e5e5e5;
}
#index-body .product .product-content ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .product .product-content ul .slick-dots li {
  padding: 0;
  height: 100%;
}
#index-body .product .product-content ul .slick-dots li button {
  display: none;
}
#index-body .about {
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
  padding: 75px 0 105px;
}
#index-body .about .about-title {
  max-width: 940px;
  margin: 0 auto 60px;
  color: white;
}
#index-body .about .about-title h2 {
  font-size: 60px;
  font-family: Fraunces-ThinItalic;
  line-height: 0.8;
  text-align: center;
  margin-bottom: 30px;
}
#index-body .about .about-title h3 {
  font-size: 48px;
  font-family: Fraunces-ThinItalic;
  text-align: center;
}
#index-body .about .about-content .left {
  width: 62.5%;
  position: relative;
}
#index-body .about .about-content .left .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .about-content .left .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%);
}
#index-body .about .about-content .left .play:before,
#index-body .about .about-content .left .play:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .about-content .left .play:before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .about-content .right {
  width: 37.5%;
  padding: 125px 35px 0;
  background-color: white;
}
.shouye h1{
  display: inline;
}
#index-body .about .about-content .right .btn-go:hover {
  color: var(--color);
  border-color: var(--color);
}
#index-body .about .about-b ul li {
  color: white;
  padding: 0 95px;
  text-align: center;
  position: relative;
}
#index-body .about .about-b ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
  -moz-transform: translateY(-50%) rotate(20deg);
  -ms-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
#index-body .about .about-b ul li:last-child:before {
  display: none;
}
#index-body .about .about-b ul li:nth-child(2) {
  padding-left: 125px;
}
#index-body .about .about-b ul li h4 {
  color: var(--color);
}
#index-body .about .about-b ul li h4 em {
  font-size: 54px;
  font-family: 'Fraunces';
  line-height: 1;
}
#index-body .about .about-b ul li p {
  font-family: 'Fraunces-Thin';
}
#footer {
  position: relative;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
}
#footer .footer-center {
  padding: 90px 0 70px;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list {
  padding-top: 40px;
  max-width: 45%;
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list h2 {
  font-size: 48px;
  font-family: 'Fraunces-ThinItalic';
  margin-bottom: 85px;
  opacity: 0.9;
  line-height: 1.2;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul {
  max-width: 560px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li {
  width: 220px;
  margin-bottom: 50px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li:nth-child(n + 5) {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li h4 {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Poppins-Regular';
  margin-bottom: 25px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li span {
  font-size: 14px;
   line-height: 28px;
  font-family: 'Poppins-Light';
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li .footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li .footer-icons a {
  display: block;
  margin-right: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li .footer-icons a i {
  font-size: 20px;
  line-height: 1.8;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li .footer-icons a:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li .qc-img img,
#footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li .qc-img canvas {
  width: 100px;
  height: auto;
  border: 5px solid #fff;
  border-radius: 10px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form {
  color: white;
  width: 700px;
  max-height: 600px;
  padding: 75px 122px;
  background-color: rgba(0, 0, 0, 0.8);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form h3 {
  font-size: 36px;
  font-family: 'Fraunces-Thin';
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form p {
  font-size: 14px;
  line-height: 2;
  margin: 10px 0 20px;
  font-weight: 300;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input[type='text'] {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid  #878787;
  background-color: transparent;
  width: 100%;
  margin-bottom: 25px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea {
  font-size: 14px;
  color: #fff;
  height: 75px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #878787;
  background-color: transparent;
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input[type="submit"] {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  border: none;
  padding: 17px 30px;
  text-transform: uppercase;
  background-color: var(--color);
  border: 1px solid transparent;
  margin-top: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input[type="submit"]:hover {
  border-color: #fff;
  background-color: transparent;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-webkit-input-placeholder {
  color: #878787;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-webkit-input-placeholder {
  color: #878787;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-moz-placeholder {
  color: #878787;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-moz-placeholder {
  color: #878787;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-ms-input-placeholder {
  color: #878787;
}
#footer .footer-center .footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: -70px;
  bottom: 0;
  color: white;
}
#footer .footer-center .footer-box span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
#footer .footer-center .footer-box img {
  width: 260px;
  height: auto;
  padding-top: 5px;
}

#header .dropdown {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background-color: #fff;
  padding: 48px 0 38px;
  z-index: 100;
  font-weight: 500;
}
#header .dropdown .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .dropdown .flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .dropdown .inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%;
  margin-left: auto;
}
#header .dropdown .inner > div {
  margin-right: 5%;
}
#header .dropdown .inner .sub {
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.4);
}
#header .dropdown .inner .dro-left {
  width: 15%;
  color: #fff;
}
#header .dropdown .inner .dro-left .theme {
  font-size: 32px;
}
#header .dropdown .inner .dro-left .theme span {
  display: inline-block;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
#header .dropdown .inner .dro-left .box {
  width: 210px;
  margin-top: 33px;
  padding: 14px;
  background: #f0eded;
  color:#000;
}
#header .dropdown .inner .dro-left .box .btn-go:hover{
  border-color: var(--color);
}
#header .dropdown .inner .dro-left .box .btn-go:hover span{
  color:var(--color);
}
#header .dropdown .inner .dro-left .box .text {
  margin: 0 0 25px;
}
#header .dropdown .inner .dro-left .box .text p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 2;
}
#header .dropdown .inner .dro-left .box .text p strong {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}
#header .dropdown .inner .dro-left .box .more {
  font-size: 14px;
}
#header .dropdown .inner .dro-center {
  width: 30%;
}
#header .dropdown .inner .dro-center .sub {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 30px;
}
#header .dropdown .inner .dro-center li {
  width: 40%;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
#header .dropdown .inner .dro-center li:nth-child(odd) {
  width: 60%;
}
#header .dropdown .inner .dro-center li i {
  display: inline-block;
  color: #000;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .dropdown .inner .dro-center li:hover {
  text-decoration: underline;
  color: #AA1C23;
}
#header .dropdown .inner .dro-center li:hover i {
  opacity: 1;
}
#header .dropdown .inner .dro-right {
  width: 35%;
}
#header .dropdown .inner .dro-right .sub {
  font-size: 16px;
  line-height: 30px;
}
#header .dropdown .inner .dro-right .swiper-container {
  padding-bottom: 25px;
}
#header .dropdown .inner .dro-right .swiper-container .swiper-slide {
  width: 100%;
  padding: 5px;
  height: initial;
  background:#f0eded;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .dropdown .inner .dro-right .swiper-container .img {
  width: 56%;
  display: block;
  overflow: hidden;
}
#header .dropdown .inner .dro-right .swiper-container .img img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
#header .dropdown .inner .dro-right .swiper-container .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#header .dropdown .inner .dro-right .swiper-container .content {
  width: 44%;
  padding: 18px 26px;
  font-size: 14px;
  line-height: 2;

}
#header .dropdown .inner .dro-right .swiper-container .content .title {
  margin: 12px 0 6px;
  font-size: 26px;
}
#header .dropdown .inner .dro-right .swiper-container .content .text {
  line-height: 16px;
  font-size: 14px;
}
#header .dropdown .inner .dro-right .swiper-container .content .btn-go:hover{
  border-color: var(--color);
}
#header .dropdown .inner .dro-right .swiper-container .content .btn-go:hover span{
  color:var(--color);
}
#header .dropdown .inner .dro-right .swiper-container .content .summary {
  margin: 16px 0;
}
#header .dropdown .inner .dro-right .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 48%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 168px;
  height: 3px;
  background-color: rgba(20, 20, 19, 0.1);
  border-radius: 3px;
}
#header .dropdown .inner .dro-right .swiper-pagination span {
  background-color: #141413;
  border-radius: 3px;
}
#header .dropdown.active {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
@media (max-width: 1900px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 85px;
  }
  #index-body .product .product-content .pro-title h3 {
    -webkit-transform: translate(-15px, 55px);
    -moz-transform: translate(-15px, 55px);
    -ms-transform: translate(-15px, 55px);
    transform: translate(-15px, 55px);
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .logo {
    max-width: 200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 65px;
  }
  #header .nav .ui.menu .right .h-inquiry {
    margin: 0 30px;
  }
  #index-body .product .product-content .pro-title .pro-more {
    margin-top: 0;
  }
  #footer .footer-center .footer-box{
    right:15px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav {
    padding: 0 35px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #header .nav .ui.menu .right {
    margin-left: 55px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 48px;
    max-width: 420px;
  }
  #index-body .about .about-content .right {
    padding: 80px 35px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .logo {
    max-width: 160px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 16px;
  }
  #index-body .category .category-content ul li .box .num {
    line-height: 0.8;
    font-size: 180px;
  }
  #header .nav .ui.menu .right {
    margin-left: 25px;
  }
  #index-body .product .product-content ul li .img_box .pro {
    width: 50%;
  }
  #index-body .product .product-content .pro-title h3 {
    font-size: 120px;
  }
  #index-body .advantage .advantage-content .right {
    width: 60%;
  }
  #index-body .about .about-content .right {
    padding: 40px 35px;
  }
  #index-body .about .about-b ul li {
    padding: 0 60px;
  }
  #index-body .about .about-b ul li:nth-child(2) {
    padding-left: 95px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    padding: 75px 50px;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list {
    padding-top: 0;
    max-width: 48%;
  }
  #footer .footer-center .footer-box {
    right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-content ul li .content h2 {
    margin-bottom: 30px;
  }
  #index-body .category .category-content .home-title {
    position: unset;
  }
  .home-title h3 {
    font-size: 60px;
    max-width: 100%;
    text-align: center;
  }
  #index-body .category {
    padding: 65px 0;
  }
  #index-body .category .category-content ul .swiper-slide-active {
    padding-top: 110px;
  }
  #index-body .category .category-content ul li .box .num {
    top: -45px;
    font-size: 100px;
  }
  #index-body .category .category-content ul li .box .title img {
    display: none;
  }
  #index-body .advantage .advantage-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 60px 15px;
  }
  #index-body .advantage .advantage-content .right {
    width: 100%;
  }
  #index-body .advantage .advantage-content .left {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  #index-body .product .product-content .pro-title {
    margin-bottom: 60px;
  }
  #index-body .product .product-content .pro-title h3 {
    font-size: 80px;
    -webkit-transform: translate(-15px, 0);
    -moz-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
  #index-body .product {
    padding: 65px 0 55px;
  }
  #index-body .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .about .about-content .left {
    width: 100%;
  }
  #index-body .about .about-content .right {
    width: 100%;
  }
  #index-body .about .about-title h3 {
    font-size: 36px;
  }
  #index-body .about .about-b ul li {
    padding: 0 30px;
  }
  #index-body .about .about-b ul li:nth-child(2) {
    padding-left: 30px;
  }
  #index-body .about .about-b ul li:before {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list {
    width: 100%;
    margin-bottom: 60px;
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list ul {
    max-width: 95%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    width: 100%;
  }
  #footer .footer-center .footer-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset;
    margin-top: 30px;
  }
  #footer .footer-center {
    padding: 90px 0 15px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 30px;
    max-width: 100%;
  }
  .btn-go {
    width: 140px;
    height: 45px;
    font-size: 14px;
    line-height: 2;
  }
  .home-title h3 {
    font-size: 40px;
    font-weight: bold;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .product .product-content .pro-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .product .product-content .pro-title h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: Fraunces-ThinItalic;
    margin-bottom: 30px;
  }
  #index-body .product .product-content .pro-title .pro-more {
    text-align: center;
  }
  #index-body .about .about-b ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .about .about-b ul li {
    margin-bottom: 30px;
  }
  #index-body .about .about-b ul li:last-child {
    margin-bottom: 0;
  }
  #footer .footer-center .footer-box span {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 24px;
    line-height: 44px;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form h3 {
    font-size: 24px;
    line-height: 44px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    padding: 40px 25px;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list ul li:nth-child(n + 3) {
    margin-bottom: 50px;
  }
}





















/*inner-page*/
.inner-page{
  padding: 95px 0;
}
.inner-page span.h2 {
  font-size: 50px;
  font-family: var(--font);
}
.inner-page .m-page {
  font-size: 16px;
  color: #4d4d4d;
  display: block;
  text-align: right;
  line-height: 1;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin-left: .5em;
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
}
.inner-page .m-page span.current {
  border-bottom: 1px solid #4d4d4d;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .mbx {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .mbx p{
  font-size: 18px;
  color:white;
  line-height: 32px;
}
.inner-banner .mbx h2 {
  font-size: 72px;
  font-family: 'Fraunces-Light';
  color: white;
}

.about-page{
  padding: 95px 0 160px;
}
.about-page .about-1 .left {
  vertical-align: middle;
  width: 58%;
  position: relative;
}


.about-page .about-1 .left .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%);
}
.about-page .about-1 .left .play:before,
.about-page .about-1 .left .play:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .left .play:before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}


.about-page .about-1 .left .img {
  width: 100%;
  object-fit: cover;
}
.about-page .about-1 .right {
  vertical-align: middle;
  padding-left: 7%;
  max-width: 42%;
}
.about-page .about-1 .right .about-b{
  margin-top: 50px;
}
.about-page .about-1 .right ul{
  transform: translateX(-20px);
}
.about-page .about-1 .right ul li {
  color: white;
  text-align: center;
  position: relative;
  margin-right: 60px;
}
.about-page .about-1 .right ul li:last-child{
  margin-right: 0;
}
.about-page .about-1 .right ul li h4 {
  color: var(--color);
  display: flex;
  align-items: center;
  font-size: 30px;
}
.about-page .about-1 .right ul li h4 em {
  font-size: 54px;
  font-family: var(--font);
  line-height: 1;
}
.about-page .about-1 .right .about-b ul li p {
  font-family: 'Poppins-Thin';
  font-weight: bold;
  color:#000; 
  white-space: nowrap;
}
.about-page .about-1 .right .text {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  margin-top: 25px;
  max-width: 515px;
}
.about-page .about-1 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-2 {
  padding: 90px 0;
  text-align: center;
}
.about-page .about-2 .list {
  margin-top: 80px;
}
.about-page .about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .list ul li {
  padding: 0 50px;
  width: auto;
}
.about-page .about-2 .list ul li i {
  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;
  height: 82px;
}
.about-page .about-2 .list ul li i img {
  max-height: 100%;
}
.about-page .about-2 .list ul li span.h6 {
  font-size: 28px;
  line-height: 1.2;
  display: block;
  margin: 20px 0 15px;
  font-family: var(--font);
}
.about-page .about-2 .list ul li .text {
  font-size: 16px;
  line-height: 2;
  max-width: 320px;
  margin: 0 auto;
}
.about-page .about-3 {
  padding: 130px 0 150px;
  background: url("../images/about-3-bg.jpg") center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.about-page .about-3 .top {
  padding-top: 50px;
  margin-left: 10%;
  overflow: hidden;
}
.about-page .about-3 .top ul {
  margin: -45px;
  padding-bottom: 60px;
}
.about-page .about-3 .top ul li {
  padding: 45px;
  position: relative;
  top: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-3 .top ul li a.img {
  display: block;
}
.about-page .about-3 .top ul li span.h6 {
  font-size: 71px;
  line-height: 1;
  position: relative;
  margin-top: -0.5em;
  display: block;
  padding: 0 .2em;
  font-family: 'Fraunces-Thin';
  color: var(--red);
}
.about-page .about-3 .top ul li .text {
  font-size: 16px;
  line-height: 30px;
  padding-left: 13%;
  margin-top: 8px;
  opacity: 0.8;
}
.about-page .about-3 .top .slick-list {
  overflow: unset;
}
.about-page .about-3 .top .slick-list .slick-current li span.h6 {
  color: var(--color);
}
.about-page .about-3 .top .slick-list .slick-current + div li {
  top: 60px;
}
.about-page .about-3 .top .slick-list .slick-current + div + div li {
  top: -10px;
}
.about-page .about-3 .bottom .left {
  vertical-align: bottom;
  width: 25%;
}
.about-page .about-3 .bottom .left span.tag {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: .4em;
  color: inherit;
  font-family: 'Poppins-Thin';
}
.about-page .about-3 .bottom .left span.h2 {
  color: inherit;
  font-size: 102px;
  margin-left: -0.05em;
  font-family: 'Fraunces-Thin';
}
.about-page .about-3 .bottom .right {
  vertical-align: bottom;
  width: 75%;
}
.about-page .about-3 .bottom .right .line {
  display: block;
  position: relative;
  height: 1px;
  background-color: white;
  margin-bottom: 20px;
  max-width: 85.5%;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-3 .bottom .right .line:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-3 .bottom .right .line:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
  border-radius: 100%;
}
.about-page .about-3 .bottom .right .line.active:after {
  width: 100%;
  -webkit-transition: 5s all,0s opacity;
  -moz-transition: 5s all,0s opacity;
  transition: 5s all,0s opacity;
  opacity: 1;
}
.about-page .about-3 .bottom .right ul{
  margin-left: -10px;
}
.about-page .about-3 .bottom .right ul li {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.about-page .about-5 {
  text-align: center;
}
.about-page .about-5 .list {
  margin-top: 40px;
}
.about-page .about-5 .list ul {
  margin:0 -8px ;
}
.about-page .about-5 .list ul li {
  padding: 0 8px;
}

.about-page .about-new-1 {
  padding: 90px 0 180px;
  background-image: url('../images/about-new-1-1.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 45px;
}
.about-page .about-new-1 span.h2 {
  text-align: center;
  display: block;
}
.about-page .about-new-1 .box {
  margin: 70px -20px;
  position: relative;
}
.about-page .about-new-1 .box .list {
  width: fit-content;
}
.about-page .about-new-1 .box .list ul li {
  margin-bottom: 55px;
  display: flex;
}
.about-page .about-new-1 .box .list ul li i {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--red);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-new-1 .box .list ul li .content {
  margin-left: 25px;
  color: #3c3c3c;
}
.about-page .about-new-1 .box .list ul li .content span.h6 {
  font-size: 30px;
  margin: .3em 0;
  display: block;
  font-family: var(--font);
}
.about-page .about-new-1 .box .list ul li .content .text {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Poppins-Thin';
  font-weight: bold;
}
.about-page .about-new-1 .box .center {
  padding: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-60%;
}

@media screen and (max-width: 1600px) {
  .about-page .about-1 .left {
    width: 50%;
  }
  .about-page .about-1 .right .text {
    margin-top: 2em;
  }
  .about-page .about-2 {
    padding: 90px 0;
  }
  .about-page .about-2 .list ul li i {
    height: 50px;
  }
  .about-page .about-2 .list ul li i img {
    max-height: 100%;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 24px;
  }
  .about-page .about-2 .list {
    margin-top: 60px;
  }
  .about-page .about-3 {
    padding: 90px 0;
  }
  .about-page .about-3 .top ul li span.h6 {
    font-size: 50px;
  }
  .about-page .about-3 .top ul li {
    padding: 20px;
  }
  .about-page .about-3 .top ul {
    margin: -20px;
  }
  .about-page .about-3 .bottom .left span.tag {
    font-size: 20px;
  }
  .about-page .about-3 .bottom .left span.h2 {
    font-size: 70px;
  }
  .about-page .about-5 {
    padding: 0 0 80px;
  }
  .about-page .about-5 .list ul li span.h6 {
    font-size: 20px;
  }
  .about-page .about-new-1 .box {
    margin: 70px 0px;
  }
  .about-page .about-new-1 .box .center img{
    width:80%;
  }
  .about-page .about-new-1 .box .center {
    transform: translate(-50%, 50%);
    bottom: 50%;
  }
  .about-page .about-new-1 {
    padding: 90px 0;
  }
  .about-page {
    padding: 95px 0 0;
  }
}
@media screen and (max-width: 1400px) {
  .inner-page span.h2 {
    font-size: 32px;
  }
  .about-page .about-1 .left .img {
    height: 360px;
  }
  .about-page .about-1 .right .text {
    margin-top: 1em;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-2 {
    padding: 70px 0;
  }
  .about-page .about-3 .top ul li span.h6 {
    font-size: 40px;
  }
  .about-page .about-1 .right ul li h4 em {
    font-size: 46px;
  }
  .about-page .about-new-1 .box .center img {
    width: 70%;
  }
  .about-page .about-1 .right ul {
    transform: translateX(-40px);
  }
  
}
@media screen and (max-width: 1250px) {
  .inner-page span.h2 {
    font-size: 28px;
  }
  .about-page .about-1 .right .text {
    font-size: 14px;
  }
  .about-page .about-2 .list ul li {
    padding: 0 20px;
  }
  .about-page .about-3 .top ul li {
    top: 0 !important;
  }
  .about-page .about-3 .top {
    padding: 0;
  }
  .about-page .about-3 .top ul li span.h6 {
    font-size: 32px;
    margin-top: 20px;
  }
  .about-page .about-3 .top ul li .text {
    font-size: 14px;
  }
  .about-page .about-3 .bottom .left span.h2 {
    font-size: 50px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-4 .right .list ul li span {
    margin-top: 1em;
    font-size: 20px;
  }
  .about-page .about-4 .right .list ul li .text {
    font-size: 14px;
  }
  .about-page .about-5 .list {
    margin-top: 40px;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-1 .right ul li {
    margin-right: 30px;
  }
  .about-page .about-1 .right ul li h4 em {
    font-size: 36px;
  }
  .about-page .about-1 .right .about-b {
    margin-top: 15px;
  }
  .about-page .about-new-1 .box .center img {
    width: 55%;
  }
  .about-page .about-new-1 .box .list ul li .content span.h6 {
    font-size: 24px;
  }
  .about-page .about-new-1 .box .list ul li i {
    width: 50px;
    height: 50px;
  }
  .about-page .about-new-1 .box .list ul li i img{
    width: 60%;
  } 
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 120px;
  }
  .about-page .about-new-1 .box .center {
    display: none;
  }
  .about-page .about-new-1 .box .list {
    width: 50%;
  }
  .about-page .about-new-1 .box .list ul li:last-child{
    margin-bottom: 0;
  }
  .about-page .about-new-1 .box .list ul li .content span.h6,.about-page .about-new-2 .right span.h6 {
    font-size: 20px;
     }
  .about-page .about-new-1 .box .list ul li .content span.h6 {
    line-height: 1.8;
  }
  .about-page .about-new-1 .box .list ul li .content .text {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-new-1 {
    padding: 80px 0 30px;
    background-image: unset;
  }
  .about-page .about-new-1 .box .list ul li i {
    width: 48px;
    height: 48px;
  }
  .about-page .about-new-1 .box .list ul li i img {
    max-width: 50%;
  }
  .about-page .about-new-1 .box {
    margin: 70px 0px 0;
  }
  .about-page .about-2 .list ul li i {
    height: 40px;
  }
  .about-page .about-5 .list ul li {
    padding: 10px;
  }
  .about-page .about-5 .list ul {
    margin: -10px;
  }
  .about-page .about-5 .list ul li span.h6 {
    font-size: 16px;
    margin-top: .5em;
  }
  .about-page .about-5 .list {
    margin-top: 20px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    max-width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .about-page .about-1 .right ul {
    transform: translateX(0);
    justify-content: space-between;
  }
  .about-page .about-1 .right .text {
    max-width: 100%;
  }
  .about-page .about-1 .right ul li h4 em {
    font-size: 50px;
  }
  .about-page .about-1 .right .about-b {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .right ul li h4 em {
    font-size: 44px;
  }
  .about-page .about-2 .list ul li .text {
    max-width: 100%;
  }
  .about-page .about-2 .list ul li {
    width: 100%;
    padding: 10px;
  }
  .about-page .about-2 .list ul {
    display: block;
    margin: -10px;
  }
  .about-page .about-3 .bottom .left span.h2 {
    font-size: 30px;
  }
  .about-page .about-3 .bottom .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:30px;
  }
  .about-page .about-3 .bottom .right {
    width: 100%;
    margin-top: 15px;
  }
  .about-page .about-3 .top {
    margin-left: 0;
  }
  .about-page .about-3 .bottom .right .line {
    max-width: 80%;
  }
  .about-page .about-3 .bottom .left span.tag {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-new-1 {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-new-1 .box .list {
    width: 100%;
  }
  .about-page .about-new-1 .box{
    flex-wrap: wrap;
  }
  .about-page .about-new-1 .box .list:first-child{
    margin-bottom: 60px;
  }
  .about-page .about-1 .right .about-b ul{
    flex-direction: column;
    align-items: center;
  }
  .about-page .about-1 .right ul li {
    margin-right: 0;
    margin: 15px 0;
  }
  .about-page .about-1 .right ul li h4 {
    justify-content: center;
  }
}














.font-family {
  font-family: Fraunces-Light;
}
.facilities-page {
  padding: 140px 0;
}
.facilities-page .facilities-1 .container .right {
  width: 40%;
}
.facilities-page .facilities-1 .container .right h2 {
  font-family: 'Fraunces-Thin';
}
.facilities-page .facilities-1 .container .right .text {
  margin: 10px 0 35px;
}
.facilities-page .facilities-1 .container .right ul {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.facilities-page .facilities-1 .container .right ul li.active .title i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.facilities-page .facilities-1 .container .right ul li.active p {
  margin-top: 10px;
  height: 58px;
}
.facilities-page .facilities-1 .container .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 15px 0 25px;
}
.facilities-page .facilities-1 .container .right ul li .title {
  cursor: pointer;
}
.facilities-page .facilities-1 .container .right ul li .title h4 {
  font-family: 'Fraunces-Light';
  font-weight: bold;
}
.facilities-page .facilities-1 .container .right ul li .title i {
  font-size: 30px;
}
.facilities-page .facilities-1 .container .right ul li p {
  margin-bottom: 0;
  line-height: 2;
  height: 0;
  overflow: hidden;
}
.facilities-page .facilities-2 {
  padding: 170px 0;
  position: relative;
}
.facilities-page .facilities-2 .img_box {
  position: absolute;
  right: 0;
  top: 170px;
}
.facilities-page .facilities-2 .container .content {
  max-width: 45%;
}
.facilities-page .facilities-2 .container .content h2 {
  font-family: 'Fraunces-Thin';
}
.facilities-page .facilities-2 .container .content p {
  opacity: 0.8;
}
.facilities-page .facilities-2 .container .content p span {
  color: var(--color);
  font-weight: bold;
  opacity: 1;
}
.facilities-page .facilities-3 h2 {
  font-family: 'Fraunces-Thin';
}
.facilities-page .facilities-3 .text {
  max-width: 1000px;
  margin: 25px auto 60px;
  opacity: 0.8;
}
.facilities-page .facilities-3 .content {
  max-width: 1150px;
  margin: 0 auto;
}
.facilities-page .facilities-3 .content ul {
  margin: 0 -30px;
}
.facilities-page .facilities-3 .content ul li {
  padding: 0 30px;
}
.facilities-page .facilities-3 .content ul li:hover .box {
  border-color: var(--color);
}
.facilities-page .facilities-3 .content ul li .box {
  height: 275px;
  padding: 45px 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.facilities-page .facilities-3 .content ul li .box h4 {
  font-size: 24px;
  line-height: 44px;
  font-family: Fraunces-Light;
  margin-bottom: 20px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .mbx {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .mbx h2 {
  font-size: 72px;
  font-family: 'Fraunces-Light';
  color: white;
}
.strength-page {
  padding: 100px 0;
}
.strength-page .strength-1 {
  padding: 0 0 100px;
}
.strength-page .strength-1 h2 {
  font-family: Fraunces-Thin;
  line-height: 1.2;
}
.strength-page .strength-1 .text {
  font-family: Poppins-Thin;
}
.strength-page .strength-2 {
  margin: 85px 0 175px;
}
.strength-page .strength-2 .container ul {
  width: 100%;
  height: 100%;
  position: absolute;
}
.strength-page .strength-2 .container ul li {
  position: absolute;
  padding: 25px 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.strength-page .strength-2 .container ul li:first-child {
  left: 25%;
  top: -10%;
}
.strength-page .strength-2 .container ul li:nth-child(2) {
  right: 7%;
  top: 16%;
}
.strength-page .strength-2 .container ul li:nth-child(3) {
  right: 1%;
  bottom: 5%;
  min-height: 210px;
}
.strength-page .strength-2 .container ul li:nth-child(4) {
  right: 37%;
  bottom: -14%;
}
.strength-page .strength-2 .container ul li:last-child {
  right: 70.5%;
  bottom: 6%;
}
.strength-page .strength-2 .container ul li h4 {
  margin-bottom: 15px;
  font-family: 'Poppins-SemiBold';
}
.strength-page .strength-3 {
  padding: 60px 0;
}
.strength-page .strength-3 .container .right h2 {
  font-family: 'Fraunces-Light';
}
.strength-page .strength-3 .container .right ul li {
  font-family: 'Fraunces-Light';
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}
.strength-page .strength-4 {
  padding: 0 25px;
}
.strength-page .strength-4 h2 {
  font-family: Fraunces-Light;
}
.strength-page .strength-4 .text {
  font-family: Poppins-Thin;
  max-width: 1520px;
  margin: 45px auto;
  font-weight: bold;
}
.strength-page .strength-4 .content {
  height: 935px;
}
.strength-page .strength-4 .content .left {
  width: 50%;
}
.strength-page .strength-4 .content .right {
  width: 49.5%;
  height: 100%;
}
.strength-page .strength-4 .content .right ul {
  height: 100%;
  width: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.strength-page .strength-4 .content .right ul li {
  width: 49%;
  height: 49%;
  background-color: #eaeaea;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.strength-page .strength-4 .content .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.strength-page .strength-4 .content .right ul li h4 {
  font-family: Fraunces-Light;
}
.strength-page .strength-4 .content .right ul li p {
  font-family: Poppins-Thin;
  font-weight: bold;
}
.strength-page .strength-5 {
  padding: 60px 25px 80px;
}
.strength-page .strength-5 h2 {
  font-family: Fraunces-Light;
}
.strength-page .strength-5 .container ul {
  width: 100%;
  margin: 0 -35px;
}
.strength-page .strength-5 .container ul li {
  width: 33.333333%;
  padding: 0 35px;
}
.strength-page .strength-5 .container ul li p {
  font-family: Poppins-Thin;
}
.strength-page .strength-6 {
  background: url("../images/strength-6.jpg") no-repeat;
  background-size: cover;
  height: 840px;
}
.strength-page .strength-6 .container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.strength-page .strength-6 .container .content {
  max-width: 45%;
  color: white;
}
.strength-page .strength-6 .container .content h2 {
  font-family: Fraunces-Thin;
}
.strength-page .strength-6 .container .content ul li {
  font-family: Poppins-Thin;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  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;
}
.strength-page .strength-6 .container .content ul li img {
  margin-right: 20px;
}
.strength-page .strength-7 {
  padding-top: 100px;
}
.strength-page .strength-7 .container ul {
  margin: 0 -15px;
}
.strength-page .strength-7 .container ul li {
  padding: 0 15px;
  width: 50%;
}
.strength-page .strength-7 .container ul li h4 {
  font-family: Fraunces-Light;
  margin: 25px 0 20px;
}
.strength-page .strength-7 .container ul li p {
  font-family: Poppins-Thin;
}
.service-page {
  padding: 100px 0;
}
.service-page .service-1 .container h2 {
  font-family: Fraunces-Light;
  line-height: 1.2;
}
.service-page .service-1 .container .text {
  max-width: 1150px;
  margin: 20px auto 0;
}
.service-page .service-1 .container .content ul {
  margin: 65px -28px;
  width: 100%;
}
.service-page .service-1 .container .content ul li.active h4,
.service-page .service-1 .container .content ul li:hover h4 {
  background-color: var(--color);
  color: #fff;
}
.service-page .service-1 .container .content ul li {
  padding: 0 28px;
  width: 25%;
  margin: 15px 0;
  cursor: pointer;
}
.service-page .service-1 .container .content ul li h4 {
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #f0efef;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-1 .container .content .box .left {
  width: 63%;
}
.service-page .service-1 .container .content .box .left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-1 .container .content .box .right {
  width: 37%;
  padding: 170px 45px 0;
  background-color: #f0efef;
}
.service-page .service-1 .container .content .box .right h4 {
  font-family: Fraunces-Light;
}
.service-page .service-2 .container .content {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 75px;
  padding-top: 45px;
}
.service-page .service-2 .container .content form {
  width: 860px;
  margin: 70px auto;
}
.service-page .service-2 .container .content form input[type='text'] {
  width: 30%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: Poppins-Thin;
  font-weight: bold;
  margin-bottom: 70px;
}
.service-page .service-2 .container .content form input[type="submit"] {
  padding: 10px 25px;
  font-size: 16px;
  font-family: Poppins-Thin;
  font-weight: bold;
  background-color: var(--color);
  color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin: 0 auto;
  border: none;
}
.service-page .service-2 .container .content form input[type="submit"]:hover {
  background-color: #000;
}
.service-page .service-2 .container .content form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-family: Poppins-Thin;
  font-weight: bold;
  margin-bottom: 65px;
}
.service-page .service-2 .container .content form input::-webkit-input-placeholder,
.service-page .service-2 .container .content form textarea::-webkit-input-placeholder {
  color: #000;
}
.service-page .service-2 .container .content form input::-moz-placeholder {
  color: #000;
}
.service-page .service-2 .container .content form input:-moz-placeholder {
  color: #000;
}
.service-page .service-2 .container .content form input:-ms-input-placeholder {
  color: #000;
}
.service-page .service-3 {
  padding: 60px 0 80px;
}
.service-page .service-3 h2 {
  font-family: Fraunces-Light;
}
.service-page .service-3 .text {
  max-width: 1180px;
  margin: 25px auto 55px;
}
.service-page .service-3 .container ul {
  margin: 0 -10px;
}
.service-page .service-3 .container ul li {
  width: 25%;
  padding: 0 10px;
}
.service-page .service-3 .container ul li .box {
  height: 380px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid var(--color);
  padding: 25px 28px 0;
}
.service-page .service-3 .container ul li .box .img_box img {
  max-height: 66px;
}
.service-page .service-3 .container ul li .box h4 {
  font-size: 18px;
  line-height: 32px;
  min-height: 3.3em;
  font-family: 'Poppins-SemiBold';
  margin: 25px 0 15px;
}
.service-page .service-3 .container ul li .box p {
  font-size: 16px;
   line-height: 1.4;
  font-family: Poppins-Regular;
}
.service-page .service-4 h2 {
  font-family: Fraunces-Light;
}
.service-page .service-4 .text {
  max-width: 830px;
  margin: 25px auto 55px;
}
.service-page .service-4 .container ul {
  margin: 0 -24px;
}
.service-page .service-4 .container ul li {
  width: 33.333333%;
  padding: 0 24px;
}
.service-page .service-4 .container ul li .box .img_box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-4 .container ul li .download-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 60px;
  background-color: var(--color);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.service-page .service-4 .container ul li .download-btn:hover {
  background-color: #000;
}
.service-page .service-4 .container ul li .download-btn span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
}
.service-page .service-4 .container ul li h4 {
  font-size: 18px;
  margin: 20px 0 35px;
}
.service-page .service-5 {
  margin-top: 100px;
}
.service-page .service-5 .container ul li.active .title {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.service-page .service-5 .container ul li.active .title i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.service-page .service-5 .container ul li.active p {
  height: auto;
  padding: 20px 35px 20px 50px;
}
.service-page .service-5 .container ul li:last-child .title {
  border: 1px solid #eee;
}
.service-page .service-5 .container ul li .title {
  border: 1px solid #eee;
  border-bottom: 0;
  padding: 20px 35px 20px 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-5 .container ul li .title h4 {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Poppins-Thin';
  font-weight: bold;
  width: 90%;
}
.service-page .service-5 .container ul li .title i {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.service-page .service-5 .container ul p {
  height: 0;
  padding: 0 35px 0 50px;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Poppins-Thin';
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .facilities-page .facilities-2 .img_box {
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .facilities-page .facilities-2 {
    padding: 80px 0;
  }
  .strength-page .strength-4 .content {
    height: 680px;
  }
  .strength-page .strength-2 .container ul li:last-child {
    right: 70.5%;
    bottom: 12%;
  }
}
@media (max-width: 1400px) {
  .facilities-page {
    padding: 80px 0;
  }
  .facilities-page .facilities-1 .container .left {
    width: 45%;
  }
  .facilities-page .facilities-1 .container .right {
    width: 50%;
  }
  .strength-page .strength-3 .container .left {
    width: 50%;
  }
  .strength-page .strength-4 .content {
    height: 580px;
  }
  .strength-page .strength-3 .container .right ul li.mb-48 {
    margin-bottom: 35px;
  }
  .strength-page .strength-4 .content .right ul li:last-child,
  .strength-page .strength-4 .content .right ul li:first-child {
    padding: 0 15px;
  }
  .service-page .service-3 .container ul li .box p {
    font-size: 14px;
  }
  .inner-banner .mbx h2 {
    font-size: 40px;
  }
  .service-page .service-3 .container ul li .box h4 {
    line-height: 1.4;
    min-height: 2.3em;
    margin: 25px 0 15px;
  }
  .service-page .service-1 .container .content ul li {
    width: 33.3333333%;
  }
}
@media (max-width: 1200px) {
  .font-48 {
    font-size: 38px;
  }
  .font-18 {
    font-size: 18px;
    line-height: 32px;
  }
  .facilities-page .facilities-2 .container .content .mb-40 {
    margin-bottom: 20px;
  }
  .facilities-page .facilities-2 .container .content .mb-30 {
    margin-bottom: 15px;
  }
  .strength-page .strength-4 .content {
    height: auto;
  }
  .strength-page .strength-4 .content .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .strength-page .strength-4 .content .right {
    width: 100%;
  }
  .strength-page .strength-4 .content .right ul li {
    height: 470px;
    margin: 15px 0;
  }
  .strength-page .strength-2 .container ul li:nth-child(2) {
    right: 51%;
    top: 13%;
  }
  .service-page .service-1 .container .content ul {
    margin: 65px -10px;
  }
  .service-page .service-1 .container .content ul li {
    padding: 0 10px;
  }
  .service-page .service-1 .container .content .box .right {
    padding: 100px 45px 0;
  }
  .service-page .service-3 .container ul li {
    width: 50%;
    margin: 15px 0;
  }
  .facilities-page .facilities-3 .content ul li .box {
    height: 300px;
  }
}
@media (max-width: 1000px) {
  .inner-banner{
    margin-top: 120px;
  }
  .inner-banner .mbx h2 {
    font-size: 26px;
  }
  .font-40 {
    line-height: 1.4;
    font-size: 30px;
  }
  .strength-page .strength-1 .font-20 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-36 {
    font-size: 26px;
  }
  .font-50 {
    font-size: 32px;
  }
  .facilities-page .facilities-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .facilities-page .facilities-1 .container .right {
    width: 100%;
  }
  .facilities-page .facilities-2 .container .content {
    max-width: 100%;
  }
  .facilities-page .facilities-2 .img_box {
    width: 100%;
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 60px;
  }
  .facilities-page .facilities-3 .content ul {
    margin: 0 -15px;
  }
  .facilities-page .facilities-3 .content ul li {
    padding: 0 15px;
  }
  .facilities-page .facilities-3 .content ul li .box {
    padding: 15px 30px;
  }
  .facilities-page .facilities-3 .content ul li .box p{
    line-height: 1.6;
  }
  .facilities-page .facilities-3 .content ul li .box h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .strength-page .strength-2 {
    display: none;
  }
  .strength-page .strength-3 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .strength-page .strength-3 .container .right {
    width: 100%;
  }
  .strength-page .strength-4 .content .right ul li {
    height: 300px;
  }
  .strength-page .strength-5 .container ul li {
    width: 100%;
    margin: 30px 0;
  }
  .strength-page .strength-5 .container ul li .img_box {
    text-align: center;
  }
  .strength-page .strength-6 .container .content {
    max-width: 100%;
    width: 100%;
  }
  .service-page .service-1 .container .content ul li {
    width: 50%;
  }
  .service-page .service-1 .container .content .box .left {
    width: 100%;
  }
  .service-page .service-1 .container .content .box .right {
    width: 100%;
    padding: 60px 45px;
  }
  .service-page .service-2 .container .content form {
    width: 100%;
    padding: 0 45px;
  }
  .service-page .service-4 .container ul li {
    width: 50%;
    margin-bottom: 60px;
  }
  .service-page .service-5 {
    margin-top: 0;
  }
  .service-page .service-3 .container ul li .box {
    height: auto;
    padding: 25px 28px 50px;
  }
  .service-page .service-1 .container .content ul li {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .inner-banner{
    height: 240px;
  }
  .inner-banner .mbx p {
    font-size: 14px;
    margin-top: 10px;
  }
  .inner-banner .mbx h2 {
    font-size: 20px;
    line-height: 1.8;

  }
  .inner-banner img{
    height: 100%;
  }
  .strength-page .strength-1 {
    padding: 0;
  }
  .strength-page .strength-4 .content .right ul li {
    height: auto;
    width: 100%;
  }
  .strength-page .strength-4 .content .right ul li:last-child,
  .strength-page .strength-4 .content .right ul li:first-child {
    padding: 50px 15px;
  }
  .strength-page .strength-7 .container ul li {
    width: 100%;
    margin: 20px 0;
  }
  .service-page .service-3 .container ul li {
    width: 100%;
    margin: 15px 0;
  }
  .service-page .service-2 .container .content form input[type='text'] {
    width: 100%;
  }
  .service-page .service-4 .container ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .font-50 {
    font-size: 28px;
  }
  .font-48 {
    font-size: 28px;
    line-height: 1.4;
  }
  .strength-page .strength-5 .container ul {
    margin: 0;
  }
  .strength-page .strength-5 {
    padding: 60px 0;
  }
  .strength-page .strength-5 .container ul li {
    padding: 0;
  }
  .service-page .service-1 .container .content ul li {
    width: 100%;
  }
  .service-page .service-1 .container .content .box .right {
    padding: 30px 15px;
  }
  .service-page .service-5 .container ul li .title {
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 1.8;
  }
  .service-page .service-5 .container ul li.active p {
    padding-left: 15px;
    padding-right: 15px;
  }
}










.inner-page .seoBox {
  background-color: #fafafa;
}
.inner-page .seoBox span.h2 {
  font-size: 40px;
  line-height: 1.4;
}
.inner-page .seoBox a.link {
  font-size: 20px;
  color: 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;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .seoBox a.link:before {
  content: '';
  border-radius: 100%;
  width: .6em;
  height: .6em;
  margin-right: 1em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .seoBox a.link:hover {
  color: black;
}
.inner-page .seoBox a.link:hover:before {
  background-color: black;
}
.inner-page .seoBox .seoAbout {
  padding: 130px 0 140px;
  background-color: white;
}
.inner-page .seoBox .seoAbout .left {
  width: 51%;
}
.inner-page .seoBox .seoAbout .left span.h2 {
  max-width: 10.5em;
}
.inner-page .seoBox .seoAbout .left .text {
  font-weight: 200;
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
  margin: 2.5em 0 4.375em;
  padding-left: 13%;
}
.inner-page .seoBox .seoAbout .right {
  width: 49%;
  padding-left: 9%;
  height: 0;
}
.inner-page .seoBox .seoAbout .right .img {
  position: relative;
  top: 110px;
  float: right;
}
.inner-page .seoBox .seoHonor {
  padding: 250px 0 140px;
  text-align: center;
}
.inner-page .seoBox .seoHonor .ui.container2 {
  max-width: 1280px;
}
.inner-page .seoBox .seoHonor .list {
  margin-top: 80px;
}
.inner-page .seoBox .seoHonor .list ul {
  margin: -18px;
}
.inner-page .seoBox .seoHonor .list ul li {
  padding: 18px;
}
.inner-page .seoBox .seoNews {
  padding: 130px 0 70px;
  text-align: center;
  overflow: hidden;
  background-color: white;
}
.inner-page .seoBox .seoNews .list {
  margin-top: 70px;
}
.inner-page .seoBox .seoNews .list ul {
  margin: -45px;
}
.inner-page .seoBox .seoNews .list ul li {
  padding: 45px;
  text-align: left;
}
.inner-page .seoBox .seoNews .list ul li a.img {
  display: block;
}
.inner-page .seoBox .seoNews .list ul li a.img img {
  width: 100%;
}
.inner-page .seoBox .seoNews .list ul li span.h6 {
  font-weight: 300;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 1.4;
  margin: 1.5em 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .seoBox .seoNews .list ul li span.h6:hover {
  color: var(--color);
}
.inner-page .seoBox .seoIndustry {
  text-align: center;
  padding: 70px 0;
  background-color: white;
}
.inner-page .seoBox .seoIndustry .text {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.craftsmanship-page .craftsmanship-1 {
  text-align: center;
}
.craftsmanship-page .craftsmanship-1 .ui.container2 {
  max-width: 1100px;
}
.craftsmanship-page .craftsmanship-1 .list {
  margin-top: 60px;
}
.craftsmanship-page .craftsmanship-1 .list ul {
  margin: -13px;
}
.craftsmanship-page .craftsmanship-1 .list ul li {
  padding: 13px;
}
.craftsmanship-page .craftsmanship-1 .list ul li a.img {
  display: block;
}
.craftsmanship-page .craftsmanship-1 .list ul li span.h6 {
  display: block;
  font-size: 30px;
  color: #3c3c3c;
  line-height: 1.2;
  margin-top: 1em;
}
.craftsmanship-page .craftsmanship-2 {
  padding: 200px 0 150px;
}
.craftsmanship-page .craftsmanship-2 .left {
  padding-right: 25px;
  vertical-align: middle;
}
.craftsmanship-page .craftsmanship-2 .left .img {
  height: 680px;
  background-size: cover;
  background-position: center;
  display: block;
}
.craftsmanship-page .craftsmanship-2 .right {
  padding-left: 4%;
  vertical-align: middle;
}
.craftsmanship-page .craftsmanship-2 .right span.h2 {
  font-size: 40px;
}
.craftsmanship-page .craftsmanship-2 .right .text {
  max-width: 640px;
  font-weight: 200;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.6;
  margin-top: 2em;
}
.craftsmanship-page .craftsmanship-2 .list ul li {
  transform: scale(.7);
  opacity: 0;
  transition: 1s;
}
.craftsmanship-page .craftsmanship-2 .list ul li.active {
  transform: scale(1);
  opacity: 1;
}
.inspiration-page .inspiration-1 {
  text-align: center;
}
.inspiration-page .inspiration-1 .list {
  margin-top: 80px;
}
.inspiration-page .inspiration-1 .list ul {
  margin: -14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inspiration-page .inspiration-1 .list ul li {
  padding: 14px;
}
.inspiration-page .inspiration-1 .list ul li .box {
  padding: 50px 40px 65px;
  height: 100%;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
  text-align: center;
}
.inspiration-page .inspiration-1 .list ul li .box i {
  display: block;
}
.inspiration-page .inspiration-1 .list ul li .box span.h6 {
  font-size: 23px;
  color: #3c3c3c;
  margin: 1em 0;
  display: block;
}
.inspiration-page .inspiration-1 .list ul li .box .text {
  font-size: 16px;
  font-weight: 200;
  color: #8e8e8e;
  line-height: 1.6;
}
.inspiration-page .inspiration-2 {
  padding: 100px 0;
}
.inspiration-page .inspiration-2 .box {
  display: block;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 50px 21% 70px;
  text-align: center;
  position: relative;
}
.inspiration-page .inspiration-2 .box .mask1 {
  position: absolute;
  left: 3%;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 15%;
}
.inspiration-page .inspiration-2 .box .mask2 {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(33%, 29%);
  -moz-transform: translate(33%, 29%);
  -ms-transform: translate(33%, 29%);
  transform: translate(33%, 29%);
  max-width: 27%;
  position: absolute;
}
.inspiration-page .inspiration-2 .box .form {
  margin-top: 70px;
}
.inspiration-page .inspiration-2 .box .form ul {
  margin: -20px;
}
.inspiration-page .inspiration-2 .box .form ul li {
  padding: 20px;
}
.inspiration-page .inspiration-2 .box .form ul li input {
  display: block;
  width: 100%;
  font-weight: 200;
  font-size: 18px;
  padding: .2em 0;
  border: none;
  border-bottom: 1px solid #c4c4c4;
}
.inspiration-page .inspiration-2 .box .form ul li input::-webkit-input-placeholder {
  color: #3c3c3c;
}
.inspiration-page .inspiration-2 .box .form ul li input:-moz-placeholder {
  color: #3c3c3c;
}
.inspiration-page .inspiration-2 .box .form ul li input::-moz-placeholder {
  color: #3c3c3c;
}
.inspiration-page .inspiration-2 .box .form ul li input:-ms-input-placeholder {
  color: #3c3c3c;
}
.inspiration-page .inspiration-2 .box .form ul li input::placeholder {
  color: #3c3c3c;
}
.inspiration-page .inspiration-2 .box .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  border: none;
  background-color: var(--color);
  color: white;
  font-size: 16px;
  padding: .6em 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inspiration-page .inspiration-2 .box .form ul li input[type="submit"]:hover {
  background-color: black;
}
.inspiration-page .inspiration-2 .box .form ul li.wid-100 {
  width: 100%;
}
.inspiration-page .inspiration-3 {
  padding: 110px 0 150px;
  text-align: center;
  background-image: url("../images/inspiration-3-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.inspiration-page .inspiration-3 span.h2 {
  color: inherit;
}
.inspiration-page .inspiration-3 .text {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.8;
  max-width: 910px;
  margin: 45px auto 85px;
}
.inspiration-page .inspiration-3 .btn a {
  display: inline-block;
  font-weight: 200;
  font-size: 16px;
  padding: .5em 1em;
  background-color: var(--color);
  color: white;
  margin: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inspiration-page .inspiration-3 .btn a:hover {
  background-color: black;
}
.inspiration-page .inspiration-4 {
  padding: 155px 0 170px;
}
.inspiration-page .inspiration-4 .left {
  width: 53%;
  vertical-align: middle;
}
.inspiration-page .inspiration-4 .right {
  width: 47%;
  padding-left: 7%;
  vertical-align: middle;
}
.inspiration-page .inspiration-4 .right .list {
  border-bottom: 1px solid #b5b5b5;
  margin-top: 30px;
}
.inspiration-page .inspiration-4 .right .list ul li {
  border-top: 1px solid #b5b5b5;
  padding: 25px 0;
}
.inspiration-page .inspiration-4 .right .list ul li span.h6 {
  font-weight: 300;
  font-size: 20px;
  color: #3c3c3c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inspiration-page .inspiration-4 .right .list ul li span.h6 i.fa {
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  cursor: hand;
}
.inspiration-page .inspiration-4 .right .list ul li span.h6 i.fa.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inspiration-page .inspiration-4 .right .list ul li .text {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.8;
  color: #8e8e8e;
  margin-top: 1.5em;
  display: none;
}
.sustainability-page .sustainability-1 .box {
  padding: 155px 13% 115px;
  color: white;
  text-align: center;
  background-image: url("../images/sustainability-1-bg.jpg");
  background-position: center;
  background-size: cover;
}
.sustainability-page .sustainability-1 .box span.h2 {
  color: inherit;
}
.sustainability-page .sustainability-1 .box .text {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.8;
  margin-top: 2em;
}
.sustainability-page .sustainability-2 {
  padding: 130px 0;
}
.sustainability-page .sustainability-2 .left {
  vertical-align: middle;
}
.sustainability-page .sustainability-2 .left .list {
  font-size: 20px;
  width: 26.5em;
  height: 26.5em;
  text-align: center;
  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-transform-origin: center 42.6%;
  -moz-transform-origin: center 42.6%;
  -ms-transform-origin: center 42.6%;
  transform-origin: center 42.6%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  margin-top: 6em;
}
.sustainability-page .sustainability-2 .left .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: center 50%;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  transform-origin: center 50%;
}
.sustainability-page .sustainability-2 .left .list ul li {
  width: 13em;
  height: 13em;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.sustainability-page .sustainability-2 .left .list ul li:last-child {
  margin-top: -1.5em;
}
.sustainability-page .sustainability-2 .left .list ul li a {
  display: block;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1.75em rgba(187, 187, 187, 0.17);
  box-shadow: 0 0 0 1.75em rgba(187, 187, 187, 0.17);
}
.sustainability-page .sustainability-2 .left .list ul li a img {
  width: 100%;
}
.sustainability-page .sustainability-2 .left .list ul li a em {
  width: 3em;
  height: 3em;
  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;
  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%);
  border-radius: inherit;
  color: #3c3c3c;
  font-weight: 200;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainability-page .sustainability-2 .left .list ul li.active a em {
  background-color: var(--color);
  color: white;
}
.sustainability-page .sustainability-2 .left .list#ie1 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sustainability-page .sustainability-2 .left .list#ie1 ul li {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.sustainability-page .sustainability-2 .left .list#ie2 {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sustainability-page .sustainability-2 .left .list#ie2 ul li {
  -webkit-transform: rotate(-300deg);
  -moz-transform: rotate(-300deg);
  -ms-transform: rotate(-300deg);
  transform: rotate(-300deg);
}
.sustainability-page .sustainability-2 .left .list#ie3 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sustainability-page .sustainability-2 .left .list#ie3 ul li {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sustainability-page .sustainability-2 .right {
  vertical-align: middle;
}
.sustainability-page .sustainability-2 .right .text {
  font-weight: 200;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.8;
  margin-top: 3.75em;
}
.sustainability-page .sustainability-3 {
  padding: 120px 0 60px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.sustainability-page .sustainability-3 .left {
  width: 52%;
  vertical-align: middle;
}
.sustainability-page .sustainability-3 .left .text {
  font-weight: 200;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.8;
  margin-top: 3em;
}
.sustainability-page .sustainability-3 .right {
  width: 48%;
  vertical-align: middle;
  mix-blend-mode: multiply;
  position: relative;
  z-index: -1;
}
.sustainability-page .sustainability-3 .right .img {
  width: 120%;
  margin-left: -20%;
}
.sustainability-page .sustainability-4 {
  padding: 300px 0 200px;
  position: relative;
}
.sustainability-page .sustainability-4 .ui.container2 {
  max-width: 1150px;
}
.sustainability-page .sustainability-4 .mask1 {
  position: absolute;
  left: 0;
  bottom: 10%;
  max-width: 16.66666667%;
  z-index: -1;
}
.sustainability-page .sustainability-4 .mask2 {
  max-width: 41.14583333%;
  position: absolute;
  top: 16%;
  right: 0;
  z-index: -1;
}
.sustainability-page .sustainability-4 .box {
  max-width: 740px;
}
.sustainability-page .sustainability-4 .box .link {
  display: block;
  font-weight: 200;
  color: #3c3c3c;
  font-size: 16px;
  margin: 3.125em 0 4.375em;
}
.sustainability-page .sustainability-4 .box .link a {
  display: block;
  margin-bottom: 1.5em;
}
.sustainability-page .sustainability-4 .box .link a:last-child {
  margin-bottom: 0;
}
.sustainability-page .sustainability-4 .box .link a:hover,
.sustainability-page .sustainability-4 .box .link a.active {
  text-decoration: underline;
}
.sustainability-page .sustainability-4 .box .line {
  display: block;
  max-width: 520px;
  height: 1px;
  background-color: #e3e3e3;
}
.sustainability-page .sustainability-4 .box .text {
  font-weight: 200;
  font-size: 16px;
  margin-top: 4.375em;
  display: block;
  color: #3c3c3c;
  line-height: 1.6;
}
.contact-page .contact-1 {
  text-align: center;
}
.contact-page .contact-1 .ui.container2 {
  max-width: 690px;
}
.contact-page .contact-1 .text {
  font-weight: 200;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
  margin: 2em 0 3em;
}
.contact-page .contact-1 .form {
  max-width: 590px;
  text-align: left;
  margin: 0 auto;
}
.contact-page .contact-1 .form ul {
  margin: -10px -27px;
}
.contact-page .contact-1 .form ul li {
  padding: 10px 27px;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-1 .form ul li label {
  display: block;
  margin: .25em 0;
}
.contact-page .contact-1 .form ul li input,
.contact-page .contact-1 .form ul li textarea {
  display: block;
  width: 100%;
  padding: .5em;
  border: 1px solid #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .form ul li textarea::-webkit-input-placeholder {
  color: #c6c6c6;
}
.contact-page .contact-1 .form ul li input:-moz-placeholder, .contact-page .contact-1 .form ul li textarea:-moz-placeholder {
  color: #c6c6c6;
}
.contact-page .contact-1 .form ul li input::-moz-placeholder, .contact-page .contact-1 .form ul li textarea::-moz-placeholder {
  color: #c6c6c6;
}
.contact-page .contact-1 .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .form ul li textarea:-ms-input-placeholder {
  color: #c6c6c6;
}
.contact-page .contact-1 .form ul li input::placeholder,
.contact-page .contact-1 .form ul li textarea::placeholder {
  color: #c6c6c6;
}
.contact-page .contact-1 .form ul li input:focus,
.contact-page .contact-1 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .form ul li textarea {
  height: 130px;
}
.contact-page .contact-1 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form ul li .flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .form ul li .flex input[type="submit"] {
  padding: .6em 1.5em;
  width: auto;
  display: inline-block;
  background-color: var(--color);
  color: white;
  border: none;
}
.contact-page .contact-1 .form ul li .flex input[type="submit"]:hover {
  background-color: black;
}
.contact-page .contact-1 .form ul li .flex span {
  font-size: 16px;
  color: #c6c6c6;
  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;
  cursor: pointer;
  cursor: hand;
}
.contact-page .contact-1 .form ul li .flex span i {
  width: 1em;
  height: 1em;
  margin-right: .5em;
  position: relative;
  background-color: #e9eaec;
}
.contact-page .contact-1 .form ul li .flex span i:after,
.contact-page .contact-1 .form ul li .flex span i:before {
  content: '';
  width: .5em;
  height: 1px;
  background-color: #c6c6c6;
  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%);
}
.contact-page .contact-1 .form ul li .flex span i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.contact-page .contact-2 {
  padding: 120px 0 90px;
}
.contact-page .contact-2 span.h6 {
  font-size: 20px;
  color: #3c3c3c;
  line-height: 1.8;
  font-weight: normal;
}
.contact-page .contact-2 .text {
  font-size: 18px;
  line-height: 1.8;
  color: #3c3c3c;
}
.contact-page .contact-2 .text p {
  margin-top: 1.2em;
}
.contact-page .contact-2 .left {
  width: 49%;
  padding-right: 7%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  height: 380px;
  background-size: cover;
  background-position: center;
  display: block;
}
.contact-page .contact-2 .right {
  width: 51%;
  /*vertical-align: middle;*/
}
.contact-page .contact-2 .right .list ul {
  font-size: 20px;
  margin: -1.5em 0;
}
.contact-page .contact-2 .right .list ul li {
  padding: 1.5em 0;
  color: #3c3c3c;
  border-bottom: 1px solid #e9eaec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
/*.contact-page .contact-2 .right .list ul li span {
  font-size: 1.4em;
  margin-right: 1em;
  width: 3em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
}*/
.contact-page .contact-2 .right .list ul li:last-child {
  border-bottom: none;
}
.contact-page .contact-3 iframe {
  height: 440px;
  border: none;
  display: block;
  width: 100%;
}
.product-yd-page {
  padding-bottom: 190px;
  text-align: center;
}
.product-yd-page .ui.container2 {
  max-width: 1790px;
}
.product-yd-page .list {
  margin-top: 140px;
}
.product-yd-page .list ul {
  margin: -10px;
}
.product-yd-page .list ul li {
  padding: 10px;
  position: relative;
}
.product-yd-page .list ul .slick-slide:nth-child(odd) li {
  margin-top: 55px;
}
.product-yd-page .list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.case-page.product-yd-page .list ul li a img{
  --qodef-y: 1.8%;
  transform: scale(1.1) translateY(var(--qodef-y));
  transition: transform .8s cubic-bezier(.3,.61,.3,.97);
}
.case-page.product-yd-page .list ul li:hover a img {
    transform: scale(1.1) translateY(calc(-1* var(--qodef-y)));
}
.case-page.product-yd-page .list ul li a em{
  height: 115px;
  font-family: var(--font);
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  background-color: #fff;
  color: #000;
}
.product-yd-page .list ul li a em {
  display: block;
  font-size: 16px;
  line-height: 30px;
  background-color: var(--color);
  color: white;
  padding: .5em;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li a:hover em {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.proTop {
  margin-top: 120px;
  background-color: #fcfcfc;
  text-align: center;
  padding-top: 80px;
}
.proTop span.h2 {
  font-size: 50px;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.proTop .mbx {
  margin-top: 0;
  text-align: center;
}

.product-nav {
  padding: 50px 0 40px;
}
.product-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-nav ul li {
  font-family: var(--font);
  font-size: 22px;
  line-height: 1;
}
.product-nav ul li .line {
  height: 1.2em;
  width: 1px;
  background-color: #e6e6e6;
}
.product-nav ul li.active {
  color: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}
.product-nav ul li:last-child {
  display: none;
}




/*product-page*/

.inner-page .sideBarLeft {
    width: 75%;
}
.inner-page .sideBarLeft .blueshipcatintro{
    font-size: 16px;
    line-height: 30px;
    margin-top: 60px;
    max-height: 300px;
    overflow-y: auto;
}
.inner-page .sideBarRight {
    width: 25%;
    padding-left: 7%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.inner-page .sideBarRight h3.title {
    font-size: 20px;
    line-height: 1.8;
    color: #373330;
    text-transform: uppercase;
    font-family: var(--font);
    margin-bottom: 15px;
}
.inner-page .sideBarRight form {
    position: relative;
}
.inner-page .sideBarRight form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #373330;
    font-size: 18px;
    color: black;
    background: transparent;
    padding: 4px 0;
}
.inner-page .sideBarRight form input::-webkit-input-placeholder {
    color: #989898;
}
.inner-page .sideBarRight form input:-moz-placeholder {
    color: #989898;
}
.inner-page .sideBarRight form input::-moz-placeholder {
    color: #989898;
}
.inner-page .sideBarRight form input:-ms-input-placeholder {
    color: #989898;
}
.inner-page .sideBarRight form input::placeholder {
    color: #989898;
}
.inner-page .sideBarRight form input[type="submit"] {
    width: 30px;
    background: url("../images/search.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    filter: invert(1);
}
.inner-page .sideBarRight > div {
    margin-top: 80px;
}
.inner-page .sideBarRight .list ul {
    margin: -5px;
}
.inner-page .sideBarRight .list ul li {
    padding: 5px;
}
.inner-page .sideBarRight .nav ul li {
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sideBarRight .nav ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sideBarRight .nav ul li:hover,
.inner-page .sideBarRight .nav ul li a.active {
    color: var(--color);
}
.inner-page .sideBarRight .share ul li {
    width: auto;
    margin-right: 15px;
    color: #5b5b5b;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sideBarRight .share ul li:hover {
    color: var(--color);
}






/*

.product-page .product-1 {
    padding: 80px 0 20px;
}
.product-page .product-1 .ui.container h1.catphintro{
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 10px;
    color: var(--color);
    font-family: var(--font);
}

.product-page .product-1 .sideBarLeft .list ul {
    margin: -25px -20px 0;
}
.product-page .product-1 .sideBarLeft .list ul li {
    padding: 25px 20px;
}
.product-page .product-1 .sideBarLeft .list ul li a.img-box {
    display: block;
}
.product-page .product-1 .sideBarLeft .list ul li a.img-box img {
    display: block;
    width: 100%;
}
.product-page .product-1 .sideBarLeft .list ul li a.img-box span {
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: var(--color);
    color: #fff;
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.product-page .product-1 .sideBarLeft .list ul li h6 {
    margin-top: 20px;
    font-size: 24px;
    color: #373330;
    line-height: 44px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font);
}
.product-page .product-1 .sideBarLeft .list ul li .rating {
    margin-top: 15px;
    text-align: center;
    line-height: 1;
    letter-spacing: 3px;
}
.product-page .product-1 .sideBarLeft .list ul li .rating:after {
    font-family: "FontAwesome";
    color: var(--color);
    font-size: 18px;
}
.product-page .product-1 .sideBarLeft .list ul li .rating.one:after {
    content: "\f005 \f006 \f006 \f006 \f006";
}
.product-page .product-1 .sideBarLeft .list ul li .rating.two:after {
    content: "\f005 \f005 \f006 \f006 \f006";
}
.product-page .product-1 .sideBarLeft .list ul li .rating.three:after {
    content: "\f005 \f005 \f005 \f006 \f006";
}
.product-page .product-1 .sideBarLeft .list ul li .rating.four:after {
    content: "\f005 \f005 \f005 \f005 \f006";
}
.product-page .product-1 .sideBarLeft .list ul li .rating.five:after {
    content: "\f005 \f005 \f005 \f005 \f005";
}
.product-page .product-1 .sideBarLeft .list ul li:hover a.img-box span {
    bottom: 5%;
    opacity: 1;
}
.product-page .product-1 .sideBarLeft .list ul li:hover h6 {
    color: var(--color);
}*/




.product-page {
  /*padding-bottom: 80px;*/
}
.product-page .product-list .product-ul ul li{
  padding-bottom: 10px;
}
.product-page .product-list .product-ul ul #bcd-series{
  display: none;
}
.product-page .product-list .product-ul ul li h3{
  padding: 8px 0;
}
.product-page .product-list .product-ul ul li .h2{
  font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #222;
}
.product-page .product-list .product-ul ul li .h2 > span{
  max-height: 300px;
  overflow-y: auto;
  padding-right: 30px;
  display: block;
}
.product-page .product-list .product-ul ul li .h2 h2{
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product-page .product-list .grid-box .column {
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.product-page.honor-page .product-list .grid-box .column{
  width:25%;
}

.product-page .single-blog-post-item{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.product-page .single-blog-post-item .layer{
  position: relative;
  background: #fff;
  padding: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.product-page .single-blog-post-item .layer h3{
  color: #000;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}
.product-page .single-blog-post-item .layer p{
  color: #393939;
  font-size: 15px;
  padding-bottom: 0;
  text-align: center;
}
.product-page .single-blog-post-item:hover .layer{
  background: #cd3030;
}
.product-page .single-blog-post-item:hover .layer h3,.product-page .single-blog-post-item:hover .layer p{
  color: #fff;
}
.product-page .single-blog-post-item .layer,
.product-page .single-blog-post-item .post-image{
border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius:0;
}
.product-page .single-blog-post-item .post-image a img{
border-radius: 0;
}





















.prodet-page {
  background-color: #fafafa;
  margin-top: 0 !important;
}
.prodet-page .line {
  display: block;
  height: 1px;
  background-color: #e9eaec;
  margin: -1px 0;
  position: relative;
  z-index: 1;
}
.prodet-page .mbx {
  display: inline-block;
  width: 100%;
}
.prodet-page .mbx .ui.container2 {
  max-width: 1790px;
}
.prodet-page .mbx .line {
  margin-bottom: 10px;
}
.prodet-page .prodet-1 {
  padding: 90px 0 110px;
}
.prodet-page .prodet-1 .box .left {
  vertical-align: middle;
  width: 47%;
}
.prodet-page .prodet-1 .box .left span.h2 {
  line-height: 2;
}
.prodet-page .prodet-1 .box .right {
  vertical-align: middle;
  width: 53%;
  padding-right: 3%;
}
.prodet-page .prodet-1 .box .right .list {
  padding: 0 19%;
  overflow: hidden;
}
.prodet-page .prodet-1 .box .right .list .slick-list {
  overflow: unset;
}
.prodet-page .prodet-1 .box .right .list .slick-list .slick-slide a {
  -webkit-transform: scale(0.6) translateX(90%);
  -moz-transform: scale(0.6) translateX(90%);
  -ms-transform: scale(0.6) translateX(90%);
  transform: scale(0.6) translateX(90%);
}
.prodet-page .prodet-1 .box .right .list .slick-list .slick-slide.slick-current a {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  z-index: 1;
  opacity: 1;
}
.prodet-page .prodet-1 .box .right .list .slick-list .slick-slide.slick-current ~ div a {
  -webkit-transform: scale(0.6) translateX(-90%);
  -moz-transform: scale(0.6) translateX(-90%);
  -ms-transform: scale(0.6) translateX(-90%);
  transform: scale(0.6) translateX(-90%);
}
.prodet-page .prodet-1 .box .right .list ul {
  margin: -10px;
}
.prodet-page .prodet-1 .box .right .list ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .box .right .list ul li a {
  display: block;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  opacity: .5;
}
.prodet-page .prodet-1 .box .right .list ul li a img {
  width: 100%;
}
.prodet-page .prodet-2 {
  background-color: white;
}
.prodet-page .prodet-2 .top {
  padding: 40px 0 50px;
}
.prodet-page .prodet-2 .top ul li {
  font-weight: 200;
  font-size: 22px;
  color: #a4a4a4;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.prodet-page .prodet-2 .top ul li a {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 .top ul li a.active {
  color: #3c3c3c;
  border-bottom: #3c3c3c 1px solid;
}
.prodet-page .prodet-2 .top ul li .line {
  height: 1em;
  width: 1px;
  background-color: #ececec;
  margin: 0 2.5em;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 .bottom {
  padding: 40px 0 150px;
}
.prodet-page .prodet-2 .bottom .text {
  font-size: 18px;
  font-weight: 200;
  color: #575757;
  line-height: 1.8;
}
.prodet-page .prodet-3 {
  background-color: white;
  padding: 60px 0 130px;
}
.prodet-page .prodet-3 .list {
  margin-top: 55px;
}
.prodet-page .prodet-3 .list ul {
  margin: -18px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 18px;
}
.prodet-page .prodet-3 .list ul li .box {
  padding: 28px 20px;
  background-color: #fafafa;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #2e2e2e;
}
.prodet-page .prodet-3 .list ul li .box a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li .box a.img-box img {
  width: 100%;
}
.prodet-page .prodet-3 .list ul li .box span.h6 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 1em;
  display: block;
  text-align: center;
}
.prodet-page .prodet-3 .list ul li .box:hover {
  background-color: var(--color);
  color: white;
}








.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 50px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-family: var(--font);
  font-size: 28px;
  color: #242424;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.shijian {
  font-size: 14px;
  line-height: 2;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 32px;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 6%;
}
.newdet-page .sideBarLeft time {
  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: 16px;
  line-height: 30px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  line-height: 2;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-family: var(--font);
  font-size: 28px;
  color: #242424;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  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-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 32px;
  margin-top: .1em;
  display: block;
  height: 90px;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: 400;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
  border-color: var(--color);
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
.newdet-page,
.news-page,
.faq-page {
  padding-bottom: 100px;
}
.faq-page .list {
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}
.faq-page .list:first-child {
  padding-top: 0;
  border-top: none;
}
.faq-page .list .title {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.faq-page .list .des {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 14px;
  padding-bottom: 40px;
}



@media screen and (max-width: 1600px) {
  .inner-page {
    margin-top: 50px;
  }
  .sustainability-page .sustainability-1 .box {
    padding: 80px 10%;
   }
    .inner-page .sideBarLeft .blueshipcatintro{
      display: none;
  }
  .inner-page span.h2 {
    font-size: 40px;
  }
  .sustainability-page .sustainability-2 {
    padding: 90px 0;
  }
  .sustainability-page .sustainability-2 .left .list {
    font-size: 15px;
    margin-top: 7em;
  }
  .sustainability-page .sustainability-2 .left {
    padding-left: 10%;
  }
  .sustainability-page .sustainability-2 {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-2 .right .text {
    margin-top: 1.5em;
  }
  .sustainability-page .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-4 {
    padding: 150px 0 100px;
  }
  .sustainability-page .sustainability-4 .mask2 {
    top: 6%;
  }
  .sustainability-page .sustainability-4 .mask1 {
    display: none;
  }
  .sustainability-page .sustainability-4 .box .link a {
    margin-bottom: 1em;
  }
  .sustainability-page .sustainability-4 .box .link {
    margin: 2em 0;
  }
  .sustainability-page .sustainability-4 .box .text {
    margin-top: 3em;
  }
  #footer .box .left .info ul li,
  #footer .box .right .text,
  #footer .box .right .nav,
  #footer .box .right .form form ul li input,
  .inspiration-page .inspiration-2 .box .form ul li input,
  .newdet-page .sideBarLeft .content,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea {
    font-size: 16px;
  }
  #footer .box .left .info ul li.wid-100 {
    margin-top: 1em;
  }
  #footer .box .right .form span.h3 {
    font-size: 22px;
  }
  #footer .box .right .form form ul li {
    padding: 5px;
  }
  #footer .box .right .form form ul {
    margin: -5px;
  }
  #footer {
    padding: 50px 0;
  }
  .product-yd-page {
    padding-bottom: 120px;
  }
  .product-yd-page .list {
    margin-top: 70px;
  }
  .product-yd-page .list ul .slick-slide:nth-child(odd) li {
    margin-top: 30px;
  }
  .product-yd-page .list ul li a em {
    font-size: 14px;
  }
  .product-nav,
  .prodet-page .prodet-2 .top {
    padding: 30px 0;
  }
  .product-nav ul li,
  .inner-page .seoBox a.link,
  .prodet-page .prodet-2 .top ul li,
  .prodet-page .prodet-3 .list ul li .box span.h6,
  .inspiration-page .inspiration-1 .list ul li .box span.h6,
  .inspiration-page .inspiration-4 .right .list ul li span.h6,
  .contact-page .contact-2 .right .list ul li{
    font-size: 18px;
  }
  .inner-page .seoBox .seoAbout {
    padding: 80px 0;
  }
  .inner-page .seoBox span.h2 {
    font-size: 32px;
  }
  .inner-page .seoBox .seoAbout .left .text {
    margin: 2em 0 3em;
  }
  .inner-page .seoBox .seoAbout .right {
    padding-left: 15%;
  }
  .inner-page .seoBox .seoAbout .right .img {
    top: 50px;
  }
  .inner-page .seoBox .seoHonor {
    padding: 180px 0 100px;
  }
  .inner-page .seoBox .seoHonor .list {
    margin-top: 50px;
  }
  .inner-page .seoBox .seoNews {
    padding: 60px 0;
  }
  .inner-page .seoBox .seoNews .list ul li {
    padding: 30px;
  }
  .inner-page .seoBox .seoNews .list ul {
    margin: -30px;
  }
  .inner-page .seoBox .seoNews .list {
    margin-top: 40px;
  }
  .inner-page .seoBox .seoIndustry {
    padding: 50px 0;
  }
  .prodet-page .prodet-1,
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 40px 0 80px;
  }
  .prodet-page .prodet-3 .list ul li {
    padding: 10px;
  }
  .prodet-page .prodet-3 .list ul {
    margin: -10px;
  }
  .prodet-page .prodet-3 .list ul li .box {
    padding: 15px;
  }
  .inspiration-page .inspiration-1 .list {
    margin-top: 50px;
  }
  .inspiration-page .inspiration-1 .list ul li .box {
    padding: 40px 30px;
  }
  .inspiration-page .inspiration-1 .list ul li .box i {
    height: 36px;
  }
  .inspiration-page .inspiration-1 .list ul li .box i img {
    max-height: 100%;
  }
  .inspiration-page .inspiration-2 .box .mask2 {
    max-width: 20%;
  }
  .inspiration-page .inspiration-2 .box .mask1 {
    max-width: 10%;
  }
  .inspiration-page .inspiration-2 .box .form {
    margin-top: 40px;
  }
  .inspiration-page .inspiration-2 .box .form ul li {
    padding: 10px;
  }
  .inspiration-page .inspiration-2 .box .form ul {
    margin: -10px;
  }
  .inspiration-page .inspiration-2 {
    padding: 150px 0;
  }
  .inspiration-page .inspiration-3 .text {
    margin: 30px auto 50px;
  }
  .inspiration-page .inspiration-3 {
    padding: 60px 0 80px;
  }
  .inspiration-page .inspiration-4 {
    padding: 80px 0;
  }
  .inspiration-page .inspiration-4 .right .list ul li {
    padding: 15px 0;
  }
  .inspiration-page .inspiration-4 .right .list ul li .text {
    margin-top: 1em;
    font-size: 14px;
  }
  .craftsmanship-page .craftsmanship-1 .list ul li span.h6 {
    font-size: 24px;
  }
  .craftsmanship-page .craftsmanship-2 {
    padding: 100px 0;
  }
  .craftsmanship-page .craftsmanship-2 .left .img {
    height: 420px;
  }
  .contact-page .contact-1 .text {
    margin: 1em 0 2em;
  }
  .contact-page .contact-1 .form ul li {
    padding: 5px 10px;
    font-size: 14px;
  }
  .contact-page .contact-1 .form ul {
    margin: -5px -10px;
  }
  .contact-page .contact-2 {
    padding: 80px 0;
  }
  .contact-page .contact-2 .right .list ul li {
    padding: 1em 0;
  }
  .contact-page .contact-2 .right .list ul li span {
    font-size: 1.2em;
  }
  .newdet-page,
  .news-page,
  .faq-page {
    padding-bottom: 70px;
  }
  .faq-page .list .title {
    font-size: 20px;
  }
  .faq-page .list .des {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .faq-page .list {
    padding-top: 20px;
  }
  .newdet-page .sideBarLeft time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;

  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
   }
    .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
      font-size: 14px;
      line-height: 2;
      height: 100px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .form ul li {
    padding: 5px;
  }
  .newdet-page .form ul {
    margin: -5px;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 15px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 12px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 24px;
  }
  
    .inner-page .sideBarRight {
        padding-left: 5%;
    }
    .inner-page .sideBarRight > div {
        margin-top: 40px;
    }
    .inner-page .sideBarRight h3.title {
        font-size: 18px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1400px) {
  .inner-page span.h2,
  .craftsmanship-page .craftsmanship-2 .right span.h2 {
    font-size: 32px;
  }
  .product-page .product-list .grid-box .column{
    width: 33.33333%;
  }
  .product-nav ul li,
  .inner-page .seoBox a.link,
  .prodet-page .prodet-2 .top ul li,
  .prodet-page .prodet-3 .list ul li .box span.h6,
  .inspiration-page .inspiration-1 .list ul li .box span.h6,
  .inspiration-page .inspiration-4 .right .list ul li span.h6,
  .contact-page .contact-2 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-3 iframe {
    height: 320px;
  }
  .craftsmanship-page .craftsmanship-1 .list {
    margin-top: 30px;
  }
  .craftsmanship-page .craftsmanship-1 .list ul li span.h6 {
    font-size: 20px;
  }
  .craftsmanship-page .craftsmanship-2 {
    padding: 60px 0;
  }
  .craftsmanship-page .craftsmanship-2 .left .img {
    height: 340px;
  }
  .inspiration-page .inspiration-1 .list ul li .box .text {
    font-size: 14px;
  }
  .inspiration-page .inspiration-2 {
    padding: 100px 0;
  }
  .inspiration-page .inspiration-4 {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .list {
    margin-top: 30px;
  }
  .inner-page .seoBox .seoHonor {
    padding: 100px 0 60px;
  }
  .inner-page .seoBox .seoHonor .list {
    margin-top: 30px;
  }
  .inner-page .seoBox .seoNews .list ul li {
    padding: 15px;
  }
  .inner-page .seoBox .seoNews .list ul {
    margin: -15px;
  }
  .product-yd-page {
    padding-bottom: 80px;
  }
  .sustainability-page .sustainability-3 .left .text {
    margin-top: 1.5em;
  }
  .sustainability-page .sustainability-3 .right .img {
    width: 110%;
    margin-left: -10%;
  }
  .sustainability-page .sustainability-4 {
    padding: 100px 0 60px;
  }
  .sustainability-page .sustainability-4 .mask2 {
    max-width: 35%;
  }
}
@media screen and (max-width: 1250px) {
  .mbx {
    margin-top: 60px;
  }
  .inner-page {
    margin-top: 20px;
  }
  .sustainability-page .sustainability-1 .box {
    padding: 40px 8%;
  }
  .sustainability-page .sustainability-1 .box .text {
    margin-top: 1em;
  }
  .sustainability-page .sustainability-2 .left .list {
    font-size: 10px;
  }
  .sustainability-page .sustainability-2 .right .text {
    font-size: 14px;
  }
  .sustainability-page .sustainability-4 .box .link {
    margin: 1em 0;
    font-size: 14px;
  }
  .sustainability-page .sustainability-4 .box .link a {
    margin-bottom: .5em;
  }
  .sustainability-page .sustainability-4 .box .text {
    margin-top: 1em;
  }
  .product-yd-page .list {
    margin-top: 40px;
  }
  .product-yd-page .list ul li {
    padding: 5px;
  }
  .product-yd-page .list ul {
    margin: -5px;
  }
  .product-yd-page {
    padding-bottom: 50px;
  }
  .inner-page .seoBox .seoAbout {
    padding: 50px 0;
  }
  .inner-page .seoBox .seoAbout .left .text {
    font-size: 14px;
    margin: 1em 0;
  }
  .inner-page .seoBox span.h2 {
    font-size: 28px;
  }
  .inner-page .seoBox .seoIndustry {
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .bottom .text {
    font-size: 16px;
  }
  .inspiration-page .inspiration-2 .box {
    padding: 40px 20%;
  }
  .contact-page .contact-2 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .left .img {
    height: 280px;
  }
  .inner-page span.h2,
  .craftsmanship-page .craftsmanship-2 .right span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container2 {
    width: 700px;
  }
  .inner-page .sideBarRight {
    display: none;
  }
  .product-page .product-list .grid-box .column{
    width: 50%;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0;
  }
  #footer .box .left {
    padding-right: 2%;
  }
  .xinwenjian{
    margin-top: -60px;

  }
  #footer .box .right .nav,
  #footer .box .right .nav + .line {
    display: none;
  }
  #footer .box .right .form {
    margin-top: 20px;
  }
  #footer .box {
    display: block;
  }
  #footer .box .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #footer .box .right .flex .qr {
    margin-bottom: 0;
  }
  #footer .box .right .flex .qr #ewm {
    display: none;
  }
  #footer .box .left .info ul li,
  #footer .box .right .text,
  #footer .box .right .nav,
  #footer .box .right .form form ul li input,
  .inspiration-page .inspiration-2 .box .form ul li input,
  .newdet-page .sideBarLeft .content,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea{
    font-size: 14px;
  }
  #footer .box .right .form span.h3 {
    font-size: 18px;
  }
  .newdet-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .craftsmanship-page .craftsmanship-2 .right .text {
    margin-top: 1em;
  }
  .craftsmanship-page .craftsmanship-1 .list ul li span.h6 {
    font-size: 16px;
  }
  .inspiration-page .inspiration-1 .list ul {
    display: block;
  }
  .inspiration-page .inspiration-1 .list ul li {
    width: 100%;
  }
  .inspiration-page .inspiration-1 .list ul li .box {
    padding: 10px;
  }
  .inspiration-page .inspiration-2 .box .mask1,
  .inspiration-page .inspiration-2 .box .mask2 {
    display: none;
  }
  .inspiration-page .inspiration-2 .box {
    padding: 30px;
  }
  .inspiration-page .inspiration-2 {
    padding: 50px 0;
  }
  .inner-page .seoBox .seoAbout .right {
    height: auto;
    padding-left: 2%;
  }
  .inner-page .seoBox .seoAbout .left .text {
    padding-left: 0;
  }
  .inner-page .seoBox .seoAbout .right .img {
    top: 0;
  }
  .inner-page .seoBox span.h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .list ul li {
    padding: 5px;
  }
  .prodet-page .prodet-3 .list ul {
    margin: -5px;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 20px 0 40px;
  }
  .inner-page span.h2,
  .craftsmanship-page .craftsmanship-2 .right span.h2 {
    font-size: 24px;
   }
  .inner-page span.h2{
    line-height: 44px;
  }
  .product-nav {
    display: none;
  }
  .inner-page .seoBox .seoHonor .list ul li,
  .inner-page .seoBox .seoNews .list ul li {
    padding: 10px;
  }
  .inner-page .seoBox .seoHonor .list ul,
  .inner-page .seoBox .seoNews .list ul {
    margin: -10px;
  }
  .inner-page .seoBox .seoNews .list ul li span.h6 {
    font-size: 18px;
    margin: 1em 0;
  }
  .product-yd-page .list ul li {
    margin-top: 0 !important;
  }
  .sustainability-page .sustainability-1 .box .text {
    font-size: 14px;
  }
  .sustainability-page .sustainability-2 .left {
    display: none;
  }
  .sustainability-page .sustainability-2 .right {
    width: 100%;
  }
  .sustainability-page .sustainability-4 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container2 {
    width: 100%;
  }
  .sustainability-page .sustainability-4 .mask2 {
    display: none;
  }
  .sustainability-page .sustainability-3 .left {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .right {
    display: none;
  }
  .inner-page .seoBox .seoAbout .right {
    display: none;
  }
  .inner-page .seoBox .seoAbout .left {
    width: 100%;
  }
  .inner-page .seoBox .seoHonor {
    padding: 40px 0;
  }
  .prodet-page .prodet-1,
  .prodet-page .prodet-3 {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .top ul li .line {
    margin: 0 .5em;
  }
  .inspiration-page .inspiration-3 .btn a {
    margin: 0 .5em;
  }
  .inspiration-page .inspiration-4 .right {
    width: 100%;
    padding-left: 0;
  }
  .inspiration-page .inspiration-4 .left {
    display: none;
  }
  .craftsmanship-page .craftsmanship-1 .list {
    text-align: left;
  }
  .craftsmanship-page .craftsmanship-1 .list ul li {
    text-align: center;
  }
  .craftsmanship-page .craftsmanship-2 .left {
    display: none;
  }
  .craftsmanship-page .craftsmanship-2 .right {
    width: 100%;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .contact-page .contact-2 .right .list ul {
    margin: -1em 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list .grid-box .column{
    width: 100%;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    display: block;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    display: inline-block;
    margin-left: 0;
    margin-top: 5px;
  }
  .contact-page .contact-3 iframe {
    height: 260px;
  }
  .inspiration-page .inspiration-2 .box {
    padding: 15px;
  }
  .inspiration-page .inspiration-3 .btn a {
    font-size: 14px;
    padding: .5em;
    margin: 5px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .box .left span.h2 {
    line-height: normal;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .bottom .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .bottom .text {
    font-size: 14px;
  }
  .product-yd-page .list ul li a em {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

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

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

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

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

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

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

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

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

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

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

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

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

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

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

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

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

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

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

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

    .seoPublic .text a {
        color: var(--color);
    }

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

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

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

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

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

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

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

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

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
            margin-top: -60px;
        }

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: 400;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

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

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

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

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

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

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

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

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

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

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

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

.factory-page {
  text-align: center;
}
.factory-page .maxw1024 {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
}
.factory-page .text {
  font-size: 18px;
  line-height: 2;
}
.factory-page span.h3 {
  font-size: 30px;
  color: #3c3c3c;
  display: block;
  line-height: 1.2;
  font-weight: 500;
}
.factory-page .list ul {
  margin: -10px;
}
.factory-page .list ul li {
  padding: 10px;
}
.factory-page a.img-box {
  display: block;
}
.factory-page hr {
  opacity: .6;
}
.factory-page .factory-1 {
  padding-bottom: 60px;
}
.factory-page .factory-1 .flex {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #3c3c3c;
  margin: 4em auto;
}
.factory-page .factory-1 .flex i {
  display: block;
  margin-bottom: .6em;
}
.factory-page .factory-1 .flex i img {
  max-height: 3em;
  display: block;
  margin: 0 auto;
}
.factory-page .factory-1 .list {
  padding-bottom: 60px;
}
.factory-page .factory-2 {
  padding: 75px 0;
}
.factory-page .factory-2 .text {
  margin: 2em auto 3em;
}
.factory-page .factory-2 .list ul {
  margin: -25px;
  display: flex;
}
.factory-page .factory-2 .list ul li {
  padding: 25px;
}
.factory-page .factory-2 .list ul li .box {
  height: 100%;
  border: 1px solid #eaeaea;
  transition: .5s;
  padding: 40px;
  text-align: left;
}
.factory-page .factory-2 .list ul li .box span.h6 {
  font-size: 23px;
  margin-bottom: .6em;
  display: block;
  line-height: 1.2;
  font-weight: 500;
}
.factory-page .factory-2 .list ul li .box .text {
  margin: 0;
}
.factory-page .factory-2 .list ul li .box:hover {
  border-color: var(--color);
}
.factory-page .factory-3.bg {
  position: relative;
}
.factory-page .factory-3.bg:after {
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -2;
  position: absolute;
  background-color: #fafafa;
}
.factory-page .factory-3 .text {
  margin: 1.5em 0 4em;
}
.factory-page .factory-3 .list ul .slick-arrow {
  font-size: 10px;
  width: 5em;
  height: 5em;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  color: transparent;
  overflow: hidden;
  z-index: 1;
  background-size: 1.2em;
  transition: .5s;
  background-repeat: no-repeat;
  background-position: center;
}
.factory-page .factory-3 .list ul .slick-arrow:hover {
  background-color: var(--color);
}
.factory-page .factory-3 .list ul .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  right: 100%;
  margin-right: 1em;
}
.factory-page .factory-3 .list ul .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  left: 100%;
  margin-left: 1em;
}
.factory-page .factory-4 {
  padding: 130px 0;
  position: relative;
  background-color: #fafafa;
  z-index: 1;
}
.factory-page .factory-4:after {
  content: '';
  width: 100%;
  height: 25%;
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
}
.factory-page .factory-4 .text {
  margin: 2em 0 3em;
}
.factory-page .factory-4 .slick {
  margin: -10px;
}
.factory-page .factory-4 .slick img {
  padding: 10px;
}
.factory-page .factory-5 {
  padding: 130px 0;
  overflow: hidden;
}
.factory-page .factory-5 .box {
  display: flex;
}
.factory-page .factory-5 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.factory-page .factory-5 .box .left ul {
  width: 140%;
  margin-left: -40%;
}
.factory-page .factory-5 .box .left a.img {
  height: 520px;
  background-size: cover;
  background-position: center;
  display: block;
}
.factory-page .factory-5 .box .right {
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: left;
}
.factory-page .factory-5 .box .right .text,
.factory-page .factory-5 .box .right span.h3 {
  width: 100%;
}
.factory-page .factory-5 .box .right .list {
  width: 100%;
}
.factory-page .factory-5 .box .right .list .slick-track {
  margin-left: 0;
}
.factory-page .factory-5 .box .right .list ul {
  margin: -5px;
}
.factory-page .factory-5 .box .right .list ul li {
  padding: 5px;
}
.factory-page .factory-5 .box .right .list ul li a.img {
  height: 120px;
  display: block;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  position: relative;
  background-size: cover;
  background-position: center;
}
.factory-page .factory-5 .box .right .list ul li a.img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid transparent;
  transition: .5s;
}
.factory-page .factory-5 .box .right .list ul .slick-current li a.img:after {
  border-color: var(--color);
}
.sustainability-page .sustainability-new-1 {
  padding-top: 80px;
  color: #3c3c3c;
}
.sustainability-page .sustainability-new-1 .slide {
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.sustainability-page .sustainability-new-1 .slide .left {
  width: 70%;
  padding-right: 5%;
  vertical-align: middle;
}
.sustainability-page .sustainability-new-1 .slide .left .title {
  display: flex;
  align-items: center;
}
.sustainability-page .sustainability-new-1 .slide .left .title i {
  width: 100px;
  flex-shrink: 0;
  padding-right: 10px;
}
.sustainability-page .sustainability-new-1 .slide .left .title p {
  font-size: 16px;
}
.sustainability-page .sustainability-new-1 .slide .left span.h3 {
  font-size: 30px;
  display: block;
  margin: 1em 0 .2em;
}
.sustainability-page .sustainability-new-1 .slide .left .text {
  font-size: 18px;
  line-height: 1.6;
}
.sustainability-page .sustainability-new-1 .slide .left .text p {
  margin-top: 1em;
}
.sustainability-page .sustainability-new-1 .slide .left .text p:first-child {
  margin-top: 0;
}
.sustainability-page .sustainability-new-1 .slide .right {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
.sustainability-page .sustainability-new-2 {
  padding: 80px 0;
  color: #3c3c3c;
  text-align: center;
}
/*.sustainability-page .sustainability-new-2 .ui.container2 {
  max-width: 1100px;
}*/
.sustainability-page .sustainability-new-2 .text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 1.5em auto;
}
.sustainability-page .sustainability-new-2 .list ul {
  margin: -25px;
}
.sustainability-page .sustainability-new-2 .list ul li {
  padding: 25px;
}
.sustainability-page .sustainability-new-2 .list ul li a.img-box {
  display: block;
}
.sustainability-page .sustainability-new-2 .list ul li span {
  display: block;
  font-size: 18px;
  margin-top: .5em;
}
.inspiration-page .inspiration-new-1 {
  padding-bottom: 120px;
  text-align: center;
}
.inspiration-page .inspiration-new-1 .text {
  max-width: 970px;
  color: #8e8e8e;
  font-size: 16px;
  line-height: 1.6;
  margin: 1.5em auto 4em;
}
.inspiration-page .inspiration-new-1 .list ul {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
.inspiration-page .inspiration-new-1 .list ul li {
  padding: 20px;
}
.inspiration-page .inspiration-new-1 .list ul li .box {
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
  padding: 40px 25px 0;
  text-align: left;
  height: 100%;
}
.inspiration-page .inspiration-new-1 .list ul li .box span.h6 {
  font-size: 30px;
  color: #3c3c3c;
  line-height: 1.2;
  display: block;
}
.inspiration-page .inspiration-new-1 .list ul li .box .flex {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #8e8e8e;
}

/*// 2024/8/7*/
.sustainability-page .sustainability-new87-1 span.h2 {
  text-align: center;
}
.sustainability-page .sustainability-new87-1 .list {
  margin-top: 70px;
}
.sustainability-page .sustainability-new87-1 .list ul {
  margin: -8px -20px;
  display: flex;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-new87-1 .list ul li {
  padding: 8px 20px;
}
.sustainability-page .sustainability-new87-1 .list ul li .box {
  min-height: 450px;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  color: white;
  overflow: hidden;
  position: relative;
}
.sustainability-page .sustainability-new87-1 .list ul li .box .content {
  padding: 15% 5%;
  height: 100%;
  background-color: rgba(129, 216, 208, .89);
  transform: translateY(100%);
  transition: .5s;
}
.sustainability-page .sustainability-new87-1 .list ul li .box span.h3 {
  font-size: 40px;
  display: block;
  line-height: 1.2;
}
.sustainability-page .sustainability-new87-1 .list ul li .box .content .text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 1em;
  font-weight: 300;
}
.sustainability-page .sustainability-new87-1 .list ul li .box > span.h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .5em 5%;
  background-color: rgba(129, 216, 208, .89);
  transition: .5s;
  font-size: 28px;
}
.sustainability-page .sustainability-new87-1 .list ul li .box:hover>span.h3 {
  transform: translateY(100%);
}
.sustainability-page .sustainability-new87-1 .list ul li .box:hover .content{
  transform: translateY(0);
}
.sustainability-page .sustainability-new87-2 {
  padding: 140px 0;
}
.sustainability-page .sustainability-new87-2 span.h2 {
  text-align: center;
}
.sustainability-page .sustainability-new87-2 .list {
  margin-top: 60px;
}
.sustainability-page .sustainability-new87-2 .list li span.h6 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding: .6em 40px;
  border: 1px solid #dbdbdb;
  margin-bottom: -1px;
  transition: .5s;
  color: #8f8f8f;
}
.sustainability-page .sustainability-new87-2 .list li span.h6 i {
  height: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainability-page .sustainability-new87-2 .list li .text {
  font-size: 18px;
  color: #2e2e2e;
  line-height: 1.6;
  padding: 1em 40px;
  display: none;
}
.sustainability-page .sustainability-new87-2 .list li.active span.h6 {
  background-color: var(--color);
  color: white;
}
.sustainability-page .sustainability-new87-2 .list li.active span.h6 i {
  filter: brightness(0) invert(1);
}
.sustainability-page .sustainability-new87-2 .ui.container2 {
  max-width: 1200px;
}
.sustainability-page .sustainability-new87-3 {
  padding-bottom: 140px;
}
.sustainability-page .sustainability-new87-3 .box {
  background-color: var(--color);
  color: white;
}
.sustainability-page .sustainability-new87-3 .box .left {
  vertical-align: middle;
  padding: 15px 8% 15px 4%;
  width: 46%;
}
.sustainability-page .sustainability-new87-3 .box .left span.h2 {
  color: inherit;
}
.sustainability-page .sustainability-new87-3 .box .left .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  margin-top: 2em;
}
.sustainability-page .sustainability-new87-3 .box .right {
  vertical-align: middle;
  width: 54%;
}
.sustainability-page .sustainability-new87-3 .box .right .list ul {
  display: flex;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-new87-3 .box .right .list ul li .box2 {
  height: 100%;
  text-align: center;
  font-size: 20px;
  padding: 1.6em 3% 1.2em;
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.1);
}
.sustainability-page .sustainability-new87-3 .box .right .list ul li .box2 i {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-page .sustainability-new87-3 .box .right .list ul li .box2 img {
  display: block;
  margin: 0 auto;
}
.sustainability-page .sustainability-new87-3 .box .right .list ul li .box2 span.h6 {
  margin-top: 1.2em;
  display: block;
}
.sustainability-page .sustainability-new87-3 .box .right .list ul li:nth-child(even) .box2 {
  background-color: #4baaa1;
}
.sustainability-page .sustainability-new87-3 .box .right .list ul li:nth-child(5) .box2 {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 1000px) {
  .factory-page .factory-1 .flex {
    font-size: 16px;
  }
  .factory-page .factory-1 .flex a {
    margin: 10px;
  }
  .factory-page .factory-1 .flex i img {
    max-height: 2.4em;
  }
  .factory-page .factory-2 .list ul li {
    width: 100%;
    padding: 10px;
  }
  .factory-page .factory-2 .list ul {
    flex-wrap: wrap;
    margin: -10px;
  }
  .factory-page .factory-5 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .factory-page .factory-5 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .factory-page .factory-5 .box {
    display: block;
  }
  .factory-page .factory-5 .box .left ul {
    width: 100%;
    margin-left: 0;
  }
  .factory-page .factory-5 .box .left a.img {
    height: 250px;
  }
  .factory-page .factory-2 .list ul li .box {
    padding: 20px;
  }
  .factory-page .factory-2 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .factory-page .text {
    font-size: 14px;
  }
  .factory-page .factory-3 .list ul .slick-arrow {
    display: none !important;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .newdet-page .sideBarLeft .m-link .prev {
    width: 100%;
    margin-right: 0;
  }
  .newdet-page .sideBarLeft .m-link {
    display: block;
  }
  .sustainability-page .sustainability-new87-3 .box .left {
    width: 100%;
  }
  .sustainability-page .sustainability-new87-3 .box .right {
    width: 100%;
  }
  .sustainability-page .sustainability-new87-3 .box {
    flex-wrap: wrap;
  }
  .sustainability-page .sustainability-new87-3 .box .left .text,.sustainability-page .sustainability-new87-2 .list li span.h6 {
    font-size: 16px;
  }
  .sustainability-page .sustainability-new87-3 .box .right .list ul li .box2 {
    font-size: 15px;
  }
  .sustainability-page .sustainability-new87-3 .box .right .list ul li .box2 img {
    max-height: 40px;
  }
  .sustainability-page .sustainability-new87-2 .list li .text {
    font-size: 14px;
  }
  .sustainability-page .sustainability-new87-1 .list ul li .box>span.h3 {
    font-size: 20px;
  }
  .sustainability-page .sustainability-new87-1 .list ul li .box {
    min-height: 250px;
  }
  .sustainability-page .sustainability-new87-1 .list ul li .box .content {
    transform: translateY(0);
}
.sustainability-page .sustainability-new87-1 .list ul li .box>span.h3 {
    transform: translateY(100%);
}
.sustainability-page .sustainability-new87-1 .list ul li .box span.h3 {
  font-size: 22px;
}
.sustainability-page .sustainability-new87-2 {
  padding: 80px 0;
}
.sustainability-page .sustainability-new87-3 {
  padding-bottom: 80px;
}
}