@font-face {
  font-family: 'PL';
  src: url('../font/Poppins-Light.eot') format('eot'), url('../font/Poppins-Light.woff2') format('woff2'), url('../font/Poppins-Light.woff') format('woff'), url('../font/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../font/Poppins-Regular.eot') format('eot'), url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../font/Poppins.eotx') format('eot'), url('../font/Poppins.woff2') format('woff2'), url('../font/Poppins.woff') format('woff'), url('../font/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'PM';
  src: url('../font/Poppins-Medium.eot') format('eot'), url('../font/Poppins-Medium.woff2') format('woff2'), url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'PSB';
  src: url('../font/Poppins-SemiBold.eot') format('eot'), url('../font/Poppins-SemiBold.woff2') format('woff2'), url('../font/Poppins-SemiBold.woff') format('woff'), url('../font/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../font/Roboto-Regular.eot') format('eot'), url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'UE';
  src: url('../font/UkrainianFuturisExtra.eot') format('eot'), url('../font/UkrainianFuturisExtra.woff2') format('woff2'), url('../font/UkrainianFuturisExtra.woff') format('woff'), url('../font/UkrainianFuturisExtra.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../font/Roboto-Bold.eot') format('eot'), url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'GB';
  src: url('../font/Georgia-Bold.eot') format('eot'), url('../font/Georgia-Bold.woff2') format('woff2'), url('../font/Georgia-Bold.woff') format('woff'), url('../font/Georgia-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'LB';
  src: url('../font/LeagueSpartan-Bold.eot') format('eot'), url('../font/LeagueSpartan-Bold.woff2') format('woff2'), url('../font/LeagueSpartan-Bold.woff') format('woff'), url('../font/LeagueSpartan-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
	font-display: swap
}.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	pointer-events: unset !important;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

html {
  overflow: auto;
}
body {
  font-family: 'PR';
}
.ui.container {
  position: relative;
  max-width: 1400px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 9px 0 6px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #020000;
  line-height: 1.8;
  font-family: 'PB';
  width: 50%;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
  color: #807f7f;
  font-family: 'RR';
  margin: 0.6rem 0 0 0;
}
#header .nav .ui.menu .h-search form {
  width: 543px;
  height: 40px;
  border: 1px solid #bdbdbd;
  position: relative;
  overflow: hidden;
}
#header .nav .ui.menu .h-search form input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 54px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'PR';
}
#header .nav .ui.menu .h-search form input[type=submit] {
  width: 21px;
  background: url(../images/search.webp) center center no-repeat;
  position: absolute;
  right: 11px;
  top: 0;
  padding: 0;
}
#header .nav .ui.menu .language {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.7rem;
  position: relative;
  margin-top: 15px;
  z-index: 102;
}
#header .nav .ui.menu .language span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 0 7px 0 8px;
  color: #0c0c0c;
  font-family: 'PM';
}
#header .nav .ui.menu .language span i {
  padding-left: 5px;
}
#header .nav .ui.menu .language ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 5;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000dbe;
  display: none \9;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
#header .nav .ui.menu .language ul li em{padding-left:30px;}


#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -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 .list {
  padding: 7px 0;
  background-color: #cd212d;
}
#header .list .ui.menu {
  display: flex;
  align-items: center;
}
#header .list .ui.menu .logo {
  display: none;
}
#header .list .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .list .ui.menu .menu-box ul.menu > li {
  margin: 0 2rem 0 0;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  font-family: 'UE';
  letter-spacing: 1px;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .list .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .list .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ff8647;
  display: none \9;
}

