@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #fe0182;
  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: 1500px;
  margin: auto;
  width: 100%;
}
.container.max {
  max-width: 1700px;
}


.Hbtn a {
  display: inline-block;
  width: 220px;
  height: 56px;
  line-height: 56px;
  background-color: #241916;
  border-radius: 27px;
  -webkit-appearance: none;
  cursor: pointer;
  color: #f9f6f8;
  padding-left: 35px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  text-align: left;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: transform;
}
.Hbtn a .btn__icon {
  align-items: center;
  border-radius: 27px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  left: 4px;
}
.Hbtn a .btn__icon::before {
  width: 48px;
  height: 48px;
  border-radius: 27px;
  background-color: #f9f6f8;
  content: "";
  right: 2px;
  position: absolute;
  top: 0;
  transform: translateX(100%) translateX(-48px);
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  z-index: -1;
}
.Hbtn a:hover {
  color: #2e2521;
}
.Hbtn a:hover .btn__icon::before {
  transform: none;
  width: 100%;
}
.colorF {
    color: #fff;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 4px 0;
  width: 100%;
}
#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;
  height: 95px;
}
#header .nav .ui.menu .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin-left: 170px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  color: #ffffff;
  line-height: 1.8;
  -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: capitalize;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid 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;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
  margin-right: 410px;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search form {
  position: relative;
  padding-left: 35px;
}
#header .nav .ui.menu .h-search form #s {
  width: 86px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .nav .ui.menu .h-search form #s::-webkit-input-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form #s:-moz-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form #s::-moz-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form #s:-ms-input-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form #s::placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form .submit {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/search.png) no-repeat center center;
  left: 0;
  bottom: 0;
  border: none;
}
#header .nav .ui.menu .h-language {
  margin: 0 0 0 auto;
  position: relative;
}
#header .nav .ui.menu .h-language span {
  color: #ffffff;
  font-size: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span img {
  width: 40px;
  margin-right: 5px;
}
#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;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-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: rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 1.8;
}
.font-16 {
  line-height: 2;
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}

#banner li .text {
  position: absolute;
  width: 100%;
  bottom: 80px;
  color: #ffffff;
}
#banner li .text .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;
}
#banner li .text .box .title {
  font-style: italic;
  width: 58%;
  line-height: 1.2;
}
#banner li .text .box{
  opacity: 0;
  transform: translateY(10%);
  transition: 1s 1s;
}

#banner .slick-active li .text .box{
    opacity: 1;
  transform: translateY(0);
}
#banner li .text .box .btns {
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#banner li .text .box .btns svg {
  fill: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 17px;
  -webkit-animation: 5s sc linear infinite;
  -moz-animation: 5s sc linear infinite;
  animation: 5s sc linear infinite;
}
.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);
  }
}
.lh-1 {
  line-height: 1.2;
}
#index-body .about {
  background: #e7e8ed url(../images/about_bg.jpg) no-repeat bottom center / 100%;
  padding-bottom: 830px;
}
#index-body .about .container {
  background: url(../images/about_bg2.jpg.png) no-repeat center top;
}
#index-body .about .box {
  max-width: 774px;
  margin: 0 auto;
  text-align: center;
}
#index-body .about .box .title {
  line-height: 1.2;
}
#index-body .about .box .title p {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
   transition: 0.5s;
}
#index-body .about .box .title p:last-child{
  transition: 0.5s 0.1s;
}
#index-body .about .box .title:hover p{
  transform: translateY(-40px);
}
#index-body .about .box .title p::after {
  content: "";
  display: block;
  height: 7px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#index-body .about .box .cont {
  color: #242424;
}
#index-body .product .bottom .tip {
  text-align: center;
  height: 85px;
  line-height: 86px;
  border-top: 1px solid rgba(55, 55, 55, 0.4);
  border-bottom: 1px solid rgba(55, 55, 55, 0.4);
  background: var(--color);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom .item {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
#index-body .product .bottom .item:nth-child(2) {
  top: 235px;
}
#index-body .product .bottom .item:nth-child(3) {
  top: 320px;
}
#index-body .product .bottom .item:nth-child(4) {
  top: 405px;
}
#index-body .product .bottom .item:nth-child(5) {
  top: 490px;
}
#index-body .product .bottom .item.active .tip {
  background: #ffffff;
  color: #3e3e3e;
}
#index-body .advantage .box .left {
  position: relative;
}
#index-body .advantage .box .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 27px;
}
#index-body .advantage .box .left .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 78px 78px;
  color: #ffffff;
}
#index-body .advantage .box .left .text .con {
  max-width: 340px;
  line-height: 2;
}
#index-body .advantage .box .right li:nth-child(2) .ig {
  background-color: rgba(232, 43, 92, 0.5);
}
#index-body .advantage .box .right li:nth-child(3) .ig {
  background-color: #e82b77;
}
#index-body .advantage .box .right li:nth-child(4) .ig {
  background-color: rgba(232, 43, 92, 0.7);
}
#index-body .advantage .box .right li .ig {
  background-color: #e82b5c;
  border-radius: 14px;
  padding: 45px 30px 30px;
  color: #ffffff;
  height: 100%;
}
#index-body .advantage .box .right li .ig .icon {
  height: 67px;
  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;
}
#index-body .advantage .box .right li .ig .cont {
  padding-right: 18px;
}
#index-body .advantage .box .right li .ig .num {
  text-align: right;
  font-style: italic;
}
#index-body .news {
  background: #f9f6f8;
}
#index-body .news .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #373737;
}
#index-body .news .bottom ul {
  height: 320px;
  overflow: hidden;
  padding-bottom: 70px;
}
#index-body .news .bottom ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom ul .slick-list {
  overflow: visible;
}
#index-body .news .bottom ul .slick-slide li {
  opacity: 0;
}
#index-body .news .bottom ul .slick-active li {
  opacity: 1;
}
#index-body .news .bottom .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #373737;
  padding-bottom: 10px;
  padding-top: 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#index-body .news .bottom .ig .tit {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .ig .tit:hover {
  color: var(--color);
}
#index-body .news .bottom .ig .img {
  width: 17%;
  padding-right: 7px;
  padding-bottom: 7px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .ig .img img {
  border-radius: 21px;
  width: 100%;
}
#index-body .news .bottom .ig .img .bg {
  position: relative;
  z-index: 2;
}
#index-body .news .bottom .ig .img .bg::after {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  top: 7px;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 21px;
  z-index: -1;
}
#index-body .news .bottom .ig:hover .img {
  opacity: 1;
}
#index-body .news .tit {
  width: 50%;
  padding-right: 10px;
}
#index-body .news .time {
  width: 16%;
}
#index-body .news .ty {
  width: 16%;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #060001;
  color: #fff;
}
#footer .f-box .f-ab {
  max-width: 380px;
}
#footer .f-box .f-ab .cont {
  line-height: 2.2;
}
#footer .f-box .f-ab .share {
  font-size: 30px;
}
#footer .f-box .f-ab .share a {
  margin-right: 15px;
}
#footer .f-box .f-contact {
  max-width: 310px;
}
#footer .f-box .f-contact li {
  line-height: 2.4;
  margin-bottom: 2.5em;
}
#footer .f-box .f-contact li:last-child {
  margin-bottom: 0;
}
#footer .f-box .f-form {
  max-width: 430px;
}
#footer .f-box .f-form li {
  position: relative;
}
#footer .f-box .f-form li input {
  margin-bottom: 40px;
  width: 100%;
  background: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .f-box .f-form li input::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li input:-moz-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li input::-moz-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li input:-ms-input-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li input::placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li textarea {
  height: 70px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 55px;
}
#footer .f-box .f-form li textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li textarea:-moz-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li textarea::-moz-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li textarea:-ms-input-placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li textarea::placeholder {
  color: #ffffff;
}
#footer .f-box .f-form li .submit {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 52px;
  height: 40px;
  background: url(../images/f-send.png) no-repeat center center / 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  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: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
