@font-face {
  font-family: "Shavile";
  src: url("../fonts/Shavile-Regular.eot");
  src: url("../fonts/Shavile-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Shavile-Regular.woff2") format("woff2"), url("../fonts/Shavile-Regular.woff") format("woff"), url("../fonts/Shavile-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Shavile";
  max-width: 1920px;
  --color: #d8d0c5;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.amt {
  font-family: Arial;
  font-weight: normal;
}
.mobile-menu-wrap01{
    font-family: Arial;
  font-weight: normal;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1770px;
  margin: auto;
  width: 100%;
}
.lh-1 {
  line-height: 1;
}
.more {
   height: 64px;
  min-width: 280px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 13px;
  -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;
    font-family: Arial;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.5);
  	border-radius: 32px;
    font-size: 18px;
      -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 10px;
}
.more::after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background: #000000 url(../images/jt3.png) no-repeat center center;
  border-radius: 50%;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
 
}
.more:hover{
  background: #000000;
  color: #ffffff;
}
.more:hover::after{
 background: #ffffff url(../images/jt33.png) no-repeat center center;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  right: 0;
  top: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 10px 0;
  width: 100%;
  font-family: ArialMT;
  color: #ffffff;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
    -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 80px;
  line-height: 1;
  -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: right;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #8d5e1d;
}
#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: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 220px;
  -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.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-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 #8d5e1d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 {
  right: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > 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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > 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;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  padding-left: 21px;
  margin-left: 20px;
  border-left: 1px solid #000000;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .dot_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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 0 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .dot_box .msg{
  cursor: pointer;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 20px;
  text-transform: capitalize;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span img {
  width: 14px;
  margin-right: 8px;
}
#header .nav .ui.menu .h-language 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: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: 130px;
  -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.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-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 #8d5e1d;
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  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;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-left: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover 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;
}
#header .nav .ui.menu .chat {
  margin-right: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: -75px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(184, -18px 4px, -18px 4px, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(184, -18px 4px, -18px 4px, 0.2);
}
#header.active .nav,#header.inner .nav {
  color: #000000;
}
#header.active .nav .msg img,#header.inner .nav .msg img,#header.active .nav .ui.menu .h-language span img,#header.inner .nav .ui.menu .h-language span img,#header.active .nav .ui.menu .h-search img,#header.inner .nav .ui.menu .h-search img  {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .logo,#header.inner .nav .ui.menu .logo {
  filter:none;
}
#header.active .nav .ui.menu .dot_box,#header.inner .nav .ui.menu .dot_box  {
  background: #000000;
}
#header.active .nav .ui.menu .h-search,#header.inner .nav .ui.menu .h-search {
  border-left: 1px solid #ffffff;
}
#header.active.active2 {
  top: 0;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .big ul li {
  position: relative;
}
#banner .big ul li .text {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
#banner .big ul li .text .box {
  width: 55%;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  opacity: 0;
}
#banner .big ul li .text .box .title {
  line-height: 1.1;
}
#banner .big ul li .text .box .cont {
  width: 60%;
}
#banner .big ul li .text .box .link {
  line-height: 1;
  position: relative;
}
#banner .big ul li .text .box .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .big ul li .text .box .link:hover::after {
  width: 0;
}
#banner .big ul .slick-active .text .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner .small {
  position: absolute;
  width: 100%;
  bottom: 65px;
  pointer-events: none;
}
#banner .small ul {
  width: 380px;
  margin: -8px;
  pointer-events: all;
}
#banner .small ul li {
  padding: 8px;
  cursor: pointer;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(-0.0%);
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
#index-body {
  overflow: hidden;
}
#index-body .about .jt_img {
  position: absolute;
  top: 50px;
  left: 11%;
  z-index: 7;
}
#index-body .about .jt_img img {
  width: 100%;
}
#index-body .about .list {
  position: relative;
  z-index: 2;
}
#index-body .about .list .list_box .ig {
  width: 320px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 40px 32px 42px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .list .list_box .ig .icon {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border-radius: 50%;
  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;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .list .list_box .ig .icon img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .list .list_box .ig .tit {
  margin: 28px 0 25px;
}
#index-body .about .list .list_box .ig:nth-child(1) {
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  margin-bottom: 30px;
}
#index-body .about .list .list_box .ig:nth-child(3) {
  margin: -160px auto 0 0;
}
#index-body .about .list .list_box .ig:nth-child(4) {
  margin: 30px auto 0 0;
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}
#index-body .about .list .list_box .ig:hover {
  background: #000000;
  color: #ffffff;
}
#index-body .about .list .list_box .ig:hover .icon {
  background-color: rgba(255, 255, 255, 0.2);
}
#index-body .about .list .list_box .ig:hover .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .about .list .imgs {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 70%;
  -webkit-clip-path: ellipse(30% 60% at 50% 50%);
  clip-path: ellipse(30% 60% at 50% 50%);
  -webkit-transform: translate(50.0%,-50%); rotate(45deg);
  -moz-transform: translate(50.0%,-50%); rotate(45deg);
  -ms-transform: translate(50.0%,-50%); rotate(45deg);
  transform: translate(50.0%,-50%); rotate(45deg);
  z-index: -1;
}
#index-body .about .list .imgs div {
  -webkit-transform: rotate(-45deg) scale(1.25);
  -moz-transform: rotate(-45deg) scale(1.25);
  -ms-transform: rotate(-45deg) scale(1.25);
  transform: rotate(-45deg) scale(1.25);
}
#index-body .about .list .imgs img {
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .list .play {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 150px;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  cursor: pointer;
}
#index-body .product .pro_list .item .left {
  overflow: hidden;
}
#index-body .product .pro_list .item .left .imgs  {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
#index-body .product .pro_list .item .left .imgs img{
  width: 100%;
}
#index-body .product .pro_list .item .right {
  padding-right: 70px;
}
#index-body .product .pro_list .item .right .slick-list {
  overflow: visible;
}
#index-body .product .pro_list .item .right ul {
  margin: -13px;
}
#index-body .product .pro_list .item .right ul li {
  padding: 13px;
  height: 100%;
}
#index-body .product .pro_list .item .right .tip {
  padding-left: 90px;
}
#index-body .product .pro_list .item .right .tip .btn {
  width: 76px;
  height: 76px;
  background-color: #000000;
  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;
  border-radius: 50%;
  transition: .5s;
  position: relative;
}
#index-body .product .pro_list .item .right .tip .btn .i2{
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-300%,-50%);
}
#index-body .product .pro_list .item .right .tip .btn:hover{
  transform: scale(1.2)
}
#index-body .product .pro_list .item .right .tip .btn:hover .i2{
  transform: translate(-50%,-50%);
}
#index-body .product .pro_list .item .right .tip .btn:hover .i1{
  transform: translate(300%);
}
#index-body .product .pro_list .item .right .tip span {
  position: relative;
}
#index-body .product .pro_list .item .right .tip span::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .pro_list .item .right .tip span:hover::after {
  width: 100%;
}
#index-body .product .pro_list .item .right .list {
  overflow: hidden;
  padding-left: 90px;
}
#index-body .product .pro_list .item .right .list .ig {
  padding: 28px 25px;
  background-color: #d8d0c5;
  border-radius: 16px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
