@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.font-family1 {
  font-family: 'Poppins';
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Gilroy';
  max-width: 1920px;
  --color: #2f180b;
  /*font-weight: normal;*/
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 1730px;
}
.public-title {
  color: var(--color);
}
.subtitle {
  color: var(--color);
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 5px;
  border-radius: 5px;
  border: solid 1px rgba(47, 24, 11, 0.15);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.public-btn .arrow {
  width: 45px;
  height: 46px;
  background-color: var(--color);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.public-btn span {
  color: #433130;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: -1;
}
.public-btn.btn1 {
  background-color: var(--color);
  border-color: var(--color);
}
.public-btn.btn1 .arrow {
  background-color: #fff;
  color: var(--color);
}
.public-btn.btn1 span {
  color: #fff;
}
.public-btn.btn1::after {
  background-color: #fff;
}
.public-btn.btn1:hover {
  border: solid 1px #fff;
}
.public-btn.btn1:hover .arrow {
  background-color: var(--color);
  color: #fff;
}
.public-btn.btn1:hover span {
  color: var(--color);
}
.public-btn:hover .arrow {
  background-color: #fff;
  color: var(--color);
}
.public-btn:hover span {
  color: #fff;
}
.public-btn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#header.inner,
#header.active {
  /*background-color: rgba(0, 0, 0, 0.95);*/
  background-color: rgba(45, 25, 12,0.95);
  
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.5em;
  margin-left: 2.5em;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  -webkit-text-stroke: 1px #fff;
  /* 描边宽度和颜色 */
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.6em;
  padding-right: 0.6em;
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-text-stroke: 1px transparent;
  /* 描边宽度和颜色 */
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 50%;
}
#header .nav .ui.menu .h-items .h-inquiry img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .h-items .h-inquiry:hover {
  background-color: var(--color);
}
#header .nav .ui.menu .h-items .h-inquiry:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav .ui.menu .h-items .h-search1 {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search1 form {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
}
#header .nav .ui.menu .h-items .h-search1 form input {
  background: none;
  border: none;
}
#header .nav .ui.menu .h-items .h-search1 form input[type='text'] {
  width: -webkit-calc(100% - 13px);
  width: -moz-calc(100% - 13px);
  width: calc(100% - 13px);
  height: 29px;
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search1 form input[type='text']::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search1 form input[type='text']:-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search1 form input[type='text']::-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search1 form input[type='text']:-ms-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search1 form input[type='text']::placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search1 form input[type='submit'] {
  width: 13px;
  height: 13px;
  background: url(../images/h-search.png) no-repeat center center;
}
#header .nav .ui.menu .h-items .h-search1 img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#banner .banner-slick1{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick1 li {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: left top;
  background-size: cover;
  transition: 0.8s 0.8s;
  /*transform-origin: left center;
  transform: scaleX(0);*/
  overflow: hidden;
}
#banner .banner-slick1 li:first-child{
  position: relative;
}
#banner .banner-slick1 li.active{
  transition: 0.8s;
  /*transform: scaleX(1);*/
  width: 100%;
}
#banner .banner-slick1 li.active .content{
  opacity: 1;
  transition:.8s;
}
#banner .banner-slick1 li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  opacity: 0;
  transition:.8s .8s;
}
#banner .banner-slick1 li .content .text-box {
  padding-top: 15.1%;
  color: #fff;
}
#banner .banner-slick1 li .content .text-box h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--color);
  text-shadow: 0px 3px #fff;
  line-height: 1.25;
}
#banner .banner-slick1 li .content .text-box p {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  #banner .banner-slick1 li .content .text-box {
    padding-top: 8%;
  }
  #banner .banner-slick1 li .content .text-box p {
    text-shadow: 0 0 1px #ffffff;
    font-weight: bold;
  }
}
@media screen and (max-width: 700px) {
  .banner-slick1-box{
    height: 300px;
  }
  #banner .banner-slick1 li {
    height: 300px;
  }
  #banner .banner-slick1 li>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
@-webkit-keyframes banner-circle {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes banner-circle {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes banner-circle {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
}
#banner .banner-slick{
  height: 0; 
  width: 0;
  overflow: hidden;
  opacity: 0;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 15.1%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--color);
  text-shadow: 0px 3px #fff;
  line-height: 1.25;
}
#banner .banner-slick li .content .text-box p {
  color: var(--color);
}
#banner .banner-items {
  left: 0;
  bottom: 0;
  width: 100%;
}
#banner .banner-items .pagination {
  color: #fff;
}
#banner .banner-items .pagination .process {
  width: 53px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