#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li{ position:relative;}
.sub-menu1{ opacity:0; visibility:hidden; position:absolute;left:100%;top:0;background: #fff;width:100%;}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover .sub-menu1{ opacity:1; visibility:visible;}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .list .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 .list .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.webp) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.webp) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow:hover {
  background-color: #cd212d;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.webp") no-repeat center center rgba(255, 255, 255, 0.21);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.webp") no-repeat center center rgba(255, 255, 255, 0.21);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 47%;
  bottom: 5%;
}
#banner ul.slick-dots li {
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: solid 5px #919191;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.35rem;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #cd212d;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .custome .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: transparent;
  border: solid 1px #fff;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .custome .slick-arrow:hover {
  background-color: #cd212d;
  border-color: #cd212d;
}
#index-body .custome .slick-prev {
  background: url("../images/cul.webp") no-repeat center center rgba(255, 255, 255, 0);
  left: -90px;
}
#index-body .custome .slick-next {
  background: url("../images/cur.webp") no-repeat center center rgba(255, 255, 255, 0);
  right: -20px;
}
#index-body .init-1 .news .slick-arrow {
  position: absolute;
  bottom: -30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: transparent;
  border: solid 1px #fff;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .news .slick-arrow:hover {
  background-color: #cd212d;
  border-color: #cd212d;
}
#index-body .init-1 .news .slick-prev {
  background: url("../images/nl.webp") no-repeat center center rgba(255, 255, 255, 0);
  left: 41%;
}
#index-body .init-1 .news .slick-next {
  background: url("../images/nr.webp") no-repeat center center rgba(255, 255, 255, 0);
  right: 45%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.webp") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 24%;
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  width: 50%;
}
#banner ul li .text h3 {
     font-size: 45px;
    font-family: 'UE';
    line-height: 1.2;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 1rem;
}
#banner ul li .text p {
  font-size: 24px;
  line-height: 1.8;
  width: 66%;
}
#banner ul li .text .more {
  display: block;
  width: 172px;
  height: 65px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-family: 'PM';
  margin-top: 2.8rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#banner ul li .text .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #cd212d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .more::after {
  content: '';
  width: 186px;
  height: 57px;
  border: solid 1px #ffffff;
  position: absolute;
  z-index: -1;
  top: 4px;
  left: -7px;
  bottom: 4px;
  right: -7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .more:hover {
  color: #fff;
  border-color: #cd212d;
}
#banner ul li .text .more:hover::before {
  width: 100%;
}
#banner ul li .text .more:hover::after {
  opacity: 0;
}
#banner ul li .icon {
  position: absolute;
  top: 32%;
  left: 30%;
}
#index-body .more {
  display: block;
  width: 166px;
  height: 59px;
  background-color: #000dbe;
  text-align: center;
  line-height: 59px;
  color: #fff;
  font-size: 18px;
  font-family: 'PM';
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #cd212d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body h3.title {
  font-size: 30px;
    line-height: 1.6;
  font-family: 'UE';
  color: #0d0d0d;
  position: relative;
}
#index-body h3.title::before,
#index-body h3.title::after {
  content: '';
  width: 142px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons.webp) no-repeat;
}
#index-body h3.title::before {
  margin-right: 11px;
}
#index-body h3.title::after {
  margin-left: 9px;
}
#index-body p.desc {
  font-size: 20px;
  line-height: 1.8;
  color: #0d0d0d;
  width: 70%;
  text-align: center;
  margin: 1.5rem auto 0;
}
#index-body .i-product {
  background: url(../images/ipb.webp) no-repeat center center;
  padding: 3.8rem 0 0;
  background-size: cover;
  overflow: hidden;
}
#index-body .i-product .ui.container {
  max-width: 1740px;
  width: 100%;
}
#index-body .i-product .header {
  text-align: center;
}
#index-body .i-product .content {
  margin-top: 2.75rem;
}
#index-body .i-product .content .swiper-container {
  padding: 3rem 0 5.85rem;
}
#index-body .i-product .content .swiper-slide {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: scale(0.8, 0.8);
}
#index-body .i-product .content .swiper-slide img {
  width: 100%;
}
#index-body .i-product .content .swiper-slide p {
      font-size: 26px;
    line-height: 1.6;
  font-family: 'UE';
  padding: 1.3rem 0 0 12px;
}
#index-body .i-product .content .swiper-slide::after {
  content: '';
  width: 109px;
  height: 150px;
  background-color: #dd061f;
  position: absolute;
  bottom: -156px;
  left: -150px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content .swiper-slide-active {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content .swiper-slide-active .img {
  transform: scale(1.5361, 1.531);
}
#index-body .i-product .content .swiper-slide-active p {
  position: absolute;
  left: -100px;
  bottom: -45px;
  background-color: #f1ebe5;
  padding: 12px 30px 11px 46px;
  max-width: 339px;
  z-index: 1;
  transform: scale(1.191);
}
#index-body .i-product .content .swiper-slide-active::after {
  opacity: 1;
  transform: scale(1.191);
}
#index-body .i-product .content .swiper-slide-next {
  margin-top: -2rem;
}
#index-body .i-product .content .swiper-button-prev,
#index-body .i-product .content .swiper-button-next {
  width: 78px;
  height: 78px;
  border: solid 1px #442a24;
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  top: 38%;
}
#index-body .i-product .content .swiper-button-prev {
  background: url(../images/ipl.webp) no-repeat center center;
  left: 28%;
}
#index-body .i-product .content .swiper-button-next {
  background: url(../images/ipr.webp) no-repeat center center;
  right: 28%;
}
#index-body .product {
  background: url(../images/pb.webp) no-repeat center center;
  padding: 4.65rem 0 7.55rem;
  background-size: cover;
  overflow: hidden;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .header h3.title {
  color: #fff;
}
#index-body .product .header p.desc {
  color: #fff;
}
#index-body .product .content {
  padding-top: 2.35rem;
}
#index-body .product .content ul {
  margin-right: -0.8rem;
}
#index-body .product .content ul .slick-slide {
  margin-right: 1.35rem;
}
#index-body .product .content ul .slick-slide:nth-child(even) {
  margin-top: 2.35rem;
}
#index-body .product .content ul li span {
  font-size: 6.5rem;
  color: #1b1b1b;
  font-family: 'UE';
  font-style: italic;
  line-height: 1;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .card {
  margin-top: -10%;
}
#index-body .product .content ul li .card .img img {
  width: 100%;
}
#index-body .product .content ul li .card .text {
  background-color: #fbe2e7;
  padding: 1.45rem 1.4rem 1.25rem 1.4rem;
  font-size: 16px;
  font-family: 'PM';
  color: #161616;
  line-height: 2;
}
#index-body .product .content ul li:hover span {
  color: #6d6d6d;
}
#index-body .about {
  overflow: hidden;
}
#index-body .about .box .left {
  padding: 9.5rem 0 0 12.85rem;
  position: relative;
  z-index: 1;
}
#index-body .about .box .left h3 {
 font-size: 30px;
    font-family: 'UE';
    line-height: 1.6;
}
#index-body .about .box .left p {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 1.6rem;
  width: 86%;
}
#index-body .about .box .left .socks1{
font-size: 20px;
  line-height: 1.8;
  margin-top: 1.6rem;
  width: 86%;
}
#index-body .about .box .left .socks1 h1{
  display: inline;
}
#index-body .about .box .left .more {
  margin-top: 3rem;
  width: 172px;
  height: 65px;
  border: solid 1px #cd212d;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-family: 'PM';
  color: #cd212d;
  background: transparent;
}
#index-body .about .box .left .more::after {
  content: '';
  width: 186px;
  height: 57px;
  border: solid 1px #cd212d;
  position: absolute;
  top: 4px;
  left: -7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .box .left .more:hover {
  color: #fff;
}
#index-body .about .box .left .more:hover::after {
  opacity: 0;
}
#index-body .about .box .left .list {
  margin-top: 2.2rem;
}
#index-body .about .box .left::after {
  content: 'ABOUT';
  position: absolute;
  right: 1.1rem;
  top: -1rem;
  z-index: -1;
  font-size: 12rem;
  font-family: 'RB';
  color: #fff;
  -webkit-text-stroke: 1px #f1f1f1;
}
#index-body .about .box .right {
  position: relative;
}
#index-body .about .box .right .play {
  position: absolute;
  z-index: 1;
  top: 38%;
  left: 45%;
  width: 103px;
  height: 103px;
  background-color: #403b37;
  border-radius: 50%;
  text-align: center;
  line-height: 103px;
  cursor: pointer;
}
#index-body .about .box .right .play img {
  vertical-align: middle;
}
#index-body .about .box .right .play::before,
#index-body .about .box .right .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .box .right .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .advantage {
  background: url(../images/adb.webp) no-repeat center center;
  padding: 4.65rem 0 3.4rem;
  background-size: cover;
  overflow: hidden;
}
#index-body .advantage .top h3 {
  color: #fff;
     font-size: 28px;
    line-height: 1.6;
  font-family: 'UE';
}
#index-body .advantage .top .h1 {
  width: 80%;
}
#index-body .advantage .top .content {
  margin-top: 3.3rem;
}
#index-body .advantage .top .content .img {
  width: 42.9%;
  vertical-align: bottom;
}
#index-body .advantage .top .content .text {
  width: 62.1%;
  vertical-align: bottom;
  color: #fff;
  padding-left: 3.2rem;
  margin-right: -70px;
}
#index-body .advantage .top .content .text dl {
  margin-bottom: -3.1rem;
}
#index-body .advantage .top .content .text dd {
  margin-bottom: 2.7rem;
}
#index-body .advantage .top .content .text dd h4 {
  font-size: 24px;
  font-family: 'GB';
  line-height: 1.6;
}
#index-body .advantage .top .content .text dd p {
  font-size: 16px;
  line-height: 2;
  width: 86%;
  margin-top: 1.1rem;
}
#index-body .advantage .bottom {
  color: #fff;
  margin-top: 4.5rem;
}
#index-body .advantage .bottom .ui.container {
  max-width: 1490px;
  width: 100%;
}
#index-body .advantage .bottom li {
  text-align: center;
}
#index-body .advantage .bottom li h4 {
  font-size: 3.9rem;
  font-family: 'PM';
  line-height: 1;
}
#index-body .advantage .bottom li h4 em {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .advantage .bottom li h4 sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
  font-size: 1.9rem;
}
#index-body .advantage .bottom li p {
  font-size: 24px;
  font-family: 'PM';
  line-height: 1.6;
  margin-top: 1rem;
}
#index-body .advantage .bottom li:first-child {
  padding-right: 6rem;
}
#index-body .advantage .bottom li:nth-child(2) {
  padding-right: 1rem;
}
#index-body .advantage .bottom li:nth-child(3) {
  padding-left: 1rem;
}
#index-body .advantage .bottom li:nth-child(4) {
  padding-left: 3rem;
}
#index-body .custome {
  padding: 5.2rem 0 5.95rem;
  background: url(../images/cub.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
}
#index-body .custome .header {
  text-align: center;
}
#index-body .custome .header h3.title {
  color: #fff;
}
#index-body .custome .header p.desc {
  color: #fff;
  width: 50%;
}
#index-body .custome .content {
  padding-top: 4.15rem;
}
#index-body .custome .content ul {
  margin-right: -1.85rem;
}
#index-body .custome .content ul .slick-slide {
  margin-right: 3.7rem;
}
#index-body .custome .content li {
  text-align: center;
}
#index-body .custome .content li .img {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#index-body .custome .content li .img img {
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 50%;
}
#index-body .custome .content li .img i {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
  transform: rotate(-90deg);
}
#index-body .custome .content li .img i::before {
  content: '';
  display: block;
  height: 100%;
  width: 40%;
  background-color: #cd212d;
}
#index-body .custome .content li .img span {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #cd212d;
  text-align: center;
  line-height: 3.5rem;
  font-size: 1.45rem;
  font-family: 'UE';
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 12px;
}
#index-body .custome .content li .text {
  color: #fff;
  padding-top: 2.1rem;
  font-size: 20px;
  font-family: 'UE';
  line-height: 2;
}
#index-body .custome .content li .text img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
#index-body .init-1 {
  overflow: hidden;
}
#index-body .init-1 .box {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
}
#index-body .init-1 .box .news {
  background: url(../images/nb.webp) no-repeat center center;
  padding: 7.35rem 0 9.9rem 13rem;
  background-size: cover;
}
#index-body .init-1 .box .news .img {
  width: 36%;
}
#index-body .init-1 .box .news .text {
  width: 64%;
  color: #fff;
  padding: 1.2rem 0 0 1.65rem;
}
#index-body .init-1 .box .news .text time {
  font-size: 14px;
  line-height: 2;
}
#index-body .init-1 .box .news .text h3 {
  font-size: 22px;
  font-family: 'UE';
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 0.85rem;
}
#index-body .init-1 .box .news .text h3::after {
  content: '';
  width: 39px;
  height: 2px;
  background-color: #cd212d;
  display: block;
  margin-top: 1rem;
}
#index-body .init-1 .box .news .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-1 .box .news .text .more {
  width: 130px;
  height: 49px;
  border: solid 1px #fff;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  font-family: 'PM';
  color: #fff;
  background: transparent;
  margin-top: 2.15rem;
}
#index-body .init-1 .box .news .text .more::after {
  content: '';
  width: 140px;
  height: 43px;
  border: solid 1px #fff;
  position: absolute;
  top: 2px;
  left: -5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .news .text .more:hover::after {
  opacity: 0;
}
#index-body .init-1 .box .contact {
  padding: 7.05rem 0 0 6.7rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-1 .box .contact h3 {
  font-size: 30px;
    font-family: 'UE';
    line-height: 1.6;
}
#index-body .init-1 .box .news h3 {
  font-size: 30px;
    font-family: 'UE';
    line-height: 1.6; color:#fff;padding-bottom:5%;
}