#index-body .product .pro_list .item .right .list .ig .tp {
  display: inline-block;
  padding: 12px 20px;
  background-color: #ffffff;
  border-radius: 21px;
}
#index-body .product .pro_list .item .right .list .ig .tp .tp_txt {
  line-height: 1.5;
  height: 3em;
}
#index-body .product .pro_list .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#index-body .product .pro_list .item:nth-child(2n) .right {
  padding-left: 70px;
  padding-right: 0;
}
#index-body .product .pro_list .item:nth-child(2n) .right .tip {
  padding-left: 0;
  padding-right: 90px;
}
#index-body .product .pro_list .item:nth-child(2n) .right .list {
  padding-left: 0;
  padding-right: 90px;
}
#index-body .product .pro_list .item:nth-child(2n) .right .list .ig {
  background-color: #f6f4e8;
}
#index-body .choose {
  background-color: #f5f5f5;
}
#index-body .choose .tip .st {
  width: 277px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #000000;
  line-height: 50px;
  text-align: center;
  opacity: 0.5;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
}
#index-body .choose .tip .title {
  font-size: 179px;
  line-height: 1;
}
#index-body .choose .tip .title p {
  text-indent: 0.6em;
}
#index-body .choose .tip .title p:nth-child(1) {
  text-indent: 0;
}
#index-body .choose .bottom {
  margin: 0 auto 0 0;
}
#index-body .choose .bottom .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #0c0c0c;
}
#index-body .choose .bottom .left .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .choose .bottom .left .icon {
  margin-left: 24px;
  width: 40px;
}
#index-body .choose .bottom .right {
  color: rgba(5, 5, 5, 0.7);
}
#index-body .choose .bottom .btn {
  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: 18px;
}
#index-body .choose .bottom .btn div {
  width: 93px;
  height: 93px;
  background-color: #000000;
  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;
  margin-left: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
#index-body .choose .bottom .btn div img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .choose .bottom .btn div .i2 {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(300.0%,200%);
  -moz-transform: translate(300.0%,200%);
  -ms-transform: translate(300.0%,200%);
  transform: translate(300.0%,200%);
}
#index-body .choose .bottom .btn span {
  text-decoration: underline;
}
#index-body .choose .bottom .btn:hover div .i1 {
  -webkit-transform: translate(-200.0%,-200%);
  -moz-transform: translate(-200.0%,-200%);
  -ms-transform: translate(-200.0%,-200%);
  transform: translate(-200.0%,-200%);
}
#index-body .choose .bottom .btn:hover div .i2 {
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .choose .imgs {
  position: absolute;
  right: 100px;
  bottom: 0;
}
#index-body .news {
  background-color: #222222;
  color: #ffffff;
}
#index-body .news .ig .img img {
  width: 100%;
}
#index-body .news .ig .text {
  padding: 36px 22px 32px 38px;
  background: #ffffff;
  color: #000000;
}
#index-body .news .ig .text .tit {
  line-height: 1.4;
  color: #0c0c0c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .ig .text .tit:hover {
  text-decoration: underline;
}
#index-body .news .ig .text .bot .btn {
  text-decoration: underline;
}
#index-body .news .ig .text .bot .btn:hover {
  text-decoration: none;
}
#index-body .news .right .title {
  line-height: 1.1;
}
#index-body .news .right .con {
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
}
#index-body .news .right .ig .text {
  padding: 20px 24px 26px;
}
#index-body .news .right .list ul {
  margin: -10px;
}
#index-body .news .right .list ul li {
  padding: 10px;
}
#index-body .news .right .btn2 {
  display: inline-block;
}
#index-body .news .right .btn2 div {
  width: 95px;
  height: 95px;
  background-color: #ffffff;
  border-radius: 50%;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
#index-body .news .right .btn2 div img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .right .btn2 div .i2 {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(300.0%,200%);
  -moz-transform: translate(300.0%,200%);
  -ms-transform: translate(300.0%,200%);
  transform: translate(300.0%,200%);
}
#index-body .news .right .btn2 span {
  text-decoration: underline;
}
#index-body .news .right .btn2:hover div .i1 {
  -webkit-transform: translate(-200.0%,-200%);
  -moz-transform: translate(-200.0%,-200%);
  -ms-transform: translate(-200.0%,-200%);
  transform: translate(-200.0%,-200%);
}
#index-body .news .right .btn2:hover div .i2 {
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .news .right .btn2:hover span {
  text-decoration: none;
}
#index-body .contact .t1 {
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
#index-body .contact .left,
#index-body .contact .right {
  width: 310px;
}
#index-body .contact .center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 50px;
}
#index-body .contact .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
#index-body .contact .bottom {
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
#index-body .contact .bottom .btn {
  width: 298px;
  height: 63px;
  background-color: #ffffff;
  border-radius: 32px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  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;
  padding: 0 13px;
  font-family: Arial;
  font-size: 18px;
  text-decoration: underline;
}
#index-body .contact .bottom .btn span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#index-body .contact .bottom .btn div {
  width: 45px;
  height: 45px;
  background-color: #000000;
  border-radius: 22px;
  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;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-top {
  overflow: hidden;
  height: 90vh;
  position: relative;
}
#footer .f-top .imgs {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .f-top .imgs img {
  width: 100%;
}
#footer .f-box .left .tit {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
#footer .f-box .left ul li {
  margin-bottom: 0.5em;
}
#footer .f-box .left ul li a {
  position: relative;
}
#footer .f-box .left ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 100%;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .left ul li a:hover::after {
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  transition: width .5s;
  right: 0;
  width: 100%;
}
#footer .f-box .left .f-contact {
  max-width: 290px;
}
#footer .f-box .right {
  margin-top: -27%;
}
#footer .f-box .right .form {
  padding: 70px 75px;
  background: #000000;
  color: #ffffff;
}
#footer .f-box .right form {
  font-family: Arial;
  font-size: 18px;
  text-align: center;
}
#footer .f-box .right form .mail {
  width: 100%;
  height: 72px;
  border-radius: 36px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0 35px;
  background: none;
  text-align: right;
}
#footer .f-box .right form .mail::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .right form .mail:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .right form .mail::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .right form .mail:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .right form .mail::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .right form button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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-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;
  background: none;
  border: none;
}
#footer .f-box .right form button div {
  width: 95px;
  height: 95px;
  background-color: #787878;
  border-radius: 50%;
  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;
  position: relative;
  overflow: hidden;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .right form button div img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .right form button div .i2 {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(300.0%,200%);
  -moz-transform: translate(300.0%,200%);
  -ms-transform: translate(300.0%,200%);
  transform: translate(300.0%,200%);
}
#footer .f-box .right form button span {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .right form button:hover div{
  background: #ffffff;
}
#footer .f-box .right form button:hover div img{
  filter: invert(1);
}
#footer .f-box .right form button:hover span {
  color: #ffffff;
}
#footer .f-box .right form button:hover div .i1 {
  -webkit-transform: translate(-200.0%,-200%);
  -moz-transform: translate(-200.0%,-200%);
  -ms-transform: translate(-200.0%,-200%);
  transform: translate(-200.0%,-200%);
}
#footer .f-box .right form button:hover div .i2 {
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#footer .f-box .right .txt {
  font-size: 18px;
  margin-top: 45px;
  padding-top: 40px;
  border-top: 1px solid #ffffff;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