#banner .banner-items .pagination .process .line {
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 0%;
}
#banner .banner-items .circle-box {
  background-color: var(--color);
  width: 165px;
  height: 165px;
  border-radius: 50%;
}
#banner .banner-items .circle-box > img {
  -webkit-animation: banner-circle 7s linear infinite;
  -moz-animation: banner-circle 7s linear infinite;
  animation: banner-circle 7s linear infinite;
}
#banner .banner-items .circle-box .circle {
  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%);
  width: 97px;
  height: 97px;
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--color);
}
#banner .banner-items .circle-box .circle .intro {
  font-size: 13px;
}
#index-body.index-body {
  background-image: url(../images/index-bg.jpg);
  background-size: 100% auto;
}
#index-body .category .content {
  z-index: 3;
}
#index-body .category .category-list li:nth-child(2) {
  padding-top: 4.325em;
}
#index-body .category .category-list li:last-child .box1 {
  max-width: 559px;
}
#index-body .category .category-list li:last-child .li-text {
  line-height: 1.5625;
  color: var(--color);
}
#index-body .category .category-list li:last-child .category-big-btn {
  width: 9.7em;
  height: 9.7em;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .category .category-list li:last-child .category-big-btn span {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-list li:last-child .category-big-btn:hover span {
  color: var(--color);
}
#index-body .category .category-list li:last-child .category-big-btn:hover .tp-btn-circle-dot {
  width: 21em;
  height: 21em;
}
#index-body .category .category-list li:last-child .category-big-btn .tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index-body .category .category-list li .box {
  max-width: 559px;
  background-color: #d1c6bc;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-list li .box .sub {
  -webkit-transform: translateY(-0.2em);
  -moz-transform: translateY(-0.2em);
  -ms-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
}
#index-body .category .category-list li .box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-list li .box .img-box {
  border-radius: 10px;
}
#index-body .category .category-list li .box .bottom {
  z-index: 1;
}
#index-body .category .category-list li .box .bottom-content {
  background-color: var(--color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-list li .box .bottom-content .intro {
  line-height: 1.5625;
  color: #fff;
  padding-bottom: 2em;
  overflow-y: auto;
  opacity: 0.8;
}
#index-body .category .category-list li .box .bottom-content .intro p {
  height: -webkit-calc(1.5625em * 4);
  height: -moz-calc(1.5625em * 4);
  height: calc(1.5625em * 4);
}
#index-body .category .category-list li .box .bottom-content .img1 {
  height: -webkit-calc(100% - 1.5625em * 4 - 2em);
  height: -moz-calc(100% - 1.5625em * 4 - 2em);
  height: calc(100% - 1.5625em * 4 - 2em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .category .category-list li .box .bottom-content .img1 img {
  left: 0;
  bottom: 0;
  width: 100%;
}
#index-body .category .category-list li .box .bottom-content .img1 .public-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .category .category-list li .box{
  position: relative;
  z-index: 1;
}
#index-body .category .category-list li .box::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  background-color: var(--color);
  transition: .3s;
  transform: scaleY(0);
  transform-origin: center bottom;
  border-radius: 10px;
}
#index-body .category .category-list li .box:hover::after {
  /*background-color: var(--color);*/
 transform: scaleY(1);
}
#index-body .category .category-list li .box:hover .title-box sub,
#index-body .category .category-list li .box:hover .title-box .title {
  color: #fff;
}
#index-body .category .category-list li .box:hover .bottom-content {
  opacity: 1;
}
#index-body .category .category-list li .box:hover .bottom-content .img1 .public-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#index-body .about {
  position: relative;
  z-index: 1;
}
#index-body .about .about-bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#index-body .about .about-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .right .intro {
  line-height: 1.65;
}
#index-body .about .number-Plus li .top {
  color: #201f20;
}
#index-body .about .number-Plus li .title {
  color: #333333;
}
@-webkit-keyframes to-big {
  0% {
    opacity: 1;
    /* 补充初始状态，让淡出更明显 */
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.5;
    /* 中间过渡更平滑 */
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
    /* 稍微放大一点，让过渡更明显 */
  }
}
@-moz-keyframes to-big {
  0% {
    opacity: 1;
    /* 补充初始状态，让淡出更明显 */
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.5;
    /* 中间过渡更平滑 */
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
    /* 稍微放大一点，让过渡更明显 */
  }
}
@keyframes to-big {
  0% {
    opacity: 1;
    /* 补充初始状态，让淡出更明显 */
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.5;
    /* 中间过渡更平滑 */
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -moz-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
    /* 稍微放大一点，让过渡更明显 */
  }
}
#index-body .about a.play {
  display: block;
  position: relative;
  width: 99px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .about a.play .play-box {
  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);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  z-index: 2;
}
#index-body .about a.play .play-box i {
  font-size: 46px;
  color: #fff;
  line-height: 1.2;
}
#index-body .about .circle-box,
#index-body .about a.play:before,
#index-body .about a.play:after {
  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%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--color);
}
#index-body .about a.play:before {
  -webkit-animation: 2s to-big ease-out infinite;
  -moz-animation: 2s to-big ease-out infinite;
  animation: 2s to-big ease-out infinite;
  /* 统一时长为2s，使用ease-out让扩散更自然 */
}
#index-body .about a.play:after {
  -webkit-animation: 2s to-big ease-out infinite;
  -moz-animation: 2s to-big ease-out infinite;
  animation: 2s to-big ease-out infinite;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  /* 2s的三分之一，形成完美的连续波纹 */
}
#index-body .about .circle-box {
  -webkit-animation: 2s to-big ease-out infinite;
  -moz-animation: 2s to-big ease-out infinite;
  animation: 2s to-big ease-out infinite;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
  /* 2s的三分之二 */
}
#index-body .advantage .top {
  border-bottom: solid 1px rgba(63, 63, 63, 0.1);
}
#index-body .advantage .advantage-slick li .slide-box {
  background-color: rgba(188, 175, 165, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box {
  position: relative;
  z-index: 1;
}
#index-body .advantage .advantage-slick li .slide-box::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  background-color: var(--color);
  transition: .3s;
  transform: scaleY(0);
  transform-origin: center bottom;
  border-radius: 10px;
}
#index-body .advantage .advantage-slick li .slide-box:hover::after {
  /*background-color: var(--color);*/
 transform: scaleY(1);
}
#index-body .advantage .advantage-slick li .slide-box .icon {
  height: 101px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .title-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.7;
  color: var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .advantage .advantage-slick li .slide-box .line {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  opacity: 0.2;
  height: 4px;
}
#index-body .advantage .advantage-slick li .slide-box .intro {
  line-height: 1.5625;
  height: -webkit-calc(1.5625em * 4);
  height: -moz-calc(1.5625em * 4);
  height: calc(1.5625em * 4);
  overflow-y: auto;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .intro span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(98%, #fff));
  background: -webkit-linear-gradient(#fff 0%, #fff 98%);
  background: -moz-linear-gradient(#fff 0%, #fff 98%);
  background: linear-gradient(#fff 0%, #fff 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*#index-body .advantage .advantage-slick li .slide-box:hover {
  background-color: var(--color);
}*/
#index-body .advantage .advantage-slick li .slide-box:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .advantage-slick li .slide-box:hover .title-box {
  background-color: #ffffff;
}
#index-body .advantage .advantage-slick li .slide-box:hover .line {
  background-color: #d5cdc7;
}
#index-body .advantage .advantage-slick li .slide-box:hover .intro {
  color: #fff;
}
#index-body .advantage .advantage-slick li .slide-box:hover .intro span {
  background-size: 100% 1px;
}
#index-body .application .top {
  border-bottom: solid 1px rgba(63, 63, 63, 0.1);
}
#index-body .application .text-content {
  z-index: 3;
}
#index-body .application .text-content .intro {
  line-height: 1.5625;
  color: #433130;
  margin-left: auto;
}
#index-body .application .content {
  line-height: 1.5625;
  margin-top: -webkit-calc(-1.5625em * 2.4);
  margin-top: -moz-calc(-1.5625em * 2.4);
  margin-top: calc(-1.5625em * 2.4);
}
#index-body .application .content .arrow-box {
  width: 4em;
  height: 4em;
  background-color: rgba(47, 24, 11, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 52%;
  overflow: hidden;
}
#index-body .application .content .arrow-box i {
  color: #f6f7fb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .content .arrow-box .prev,
#index-body .application .content .arrow-box .next {
  height: 100%;
  width: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .content .arrow-box .prev:hover,
#index-body .application .content .arrow-box .next:hover {
  background-color: var(--color);
}
#index-body .application .content .arrow-box .prev:hover i,
#index-body .application .content .arrow-box .next:hover i {
  color: #fff;
}
#index-body .application .application-slick {
  margin-right: -7%;
}
#index-body .application .application-slick .slick-current li {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
#index-body .application .application-slick .slick-current li .slide-box .title-box {
  opacity: 1;
}
#index-body .application .application-slick .slick-current + div li {
  -webkit-transform: scale(0.8129) translateX(-11%);
  -moz-transform: scale(0.8129) translateX(-11%);
  -ms-transform: scale(0.8129) translateX(-11%);
  transform: scale(0.8129) translateX(-11%);
}
#index-body .application .application-slick .slick-current + div + div li {
  -webkit-transform: scale(0.8129) translateX(-32.2%);
  -moz-transform: scale(0.8129) translateX(-32.2%);
  -ms-transform: scale(0.8129) translateX(-32.2%);
  transform: scale(0.8129) translateX(-32.2%);
  transition-delay: 0s;
}
#index-body .application .application-slick li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition-delay: .8s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
#index-body .application .application-slick li .slide-box .img-box {
  border-radius: 0px 86px 0px 0px;
}
#index-body .application .application-slick li .slide-box .title-box {
  margin-top: -58px;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  line-height: 1.5;
}
#index-body .application .application-slick li .slide-box .title {
  color: #333;
}
#index-body .news .prev {
  left: 0;
}
#index-body .news .next {
  right: 0;
}
#index-body .news .prev,
#index-body .news .next {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  color: #151515;
  border: 1px solid #151515;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .prev:hover,