.shouye h1{
  display: inline;
}
#mobile3 .m-nav ul li a{
  line-height: 2;
}
#mobile3 .m-nav ul li li a{
  line-height: 2;
}
#mobile3 .langs ul li{
  line-height: 2;
}
#mobile3 .langs h4{
  line-height: 1.8;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  min-height: 3em;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
    margin-right: 390px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .about .container {
    background-size: 100%;
  }
  #index-body .about {
    padding-bottom: 600px;
  }
  #index-body .about .box .cont {
    padding-bottom: 100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
    margin-right: 330px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 35px;
  }
  #banner li .text .box .title {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .advantage .box .left .text {
    padding: 0 30px 40px;
  }
  #footer .f-box .f-ab {
    max-width: 300px;
  }
  #footer .f-box .f-contact {
    max-width: 270px;
  }
  #footer .f-box .f-form {
    max-width: 300px;
  }
  #index-body .about {
    padding-bottom: 400px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .Hbtn{
  zoom: 0.8;
  }
  .fljs{
    display: none;
  }
  #cp-Nav .nav div.title_{
    line-height: 1.8;
  }
  #cp-Nav .nav ul li a
  {
   font-size: 16px;
    line-height: 30px;
  }
  #innerMobileBanner .banner2 .mbx .cont{
    line-height: 2;
  }
  .font-24{
    line-height: 2;
  }
  #index-body .about .box {
    max-width: 600px;
  }
  #index-body .news .bottom .ig .img {
    display: none;
  }
  #index-body .news .time,
  #index-body .news .ty {
    width: 25%;
  }
  #footer .f-box .f-form {
    max-width: 100%;
    margin-top: 40px;
  }
  .font-22 {
    font-size: 18px;
    line-height: 1.8;
  }
  #index-body .advantage .box .left {
    margin-bottom: 40px;
  }
  #banner li .text .box .btns {
    zoom: 0.8;
  }
  #index-body .product .bottom .tip{
    height: 50px;
    line-height: 50px;
  }
  #index-body .product .bottom .item {
  top: 100px;
}
#index-body .product .bottom .item:nth-child(2) {
  top: 150px;
}
#index-body .product .bottom .item:nth-child(3) {
  top: 200px;
}
#index-body .product .bottom .item:nth-child(4) {
  top: 250px;
}
#index-body .product .bottom .item:nth-child(5) {
  top: 300px;
}
}
@media screen and (max-width: 700px) {
  #index-body .about {
    padding-bottom: 250px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-46 {
    font-size: 20px;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #index-body .advantage .box .right li .ig .icon {
    zoom: 0.8;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 40%;
    zoom: 0.8;
  }
  #banner li .text .box .btns {
    zoom: 0.7;
  }
  #banner li > img {
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .product .bottom .tip {
    font-size: 20px;
  }
  #footer .f-box .f-ab .f-logo {
    zoom: 0.7;
  }
  #index-body .about .box .title p::after {
    height: 4px;
  }
  #index-body .news .ty {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .Hbtn{
  zoom: 0.7;
  }
  #banner li .text{
    bottom: 30px;
  }
  #index-body .about {
    padding-bottom: 120px;
  }
  #index-body .product .bottom .tip {
    font-size: 18px;
  }
  #footer .f-box .f-ab .share {
    font-size: 25px;
  }
  #footer .f-box .f-ab .f-logo {
    zoom: 0.5;
  }
  .font-80 {
    font-size: 26px;
  }
  #banner li .text .box .btns {
    display: none;
  }
  #banner li .text .box .title {
    width: 100%;
  }
  #index-body .about .box .title {
    font-size: 21px;
  }
  #index-body .news .time,
  #index-body .news .ty {
    width: 40%;
  }
  #index-body .news .tit {
    width: 60%;
overflow-y: scroll;
        height: 40px;
  }
}
/*inner-page*/
/*inner-banner*/
.inner-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 250px 0 140px;
  color: #ffffff;
  margin-bottom: -40px
}

.inner-page {
      background-color: #fff;
      border-radius: 20px 20px 0 0;
      position: relative;
      z-index: 2;
  }

/*.product-page*/


.product-page .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}

.product-page .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}

.product-page .sideLeft .top .form {
  padding: 0 15px;
}

.product-page .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}

.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}

.product-page .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}