#index-body .init-1 .box .contact p {
  font-size: 20px;
  line-height: 1.8;
  width: 72%;
  margin-top: 1.3rem;
}
#index-body .init-1 .box .contact .form {
  margin-top: 2rem;
  width: 65.5%;
}
#index-body .init-1 .box .contact .form input[type="text"],
#index-body .init-1 .box .contact .form input[type="email"],
#index-body .init-1 .box .contact .form textarea {
  width: 100%;
  border: 1px solid rgba(133, 133, 133, 0.32);
  height: 45px;
  font-size: 16px;
  line-height: 2;
  color: #8c8c8c;
  padding-left: 0.65rem;
}
#index-body .init-1 .box .contact .form textarea {
  height: 106px;
  margin-top: 14px;
  padding-top: 0.85rem;
}
#index-body .init-1 .box .contact .form input[type="submit"],
#index-body .init-1 .box .contact .form button[type="submit"] {
  width: 171px;
  height: 60px;
  border: solid 1px #0f5d4a;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-family: 'PM';
  background: transparent;
  margin-top: 2.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .contact .form input[type="submit"]:hover,
#index-body .init-1 .box .contact .form button[type="submit"]:hover {
  background: #cd212d;
  color: #fff;
  border-color: #cd212d;
}
#index-body .init-1 .box .contact .form li.wid-100 {
  width: 100%;
}
#index-body .init-1 .box .contact .form li:nth-child(1) {
  padding-right: 0.8%;
}
#index-body .init-1 .box .contact .form li:nth-child(2) {
  padding-left: 0.8%;
}
#index-body .init-1 .box .contact::after {
  content: 'CONTACT';
  font-size: 12rem;
  font-family: 'RB';
  color: #f8f8f8;
  line-height: 1;
  position: absolute;
  z-index: -1;
  bottom: -2rem;
  right: 0;
}
#footer { background-color:#000;
  overflow: hidden;
  position: relative;width:100%;float:left;
}
#footer .f-content {
  padding-top: 6.4rem;
  position: relative;
  color: #fff;
}
#footer .f-content h3 {
  font-size: 24px;
  font-family: 'LB';
  line-height: 1.6;
}
#footer .f-content ul {
  margin-top: 1.3rem;
}
#footer .f-content ul li {
  color: #d7d7d7;
  font-size: 18px;
  line-height: 1.8;
    margin-bottom: 10px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li:hover {
  color: #cd212d;
}
#footer .f-content ul li:hover::before {
  opacity: 0;
}
#footer .f-content ul li:hover::after {
  opacity: 1;
}
#footer .f-content .f-ab {
  width: 20%;
}
#footer .f-content .f-ab p {
  font-size: 16px;
  font-family: 'PM';
  color: #dddddd;
  line-height: 2;
}
#footer .f-content .f-ab #ewm{
  width: 100px;
  border: 3px solid #fff;
  margin-top: 1rem;
}
#footer .f-content .f-ab .share {
  margin-top: 2rem;
}
#footer .f-content .f-ab .share dd {
  display: inline-block;
  font-size: 20px;
  margin-right: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-ab .share dd:last-child {
  margin-right: 0;
}
#footer .f-content .f-ab .share dd:hover {
}
#footer .f-content .f-nav {
  width: 25%;
}
#footer .f-content .f-product {
}
#footer .f-content .f-contact {
  width: 25%;
}
#footer .f-content .f-contact ul li {
}
#footer .f-content .f-contact ul li img {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
#footer .f-content .f-contact ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 0.5rem;
}
#footer .f-content .f-contact ul li:nth-child(2) img {
  margin-top: 7px;
}
#footer .f-copy {
  margin-top: 7.05rem;
  padding: 0.75rem 0;
  color: #fff;
  width: 100%;
  background-color: #323232;
  text-align: center;
}
#footer .f-copy .left {
  font-size: 18px;
  line-height: 1.8;
  display: inline-block;
  color: #fff;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy svg:hover {
  fill: #cd212d;
}
.inquiry {
  position: fixed;
  bottom: 35%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #cd212d;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #cd212d;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1680px) {
  #index-body .about .box .left {
    padding: 9.5rem 0 0 7.85rem;
  }
  #index-body .i-product .content .swiper-slide-active p {
    left: -89px;
  }
}
@media screen and (max-width: 1600px) {
  #index-body .about .box .left {
    padding: 9.5rem 0 0 6rem;
  }
  #index-body .init-1 .box .news {
    padding: 8.35rem 0 9.9rem 5rem;
  }
}
@media screen and (max-width: 1510px) {
  #index-body .i-product .content .swiper-slide-active p {
    left: -80px;
  }
  #index-body .about .box .left {
    padding: 8.5rem 0 0 4rem;
  }
  #index-body .about .box .left .more {
    margin-top: 1rem;
  }
  #index-body .about .box .left .list {
    margin-top: 1.2rem;
  }
  #index-body .custome .slick-prev {
    left: -30px;
  }
  #index-body .custome .slick-next {
    right: 0;
  }
  #index-body .init-1 .box .news {
    padding: 8.35rem 0 9.9rem 3.5rem;
  }
  #index-body .init-1 .box .contact {
       padding: 5.05rem 20px 25px;
  }
  #footer .f-content .f-contact {
    width: 27%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .i-product .content .swiper-slide-active p {
    left: -66px;
  }
  #index-body .about .box .left {
    padding: 8.5rem 0 0 2rem;
  }
  #index-body .about .box .left p {
    font-size: 18px;
    width: 96%;
  }
  #index-body .custome .slick-prev {
    left: 0;
  }
  #index-body .custome .slick-next {
    right: 18px;
  }
  #index-body .custome .content ul {
    margin-right: -2rem;
  }
  #index-body .custome .content ul .slick-slide {
    margin-right: 2rem;
  }
  #index-body .init-1 .box .news {
    padding: 8.35rem 0 9.9rem 1.5rem;
  }
  #index-body .init-1 .box .contact p {
    width: 90%;
  }
  #index-body .init-1 .box .contact .form {
    width: 76%;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .h-search form {
    width: 378px;
  }
  #header .list .ui.menu .menu-box ul.menu > li {
    margin: 0 5.5rem 0 0;
  }
  #banner {
    padding-top: 124px;
  }
  #banner ul li .text {
    top: 10%;
  }
  #banner ul li .text p {
    width: 90%;
    font-size: 20px;
  }
  #index-body .init-1 .box .contact {
    padding: 5.05rem 0 0 2.7rem;
  }
  #index-body .init-1 .box .contact .form {
    width: 86%;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo span {
    font-size: 20px;
  }
  #header .nav .ui.menu .language span {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search form {
    width: 320px;
  }
  #header .list .ui.menu .menu-box ul.menu > li {
    margin: 0 5rem 0 0;
  }
  #index-body .i-product .content .swiper-slide-active p {
    left: -51px;
  }
  #index-body .i-product .content .swiper-slide::after {
    width: 60px;
    height: 100px;
    bottom: -100px;
    left: -94px;
  }
  #index-body .init-1 .box .contact p {
    width: 100%;
  }
  #index-body .init-1 .box .contact .form {
    width: 96%;
  }
  #footer .f-content .f-product {
    width: 25%;
  }
  #index-body .init-1 .news .slick-next {
    right: 36%;
  }
}
@media screen and (max-width: 992px) {
  #header .nav {
    display: none;
  }

  .inner-banner .mbx{
        font-size: 14px;
  }
  #header .list .ui.menu .menu-box {
    display: none;
  }
  #header .list {
    height: 60px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  #header .list .ui.menu .logo {
    display: block;
    margin: 0 auto;
  }
  #header .list .ui.menu .logo img {
  width: 100%;
    height: 50px;
  }
  #header .list .ui.menu .logo span {
    display: none;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text .left {
    width: 70%;
  }
  #banner ul li .text h3 {
    font-size: 4rem;
  }
  #banner ul li .text p {
    width: 100%;
    font-size: 18px;
  }
  #banner ul li .text .more {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: 1rem;
  }
  #banner ul li .text .more::after {
    width: 144px;
    height: 40px;
  }
  #index-body .i-product .content .swiper-slide-next p {
    opacity: 0;
  }
  #index-body p.desc {
    width: 100%;
    font-size: 18px;
  }
  #index-body .about .box .left {
    width: 100%;
  }
  #index-body .about .box .right {
    display: none;
  }
  #index-body .advantage .top .h1 {
    width: 100%;
  }
  #index-body .advantage .top .content .img {
    display: none;
  }
  #index-body .advantage .top .content .text {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
  }
  #index-body .advantage .bottom li {
    width: 25%;
  }
  #index-body .advantage .bottom li h4 {
    font-size: 3rem;
  }
  #index-body .advantage .bottom li p {
    font-size: 16px;
  }
  #index-body .advantage .bottom li:first-child {
    padding-right: 1rem;
  }
  #index-body .custome .header p.desc {
    width: 90%;
  }
  #index-body .init-1 .box {
    display: block;
  }
  #index-body .init-1 .box .news {
    width: 100%;
  } 
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    width: 50%;
  }
  #footer .f-copy .left {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 12%;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .left h3 {
        font-size: 28px;
    line-height: 1.6;
  }
  #banner ul li .text .left p {
        font-size: 14px;
    line-height: 2;
  }
  #banner ul li .text .left .more {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  #banner ul li .text .left .more::after {
    width: 114px;
    height: 35px;
  }
  #index-body h3.title::before,
  #index-body h3.title::after {
    display: none;
  }
  #index-body p.desc {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .i-product .content .swiper-slide::after {
    display: none;
  }
  #index-body .i-product .content .swiper-button-prev,
  #index-body .i-product .content .swiper-button-next {
    display: none;
  }
  #index-body .about .box .left {
    padding: 3rem 0 2rem 15px;
  }
  #index-body .about .box .left::after {
    display: none;
  }
  #index-body .about .box .left p {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  #index-body .about .box .left .more {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  #index-body .about .box .left .more::after {
    width: 114px;
    height: 35px;
  }
  #index-body .about .box .left .list {
    display: none;
  }
  #index-body .advantage .top h3 {
    font-size: 20px;
  }
  #index-body .advantage .top .content .text dd {
    width: 100%;
  }
  #index-body .advantage .top .content .text dd h4 {
    font-size: 20px;
  }
  #index-body .advantage .top .content .text dd p {
    width: 100%;
  }
  #index-body .advantage .bottom {
    display: none;
  }
  #index-body .custome {
    display: none;
  }
  #index-body .init-1 .box .news .img,
  #index-body .init-1 .box .news .text {
    width: 100%;
  }
  #index-body .init-1 .box .news {
    padding: 4rem 0 4rem 1.5rem;
  }
  #index-body .init-1 .box .news .text {
    padding: 1.2rem 0 0 10px;
  }
  #footer .f-content {
    padding-top: 3rem;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-contact {
    padding-top: 2rem;
  }
  #footer .f-copy {
    margin-top: 3rem;
  }
}
.inner-banner {
  background-position: bottom center;
  background-size: cover;
  height: 330px;
  padding-top: 90px;
  margin-top: 130px;
}
.inner-banner h2 {
      font-size: 40px;
    line-height: 1.6;
  color: #FFFFFF;
  font-family: 'UE';
}
.inner-banner .mbx {
  color: #FFFFFF;
}
.btn1 {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #cd212d;
  transition: .5s ease;
}

