@font-face {
  font-family: "Rany";
  src: url("../fonts/RanyRegular.eot");
  src: url("../fonts/RanyRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RanyRegular.woff2") format("woff2"), url("../fonts/RanyRegular.woff") format("woff"), url("../fonts/RanyRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rany";
  src: url("../fonts/RanyBold.eot");
  src: url("../fonts/RanyBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RanyBold.woff2") format("woff2"), url("../fonts/RanyBold.woff") format("woff"), url("../fonts/RanyBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Rany";
  max-width: 1920px;
  --color: #000000;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1480px;
  margin: auto;
  width: 100%;
}
.more {
  display: block;
  width: 200px;
  height: 46px;
  background-color: var(--color);
  border-radius: 23px;
  line-height: 46px;
  padding: 0 30px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.more:hover {
  opacity: 0.7
}
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.btn img {
  margin-left: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ffffff;
}
#header .nav {
  padding: 10px 45px;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav .nav-box {
  margin: 0 0 0 auto;
}
#header .nav .nav-box .nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #ffffff;
  margin-bottom: 20px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  padding-right: 20px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url(../images/t_jt.png) no-repeat center right / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  opacity: 0.6
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  /*-webkit-filter: invert(100);
  filter: invert(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;
  background: #fff;
  top: 100%;
  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(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#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:hover > 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 {
  cursor: pointer;
  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 .h-search img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav .ui.menu .h-language {
  padding-left: 10px;
  margin-left: 20px;
  position: relative;
}
#header .nav .ui.menu .h-language::before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .h-language span img {
  width: 19px;
  margin-right: 8px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 6px;
}
#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: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  z-index: 333
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  border-bottom: 1px solid transparent;
}
#header.active .nav::after,#header.inner .nav::after {
  width: 100%;
}
.lh-1 {
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
  padding-bottom: 30px;
  background: #f3f3f3;
}
#banner li .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  color: #ffffff;
}
#banner li .box {
  padding: 40px 0 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000000), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(left, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right, #000000 50%, rgba(0, 0, 0, 0) 50%);
}
#banner li .box .left {
  width: 50%;
  line-height: 2.2;
}
#banner li .box .left > div {
  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;
}
#banner li .box .left > div span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  margin-right: 5px;
}
#banner li .box .right {
  width: 50%;
}
#banner li .box .right .btn img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body .about .left {
  width: 50%;
}
#index-body .about .right {
  width: 50%;
  background: #f3f3f3;
  padding-left: 40px;
  padding-right: 48px;
}
#index-body .about .right .cont {
  height: 12em;
  line-height: 2;
  overflow-y: auto;
}
#index-body .about .right .btn img {
  -webkit-filter: none;
  filter: none;
}
#index-body .apart li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 25px;
  border-bottom: 1px solid #000000;
}
#index-body .apart li .img {
  width: 32%;
}
#index-body .apart li .img p {
  width: 33%;
}
#index-body .apart li .img .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .apart li .text {
  width: 35%;
  line-height: 1.8;
}
#index-body .apart li .btn {
  position: relative;
  padding-bottom: 5px;
}
#index-body .apart li .btn img {
  -webkit-filter: none;
  filter: none;
}
#index-body .apart li .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .apart li .btn:hover::after {
  width: 100%;
}
#index-body .product .left {
  width: 40%;
  position: relative
}
#index-body .product .left img {
  width: 100%;
}
#index-body .product .left .prev{
  width: 50px;
  height: 50px;
  background: var(--color);
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
    border: 1px solid #000000;
      transition: .5s
}
#index-body .product .left .prev:hover{
  color: #000000;
  background: #ffffff;
}
#index-body .product .right .box .rg {
  position: relative
}
#index-body .product .right .box .rg .next{
    width: 50px;
  height: 50px;
  background: var(--color);
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
    cursor: pointer;
        border: 1px solid #000000;
        transition: .5s
}
#index-body .product .right .box .rg .next:hover{
  color: #000000;
  background: #ffffff;
}
#index-body .product .right {
  width: 60%;
}
#index-body .product .right .box .lf {
  width: 31%;
}
#index-body .product .right .box .lf ul li {
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 50px;
}
#index-body .product .right .box .lf ul li::after {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url(../images/jt2.png) no-repeat center center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .right .box .lf ul li::before {
  content: "";
  display: block;
  height: 6px;
  width: 0;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .right .box .lf ul li:hover,#index-body .product .right .box .lf ul li.active {
  font-weight: bold;
}
#index-body .product .right .box .lf ul li:hover::after,#index-body .product .right .box .lf ul li.active::after {
  opacity: 1;
}
#index-body .product .right .box .lf ul li:hover::before,#index-body .product .right .box .lf ul li.active::before {
  width: 100%;
}
#index-body .product .right .box .rg {
  width: 64%;
  text-align: right;
}
#index-body .product .right .box .rg .btn {
  margin-right: 42px;
  position: relative;
  padding-bottom: 5px;
}
#index-body .product .right .box .rg .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .right .box .rg .btn:hover::after {
  width: 100%;
}
#index-body .dates {
  background: #000000;
  color: #ffffff;
}
#index-body .dates .left {
  width: 42%;
  position: relative;
}
#index-body .dates .left::after {
  content: "";
  display: block;
  width: 1px;
  height: 363px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .dates .left .cont {
  line-height: 2;
  max-width: 400px;
}
#index-body .dates .right {
  width: 58%;
}
#index-body .dates .right ul {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
#index-body .dates .right ul li {
  width: 50%;
  height: 50%;
  position: relative;
}
#index-body .dates .right ul li em {
  margin-right: 10px;
}
#index-body .dates .right ul li:first-child::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .dates .right ul li:first-child::before {
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .dates .right ul li:last-child::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .dates .right ul li:last-child::before {
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .type .item .left {
  width: 50%;
}
#index-body .type .item .left img {
  width: 100%;
}
#index-body .type .item .right {
  width: 50%;
}
#index-body .type .item .right .cont{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 10;
overflow: hidden;
}
#index-body .type .item .right .btn {
  border-bottom: 3px solid #000;
}
#index-body .type .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#index-body .news .top .left {
  width: 58%;
}
#index-body .news .top .left .tip {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
#index-body .news .top .left .tip .bg {
  position: absolute;
  left: -120px;
  bottom: 0;
}
#index-body .news .top .left li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0 20px;
  border-bottom: 1px solid #000000;
}
#index-body .news .top .left li .box .t1 {
  display: block;
  width: 40%;
}
#index-body .news .top .left li .box .btn {
  border-bottom: 3px solid #ffffff;
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .top .left li .box .btn span {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .top .left li .box .btn:hover {
  border-bottom: 3px solid #000000;
}
#index-body .news .top .left li .box .btn:hover span {
  opacity: 1;
}
#index-body .news .top .right {
  width: 38%;
  position: relative;
  z-index: 3;
}
#index-body .news .top .right img {
  width: 100%;
}
#index-body .news .bottom {
  margin-top: -180px;
  position: relative;
}
#index-body .news .bottom .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000000), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(left, #000000 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right, #000000 50%, rgba(0, 0, 0, 0) 50%);
  color: #fff;
}
#index-body .news .bottom .text::after {
  content: '';
  display: block;
  width: 43%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 44px;
  bottom: 0;
}
#index-body .news .bottom .text .box {
  width: 50%;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1a1a1a;
  color: #fff;
}
#footer .f-box li {
  line-height: 1;
  margin-bottom: 0.8em;
  line-height: 1.8;
}
#footer .f-box .f-contact {
  width: 370px;
}
#footer .f-box .f-nav .sub-menu{
  display: none
}
#footer .f-box .f-code {
  width: 290px;
}
#footer .f-box .f-code .item div {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #ffffff;
  margin: 0 auto;
}
#footer .f-box .f-code p {
  margin-top: 1em;
}
#footer .f-copy {
  font-size: 16px;
  background-color: #000000;
  border-top: 1px solid #ffffff;
  line-height: 1.8;
  color: #ffffff;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
.fixed-toolbar ul li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #000;
  font-size: 16px;
}
.fixed-toolbar ul li .iconfont {
  color: #000;
  font-size: 16px;
}
.fixed-toolbar ul .back:hover {
  color: #fff;
}
.fixed-toolbar .share {
  position: relative;
}
.fixed-toolbar .share .text {
  position: absolute;
  right: 0;
  padding-right: 40px;
  padding-left: 14px;
  height: 32px;
  background-color: #d1d1d1;
  border-radius: 12px;
  line-height: 32px;
  white-space: nowrap;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fixed-toolbar .share i {
  position: relative;
  z-index: 3;
}
.fixed-toolbar .share:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
/*#indexMobileBanner ul li .box{
  background-repeat: no-repeat;
}*/
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
  #index-body .news .bottom {
    margin-top: -145px;
  }
}
@media screen and (max-width: 1550px) {
  #index-body .news .bottom {
    margin-top: -125px;
  }
  #index-body .news .top .left li .box .t1 {
    width: 38%;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1220px;
  }
  #index-body .news .top .right img {
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .product .right .box .lf {
    width: 38%;
  }
  #index-body .product .right .box .rg {
    width: 55%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #index-body .news .top .left li .box .t1 {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #index-body .news .top .left li .box .t1 {
    width: 25%;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .about .left img {
    width: 100%;
  }
  #index-body .about .right {
    padding: 20px 15px 30px !important;
  }
  #index-body .apart li .text {
    width: 100%;
    margin: 20px 0;
  }
  #index-body .product .left {
    display: none;
  }
  #index-body .product .right .lf {
    padding: 20px 15px 0 !important;
  }
  #index-body .product .right .box .rg > img {
    width: 100%;
  }
  #index-body .dates {
    padding: 30px 15px !important;
  }
  #index-body .product .right .cont {
    padding: 0 15px;
  }
  #index-body .product .right .font-60 {
    padding: 0 15px;
  }
  #index-body .dates .left .cont {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #index-body .dates .right ul li {
    height: 150px;
  }
  #index-body .type .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #index-body .type .item .right {
    padding: 30px 0 !important;
  }
  #index-body .news .top .left li .box {
    padding-bottom: 35px;
  }
  #index-body .news .bottom,
  #index-body .news .top .right {
    display: none;
  }
  #index-body .news .top .left .tip {
    margin-bottom: 40px;
  }
  #index-body .news .top .left .tip .bg {
    display: none;
  }
  #index-body .news .top {
    padding: 40px 15px;
  }
  #footer .f-box .f-products,
  #footer .f-box .f-code {
    display: none;
  }
  #banner li .box .right {
    margin-top: 20px;
  }
  #index-body .news .top .left li .box .t1 {
    width: 40%;
  }
  #index-body .dates .left::after {
    display: none;
  }
  #index-body .apart li .img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .title {
    font-size: 52px;
  }
  #banner li .box {
    padding: 20px 0;
  }
  #banner li .text {
    bottom: 0;
  }
  #index-body .news .top .left li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .top .left li .box .t1 {
    width: 100%;
    margin: 20px 0;
  }
  #index-body .news .top .left li .box .btn {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    border-bottom: 3px solid #000000;
  }
  #index-body .news .top .left li .box .btn span {
    opacity: 1;
  }
  .btn {
    font-size: 18px;
  }
  #banner li .box .left {
    display: none;
  }
  #banner li .box .right {
    margin-top: 0;
  }
  #banner li {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 5px;
    bottom: 13%;
    zoom: 0.8;
  }
  .font-90 {
    font-size: 25px;
  }
  .btn {
    zoom: 0.8;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #index-body .dates .right ul li::before,
  #index-body .dates .right ul li::after {
    display: none !important;
  }
  #index-body .dates .right ul li {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}