.product-page .sideLeft .top .nav ul li>a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-page .sideLeft .top .nav ul li>a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sideLeft .top .nav ul li>a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-page .sideLeft .top .nav ul li>a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}

.product-page .sideLeft .top .nav ul li>a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}

.product-page .sideLeft .top .nav ul li:hover>a,
.product-page .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}

.product-page .sideLeft .top .nav ul li:hover>a::before,
.product-page .sideLeft .top .nav ul li.active>a::before,
.product-page .sideLeft .top .nav ul li:hover>a::after,
.product-page .sideLeft .top .nav ul li.active>a::after {
  opacity: 1;
}

.product-page .sideLeft .top .nav ul li ul li a {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}

.product-page .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}

.product-page .sideLeft .top .nav ul li.active>ul {
  display: block;
}

.product-page .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}

.product-page .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page .sideRight h1.text {
  max-height: 200px;
  /*overflow-y: auto;*/
}
.product-page .sideRight .det {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 20px;
  margin-bottom: 40px;
}

.product-page .sideRight {
  width: 76% !important;
  padding-left: 75px;
}

.product-page .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}

.product-page .sideRight ul {
  margin: 10px;
}

.product-page .sideRight ul li {
  /*padding: 0 40px 40px 0;*/
  /*text-align: center;*/
}

.product-page .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f5f5f5;
  /*padding: 36px 50px;*/
  border: 1px solid #f5f5f5;
}

.product-page .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
  color: #747474;
  margin: 15px 0 0;
}

.product-page .sideRight ul li .t1 {
  font-size: 24px;
  transition: .5s;
  line-height: 1.4;
  margin: 25px 0 0;
}

.product-page .sideRight ul li .t1:hover {
  color: var(--color)
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 23%;
  }

  .inner-page .sidebox .sideright {
    width: 77%;
  }

  .product-page .sideRight {
    width: 67% !important;
    padding-left: 35px;
  }

  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }


}

@media screen and (max-width: 1000px) {
  .product-page .sideLeft {
    display: none;
  }

  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 180px;
}

.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgb(46 37 33);
  border-radius: 10px;
  overflow: hidden
}

.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #f9f6f8;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}

.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}

.inner-page .sidebox .sideleft .widget form input[type=submit] {
  background-color: var(--color);
  color: #fff;
  transition: .5s
}

.inner-page .sidebox .sideleft .widget form input[type=submit]:hover {
  background-color: #f8f8f8;
  color: #000
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 30px;
    
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget .productImg {
  padding-bottom: 20px;
}
.inner-page .sidebox .sideleft .widget .productImg img {
  display: none;
}
.inner-page .sidebox .sideleft .widget .productImg img.active {
  display: block;
}

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;

}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
font-size: 18px;
line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a sup {
  margin-top: -9px;
}

.inner-page .sidebox .sideleft .widget ul li a span {
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}

.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
.seoPublic .Auxil-about .box .right div.h3{
  line-height: 1.8;
}
.prodet-page .prodet-5 ul li .box .t13{
  line-height: 1.8;
}
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }

  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }

  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

@media screen and (max-width: 1440px) {
  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 16px
  }

  .product-page .sideRight ul li .t1 {
    font-size: 22px
  }
}

@media screen and (max-width: 1280px) {
  .inner-page .sidebox .sideleft .widget ul li a span {
    display: none
  }

  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 14px
  }

  .product-page .sideRight ul li .t1 {
    font-size: 20px;
    line-height: 1.8;
  }
}

.product-page .box1 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}

.product-page .box1 .right {
  width: 50%;
}

.product-page .box1 .right img {
  width: 100%;
}

.product-page .box1 .left {
  width: 50%;
  padding-top: 30px;
  padding-right: 50px;
}

.product-page .box1 .left .t1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}

.product-page .box1 .left .cont {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0 25px;
  height: 12em;
  overflow-y: auto
}

.product-page .box1 .left .contants {
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
    normal;
  border-radius: 21px;
  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: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 32px 30px;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .box1 .left .contants .t2 {
  font-size: 24px;
  font-weight: bold;
  max-width: 100px;
}

.product-page .box1 .left .contants .mail {
  font-size: 18px;
  line-height: 1.6;
}

.product-page .box1 .left .contants .phone {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .product-page .box1 .left .contants .t2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .box1 .left {
    padding: 0;
    width: 100%;
  }

  .product-page .box1 .right {
    width: 100%;
    margin-top: 20px;
  }

  .product-page .box1 .left .t1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .product-page .box1 .left .t1 {
    font-size: 25px;
  }
}


/*prodet-page*/

.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	background-color:#2e2521;
	background-blend-mode: normal, normal;
}

.prodet-page .prodet-1 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.prodet-page .prodet-1 .box .left{
  width: 50%;
}

.prodet-page .prodet-1 .box .left .big{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  background: white;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 80%;
}
.prodet-page .prodet-1 .box .left .big .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: #ff9015;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 20%;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px 0;
  overflow: hidden;
  /*height: 500px;*/
}
.prodet-page .prodet-1 .box .left .small ul .slick-list{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}


.prodet-page .prodet-1 .box .right {
  padding-top: 5px;
}

.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  font-size: 26px;
  font-weight: bold;
  padding-block-end: 8px
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  
  font-size: 36px
}

.prodet-page .prodet-1 .box .right .content .st1 {
  font-size: 24px;
  padding-top: 25px;
  
  border-top: 1px solid #2e2521;
  width: 100%;
  margin-top: 30px;
  font-weight: bold
}
.prodet-page .prodet-1 .box .right .content .st2 {
  font-size: 24px;
  
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}

.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  /*height: 280px;*/
  max-height: 178px;
    padding-right: 20px;
    overflow-y: scroll;
margin-bottom: 30px;
  /*padding-right: 20px;*/
  color: #545454;
  margin-top: 15px;
  /*margin-bottom: 20px;*/
  overflow: auto;
  

}

.prodet-page .prodet-1 .box .right .content .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  margin-top: 35px
}

.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}

.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .box2 .cont {
  margin-top: 40px;
  overflow-x: auto
}

.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb {
  height: 5px
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table {
    width: 1440px !important;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
}

.prodet-page .prodet-2 {
  background-color: #f9f6f8;
  padding: 100px 0 85px;
}

.prodet-page .prodet-2 .top {
  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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}

.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2
}