.btn1:hover{
  background: #000;
}
h2.about {
  font-size: 40px;
  line-height: 1.6;
  font-family: 'UE';
  position: relative;
}
h2.about::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 176px;
  line-height: .6;
  color: #cf7e83;
  opacity: .1;
  font-family: 'RB';
}
#about_list h3 {
        font-size: 30px;
    line-height: 1.6;
    font-family: 'UE';
}
.pro_box {
  padding: 15px;
  position: relative;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
/*.pro_box h4 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5%;
}*/
.pro_box .link_btn {
  /*position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;*/
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #c0bbb7;
  margin: 0 5px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a .alert {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #333333;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a .alert::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid #333333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pro_box .link_btn a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a:hover {
  background: #bf9f62;
  border-color: #bf9f62;
}
.pro_box .link_btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pro_box .link_btn a:hover .alert {
  bottom: -webkit-calc(100%  + 10px);
  bottom: -moz-calc(100%  + 10px);
  bottom: calc(100%  + 10px);
  opacity: 1;
}
.pro_box:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pro_box:hover .link_btn {
  opacity: 1;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-1 .left .mml-text {
  max-width: 730px;
  margin-left: auto;
  position: relative;
}
.about-page .about-1 .left .mml-text .name {
  position: absolute;
  z-index: -1;
  left: -60px;
  bottom: -90px;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-1 .play {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
}
.about-page .about-1 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(191, 159, 98, 0.3);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-2 #about_list i {
  min-height: 65px;
}
.about-page .about-3 {
  padding: 80px 0;
}
.about-page .about-3 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 50px;
}
.about-page .about-3 .img {
  height: 600px;
}
.about-page .about-3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -50px;
  top: 0;
  left: 0;
  right: 50px;
  border: 1px solid #cd212d;
}
.about-page .about-3 .right {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-3 h4 {
  font-family: 'GB';
}
.about-page .about-3 ul {
  margin: -50px 0;
}
.about-page .about-3 ul li {
  padding: 50px 15% 50px 0;
}
.about-page .about-4 img {
  margin: auto;
}
.about-page .about-5 {
  background: url(../images/about_5_bg.webp) no-repeat center;
  padding: 120px 0;
}
.about-page .about-5 ul {
  margin: -40px;
}
.about-page .about-5 ul li {
  padding: 40px;
}
.about-page .about-5 .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  font-size: 40px;
  color: #FFFFFF;
  background: transparent;
}
.about-page .about-5 .slick-arrow.slick-prev {
  left: -10px;
}
.about-page .about-5 .slick-arrow.slick-next {
  right: -10px;
}
.about-page .about-6 {
  padding-top: 130px;
}
.about-page .about-6 ul.grid-box {
  margin: -10px;
}
.about-page .about-6 ul.grid-box li.column {
  padding: 10px;
}
.about-page .dots {
  margin: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .dots img {
  vertical-align: middle;
}
.about-page .slick-dots li {
  display: inline-block;
  margin: 0 20px;
}
.about-page .slick-dots li button {
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: 'BodoniXT';
}
.contact-us {
  background: url(../images/contact_bg.webp) no-repeat center;
  padding: 84px 0;
  position: relative;
}
.contact-us h2 {
  font-size: 48px;
  line-height: 1.3;
  color: #FFFFFF;
  font-family: 'UE';
}
.contact-us .left {
  width: 50%;
}
.contact-us .right {
  width: 50%;
  padding-left: 100px;
}
.contact-us .form input {
  height: 55px;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
  border: none;
}
.contact-us .form ul {
  margin: -15px;
}
.contact-us .form ul li {
  padding: 15px;
}
.contact-us .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 {
  padding: 60px 0;
  background: url(../images/contact_1_bg.webp) no-repeat left 75% center;
  position: relative;
  overflow: hidden;
}
.contact-page .contact-1 .img {
  content: url(../images/contact_1_img.webp);
  position: absolute;
  bottom: 0;
  right: -3%;
  width: 33%;
}
.contact-page .contact-1 h2 {
  font-size: 36px;
    line-height: 1.6;
  font-family: 'UE';
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 100px;
}
.contact-page .contact-1 .right ul {
  max-width: 350px;
  margin-top: 70px;
}
.contact-page .contact-1 .right ul li {
  padding-left: 130px;
  position: relative;
}
.contact-page .contact-1 .right ul li:not(:last-child) {
  margin-bottom: 60px;
}
.contact-page .contact-1 .right ul li i {
  width: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .contact-1 .form {
  background: #FFFFFF;
  padding: 80px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea {
  width: 100%;
  border: 1px solid #cecac7;
}
.contact-page .contact-1 .form input {
  height: 50px;
}
.contact-page .contact-1 .form textarea {
  height: 135px;
}
.contact-page .contact-1 .form ul {
  margin: -20px -10px;
}
.contact-page .contact-1 .form ul li {
  padding: 20px 10px;
}
.contact-page .contact-1 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 {
  padding: 100px 0;
}
.contact-page .contact-2 h2 {
  font-size: 48px;
  font-family: 'UE';
}
h2.inner {
  font-size: 40px;
  font-family: 'UE';
}
.customization-page .customization-1 {
  padding: 140px 0;
  background: url(../images/customization_1_bg.webp) no-repeat center right;
}
.customization-page .customization-1 h4 {
  font-family: 'UE';
}
.customization-page .customization-1 .left {
  width: 50%;
  padding-right: 100px;
}
.customization-page .customization-1 .left ul li {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}
.customization-page .customization-1 .left ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.customization-page .customization-1 .left ul li p {
  margin-bottom: 50px;
}
.customization-page .customization-1 .left ul li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 33px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #cd212d;
}
.customization-page .customization-1 .right {
  width: 50%;
}
.customization-page .customization-2 {
  background: url(../images/customization_2_bg.webp) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding: 120px 0 170px;
}
.customization-page .customization-2 .box {
  padding: 0 5%;
  position: relative;
}
.customization-page .customization-2 .box::before {
  content: url(../images/yh.webp);
  position: absolute;
  left: 0;
  top: 0;
}
.customization-page .customization-2 h4 {
  font-size: 36px;
}
.customization-page .customization-2 p {
  line-height: 2;
}
.customization-page .customization-3 {
  padding: 70px 0;
}
.customization-page .customization-3 li h4 {
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
  background: #a28d64;
}
.customization-page .customization-3 li .mml-text {
  padding: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.customization-page .customization-3 li .mml-text p {
  min-height: 144px;
}
.customization-page .customization-3 li:hover .mml-text {
  background: #d0c6b1;
}
.side_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.side_bar .side_left {
  width: 75%;
  padding-top: 90px;
  padding-right: 60px;
}
.side_bar .side_right {
  width: 25%;
  position: relative;
  padding-top: 90px;
  padding-left: 60px;
}
.side_bar .side_right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: -500px;
  background: #f9f9f9;
}
.side_bar .side_right h2 {
  font-size: 30px;
  font-family: 'UE';
}
.side_bar .side_right .search form {
  position: relative;
}
.side_bar .side_right .search input {
  width: 100%;
  height: 58px;
  border: 1px solid #c0bbb7;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 58px;
}
.side_bar .side_right .search button {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
}
.side_bar .side_right .category ul li a{
  display: block;
}
.side_bar .side_right .category ul li a {
  margin-bottom: 20px;
}
.side_bar .side_right .category ul li ol li{
  list-style-type: disc;
  margin-left: 20px;
}
.side_bar .side_right .hot_pro ul li:not(:last-child) {
  margin-bottom: 30px;
}
.side_bar .side_right .hot_pro .img {
  width: 25%;
  vertical-align: middle;
}
.side_bar .side_right .hot_pro .img img {
  background: #FFFFFF;
  border: 1px solid #c0bbb7;
}
.side_bar .side_right .hot_pro .mml-text {
  width: 75%;
  vertical-align: middle;
}
.side_bar .side_right .hot_pro .mml-text .start i {
  color: #f9595f;
}
.side_bar .side_right .ins .img {
  position: relative;
}
.side_bar .side_right .ins .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.side_bar .side_right .ins .img::after {
  content: "\f16d";
  font-family: FontAwesome;
  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%);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.side_bar .side_right .ins .img:hover::before {
  opacity: 1;
}
.side_bar .side_right .ins .img:hover::after {
  opacity: 1;
}
.product-page {
  overflow: hidden;
  padding-bottom: 3rem;
}
.product-page .product_list ul {
  margin: -50px -15px;
}
.product-page .product_list ul li {
  padding: 50px 15px 0;
}
.product-page .pro_box {
  border: 1px solid #c0bbb7;
}
.prodet-page .prodet-1{
  padding-top: 100px;
}
.prodet-page .prodet-1 h1 {
  font-size: 36px;
      line-height: 1.6;
}
.prodet-page .prodet-1 .box {
  margin: -25px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  padding: 25px;
}
.prodet-page .prodet-1 .left img {
  background: #f9f9f9;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding: 25px;
}
.prodet-page .prodet-1 .right p {
  min-height: 200px;
}
.prodet-page .prodet-1 .right .btn {
  margin-bottom: 90px;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  color: #FFFFFF;
  background: #2f1e12;
  padding: 10px 30px;
  border-radius: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.prodet-page .prodet-1 .right .btn a.active,
.prodet-page .prodet-1 .right .btn a:hover {
  background: #cd212d;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: #cd212d;
}
.prodet-page .prodet-1 .right .share a:not(:last-child) {
  margin-right: 40px;
}
.prodet-page .prodet-1 .right .m-link {
  border-top: 1px solid #c0bbb7;
  border-bottom: 1px solid #c0bbb7;
}
.prodet-page .prodet-1 .small {
  width: 20%;
  padding-right: 14px;
}
.prodet-page .prodet-1 .small ul {
  margin: -7px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 7px;
}
.prodet-page .prodet-1 .big {
  width: 80%;
}
.prodet-page .prodet-1 .big .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 40px;
  background: #FFFFFF;
  border: none;
}
.prodet-page .prodet-1 .big .slick-arrow img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .big .slick-arrow.slick-prev {
  left: 0;
}
.prodet-page .prodet-1 .big .slick-arrow.slick-next {
  right: 0;
}
.prodet-page .prodet-2 {
  padding-top: 140px;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #c0bbb7;
}
.prodet-page .prodet-2 .options ul li{
  width: auto;
  display: inline-block;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
  font-family: 'UE';
  padding: 10px 40px;
  border: 1px solid #2f1e12;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li.active h2{
  color: #fff;
  background: #2f1e12;
}


.prodet-page .prodet-3 {
  padding-top: 120px;
}
.prodet-page .prodet-3 h2 {
  font-size: 36px;
  line-height: 1.6;
}
.prodet-page .prodet-3 .box {
  margin: -30px;
}
.prodet-page .prodet-3 .left {
  width: 50%;
  vertical-align: middle;
  padding: 30px;
}
.prodet-page .prodet-3 .right {
  width: 50%;
  vertical-align: middle;
  padding: 30px;
}
.prodet-page .prodet-4 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.prodet-page .prodet-4 .pro_box {
  border: 1px solid #c0bbb7;
}
.prodet-page .prodet-4 ul.grid-box {
  margin: -30px;
}
.prodet-page .prodet-4 ul.grid-box li.column {
  padding: 30px;
}
.prodet-page .prodet-4 .slick-dots {
  text-align: center;
}
.prodet-page .prodet-4 .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 100%;
  border: 1px solid #2f1e12;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-4 .slick-dots li button {
  display: none;
}
.prodet-page .prodet-4 .slick-dots li.slick-active {
  background-color: #2f1e12;
}
.news-page {
  overflow: hidden;
}
.news-page .news_list ul li:not(:last-child) {
  margin-bottom: 90px;
}
.newdet-page{
  overflow: hidden;
}
.newdet-page 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;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'BodoniXT';
}
.newdet-page time img {
  display: inline-block;
  margin-right: 10px;
}
.newdet-page .share {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .share h4 {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.faq-page .faq-1 {
  padding-top: 70px;
  position: relative;
}
.faq-page .faq-1::before {
  content: attr(data-text);
  position: absolute;
  top: -40%;
  right: 20%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  font-size: 390px;
  font-weight: bold;
  color: #fbf2df;
  opacity: .87;
  font-family: "Microsoft YaHei";
}
.faq-page .faq-1 h2 {
  font-size: 55px;
  margin-bottom: 50px;
  font-family: 'UE';
}
.faq-page .faq-2 {
  padding: 140px 0;
}
.faq-page .faq-2 .box {
  margin: -15px;
}
.faq-page .faq-2 .left {
  width: 75%;
  padding: 15px;
}
.faq-page .faq-2 .right {
  width: 25%;
  padding: 15px;
}
.faq-page .faq-2 ul li:not(:last-child) {
  margin-bottom: 40px;
}
.faq-page .faq-2 ul li h4 {
  height: 70px;
  line-height: 70px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  background: #fcf4e3;
  padding-left: 40px;
  padding-right: 70px;
  cursor: pointer;
}
.faq-page .faq-2 ul li h4::after {
  content: "+";
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: initial;
}
.faq-page .faq-2 ul li .text {
  padding: 15px 40px;
  display: none;
}
.faq-page .faq-2 ul li.active h4 {
  color: #FFFFFF;
  background: #a28d64;
}
.faq-page .faq-2 ul li.active h4::after {
  content: "-";
  color: #FFFFFF;
  background: #2f1e12;
}
.faq-page .faq-search {
  max-width: 770px;
  margin: auto;
}
.faq-page .faq-search form {
  position: relative;
}
.faq-page .faq-search input {
  font-size: 16px;
  width: 100%;
  height: 65px;
  border: 1px solid #c8c4c1;
  background: transparent;
  padding: 0 20px;
}
.faq-page .faq-search button {
  width: 65px;
  height: 65px;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}


.inner-page .m-page {
     text-align: center;
    float: none;
    margin: 110px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}





@media screen and (max-width: 500px) {
#index-body .init-1 .box .contact .form li:nth-child(2){
  padding-left: 0;
}

}


#footer .f-copy .left p a.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

 @media screen and (max-width: 992px) {

li.language-flag a em{padding-left:30px;}

}





.foot-cover {
	height: 44px;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	float: left;
	display: none;
	z-index: 100998
}
#onlineService .offside {
	width: 100%;
	display: flex;
}
.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.offside a, .offside div {
	color: #fff;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px;
}
.offside a, .offside div {
	line-height: 44px;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px;
}
#onlineService .offside li {
	flex: 1;
	height: 50px;
	background:#000;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.2)
}
#onlineService .offside li p {
	display: none;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px
}
#onlineService .offside li a i {
	color: #fff;
	font-size: 20px;
	line-height: 40px
}
#mobile .menu-item-has-children .fa-mobile-down {right: 0;position: absolute;top: 10px;cursor: pointer; width: 15px; height: 15px;border: solid 1px #333;text-align: center;line-height: 12px;}
#mobile .menu-item-has-children .fa-mobile-down::before {content: "\f105"; color: #333;}
#mobile .mon .fa-mobile-down::before { content: "\f107"; color: #333;}
#mobile .menu-item-has-children{ position:relative;}
#mobile .sub-menu{display:none;}
#mobile .mon .sub-menu {display: block;}
#mobile .mob-yuy h3::before {content: "\f067"; position: absolute; right: 0; font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer;}  
#mobile .mob-yuy .lang { display: none;}  
#mobile .mob-yuy h3 {position: relative;}
#mobile .mob-yuy h3.lon::before {display:none;}
#mobile .mob-yuy h3.lon::after {content: "\f068"; position: absolute;right: 0;font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer; }
#mobile .mob-yuy .langoff {display: block;}
 @media screen and (max-width:1410px) {
.ui.container {
  padding: 0 20px;
  position: relative;
  max-width: 100$;
  margin: auto;
  width: 100%;
}}


 @media screen and (max-width: 700px) {
#onlineService {
	display: block;
}
.foot-cover {
	display: block;
}

}








