@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Plus';
  src: url('../fonts/PlusJakartaSans-SemiBold.eot') format('eot'), url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'), url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-display: swap;
}
body {
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #e6ff55;
  --basic: #d6c5af;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1730px;
  margin: auto;
  width: 100%;
}

  .industry1 {
    text-align: left;
    line-height: 30px;
    font-size: 15px;
}
.industitle {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 500;
    padding-bottom: 20px;
}
a.footian {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 600px;
    display: inline-block;
    vertical-align: middle;
}
h1.hometian {
    display: inline;
}
p.newmore {
    font-size: 15px;
    line-height: 28px;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  background: #fff;
}
#header .nav {
  width: 100%;
  padding: 12px 0;
}
#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 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  /*width: 7%;*/
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: 70%;
  margin: 0 auto;
}
#header .nav .ui.menu .logo span {
  display: block;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 10px;
  margin: 8px 0 0 2px;
  text-align: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 82px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.84);
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after{
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 180%;
  left: 0;
  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 var(--black);
  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: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#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: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-right: 0;
}
#header .nav .ui.menu .h-search{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .ui.menu .h-search img{
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
    filter: brightness(0);
}
#header .nav .ui.menu .h-language{
  margin-left: 50px;
}
#header .nav .ui.menu .h-language .i1{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#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: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 125px;
  -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 var(--primary);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li{
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  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.inner{
  background: var(--white);
}
#header.xz{
  background: transparent;
}
#header.xz:hover{
  background: var(--white);
}
#header.sp{
  position: relative;
}
#header.active {
  position: fixed;
  margin-top: 0;
  -webkit-box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  background: var(--white);
}
#header .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background-color: #fff;
  padding: 48px 0 38px;
  z-index: 100;
  font-weight: 500;
}
#header .dropdown .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .dropdown .flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .dropdown .inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%;
  margin-left: auto;
}
#header .dropdown .inner > div {
  margin-right: 5%;
}
#header .dropdown .inner .sub {
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.4);
}
#header .dropdown .inner .dro-left {
  width: 15%;
}
#header .dropdown .inner .dro-left .theme {
  font-size: 32px;
}
#header .dropdown .inner .dro-left .theme span {
  display: inline-block;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
#header .dropdown .inner .dro-left .box {
  width: 210px;
  margin-top: 33px;
  padding: 14px;
  background: #e1e1e1;
  /*background-color: rgba(214,197,175,0.3);*/
}
#header .dropdown .inner .dro-left .box .text {
  margin: 0 0 25px;
}
#header .dropdown .inner .dro-left .box .text p {
  margin-top: 5px;
}
#header .dropdown .inner .dro-left .box .text p strong {
  font-size: 14px;
  font-weight: bold;
}
#header .dropdown .inner .dro-left .box .more {
  font-size: 14px;
  display: inline-block;
  background: var(--black);
  border: 1px solid var(--black);
  line-height: 1;
  padding: 10px 20px;
  border-radius: 35px;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .dropdown .inner .dro-left .box .more::before,
#header .dropdown .inner .dro-left .box .more::after{
  display: none;
}
#header .dropdown .inner .dro-left .box .more:hover{
  background: transparent;
  color: var(--black);
}
#header .dropdown .inner .dro-center {
  width: 30%;
}
#header .dropdown .inner .dro-center .sub {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
#header .dropdown .inner .dro-center li {
  width: 40%;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  font-size: 18px;
  color: var(--black);
}
#header .dropdown .inner .dro-center li:nth-child(odd){
   width: 60%;
}
#header .dropdown .inner .dro-center li i {
  display: inline-block;
  color: #000;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .dropdown .inner .dro-center li:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.4);
}
#header .dropdown .inner .dro-center li:hover i {
  opacity: 1;
}
/*#header .dropdown .inner .dro-center li:last-child {
  text-decoration: underline;
}*/
/*#header .dropdown .inner .dro-center li:last-child i {
  opacity: 1;
  color: #999;
}
#header .dropdown .inner .dro-center li:last-child:hover{
  color: #999;
}*/
#header .dropdown .inner .dro-right {
  width: 35%;
}
#header .dropdown .inner .dro-right .sub {
  font-size: 16px;
}
#header .dropdown .inner .dro-right .swiper-container {
  padding-bottom: 25px;
}
#header .dropdown .inner .dro-right .swiper-container .swiper-slide {
  width: 100%;
  padding: 5px;
  height: initial;
  background: #e1e1e1;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1f8cf), to(#f6e3d1));
  background: -webkit-linear-gradient(top, #e1f8cf 0, #f6e3d1 100%);
  background: -moz-linear-gradient(top, #e1f8cf 0, #f6e3d1 100%);
  background: linear-gradient(180deg, #e1f8cf 0, #f6e3d1 100%);*/
   -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
#header .dropdown .inner .dro-right .swiper-container .img {
  width: 56%;
  display: block;
  overflow: hidden;
}
#header .dropdown .inner .dro-right .swiper-container .img img {
  /*height: 100%;*/
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
#header .dropdown .inner .dro-right .swiper-container .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#header .dropdown .inner .dro-right .swiper-container .content {
  width: 44%;
  padding: 18px 26px;
}
#header .dropdown .inner .dro-right .swiper-container .content .title {
  margin: 12px 0 6px;
  font-size: 26px;
}
#header .dropdown .inner .dro-right .swiper-container .content .text {
  line-height: 28px;
  font-size: 14px;
}
#header .dropdown .inner .dro-right .swiper-container .content .more {
  font-size: 14px;
}
#header .dropdown .inner .dro-right .swiper-container .content .more:hover{
  color: inherit;
}
#header .dropdown .inner .dro-right .swiper-container .content .more::before,
#header .dropdown .inner .dro-right .swiper-container .content .more::after{
  background: var(--black);
}
#header .dropdown .inner .dro-right .swiper-container .content .summary {
  margin: 16px 0;
}
#header .dropdown .inner .dro-right .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 48%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 168px;
  height: 3px;
  background-color: rgba(20, 20, 19, 0.1);
  border-radius: 3px;
}
#header .dropdown .inner .dro-right .swiper-pagination span {
  background-color: #141413;
  border-radius: 3px;
}
#header .dropdown.active {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  padding: 0 7px 3px 0;
  color: var(--black);
}
.more::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
  z-index: -2;
}
.more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #868686;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: #868686;
}
.more:hover::before {
  width: 100%;
}
#banner {
  position: relative;
}
.left-share{
  position: fixed;
  top: 60%;
  right: 0;
  width: 48px;
  padding: 16px 7px 10px;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #dcdcdc;
  z-index: 10;
}
.left-share a{
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: .25s ease;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.left-share a img{
  filter: brightness(0);
}
.left-share a::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  background: var(--black);
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
}
.left-share a:hover{
  color: var(--white);
}
a.tit.block.font-16 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.left-share a:hover::after{
  transform: scale(1);
}
.left-share span{
  writing-mode: tb-rl;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    backface-visibility: hidden;
    transform: rotate(-180deg);
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 5px;
    transition: 0.3s ease;
}
.left-share span:hover{
  color: #000;
  font-weight: bold;
}
/*#banner .ui.container {
  max-width: 1273px;
}*/
#banner ul li {
  position: relative;
}
#banner ul li video{
  width: 100%;
  height:100%;
  object-fit: cover;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  max-width: 528px;
  margin-left: 100px;
}
#banner ul li .text .box .title {
  font-size: 44px;
  line-height: 1.1;
  color: rgba(9, 48, 55, 0.9);
  text-transform: uppercase;
}
#banner ul li .text .box form{
  max-width: 225px;
  position: relative;
}
#banner ul li .text .box form input{
  width: 100%;
  height: 45px;
  border: 0;
  border-bottom: 1px solid var(--black);
  background: transparent;
  padding: 0 20px;
  font-size: 16px;
  color: var(--black);
}
#banner ul li .text .box form i{
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 16px;
}
#banner ul li .text .box form input[type="submit"]{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
}
#banner ul li .text .box form svg{
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
#banner ul li .text .box p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  margin-top: 31px;
  font-weight: 400;
  color: #093037;
  padding-left: 9px;
}
#banner ul li .text .box .more {
  margin: 77px 0 0 10px;
  color: #093037;
}
#banner ul li .text .box .more::after {
  background: #093037;
}
#banner ul li .text .box .more:hover {
  color: var(--primary);
}
#index-body .title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: capitalize;
  /*font-family: 'Plus';*/
}
@media screen and (max-width:1500px) {
  #index-body .title {
    font-size: 44px;
  }
}
@media screen and (max-width:1200px) {
  #index-body .title {
    font-size: 32px;
  }
}
@media screen and (max-width:700px) {
  #index-body .title {
    font-size: 24px;
  }
}
#index-body .i-product {
  padding: 113px 120px 125px;
}
#index-body .i-product .title{
  letter-spacing: 2px;
}
#index-body .i-product .content {
  margin-top: 107px;
}
#index-body .i-product .content ul {
  margin-right: -40px;
}
#index-body .i-product .content ul li {
  padding-right: 40px;
  text-align: center;
}
#index-body .i-product .content ul li .img-box {
  display: block;
  border: 1px solid #eee;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .img-box img {
  filter: brightness(0);
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .content ul li .img-box:hover{
  background: var(--black);
  border-color: var(--black);
}
#index-body .i-product .content ul li .img-box:hover img{
  filter: none;
}
#index-body .i-product .content ul li .tit {
  display: inline-block;
  font-size: 22px;
  line-height: 1.3;
  color: #333333;
  margin-top: 40px;
  font-weight: 500;
}
#index-body .sustainable {
  position: relative;
}
/*#index-body .sustainable .img-list ul li img {
  width: 100%;
  height: 100%;
}*/
#index-body .sustainable .box {
  position: absolute;
  left: 45px;
  top: 10%;
  max-width: 563px;
  color: var(--white);
}
#index-body .sustainable .box .tit {
  font-size: 69px;
  line-height: 1.1;
  font-weight: 500;
  transition: .5s;
}
#index-body .sustainable .box .tit em {
  font-size: 88px;
  color: var(--primary);
}
#index-body .sustainable .box .tit:hover,
#index-body .sustainable .box .con:hover{
  transform: translateX(-10px);
}
#index-body .sustainable .box:hpver .tit,
#index-body .sustainable .box:hpver .con{
  transform: translateX(-10px);
}
#index-body .sustainable .box .con {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 29px;
  font-weight: 500;
  width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transition: .5s;
}
#index-body .sustainable .box .con ul li{
  font-weight: 400;
  line-height: 30px;
}
#index-body .sustainable .bottom {
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
#index-body .sustainable .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#index-body .sustainable .bottom ul li {
  width: 20%;
  border: 1px solid var(--white);
  border-right: 0;
  color: var(--white);
  padding: 59px 49px 55px 49px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
#index-body .sustainable .bottom ul li .link {
  display: block;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .sustainable .bottom ul li:hover .link,