.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}

.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}

.prodet-page .prodet-2 ul li .box>img {
  width: 100%;
}

.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.6;
}

.prodet-page .prodet-2 ul li .box .t1:hover {
  color:  var(--color)
}

.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
font-size: 18px;
line-height: 32px;
}

.prodet-page .prodet-3 {
  padding: 70px 0;
}

.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}

.prodet-page .prodet-3 form {
  margin-top: 40px;
}

.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px;
  transition: .5s;
}
.prodet-page .prodet-3 form button:hover{
  background-color: var(--color);
  color: #ffffff;
}
.prodet-page .prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}

.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}

.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}

.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}

.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}

.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}

.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}

.prodet-page .prodet-4 {
  position: relative;
  background-color: #f9f6f8;
}

.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}

.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}

.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}
.prodet-page .prodet-5 .title{
  margin-bottom: 50px;
}
.prodet-page .prodet-5 ul {
  margin-right: -38px;
}

.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-right: 38px;
  height: 100%;
}

.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 70px 28px;
  display: block;
  height: 100%;
}

.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
}

.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #2e2521;
min-height: 6em;
    transition: .5s;
}

.prodet-page .prodet-5 ul li .box:hover .t1 {
  color:  var(--color);
}

.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  font-size: 18px;
  color: #767676;
  line-height: 2;
  margin-top: 46px;
}

@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }

  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }

  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }

  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 21px;
  }
  .prodet-page .prodet-5 ul li .box .cont{
    margin-top: 30px;
  }
    .prodet-page .prodet-5 ul {
    margin: -10px;
  }

  .prodet-page .prodet-5 ul li {
    padding: 10px;
  }
  .prodet-page .prodet-5 .title{
  margin-bottom: 30px;
}
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-5 ul li .box .t1{
    font-size: 18px;
    line-height: 1.8;
  }
  .about-page .about-wrap2 .about-wrap2-list li .box .title{
    height: auto !important;
  }
  .prodet-page .prodet-5 ul li .box .cont{
    font-size: 16px;
  }
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }

  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }

  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1{
    padding: 50px 0;
  }
  .prodet-page .prodet-2 .top .tip{
    width: 100%;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
    min-height: 3em;
  }

  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }

  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }

  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
  .prodet-page .prodet-5{
        padding: 40px 0 ;
  }
  .prodet-page{
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big {
    width: 75%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 25%;
  }
  /*.prodet-page .prodet-1 .box .left .small ul{
    height: 300px;
  }*/
}
@media screen and (max-width: 700px){
  .prodet-page .prodet-1 .box .right .content .cat_name{
    font-size: 20px !important;
  }

  .prodet-page .prodet-1 .box .right .content h1 {
    font-size: 26px !important;
  }
}

/*about-page*/


.about-page .about-advantage .advantages-list1-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3vw;
}

.about-page .about-advantage .advantages-list1-arrow .prev,
.about-page .about-advantage .advantages-list1-arrow .next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  margin: 0 10px;
}

.about-page .about-advantage .advantages-list1-arrow .prev i,
.about-page .about-advantage .advantages-list1-arrow .next i {
  font-size: 24px;
}

.about-page .about-advantage .advantages-list1-arrow .prev:hover,
.about-page .about-advantage .advantages-list1-arrow .next:hover {
  background: var(--color);
  color: #fff;
}
.about-page .about-wrap1 {
  padding-top: 110px;
  position: relative;
}

.about-page .about-wrap1 .bg {
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: 0;*/
  position: relative;
}

.about-page .about-wrap1 .bg2 {
  position: absolute;
  left: 10.41666666666667vw;
  bottom: -22.39583333333333vw;
  z-index: -1;
}

.about-page .about-wrap1 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.about-page .about-wrap1 .intro {
  color: #989898;
}

.about-page .about-wrap1 .left {
  margin-top: 8px;
  width: 40%;
}

.about-page .about-wrap1 .left .public-title {
  margin-bottom: 30px;
}

.about-page .about-wrap1 .right {
  margin-left: 25px;
  color: #242424;
  max-width: 899px;
  width: 60%;
  line-height: 1.8;
}

.about-page .about-wrap1 .right p:first-child {
  margin-bottom: 66px;
}

.about-page .about-wrap1 .right p:last-child {
  margin-top: 22px;
}

.about-page .about-wrap1 a.play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 19.114583333vw;
  display: block;
  z-index: 2;
  width: 89px;
  height: 89px;
}

.about-page .about-wrap1 a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.about-page .about-wrap1 a.play .circle i {
  color: #2e2521;
  font-size: 26px;
}

.about-page .about-wrap1 a.play:before,
.about-page .about-wrap1 a.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.about-page .about-wrap1 a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}

.about-page .about-wrap1 a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}

.about-page .about-wrap2 {
  position: relative;
  /*margin-bottom: -10vw;*/
  background: #f9f6f8;
}

.about-page .about-wrap2 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.about-page .about-wrap2 .intro {
  color: #989898;
  margin-top: 15px;
}
.about-wrap3Img{
   position: relative;
   z-index: 2;
}

.about-page .about-wrap2 .about-wrap2-list {
  margin-top: 40px;
  margin-right: -35px;
  margin-bottom: -33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}

.about-page .about-wrap2 .about-wrap2-list li {
  width: 33.3333%;
  padding-right: 35px;
  margin-bottom: 33px;
}