#footer .f-copy {
  font-size: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  color: #7a7a7a;
  text-align: left;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: #8d5e1d;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: #7a7a7a;
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #7a7a7a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: #8d5e1d;
}
#footer .f-copy svg:hover text {
  fill: #8d5e1d;
}
@media screen and (max-width: 1700px) {
  .font-100 {
    font-size: 80px;
  }
  #index-body .choose .tip .title {
    font-size: 120px;
    width: 70%;
  }
  #footer .f-box .right {
    width: 45%;
  }
  #footer .f-top {
    height: 65vh;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-left: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .font-100 {
    font-size: 70px;
  }
  #index-body .contact .left,
  #index-body .contact .right {
    width: 250px;
  }
  #index-body .choose .imgs img {
    zoom: 0.7;
  }
  #index-body .choose .tip .title {
    font-size: 100px;
    width: 70%;
  }
  #footer .f-box .left {
    width: 50%;
  }
  #footer .f-box .right .form {
    padding: 60px 50px;
  }
  #index-body .product .pro_list .item .right {
    padding-right: 50px;
  }
  #index-body .product .pro_list .item .right .tip,
  #index-body .product .pro_list .item .right .list {
    padding-left: 70px;
  }
  #index-body .product .pro_list .item:nth-child(2n) .right {
    padding-left: 50px;
  }
  #index-body .product .pro_list .item:nth-child(2n) .right .tip,
  #index-body .product .pro_list .item:nth-child(2n) .right .list {
    padding-right: 70px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 30px;
    font-size: 18px;
  }
  #banner .small {
    bottom: 40px;
  }
  #footer .f-top {
    height: 45vh;
  }
}
@media screen and (max-width: 1250px) {
  .font-100 {
    font-size: 55px;
  }
  .font-80,
  .font-81 {
    font-size: 50px;
  }
  #banner,
  .inner-banner {
    margin-top: 0px;
  }
  #banner .big ul li .text {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  #index-body .about .list .list_box {
    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;
    position: relative;
  }
  #index-body .about .list .list_box::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
  }
  #index-body .about .list .list_box::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #000000;
    position: absolute;
    right: 50%;
    top: 0;
  }
  #index-body .about .list .list_box .ig {
    margin: 0 !important;
    -webkit-transform: translate(0); !important;
    -moz-transform: translate(0); !important;
    -ms-transform: translate(0); !important;
    transform: translate(0); !important;
    width: 50%;
  }
    #index-body .about .list .img_box{
      position: relative;
    }
  #index-body .about .list .imgs {
    position: static;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 2;
  }
  #index-body .about .list .play{
    zoom: 0.7;
  }
  #index-body .about .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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-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;
    background: #f5f5f5;
    z-index: 2;
  }
  #index-body .about .list::before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ffffff), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left top, #ffffff 50%, transparent 50%);
    background: -moz-linear-gradient(left top, #ffffff 50%, transparent 50%);
    background: linear-gradient(to right bottom, #ffffff 50%, transparent 50%);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
  }
  #index-body .about .list::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #index-body .about .list .list_box .ig .tit {
    font-size: 18px;
  }
  #index-body .choose .tip .title {
    font-size: 75px;
    width: 64%;
  }
  #index-body .choose .imgs {
    right: 45px;
  }
  #index-body .choose .imgs img {
    zoom: 0.6;
  }
  #index-body .contact .left,
  #index-body .contact .right {
    display: none;
  }
  #footer .f-box .left .f-about {
    display: none;
  }
  #footer .f-box .left .f-contact {
    max-width: 220px;
  }
  #footer .f-box .right .form {
    padding: 60px 30px;
  }
  #index-body .product .pro_list .item .right .list .ig .tp {
    padding: 10px;
  }
  #index-body .product .pro_list .item .right .list .ig {
    padding: 20px 15px;
  }
  #index-body .choose .bottom .right {
    padding-right: 20px;
  }
  #index-body .choose .bottom .left {
    padding-right: 0;
  }
  #footer .f-top {
    height: 40vh;
  }
  #index-body .product .pro_list .item .right {
    padding-right: 30px;
  }
  #index-body .product .pro_list .item:nth-child(2n) .right {
    padding-left: 30px;
  }
  #index-body .product .pro_list .item .right .tip,
  #index-body .product .pro_list .item .right .list {
    padding-left: 40px;
  }
  #index-body .product .pro_list .item:nth-child(2n) .right .tip,
  #index-body .product .pro_list .item:nth-child(2n) .right .list {
    padding-right: 40px;
  }
  #index-body .product .pro_list .item .right .tip .btn {
    zoom: 0.7;
  }
  #index-body .choose .tip .st {
    width: 250px;
  }
  .font-18 {
    font-size: 15px;
  }
  #index-body .contact .center {
    margin: 0;
  }
  .more{
    zoom: 0.9;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .title {
    width: 100%;
  }
  #index-body .about .cont {
    width: 60%;
  }
  #index-body .about .jt_img {
    width: 30%;
    left: 0;
    top: 100px;
  }
  #banner .big ul li .text .box {
    width: 100%;
  }
  .font-100 {
    font-size: 40px;
  }
  .font-80,
  .font-81 {
    font-size: 35px;
  }
  #index-body .product {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 15px 0;
  }
  #index-body .product .pro_list .item .right .tip,
  #index-body .product .pro_list .item .right .list {
    padding: 0 !important;
  }
  #index-body .product .pro_list .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #index-body .product .pro_list .item .left {
    margin-bottom: 40px;
  }
  #index-body .product .pro_list .item {
    margin-bottom: 50px;
  }
  #index-body .choose .tip {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .choose .tip .title {
    width: 100%;
  }
  #index-body .choose .tip .st {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-bottom: 30px;
  }
  #index-body .choose .imgs {
    position: relative;
    right: 0;
  }
  #index-body .choose .bottom {
    width: 100%;
  }
  #index-body .choose .bottom .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .choose .bottom .ig .left {
    width: 100%;
  }
  #index-body .choose .bottom .ig .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #index-body .news .box .left {
    width: 100%;
    padding-left: 0;
  }
  #index-body .news .box .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .contact .t1 {
    margin-bottom: -20px;
  }
  #index-body .contact .bottom {
    margin-top: -15px;
  }
  #footer .f-box .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #footer .f-box .left .f-contact,
  #footer .f-box .left .f-product {
    max-width: 50%;
  }
  #banner .big ul li > img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    left: 10px;
    bottom: 28%;
    zoom: 0.75;
  }
  .font-48 {
    font-size: 26px;
  }
  #banner .small {
    display: none;
  }
  #index-body .about .list .list_box .ig {
    padding: 30px 20px;
  }
  #index-body .about .list::before {
    height: 250px;
  }
  #index-body .about .list .list_box .ig .icon {
    zoom: 0.85;
  }
  #index-body .choose .tip .title {
    font-size: 50px;
  }
  #index-body .about .list .imgs {
    width: 90%;
  }
  #footer .f-top {
    height: 300px;
  }
   .more{
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {
  .font-100 {
    font-size: 30px;
  }
  .font-80,
  .font-81 {
    font-size: 28px;
  }
  .font-60{
    font-size: 26px;
  }
  #footer .f-top {
    height: 200px;
  }
  #footer .f-box .right form {
    font-size: 18px;
  }
  #index-body .about .list .imgs {
    width: 100%;
  }
  #index-body .about .list::before {
    height: 220px;
  }
  #index-body .about .list .list_box .ig {
    width: 100%;
    border-top: 1px solid #000;
    border-radius: 0;
  }
  #index-body .about .list .list_box .ig:nth-child(1) {
    border-top: none;
  }
  #index-body .about .list .list_box::after {
    display: none;
  }
  #index-body .about .list .list_box::before {
    display: none;
  }
  #index-body .choose .tip .title {
    font-size: 35px;
  }
  #index-body .product .pro_list .item .right .tip .btn,
  #index-body .choose .bottom .btn div {
    zoom: 0.6;
  }
  #index-body .choose .bottom .btn {
    font-size: 18px;
  }
  #index-body .news .right .btn2 div,
  #footer .f-box .right form button div {
    zoom: 0.7;
  }
  #index-body .choose .tip .st,
  #index-body .contact .bottom .btn {
    zoom: 0.8;
  }
  #footer .f-box .left .f-contact {
    margin-top: 30px;
  }
  #footer .f-box .left .f-contact,
  #footer .f-box .left .f-f-product {
    max-width: 100%;
  }
  #footer .f-box .right .form {
    padding: 40px 20px;
  }
}
/*inner css*/

.mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background-image: url("../images/html-bg.jpg");*/
}
/*.mask i {
  position: absolute;
}
.mask i.ie1 {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -15%);
  -moz-transform: translate(35%, -15%);
  -ms-transform: translate(35%, -15%);
  transform: translate(35%, -15%);
  width: 102.3125vw;
  height: 108.8125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.7;
  border-radius: 100%;
  z-index: 1;
}
.mask i.ie2 {
  left: 0;
  bottom: 15%;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  width: 53.3125vw;
  height: 47.75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
}
.mask i.ie3 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-40%, -5%);
  -moz-transform: translate(-40%, -5%);
  -ms-transform: translate(-40%, -5%);
  transform: translate(-40%, -5%);
  width: 109.375vw;
  height: 81.8125vw;
  opacity: 0.75;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
}*/

.inner-banner .down {
  line-height: 1;
  cursor: pointer;
}
.inner-banner .mbx {
  font-family: Arial;
  font-weight: normal;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: #8d5e1d;
}
.inner-page .mask {
  overflow: hidden;
}
.inner-page .mask i.ie1 {
  right: 0;
  top: 0;
  -webkit-transform: translate(40.0%,-25%);
  -moz-transform: translate(40.0%,-25%);
  -ms-transform: translate(40.0%,-25%);
  transform: translate(40.0%,-25%);
  width: 53.3125vw;
  height: 66.375vw;
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ffa681 0%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ffa681 0%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ffa681 0%, #ffdfba 40%, transparent 60%);
}
.inner-page .mask i.ie2 {
  right: auto;
  left: 0;
  top: 0;
  -webkit-transform: translate(-30.0%,-20%);
  -moz-transform: translate(-30.0%,-20%);
  -ms-transform: translate(-30.0%,-20%);
  transform: translate(-30.0%,-20%);
  width: 64.75vw;
  height: 87vw;
  opacity: 0.5;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 60%);
}
.inner-page .mask i.ie3 {
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(30.0%,30%);
  -moz-transform: translate(30.0%,30%);
  -ms-transform: translate(30.0%,30%);
  transform: translate(30.0%,30%);
  width: 53.3125vw;
  height: 40.75vw;
  opacity: 0.5;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ffa681 -10%, #ffdfba 30%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ffa681 -10%, #ffdfba 30%, transparent 60%);
  background-image: radial-gradient(circle, #ffa681 -10%, #ffdfba 30%, transparent 60%);
}
.inner-page .mask i.ie4 {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-30.0%,30%);
  -moz-transform: translate(-30.0%,30%);
  -ms-transform: translate(-30.0%,30%);
  transform: translate(-30.0%,30%);
  width: 64.75vw;
  height: 51.3125vw;
  opacity: 0.4;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d -10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ff8d5d -10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ff8d5d -10%, #ffdfba 40%, transparent 60%);
}
.inner-page .text {
  line-height: 1.8;
}
.inner-page .custom-6 .box span.h2 {
  white-space: nowrap;
  color: white;
  z-index: -1;
}
.inner-page .custom-6 .box form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  height: 2.66666667em;
  line-height: 2.66666667em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .custom-6 .box form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:focus {
  border-color: #8d5e1d;
}
.inner-page .custom-6 .box form ul li button {
  width: 3.77777778em;
  height: 2.66666667em;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
}
.inner-page .custom-7 .img {
  padding-right: 33%;
  margin-right: -33%;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
.inner-page .custom-7 .img>div {
  height: 500px;
}
.inner-page .custom-7 .img i {
  right: 0;
  bottom: 0;
  transition: .5s;
  /*height: 100%;*/
  /*width: 100%;*/
  /*text-align: center;*/
}
.inner-page .custom-7 .img i img {
  /*max-height: 100%;*/
  margin: 0 auto;
}
/*.inner-page .custom-7 .img span:first-child i:first-child {
  position: relative !important;
  max-height: none;
}*/
.inner-page .custom-7 .img i.active {
  opacity: 1;
}
.inner-page .custom-7 .img i span {
  position: absolute;
  font-weight: bold;
  right: 95%;
  white-space: nowrap;
}
.inner-page .custom-7 .img i span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #999;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.inner-page .custom-7 .img i span:after {
  content: '';
  width: 6em;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 100%;
  top: 100%;
  margin-top: -.25em;
  margin-left: .25em;
  transform-origin: left center;
}
.inner-page .custom-7 .img i.cat_498670 span {
  right: 67%; 
}
.inner-page .custom-7 .img i.cat_498670 span:after {
  transform: rotate(-36deg);
}
.inner-page .custom-7 .img i.cat_498671 span {
  right: 82%;
  top: 62%;
}
.inner-page .custom-7 .img i.cat_498671 span:after {
  transform: rotate(20deg);
}
.inner-page .custom-7 .list li img {
  border-radius: 100%;
  border: 2px solid transparent;
  transition: .5s;
}
.inner-page .custom-7 .list li span {
  color: #1b1b1b;
}
.inner-page .custom-7 .slide.c498671 .list li span {
  display: none;
}
.inner-page .custom-7 .list li.active img {
  border-color: #8d5e1d;
}
.inner-page .m-page2{
  text-align: center;
}
.inner-page .m-page2 a,
.inner-page .m-page2 span {
  display: inline-block;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-left: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: Arial;
  font-weight: normal;
}
.inner-page .m-page2 a:hover {
  border-color: #474747;
}
.inner-page .m-page2 span.current {
  border-color: #474747;
}
.custom-page .custom1 .mask i:nth-child(1) {
  right: 0;
  top: 0;
  -webkit-transform: translate(40.0%,-30%);
  -moz-transform: translate(40.0%,-30%);
  -ms-transform: translate(40.0%,-30%);
  transform: translate(40.0%,-30%);
  width: 110.875vw;
  height: 78.875vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa695d 10%, #ffdfba 50%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #fa695d 10%, #ffdfba 50%, transparent 60%);
  background-image: radial-gradient(circle, #fa695d 10%, #ffdfba 50%, transparent 60%);
}
.custom-page .custom1 .mask i:nth-child(2) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-40.0%,-40%);
  -moz-transform: translate(-40.0%,-40%);
  -ms-transform: translate(-40.0%,-40%);
  transform: translate(-40.0%,-40%);
  width: 89.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
}
.custom-page .custom1 .mask i:nth-child(3) {
  left: 0;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-35.0%,40%);
  -moz-transform: translate(-35.0%,40%);
  -ms-transform: translate(-35.0%,40%);
  transform: translate(-35.0%,40%);
  width: 109.0625vw;
  height: 56.0625vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa8a80 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #fa8a80 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, #fa8a80 10%, #ffdfba 50%, transparent 70%);
}
.custom-page .custom2 .mask i:nth-child(1) {
  right: 0;
  top: 0;
  -webkit-transform: translate(30.0%,-40%);
  -moz-transform: translate(30.0%,-40%);
  -ms-transform: translate(30.0%,-40%);
  transform: translate(30.0%,-40%);
  width: 79vw;
  height: 72.375vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #f8ac69 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #f8ac69 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, #f8ac69 10%, #ffdfba 50%, transparent 70%);
}
.custom-page .custom2 .mask i:nth-child(2) {
  left: 0;
  top: 50%;
  right: auto;
  -webkit-transform: translate(-50.0%,-50%);
  -moz-transform: translate(-50.0%,-50%);
  -ms-transform: translate(-50.0%,-50%);
  transform: translate(-50.0%,-50%);
  width: 64.75vw;
  height: 51.3125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ff8d5d 10%, #ffdfba 40%, transparent 60%);
}
.custom-page .custom2 .mask i:nth-child(3) {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: translate(50.0%,30%);
  -moz-transform: translate(50.0%,30%);
  -ms-transform: translate(50.0%,30%);
  transform: translate(50.0%,30%);
  width: 56.5vw;
  height: 75.75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.8;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa8a80 0%, #ffdfba 35%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #fa8a80 0%, #ffdfba 35%, transparent 60%);
  background-image: radial-gradient(circle, #fa8a80 0%, #ffdfba 35%, transparent 60%);
}
.custom-page .custom-1 .right {
  position: relative;
  z-index: 1;
}
.custom-page .custom-1 .right span.h2 {
  width: 110%;
  line-height: 1.2;
  -webkit-transform: translateX(-1.0em);
  -moz-transform: translateX(-1.0em);
  -ms-transform: translateX(-1.0em);
  transform: translateX(-1.0em);
  margin-bottom: 20%;
}
.custom-page .custom-1 .right .content {
  padding: 0 6%;
}
.custom-page .custom-1 .right .content a.link {
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-1 .right .content a.link:hover {
  color: #8d5e1d;
}
.custom-page .custom-3 a.img-box {
  padding-top: 100%;
}
.custom-page .custom-3 a.img-box .content {
  width: 100%;
  padding: 7% 13%;
  zoom: 0.75;
  top: 0;
  -webkit-transform: translateX(10.0%);
  -moz-transform: translateX(10.0%);
  -ms-transform: translateX(10.0%);
  transform: translateX(10.0%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 a.img-box .content span {
  padding: 0.75em;
  background-color: black;
  color: white;
}
.custom-page .custom-3 a.img-box .content span:last-child {
  background-color: #8d5e1d;
  padding: 16px 20px 10px;
  line-height: 1;
}
.custom-page .custom-3 a.img-box:hover .content {
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
  opacity: 1;
}
.custom-page .custom-3 li:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.custom-page .custom-3 li:first-child .content {
  width: 50%;
  left: 0;
  padding: 3% 7%;
  padding-right: 0;
  top: 30%;
}
.custom-page .custom-4 .img {
  margin-top: auto;
}
.custom-page .custom-4 .text p:before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  border-radius: 100%;
  margin-left: 4px;
  background-color: #8d5e1d;
  display: inline-block;
  vertical-align: middle;
}
.custom-page .custom-5 li {
  padding: 1em 1.5em;
  border-right: 1px solid black;
  margin-bottom:30px;
}
.custom-page .custom-5 li:first-child,.custom-page .custom-5 li:nth-child(5) {
  border-right: none;
}
.custom-page .custom-5 i {
  height: 1em;
  width: 1em;
}
.custom-page .custom-5 i img {
  max-height: 100%;
}
.custom-page .custom-5 span.h6 {
  line-height: 1.4;
  font-weight: 500;

}
.customdet-page .customdet1 .mask i:nth-child(1) {
  right: 0;
  top: 0;
  -webkit-transform: translate(45.0%,-30%);
  -moz-transform: translate(45.0%,-30%);
  -ms-transform: translate(45.0%,-30%);
  transform: translate(45.0%,-30%);
  width: 123.375vw;
  height: 78.875vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa695d 0%, #ffdfba 50%, transparent 80%);
  background-image: -moz-radial-gradient(circle, #fa695d 0%, #ffdfba 50%, transparent 80%);
  background-image: radial-gradient(circle, #fa695d 0%, #ffdfba 50%, transparent 80%);
}
.customdet-page .customdet1 .mask i:nth-child(2) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50.0%,-40%);
  -moz-transform: translate(-50.0%,-40%);
  -ms-transform: translate(-50.0%,-40%);
  transform: translate(-50.0%,-40%);
  width: 89.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
}
.customdet-page .customdet2 .mask i:nth-child(1) {
  right: auto;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40.0%,-30%);
  -moz-transform: translate(-40.0%,-30%);
  -ms-transform: translate(-40.0%,-30%);
  transform: translate(-40.0%,-30%);
  width: 159.625vw;
  height: 193.5vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa8a80 5%, #ffdfba 25%, transparent 45%);
  background-image: -moz-radial-gradient(circle, #fa8a80 5%, #ffdfba 25%, transparent 45%);
  background-image: radial-gradient(circle, #fa8a80 5%, #ffdfba 25%, transparent 45%);
}
.customdet-page .customdet2 .mask i:nth-child(2) {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transform: translate(45.0%,30%);
  -moz-transform: translate(45.0%,30%);
  -ms-transform: translate(45.0%,30%);
  transform: translate(45.0%,30%);
  width: 150vw;
  height: 75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.75;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #f8ac69 5%, #ffdfba 20%, transparent 40%);
  background-image: -moz-radial-gradient(circle, #f8ac69 5%, #ffdfba 20%, transparent 40%);
  background-image: radial-gradient(circle, #f8ac69 5%, #ffdfba 20%, transparent 40%);
}
.customdet-page .customdet-1 span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  color: transparent;
  font-size: 3.125vw;
}
.customdet-page .customdet-2 .img {
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}
.customdet-page .customdet-2 .img ul {
  position: relative;
  -webkit-transition: .01s;
  -moz-transition: .01s;
  transition: .01s;
}
.customdet-page .customdet-2 .img ul li {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customdet-page .customdet-2 .img ul li.active {
  position: static;
  opacity: 1;
}
.customdet-page .customdet-2 .list ul li span.num i {
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  background-color: #8d5e1d;
  color: white;
}
.customdet-page .customdet-2 .list ul li span.num:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: black;
}
.customdet-page .customdet-2 .list ul li:last-child span.num:after {
  display: none;
}
.customdet-page .customdet-2 .list ul li .content span.h6 {
  font-weight: 500;
}
.customdet-page .customdet-3 li {
  max-width: 330px;
}
.customdet-page .customdet-3 i {
  width: 1em;
  height: 1em;
}
.customdet-page .customdet-3 i img {
  max-height: 100%;
}
.customdet-page .customdet-3 span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1250px) {
  .custom-page .custom-5 li:nth-child(5){
    border-right: 1px solid black;
  }
  .custom-page .custom-5 li:nth-child(4),.custom-page .custom-5 li:nth-child(7){
    border-right: none;
  }
}
@media screen and (max-width: 700px) {
     .custom-page .custom-5 li, .custom-page .custom-5 li:nth-child(5){
       border-right: none;
     }
   .custom-page .custom-5 li:nth-child(2n){
    border-right: 1px solid black;
  }
}
@media screen and (max-width: 500px) {
     .custom-page .custom-5 li{
       border-right: none !important;
       margin-bottom: 20px;
     }
}
.product-page .product-1 .options .slide {
  height: 3em;
  padding: 0 1em;
  border: 1px solid black;
  display: block;
  position: relative;
  min-width: 20em;
}
.product-page .product-1 .options .slide h1{
  height: 100%;
}
.product-page .product-1 .options .slide span {
  height: 100%;
}
.product-page .product-1 .options .slide form {
  height: 100%;
}
.product-page .product-1 .options .slide form input {
  border: none;
  background-color: transparent;
  width: 100%;
  padding-left: .5em;
}
.product-page .product-1 .options .slide form button {
  border: none;
  background-color: transparent;
}
.product-page .product-1 .options .slide ul {
  position: absolute;
  right: 0;
  top: 100%;
  padding: .5em;
  border: 1px solid black;
  width: 100%;
  background-color: white;
  z-index: 1;
  display: none;
}
.product-page .product-1 .options .slide ul li {
  margin: .5em 0;
}
.product-page .product-1 .options .slide ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .options .slide ul li a:hover {
  color: #8d5e1d;
}
/*.product-page .product-1 .options .slide:hover ul {
  display: block;
}*/
.product-page .product-2 .img-box{
  background-color: #ededed;
}
.product-page .product-2 span.h6 {
  font-weight: 500;
}
.prodet-page .prodet-1 .box{
  position: relative;
}

.prodet-page .prodet-1 .right{
  margin: 0 auto 0 0;
}
.prodet-page .prodet-1 .text {
  max-height: 200px;
  overflow: auto;
}
.prodet-page .prodet-1 .left img{
	background-color: #d8d0c5;
}
.prodet-page .prodet-1 .right .list img{
	background-color: #d8d0c5;
}
.prodet-page .prodet-2 .options {
      font-family: ArialMT;
  line-height: 1;
}
.prodet-page .prodet-2 .options span {
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #8d5e1d;
  display: none;
}
.prodet-page .prodet-2 .options span.active:before {
  display: block;
}
.prodet-page .prodet-2 .list span.h6 {
  font-weight: 500;
  text-align: right;
}
.prodet-page .prodet-2 .list img{
  	background-color: #d8d0c5;
}
.about-page .about-1 .box {
  height: 650px;
  position: relative;
}
.about-page .about-1 .box .play{
   position: absolute;
  top: 50%;
  right: 50%;
  width: 150px;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  cursor: pointer;
}
.about-page .about-1 .box .mask {
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  max-width: 100%;
}
.about-page .about-1 .list li:not(.line) {
  min-width: 15%;
}
.about-page .about-1 .list span.h2 {
  opacity: .3;
  color: #8d5e1d;
}
.about-page .about-1 .list .line {
  height: 3em;
  width: 1px;
  background-color: #999;
}
.about-page .about-1 .list  .hwaq-num-strip>*{
  line-height: 1.1em;
}
.about-page .about-1 .list p {
  white-space: nowrap;
}
.about-page .about-2 {
  padding: 6% 0 10%;
}
.about-page .about-2 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}
.about-page .about-2 .left span {
  line-height: 1.8;
  padding-right: 21px;
  position: relative;
}
.about-page .about-2 .left span:before {
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.about-page .about-2 .left .title {
  color: #030303;
  line-height: 1.2;
}
.about-page .about-2 .left .title em {
  display: block;
}
.about-page .about-2 .right {
  width: 41.334%;
  padding-right: 101px;
  position: relative;
}
.about-page .about-2 .right .tag {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.about-page .about-2 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-2 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-2 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  right: 27px;
  bottom: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-2 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
}
.about-page .about-2 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-2 .right .tag ul li.current a {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.about-page .about-2 .right .content ul li {
  padding: 60px 43px 88px 24px;
  margin-bottom: 60px;
}
.about-page .about-2 .right .content ul li .tit {
  line-height: 1;
  color: #030303;

}
.about-page .about-2 .right .content ul li .con {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-2 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right .content ul li.active {
  background: #f5f5f5;
}

.about-page .about-5 .list .box {
  padding: 6.5%;
  background-color: white;
}
.about-page .about-5 .list .box .star {
  color: #8d5e1d;
  line-height: 1;
}
.about-page .about-5 .list .box .text {
  line-height: 1.6;
}
.factory-page .factory-1 .ui.container {
  max-width: 1000px;
}
.factory-page .factory-1 .slide {
  overflow: hidden;
}
.factory-page .factory-1 .slide:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.factory-page .factory-1 .slide .list .slick-list {
  overflow: unset;
}
.factory-page .factory-1 .slide .small img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .3;
}
.factory-page .factory-1 .slide .small .slick-current img {
  opacity: 1;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.news-page .news-1 .list ul li .content time {
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 4.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
  border-bottom: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content a.link:hover {
  color: #8d5e1d;
  border-color: #8d5e1d;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.news-page .m-page > div {
  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;
}
.news-page .m-page a,
.news-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .m-page a:hover,
.news-page .m-page span.current {
  background-color: #8d5e1d;
  border-color: #8d5e1d;
  color: #fff;
}
.newdet-page .newdet-1 .left .m-link .post {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
.newdet-page .newdet-1 .left .form input,
.newdet-page .newdet-1 .left .form textarea {
  width: 100%;
  border: none;
  padding: .7em 1em;
}
.newdet-page .newdet-1 .left .form textarea {
  height: 6em;
}
.newdet-page .newdet-1 .left .form button {
  border: none;
}
.newdet-page .newdet-1 .right {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
}
.newdet-page .newdet-1 .right span.h6 {
  font-weight: 500;
}
.newdet-page .newdet-1 .right form {
  height: 3em;
  border: 1px solid #666;
}
.newdet-page .newdet-1 .right form input,
.newdet-page .newdet-1 .right form button {
  border: none;
  width: 100%;
  background-color: transparent;
}
.newdet-page .newdet-1 .right form input {
  padding: 00px 1em;
}
.newdet-page .newdet-1 .right form button {
  width: 2em;
}
.newdet-page .newdet-1 .right .post li {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}
.newdet-page .newdet-1 .right .backImg {
  min-height: 40vh;
  padding: 8%;
  color: white;
}
.faq-page .faq-1 .left {
  background-color: #8d5e1d;
  padding: 3%;
  color: white;
  position: sticky;
  top: 120px;
}
.faq-page .faq-1 .left span.h6 {
  font-weight: 500;
}
.faq-page .faq-1 .left ul li {
  margin-bottom: .5em;
}
.faq-page .faq-1 .left ul li ul {
  display: none;
}
.faq-page .faq-1 .left ul li a:hover {
  text-decoration: underline;
}
.faq-page .faq-1 .right ul li {
  margin-bottom: 1em;
  border: 1px solid #d3d3d3;
  padding: .8em;
  background-color: rgba(255, 255, 255, 0.5);
}
.faq-page .faq-1 .right ul li span.h6 {
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
  text-align: left;
}
.faq-page .faq-1 .right ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: relative;
  margin-top: .3em;
}
.faq-page .faq-1 .right ul li span.h6 i:after,
.faq-page .faq-1 .right ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.faq-page .faq-1 .right ul li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .right ul li .text {
  margin-top: 1em;
  display: none;
}
.faq-page .faq-1 .right ul li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sustainability-page .sustainability-1 .box {
  color: white;
}
.sustainability-page .sustainability-2 {
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-1 .form li input{

}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea {
  border-bottom: solid 1px;
    color: #9d9d9d;
  width: 100%;
  border: none;
  padding: .7em 1em;
    border-bottom:1px solid rgba(0, 0, 0, 0.7);
}
.contact-page .contact-1 .form textarea {
  height: 6em;
}
.contact-page .contact-1 .form button {
  border: none;
}
.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-page .contact-1 .info i {
  font-size: 2em;
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .box {
    height: 400px;
  }
  .custom-page .custom-1 .right span.h2 {
    margin-bottom: 5%;
    -webkit-transform: translateX(-0.5em);
    -moz-transform: translateX(-0.5em);
    -ms-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
    width: 120%;
  }
  .custom-3 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0px;
}
.news-page .news-1 .list ul li:hover .content .pre{
  padding-bottom: 0;
}
.news-page .news-1 .list ul li:hover .content span.h6{
  opacity: 1;
}
  .news-page .news-1 .list ul li .content span.h6 {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 iframe {
    height: 320px;
  }
  .faq-page .faq-1 .left {
    padding: 5% !important;
  }
  .faq-page .faq-1 .left .nav:first-child {
    display: none;
  }
  .newdet-page .newdet-1 .right {
    display: none;
  }
  .newdet-page .newdet-1 .left {
    width: 100%;
  }
  .newdet-page .newdet-1 .m-link div {
    width: 100%;
    text-align: right;
  }
  .newdet-page .newdet-1 .m-link div .flex-je {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-page .about-1 .box .play{
    zoom: 0.7;
  }
  .about-page .about-1 .box {
    height: 320px;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li.line {
    display: none;
  }
  .about-page .about-1 .list ul li {
    width: 48%;
  }
  .about-page .about-2 .right .content {
    padding-right: 80px;
  }
  .about-page .about-2 .left {
    position: static;
  }
  .custom-page .custom-4 .img {
    margin-top: 5%;
  }
}
@media screen and (max-width: 700px) {
  .font-36,
  .font-30,
  .font-28,
  .font-32 {
    font-size: 18px;
  }
  .font-60 {
    font-size: 28px;
  }
  .font-40 {
    font-size: 24px;
  }
  .about-page .about-2 .right .content ul li {
    padding: 5%;
    margin-bottom: 5%;
  }
  .product-page .product-1 .options .slide:first-child {
    display: none;
  }
  .product-page .product-1 .list {
    display: none;
  }
  .product-page .product-1 .options {
    margin-top: 0;
  }
  .product-page .product-1 .options .slide {
    width: 100%;
  }
  .custom-3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-page .custom-3 li .content {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    opacity: 1 !important;
  }
  .custom-page .custom-5 li {
    border: none;
  }
  .customdet-page .customdet-2 .img {
    display: none;
  }
  .customdet-page .customdet-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customdet-page .customdet-3 ul li {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .box {
    height: 240px;
  }
  .custom-page .custom-1 .right .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .custom-1 .right .box2 .img {
    width: 100%;
  }
  .custom-page .custom-1 .right .box2 .content {
    width: 100%;
    padding: 3%;
  }
  .custom-page .custom-1 .right span.h2 {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding: 0 .5em;
  }
  .custom-page .custom-4 .img {
    display: none;
  }
}

.oemodm-page .oemodm-1 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.oemodm-page .oemodm-1 .list .slick-track .slick-slide {
  height: auto;
}
.oemodm-page .oemodm-1 .list .slick-track .slick-slide > div,
.oemodm-page .oemodm-1 .list .slick-track .slick-slide li {
  height: 100%;
}
.oemodm-page .oemodm-1 .list .box {
  height: 100%;
  padding: 7%;
  background-color: white;
}
.oemodm-page .oemodm-1 .list .slickBtn div {
  border: 1px solid #c9c9c9;
  background-color: transparent;
  color: black;
}
.oemodm-page .oemodm-1 .list .slickBtn div:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: white;
}

.sustainability-new87-1 span.h2 {
    text-align: center } .sustainability-new87-1 .list ul li .box { min-height: 450px;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    color: #fff;
    overflow: hidden;
    position: relative
}

.sustainability-new87-1 .list ul li .box .content {
    padding: 15% 5%;
    height: 100%;
    background-color: rgba(238,30,36,.89);
    transform: translateY(100%);
    transition: .5s
}

.sustainability-new87-1 .list ul li .box span.h3 {
    font-size: 40px;
    display: block;
    line-height: 1.2
}

.sustainability-new87-1 .list ul li .box .content .text {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 1em;
    font-weight: 300
}

.sustainability-new87-1 .list ul li .box>span.h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: .5em 5%;
    background-color: rgba(238,30,36,.89);
    transition: .5s;
    font-size: 28px
}

.sustainability-new87-1 .list ul li .box:hover>span.h3 {
    transform: translateY(100%)
}

.sustainability-new87-1 .list ul li .box:hover .content {
    transform: translateY(0)
}
@media screen and (max-width: 1000px) {
    .sustainability-new87-1 .list ul li .box>span.h3 {
        font-size: 20px
    }

    .sustainability-new87-1 .list ul li .box {
        min-height: 250px
    }

    .sustainability-new87-1 .list ul li .box .content {
        transform: translateY(0)
    }

    .sustainability-new87-1 .list ul li .box>span.h3 {
        transform: translateY(100%)
    }

    .sustainability-new87-1 .list ul li .box span.h3 {
        font-size: 22px
    }
}
.oemodm2-page .oemodm2-1 span.h6 {
  line-height: 1.2;
  max-width: 600px;
}
.oemodm2-page .oemodm2-1 .play path {
  fill: none;
}
.oemodm2-page .oemodm2-1 .play i {
  font-size: 3em;
}
.oemodm2-page .oemodm2-1 .play svg {
  height: 100%;
  letter-spacing: .05em;
  font-weight: 500;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
.oemodm2-page .oemodm2-1 .play>img {
  margin-right: -15%;
}
.oemodm2-page .oemodm2-1 .content .img img {
  width: auto;
  max-width: none;
}
.oemodm2-page .oemodm2-2 .top .img {
  transform: translateX(20.0%);
}
.oemodm2-page .oemodm2-2 .top .text {
  font-weight: 500;
}
.oemodm2-page .oemodm2-3 {
  overflow: hidden;
}
.oemodm2-page .oemodm2-3 .list .slick-list {
  overflow: unset;
}
.oemodm2-page .oemodm2-3 .list li {
  margin-left: 7.8vw;
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
.oemodm2-page .oemodm2-3 .list li span.h6 {
  color: white;
  line-height: 1.2;
}
.oemodm2-page .oemodm2-3 .list li.ie1 {
  width: 21.8vw !important;
}
.oemodm2-page .oemodm2-3 .list li.ie1 span.h6 {
  position: absolute;
  transform-origin: right center;
  transform: rotate(-90deg);
  right: 0;
  bottom: 2%;
  width: 120%;
}
.oemodm2-page .oemodm2-3 .list li.ie2 {
  width: 33.3vw !important;
}
.oemodm2-page .oemodm2-3 .list li.ie2 span.h6 {
  margin-top: -5%;
}
.oemodm2-page .oemodm2-4 span.h6 {
  line-height: 1.2;
}
.oemodm2-page .oemodm2-4 .text {
  max-width: 910px;
  margin-right: auto;
  margin-left: auto;
}
.oemodm2-page .oemodm2-4 .box .left {
  position: sticky;
  top: 120px;
}
.technical-page .technical-1 li p {
  font-weight: 500;
}
.technical-page .technical-1 span.h6 {
  line-height: 1;
}
.technical-page .technical-2 .list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: .5s;
}
.technical-page .technical-2 .list li span.h6 {
  font-weight: 500;
}
.technical-page .technical-2 .list li.active {
  background-color: rgba(250, 193, 193, 0.21);
  border-top-color: transparent;
}
.technical-page .technical-2 .list li.active+li {
  border-top-color: transparent;
}
.technical-page .technical-3 .ui.container {
  width: auto;
  max-width: 1760px;
}
.technical-page .technical-3 span.h6 {
  font-weight: 500;
}
.technical-page .technical-4 ul.slick li,
.technical-page .technical-4 .box {
  height: 100%;
}
.technical-page .technical-4 .box {
  border: 1px solid #959596;
}
.technical-page .technical-4 .box i.icon img {
  max-height: 1em;
}
.technical-page .technical-4 .box span.h6 {
  line-height: 1.2;
}
.technical-page .technical-4 .slickDots li {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #b5b5b5;
  border: none;
  margin: 0 1em;
}
.technical-page .technical-4 .slickDots li.slick-active {
  background-color: #8d5e1d;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .right span.h2 {
    width: 100%;
  }
  .faq-page .faq-1 .left,.oemodm2-page .oemodm2-4 .box .left {
    position: static;
  }
  .oemodm2-page .oemodm2-3 .list li.ie2 {
    width: 60vw !important;
  }
  .oemodm2-page .oemodm2-3 .list li.ie1 {
    width: 40vw !important;
  }
  .oemodm2-page .oemodm2-3 .list li span.h6 {
    zoom: .5;
  }
  .oemodm2-page .oemodm2-2 .top .img,.oemodm2-page .oemodm2-1 .bottom .img,.oemodm2-page .oemodm2-2 .bottom .img {
    transform: translateX(-0.0);
    width: 100%;
  }
  .oemodm2-page .oemodm2-2 .top .content,.oemodm2-page .oemodm2-1 .bottom .content,.oemodm2-page .oemodm2-2 .bottom .content {
    width: 100%;
  }
  .oemodm2-page .oemodm2-2 .top,.oemodm2-page .oemodm2-1 .bottom,.oemodm2-page .oemodm2-2 .bottom {
    flex-wrap: wrap;
  }
  .oemodm2-page .oemodm2-1 .content .img {
    margin-top: 30px;
  }
  .oemodm2-page .oemodm2-1 .content .img img {
    max-width: 100%;
  }
  
}

.seoPublic .Auxil-form{
  background: none !important;
}