#index-body .sustainable .bottom ul li:hover .more{
   transform: translateX(10px);
}
/*#index-body .sustainable .box.gray .tit{
   color: rgba(0,0,0,0.4);
}
#index-body .sustainable .box ul li:nth-child(1){
  color: rgba(0,0,0,0.4);
}*/
/*#index-body .sustainable .bottom ul li .link:hover {
  color: #b512d2;
}*/
#index-body .sustainable .bottom ul li:last-child{
  border-right: 1px solid var(--white);
}
#index-body .sustainable .bottom ul li .more {
  color: var(--white);
  margin-top: 72px;
}
#index-body .sustainable .bottom ul li .more img{
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
}
#index-body .sustainable .bottom ul li .more:hover img{
  filter: brightness(100);
  opacity: 1;
  margin-left: 5px;
}
#index-body .sustainable .bottom ul li .more::after {
  background: var(--white);
}
#index-body .sustainable .bottom ul li .more::before {
  display: none;
}
/*#index-body .sustainable .bottom ul li:last-child {
  background: var(--white);
  color: var(--black);
}
#index-body .sustainable .bottom ul li:last-child .more {
  color: var(--black);
}
#index-body .sustainable .bottom ul li:last-child .more::after {
  background: var(--black);
}*/
#index-body .sustainable .bottom ul li.active {
  background: var(--black);
  border-color: var(--black);
}
/*#index-body .sustainable .bottom ul li:last-child.active{
  color: var(--white);
}
#index-body .sustainable .bottom ul li:last-child.active .more {
  color: var(--white);
}
#index-body .sustainable .bottom ul li:last-child.active .more::after {
  background: var(--white);
}*/
/*#index-body .sustainable .bottom ul li.active .more {
  color: var(--black);
}*/
/*#index-body .sustainable .bottom ul li.active .more::after {
  background: var(--black);
}*/
#index-body .init {
  padding: 148px 0 0;
}
/*#index-body .init .box {
  max-width: 1809px;
  margin: 0 0 0 auto;
}*/
#index-body .init .text {
  padding: 0 90px;
  vertical-align: middle;
}
#index-body .init .text .title {
  /*width: 91%;
  word-break: break-all;*/
  text-align: left;
  line-height: 1.3;
  word-break: break-word;
}
#index-body .init .text .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
}
#index-body .init .text .imgs img {
  width: 50%;
}
#index-body .init .text .imgs .i1 {
  margin-right: 22px;
}
#index-body .init .text .imgs .i2 {
  margin-left: 22px;
}
#index-body .init .text .con {
  font-size: 24px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 50px;
  width: 96%;
  font-weight: 400;
}
#index-body .init .text .more,
#index-body .about .box .text .more{
  margin-top: 97px;
  float: right;
  position: relative;
  overflow: visible;
}
#index-body .init .text .more i.icon-top-right,
#index-body .about .box .text .more i.icon-top-right{
  position: absolute;
  right: -10px;
  top: 0;
  color: #000;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init .text .more:hover i.icon-top-right,
#index-body .about .box .text .more:hover i.icon-top-right{
  opacity: 1;
  display: inline-block;
}
#index-body .init .img-box {
  vertical-align: middle;
}
#index-body .about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#index-body .about .box .imgs {
  width: 50%;
}
#index-body .about .box .imgs .img-box {
  height: 100%;
}
#index-body .about .box .imgs .img-box img {
  width: 100%;
  height: 100%;
}
#index-body .about .box .text {
  width: 50%;
  background: rgba(238, 238, 238, 0.33);
  padding: 100px 84px 74px 104px;
}
#index-body .about .box .text .title{
  line-height: 1.3;
}
#index-body .about .box .text .con {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
  padding: 0 10px 0 5px;
  margin-top: 50px;
  font-weight: 400;
}
#index-body .about .box .text .con h1 {
  display: inline;
}
#index-body .about .box .text .more {
  margin-top: 97px;
  float: right;
}
#index-body .product {
  padding: 135px 0 159px;
}
#index-body .product .info{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
   -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .product .info .link{
    display: inline-block;
    background: var(--black);
    border: 1px solid var(--black);
    font-size: 20px;
    line-height: 1;
    padding: 19px 35px 19px 36px;
    border-radius: 35px;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .product .info .link img{
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
#index-body .product .info .link em{
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .info .link:hover{
  background: transparent;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
#index-body .product .info .link:hover img{
  filter: none;
}
#index-body .product .content {
  margin-top: 89px;
}
#index-body .product .content ul {
  margin-right: -57px;
}
#index-body .product .content ul li {
  padding-right: 57px;
}
#index-body .product .content ul li .img-box {
  display: block;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 40px 0 22px;
  position: relative;
  z-index: 1;
  color: var(--white);
}
/*#footer .ui.container {
  max-width: 1868px;
}*/
#footer .f-box {
  padding-left: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-box .list .f-nav ul li {
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 6px;
  transition: .5s
}
#footer .f-box .list .f-nav ul li:hover{
  transform: translateX(10px);
}
#footer .f-box .list .f-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box .list .f-contact {
  padding-left: 79px;
}
#footer .f-box .list .f-contact ul li {
  font-size: 14px;
  line-height: 2;
   font-weight: 400;
}
#footer .f-box .list .f-contact ul li:hover{
  transform: translateX(0);
}
#footer .f-box .left {
  width: 42%;
}
#footer .f-box .right .f-logo{
  width: 80%;
  margin: 0 auto;
}
#footer .f-box .right .share{
  margin-top: 40px;
  text-align: center;
}
#footer .f-box .right .share a{
  display: inline-block;
  font-size: 18px;
  /*width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid var(--white);*/
  margin-right: 20px;
  transition: 0.3s ease;
}
#footer .f-box .right .share a:hover{
  transform: translateY(-5px);
}
#footer .f-box .right a:last-child{
  margin-right: 0;
}
#footer .f-copy {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.39);
  font-weight: 400;
}
#footer .f-copy a:hover {
  color: var(--white);
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 29px;
  margin-top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.39);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.39);
}
#footer .f-copy svg:hover {
  fill: var(--white);
}
#footer .f-copy svg:hover text {
  fill: var(--white);
}
.fixed-toolbar ul li.back {
  display: none;
}
#index-body .index-add{
  padding: 9% 0 3%;
}
#index-body .index-add .ui.container{
  max-width: 1680px;
}
/*#index-body .index-add .header .title{
  text-transform: capitalize;
}*/
#index-body .index-add .header .con{
  font-size: 24px;
  line-height: 1.5;
  color: #3f3f3f;
  margin: 30px auto 0;
}
#index-body .index-add .header a.more {
    display: inline-block;
    background: var(--black);
    border: 1px solid var(--black);
    font-size: 16px;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 35px;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 30px;
}
#index-body .index-add .header a.more::before,
#index-body .index-add .header a.more::after{
  display: none;
}
#index-body .index-add .header a.more img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
#index-body .index-add .header a.more em{
  display: inline-block;
  vertical-align: middle;
}
#index-body .index-add .header a.more:hover {
  background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