.about-page .about-wrap2 .about-wrap2-list li .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
  -webkit-box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
  box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
  background: #fff;
  z-index: 1;
  height: 350px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: var(--color);
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:before,
.about-page .about-wrap2 .about-wrap2-list li .box .icon:after {
  /*content: "";
  display: block;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
  border-radius: 50%;*/
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:before {
  left: -13px;
  bottom: -5px;
  width: 10px;
  height: 10px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:after {
  top: -4px;
  right: -24px;
  width: 36px;
  height: 36px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 23px;
  margin-bottom: 6px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number em {
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number span {
  color: #525252;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding-left: 11px;
  padding-bottom: 5px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .title {
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
      font-size: 24px;
    
  transition: .3s;
  height: 57px;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover {
  background: var(--color);
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .cover {
  opacity: 1;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .icon img {
   -webkit-filter:grayscale(2) brightness(7);
  filter:grayscale(2) brightness(7) ;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .number em {
  color: #ffffff;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .number span {
  color: #ffffff;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .title {
  color: #ffffff;
}
.about-page .about-wrap2 .about-wrap2-list li .box:hover .text{
  color: #fff;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:before {
  left: -17px;
  bottom: -5px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:after {
  bottom: -4px;
  top: unset;
  right: -28px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:before {
  left: unset;
  bottom: unset;
  top: 15px;
  right: -10px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:after {
  top: unset;
  right: unset;
  left: -23px;
  bottom: -5px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:before {
  left: unset;
  bottom: -5px;
  right: -15px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:after {
  right: unset;
  left: -27px;
  top: 16px;
}

.about-page .about-wrap3 {
  padding-top: 17vw;
  padding-bottom: 27vw;
}

.about-page .about-wrap3 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-wrap3 .left {
  margin-top: 3.958333vw;
}

.about-page .about-wrap3 .left .intro {
  margin-top: 16px;
  color: #989898;
}

.about-page .about-wrap3 .right {
  margin-left: 25px;
  margin-right: -20px;
}

.about-page .about-wrap3 .right .about-wrap3-list {
  max-width: 800px;
  margin-right: 9px;
  -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;
}

.about-page .about-wrap3 .right .about-wrap3-list li {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 50%;
}

.about-page .about-wrap3 .right .about-wrap3-list li .right-text {
  margin-left: 15px;
  transition: .3s;
  padding-right: 20px;
}

.about-page .about-wrap3 .right .about-wrap3-list li .img {
  position: relative;
  flex-shrink: 0;
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .right-text {
  color: var(--color);
}

.about-page .about-wrap3 .right .about-wrap3-list li .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-wrap3 .right .about-wrap3-list li .bg2 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .bg1 {
  opacity: 0;
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .text {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .bg2 {
  opacity: 1;
}

.about-page .about-culture {
  padding-top: 7.083333vw;
  padding-bottom: 5.10416666vw;
  position: relative;
}

.about-page .about-culture .public-title span.span1 {
  color: #fff;
}

.about-page .about-culture .public-title span.span2 {
  color: #fff;
}

.about-page .about-culture .intro {
  margin-top: 11px;
  color: #fff;
}

.about-page .about-culture .culture-intro {
    margin-top: 2.34375vw;
    margin-bottom: 3.020833333vw;
    color: #fff;
    max-width: 630px;
}

.about-page .about-culture .culture-list {
  margin-left: 13px;
}

.about-page .about-culture .culture-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-culture .culture-list li .left-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 14px;
  z-index: 1;
}

.about-page .about-culture .culture-list li .left-icon:after {
  content: "";
  display: block;
  background-color: #1daede;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  left: -8px;
  bottom: -12px;
  z-index: -1;
  position: absolute;
}

.about-page .about-culture .culture-list li .right-text .title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
}

.about-page .about-culture .culture-list li .right-text .desc {
  color: #fff;
}

.about-page .about-culture .left {
  position: absolute;
  width: 53%;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.about-page .about-culture .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 89.44281524926686%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}

.about-page .about-advantage {
  position: relative;
  padding-top: 11.614583333333334vw;
}

.about-page .about-advantage .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-page .about-advantage .top {
  margin-bottom: 4.583333333vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .about-advantage .top .intro {
  color: #989898;
}

.about-page .about-advantage .top .left .intro {
  margin-top: 14px;
}

.about-page .about-advantage .top .right {
  margin-top: 10px;
}

.about-page .about-advantage .top .right .intro {
  line-height: 1.2222;
  max-width: 723px;
  margin-bottom: 34px;
}

.about-page .about-advantage .advantage-list-slide {
  margin: 0 -11.5px;
}

.about-page .about-advantage .advantage-list-slide .slide-box {
  background-color: #ffffff;
  -webkit-box-shadow: -2px -2px 29px 0px transparent;
  box-shadow: -2px -2px 29px 0px transparent;
  border-radius: 10px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: 0 11.5px;
}

.about-page .about-advantage .advantage-list-slide .slide-box:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background-color: var(--color);
  width: 73.61111111111111%;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover {
  -webkit-box-shadow: -2px -2px 29px 0px #ecf0f2;
  box-shadow: -2px -2px 29px 0px #ecf0f2;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover:after {
  opacity: 1;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom .b-bg {
  opacity: 1;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn {
  background: var(--color);
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn span {
  color: #fff;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn .circle {
  background: #fff;
  color: #989898;
}

.about-page .about-advantage .advantage-list-slide a.img {
  display: block;
}

.about-page .about-advantage .advantage-list-slide .bottom {
  position: relative;
  padding: 0 28px 42px;
  z-index: 1;
}

.about-page .about-advantage .advantage-list-slide .bottom a.title {
  display: block;
  font-weight: bold;
  max-width: 283px;
  line-height: 1.3;
  margin-top: 37px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .about-advantage .advantage-list-slide .bottom a.title:hover {
  color: var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom .slide-intro {
  max-width: 239px;
  color: #7a7a7a;
  line-height: 1.11;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn {
  width: 130px;
  height: 43px;
  background: transparent;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn span {
  font-size: 12px;
  padding-right: 0;
  color: var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn .circle {
  width: 34px;
  height: 34px;
  background-color: #03a68e;
  color: #fff;
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn .circle i {
  font-size: 12px;
}

.about-page .about-advantage .advantage-list-slide .bottom .b-bg {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-partner {
  position: relative;
  padding-top: 120px;
  background-color: #f9f6f8;
  padding-bottom: 6.4583333vw;
}

.about-page .about-history .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-history .left {
  width: 50%;
  margin-top: 16.25vw;
  margin-bottom: 19.53125vw;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-history .left .left-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-history .left .left-box .public-title span.span2 {
  color: #000;
}

.about-page .about-history .left .left-box .intro {
  margin-top: 23px;
  color: #989898;
}

.about-page .about-history .left .left-box .public-btn {
  margin-top: 6.25vw;
}

.about-page .about-history .left .year-right {
  margin-top: 8.28125vw;
  font-size: 9.583333333vw;
  font-weight: bold;
  line-height: 1;
  color: var(--color);
  position: relative;
}

.about-page .about-history .left .year-right svg {
  position: absolute;
  right: -280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.about-page .about-history .right {
  margin-bottom: 19.53125vw;
  padding-bottom: 13px;
  width: 50%;
}

.about-page .about-history .right .history-list {
  margin-right: 3.9583333333333335vw;
  position: relative;
}

.about-page .about-history .right .history-list li {
  align-items: flex-start;
}

.about-page .about-history .right .history-list li.active .text-right:before,
.about-page .about-history .right .history-list li.active .text-right:after {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
  opacity: 1;
}

.about-page .about-history .right .history-list li.active .text-right .title {
  color: #000000;
}

.about-page .about-history .right .history-list li.active .text-right .intro {
  color: #000000;
}

.about-page .about-history .right .history-list li.active .year-left {
  background: unset;
  -webkit-background-clip: unset;
  color: var(--color) !important;
}

.about-page .about-history .right .history-list li:first-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f6f6f6));
  background: -webkit-linear-gradient(top, transparent, #f6f6f6);
  background: -moz-linear-gradient(top, transparent, #f6f6f6);
  background: linear-gradient(to bottom, transparent, #f6f6f6);
  -webkit-background-clip: text;
  color: transparent;
}

.about-page .about-history .right .history-list li:last-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(transparent));
  background: -webkit-linear-gradient(top, #f6f6f6, transparent);
  background: -moz-linear-gradient(top, #f6f6f6, transparent);
  background: linear-gradient(to bottom, #f6f6f6, transparent);
  -webkit-background-clip: text;
  color: transparent;
}

.about-page .about-history .right .history-list li .year-left {
  font-size: 9.583333333vw;
  font-weight: bold;
   
  line-height: 1;
  color: #f6f6f6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: sticky;
  width: 232px;
}

.about-page .about-history .right .history-list li .text-right {
  margin-left: 3.125vw;
  /*padding-top: 2.5vw;
  padding-bottom: 2.65625vw;*/
  padding-top: 6.5vw;
  padding-bottom: 6.65625vw;
  padding-right: 4.1145833vw;
  position: relative;
   
  font-weight: 600;
}

.about-page .about-history .right .history-list li .text-right:before,
.about-page .about-history .right .history-list li .text-right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(122, 122, 122, 0.15);
}

.about-page .about-history .right .history-list li .text-right:before {
  top: -2px;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 2;
}

.about-page .about-history .right .history-list li .text-right:after {
  bottom: 0;
}

.about-page .about-history .right .history-list li .text-right .title {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}

.about-page .about-history .right .history-list li .text-right .intro {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.333;
}
.about-page .about-wrap1 {
  position: relative;
}

.about-page .about-wrap1 svg.decoration {
  position: absolute;
  z-index: 0;
  left: 1%;
  top: -5%;
  transform: rotate(-90deg);
  width: 24.223rem;
  height: 36.34rem;
}

.about-page .about-wrap1 svg.decoration path {
  fill: none;
  stroke-width: 3;
  animation: draw 3s ease forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: 707.517;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.about-page .about-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 60px;
}
.about-page .about-2 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-2 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-2 span.h2 {
  line-height: 1.4;
  
  font-weight: 600;
}
.about-page .about-2 span.h2 em {
  color: #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.about-page .about-2 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-2 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-2 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}
.about-page .about-2 .right li .content {
  background-color: #f9f6f8;
  padding: 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .right li.active:before {
  height: 100%;
}
.about-page .about-2 .right li.active .content {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1680px){
    .about-page .about-history .right .history-list li {
    align-items: center;
  }

  .about-page .about-history .right .history-list li .year-left {
    position: unset;
  }
  
  .about-page .about-history .left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-page .about-history .right {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-culture .culture-intro {
    max-width: 530px;
  }
}
@media screen and (max-width: 1440px) {
   .about-page .about-wrap2 .about-wrap2-list li {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-culture .culture-intro,.about-page .about-culture .intro,.about-page .about-culture .public-title {
    max-width: 470px;
  }
}
@media screen and (max-width: 1280px){
  
  .about-page .about-history .left .year-right svg {
    zoom: .7;
  }

  .about-page .about-history .right .history-list li .text-right {
    padding-right: 0;
  }

  .about-page .about-history .right .history-list {
    margin-right: 0;
  }
  
  .about-page .about-wrap3 .ui.container {
    flex-wrap: wrap;
  }

  .about-page .about-wrap3 .right {
    margin-top: 25px;
    margin-left: 0;
  }

  .about-page .about-wrap3 .right .about-wrap3-list {
    max-width: 100%;
  }
    .about-page .about-culture .culture-intro,
  .about-page .about-culture .culture-list li .right-text .desc {
    /*background-color: rgba(0, 165, 141, .2);*/
    padding: 5px;
    border-radius: 5px;
  }
    .inner-partners .about-partner-slide li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px){
    .about-page .aboutNew3 .right {
    margin-top: 40px;
  }
  .about-page .about-culture .culture-intro,.about-page .about-culture .intro,.about-page .about-culture .public-title {
    max-width: 100%;
  }
  
  .about-page .about-2 .left {
    position: static;
  }
  .about-page .about-2 .right li .content {
    min-height: 100px;
  }
  .inner-banner{
    margin-bottom: 0;
  }
  .about-page .about-wrap1 .left{
    width: 100%;
  }
  
  .about-page .about-wrap1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-wrap1 .right {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 10px;
  }

  .about-page .about-wrap2 .about-wrap2-list li .box {
    padding: 30px 20px;
    height: auto
  }

  .about-page .about-wrap3 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-wrap3 .right {
    margin-left: 0;
    margin-top: 25px;
  }

  .about-page .about-wrap3 .right .about-wrap3-list {
    max-width: 100%;
  }

  .about-page .about-culture .left {
    width: 100%;
  }

  .about-page .about-culture .right {
    display: none;
  }

  .about-page .about-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-advantage .advantage-list-slide .bottom {
    padding-left: 0;
    padding-right: 0;
  }

  /*.about-page .about-history .left .year-right {
    display: none;
  }*/
  /*.about-page .about-history .right .history-list li .year-left {
    display: none;
  }*/
  .about-page .about-wrap3 .right .about-wrap3-list li {
    width: 100%;
  }
   .about-page .about-history .left .year-right {
    margin-top: 80px;
  }
}
@media screen and (max-width: 700px){
  
  .about-page .about-2 .right li i {
    zoom: .7;
  }
  .about-page .about-2 .right li:before {
    left: 1.2em;
  }
  
  .about-page .about-wrap1 a.play {
    zoom: .5;
  }

  .about-page .about-wrap2 .about-wrap2-list li {
    width: 100%;
  }

  /*.about-page .about-history .left {
    position: unset;
    width: 100%;
    margin-bottom: 0;
  }*/
  .about-page .about-history .right {
    /*width: 100%;
    margin-top: 25px!important;*/
  }

  .about-page .about-history {
    position: relative;
  }

  .about-page .about-history .ui.container {
    position: unset;
  }

  .about-page .about-history .left {
    width: 30%;
  }

  .about-page .about-history .left .left-box {
    position: absolute;
    left: 0;
    top: -40px;
  }

  .about-page .about-history .left .left-box .intro {
    margin-top: 10px;
    width: 135px;
  }

  .about-page .about-history .left .year-right svg {
    zoom: .5;
  }

  .about-page .about-history .left .year-right {
    margin-left: auto;
  }

  .about-page .about-history .right {
    width: 70%;
  }

  .about-page .about-history .right .history-list li .year-left {
    width: 50px;
  }

  .about-page .about-history .right .history-list li .text-right {
    margin-left: 0px;
    width: calc(100% - 50px);
  }


  .about-page .about-history .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-partners .about-partner-slide li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
.about-page .about-wrap1 {
  position: relative;
}

.about-page .about-wrap1 svg.decoration {
  position: absolute;
  z-index: 0;
  left: 1%;
  top: -5%;
  transform: rotate(-90deg);
  width: 24.223rem;
  height: 36.34rem;
}

.about-page .about-wrap1 svg.decoration path {
  fill: none;
  stroke-width: 3;
  animation: draw 3s ease forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: 707.517;
  }

  to {
    stroke-dashoffset: 0;
  }
}
}


.por {
  position: relative;
}
.poa {
  position: absolute;
}
.about-page .aboutPartner .Bg {
  width: 100%;
  height: 800px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 700px) {
  .about-page .aboutPartner .Bg{
    height: 400px;
  }
  .about-page .aboutPartner .Bg img{
    height: 100%;
    object-fit: cover;
  }
}
.about-page .aboutPartner .box .topSwiper .swiper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.about-page .aboutPartner .box .topSwiper .swiperC li img{
    transform: scale(.8);
    transform-origin: top center;
}
.about-page .aboutPartner .box .topSwiper .swiperC li.swiper-slide-active img {
  transform: scale(1);
}
.about-page .aboutPartner .box .topSwiper .num {
  width: 50px;
  height: 50px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: 3;
  opacity: 0;
}
.about-page .aboutPartner .box .topSwiper .swiper ul li img.img {
  margin-top: -24px;
  position: relative;
  z-index: 1;
}
.about-page .aboutPartner .box .topSwiper .swiper ul li.swiper-slide-active .num,.about-page .aboutPartner .box .topSwiper .swiper ul li.swiper-slide-active .titl {
  opacity: 1;
}


.gallery-page .factoryNav .navMenu {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  width: 20%;
  cursor: pointer;
  transition: .5s;
}
.gallery-page .factoryNav .navMenu.active,.gallery-page .factoryNav .navMenu:hover {
  background-color: var(--color);
  color: #fff;
}
.gallery-page .listBox .list {
  display: none;
}
.gallery-page .listBox .list:first-child {
  display: block;
}
@media screen and (max-width: 1000px){
  .gallery-page .factoryNav .navMenu {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px){
  .gallery-page .factoryNav .navMenu {
    width: 100%;
  }
}

/*faq-page*/


.faq-page {
  padding-bottom: 100px;
  padding-top: 80px
}

.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}

.faq-page .faqbox .ui.container ul.faqlist li .top .title {
      font-size: 30px;
    font-weight: 600;
    font-family: 'CenturyGothic';
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f6f8;
  display: none;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 18px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 100px
  }
}

@media screen and (max-width: 700px) {
  .faq-page {
    padding-top: 40px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 20px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    right: 20px
  }
}

/*contact-page*/


.contact-page .contact-information {
  padding-top: 110px;
  padding-bottom: 6.666vw;
  background: #f9f6f8;
}

.contact-page .contact-information .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .contact-information .left {
  margin-top: 25px;
}

.contact-page .contact-information .left .intro {
  color: #2e2521;
  margin-top: 2.08333vw;
  margin-bottom: 2.1875vw;
  max-width: 676px;
  line-height: 1.8;
}

.contact-page .contact-information .left .social-account {
  margin-bottom: 4.94791666vw;
  margin-left: -12px;
}

.contact-page .contact-information .left .social-account li:first-child a i {
  font-size: 28px;
}

.contact-page .contact-information .left .social-account a {
  width: 51px;
  height: 51px;
  border: 1px solid #434343;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #434343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
}

.contact-page .contact-information .left .social-account a i {
  font-size: 24px;
}

.contact-page .contact-information .left .social-account a:hover {
  border-color: #010101;
  background: #010101;
  color: #fff;
}
.contact-page .contact-information .left .social-account .xhs:hover img{
  filter: invert(1) brightness(2);
}

.contact-page .contact-information .left .qr li {
  text-align: center;
}

.contact-page .contact-information .left .qr li:first-child {
  margin-right: 30px;
}

.contact-page .contact-information .left .qr .title {
  font-weight: bold;
}

.contact-page .contact-information .right .information-list li {
  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;
}

.contact-page .contact-information .right .information-list li:nth-child(2) {
  border-top: 1px solid rgba(131, 131, 131, 0.27);
  border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}

.contact-page .contact-information .right .information-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-page .contact-information .right .information-list li .list-right {
  margin-left: 26px;
  padding-top: 2.34375vw;
  padding-bottom: 2.6041666vw;
  padding-right: 2.8125vw;
}

.contact-page .contact-information .right .information-list li .list-right .title {
      font-weight: 500;
    margin-bottom: 14px;
    color: #2e2521;
}

.contact-page .contact-information .right .information-list li .list-right .list-intro {
  color: rgba(0, 0, 0, 0.53);
  max-width: 520px;
}

.contact-page .contact-form {
  margin-top: 5.5208333vw;
}

.contact-page .contact-form .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .contact-form form {
  margin-top: 4.32291666vw;
}

.contact-page .contact-form form .form-ul {
  -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;
}

.contact-page .contact-form form .form-ul>li {
  margin-bottom: 2.08333vw;
  position: relative;
}

.contact-page .contact-form form .form-ul>li:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -2px;
  width: 82px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li input {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 22px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(1),
.contact-page .contact-form form .form-ul>li:nth-child(2),
.contact-page .contact-form form .form-ul>li:nth-child(3),
.contact-page .contact-form form .form-ul>li:nth-child(4) {
  width: 48.8%;
}

.contact-page .contact-form form .form-ul>li:nth-child(1):before {
  background: var( --color) url("../images/contact-form-icon1.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(2):before {
  background: var( --color) url("../images/contact-form-icon2.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(3):before {
  background: var( --color) url("../images/contact-form-icon3.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4):before {
  background: var( --color) url("../images/contact-form-icon4.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) {
  position: relative;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject {
  visibility: visible;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list {
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  border: solid 1px #bfbfbf;
  background: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active {
  transform: scaleY(1);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li {
  padding: 4px 8px;
  transition: .3s;
  cursor: pointer;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover {
  color: #fff;
  background-color: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
  border: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
  background: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(5) {
  width: 100%;
}

.contact-page .contact-form form .form-ul>li:nth-child(5):before {
  background: var( --color) url("../images/contact-form-icon5.png") no-repeat center center;
  border-radius: 41px 41px 41px 0;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
  width: 100%;
  height: 275px;
  font-size: 21px;
  color: #000;
  padding-left: 120px;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-top: 30px;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:last-child {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}

.contact-page .contact-form form .form-ul>li:last-child:before {
  display: none;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  margin: 0 auto;
  background-color: var( --color);
  border-radius: 40px;
  border: 2px solid var( --color);
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit:hover {
  background-color: transparent;
  color: var( --color);
}

.contact-page .contact-map {
  margin-top: 6.82291666vw;
}
@media screen and (max-width: 1000px){
  .contact-page .contact-form form .form-ul>li:before{
    width: 60px;
    height: 60px;
    top: 8px;

  }
  .contact-page .contact-form form .form-ul>li input{
    padding-left: 60px;
  }
  
  .contact-page .contact-information .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-page .contact-information .left .intro,
  .contact-page .contact-information .right .information-list li .list-right .list-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-form form .form-ul>li:nth-child(1),
  .contact-page .contact-form form .form-ul>li:nth-child(2),
  .contact-page .contact-form form .form-ul>li:nth-child(3),
  .contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .contact-page .contact-information .right .information-list li .icon {
    zoom: .5;
  }

  .contact-page .contact-form form .form-ul>li input {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding-left: 60px;
  }

  .contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(4) select {
    font-size: 16px;
    padding-left: 60px;
    height: 40px;
  }

  .contact-page .contact-form form .form-ul>li:before {
    width: 40px;
    height: 40px;
    top:0;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    padding-top: 15px;
    padding-left: 60px;
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:last-child a.submit {
    height: 40px;
  }
}


/*news-page*/


.news-page .more {
    background: var(--color);
    color: white;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    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;
    height: 41px;
    line-height: 41px;
    border-radius: 2px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 300;
    z-index: 1;
}
.news-page .more .moreCir {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--color);
    margin-right: 20px;
}
.news-page .moreCir .moreImg {
    width: 13px;
    height: 13px;
}
.news-page .init-1 .container ul {
  padding-top: 40px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 22%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(36, 25, 22, 0.1);
  box-shadow: 0 0 30px rgba(36, 25, 22, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
  object-fit: cover;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 60px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.8;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
  /*color: #767676;*/
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
  background-color: unset;
  color: #000;
}
.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: var(--color);
  transform: rotate(45deg);
}
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(254, 1, 130, 0.2);
  box-shadow: 0 0 30px rgba(254, 1, 130, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(36, 25, 22, 0.2);
  box-shadow: 0 0 30px rgba(36, 25, 22, 0.2);
  padding: 70px;
}
.newdet-page .container .left .title {
  /*text-align: center;*/
  /*font-weight:bold;*/
  
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
  line-height: 30px;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  /*color: #666666;*/
  line-height: 2;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: var(--color);
}
.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
  padding-bottom: 12px;
  /*font-weight:bold;*/
 
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
  line-height: 30px;
}
.newdet-page .container .right ul li .box .title:hover {
  color: var(--color);
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
  line-height: 30px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: var(--color);
}
.newsTab {
    padding-top: 50px;
}
.newsTab .container {
    padding-bottom: 20px;
    border-bottom: 1px solid #767676;
}
.newsTab .container .list {
    margin-top: 10px;
    color: #767676;
    position: relative;
    width: 290px;
    text-align: center;
    padding: 0 10px;
}
.newsTab .container .list:hover{
  color: var(--color);
}
.newsTab .container .list::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1250px) {
  .newsTab {
    display: none;
  }
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .newdet-page .container .left .title{
    font-size: 18px;
    line-height: 1.8;
  }
  .Auxil-related .list ul li .box .content div.h3{
    line-height: 1.8;
  }
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
}
@media (max-width: 700px) {
  .news-page .more{
    padding: 0;
  }
    .news-page .more .moreCir {
        zoom: .6;
    }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
}
.seoPublic .Auxil-related{
  padding: 120px 0;
}
.seoPublic .Auxil-related .list ul li .box .content p{
  height: 6em;
}
@media (max-width: 1000px) {
  .seoPublic .Auxil-related{
  padding: 60px 0;
}
}