#index-body .news .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .news .news-slick {
  max-width: 1135px;
  background-color: #d8cdc4;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #141414;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
  text-decoration: underline;
}
#index-body .news .news-slick li .slide-box .intro {
  line-height: 1.65;
}
#index-body .news .news-slick li .slide-box .public-btn{
  /*left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
  position: absolute;*/
  opacity: 0;
}
#index-body .news .news-slick li .slide-box:hover .public-btn{
  opacity: 1;
}
#footer {
  background-image: url(../images/index-bg.jpg);
  background-size: 100% auto;
  z-index: 1;
}
#footer::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/f-bg.png) no-repeat center center / cover;
}
#footer .social-account {
  background-color: #bcafa5;
}
#footer .social-account li {
  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;
  height: 81px;
  border-right: solid 1px #dbdbdb;
}
#footer .social-account li:last-child {
  border-right: none;
}
#footer .social-account li:last-child .icon {
  width: 27px;
}
#footer .social-account li:last-child #ewm {
  display: none;
  left: 50%;
  bottom: 120%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  border: 5px solid #fff;
}
#footer .social-account li:last-child a:hover #ewm {
  display: block;
}
#footer .social-account li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .social-account li a:hover {
  color: var(--color);
}
#footer .f-content dl dt {
  color: var(--color);
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
  -webkit-text-stroke: 1px transparent;

}
#footer .f-content dl dd a:hover {
  color: var(--color);
  opacity: 1;
  -webkit-text-stroke: 1px var(--color);
}
#footer .f-content dl.f-contact .f-contact-list {
  color: var(--color);

}
#footer .f-content dl.f-contact .f-contact-list li:last-child span {
  line-height: 1.55;
}
#footer .f-content dl.f-contact .f-contact-list li span {
  display: block;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 120px;
  border: 5px solid #fff;
}
#footer .f-content dl.f-nav dd,
#footer .f-content dl.f-product dd {
  line-height: 2.11111111;
}
#footer .f-content .form-box {
  background-color: #bcafa5;
  border-radius: 10px;
  margin-top: -1em;
}
#footer .f-content .form-box .title {
  color: var(--color);
}
#footer .f-content .form-box form .form-list .name,
#footer .f-content .form-box form .form-list .mail {
  width: 216px;
}
#footer .f-content .form-box form .form-list .content {
  width: 289px;
}
#footer .f-content .form-box form .form-list li:last-child {
  width: 2em;
  height: 2em;
}
#footer .f-content .form-box form .form-list li input {
  background: none;
  border: none;
}
#footer .f-content .form-box form .form-list li input[type='text'] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--color);
}
#footer .f-content .form-box form .form-list li input[type='text']::-webkit-input-placeholder {
  color: var(--color);
  opacity: 0.4;
}
#footer .f-content .form-box form .form-list li input[type='text']:-moz-placeholder {
  color: var(--color);
  opacity: 0.4;
}
#footer .f-content .form-box form .form-list li input[type='text']::-moz-placeholder {
  color: var(--color);
  opacity: 0.4;
}
#footer .f-content .form-box form .form-list li input[type='text']:-ms-input-placeholder {
  color: var(--color);
  opacity: 0.4;
}
#footer .f-content .form-box form .form-list li input[type='text']::placeholder {
  color: var(--color);
  opacity: 0.4;
}
#footer .f-content .form-box form .form-list li input[type='submit'] {
  background: url(../images/f-submit.png) no-repeat center center;
  background-size: 50% auto;
  border-radius: 50%;
  background-color: var(--color);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .form-box form .form-list li input[type='submit']:hover {
  background-color: #000;
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer .f-copy {
  -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);
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
  opacity: 1;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: var(--color);
  opacity: 0.6;
}
#footer .f-copy svg text {
  fill: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  opacity: 1;
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul > li {
  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-top: 12px;
  width: 52px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.618);
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul > li.r-phone p {
  background-color: var(--color);
  right: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fixed-toolbar ul > li:hover p {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul > li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul > li:hover {
  background: var(--color);
}
.fixed-toolbar ul > li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.fixed-toolbar ul > li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back {
  display: none;
}
/*ui.container不用设置了*/
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 8%;
  }
  #banner .banner-slick li .content .text-box p {
    text-shadow: 0 0 1px #ffffff;
    font-weight: bold;
  }
  #index-body .category .content .category-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wrap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .category .content {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .about .number-Plus {
    padding-right: 0;
  }
  #index-body .about .number-Plus li {
    width: 33.333%;
  }
  #index-body .about a.play {
    zoom: .5;
  }
  #index-body .application .content {
    margin-top: 20px;
  }
  #index-body .application .text-content .intro {
    width: 100%;
  }
  #index-body .application .application-slick {
    margin-right: 0;
  }
  #index-body .application .content .arrow-box {
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn .arrow {
    width: 30px;
    height: 30px;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .about .intro {
    line-height: 2;
  }
  #index-body .about .number-Plus li {
    width: 50%;
  }
  #index-body .about .number-Plus li em {
    font-size: 30px;
  }
  #index-body .about .right .intro {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 10px;
  }
  #index-body .application .application-slick li .slide-box .title-box {
    margin-top: 10px;
  }
  #index-body .category .category-list li {
    margin-bottom: 25px;
    width: 100%;
  }
  #index-body .category .category-list li:nth-child(2) {
    padding-top: 0;
  }
  #footer .f-content .form-box {
    margin-top: 0;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #index-body .about .number-Plus li {
    width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36,
  .font-37,
  .font-38,
  .font-39 {
    font-size: 19px;
  }
  .font-40,
  .font-41,
  .font-42,
  .font-43,
  .font-44,
  .font-45,
  .font-46,
  .font-47,
  .font-48,
  .font-49 {
    font-size: 20px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/

  .more_cont_2 {
    position: relative;
    border: rgba(0, 0, 0, 0) 1px solid;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
  }
  .more_cont_2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform-origin: left;
            transform-origin: left;
    color: #fff;
  }
  .more_cont_2 span {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .more_cont_2:hover {
    color: #000;
  }
  .more_cont_2:hover::before {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .more_cont_2:hover span {
    color: #000;
  }
.quality-page,
.prodet-page,
.news-page,
.newdet-page,
.faq-page,
.contact-page{
  color: rgba(5, 5, 19, 0.6);
}
/* 栅格 */
.grid-box {
    font-size: 0;
    letter-spacing: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}
#nav-height{
  background: rgb(255, 249, 242);
}
  .m-link {
    margin-top: 40px;
  }
  .m-link a {
    display: block;
    font-size: 16px;
    color: #666;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: 6px;
  }
  .m-link a:hover {
    color: #000;
  }
.mbx {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 30px;
}
.mbx a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mbx a:hover {
  color: #000;
}

.inner-page {
  /* padding-top: 240px; */
  padding: 5px 0;
  background-color: #fff9f2;
}
@media (max-width: 1000px) {
  .inner-page {
    padding-top: 40px;
  }
}
.product-page {
  padding-bottom: 120px;
}
/*.product-page .init-1 .container {
  max-width: 1660px;
}*/
.product-page .init-1 .container .swiper {
  position: relative;
}
.product-page .init-1 .container .swiper::before,
.product-page .init-1 .container .swiper::after {
  content: '';
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 80px;
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-page .init-1 .container .swiper::before {
  left: 0;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 350px;
  display: block;
  overflow: hidden;
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #666;
}
.product-page .init-1 .container .swiper .prev,
.product-page .init-1 .container .swiper .next {
  z-index: 3;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  top: 40%;
  right: 66px;
  cursor: pointer;
}
.product-page .init-1 .container .swiper .prev::before,
.product-page .init-1 .container .swiper .next::before {
  background-color: #000;
}
.product-page .init-1 .container .swiper .prev svg,
.product-page .init-1 .container .swiper .next svg {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.product-page .init-1 .container .swiper .prev:hover,
.product-page .init-1 .container .swiper .next:hover {
  border-color: #ffffff;
}
.product-page .init-1 .container .swiper .prev {
  left: 56px;
}
.product-page .init-1 .container .swiper .prev svg {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.product-page .init-2 {
  /*margin-top: 20px;*/
}
.product-page .init-2 .shadow_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 4;
}
.product-page .init-2 .shadow_inner.active {
  width: 100%;
  height: 100%;
}
.product-page .init-2 .container {
  padding-bottom: 20px;
  /*max-width: 1450px;*/
  border-top: 1px solid #c2c2c2;
}
.product-page .init-2 .mbx .container {
  border: none;
  line-height: 1.2;
}

.product-page .init-2 .container .tip_title_cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .tip_title_cont .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .tip_title_cont .left .tip {
  font-size: 18px;
  color: #6a6a6a;
}
.product-page .init-2 .container .tip_title_cont .left .info {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.product-page .init-2 .container .tip_title_cont .left .info .cat_name {
  position: relative;
  top: 2px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
.product-page .init-2 .container .tip_title_cont .left .info i {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-left: 12px;
}
.product-page .init-2 .container .tip_title_cont .left .info .list_cont {
  position: absolute;
  width: 600px;
  top: 100%;
  z-index: 5;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 4px;
  font-size: 16px;
  display: none;
}
.product-page .init-2 .container .tip_title_cont .left .info .list_cont .list {
  display: block;
  padding: 6px 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-2 .container .tip_title_cont .left .info .list_cont .list:hover {
  background-color: #ebebeb;
}
.product-page .init-2 .container .tip_title_cont .right {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  border: 1px solid var(--color);
}
.product-page .init-2 .container .tip_title_cont .right svg {
  z-index: 2;
  position: relative;
}
.product-page .init-2 .container .tip_title_cont .right:before {
  background: var(--color);
}
.product-page .init-2 .container .tip_title_cont .right svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  fill: var(--color);
}
.product-page .init-2 .container .tip_title_cont .right:hover svg path {
  fill: #ffffff;
}
.product-page .init-2 .container .Auxil-catdes{
  line-height: 1.5;
  max-height: calc(1.5em * 8);
  overflow-y: auto;
}
.product-page .init-2 .container .pro_list {
  margin-top: 10px;
}
.product-page .init-2 .container .pro_list .list {
  margin-top: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid rgba(54, 37, 24, 0);
  padding: 30px 12px 10px 12px;
}
.product-page .init-2 .container .pro_list .list .img {
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .pro_list .list .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-2 .container .pro_list .list .cont {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-2 .container .pro_list .list .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
  display: block;
      text-align: center;
}
.product-page .init-2 .container .pro_list .list .cat_name {
  font-size: 14px;
  font-style: italic;
  color: #666666;
  line-height: 2;
}
.product-page .init-2 .container .pro_list .list:hover {
  border: 1px solid var(--color);
}
.product-page .init-2 .container .pro_list .list:hover .cont {
  transform: translateX(4px);
  -ms-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
}
@media (max-width: 1000px) {
  .product-page .init-1 {
    display: none;
  }
  .product-page .init-2 .container {
    border-top: none;
  }
  .product-page .init-2 .container .tip_title_cont {
    display: none;
  }
  .product-page .init-2 .container .pro_list .list {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .product-page {
    padding-bottom: 0px;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .pro_list .list {
    padding: 15px;
    margin-top: 20px;
  }
}

.inner_top_title {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 1.2;
}
.init-1 .inner_top_title1 {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: none;
  line-height: 1.2;
}
.inner_top_title .title {
  font-weight: bold;
  font-size: 95px;
  color: #433130;
  /*text-transform: uppercase;*/
}
.inner_top_title .nav_list {
  /*font-size: 16px;*/
  /*line-height: 2;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  font-weight: 400;
  font-size: 20px;
  color: #433130;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner_top_title .nav_list .list {
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner_top_title .nav_list .list.active {
  font-weight: bold;
}
.inner_top_title .nav_list .list.active::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.inner_top_title .nav_list .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.inner_top_title .nav_list .list:hover {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  font-weight: bold;
}
.inner_top_title .nav_list .list:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .inner_top_title .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner_top_title .title {
    font-size: 30px;
  }
  .inner_top_title .nav_list {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner_top_title {
    margin-top: 40px;
  }
  .inner_top_title .title {
    font-size: 24px;
  }
  .about-page .init-1 .inner_top_title{
    margin-top: 0;
  }
}
.about-page .init-2 .container .list {
  padding: 30px 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: start;
        -ms-flex-align: start;*/
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .init-2 .container .list.one .left {
  width: 42%;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-2 .container .list.one .left h1 {
  display: inline-block;
}
.about-page .init-2 .container .list.one .left .strong {
  font-weight: bold;
  font-size: 30px;
  color: #433130;
}

.about-page .init-2 .container .list.one .right {
  /*font-size: 16px;*/
  width: 50%;
  line-height: 30px;

  font-weight: 400;
  font-size: 20px;
  color: #564443;
}
.about-page .init-2 .container .list.two {
  border-top: 1px solid #c2c2c2;
  /*border-bottom: 1px solid #c2c2c2;*/
  padding: 70px 80px 0;
}
.about-page .init-2 .container .list.three {
  /*border-top: 1px solid #c2c2c2;*/
  /*border-bottom: 1px solid #c2c2c2;*/
  padding: 52px 80px 110px;
  align-items: flex-start;
}
.about-page .init-2 .container .list.two .img {
  width: calc(50% - 15px);
}
.about-page .init-2 .container .list.two .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-2 .container .list.three > div {
  width: 48%;
  /*font-size: 16px;*/

  font-weight: 400;
  font-size: 20px;
  color: #564443;
}
@media screen and (max-width: 1000px) {
  .about-page .init-2 .container .list {
    text-align: center;
  }
  .about-page .init-2 .container .list.one .left {
    width: 100%;
  }
  .about-page .init-2 .container .list.one .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-2 .container .list.three > div {
    width: 100%;
    font-size: 14px;
  }
  .about-page .init-2 .container .list.three .right {
    margin-top: 20px;
  }
  .about-page .init-2 .container .list.two {
    padding: 70px 0 0;
  }
  .about-page .init-2 .container .list.three {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .init-2 .container .list.one .left .strong{
    font-size: 20px;
  }
  .about-page .init-2 .container .list {
    padding: 20px 0;
  }
  .about-page .init-2 .container .list.one .left {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .init-2 .container .list.one .right {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-2 .container .list.two .img {
    width: 100%;
    margin-top: 16px;
  }
  .about-page .init-2 .container .list.three > div {
    line-height: 2;
  }
}

.quality-page .init-4 {
  /*margin-top: 90px;*/
}
.quality-page .init-4 .container {
  max-width: 1100px;
  text-align: center;
}
.quality-page .init-4 .container .tip {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.quality-page .init-4 .container .des {
  font-size: 16px;
  line-height: 30px;
  margin: auto;
  margin-top: 10px;
  max-width: 500px;
}
.quality-page .init-4 .container .content {
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
}
.quality-page .init-4 .container .content .swiper {
  margin-top: 40px;
}
.quality-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .quality-page .init-4 {
    /*margin-top: 0px;*/
    margin-bottom: 20px;
  }
  .quality-page .init-4 .container .tip {
    font-size: 20px;
  }
  .quality-page .init-4 .container .des {
    font-size: 16px;
    line-height: 2;
  }
  .quality-page .init-4 .container .content .swiper {
    margin-top: 20px;
  }
}

.m-page {
  margin-top: 60px;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #b2b2b2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 16px;
}
.m-page .wp-pagenavi span.current,
.m-page .wp-pagenavi a.current {
  border-color: #51453c;
  background-color: #51453c;
  color: #fff;
}
.m-page .wp-pagenavi a:hover {
  border-color: #51453c;
  background-color: #51453c;
  color: #fff;
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
}
.prodet-page {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}

.prodet-page .init-1 {
  width: 100%;
}
.prodet-page .init-1 .container {
  /*width: 100%;*/
  /*padding: 0 60px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-1 .container .img_list,
.prodet-page .init-1 .container .big_img{
  position: sticky;
  top: 130px;
}
.prodet-page .init-1 .container .img_list {
  width: 200px;
  height: 620px;
}
.prodet-page .init-1 .container .img_list .swiper {
  width: 100%;
  height: 100%;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper {
  height: 100%;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
  height: 200px;
  /*background-color: #fff;*/
  cursor: pointer;
  overflow: hidden;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .big_img {
  width: 39%;
  margin-left: 30px;
  /*background-color: #fff;*/
  height: 620px;
}
.prodet-page .init-1 .container .big_img a {
  width: 100%;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.prodet-page .init-1 .container .big_img a img {
  width: auto;
  height: auto;
  /*min-width: 500px;*/
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .right {
  margin-left: auto;
  width: 47%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 24px;
  font-weight: 400;
  color: var(--color);
}
.prodet-page .init-1 .container .right .cat_name {
  font-size: 14px;
  font-style: italic;
  color: #666666;
  line-height: 2;
  margin-top: 10px;
}
.prodet-page .init-1 .container .right .content_list{
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.content_list-tw {
  margin-top: 60px;
}
.content_list-tw {
  display: flex;
}
.prodet-page .init-1 .container .right .content_list .list,
.content_list-tw .list {
  border-top: 1px solid #c2c2c2;
  /*padding-right: 60px;*/
}
.prodet-page .init-1 .container .right .content_list .list:first-child,
.content_list-tw .list:first-child {
  border-top: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont,
.content_list-tw .list .title_cont {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont span,
.content_list-tw .list .title_cont span {
  font-size: 18px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn_2,
.content_list-tw .list .title_cont .btn_2 {
  width: 11px;
  height: 11px;
  margin-left: auto;
  position: relative;
}
.content_list-tw .list .title_cont .btn_2 {
  display: none;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn_2 div,
.content_list-tw .list .title_cont .btn_2 div {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn_2 div:last-child,
.content_list-tw .list .title_cont .btn_2 div:last-child {
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont.active .btn_2 div:last-child,
.content_list-tw .list .title_cont.active .btn_2 div:last-child {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.prodet-page .init-1 .container .right .content_list .list hr{
  background-color: #c2c2c2;
}
.prodet-page .init-1 .container .right .content_list .list .content,
.content_list-tw .list .content {
  font-size: 16px;
  padding: 30px 0;
  padding-top: 10px;
  line-height: 30px;
  display: none;
}
.prodet-page .init-1 .container .right .content_list .list .content strong,
.prodet-page .init-1 .container .right .content_list .list .content b,
.content_list-tw .list .content strong,
.content_list-tw .list .content b {
  font-weight: bold;
}
.prodet-page .init-1 .container .right .more_cont_2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: var(--color);
  padding: 14px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 60px;
  display: block;
}
.content_list-tw .list {
  border: none;
}
.prodet-page .init-1 .container .right .more_cont_2::before {
  background-color: #fff9f2;
}
.prodet-page .init-2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
/*.prodet-page .init-2 .container {
  width: 100%;
}*/
/*.prodet-page .init-2 .subline {
  padding: 0 60px;
}*/
.prodet-page .init-2 .subline div {
  background-color: #c2c2c2;
  height: 1px;
}
.prodet-page .init-2 .container .title_cont {
  margin-top: 50px;
  /*padding: 0 60px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .title_cont .name {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-2 .container .title_cont .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prodet-page .init-2 .container .title_cont .right .prev,
.prodet-page .init-2 .container .title_cont .right .next {
  background-color: var(--color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.prodet-page .init-2 .container .title_cont .right .prev svg,
.prodet-page .init-2 .container .title_cont .right .next svg {
  position: relative;
  z-index: 2;
}
.prodet-page .init-2 .container .title_cont .right .prev svg path,
.prodet-page .init-2 .container .title_cont .right .next svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-2 .container .title_cont .right .prev:hover svg path,
.prodet-page .init-2 .container .title_cont .right .next:hover svg path {
  fill: #000;
}
.prodet-page .init-2 .container .title_cont .right .prev {
  margin-right: 12px;
}
.prodet-page .init-2 .container .title_cont .right .prev svg {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.prodet-page .init-2 .container .content {
  /*padding-left: 60px;*/
  margin-top: 60px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  border: 1px solid #b2b2b2;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  height: 350px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 0 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 28px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 14px;
  font-style: italic;
  color: #666666;
  line-height: 2;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont {
  transform: translateX(4px);
  -ms-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.prodet-page .init-2 .container .content .swiper-pagination {
  position: relative;
  height: 6px;
  top: 0;
  left: 0;
  margin-top: 50px;
  background-color: #fff;
}
.prodet-page .init-2 .container .content .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}
.prodet-page .mbx {
  width: 100%;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 32px;
}
/*.prodet-page .mbx .container {
  width: 100%;
  padding: 0 60px;
}*/

.prodet-page .init-3 {
  width: 100%;
  margin-top: 80px;
}
.prodet-page .init-3 .container {
  max-width: 1100px;
}
.prodet-page .init-3 .container .tip {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .init-3 .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-3 .container form .list {
  width: 100%;
  margin-top: 30px;
}
.prodet-page .init-3 .container form .list.w_50 {
  width: 48%;
}
.prodet-page .init-3 .container form .list label {
  display: block;
  cursor: auto;
  font-size: 16px;
}
.prodet-page .init-3 .container form .list input {
  margin-top: 6px;
  display: block;
  border: none;
  height: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background: inherit;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-3 .container form .list input:focus {
  height: 36px;
}
.prodet-page .init-3 .container form .list textarea {
  margin-top: 10px;
  display: block;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: inherit;
  border: 1px solid #000;
  height: 50px;
}
.prodet-page .init-3 .container form .submit_btn {
  background-color: #000;
  width: 230px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}
@media (max-width: 1500px) {
  /*.prodet-page .init-1 .container {
    width: 1200px;
  }*/
  .prodet-page .init-1 .container .right .content_list .list,
  .content_list-tw .list {
    padding-right: 0;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
    height: 226px;
  }
  .prodet-page .init-2 .container {
    width: 1200px;
  }
  /*.prodet-page .mbx .container {
    width: 1200px;
  }*/
}
@media (max-width: 1250px) {
  .prodet-page .init-1 .container{
    flex-wrap: wrap;
  }
  .prodet-page .init-1 .container .img_list {
    height: 700px;
    width: 26%;
  }
  .prodet-page .init-1 .container .big_img {
    width: 70%;
    height: 700px;
  }
  .prodet-page .init-1 .container .img_list, .prodet-page .init-1 .container .big_img{
    position: unset;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  /*.prodet-page .init-1 .container {
    width: 700px;
    padding: 0 15px;
  }*/
  .prodet-page .init-1 .container .big_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    height: 86vw;
  }
  .prodet-page .init-1 .container .img_list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    height: auto;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
    height: 120px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prodet-page .init-1 .container .m-link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prodet-page .mbx {
    margin-top: 40px;
  }
  /*.prodet-page .mbx .container {
    padding: 0 15px;
    width: 700px;
  }*/
  .prodet-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
.prodet-page .init-1 .container .right .more_cont_2 {
  padding-top: 6px;
  padding-bottom: 6px;
}
  /*.prodet-page .init-1 .container {
    width: 100%;
  }*/
  .industry {
    display: none;
  }
  .prodet-page .init-2{
    margin-bottom: 0;
  }
  .prodet-page .about-page .init-1{
    margin-top: 0;
  }
  .prodet-page .init-2 .container {
    width: 100%;
  }
  .prodet-page .init-2 .container .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
  }
  .prodet-page .init-2 .container .title_cont .name {
    width: 100%;
  }
  .prodet-page .init-2 .container .title_cont .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .content {
    padding-left: 0;
  }
  .prodet-page .init-2 .subline {
    padding: 0 15px;
  }
  /*.prodet-page .mbx .container {
    width: 100%;
  }*/
}
@media (max-width: 500px) {
  .prodet-page {
    padding-bottom: 40px;
  }
  .prodet-page .init-1 {
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .content_list,
  .content_list-tw {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 20px;
  }
  .prodet-page .init-1 .container .right .more_cont_2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .title_cont .name {
    font-size: 20px;
  }
  .prodet-page .init-2 .container .content {
    margin-top: 30px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    padding: 15px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .content .swiper-pagination {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 10px;
  }
  .prodet-page .init-3 .container .tip {
    font-size: 20px;
    text-align: center;
  }
  .prodet-page .init-3 .container form .list.w_50 {
    width: 100%;
  }
  .prodet-page .init-3 .container form .submit_btn {
    width: 100%;
  }
  .prodet-page .mbx {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
.news-page .container .tip_title_1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.news-page .container .tip_title_2 {
  font-size: 92px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}
.news-page .container .content {
  /*margin: 0 -15px;*/
  margin-top: 30px;
}
.news-page .container .content .column {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container .content .column .box {
  position: relative;
  overflow: hidden;
}
.news-page .container .content .column .box a {
  display: block;
}
.news-page .container .content .column .box .img {
  height: 640px;
}
.news-page .container .content .column .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .content .column .box .shadow {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.news-page .container .content .column .box .cont {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  width: 100%;
  padding: 0 40px;
  bottom: 46px;
  left: 0;
  z-index: 3;
  color: #fff;
}
.news-page .container .content .column .box .cont .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.news-page .container .content .column .box .cont .des {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.news-page .container .content .column .box:hover .shadow {
  opacity: 1;
}
.news-page .container .content .column .box:hover .cont {
  transform: translateX(6px);
  -ms-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -o-transform: translateX(6px);
}
@media (max-width: 1700px) {
  .news-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1500px) {
  .news-page .container .content .column .box .img {
    height: 480px;
  }
}
@media (max-width: 1250px) {
}
@media (max-width: 1000px) {
  .news-page .container .tip_title_1 {
    margin-top: 40px;
  }
  .news-page .container .tip_title_2 {
    font-size: 60px;
  }
  .news-page .container .content .column .box .img {
    height: 300px;
  }
  .news-page .container .content .column .box .cont {
    padding: 0 15px;
    bottom: 15px;
  }
}
@media (max-width: 700px) {
  .news-page .container .content .column .box .img {
    height: 54vw;
  }
}
@media (max-width: 500px) {
  .news-page .container .tip_title_2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .news-page .container .content {
    margin: 0;
  }
  .news-page .container .content .column {
    padding: 0;
    margin-top: 20px;
  }
  .news-page .container .content .column .box .img {
    height: 116vw;
  }
  .news-page .container .content .column .box .cont .title {
    font-size: 18px;
  }
}

.newdet-page .container .title {
  font-size: 26px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.newdet-page .container time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
}
.newdet-page .container .content_cont {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .container .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .container .share h4 {
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-weight: bold;
}
.newdet-page .container .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .container .share ul li {
  width: auto;
  margin-left: 20px;
}
@media (max-width: 1700px) {
  .newdet-page > .container {
    margin-top: 40px;
  }
  .newdet-page .container .title {
    text-align: center;
  }
  .newdet-page .container time {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .newdet-page .container .title {
    font-size: 20px;
  }
  .newdet-page .container .share {
    margin-bottom: 30px;
  }
}
.contact-page .init-1 .tip_title {
  text-transform: uppercase;
  font-size:50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: var(--color);
}
.contact-page .init-1 .container {
  max-width: 1100px;
  margin: auto;
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 48%;
}
.contact-page .init-1 .container .left .tip {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--color);
}
.contact-page .init-1 .container .left .tip span {
  display: block;
}
.contact-page .init-1 .container .left .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left .contact_info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .init-1 .container .left .contact_info .list img {
  width: 18px;
  margin-right: 4px;
}
.contact-page .init-1 .container .left form {
  margin-top: 50px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 26px;
  width: 100%;
}
.contact-page .init-1 .container .left form .list label {
  display: block;
  cursor: auto;
  font-size: 16px;
}
.contact-page .init-1 .container .left form .list input {
  margin-top: 6px;
  display: block;
  border: none;
  height: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background: inherit;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-1 .container .left form .list input:focus {
  height: 36px;
}
.contact-page .init-1 .container .left form .list textarea {
  margin-top: 6px;
  display: block;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: inherit;
  border: 1px solid #000;
}
.contact-page .init-1 .container .left form .submit_btn {
  background-color: #000;
  width: 230px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}
.contact-page .init-1 .container .right {
  width: 46%;
}
.contact-page .init-1 .container .right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page .init-2 {
  margin-top: 120px;
  border-top: 1px solid #b2aea9;
}
.contact-page .init-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-2 .container .list {
  margin-top: 40px;
  max-width: 266px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-2 .container .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 38px;
}
.contact-page .init-2 .container .list .img img {
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-2 .container .list .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.contact-page .init-2 .container .list .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 8px;
}
.contact-page .init-2 .container .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.contact-page .init-2 .container .list:hover .img img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.contact-page .init-3 {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.contact-page .init-3 .button-group .button {
  background: #000;
}
@media (max-width: 1250px) {
  .contact-page .init-2 .container .list {
    width: 23%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .tip_title {
    font-size: 60px;
  }
  .contact-page .init-1 .container {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .left .tip {
    text-align: center;
  }
  .contact-page .init-1 .container .left .contact_info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .contact-page .init-1 .container .left form .submit_btn {
    margin: auto;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    display: none;
  }
  .contact-page .init-2 .container .list {
    width: 48%;
    text-align: center;
  }
  .contact-page .init-2 .container .list .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .tip_title {
    font-size: 30px;
  }
  .contact-page .init-1 .container .left .tip {
    font-size: 20px;
    line-height: 1.4;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
    text-align: center;
  }
}

.faq-page .container {
  /*max-width: 1100px;*/
}
.faq-page .container .list {
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}
.faq-page .container .list:first-child {
  padding-top: 0;
  border-top: none;
}
.faq-page .container .list .title {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.faq-page .container .list .des {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 14px;
  padding-bottom: 40px;
}
.faq-page .container .list:hover .title {
  color: #433130;
}

.faq-page .container .list:hover .des {
  color: #433130;
}

@media (max-width: 1000px) {
  .faq-page .container .list {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .faq-page {
    padding-bottom: 40px;
  }
  .faq-page .container .list .title {
    font-size: 20px;
    line-height: 1.6;
  }
}

.quality-page .init-2 {
  margin-top: 40px;
}
.quality-page .init-2 .container {
  /*max-width: 1100px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .init-2 .container-1 {
  display: block;
}
.quality-page .init-2 .container .left {
  width: 43%;
}
.quality-page .init-2 .container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .init-2 .container .right {
  width: 43%;
}
.quality-page .init-2 .container-1 .right {
  width: 100%;
}
.quality-page .init-2 .container .right .title {
  font-size: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.quality-page .init-2 .container-3 .right .title1 {
  font-weight: bold;
  font-size: 30px;
  color: #433130;
  margin-bottom: 40px;
}
.quality-page .init-2 .container-3 .right .title {
  font-weight: bold;
  font-size: 20px;
  color: #433130;
}
.quality-page .init-2 .container-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 180px;
  align-items: flex-start;
  margin-top: 80px;
}
.quality-page .init-2 .container-3 .right,
.quality-page .init-2 .container-3 .left {
  width: 100%;
  height: 100%;
}
.quality-page .init-2 .container-3 .right .des {
  font-weight: 400;
  font-size: 18px;
  color: #564443;
  line-height: 22px;
  margin-bottom: 60px;
}
.quality-page .init-2 .container-3 .right .des:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .quality-page .init-2 .container-3 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 180px;
    align-items: flex-start;
    margin-top: 50px;
  }
}
.quality-page .init-2 .container-1 .right .title {
  font-weight: bold;
  font-size: 30px;
  color: #433130;
  text-align: center;
}
.quality-page .init-2 .container .right .des {
  font-size: 16px;
  margin-top: 20px;
}
.quality-page .init-2 .container-1 .right .des {
  font-weight: 400;
  font-size: 20px;
  color: #564443;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.3);
  padding-bottom: 47px;
}
@media screen and (max-width: 1000px) {
  .quality-page .init-2 .container .left {
    width: 100%;
  }
  .quality-page .init-2 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .quality-page .init-9{

  }
}
@media screen and (max-width: 700px) {
  .quality-page .init-2 .container-3 .right .title1{
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .init-2 .container .right .title {
    font-size: 20px;
  }
  .quality-page .init-2 .container .right .des {
    margin-top: 10px;
    line-height: 2;
    font-size: 14px;
  }
  .quality-page .init-2 .container-4 .right .title {
    font-weight: bold;
    font-size: 24px;
    color: #433130;
  }
  .quality-page .init-2 .container-4 .right .des {
    font-weight: 400;
    font-size: 18px;
    color: #564443;
    line-height: 22px;
  }
}
.culture-page .init-3 {
  /*margin-top: 140px;*/
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 130px;
  color: #ffffff;
  text-align: center;
}
.inner-page.about-page .culture-page .init-3 {
  /*margin-top: 140px;*/
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 130px;
  color: #ffffff;
  text-align: center;
}
.inner-page.about-page .culture-page .init-3 .container .tip {
  color: rgba(67, 49, 48, 1);

  font-weight: bold;
  font-size: 95px;
  color: #433130;
}
.inner-page.about-page .culture-page .init-3 .container .des {
  display: none;
}
.culture-page .init-3 .container .tip {
  color: rgba(67, 49, 48, 1);

  font-weight: bold;
  font-size: 95px;
  color: #433130;
}
.culture-page .init-3 .container .des {
  display: none;
  font-size: 18px;
}
.culture-page .init-3 .container .img_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.culture-page .init-3 .container .img_list img {
  width: 48%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .culture-page .init-3 .container .tip {
    font-size: 60px;
  }
}
@media (max-width: 700px) {
  .culture-page .init-3 {
    margin-top: 0px;
    padding: 20px 0 40px;
  }
}
@media (max-width: 500px) {
  .culture-page .init-3 .container .tip {
    font-size: 22px;
  }
  .culture-page .init-3 .container .des {
    margin-top: 16px;
  }
  .culture-page .init-3 .container .img_list {
    margin-top: 10px;
  }
  .culture-page .init-3 .container .img_list img {
    width: 100%;
    margin-top: 16px;
  }
}
.seoPublic > div:nth-child(odd){
  background: none;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}
@media (max-width: 1700px) {
  .gallery-page {
    padding: 70px 0;
  }
}
.about-page1 .about-1 {
  background: url(/shanghongtextile/2026/08/06/Shanghong.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 8.542%;
}
.about-page1 .about-1 .top .left {
  /*width: 55%;*/
  /*padding-right: 13%;*/
}
.about-page1 .about-1 .top .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page1 .about-1 .top .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
}
.about-page1 .about-1 .top .left .title {
  font-size: 90px;

  line-height: 0.9;
  color: #333;
}
.about-page1 .about-1 .top .left .title em {
  display: block;
  text-align: right;
}
.about-page1 .about-1 .top .right {
  /*width: 45%;*/
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
}
.about-page1 .about-1 .img {
  padding-top: 65px;
}
.about-page1 .about-1 .img .box {
  height: 951px;
  position: relative;
  overflow: hidden;
}
.about-page1 .about-1 .img .box .play {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.about-page1 .about-1 .img .box .play span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: var(--color);
  text-align: center;
  line-height: 60px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about-page1 .about-1 .img .box .play span::before,
.about-page1 .about-1 .img .box .play span::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page1 .about-1 .img .box .play span::before {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.about-page1 .about-1 .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/shanghongtextile/2026/08/06/ab3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-size: auto 100%;
}
.about-page1 .about-1 .bottom {
  padding: 72px 61px 0 42px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color);
  opacity: 0.65;
}
.about-page1 .about-1 .data {
  padding: 83px 7px 0 20px;
}
.about-page1 .about-1 .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page1 .about-1 .data ul li {
  position: relative;
  padding: 0 54px 0 51px;
}
.about-page1 .about-1 .data ul li:nth-child(2) p {
  margin-left: 10px;
}
.about-page1 .about-1 .data ul li .num {
  font-size: 143px;

  font-weight: bold;
  color: var(--color);
  opacity: 0.17;
  line-height: 1;
}
.about-page1 .about-1 .data ul li p {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
.about-page1 .about-1 .data ul li::after {
  content: '';
  position: absolute;
  top: 34%;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: var(--color);
  opacity: 0.1;
}
.about-page1 .about-1 .data ul li:first-child {
  padding-left: 0;
}
/*.about-page1 .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page1 .about-1 .data ul li:last-child p {
  padding-left: 15px;
}
.about-page1 .about-1 .data ul li:last-child::after {
  display: none;
}
.about-page1 .about-2 {
  background: url(/shanghongtextile/2026/08/06/Ygl9i2.jpg?imageView2/2/format/webp/q/100) no-repeat center 178px;
  margin-top: 129px;
}
.about-page1 .about-2 ul li {
  color: #fff;
  padding-bottom: 51px;
  position: relative;
  margin-bottom: 110px;
}
.about-page1 .about-2 ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page1 .about-2 ul li .img {
  width: 59.267%;
}
.about-page1 .about-2 ul li .text {
  width: 40.733%;
  padding: 0 0 106px 53px;
}
.about-page1 .about-2 ul li .text .tit {
  font-size: 50px;
  line-height: 1.1;
}
.about-page1 .about-2 ul li .text .con {
  font-size: 16px;
  line-height: 1.5;
  color: #f4f0ed;
  opacity: 0.65;
  margin-top: 26px;
}
.about-page1 .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
}
.about-page1 .about-2 ul li .nr .left {
  width: 52%;
  text-align: right;
  padding-right: 60px;
}
.about-page1 .about-2 ul li .nr .left span {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 112px 0 21px;
  position: relative;
}
.about-page1 .about-2 ul li .nr .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.about-page1 .about-2 ul li .nr .left .title {
  font-size: 98px;
  line-height: 1;
}
.about-page1 .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.26;
}
.about-page1 .about-2 ul li:nth-child(odd) .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page1 .about-2 ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page1 .about-2 ul li:nth-child(even) .ig .text {
  padding: 100px 44px 0 0;
}
.about-page1 .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1680px) {
  .about-page1 .about-1 .data ul li {
    padding: 0 50px 0 0;
  }
  .about-page1 .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }
  .about-page1 .about-2 ul li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page1 .about-1 .top .left {
    padding-right: 8.5%;
  }
  .about-page1 .about-1 .data ul li .num {
    font-size: 100px;
  }
  .about-page1 .about-2 ul li .text .tit {
    font-size: 46px;
  }
  .about-page1 .about-2 ul li .nr .left .title {
    font-size: 90px;
  }
  .about-page1 .about-2 ul li .text .con {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page1 .about-2 ul li .img {
    width: 47%;
  }
  .about-page1 .about-1 .top .left {
    padding-right: 3%;
  }
  .about-page1 .about-1 .data ul li {
    padding: 0 26px 0 0;
  }
  .about-page1 .about-1 .data ul li .num {
    font-size: 110px;
  }
  .about-page1 .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }
  .about-page1 .about-2 ul li {
    margin-bottom: 30px;
  }
  .about-page1 .about-2 ul li .text {
    padding: 0 0 40px 40px;
  }
  .about-page1 .about-2 ul li .text .tit {
    font-size: 40px;
  }
  .about-page1 .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page1 .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }
  .about-page1 .about-1 .top .left {
    width: 43%;
  }
}
@media screen and (max-width: 1100px) {
  .about-page1 .about-1 .top .left .title {
    font-size: 77px;
  }
  .about-page1 .about-2 ul li .nr .left .title {
    font-size: 83px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page1 .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page1 .about-1 .top .right {
    width: 100%;
  }
  .about-page1 .about-1 .img {
    padding-top: 40px;
  }
  .about-page1 .about-1 .bottom {
    padding: 30px 0 0 0;
  }
  .about-page1 .about-1 .data {
    display: none;
  }
  .about-page1 .about-2 {
    margin-top: 40px;
  }
  .about-page1 .about-2 ul li {
    padding-bottom: 0;
  }
  .about-page1 .about-2 ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page1 .about-2 ul li .img {
    width: 100%;
  }
  .about-page1 .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page1 .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }
  .about-page1 .about-2 ul li .nr .left {
    text-align: left;
  }
  .about-page1 .about-2 ul li .nr .left .title {
    font-size: 54px;
  }
  .about-page1 .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-1 {
    background: transparent;
    padding-top: 0;
  }
  .about-page1 .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page1 .about-2 ul li .nr .right {
    display: none;
  }
    .about-page1 .about-1 .top .left .title {
    font-size: 24px;
  }
  .about-page1 .about-2 ul li .nr .left .title,
    .about-page1 .about-2 ul li .text .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {

  .about-page1 .about-1 .top .right {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page1 .about-1 .img {
    padding-top: 20px;
  }
  .about-page1 .about-1 .img .box {
    height: 300px;
  }
  .about-page1 .about-1 .bottom {
    font-size: 16px;
    line-height: 1.8;
  }
}
.about-c-page .about-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-c-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}

/*.about-c-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-c-page .about-1 .left .con {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}

.about-c-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}

.about-c-page .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.about-c-page .about-1 .play {
  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%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: 0.5s;
}

.about-c-page .about-1 .play:hover {
  background: var(--color);
}

.about-c-page .about-1 .play i {
  position: relative;
  left: 3px;
}

.about-c-page .about-1 .right .data {
  margin-top: calc(1.77vw + 14px);
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: calc(0.525vw + 14px) calc(0.8345vw + 14px) calc(2.1885vw + 14px) calc(0.8345vw + 14px);
}

.about-c-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-c-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

.about-c-page .about-1 .right .data ul li span {
  line-height: 32px;
}

.about-c-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: 0.5s;
  margin-top: 10px;
}

.about-c-page .about-1 .right .data ul li:hover .num {
  color: var(--color);
}

.about-c-page .about-1 .right .data ul li p {
  margin-top: 12px;
}

@media screen and (max-width: 1680px) {
  .about-c-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
}
@media screen and (max-width: 1440px) {
  .about-c-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (max-width: 1280px) {
  .about-c-page .about-1 .left {
    padding-right: 0;
  }

  .about-c-page .about-1 .right {
    padding-left: 30px;
  }

  .about-c-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
}
@media screen and (max-width: 1100px) {
  .about-c-page .about-1 .left .con {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-c-page .about-1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .about-c-page .about-1 .right {
    display: none;
  }
}
.about-c-page .about-1 img {
  border-radius: 10px;
}

.about-c-page .about-5 {
  padding: 2% 0 0%;
}

.about-c-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}

.about-c-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
  font-weight: normal;
}

.about-c-page .about-5 .content {
  margin-top: 101px;
}

/*.about-c-page .about-5 .content ul {
  margin-right: -78px;
}
.about-c-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-c-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}

.about-c-page .about-5 .content ul li .ig .img-box {
  display: block;
}

.about-c-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}

.about-c-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-c-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .about-c-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .about-c-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about-c-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-c-page .about-5 .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-c-page .about-5 .title {
    font-size: 50px;
  }
  .about-c-page .about-5 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-c-page .about-5 .title {
    font-size: 40px;
  }

  .about-c-page .about-5 .content {
    margin-top: 20px;
  }

  .about-c-page .about-5 .content ul {
    margin-right: -20px;
  }

  .about-c-page .about-5 .content ul li {
    padding-right: 20px;
  }

  .about-c-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }

  .about-c-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }

  .about-c-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-c-page .about-5 .title {
    font-size: 27px;
  }
}

/*#index-body .i-why {
  background: #f7f7f7;
}*/

#index-body .i-why .top {
  margin-bottom: 54px;
}

#index-body .i-why .top .left .i-title {
  display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}

#index-body .i-why .top .right {
  padding-left: 70px;
}

#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none;
}

#index-body .i-why .top .right .des.active {
  display: block;
}

#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}

#index-body .i-why .wrap .left ul {
  margin: -13px;
}

#index-body .i-why .wrap .left ul li {
  padding: 13px;
}

#index-body .i-why .wrap .left ul li .box {
  /*background: #fff;*/
  background: #f7f7f7;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}

#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  /*-webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}

#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}

#index-body .i-why .wrap .right ul li {
  height: 415px;
}

#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .i-why .wrap .right {
    display: none;
  }

  #index-body .i-why .wrap .left {
    width: 100%;
  }

  #index-body .i-why {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-why .top .left {
    width: 100%;
  }

  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #index-body .i-why {
    padding: 50px 0;
  }

  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}
#index-body .news1 .news-list {
  border-radius: 10px;
}
#index-body .news1 .news-list li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #141414;
}
#index-body .news1 .news-list li .slide-box {
  background-color: #d8cdc4;
}
#index-body .news1 .news-list li .slide-box .title:hover {
  color: var(--color);
  text-decoration: underline;
}
#index-body .news1 .news-list li .slide-box .intro {
  line-height: 1.65;
}
@media screen and (max-width: 1000px) {
#index-body .news1 .news-list li{
  width: 50%;
}
}
@media screen and (max-width: 700px) {
#index-body .news1 .news-list li{
  width: 100%;
}
}