#index-body .index-add .header a.more:hover img{
  filter: none;
}
#index-body .index-add .data{
  margin-top: 120px;
}
@media screen and (max-width:1700px){
  #index-body .index-add .data{
    zoom: 0.9;
    padding: 0 100px;
  }
}
#index-body .index-add .data ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .index-add .data ul li{
  display: inline-block;
  transition: 0.4s ease;
}
#index-body .index-add .data ul li:hover{
  transform: translateY(-20px);
}
#index-body .index-add .data ul li .num{
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}
#index-body .index-add .data ul li p{
  font-size: 20px;
  line-height: 1.5;
}
/*@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1430px;
  }
  #index-body .init .text .title {
    width: 100%;
  }
  #index-body .init .text .con {
    width: 100%;
  }
  #index-body .about .box .text {
    padding: 70px 60px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1230px;
  }
  #index-body .i-product .content ul li .tit {
    font-size: 26px;
    margin-top: 50px;
  }
  #index-body .sustainable .box {
    top: 9.5%;
  }
  #index-body .sustainable .box .tit {
    font-size: 70px;
  }
  #index-body .sustainable .box .con {
    margin-top: 10px;
  }
  #index-body .sustainable .bottom ul li {
    padding: 30px 20px 40px 20px;
  }
  #index-body .sustainable .bottom ul li .link {
    font-size: 20px;
  }
  #index-body .sustainable .bottom ul li .more {
    font-size: 16px;
  }
  #index-body .init .text .title {
    margin: 0 auto 0 2%;
  }
  #index-body .init .text .imgs img {
    width: 47%;
  }
  #index-body .init .text {
    padding: 0 70px 0 15px;
  }
  #index-body .init .text .con {
    font-size: 20px;
  }
  #index-body .title {
    font-size: 46px;
  }
  #index-body .about .box .text {
    padding: 40px 30px;
  }
  #index-body .about .box .text .con {
    font-size: 20px;
    margin-top: 50px;
  }
  #index-body .about .box .text .more {
    margin-top: 60px;
  }
  #footer .f-box .left {
    width: 56%;
  }
}*/
/*@media screen and (max-width: 1250px) {
  #banner ul li .text .box .title {
    font-size: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 70px;
  }
  #header .dropdown .inner {
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #header .dropdown .inner .dro-left {
    width: 20%;
    margin-left: 0;
  }
  #header .dropdown .inner .dro-center {
    width: 22%;
    margin-left: 3%;
  }
  #header .dropdown .inner .dro-center li {
    font-size: 16px;
  }
  #header .dropdown .inner .dro-right {
    width: 50%;
    margin-left: 3%;
  }
  #header .dropdown .inner .dro-right .swiper-container .content {
    padding: 18px 15px;
  }
  #header .dropdown .inner .dro-right .swiper-container .content .title {
    font-size: 22px;
  }
  #index-body .i-product {
    padding: 80px 0;
  }
  #index-body .i-product .content {
    margin-top: 60px;
  }
  #index-body .i-product .content ul {
    margin-right: -20px;
  }
  #index-body .i-product .content ul li {
    padding-right: 20px;
  }
  #index-body .i-product .content ul li .tit {
    font-size: 22px;
    margin-top: 30px;
  }
  #index-body .sustainable .box .tit {
    font-size: 60px;
  }
  #index-body .sustainable .img-list ul li img {
    min-height: 600px;
  }
  #index-body .init {
    padding: 80px 0;
  }
  #index-body .init .text .con {
    font-size: 18px;
    margin-top: 30px;
  }
  #index-body .about .box .text .con {
    padding: 0;
  }
  #index-body .product {
    padding: 80px 0;
  }
  #index-body .product .content {
    margin-top: 60px;
  }
  #index-body .product .content ul {
    margin-right: -20px;
  }
  #index-body .product .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  #header .h-top {
    padding-top: 20px;
  }
  #header .nav {
    padding-top: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 60px;
  }
  #banner ul li .text .box {
    margin-left: 60px;
  }
  #banner ul li .text .box .more {
    margin: 50px 0 0 10px;
  }
  #index-body .init .text {
    padding: 0 40px 0 15px;
  }
  #index-body .init .text .imgs .i1 {
    margin-right: 8px;
  }
  #index-body .title {
    font-size: 36px;
  }
  #index-body .about .box .text .con {
    font-size: 18px;
    margin-top: 30px;
  }
  #index-body .about .box .text .more {
    margin-top: 30px;
  }
}*/
@media screen and (max-width: 1000px) {
   .body-overflow-box{
    overflow: hidden !important;
   }
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    width: auto;
    padding: 0;
    display: block;
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header.active .nav {
    padding: 0;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 15%;
  }
  #banner ul li .text .box {
    margin-left: 0;
  }
  #banner ul li .text .box .title {
    font-size: 50px;
  }
  #banner ul li .text .box p {
    font-size: 20px;
    margin-top: 15px;
  }
  #banner ul li .text .box .more {
    margin: 20px 0 0 10px;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product .content {
    margin-top: 30px;
  }
  #index-body .i-product .content ul li .tit {
    font-size: 20px;
    margin-top: 20px;
  }
  #index-body .sustainable .box {
    top: 7%;
  }
  #index-body .sustainable .box .tit {
    font-size: 50px;
  }
  #index-body .sustainable .bottom {
    bottom: 9px;
  }
  #index-body .sustainable .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .sustainable .bottom ul li {
    width: 33.3333%;
    padding: 15px 10px;
  }
  #index-body .sustainable .bottom ul li .link {
    font-size: 18px;
  }
  #index-body .sustainable .bottom ul li:nth-child(3) {
    border-right: 1px solid var(--white);
  }
  #index-body .init {
    padding: 60px 0;
  }
  #index-body .init .text {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .init .text .title {
    margin: 0 0 0 auto;
    width: 62%;
  }
  #index-body .init .img-box {
    display: none;
  }
  #index-body .about .box .text {
    padding: 20px 15px;
  }
  #index-body .about .box .text .con {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
  }
  #index-body .product {
    padding: 30px 0;
  }
  #index-body .product .content {
    margin-top: 20px;
  }
  #footer .f-box .left {
    width: 70%;
  }
  #footer .f-box .list .f-contact {
    padding-left: 40px;
  }
  #footer .f-copy {
    font-size: 16px;
  }
  .fixed-toolbar ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .box .title {
    font-size: 36px;
  }
  #banner ul li .text .box p {
    font-size: 18px;
    margin-top: 15px;
  }
  .more {
    font-size: 16px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .init {
    padding: 0 0 30px;
  }
  #index-body .init .text .title {
    width: 88%;
  }
  #index-body .init .text .imgs {
    margin-top: 20px;
  }
  #index-body .about .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .box .imgs {
    width: 100%;
  }
  #index-body .about .box .text {
    width: 100%;
  }
  #footer .f-box {
    padding-left: 0;
  }
  #footer .f-box .list .f-nav {
    display: none;
  }
  #footer .f-box .list .f-contact {
    padding-left: 0;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .title {
    font-size: 25px;
  }
  #banner ul li .text .box p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
    padding: 0;
  }
  #banner ul li .text .box .more {
    margin: 10px 0 0 0;
  }
  #index-body .title {
    font-size: 30px;
  }
  #index-body .i-product .content {
    margin-top: 10px;
  }
  #index-body .i-product .content ul li .tit {
    font-size: 18px;
    margin-top: 10px;
  }
  #index-body .init .text .title {
    width: 100%;
  }
  #footer {
    padding: 20px 0 10px;
  }
  #footer .f-box .left {
    width: 100%;
  }
  #footer .f-box .left .list .f-contact ul li {
    font-size: 14px;
  }
  #footer .f-box .right {
    display: none;
  }
  #footer .f-copy {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-copy svg {
    max-height: 24px;
  }
  .fixed-toolbar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.inner-banner {
  position: relative;
  z-index: 1;
  height: 330px;
  background-position: center;
  /*background-size: 100% 100%;*/
  background-repeat: no-repeat;
  margin-top: 68px;
}
.inner-banner::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.inner-banner .box {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
/*.inner-banner .box .ui.container {
  max-width: 700px;
}
.prodet-banner .box .ui.container{
  max-width: 1200px;
}*/
.inner-banner .box .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}
.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 400;
}
.about-banner .box {
  color: var(--white);
}
.about-banner .box .title {
  opacity: 1;
}
.inner-page .title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
}
.about-page .about-1 {
  padding-top: 65px;
}
.about-page .about-1 .con {
  text-align: center;
  font-size: 28px;
  color: rgba(39, 39, 39, 0.79);
  line-height: 1.3;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
}
.about-page .about-1 .con em {
  display: inline-block;
  width: 133px;
  /*height: 73px;
  line-height: 73px;*/
  background: url(../images/about-icon.png) no-repeat center center;
  background-size: 100% 100%;
  color: rgba(0, 61, 231, 0.79);
}
.about-page .about-2 {
  padding-top: 145px;
}
.about-page .about-2 .ui.container,
.about-page .about-4 .ui.container{
  max-width: 1500px;
}
.about-page .about-4 .title{
  text-transform: capitalize;
}
.about-page .about-2 .title {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.about-page .about-2 .content {
  margin-top: 62px;
}
.about-page .about-2 .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .content ul li .text {
  width: 50%;
  background: #e1e1e1;
  /*background-image: -webkit-linear-gradient(48deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: -moz-linear-gradient(48deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: linear-gradient(42deg, #f6e3d1 49%, #ede8b6 100%);*/
}
.about-page .about-2 .content ul li .text .ig {
  width: 100%;
  height: 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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: 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;
  padding: 0 68px;
  color: #272727;
  text-align: center;
}
.about-page .about-2 .content ul li .text .ig .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.about-page .about-2 .content ul li .text .ig .con {
  font-size: 24px;
  line-height: 1.5;
  opacity: 0.79;
  margin-top: 27px;
   font-weight: 400;
}
.about-page .about-2 .content ul li .img {
  width: 50%;
}
.about-page .about-2 .content ul li .img .img-box {
  height: 100%;
}
.about-page .about-2 .content ul li .img .img-box img {
  width: 100%;
  height: 100%;
}
.about-page .about-2 .content ul li:nth-child(even) {
  -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 .about-2 .content ul li:nth-child(2) .text {
  background-color: #f6e3d1;
}*/
/*.about-page .about-2 .content ul li:nth-child(3) .text {
  background-image: -webkit-linear-gradient(104deg, #f6e3d1 49%, #ede8b6 100%), -webkit-linear-gradient(#eeeeee, #eeeeee);
  background-image: -moz-linear-gradient(104deg, #f6e3d1 49%, #ede8b6 100%), -moz-linear-gradient(#eeeeee, #eeeeee);
  background-image: linear-gradient(-14deg, #f6e3d1 49%, #ede8b6 100%), linear-gradient(#eeeeee, #eeeeee);
  background-blend-mode: normal,normal;
}
.about-page .about-2 .content ul li:nth-child(4) .text {
  background-image: -webkit-linear-gradient(221deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: -moz-linear-gradient(221deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: linear-gradient(229deg, #f6e3d1 49%, #ede8b6 100%);
}*/
.about-page .about-3 {
  background: url(../images/about5.jpg) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 11.563%;
  padding: 9.063% 0;
}
.about-page .about-3 .ui.container {
  max-width: 1208px;
}
.about-page .about-3 .box {
  background: rgba(255, 255, 255, 0.87);
  padding: 100px 70px;
  color: #272727;
}
.about-page .about-3 .box .tit {
  font-size: 54px;
  line-height: 1.2;
  transition: .5s;
  font-weight: 500;
}
.about-page .about-3 .box .con {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.79;
  font-weight: 400;
  margin-top: 23px;
  transition: .5s;
}
.about-page .about-3 .box .more {
  font-size: 20px;
  font-weight: 400;
  margin-top: 46px;
  padding-bottom: 1px;
  transition: .5s;
  text-transform: capitalize;
}
.about-page .about-3 .box .tit:hover,
.about-page .about-3 .box .con:hover,
.about-page .about-3 .box .more:hover{
  transform: translateX(10px);
}
.about-page .about-4 {
  padding: 6% 0;
}
.about-page .about-4 .content {
  margin-top: 92px;
}
.about-page .about-4 .content ul {
  margin-right: -40px;
}
.about-page .about-4 .content ul li {
  padding-right: 40px;
}
.about-page .about-4 .content ul li img {
  width: 100%;
}
.about-page .about-4 .img {
  margin-top: 67px;
}
.about-page .about-4 .btn {
  text-align: right;
  margin-top: 88px;
}
.about-page .about-4 .btn a {
  display: inline-block;
  background: var(--black);
  border: 1px solid var(--black);
  font-size: 16px;
  line-height: 1;
  padding: 12px 15px;
  border-radius: 35px;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .btn a img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.about-page .about-4 .btn a em{
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .btn a:hover {
  background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.about-page .about-4 .btn a:hover img{
  filter: none;
}
@media screen and (max-width: 1680px) {
  /*.inner-banner .box .title {
    font-size: 70px;
  }*/
  .about-page .about-2 .title {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  /*.inner-banner .box .title {
    font-size: 70px;
  }*/
  .about-page .about-1 .con {
    width: 100%;
  }
  .about-page .about-2 .title {
    width: 60%;
  }
  .about-page .about-2 .content ul li .text .ig {
    padding: 0 30px;
  }
  .about-page .about-2 .content ul li .text .ig .tit {
    font-size: 36px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 26px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .con {
    font-size: 36px;
  }
  .inner-page .title {
    font-size: 50px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 22px;
  }
  .about-page .about-3 .box .con {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner .box .title {
    font-size: 40px;
  }
  .about-page .about-1 .con {
    font-size: 32px;
  }
  .about-page .about-2 {
    padding-top: 80px;
  }
  .about-page .about-2 .content ul li .text .ig {
    padding: 0 20px;
  }
  .about-page .about-2 .content ul li .text .ig .tit {
    font-size: 30px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 20px;
  }
  .about-page .about-3 .box .con {
    font-size: 26px;
  }
  .about-page .about-3 .box .more {
    font-size: 22px;
  }
  .about-page .about-4 .content ul {
    margin-right: -20px;
  }
  .about-page .about-4 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
     margin-top: 60px;
  }
  .inner-banner .box .title {
    font-size: 50px;
  }
  .about-page .about-1 .con {
    font-size: 29px;
  }
  .inner-page .title {
    font-size: 40px;
  }
  .about-page .about-2 .title {
    width: 70%;
  }
  .about-page .about-2 .content {
    margin-top: 30px;
  }
  .about-page .about-2 .content ul li .text .ig {
    padding: 10px 20px;
  }
  .about-page .about-2 .content ul li .text .ig .tit {
    font-size: 25px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 18px;
    margin-top: 5px;
  }
  .about-page .about-3 .box {
    padding: 30px 20px;
  }
  .about-page .about-3 .box .tit {
    font-size: 40px;
  }
  .about-page .about-3 .box .con {
    font-size: 22px;
    margin-top: 10px;
  }
  .about-page .about-3 .box .more {
    margin-top: 20px;
  }
  .about-page .about-4 .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .box {
    top: 45%;
  }
  .inner-banner .box .title {
    font-size: 30px;
  }
  .about-page .about-1 {
    padding-top: 30px;
  }
  .about-page .about-1 .con {
    font-size: 26px;
  }
  .about-page .about-2 {
    padding-top: 30px;
  }
  .about-page .about-2 .title {
    width: 100%;
  }
  .about-page .about-2 .content ul li .text {
    width: 100%;
  }
  .about-page .about-2 .content ul li .img {
    width: 100%;
  }
  .about-page .about-3 .box .tit {
    font-size: 30px;
  }
  .about-page .about-3 .box .con {
    font-size: 20px;
  }
  .about-page .about-3 .box .more {
    font-size: 18px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .img {
    margin-top: 30px;
  }
  .about-page .about-4 .btn a {
    font-size: 18px;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner .box .title {
    display: none;
  }
  .about-page .about-1 .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .con em {
    zoom: .7;
  }
  .inner-page .title {
    font-size: 26px;
  }
  .about-page .about-2 .content {
    margin-top: 20px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .box {
    padding: 20px 15px;
  }
  .about-page .about-3 .box .tit {
    font-size: 26px;
  }
  .about-page .about-3 .box .con {
    font-size: 15px;
    line-height: 2;
  }
  .about-page .about-3 .box .more {
    font-size: 14px;
  }
}
.creativity-page .creativity-1 {
  padding-top: 144px;
  text-align: center;
  color: #272727;
}
.creativity-page .creativity-1 .ui.container{
  max-width: 1500px;
}
.about-page .about-1 .ui.container {
  max-width: 1363px;
}
.creativity-page .creativity-1 .title {
  margin: 0 auto;
}
.creativity-page .creativity-1 .con {
  font-size: 24px;
  line-height: 1.5;
  opacity: 0.79;
  margin: 54px auto 0;
  font-weight: 400;
  width: 83%;
}
.creativity-page .creativity-1 a.more {
    display: inline-block;
    background: var(--black);
    border: 1px solid var(--black);
    font-size: 16px;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 35px;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 30px;
}
.creativity-page .creativity-1 a.more::before,
.creativity-page .creativity-1 a.more::after{
  display: none;
}
.creativity-page .creativity-1 a.more img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.creativity-page .creativity-1 a.more em{
  display: inline-block;
  vertical-align: middle;
}
.creativity-page .creativity-1 a.more:hover {
  background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.creativity-page .creativity-1 a.more:hover img{
  filter: none;
}
.creativity-page .creativity-2 {
  padding-top: 70px;
}
.creativity-page .creativity-2 .content {
  margin-top: 61px;
}
.creativity-page .creativity-2 .content ul {
  margin-right: -40px;
}
.creativity-page .creativity-2 .content ul li {
  padding-right: 40px;
}
.creativity-page .creativity-2 .content ul li .ig {
  height: 381px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .content ul li:hover .ig,
.creativity-page .creativity-2 .content ul li:hover:hover .desc{
  transform: translateY(-10px);
}
.creativity-page .creativity-2 .content ul li .desc {
  padding: 10px 0 0;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .content ul li .desc .tit {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .content ul li .desc .con {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .info {
  font-size: 30px;
  line-height: 1.5;
  color: #272727;
  opacity: 0.83;
  text-align: center;
  width: 96%;
  margin: 53px auto 0;
}
.creativity-page .creativity-3 {
  position: relative;
  margin-top: 79px;
}
/*.creativity-page .creativity-3 .imgs ul li img {
  width: 100%;
}*/
.creativity-page .creativity-3 .box {
  position: absolute;
  top: 15.7%;
  left: 0;
  width: 100%;
  padding-left: 45px;
  color: var(--white);
}
/*.creativity-page .creativity-3 .box .ui.container {
  max-width: 1688px;
}*/
.creativity-page .creativity-3 .box .tit {
  font-size: 75px;
  line-height: 1;
  font-weight: 500;
  transition: .5s;
}
/*.creativity-page .creativity-3 .box .tit em {
  color: var(--primary);
}*/
.creativity-page .creativity-3 .box .con {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 47px;
  max-width: 618px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transition: .5s;
}
.creativity-page .creativity-3 .box .con ul li{
  font-weight: 400;
}
.creativity-page .creativity-3 .box .tit:hover,
.creativity-page .creativity-3 .box .con:hover{
  transform: translateX(-10px);
}
.creativity-page .creativity-3 .bottom {
  position: absolute;
  bottom: 16%;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.creativity-page .creativity-3 .bottom ul {
  margin: 0 auto;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.creativity-page .creativity-3 .bottom ul li {
  width: 14.28%;
  border: 1px solid var(--white);
  border-right: 0;
  color: var(--white);
  padding: 35px 23px 33px 23px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-3 .bottom ul li .tit {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  transition: .5s;
}
.creativity-page .creativity-3 .bottom ul li .more {
  font-size: 18px;
  color: var(--white);
  margin-top: 38px;
}
.creativity-page .creativity-3 .bottom ul li .more img{
  filter: brightness(100);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: 0.3s ease;
  opacity: 0;
}
.creativity-page .creativity-3 .bottom ul li:hover .tit,
.creativity-page .creativity-3 .bottom ul li:hover .more{
  transform: translateX(10px);
}
.creativity-page .creativity-3 .bottom ul li:hover .more img{
  margin-left: 18px;
  opacity: 1;
}
.creativity-page .creativity-3 .bottom ul li .more::after {
  background: var(--white);
  opacity: 0.5;
}
.creativity-page .creativity-3 .bottom ul li .more::before {
  display: none;
}
.creativity-page .creativity-3 .bottom ul li:last-child{
  border-right: 1px solid var(--white);
}
.creativity-page .creativity-3 .bottom ul li.active {
  /*color: var(--black);*/
  background: var(--black);
  border-color: var(--black);
}
/*.creativity-page .creativity-3 .bottom ul li.active .more {
  color: var(--black);
}
.creativity-page .creativity-3 .bottom ul li.active .more::after {
  background: var(--black);
}*/
.creativity-page .creativity-4 {
  padding-top: 80px;
}
.creativity-page .creativity-4 .content {
  margin-top: 42px;
  position: relative;
}
.creativity-page .creativity-4 .content .i1 {
  width: 100%;
}
.creativity-page .creativity-4 .content .play {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
.creativity-page .creativity-4 .content .play i {
  display: inline-block;
  padding: 46px 38px 39px 52px;
  background: var(--white);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.creativity-page .creativity-4 .content .play i::before,
.creativity-page .creativity-4 .content .play i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -17px;
  left: -17px;
  bottom: -17px;
  right: -17px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.53);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.creativity-page .creativity-4 .content .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.creativity-page .creativity-5 {
  padding-top: 96px;
}
.creativity-page .creativity-5 .ui.container{
  max-width: 1500px;
}
.creativity-page .creativity-5 .header .con {
  font-size: 24px;
  color: #272727;
  opacity: 0.79;
  line-height: 1.5;
  margin: 54px auto 0;
  width: 83%;
  font-weight: 400;
}
.creativity-page .creativity-5 .content {
  margin-top: 63px;
}
.creativity-page .creativity-5 .content ul {
  margin-right: -31px;
}
.creativity-page .creativity-5 .content ul li {
  padding-right: 31px;
}
.creativity-page .creativity-5 .content ul li .img-box img {
  width: 100%;
}
.creativity-page .creativity-6 {
  padding: 132px 0 112px;
}
.creativity-page .creativity-6 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.creativity-page .creativity-6 .box .right {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-weight: 500;
}
.creativity-page .creativity-6 .box .right a {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 7px;
  background: var(--black);
  border: 1px solid #141413;
  border-radius: 28px;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--white);
}
.creativity-page .creativity-6 .box .right a img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.creativity-page .creativity-6 .box .right a em {
  display: inline-block;
  vertical-align: middle;
}
/*.creativity-page .creativity-6 .box .right span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #141413;
  border-radius: 28px;
  z-index: 1;
}*/
.creativity-page .creativity-6 .box .right:hover {
  background: transparent;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.creativity-page .creativity-6 .box .right:hover a img{
  filter: none;
}
@media screen and (max-width: 1680px) {
  .creativity-page .creativity-2 .content ul li .desc .con {
    width: 100%;
  }
  .creativity-page .creativity-3 .bottom {
    bottom: 10%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .creativity-page .creativity-2 .content ul li .ig {
    height: 320px;
  }
  .creativity-page .creativity-3 .box {
    top: 10%;
  }
  .creativity-page .creativity-3 .box .tit {
    font-size: 60px;
  }
  .creativity-page .creativity-3 .box .con {
    margin-top: 30px;
  }
  .creativity-page .creativity-4 .content .play {
    top: 35%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .creativity-page .creativity-2 .content ul {
    margin-right: -20px;
  }
  .creativity-page .creativity-2 .content ul li {
    padding-right: 20px;
  }
  .creativity-page .creativity-2 .content ul li .desc {
    padding: 8px 15px;
  }
  .creativity-page .creativity-3 .bottom ul li {
    padding: 15px 10px;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .creativity-page .creativity-1 {
    padding-top: 80px;
  }
  .creativity-page .creativity-1 .con {
    font-size: 26px;
    margin-top: 40px;
  }
  .creativity-page .creativity-2 {
    padding-top: 80px;
  }
  .creativity-page .creativity-2 .content ul li .ig {
    height: 300px;
  }
  .creativity-page .creativity-2 .content ul li .desc .tit {
    font-size: 20px;
  }
  .creativity-page .creativity-2 .content ul li .desc .con {
    font-size: 14px;
  }
  .creativity-page .creativity-2 .info {
    font-size: 26px;
  }
  .creativity-page .creativity-3 .imgs ul li img {
    min-height: 500px;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 26px;
    width: 100%;
  }
  .creativity-page .creativity-6 {
    padding: 100px 0;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .creativity-page .creativity-1 {
    padding-top: 60px;
  }
  .creativity-page .creativity-1 .title {
    width: 70%;
  }
  .creativity-page .creativity-1 .con {
    font-size: 22px;
    margin-top: 20px;
  }
  .creativity-page .creativity-2 {
    padding-top: 60px;
  }
  .creativity-page .creativity-2 .content ul {
    margin: 0 -15px -15px 0;
  }
  .creativity-page .creativity-2 .content ul li {
    padding: 0 15px 15px 0;
  }
  .creativity-page .creativity-2 .info {
    font-size: 22px;
    margin: 20px auto 0;
  }
  .creativity-page .creativity-3 .bottom {
    zoom: .63;
  }
  .creativity-page .creativity-4 {
    padding-top: 60px;
  }
  .creativity-page .creativity-4 .content {
    margin-top: 20px;
  }
  .creativity-page .creativity-4 .content .play i {
    zoom: .5;
  }
  .creativity-page .creativity-5 {
    padding-top: 60px;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 22px;
    margin: 20px auto 0;
  }
  .creativity-page .creativity-5 .content {
    margin-top: 20px;
  }
  .creativity-page .creativity-6 {
    padding: 60px 0;
  }
  .creativity-page .creativity-6 .box .left {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .creativity-page .creativity-1 {
    padding-top: 30px;
  }
  .creativity-page .creativity-1 .title {
    width: 100%;
  }
  .creativity-page .creativity-1 .con {
    font-size: 20px;
    margin-top: 10px;
  }
  .creativity-page .creativity-2 {
    padding-top: 25px;
  }
  .creativity-page .creativity-2 .content {
    margin-top: 20px;
  }
  .creativity-page .creativity-2 .info {
    font-size: 20px;
    width: 100%;
  }
  .creativity-page .creativity-3 {
    margin-top: 30px;
    display: none;
  }
  .creativity-page .creativity-4,
  .creativity-page .creativity-5 {
    padding-top: 30px;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 20px;
  }
  .creativity-page .creativity-6 {
    padding: 30px 0;
  }
  .creativity-page .creativity-6 .box .left {
    width: 67%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .creativity-page .creativity-1 .con {
    font-size: 17px;
  }
  .inner-page .title {
    font-size: 25px;
  }
  .creativity-page .creativity-2 .info {
    font-size: 18px;
    line-height: 1.6;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 17px;
  }
  .creativity-page .creativity-6 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .creativity-page .creativity-6 .box .left {
    width: 100%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 30px;
  }
  .creativity-page .creativity-6 .box .right {
    margin-top: 20px;
  }
}
.sustainability-page .sustainability-1 {
  padding: 58px 0 171px;
  color: #272727;
}
.sustainability-page .sustainability-1 .ui.container {
  max-width: 1532px;
}
.sustainability-page .sustainability-1 .content {
  margin-top: 113px;
}
.sustainability-page .sustainability-1 .content .left {
  vertical-align: middle;
  padding: 0 126px 0 60px;
  font-size: 24px;
  line-height: 1.5;
  width: 57.3%;
  font-weight: 400;
}
.sustainability-page .sustainability-1 .content .right {
  vertical-align: middle;
  width: 42.7%;
  position: relative;
}
.mainplaybox{
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
.mainplaybox i{
  display: inline-block;
  padding: 46px 38px 39px 52px;
  background: var(--white);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.mainplaybox i::before,
.mainplaybox i::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -17px;
    left: -17px;
    bottom: -17px;
    right: -17px;
    border-radius: 50%;
    background: rgba(255,255,255,.53);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.mainplaybox i::before{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.sustainability-page .sustainability-2 {
  position: relative;
}
/*.sustainability-page .sustainability-2 .ui.container {
  max-width: 1690px;
}*/
/*.sustainability-page .sustainability-2 .imgs ul li img {
  width: 100%;
}*/
.sustainability-page .sustainability-2 .box {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  padding-left: 45px;
  color: var(--white);
}
.sustainability-page .sustainability-2 .box.bs{
  color: #101010;
}
.sustainability-page .sustainability-2 .box .tit {
  font-size: 60px;
  line-height: 1.1;
  width: 45%;
  font-weight: 500;
  transition: .5s;
}
.sustainability-page .sustainability-2 .box .tit.black,
.sustainability-page .sustainability-2 .box .con ul li.black{
  color: #101010;
}
/*.sustainability-page .sustainability-2 .box .tit em {
  color: var(--primary);
}*/
.sustainability-page .sustainability-2 .box .con {
  font-size: 20px;
  line-height: 1.4;
  max-width: 650px;
  margin-top: 50px;
  font-weight: 500;
  overflow: hidden;
  transition: .5s;
  /*text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;*/
}
.sustainability-page .sustainability-2 .box .con ul li{
  font-weight: 400;
}
.sustainability-page .sustainability-2 .box .tit:hover,
.sustainability-page .sustainability-2 .box .con:hover{
  transform: translateX(-10px);
}
.sustainability-page .sustainability-2 .bottom {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.sustainability-page .sustainability-2 .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sustainability-page .sustainability-2 .bottom ul li {
  width: 25%;
  border: 1px solid var(--white);
  border-right: 0;
  border-top: 0;
  color: var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px 44px;
}
.sustainability-page .sustainability-2 .bottom ul li:nth-child(1),
.sustainability-page .sustainability-2 .bottom ul li:nth-child(2),
.sustainability-page .sustainability-2 .bottom ul li:nth-child(3),
.sustainability-page .sustainability-2 .bottom ul li:nth-child(4){
  border-top: 1px solid var(--white);
}
.sustainability-page .sustainability-2 .bottom ul li:nth-child(4),
.sustainability-page .sustainability-2 .bottom ul li:last-child{
  border-right: 1px solid var(--white);
}
.sustainability-page .sustainability-2 .bottom ul li .tit {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 1px;
  transition: .5s;
}
.sustainability-page .sustainability-2 .bottom ul li .tit img{
  filter: brightness(100);
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s ease;
}
.sustainability-page .sustainability-2 .bottom ul li.active:hover .tit{
  transform: translateX(10px);
}
.sustainability-page .sustainability-2 .bottom ul li:hover .tit img{
  margin-left: 15px;
}
.sustainability-page .sustainability-2 .bottom ul li .more {
  color: var(--white);
  margin-top: 64px;
}
.sustainability-page .sustainability-2 .bottom ul li .more::after {
  background: var(--white);
}
.sustainability-page .sustainability-2 .bottom ul li .more::before {
  background: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.active {
  background: var(--black);
  /*color: var(--black);*/
  border-color: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.active .more {
  color: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.active .more::before {
  width: 100%;
  background: var(--black);
}
/*.sustainability-page .sustainability-2 .box.bs{
  color: var(--black);
}
.sustainability-page .sustainability-2 .box .con.bs{
  color: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.bs{
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}*/
.sustainability-page .sustainability-3 {
  background-color: #fbfbfa;
  padding: 180px 0 183px;
}
.sustainability-page .sustainability-3 .ui.container {
  max-width: 1644px;
}
.sustainability-page .sustainability-3 .content {
  margin-top: 78px;
}
.sustainability-page .sustainability-3 .content ul {
  margin-right: -39px;
}
.sustainability-page .sustainability-3 .content ul li {
  text-align: center;
  padding-right: 39px;
}
.sustainability-page .sustainability-3 .content ul li .text {
  padding-top: 8px;
}
.sustainability-page .sustainability-3 .content ul li .text .tit {
  font-size: 23px;
  color: #393838;
  line-height: 1.3;
  font-weight: 500;
}
.sustainability-page .sustainability-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: #2b2a2a;
  margin-top: 9px;
  font-weight: 400;
}
.sustainability-page .sustainability-4 {
  padding: 107px 0 104px;
}
.sustainability-page .sustainability-4 .ui.container {
  max-width: 1642px;
}
.sustainability-page .sustainability-4 .header {
  max-width: 1220px;
  margin: 0 auto;
  color: #272727;
}
.sustainability-page .sustainability-4 .header .title small {
  display: block;
  font-size: 30px;
  text-transform: none;
  margin-top: 11px;
}
.sustainability-page .sustainability-4 .header .con {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 54px;
  font-weight: 400;
}
.sustainability-page .sustainability-4 .header .con em {
  display: block;
}
.sustainability-page .sustainability-4 .content {
  margin-top: 85px;
}
.sustainability-page .sustainability-4 .content ul {
  margin: 0 -8% -5% 0;
}
.sustainability-page .sustainability-4 .content ul li {
  padding: 0 8% 5% 0;
}
.sustainability-page .sustainability-4 .content ul li .ig i {
  display: inline-block;
  vertical-align: middle;
  width: 183px;
}
.sustainability-page .sustainability-4 .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sustainability-page .sustainability-4 .content ul li .ig .text {
  display: inline-block;
  vertical-align: middle;
  width: 73%;
  padding-left: 47px;
}
.sustainability-page .sustainability-4 .content ul li .ig .text .tit {
  font-size: 24px;
  line-height: 1.2;
  color: #272727;
  font-weight: 500;
}
.sustainability-page .sustainability-4 .content ul li .ig .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #747474;
}
.sustainability-page .sustainability-4 .content ul li .ig:hover i img {
  -webkit-filter: none;
  filter: none;
}
.sustainability-page .sustainability-4 .content ul li:nth-child(odd) {
  width: 48%;
}
.sustainability-page .sustainability-4 .content ul li:nth-child(even) {
  width: 52%;
}
@media screen and (max-width: 1680px) {
  .sustainability-page .sustainability-2 .bottom {
    zoom: .85;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 -6% -9% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 6% 9% 0;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 70%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 90px 0 60px;
  }
  .sustainability-page .sustainability-2 .box {
    top: 10%;
  }
  .sustainability-page .sustainability-2 .bottom ul li {
    padding: 30px 20px 40px;
  }
  .sustainability-page .sustainability-4 .header {
    max-width: 1160px;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 -3% -6% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 3% 6% 0;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 69%;
  }
  .sustainability-page .sustainability-4 .content ul li:nth-child(odd) {
    width: 50%;
  }
  .sustainability-page .sustainability-4 .content ul li:nth-child(even) {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 30px;
    font-size: 26px;
  }
  .sustainability-page .sustainability-2 .box .tit {
    font-size: 60px;
  }
  .sustainability-page .sustainability-2 .bottom {
    bottom: 20px;
  }
  .sustainability-page .sustainability-2 .bottom ul li {
    padding: 30px 20px 20px;
  }
  .sustainability-page .sustainability-2 .bottom ul li .tit {
    font-size: 22px;
  }
  .sustainability-page .sustainability-4 .header {
    max-width: 100%;
  }
  .sustainability-page .sustainability-4 .header .con em {
    display: inline;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 -1% -3% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 1% 3% 0;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 64%;
    padding-left: 20px;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
  .sustainability-page .sustainability-1 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-1 .content {
    margin-top: 60px;
  }
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 20px;
    font-size: 24px;
  }
  .sustainability-page .sustainability-2 .box {
    top: 7%;
  }
  .sustainability-page .sustainability-2 .box .tit {
    font-size: 50px;
  }
  .sustainability-page .sustainability-2 .box .con {
    margin-top: 20px;
  }
  .sustainability-page .sustainability-2 .bottom {
    zoom: .75;
  }
  .sustainability-page .sustainability-3 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-3 .content {
    margin-top: 50px;
    zoom: .85;
  }
  .sustainability-page .sustainability-3 .content ul {
    margin-right: -20px;
  }
  .sustainability-page .sustainability-3 .content ul li {
    padding-right: 20px;
  }
  .sustainability-page .sustainability-4 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-4 .content {
    margin-top: 50px;
    zoom: .85;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-1 .content {
    margin-top: 40px;
  }
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 20px 0 0;
    font-size: 18px;
  }
  .sustainability-page .sustainability-2 {
    zoom: .72;
  }
  .sustainability-page .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-3 .content {
    zoom: 1;
  }
  .sustainability-page .sustainability-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .sustainability-page .sustainability-3 .content ul li {
    padding: 0 20px 20px 0;
    width: 50%;
  }
  .sustainability-page .sustainability-4 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-4 .content {
    margin-top: 40px;
    zoom: 1;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 0 -2% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 0 2% 0;
    width: 100%;
  }
  .sustainability-page .sustainability-4 .content ul li:nth-child(odd),
  .sustainability-page .sustainability-4 .content ul li:nth-child(even) {
    width: 100%;
  }
  .sustainability-page .sustainability-4 .content ul li .text {
    width: 72%;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-1 {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-1 .content {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-1 .content .left {
    font-size: 16px;
  }
  .sustainability-page .sustainability-2 {
    display: none;
  }
  .sustainability-page .sustainability-3 {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-3 .content {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-3 .content ul li .text .tit {
    font-size: 20px;
  }
  .sustainability-page .sustainability-4 {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-4 .header .title small {
    font-size: 25px;
  }
  .sustainability-page .sustainability-4 .header .con {
    font-size: 16px;
  }
  .sustainability-page .sustainability-4 .content {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-1 .content .left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .sustainability-page .sustainability-1 .content .right {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .sustainability-page .sustainability-3 .content ul li {
    padding: 0 0 20px 0;
    width: 100%;
  }
  .sustainability-page .sustainability-4 .header .title small {
    font-size: 15px;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.product-yd-page {
  padding: 100px 0;
}
.product-yd-page .ui.container {
  max-width: 1340px;
}
.product-yd-page .swiper {
  overflow: hidden;
  width: 100%;
}
.product-yd-page .text{
  max-width: 470px;
  font-size: 18px;
  margin: 100px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 500;
    color: rgba(28, 28, 28, 0.25);
    line-height: 53px;
}
.product-yd-page .text a{
    font-weight: 500;
    color: #1C1C1C;
    line-height: 53px;
    opacity: 0.3;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.6s;
}
.product-yd-page .text a:hover,
.product-yd-page .text a.active{
  opacity: 1;
  transform: translateY(-10px);
}
.product-yd-page .mobile__warp {
  display: none;
}
.product-yd-page span{
  display: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.product-yd-page .swiper-slide-active span{
  display: block;
}
@media screen and (max-width: 1000px) {
  .product-yd-page {
    padding: 60px 0;
  }
  .product-yd-page .pc-list {
    display: none;
  }
  .product-yd-page .mobile__warp {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page {
    padding: 30px 0;
  }
}
.product-page {
  padding: 80px 0;
}
.product-page .sidebox .sideleft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-page .sidebox .sideleft .result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.product-page .sidebox .sideleft .result p,
.product-page .sidebox .sideleft .result span {
  font-size: 20px;
  line-height: 1.5;
  color: #1C1C1C;
}
.product-page .sidebox .sideleft .result p {
  margin-right: 15px;
}
.product-page .sidebox .sideleft .search{
  margin-bottom: 30px;
}
.product-page .sidebox .sideleft .search form{
  width: 70%;
  position: relative;
}
.product-page .sidebox .sideleft .search form input[type="text"]{
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid var(--black);
  font-size: 16px;
  padding-right: 30px;
}
.product-page .sidebox .sideleft .search form input[type="submit"]{
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/icon-search.png) no-repeat;
}
.product-page .sidebox .sideleft .classify p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #3B3B3B;
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li {
  margin-bottom: 15px;
  transition: .5s;
}
.product-page .sidebox .sideleft .classify ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  position: relative;
  color: var(--black);
  font-weight: 500;
}
/*.product-page .sidebox .sideleft .classify ul li a::after {
  content: '';
  position: absolute;
  background: var(--basic);
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}*/
/*.product-page .sidebox .sideleft .classify ul li a.active {
  color: var(--basic);
}*/
/*.product-page .sidebox .sideleft .classify ul li a.active::after {
  background: var(--basic);
}
.product-page .sidebox .sideleft .classify ul li a.active::after,
.product-page .sidebox .sideleft .classify ul li a:hover::after {
  width: 100%;
}*/
.product-page .sidebox .sideleft .classify ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .sideleft .classify ul li.active ul{
  display: block;
} 
.product-page .sidebox .sideleft .classify ul li ul {
  display: none;
  margin-top: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li{
  margin-bottom: 10px;
}
.product-page .sidebox .sideleft .classify ul li ul li a{
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.product-page .sidebox .sideleft .classify ul li ul li a:hover,
.product-page .sidebox .sideleft .classify ul li ul li a.active{
  color: var(--black);
}
.product-page .sidebox .sideright .top{
  margin-bottom: 30px;
}
.product-page .sidebox .sideright .top h1{
  font-size: 36px;
  line-height: 1.3;
  font-family: 'Plus';
  margin-bottom: 20px;
}
.product-page .sidebox .sideright .top .con{
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  padding-top:40px;
}
.product-page .sidebox .sideright {
  width: 80%;
}
.product-page .sidebox .sideright ul {
  margin: 0 -50px -35px 0;
}
.product-page .sidebox .sideright ul li {
  padding: 0 50px 35px 0;
}
.product-page .sidebox .sideright ul li .img-box {
  display: block;
  border: 1px solid #eee;
}
.product-page .sidebox .sideright ul li .img-box .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideright ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.product-page .sidebox .sideright ul li .img-box:hover .i1 {
  opacity: 0;
}
.product-page .sidebox .sideright ul li .img-box:hover .i2 {
  opacity: 1;
}*/
.product-page .sidebox .sideright ul li .text {
  margin-top: 20px;
}
.product-page .sidebox .sideright ul li .text span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #5A5959;
  margin-bottom: 2px;
  font-weight: 400;
}
.product-page .sidebox .sideright ul li .text small{
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
.product-page .sidebox .sideright ul li .text .tit {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #1C1C1C;
  font-weight: 400;
}
.m-page {
  margin-top: 60px;
  text-align: center;
  display: block;
}
.m-page a,
.m-page span {
  line-height: 30px;
  height: 30px;
  padding: 3px 12px 0;
  font-size: 20px;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span {
  background: var(--black);
  color: var(--white);
}
@media screen and (max-width: 1440px) {
  .product-page .sidebox .sideright ul {
    margin: 0 -30px -30px 0;
  }
  .product-page .sidebox .sideright ul li {
    padding: 0 30px 30px 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
  .product-page .sidebox .sideleft {
    display: none;
  }
  .product-page .sidebox .sideright {
    width: 100%;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideright ul {
    margin: 0 -15px -15px 0;
  }
  .product-page .sidebox .sideright ul li {
    padding: 0 15px 15px 0;
  }
  .product-page .sidebox .sideright ul li .text {
    margin-top: 10px;
  }
  .product-page .sidebox .sideright ul li .text .tit {
    font-size: 18px;
  }
  .m-page {
    margin-top: 30px;
  }
}
.prodet-page .prodet-1 {
  background: url(../images/prodet1-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 14.53% 0 11.412%;
}
.prodet-page .prodet-1 .box {
  max-width: 1209px;
  margin: 0 auto;
}
.prodet-page .prodet-1 .box .left {
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .left .category,
.prodet-page .prodet-1 .box .left h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
}
.prodet-page .prodet-1 .box .left .con{
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: 400;
}
.prodet-page .prodet-1 .box .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .right .img-box {
  display: block;
}
.prodet-page .prodet-1 .box .right .img-box img {
  width: 100%;
}
.prodet-page .prodet-1 .bottom {
  max-width: 1209px;
  margin: 0 auto;
  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;
}
.prodet-page .prodet-1 .bottom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.prodet-page .prodet-1 .bottom .text span {
  font-size: 18px;
  line-height: 1.6;
  color: #1C1C1C;
  margin-bottom: 5px;
  font-weight: 500;
}
.prodet-page .prodet-1 .bottom .text p {
  font-size: 14px;
  line-height: 2;
  color: #1C1C1C;
}
.prodet-page .prodet-2 {
  background-color: rgba(251, 246, 242, 0.5);
  padding: 93px 0 168px;
}
.prodet-page .prodet-2 .ui.container {
  max-width: 1670px;
}
.prodet-page .prodet-2 .titles {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #1C1C1C;
  padding-bottom: 35px;
  border-bottom: 1px solid #020202;
}
.prodet-page .prodet-2 .content {
  margin: 157px 0 0 auto;
  max-width: 1079px;
}
.prodet-page .prodet-2 .content table {
  margin: 0 0 154px 0;
}
.prodet-page .prodet-2 .content table:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .content table tr {
  width: auto !important;
  height: auto !important;
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: transparent;
}
.prodet-page .prodet-2 .content table tr:first-child td {
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(2, 2, 2, 0.14);
}
.prodet-page .prodet-2 .content table tr:first-child td:first-child {
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
}
.prodet-page .prodet-2 .content table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 40px;
  border: 0;
}
.prodet-page .prodet-2 .content table tr:nth-child(2) td {
  padding-top: 18px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left .category,
  .prodet-page .prodet-1 .box .left h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .content table {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    margin: 20px 0;
  }
  .prodet-page .prodet-2 {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content table {
    margin: 0 0 30px 0;
  }
}
.contact-page .contact-1 {
  padding-top: 80px;
}
.contact-page .contact-2 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px -20px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #000;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #868686;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1.6;
  padding: 25px 0 15px;
  font-weight: bold;
  transition: .5s;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  min-height: 100px;
  padding: 0 20px;
  transition: .5s;
}
.contact-page .contact-1 .list ul li:hover .box h5,
.contact-page .contact-1 .list ul li:hover .box p{
  transform: translateY(-10px);
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-size: 22px;
  line-height: 1,8;
  transition: 0.4s ease;
}
.contact-page .contact-2 .left .img .text h5:hover,
.contact-page .contact-2 .left .img .text p:hover {
  transform: translateX(10px);
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  transition: 0.4s ease;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.4s ease;
}
.contact-page .contact-2 .right h3:hover {
  transform: translateY(-10px);
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 60px;
}
.contact-page .map iframe{
  width: 100%;
}
.form ul {
  margin: -10px;
}
.form ul li {
  padding: 10px;
}
.form ul li input,
.form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: #868686;
}
.form ul li textarea {
  height: 120px;
}
.form ul li .submit {
  display: inline-block;
    background: var(--black);
    border: 1px solid var(--black);
    font-size: 18px;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 35px;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 65px;
}
.form ul li .submit img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.form ul li .submit em{
  display: inline-block;
  vertical-align: middle;
}
.form ul li .submit:hover {
   background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.form ul li .submit:hover img{
  filter: none;
}
.form ul li.wid-100 {
  width: 100%;
}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.news-page {
  padding: 100px 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
 
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 120px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  background: var(--black);
  border: 1px solid var(--black);
  font-size: 16px;
  line-height: 1;
  padding: 12px 30px;
  border-radius: 35px;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.news-page .list ul li .content a.more em{
  display: inline-block;
  vertical-align: middle;
}
.news-page .list ul li .content a.more:hover {
  background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.news-page .list ul li .content a.more:hover img{
  filter: none;
}
.news-page .list ul li .content a.more::before,
.news-page .list ul li .content a.more::after{
  display: none;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.case-page {
  padding: 140px 0;
  background: url("../images/about-1-bg.jpg") top right no-repeat;
}
.case-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--primary);
  line-height: 30px;
}
.case-page h2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.case-page .list {
  margin-top: 40px;
}
.case-page .list ul {
  margin: -15px -13px;
}
.case-page .list ul li {
  padding: 15px 13px;
}
.case-page .list ul li a.img {
  display: block;
  -o-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  -webkit-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .list ul li a.img img {
  display: block;
  width: 100%;
}
.case-page .list ul li a.img h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  line-height: 1.6;
}
.case-page .list ul li a.img:hover {
  background: var(--primary);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .form ul li input,
  .contact-page .form ul li textarea{
    padding: 10px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 18px;
  }
  .case-page {
    padding: 80px 0;
  }
  .case-page .list ul li a.img h6 {
    font-size: 22px;
    padding: 15px;
  }
  .case-page h2 {
    font-size: 32px;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .list ul li .content a.more {
    line-height: 30px;
    height: 32px;
    font-size: 16px;
    padding: 0 15px;
  }
  .case-page h2 {
    font-size: 28px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .content {
    font-size: 16px;
  }
  .faq-page {
    padding: 60px 0;
  }
  .faq-page ul li h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page ul li .content {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }
  .case-page .list ul li a.img h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page h2 {
    font-size: 24px;
  }
  .case-page .list ul li a.img h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .newdet-page h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 700px) {
  .custom-page .custom-3 .list ul li .content table tbody td {
    display: block !important;
    width: 100%;
    padding: 0 !important;
    border-right: none;
  }
  .custom-page .custom-3 .list ul li .content table tbody td:first-child {
    border-right: none;
  }
  .custom-page .custom-1 .box .img {
    width: 120px;
    margin-left: 5%;
  }
  .custom-page .custom-1 .box .img .play p {
    margin-left: 0;
    display: none;
  }
  .custom-page .custom-1 .box .img .play h6 {
    max-width: 200px;
    white-space: normal;
  }
  .custom-page i.tag {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .case-page {
    padding: 50px 0;
  }
  .case-page h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li .box p {
    height: auto;
    min-height: auto;
  }
  .contact-page .contact-1 .list ul li .box span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact-page .contact-1 .list ul li .box span i {
    font-size: 20px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}

.su-page .ui.container {
  max-width: 1390px;
}
.su-page .title {
  font-family: 'Plus';
  text-transform: inherit;
}
.su-page .con {
  font-weight: 400;
  line-height: 1.4;
}
.su-page .common-button {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-family: 'Plus';
}
.su-page .common-button a {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 7px;
  background: var(--white);
  border: 1px solid #141413;
  color: #141413;
  border-radius: 28px;
  z-index: 2;
}
.su-page .common-button img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.su-page .common-button span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border: 1px solid #141413;
  border-radius: 28px;
  z-index: 1;
}
.su-page .common-button:hover {
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.su-page .su-1 {
  padding: 6% 0 6%;
  text-align: center;
}
.su-page .su-1 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su5-page .su-video .title{
  max-width: 100%;
}
.su-page .su-1 .con {
  margin: 54px auto 75px;
  max-width: 1220px;
}
.su-page .su-1 .con strong {
  font-weight: 600;
}
.su5-page .su1-1 .img{
  background: #dbd3c6;
  padding: 5% 0;
}
.su5-page .su1-2 .img{
  background: #f5f5f5;
}
.su5-page .su1-1 .img ul{
  width: 80%;
  margin: 0 auto;
}
.su5-page .su1-1 .img ul li{
  padding: 0 30px;
}
.su5-page .su1-1 .img ul li img{
  width: 100%;
}
.su5-page .su1-1 .img ul li p{
  font-size: 24px;
  line-height: 1.4;
  margin-top: 30px;
}
.su-page .su-1 .video {
  position: relative;
  margin: 0 auto;
  max-width: 1032px;
  height: 580px;
}
.su-page .su-1 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.su-page .su-1 .video span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  cursor: pointer;
}
.su-page .su-2 {
  background: #e1e1e1;
  padding: 5.9% 0;
}
/*.su-page .su-2 .ui.container {
  max-width: 1470px;
}*/
.su-page .su-2 .img-box {
  width: 54%;
  vertical-align: middle;
}
.su-page .su-2 .img-box img {
  width: 100%;
}
.su-page .su-2 .text {
  width: 46%;
  padding-left: 4%;
  vertical-align: middle;
}
.su-page .su-2 .text .con {
  margin-top: 54px;
}
.su-page .su-3 {
  padding: 4.4271% 0 4.4271%;
}
.su-page .su-3 .column {
  vertical-align: middle;
}
.su-page .su-3 .img-box {
  width: 46%;
}
.su-page .su-3 .img-box img {
  width: 100%;
}
.su-page .su-3 .text {
  width: 54%;
  padding-right: 4%;
}
.su-page .su-3 .text .con {
  margin-top: 54px;
}
.su-page .su-4 {
  background: #e1e1e1;
  padding: 7.813% 0 7.813%;
}
.su-page .su-4 .ui.container {
  max-width: 1470px;
}
.su-page .su-4 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su-page .su-4 .con {
  margin: 54px auto 75px;
  max-width: 1220px;
}
.su-page .su-4 .video {
  max-width: 1032px;
  height: 580px;
  margin: 0 auto;
  position: relative;
}
.su-page .su-4 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.su-page .su-4 .video span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  cursor: pointer;
}
.su-page .su-5 {
  padding-top: 7.6%;
}
.su-page .su-5 .title {
  max-width: 890px;
  margin-bottom: 54px;
}
.su-page .su-5 .grid-box .img-box {
  width: 54%;
  vertical-align: middle;
}
.su-page .su-5 .grid-box .img-box img {
  width: 100%;
}
.su-page .su-5 .grid-box .text {
  width: 46%;
  vertical-align: middle;
  padding-left: 4%;
}
.su-page .su-6 {
  padding: 6% 0 3.8021%;
  text-align: center;
}
.su-page .su-6 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su-page .su-6 .content {
  margin: 34px auto 75px;
  max-width: 1000px;
}
.su-page .su-7 {
  background: #e1e1e1;
  padding: 3.125% 0;
}
.su-page .su-7 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su-page .su-7 .con {
  margin: 54px auto 75px;
  max-width: 1220px;
}
.su-page .su-8 {
  padding: 5.625% 0;
}
.su-page .su-8 .title {
  max-width: 80%;
  margin: 0 auto;
}
.su-page .su-8 .content {
  margin-top: 54px;
  overflow: hidden;
}
.su-page .su-8 .content ul li {
  padding-bottom: 10px;
}
.su-page .su-8 .content ul li .img-box{
  border: 1px solid #eee;
}
.su-page .su-8 .content ul li .img-box img {
  width: 100%;
}
.su-page .su-8 .content ul li .text .tit {
  margin: 20px 0;
  display: block;
  line-height: 1.4;
  font-size: 20px;
  height: 84px;
  overflow: hidden;
}
.su-page .su-8 .content ul li .text .link {
  position: relative;
  display: inline-block;
  padding: 6px;
  background: #e1e1e1;
  border: 1px solid #141413;
  color: #141413;
  border-radius: 28px;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.su-page .su-8 .content ul li .text .link:hover {
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.su-page .su-8 .content .swiper-scrollbar {
  position: relative;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 60px;
  width: 335px;
  height: 3px;
  background-color: rgba(20, 20, 19, 0.1);
}
.su-page .su-8 .content .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #141413;
}
.su-page .su-9 {
  padding-bottom: 3.386%;
}
.su-page .su-9 .title {
  text-align: center;
}
.su-page .su-9 .title span {
  display: inline-block;
  position: relative;
  color: #3666ec;
  z-index: 2;
  margin-left: 20px;
}
.su-page .su-9 .title span::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -20px;
  width: 108%;
  height: 202%;
  background: url(../images/i-line-two.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
.su-page .su-9 .con .swiper-container {
  padding: 68px 0 40px;
}
.su-page .su-9 .con .swiper-container .swiper-slide {
  width: 89%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #e1e1e1;
}
.su-page .su-9 .con .swiper-container .swiper-slide .thumb {
  width: 55%;
  position: relative;
}
.su-page .su-9 .con .swiper-container .swiper-slide .thumb .box {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 96px;
  height: 30px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  line-height: 28px;
}
.su-page .su-9 .con .swiper-container .swiper-slide .thumb img {
  width: 100%;
  height: 590px;
}
.su-page .su-9 .con .swiper-container .swiper-slide .content {
  width: 45%;
  padding: 20px 6%;
}
.su-page .su-9 .con .swiper-container .swiper-slide .content .tit {
  margin: 15px 0 8px;
  font-size: 36px;
  line-height: 1.14em;
  font-family: 'Plus';
}
.su-page .su-9 .con .swiper-container .swiper-slide .content .richtext {
  margin: 12px 0 39px;
  line-height: 20px;
}
.su-page .su-9 .con .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 335px;
  height: 3px;
  background-color: rgba(20, 20, 19, 0.1);
  border-radius: 3px;
}
.su-page .su-9 .con .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #141413;
  border-radius: 3px;
}
.su-page .su-10 {
  padding: 4.167% 0 7.7084%;
}
.su-page .su-10 .column {
  vertical-align: middle;
}
.su-page .su-10 .img-box {
  width: 46%;
}
.su-page .su-10 .img-box img {
  width: 100%;
}
.su-page .su-10 .text {
  width: 54%;
  padding-left: 4%;
}
.su-page .su-10 .text .con {
  margin-top: 54px;
}
@media screen and (max-width: 1000px) {
  .su-page .su-2 .img-box {
    width: 100%;
  }
  .su-page .su-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .su-page .su-3 .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .su-page .su-3 .img-box {
    width: 100%;
  }
  .su-page .su-5 .grid-box .img-box {
    width: 100%;
  }
  .su-page .su-5 .grid-box .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .su-page .su-8 .title {
    max-width: 100%;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide {
    width: 100%;
    display: block;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .thumb {
    width: 100%;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .thumb img {
    height: auto;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content {
    width: 100%;
    padding: 20px 0;
  }
  .font-24 {
    font-size: 20px;
  }
  .su-page .su-1 .video {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .su-page .con {
    line-height: 1.6;
  }
  .font-24 {
    font-size: 18px;
  }
  .su-page .su-4 .video {
    height: 400px;
  }
  .su-page .su-4 .con {
    margin: 20px 0 30px;
  }
  .su-page .su-5 .title {
    margin-bottom: 20px;
  }
  .su-page .su-8 .content {
    margin-top: 30px;
  }
  .su-page .su-9 .con .swiper-container {
    padding: 20px 0 30px;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content .tit {
    font-size: 26px;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content .richtext {
    margin: 12px 0 20px;
  }
  .su-page .su-1 .video {
    height: 400px;
  }
  .su-page .su-10 .img-box {
    width: 100%;
  }
  .su-page .su-10 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .su-page .con {
    line-height: 30px;
  }
  .font-24 {
    font-size: 16px;
  }
  .su-page .su-1 .con {
    margin: 20px 0 25px;
  }
  .su-page .su-2 .text .con,
  .su-page .su-3 .text .con {
    margin-top: 20px;
  }
  .su-page .su-4 .video {
    height: 300px;
  }
  .su-page .su-7 .con {
    margin: 20px 0 30px;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content .tit {
    font-size: 22px;
    line-height: 1.5;
  }
  .su-page .su-1 .video {
    height: 300px;
  }
}
.su1-page .su1-2 .con {
  margin: 34px auto 75px;
  max-width: 1000px;
}
.su1-page .su1-2 .img ul{
  margin-right: -60px;
}
.su1-page .su1-2 .img ul li{
  padding-right: 60px;
}
.su1-page .su1-2 .img ul li .imgs img{
  width: 100%;
}
.su1-page .su1-2 .img ul li p{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 20px;
}
.su1-page .su-4 .con {
  max-width: 100%;
}
.su1-page .su-8 .content ul li .img-box{
  border: 1px solid #eee;
}
.su3-page .su-1 .img{
  margin: 50px 0;
  text-align: center;
}
.su3-page .su-1 .img ul{
  margin-right: -60px;
}
.su3-page .su-1 .img ul li{
  padding-right: 60px;
}
.su3-page .su-1 .img ul li .imgs img{
  width: 100%;
}
.su3-page .su-1 .img ul li p{
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
  font-weight: 400;
}
.su3-page .su-2 .con ul li {
  font-weight: 400;
  margin-bottom: 10px;
}
.su3-page .su-2 .con ul li:last-child{
  margin-bottom: 0;
}
.su3-page .su-2 .con ul li span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.su3-page .su-2 .con ul li span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--black);
  border-radius: 50%;
}
.su5-page .su-2 .text .con ul {
  padding-left: 20px;
}
.su5-page .su-2 .text .con ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.su5-page .su-2 .text .con ul li:last-child{
  margin-bottom: 0;
}
.su5-page .su-1 .con ul {
  padding-left: 20px;
}
.su5-page .su-1 .con ul li {
  list-style-type: none;
}
.creat-page .title {
  margin-bottom: 54px;
}
.creat-page .creat-1 {
  padding: 9% 0 4.167%;
}
.creat-page .creat-1 .text {
  width: 48%;
  padding-right: 6%;
  vertical-align: middle;
}
.creat-page .creat-1 .img-box {
  width: 52%;
  vertical-align: middle;
  position: relative;
}
.creat-page .creat-1 .img-box img {
  width: 100%;
}
.creat-page .creat-1 .img-box video {
  width: 100%;
  height: 638px;
  -o-object-fit: cover;
  object-fit: cover;
}
.creat-page .creat-1 .img-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  cursor: pointer;
}
.creat-page .creat-1 .img-box span .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.creat-page .creat-2 {
  padding: 7.813% 0;
  background: #fff;
}
.creat-page .creat-2.kwswpeopw{
  background: #e1e1e1;
}
.creat-page .creat-2 .img-box {
  width: 48%;
  vertical-align: middle;
  position: relative;
}
.creat-page .creat-2 .img-box img {
  width: 100%;
}
.creat-page .creat-2 .img-box video {
  width: 100%;
  height: 638px;
  -o-object-fit: cover;
  object-fit: cover;
}
.creat-page .creat-2 .img-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.creat-page .creat-2 .img-box span .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.creat-page .creat-2 .text {
  width: 52%;
  padding-left: 6%;
  vertical-align: middle;
}
.creat-page .creat-2 .text .title {
  margin-bottom: 54px;
}
.creat-page .creat-3 {
  padding: 9.375% 0 4.167%;
}
.creat-page .creat-3 .img-box {
  width: 52%;
  vertical-align: middle;
}
.creat-page .creat-3 .img-box img {
  width: 100%;
}
.creat-page .creat-3 .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 8%;
}
.creat-page .creat-4 {
  background: #e1e1e1;
  padding: 6.9271% 0;
}
.creat-page .creat-4 .ui.container {
  max-width: 1250px;
}
.creat-page .creat-4.whitsbg{
  background: #fff;
}
.creat-page .creat-4 .title {
  margin-bottom: 0;
}
.creat-page .creat-4 .con {
  margin: 54px 0 80px;
}
.creat-page .creat-4 .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.creat4-page .creat5-1 .thumb{
  margin-top: 50px;
}
.creat-page .creat-4 .thumb .img-box {
  width: 47%;
}
.creat-page .creat-4 .thumb .img-box p{
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: 400;
  padding: 30px 15px 0;
}
.creat-page .creat-4 .thumb .img-box img {
  width: 100%;
}
.creat-page .creat-5 {
  background: #e1e1e1;
}
.creat-page .su-9 {
  padding: 6.25% 0 3.386%;
}
@media screen and (max-width: 1000px) {
  .creat-page .creat-1 .text,
  .creat-page .creat-3 .text {
    padding-right: 2%;
  }
  .creat-page .creat-2 .text {
    padding-left: 2%;
  }
  .su-page .su-9 .con .swiper-container {
    padding: 20px 0 30px;
  }
  .creat-page .creat-4 .con {
    margin: 20px 0 40px;
  }
  .creat-page .creat-4 .con p span {
    white-space: inherit !important;
  }
}
@media screen and (max-width: 700px) {
  .creat-page .creat-1 .text,
  .creat-page .creat-3 .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .creat-page .creat-1 .img-box,
  .creat-page .creat-3 .img-box {
    width: 100%;
  }
  .creat-page .creat-2 .img-box {
    width: 100%;
  }
  .creat-page .creat-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 1680px) {
  #index-body .sustainable .bottom ul li .link{
    font-size: 24px;
  }
  #index-body .sustainable .bottom ul li{
    padding: 30px 30px 40px;
  }
  #index-body .sustainable .box .con,
  .sustainability-page .sustainability-2 .box .con{
    font-size: 18px;
    line-height: 1.5;
  }
  .sustainability-page .sustainability-2 .bottom ul{
    max-width: 100%;
  }
  .sustainability-page .sustainability-2 .bottom ul li .tit{
    font-size: 30px;
  }
  .sustainability-page .sustainability-2 .bottom ul li .tit img{
    margin-left: 10px;
    width: 9%;
  }
  .creativity-page .creativity-2 .content ul li .desc .con{
    font-size: 15px;
    line-height: 28px;
  }
  /*.creativity-page .creativity-2 .content ul li .desc .tit{
    font-size: 30px;
  }*/
  .creativity-page .creativity-3 .bottom ul li .tit{
    font-size: 20px;
  }
  .creativity-page .creativity-3 .box .con{
    font-size: 20px;
    line-height: 1.5;
  }
  .creativity-page .creativity-3 .bottom ul li .more{
    font-size: 20px;
  }
  .creativity-page .creativity-6 .box .right{
    font-size: 20px;
  }
}
@media screen and (max-width:1700px) {
  #index-body .sustainable .bottom ul li .link{
    /*height: 67px;*/
    overflow: hidden;
  }
}
@media screen and (max-width:1500px) {
  .product-page .sidebox .sideleft,
  .inner-banner .box .mbx,
  .creativity-page .creativity-3 .box .con,
  .creativity-page .creativity-3 .bottom ul li .tit,
  #header .dropdown .inner .dro-left .box .text p strong,
  #footer .f-copy svg{
    zoom: 1.2;
  }
  #footer .f-copy svg{
    margin-top: -3px;
  }
}
#banner .slick-slide:first-child li{
  padding-top: 68px;
}
@media screen and (max-width:1920px){
  #index-body .sustainable .box .con{
    width: 100%;
  }
  #index-body .sustainable .box{
    max-width: 100%;
  }
  #index-body .sustainable .box .tit{
    max-width: 563px;
  }
  #index-body .sustainable .box .con{
    max-width: 663px;
  }
}
@media screen and (max-width:1500px) and (min-width:1300px){
  #index-body .i-product{
    padding-left: 120px;
    padding-right: 120px;
  }
  #index-body .sustainable .box .con, .sustainability-page .sustainability-2 .box .con{
    font-size: 22px;
  }
  #index-body .sustainable .box .con{
    width: 100%;
  }
  #index-body .sustainable .box{
    max-width: 100%;
  }
  #index-body .sustainable .box .tit{
    max-width: 563px;
  }
  #index-body .sustainable .box .con{
    max-width: 663px;
    margin-top: 50px;
  }
  #index-body .sustainable .box{
    top: 7%;
  }
}
.sustainability-page .sustainability-2 .box .con{
  font-size: 20px;
}
.sustainability-page .sustainability-2 .box .tit.black{
  color: rgba(0,0,0,1);
}
.sustainability-page .sustainability-2 .box .tit:nth-of-type(7),
.sustainability-page .sustainability-2 .box .con ul li:nth-of-type(7),
.sustainability-page .sustainability-2 .box .tit:nth-of-type(8),
.sustainability-page .sustainability-2 .box .con ul li:nth-of-type(8){
  color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 700px) {
  #banner{
    display: block;
  }
  #mbbanner{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .creativity-page .creativity-3 .box{
    padding-left: 15px;
  }
  .creativity-page .creativity-3 .box .con{
    font-size: 16px;
    margin-top: 20px;
  }
  .creativity-page .creativity-3 .bottom ul li{
    width: 20%;
  }
  .creativity-page .creativity-3 .box .tit {
    font-size: 50px;
  }
}
@media screen and (max-width: 700px) {
  #banner{
    display: none;
  }
  #mbbanner{
    display: block;
    margin-top: 60px;
  }
   #mbbanner video{
     width: 100%;
   }
  #index-body .sustainable{
    background: url(../images/pcr-sustainability.png) no-repeat left top;
    background-size: cover;
    padding-top: 40px;
  }
  #index-body .sustainable .img-list,
  #index-body .sustainable .bottom ul li .more img,
  .product-page .sidebox .sideright .top,
  .left-share,
  .mbhid{
    padding-top: 40px;
  }
  #index-body .sustainable .box{
    padding: 0 25px;
  }
  #index-body .sustainable .box,
  #index-body .sustainable .bottom{
    position: static;
  }
  #index-body .sustainable .box .tit{
    width: 100%;
    max-width: none;
  }
  #index-body .sustainable .box .tit,
  #index-body .sustainable .box .tit em{
    font-size: 24px;
  }  
  #index-body .sustainable .box .con{
    max-width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  #index-body .sustainable .bottom{
    margin-top: 15px;
    padding-bottom: 30px;
  }
  #index-body .sustainable .bottom ul li {
    padding: 15px;
  }
  #index-body .sustainable .bottom ul li:nth-of-type(4) ,
  #index-body .sustainable .bottom ul li:nth-of-type(5) {
    border-top: none;
  }
  #index-body .sustainable .bottom ul li .more{
    margin-top: 10px;
    padding-bottom: 8px;
  }
  #index-body .sustainable .bottom ul li .link{
    font-size: 16px;
    height: 45px;
  }
  #index-body .init,
  #index-body .about .box .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #index-body .init .text{
    padding: 0 25px;
  }
  #index-body .i-product .content {
    margin-top: 25px;
  }
  #index-body .i-product .content ul li{
    padding-right: 20px;
  }
  #index-body .init .text .con{
    font-size: 18px;
    margin-top: 30px;
    width: 100%;
    line-height: 30px;
  }
  #index-body .init .text .more,
  #index-body .about .box .text .more{
    margin-top: 50px;
  }
  #index-body .about .box .text {
    padding-left: 25px;
    padding-right: 25px;
  }
  #index-body .title{
    font-size: 28px;
    line-height: 36px;
  }
  #index-body .product.Auxil-product .title{
    font-size: 28px;
  }
  .inner-banner{
    background-position: right;
    background-size: cover;
  }
  a.footian {
    display: none;
}
.product-page .sidebox .sideright .top h1{
  font-size: 26px;
}
.hyzs {
    display: none;
}
  .product-yd-page span{
    margin-top: 15px;
  }
  .prodet-banner .box{
    top: 30%;
  }
  .sustainability-page .sustainability-4 .header .con,
  .sustainability-page .sustainability-4 .content{
    margin-top: 30px;
  }
  .sustainability-page .sustainability-4 .content ul li{
    text-align: center;
    margin-bottom: 20px;
  }
  .su-page .title,
  .creativity-page .title{
    max-width: 100%!important;
    font-size: 20px!important;
    line-height: 30px;
  }
  .su-page .su-8 .title,
  .su2-page .su-1 .title{
    font-size: 26px!important;
    line-height: 30px;
  }
  .su-page .su-8 .content ul li .text .tit{
    height: auto;
  }
  .su1-page .su1-2 .img ul li p{
    margin: 30px 0;
  }
  .su3-page .su-1 .img ul li p{
    font-size: 18px;
    margin: 30px 0;
  }
  .su-page .su-8{
    margin-top: 40px;
  }
  .su-page .su-8 .content .swiper-scrollbar{
    margin-top: 30px;
  }
  .su-page .su-10 .text .con{
    margin-top: 30px;
  }
  .creativity-page .creativity-2 .content ul li .desc .tit{
    font-size: 18px;
  }
  .creativity-page .creativity-2 .content ul li .desc .con{
    font-size: 16px;
  }
  .creat-page .title{
    margin-bottom: 20px!important;
  }
  .creat-page .creat-4 .con{
    margin-bottom: 10px;
  }
  .creat-page .creat-4 .thumb .img-box p{
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
  }
  .about-page .about-2 .content ul li .text .ig{
    padding: 20px;
  }
  .about-page .about-2 .content ul li .text .ig .tit{
    font-size: 20px;
  }
  .about-page .about-4 .title{
    font-size: 20px;
  }
  .about-page .about-4 .btn{
    margin-top: 20px;
  }
  .about-page .about-4 .btn a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .news-page .list ul li .content p{
    height: auto;
  }
  .news-page .list ul li .content a.more{
    padding: 5px 15px;
    height: auto;
  }
  .news-page, .newdet-page {
    padding: 30px 0;
  }
  .contact-page .contact-2 {
    padding: 30px 0;
  }
  .contact-page .map{
    margin-top: 0;
  }
  #header .nav .ui.menu .logo img{
    width: 60%;
  }
  #index-body .sustainable .bottom ul li{
    width: 50%;
  }
  #index-body .sustainable .bottom ul li:last-child{
    display: none;
  }
  #index-body .sustainable .bottom ul li{
    border-right: 1px solid var(--white);
  }
  #mobile .menu-content .menu-list ul li{
    text-transform: capitalize;
  }
  #mobile .menu-content .menu-list ul li ul ul li{
    padding-left: 15px;
  }
  .inner-banner .box.mbksklq{
    top: 20%;
  }
}

.index-form-box .contact-2 .container>.box{
  background: rgba(0,0,0,.1);
}
.index-form-box .contact-2 .left .img img{
  width: 100%;
}
.index-form-box .contact-2 .right{
  padding:0 100px;
}
.index-form-box.contact-page .contact-2 .right .form{
  margin-top: 60px;
}
.index-form-box .form ul li input, 
.index-form-box .form ul li textarea{
  background: #e4e4e4;
}
@media screen and (max-width:700px){
  #index-body .index-add .header .con{
    font-size: 16px;
    margin-top: 15px;
    line-height: 30px;
  }
  #index-body .index-add .data {
    zoom: 1;
    padding: 0 15px;
    margin-top: 40px;
  }
  #index-body .index-add .data ul{
    display: block!important;
  }
  #index-body .index-add .data ul li{
    width: 49%;
    padding: 0 10px;
    vertical-align: text-top;
    margin-bottom: 30px;
  }
  #index-body .index-add .data ul li .num{
    font-size: 20px;
    margin-bottom: 15px;
  }
  #index-body .index-add .data ul li p{
    font-size: 16px;
  }
  .index-form-box .contact-2 .right {
    padding: 35px 20px 20px;
  }
  .index-form-box.contact-page .contact-2 .right .form,
  .form ul li .submit {
    margin-top: 30px;
  }
}
.ikkows{
  font-size: 54px!important;
  /*transform: translateX(-100px);
  text-align: left!important;*/
}
.ikkows em{
  display: block;
  /*transform: translateX(200px);*/
}
.dztsban{
  position: relative;
  color: #fff;
}
.dztsban .the_txt_box{
  position: absolute;
  z-index: 20;
  left: 10%;
  top: 27%;
  color: #fff;
  font-family: 'Plus';
}
.dztsban .the_txt_box h3{
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
}
.dztsban .the_txt_box p{
  margin-top: 40px;
  font-size: 18px;
  max-width: 700px;
  line-height: 1.6;
  font-family: 'Poppins';
  font-weight: 300;
}