/*inner*/
#innerMobileBanner{
  padding-top: 50px
}
.inner-banner{
  margin-top: 100px
}

.inner-page .text {
  color: #444;
}
.inner-page .slideBox .slideBoxLeft {
  width: 22%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBox .slideBoxLeft .nav a {
  padding: .7em 0;
  border-bottom: 1px solid #707070;
}
.inner-page .slideBox .slideBoxLeft .nav a i {
  font-size: 1.3em;
  line-height: 1;
}
.inner-page .slideBox .slideBoxLeft .nav a.active,
.inner-page .slideBox .slideBoxLeft .nav a:hover {
  font-weight: bold;
}
.inner-page .slideBox .slideBoxLeft .nav a i.on {
  transform: rotate(45deg);
}
.inner-page .slideBox .slideBoxLeft .nav ul ul {
  padding-left: 1em;
  margin: 1em 0;
  display: none;
}
.inner-page .slideBox .slideBoxRight {
  width: 78%;
}
.inner-page .m-page div {
  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;
  gap: .5em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.about-page {
  overflow: hidden;
}
.about-page .about-1 .box .left {
  width: 46%;
  padding-right: 4%;
}
.about-page .about-1 .box .left .top span.h4 {
  line-height: 1;
  margin-left: .2em;
}
.about-page .about-1 .box .left .text {
  letter-spacing: .04em;
  font-weight: 300;
}
.about-page .about-1 .box .left .text em {
  color: var(--color);
  font-weight: bold;
}
.about-page .about-1 .box .left .text p {
  margin-top: 1.8em;
}
.about-page .about-1 .box .right {
  width: 54%;
}
.about-page .about-2 {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list .slick-list {
  overflow: unset;
}
.about-page .about-2 .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.about-page .about-2 .list ul .slick-track .slick-slide {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul .slick-track .slick-slide.slick-active {
  opacity: 1;
}
.about-page .about-2 .list ul li {
  display: block !important;
}
.about-page .about-2 .list ul li .box {
  padding: 5% 5% 20%;
  color: white;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box:after {
  background-image: url("/cndaimiya/2025/10/30/LOGO2.png");
  background-position: center top 45px;
  background-repeat: no-repeat;
  background-size: 96% auto;
  -webkit-filter: brightness(0) invert(1) opacity(0.15);
  filter: brightness(0) invert(1) opacity(0.15);
  opacity: 0;
}
.about-page .about-2 .list ul li .box:before {
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box span.h6 {
  line-height: 1.6;
  height: 3.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .list ul li .box hr {
  background-color: white;
}
.about-page .about-2 .list ul li .box .text {
  color: inherit;
  line-height: 2.2;
  height: 11em;
  overflow: hidden;
  font-weight: 300;
}
.about-page .about-2 .list ul li:hover {
  height: 0;
}
.about-page .about-2 .list ul li:hover .box:before,
.about-page .about-2 .list ul li:hover .box:after {
  opacity: 1;
}
.about-page .about-2 .list ul li:hover .box .text {
  overflow: unset;
  height: auto;
}
.about-page .about-3 .top hr {
  width: 60%;
  margin-left: auto;
  margin-right: 0;
}
.about-page .about-3 .box .text {
  width: 42%;
  padding-right: 6%;
  color: #363636;
  letter-spacing: .04em;
  font-weight: 300;
}
.about-page .about-3 .box .list {
  width: 58%;
}
.about-page .about-3 .box .list .slickBtn .prev {
  left: -2%;
}
.about-page .about-3 .box .list .slickBtn .next {
  right: -2%;
  left: auto;
}
.culture-page .culture-1 .options {
  line-height: 1;
  width: 1050px;
  max-width: 100%;
}
.culture-page .culture-1 .options a {
  width: 100%;
  border-bottom: 1px solid #8a8a8a;
  position: relative;
}
.culture-page .culture-1 .options a:after {
  content: '';
  height: 3px;
  width: 15%;
  background-color: black;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .culture-1 .options a.active:after,
.culture-page .culture-1 .options a:hover:after {
  width: 100%;
  background-color: var(--color);
}
.culture-page .culture-1 .box .left {
  width: 35%;
  margin-right: 3%;
}
.culture-page .culture-1 .box .center {
  width: 29%;
  padding: 3.5% 0;
}
.culture-page .culture-1 .box .center .text {
  line-height: 1.8;
  letter-spacing: .04em;
  color: #363636;
}
.culture-page .culture-1 .box .center .text p {
  margin-top: 1.2em;
}
.culture-page .culture-1 .box .center .text p:first-child {
  margin-top: 0;
}
.culture-page .culture-1 .box .right {
  width: 26%;
}
.culture-page .culture-1 .core .left {
  width: 21%;
  padding: 0 3.5%;
}
.culture-page .culture-1 .core .left .nav {
  line-height: 1.6;
  gap: .7em;
}
.culture-page .culture-1 .core .left .nav span {
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.culture-page .culture-1 .core .left .nav span.active {
  border-color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color);
}
.culture-page .culture-1 .core .right {
  width: 79%;
  position: relative;
}
.culture-page .culture-1 .core .right .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .culture-1 .core .right .slide.active {
  z-index: 1;
  opacity: 1;
  position: static;
}
.culture-page .culture-1 .core .right .textarea {
  width: 45%;
  padding: 6%;
  background-color: #e3ebf1;
  position: relative;
  z-index: 1;
}
.culture-page .culture-1 .core .right .img {
  width: 55%;
  margin-left: -4%;
}
.culture-page .culture-2 {
  overflow: hidden;
}
.culture-page .culture-2 .slick-list {
  overflow: unset;
}
.culture-page .culture-2 .list {
  padding: 0 20%;
}
.culture-page .culture-2 .list a.img-box span {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  padding: 1em;
}
.culture-page .culture-3 .list ul li {
  padding: 2%;
  width: 20%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.culture-page .culture-3 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.culture-page .culture-3 .list ul li span.h3 {
  line-height: 1.2;
  font-style: italic;
  font-weight: 900;
  margin-bottom: -0.1em;
  color: var(--color);
}
.culture-page .culture-3 .list ul li span.h4 {
  color: #626262;
  line-height: 2;
}
.culture-page .culture-3 .list ul li.active {
  width: 40%;
  color: white;
}
.culture-page .culture-3 .list ul li.active:before {
  opacity: 1;
}
.culture-page .culture-3 .list ul li.active span.h3,
.culture-page .culture-3 .list ul li.active span.h4,
.culture-page .culture-3 .list ul li.active .text {
  color: inherit;
}
.culture-page .culture-3 .list ul li.active .text {
  display: block;
}
.path-page .path-1 .left {
  width: 39%;
  padding: 0 8%;
}
.path-page .path-1 .right {
  width: 61%;
}
.path-page .path-2 {
  margin-top: -5.2%;
}
.path-page .path-2 .left {
  width: 61%;
}
.path-page .path-2 .left .list {
  padding: 0 0 0;
  background-color: #f8f8f8;
}
.path-page .path-2 .left .list li {
  position: relative;
  padding: 4% 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .left .list li span.h2 {
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 8%;
  left: 3%;
  line-height: 1;
  display: block;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .left .list li span.h6 {
  line-height: 1.2;
}
.path-page .path-2 .left .list .slick-current li {
  color: white;
  background-color: var(--color);
}
.path-page .path-2 .left .list .slick-current li span.h2 {
  color: rgba(110, 120, 245, 0.12);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.path-page .path-2 .left .list .slick-current li .text {
  color: inherit;
}
.path-page .path-2 .right {
  width: 39%;
  padding: 0 8% 0 4%;
}
.path-page .path-2 .right .year {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.2em;
  margin-top: 20%;
}
.path-page .path-2 .right .year span.txt {
  color: transparent;
  -webkit-text-stroke: 1px #cdd7df;
  line-height: 1;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-63%);
  -moz-transform: translateY(-63%);
  -ms-transform: translateY(-63%);
  transform: translateY(-63%);
}
.path-page .path-2 .right .year ul .slick-list {
  margin: 0 -2em;
  padding: 0 2em;
}
.path-page .path-2 .right .year li {
  width: auto !important;
  padding: 1em 0;
  position: relative;
  line-height: 1;
}
.path-page .path-2 .right .year li span {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.path-page .path-2 .right .year li:before,
.path-page .path-2 .right .year li:after {
  content: '';
  width: 1px;
  height: 0;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .right .year li:before {
  top: -0.9em;
}
.path-page .path-2 .right .year li:after {
  bottom: -0.9em;
}
.path-page .path-2 .right .year .slick-current li:before,
.path-page .path-2 .right .year .slick-current li:after {
  height: 1.2em;
}
.path-page .path-2 .right .year .slick-current span {
  -webkit-transform: scale(2.4);
  -moz-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  color: var(--color);
}
.path-page .path-3 img {
  max-width: 91.33333333%;
}
.path-page .path-4 {
  color: white;
}
.path-page .path-4 span.h2 {
  line-height: 1;
}
.path-page .path-4 .text {
  color: inherit;
  margin-bottom: .7em;
}
.path-page .path-4 span.h6 {
  line-height: 1.2;
  text-transform: uppercase;
}
.path-page .path-4 li {
  position: relative;
  z-index: 1;
}
.path-page .path-4 li:before {
  content: '';
  width: 70%;
  left: 15%;
  top: 0;
  border-radius: 20px;
  background-color: #25509e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.path-page .path-4 li:hover:before {
  opacity: 1;
}
.product-yd-page .yd .left {
  width: 78%;
}
.product-yd-page .yd .right {
  width: 22%;
  padding-left: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  font-weight: 500;
  padding-right: .7%;
}
.product-yd-page .yd .right:after {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: black;
}
.product-yd-page .yd .right span.h3 {
  max-width: 3.5em;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 2em;
  line-height: 1.66666667;
  margin-top: -0.3em;
}
.product-yd-page .yd .right .nav {
  color: #727272;
}
.product-yd-page .yd .right .nav ul li {
  margin-bottom: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .yd .right .nav ul li:hover,
.product-yd-page .yd .right .nav ul li.active {
  font-size: 1.3em;
  color: var(--color);
}
.product-yd-page .list ul li a.img-box {
  padding-top: 55%;
}
.product-yd-page .list ul li.grid-span a.img-box {
  padding-top: 30%;
}
.product-yd-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li a.img-box:hover:before {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-yd-page .list ul li span.h6 {
  line-height: 1.2;
}
.product-yd-page .list ul li span.h6 i {
  font-size: 0.76470588em;
}
.product-yd-page .solutions ul li .textarea {
  width: 52%;
  padding-right: 6%;
}
.product-yd-page .solutions ul li .textarea span.h3 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .solutions ul li .textarea span.h3:hover {
  color: var(--color);
}
.product-yd-page .solutions ul li .textarea a.more {
  background-color: #545454;
}
.product-yd-page .solutions ul li .textarea a.more:hover {
  background-color: var(--color);
}
.product-yd-page .solutions ul li .img {
  width: 48%;
}
.product-yd-page .solutions ul li .img span.h6 {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .6em;
  background-color: rgba(0, 0, 0, 0.18);
  text-align: center;
  border-radius: inherit;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.2;
}
.product-yd-page .solutions ul li .img:hover span.h6 {
  background-color: black;
}
.prodet-page .proImg .left {
  padding: 0 4%;
  position: sticky;
  top: 150px;
}
.prodet-page .proImg .left img {
  width: 100%;
}
.prodet-page .proImg .left .slickBtn {
  font-size: inherit;
}
.prodet-page .proImg .left .slickBtn .prev {
  left: 0;
}
.prodet-page .proImg .left .slickBtn .next {
  right: 0;
  left: auto;
}
.contact-page .contact-1 .h2 img {
  max-height: 1em;
}
.contact-page .contact-1 .box {
  padding: 5%;
  color: white;
}
.contact-page .contact-1 .box input,
.contact-page .contact-1 .box textarea {
  padding: .8em 1em;
  border: none;
  background-color: white;
  width: 100%;
  display: block;
  color: black;
}
.contact-page .contact-1 .box input::-webkit-input-placeholder, .contact-page .contact-1 .box textarea::-webkit-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input:-moz-placeholder, .contact-page .contact-1 .box textarea:-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input::-moz-placeholder, .contact-page .contact-1 .box textarea::-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input:-ms-input-placeholder, .contact-page .contact-1 .box textarea:-ms-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input::placeholder,
.contact-page .contact-1 .box textarea::placeholder {
  color: #666;
}
.contact-page .contact-1 .box button {
  margin: 0 auto;
  border: none;
  padding: 0 4em;
  margin-top: 2em;
}
.contact-page .contact-1 .info {
  padding: 5%;
  border: 1px solid #333;
  border-top: none;
}
.contact-page iframe {
  border: none;
}
.contact-page .contact-2 {
  background-color: var(--color);
  color: white;
}
.contact-page .contact-3{
    background-color: var(--color);
}
.contact-page .contact-2 .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--color);
  transition: .5s;
}
.contact-page .contact-2 .share a:hover {
  background-color: black;
  color: white;
}
.news-page .list li {
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 1250px) {
  .path-page .path-4 .txt-center img,
  .about-page .about-2 .txt-center img {
    max-height: 50px;
  }
  .path-page {
    margin-top: 60px;
  }
  .mbx{
    display: none
  }
  #innerMobileBanner{
    margin-bottom: 100px;
  }
  #innerMobileBanner .title{
    font-size: 25px;
  }
  #innerMobileBanner .mbx{
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .yd .right,
  .inner-page .slideBox .slideBoxLeft {
    display: none;
  }
  .product-yd-page .yd .left,
  .inner-page .slideBox .slideBoxRight {
    width: 100%;
  }
  .culture-page .culture-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .culture-page .culture-1 .box .center {
    width: 60%;
  }
  .culture-page .culture-1 .box .right {
    width: 100%;
  }
  .culture-page .culture-1 .core .right .textarea {
    padding: 5% !important;
  }
  .culture-page .culture-1 .core .right .img {
    margin-left: 0;
  }
  .certificates-page .top .right {
    text-align: left;
  }
  .certificates-page .top .right img {
    max-height: 50px;
  }
  .about-page .about-2 .list ul li .box .text {
    overflow: unset;
    height: auto;
  }
  .prodet-page .proImg .left {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .list ul li.grid-span a.img-box {
    padding-top: 55%;
  }
  .contact-page iframe {
    height: 240px;
  }
  .culture-page .culture-1 .core .left {
    display: none;
  }
  .culture-page .culture-1 .core .right {
    width: 100%;
  }
  .culture-page .culture-1 .core .right .slide {
    position: static;
    opacity: 1;
    margin-top: 15px;
  }
  .culture-page .culture-1 .box .center {
    width: 100%;
  }
  .culture-page .culture-1 .box .left {
    width: 100%;
  }
  .culture-page .culture-3 .list ul li {
    width: 100% !important;
  }
  .culture-page .culture-3 .list ul li .text {
    display: block;
  }
  .culture-page .culture-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .path-page .path-2 .right {
    display: none;
  }
  .path-page .path-2 .left {
    width: 100%;
  }
  .path-page .path-3 img {
    max-width: none;
    width: 100%;
  }
  .path-page .path-2 {
    margin-top: 0;
  }
  .product-yd-page .solutions ul li .textarea {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .solutions ul li .img {
    width: 100%;
  }
  .product-yd-page .solutions ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .font-30 {
    font-size: 18px;
  }
  .font-34,
  .font-36 {
    font-size: 18px;
  }
  .manufacturing-page .manufacturing-1 .wid-85 {
    width: 100%;
  }
  .contact-page .text {
    width: 100%;
  }
  .certificates-page .top .right img {
    max-height: 30px;
  }
  .about-page .about-2 .list ul li .box .text {
    line-height: 1.6;
  }
  .about-page .about-2 {
    overflow: hidden;
  }
  .about-page .about-2 .list {
    margin-right: -70%;
  }
  .path-page .path-4 .txt-center img,
  .about-page .about-2 .txt-center img {
    max-height: 40px;
  }
}
.mbx {
  text-align: left;
}

/*#header .nav .ui.menu .menu-box ul.menu>li:nth-child(2) ul.sub-menu {
  width: 340px;
}
#header .nav .ui.menu .menu-box ul.menu>li:nth-child(2) ul.sub-menu ul {
  max-height: 300px;
  overflow: auto;
}*/