@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-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-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.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.5%;
}
.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%;
    }
}
.set-position-center {
  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%);
}
.set-display-center {
  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;
}
.set-display-sb-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.set-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.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: 'Poppins';
  max-width: 1920px;
  --color: #874f3b;
  --color1: #4e1500;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.public-title-top {
  padding-left: 28px;
  color: var(--color);
  position: relative;
}
.public-title-top:before {
  content: '';
  display: block;
  width: 22px;
  position: absolute;
  height: 1px;
  bottom: 30%;
  left: 0;
  background-color: var(--color);
}
.public-title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.public-mod-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.public-mod-header .left {
  margin-right: 25px;
}
.public-mod-header .left .intro {
  color: #666666;
  font-weight: 300;
}
.public-btn {
  line-height: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 25px;
  padding-right: 24px;
  color: #fefeff;
  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;
  background-color: var(--color);
  border: solid 1px var(--color);
  border-radius: 23px;
}
.public-btn span {
  margin-right: 25px;
}
.public-btn i {
  font-size: 18px;
}
.public-btn:hover {
  background-color: #000;
  border-color: #000;
}
.public-btn.btn1 {
  background-color: transparent;
  color: var(--color);
  line-height: 43px;
}
.public-btn.btn1:hover {
  background-color: var(--color);
  color: #fefeff;
  border-color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#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: 16px;
  margin-bottom: 20px;
}
#header .nav .ui.menu .social-account {
  height: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: auto;
}
#header .nav .ui.menu .social-account li:nth-child(3) a i {
  font-size: 19px;
}
#header .nav .ui.menu .social-account a {
  display: block;
  color: var(--color);
}
#header .nav .ui.menu .social-account a i {
  font-size: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
}
#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 {
  font-size: 18px;
  margin-right: 38px;
  color: #666666;
  -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 {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a:after {
  opacity: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  position: absolute;
  content: '';
  left: 0;
  top: -37px;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#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;
  position: relative;
}
#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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  border-radius: 29px;
}
#header .nav .ui.menu .items .h-inquiry span {
  line-height: 58px;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #000;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .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 .items .h-language span {
  color: #333333;
  padding-right: 6px;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -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;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 6%;
  bottom: 6.2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner ul.slick-dots li {
  width: 11px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #fff;
  width: 18px;
  height: 18px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#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-color: #161514;
  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;
}
#banner {
  margin-top: 100px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding-left: 100px;
  padding-right: 100px;
}
#banner:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 36%;
  z-index: -1;
  background-color: var(--color);
}
#banner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 64%;
  background-color: var(--color);
  z-index: -1;
}
#banner .banner-left {
  width: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 78.5%;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#banner .banner-left .progress {
  height: 83px;
  width: 2px;
}
#banner .banner-left .progress .progress-list {
  background-color: rgba(102, 102, 102, 0.3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#banner .banner-left .progress .progress-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .banner-left .progress .progress-list li.active {
  background-color: var(--color);
}
#banner ul.banner-slick li {
  position: relative;
}
#banner ul.banner-slick li > img {
  border-radius: 30px 0px 0px 30px;
}
#banner ul.banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner ul.banner-slick li .content .text-box {
  padding-top: 13.2%;
  color: #fff;
}
#banner ul.banner-slick li .content .text-box h2 {
  font-weight: bold;
  max-width: 841px;
  line-height: 1.1;
  margin: 0 auto;
}
#banner ul.banner-slick li .content .text-box p {
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
#banner .banner-bottom {
  position: relative;
  z-index: 5;
  margin-top: -78px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#banner .banner-bottom .banner-logo {
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px 0px 0px 30px;
}
#banner .banner-bottom .banner-logo .title {
  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%);
  color: #fff;
}
#banner .banner-bottom .bottom-list {
  background-color: var(--color1);
  max-width: 1230px;
  z-index: 1;
}
#banner .banner-bottom .bottom-list:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 64%;
  background-color: var(--color1);
  z-index: -1;
  -webkit-transform: translateX(95%);
  -moz-transform: translateX(95%);
  -ms-transform: translateX(95%);
  transform: translateX(95%);
}
#banner .banner-bottom .bottom-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 33.333%;
}
#banner .banner-bottom .bottom-list li .icon {
  width: 78px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#banner .banner-bottom .bottom-list li .right-text {
  color: #fff;
}
#banner .banner-bottom .bottom-list li .right-text .top {
  font-weight: bold;
}
#banner .banner-bottom .bottom-list li .right-text .top em,
#banner .banner-bottom .bottom-list li .right-text .top span {
  font-size: 30px;
  line-height: 1.2;
}
#banner .banner-bottom .bottom-list li .right-text .title {
  font-weight: 300;
  max-width: 232px;
}
#banner .banner-bottom .bottom-list li:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .category {
  background-color: #f2f2f2;
}
#index-body .category .public-mod-header .left .intro {
  max-width: 872px;
}
#index-body .category .content {
  position: relative;
}
#index-body .category .content .line {
  position: absolute;
  height: 100%;
  top: 0;
  right: 35.87209302325581%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
#index-body .category .content .line .arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 35%;
}
#index-body .category .content .line .arrows .category-next {
  margin-bottom: 18px;
}
#index-body .category .content .line .arrows .category-prev,
#index-body .category .content .line .arrows .category-next {
  width: 39px;
  height: 39px;
  background-color: #e6e6e6;
  border-radius: 50%;
  color: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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;
}
#index-body .category .content .line .arrows .category-prev i,
#index-body .category .content .line .arrows .category-next i {
  font-size: 20px;
}
#index-body .category .content .line .arrows .category-prev:hover,
#index-body .category .content .line .arrows .category-next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .category .content .category-slick {
  margin-right: -42%;
}
#index-body .category .content .category-slick li .slide-box {
  margin-right: 18%;
}
#index-body .category .content .category-slick li .slide-box .left .title {
  color: var(--color);
  max-width: 608px;
  line-height: 1.4;
}
#index-body .category .content .category-slick li .slide-box .left .title .link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .content .category-slick li .slide-box .left .title .link:hover {
  color: var(--color1);
}
#index-body .category .content .category-slick li .slide-box .left .intro {
  color: #666666;
  font-weight: 300;
  max-width: 584px;
}
#index-body .service .public-mod-header .left .intro {
  max-width: 870px;
}
#index-body .service .service-prev {
  left: 0;
}
#index-body .service .service-next {
  right: 0;
}
#index-body .service .service-prev,
#index-body .service .service-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  background-color: #e6e6e6;
  border-radius: 50%;
  color: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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;
}
#index-body .service .service-prev i,
#index-body .service .service-next i {
  font-size: 20px;
}
#index-body .service .service-prev:hover,
#index-body .service .service-next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .service .service-list {
  margin-right: -51px;
}
#index-body .service .service-list li .slide-box {
  margin-right: 51px;
}
#index-body .service .service-list li .box {
  background: url('../images/service-item-bg.jpg') no-repeat right top;
  background-size: cover;
  border-radius: 30px;
  position: absolute;
  left: 7%;
  top: 14%;
}
#index-body .service .service-list li .box .icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .service .service-list li .box .icon img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .service .service-list li .box .icon:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-color: #072f75;
  opacity: 0.8;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
#index-body .service .service-list li .box .title {
  font-weight: 500;
}
#index-body .service .service-list li .box .intro {
  max-width: 333px;
  color: #666666;
  margin-bottom: 5px;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
}
#index-body .service .service-list li .box .public-btn {
  margin-bottom: -23px;
}
#index-body .service .service-list li:hover .box .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .service .service-list li:hover .intro {
  margin-bottom: 52px;
  height: -webkit-calc(20px * 4);
  height: -moz-calc(20px * 4);
  height: calc(20px * 4);
}
#index-body .about {
  background: #f2f2f2 url('../images/about-bg.jpg') no-repeat left center;
  position: relative;
}
#index-body .about h1 {
  display: inline;
}
#index-body .about .about-left {
  width: 45.93%;
  position: relative;
}
#index-body .about .about-left .title {
  width: 81px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 0px 0px 30px;
  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;
  background-color: var(--color);
}
#index-body .about .about-left .title img {
  max-height: 85%;
}
#index-body .about .about-left .about-left-slick {
  width: -webkit-calc(100% - 81px);
  width: -moz-calc(100% - 81px);
  width: calc(100% - 81px);
  margin-left: 81px;
}
#index-body .about .about-left .about-left-slick li img {
  border-radius: 0px 30px 30px 0px;
}
#index-body .about .about-left .about-left-slick ul.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 14px;
  bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li {
  width: 11px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li.slick-active {
  background-color: #fff;
  width: 18px;
  height: 18px;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li button {
  display: none;
}
#index-body .about .right .public-mod-header {
  margin-right: -22%;
}
#index-body .about .right .about-content .intro {
  max-width: 780px;
  color: #666666;
  font-weight: 300;
}
#index-body .about .number-Plus li .data-right .top {
  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;
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .advantage {
  background-size: cover;
  position: relative;
}
#index-body .advantage .advantage-bg-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track .slick-slide {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track .slick-slide div {
  height: 100%;
}
#index-body .advantage .advantage-bg-list .slick-list .slick-track .slick-slide li {
  height: 100%;
}
#index-body .advantage .public-mod-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
#index-body .advantage .public-mod-header .left {
  margin-right: 0;
  width: 100%;
}
#index-body .advantage .public-mod-header .public-title {
  color: #fff;
}
#index-body .advantage .public-mod-header .public-title-top {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}
#index-body .advantage .public-mod-header .public-title-top:before {
  background-color: #fff;
}
#index-body .advantage .public-mod-header .intro {
  color: #fff;
  max-width: 780px;
  margin: 0 auto;
}
#index-body .advantage .advantage-text-slick {
  color: #fff;
}
#index-body .advantage .advantage-text-slick .title {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.25;
}
#index-body .advantage .advantage-text-slick .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  color: #dddddd;
}
#index-body .advantage .advantage-items {
  margin-right: -50px;
}
#index-body .advantage .advantage-items li {
  width: 20%;
  padding-right: 50px;
  font-weight: 500;
}
#index-body .advantage .advantage-items li.active .box {
  -webkit-transform: translateY(-41px);
  -moz-transform: translateY(-41px);
  -ms-transform: translateY(-41px);
  transform: translateY(-41px);
  background-color: rgba(135, 79, 59, 0.7);
  color: #ffffff;
}
#index-body .advantage .advantage-items li.active .intro {
  opacity: 1;
}
#index-body .advantage .advantage-items li .box {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 14px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5625;
}
#index-body .advantage .advantage-items li .box .title {
  line-height: 1.25;
  min-height: -webkit-calc(1.25em * 2);
  min-height: -moz-calc(1.25em * 2);
  min-height: calc(1.25em * 2);
}
#index-body .advantage .advantage-items li .box .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .news {
  background-color: #f2f2f2;
}
#index-body .news .public-mod-header .intro {
  color: #333333;
}
#index-body .news .news-slick {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}
#index-body .news .news-slick li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
#index-body .news .news-slick li .slide-box .left {
  background-color: #f2f2f2;
  border-radius: 10px;
  color: var(--color);
  font-weight: 300;
}
#index-body .news .news-slick li .slide-box .left .step {
  border-bottom: 1px solid var(--color);
}
#index-body .news .news-slick li .slide-box .right .title {
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 269px;
}
#index-body .news .news-slick li .slide-box .right .intro {
  color: #666666;
  max-width: 230px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.1;
}
#index-body .news .news-slick li .slide-box .right .news-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-left: 2px solid var(--color);
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 16px;
}
#index-body .news .news-slick li .slide-box .right .news-btn span {
  margin-left: 12px;
  margin-right: 7px;
}
#index-body .news .news-slick li:hover {
  background-color: var(--color);
}
#index-body .news .news-slick li:hover .slide-box .left {
  background-color: #ffffff;
}
#index-body .news .news-slick li:hover .slide-box .right .title {
  color: #ffffff;
}
#index-body .news .news-slick li:hover .slide-box .right .intro {
  color: #ffffff;
}
#index-body .news .news-slick li:hover .slide-box .right .news-btn {
  color: #ffffff;
  border-color: #fff;
}
#footer {
  background-color: #f2f2f2;
}
#footer .f-contact {
  position: relative;
  z-index: 1;
}
#footer .f-contact:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: var(--color);
}
#footer .f-contact:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 100%;
  background: var(--color);
  border-radius: 30px 0px 0px 0px;
  z-index: -1;
}
#footer .f-contact .title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-contact .f-contact-content {
  border-radius: 0px 30px 0px 0px;
  background-color: var(--color);
  max-width: 1326px;
  color: #fff;
  margin-right: 400px;
}
#footer .f-contact .f-contact-content li .icon {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-contact .f-contact-content li .text {
  max-width: 300px;
  line-height: 1.15;
}
#footer .f-content {
  background-color: var(--color1);
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dd {
  margin-bottom: 16px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-text-stroke: 1px transparent;
  /* 描边宽度和颜色 */
  text-stroke: 1px transparent;
  /* 标准属性 */
}
#footer .f-content dl dd a:hover {
  -webkit-text-stroke: 1px #fff;
  /* 描边宽度和颜色 */
  text-stroke: 1px #fff;
  /* 标准属性 */
}
#footer .f-content .center {
  margin-left: auto;
  color: #fff;
  width: 48.372%;
}
#footer .f-content .f-nav .nav-list {
  width: 216px;
}
#footer .f-content .f-nav .nav-list li {
  width: 50%;
  margin-bottom: 17px;
}
#footer .f-content .f-category .f-category-list {
  max-height: -webkit-calc(34px * 5);
  max-height: -moz-calc(34px * 5);
  max-height: calc(34px * 5);
  overflow-y: auto;
}
#footer .f-content .f-category .f-category-list li {
  line-height: 34px;
}
#footer .f-content .f-category .f-category-list li a {
  color: #eeeeee;
  font-weight: 300;
}
#footer .f-content .f-category .f-category-list li a:hover {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  /* 描边宽度和颜色 */
  text-stroke: 1px #fff;
  /* 标准属性 */
}
#footer .f-content .f-form {
  margin-top: -117px;
  background-color: var(--color);
  border-radius: 30px 30px 0px 0px;
}
#footer .f-content .f-form .title {
  color: #fff;
}
#footer .f-content .f-form form {
  width: 278px;
}
#footer .f-content .f-form form input[type='text'] {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 14px;
  margin-top: 19px;
  width: 100%;
}
#footer .f-content .f-form form input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type='text']:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form .submit {
  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;
  color: #fff;
  margin-top: 18px;
  cursor: pointer;
}
#footer .f-content .f-form form .submit i {
  font-size: 18px;
}
#footer .f-content .f-form form .submit:hover {
  color: var(--color1);
}
#footer .f-content .f-form .form-bottom .social-account li a {
  margin-left: 10px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 12px;
  border: solid 1px #ffffff;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .f-form .form-bottom .social-account li a i {
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .f-form .form-bottom .social-account li a:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .f-content .f-form .form-bottom #ewm {
  width: 69px;
  height: 69px;
  border-radius: 5px;
  border: 7px solid #fff;
}
#footer .f-copy {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 15px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#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 svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.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: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  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.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li.r-inquiry {
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.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 #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);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box {
    margin-right: 30px;
  }
  #header .nav .ui.menu .social-account a {
    margin-left: 3px;
    margin-right: 3px;
  }
  #header .nav .ui.menu .items .h-language span {
    display: none;
  }
  #header .nav .ui.menu .items .h-language .img1 {
    display: none;
  }
  #banner .banner-bottom {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .social-account {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 20px;
  }
  #banner .banner-left {
    width: 60px;
  }
  #banner {
    padding-left: 60px;
    padding-right: 60px;
  }
  #index-body .service .service-list li:nth-child(n + 3) .box {
    left: 0;
    max-width: 100%;
  }
  #index-body .about .right .public-mod-header {
    margin-right: 0;
  }
  #footer .f-contact .f-contact-content .f-contact-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-contact .f-contact-content .f-contact-list li {
    margin: 5px;
  }
  #footer .f-content .f-category {
    margin-left: 10px;
  }
  #footer .f-content .f-category .f-category-list {
    padding-right: 10px;
  }
  #footer .f-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 40px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #banner {
    margin-top: 60px;
  }
  #index-body .service .service-list li:nth-child(n + 3) {
    width: 48.488%;
  }
  #index-body .service .service-list li:nth-child(n + 3) .box {
    left: 7%;
    top: 14%;
  }
  #index-body .service .service-list li:nth-child(n + 3) > img {
    width: 100%;
  }
  #index-body .service .service-list li .box {
    top: 15px;
  }
  #index-body .service .service-list li:hover .intro {
    margin-bottom: 10px;
  }
  #index-body .advantage .advantage-items li {
    padding-right: 15px;
  }
  #index-body .advantage .advantage-items {
    margin-right: -15px;
  }
  #footer .f-contact .f-contact-content {
    margin-right: 0;
  }
  #footer .f-content {
    padding-top: 30px;
  }
  #footer .f-content .f-form {
    margin-top: 30px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-form form {
    width: 100%;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #banner .banner-bottom {
    margin-top: 0;
  }
  #banner .banner-left {
    display: none;
  }
  #banner {
    padding-left: 0;
    padding-right: 0;
  }
  #banner .banner-bottom .bottom-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
  }
  #banner .banner-bottom .bottom-list li {
    padding: 5px 0;
  }
  #banner ul.banner-slick li .content .text-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner .banner-bottom .bottom-list li {
    margin-right: 0;
    width: 50%;
  }
  #index-body .category .content .category-slick {
    margin-right: 0;
  }
  #index-body .category .content .category-slick li .slide-box {
    margin-right: 15px;
  }
  #index-body .category .content .line {
    display: none;
  }
  #index-body .service .service-list li:nth-child(n + 3),
  #index-body .service .service-list li {
    width: 100%;
  }
  #index-body .service .service-list li > img {
    width: 100%;
  }
  #index-body .about .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
  }
  #index-body .advantage .advantage-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .advantage-items li {
    width: 33.33%;
    padding-bottom: 45px;
  }
  #footer .f-contact .title {
    margin-right: 15px;
  }
  #footer .f-content .items {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  #footer .f-content .f-form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  #footer .f-content .f-form form {
    width: 100%;
  }
  #footer .f-content .f-form .form-bottom {
    display: none;
  }
  #footer .f-content .center {
    width: 100%;
    margin-left: 0;
  }
  #footer .f-content .center .center-top {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .public-btn {
    line-height: 40px;
  }
  .public-btn.btn1 {
    line-height: 40px;
  }
  .public-title {
    font-size: 25px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner ul.banner-slick li .content .text-box h2 {
    margin-bottom: 15px;
  }
  #banner ul.banner-slick li .content .text-box p {
    display: none;
  }
  #banner .banner-bottom .bottom-list li {
    width: 100%;
  }
  #banner .banner-bottom .bottom-list li .icon {
    zoom: .5;
  }
  #banner .banner-bottom .bottom-list li .right-text .top em,
  #banner .banner-bottom .bottom-list li .right-text .top span {
    font-size: 25px;
  }
  #index-body .service .service-prev,
  #index-body .service .service-next {
    display: none;
  }
  #index-body .advantage .advantage-items li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
  .public-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .public-btn span {
    margin-right: 15px;
  }
  #banner:after{
    width: 100%;
  }
  #banner .banner-bottom{
    flex-wrap: wrap;
  }
  #banner .banner-bottom .banner-logo{
    width: 100%;
  }
  #banner .banner-bottom .banner-logo .title {
    width: 100%;
    word-break: break-word;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #banner ul.banner-slick li {
    height: 240px;
  }
  #banner ul.banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  #index-body .category .content .category-slick li .slide-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .content .category-slick li .slide-box .left {
    margin-bottom: 20px;
  }
  #index-body .service .service-list li .box {
    position: unset;
  }
  #index-body .service .service-list li .box .intro {
    height: -webkit-calc(28px * 4);
    height: -moz-calc(28px * 4);
    height: calc(28px * 4);
  }
  #index-body .service .service-list li .box .public-btn {
    margin-bottom: 0;
  }
  #index-body .service .service-list li:hover .box .intro {
    height: -webkit-calc(28px * 4);
    height: -moz-calc(28px * 4);
    height: calc(28px * 4);
    margin-bottom: 5px;
  }
  #index-body .news .news-slick li .slide-box .right .intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24 {
    line-height: 28px!important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
/*
#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>*!
}*/
#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;
}
/*内页*/
.pr{
  position: relative;
}
.more {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: white;
  background-color: var(--color);
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
  padding: 0 30px;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #222;
  z-index: -1;
}
.more:hover::after {
  height: 100%;
}
.more .line {
  display: none;
}
.more .line i {
  position: absolute;
  background: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.more .line i:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
}
.more .line i:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
}
.more .line i:nth-child(3) {
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
}
.more .line i:nth-child(4) {
  right: 0;
  top: 0;
  width: 2px;
  height: 0;
}
.more:hover {
  /*background-color: transparent;*/
  color: #fff;
}
.more:hover i:nth-child(1),
.more:hover i:nth-child(4) {
  height: 100%;
}
.more:hover i:nth-child(2),
.more:hover i:nth-child(3) {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .more {
    height: 45px;
    line-height: 45px;
  }
}
.text1 {
   font-size: 18px; 
  line-height: 1.6;
  color: #5e5e5e;
}
.fw-500 {
  font-weight: 500;
}
.inner-banner {
  position: relative;
  height: 450px;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  bottom: 80px;
  right: 0;
}
.inner-banner .box h2,
h1.banneryr {
  font-size: 34px;
  font-weight: 800;
  font-style: italic;
  color: white;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.inner-banner .box .mbx {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.inner-banner .box .mbx span {
  color: var(--color);
}
.mb-50 {
  margin-bottom: 50px;
}
.product-yd-page {
  background: url(../images/product-yd-page-bg.jpg) no-repeat center center;
  padding: 150px 0;
}
.product-yd-page ul li {
  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;
  margin-bottom: 120px;
}
.product-yd-page ul li .img .img-box {
  border-radius: 30px 30px 0 30px;
}
.product-yd-page ul li .img img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-yd-page ul li .content {
  background-color: white;
  border-radius: 0 50px 50px 0;
  padding: 45px 20px 45px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-yd-page ul li .content .h2 {
  position: relative;
  font-weight: 500;
  padding-bottom: 13px;
}
.product-yd-page ul li .content .h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--color);
}
.product-yd-page ul li .content .des {
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  margin: 29px 0 25px;
}
.product-yd-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product-yd-page ul li:nth-child(2n) .img .img-box {
  border-radius: 30px 30px 30px 0;
}
.product-yd-page ul li:nth-child(2n) .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 50px 0 0 50px;
}
.product-yd-page ul li:last-child {
  margin-bottom: 0;
}
.m-page {
  text-align: right;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.inner-page .top-nav {
  margin-bottom: 70px;
  z-index: 3;
  position: relative;
}
.inner-page .top-nav ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 14px 1px rgb(137 137 137 / 30%);
  border-radius: 50px;
}
.inner-page .top-nav ul.list > li {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  flex-grow: 1;
  background-color: #e6eed9;
  position: relative;
  padding: 6px 0;
}
.inner-page .top-nav ul.list > li > a {
  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;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  height: 82px;
}
/*.inner-page .top-nav ul.list > li > a .icon {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  line-height: 78px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}*/
.inner-page .top-nav ul.list > li > a .icon img {
  vertical-align: middle;
}
.inner-page .top-nav ul.list > li ul {
  position: absolute;
  left: 60px;
  top: 100%;
  width: 80%;
  border-radius: 0 0 45px 45px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 3;
}
.inner-page .top-nav ul.list > li ul li {
  position: relative;
}
.inner-page .top-nav ul.list > li ul li a {
  font-size: 20px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #e5e8e8;
  padding: 25px 55px;
  position: relative;
  background-color: white;
}
.inner-page .top-nav ul.list > li ul li ul {
  left: 100%;
  top: 0;
}
.inner-page .top-nav ul.list > li ul li ul li a {
  overflow: hidden;
}
.inner-page .top-nav ul.list > li ul li ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 40px solid transparent;
  border-left: 30px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-page .top-nav ul.list > li ul li ul li:hover a::after {
  opacity: 1;
}
.inner-page .top-nav ul.list > li ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 45px 45px;
}
.inner-page .top-nav ul.list > li > ul > li:hover > a {
  background-color: var(--color);
  color: white;
}
.inner-page .top-nav ul.list > li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: white;
}
.inner-page .top-nav ul.list > li:first-child {
  border-radius: 45px 0 0 45px;
}
.inner-page .top-nav ul.list > li:last-child {
  border-radius: 0 45px 45px 0;
}
.inner-page .top-nav ul.list > li.active > a,
.inner-page .top-nav ul.list > li:hover > a {
  color: var(--color);
}
.inner-page .top-nav ul.list > li.active > a .icon,
.inner-page .top-nav ul.list > li:hover > a .icon {
  background-color: var(--color);
}
.inner-page .top-nav ul.list > li.active > a .icon img,
.inner-page .top-nav ul.list > li:hover > a .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page {
  padding-top: 90px;
  background: url(../images/product-yd-page-bg.jpg) no-repeat center center;
}
.product-page .product-1 {
  padding-bottom: 100px;
}
.product-page .product-1 .left {
  width: 34%;
  padding-right: 50px;
  /*position: sticky;
  top: 120px;*/
}
.product-page .product-1 .left .box {
  border: 1px solid #eee;
  background: white;
  border-radius: 45px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
  padding: 0px 0 20px;
}
.product-page .product-1 .left .box .h3 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  background: var(--color);
  border-radius: 10px 10px 0 0;
  padding: 5px 15px;
}
.product-page .product-1 .left .box .h3 i {
  font-size: 18px;
  margin-right: 10px;
}
.product-page .product-1 .left .box ul {
  margin: 0;
}
.product-page .product-1 .left .box ul li {
  padding: 0;
}
.product-page .product-1 .left .box > ul > li {
  font-size: 18px;
  position: relative;
  padding: 5px 0;
  border-radius: 45px;
  background: transparent;
}

.product-page .product-1 .left .box > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*border-bottom: 1px solid #eee;*/
  padding: 20px 30px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 45px;
}

.product-page .product-1 .left .box > ul > li:last-child > a {
  border: none;
}
.product-page .product-1 .left .box > ul > li > a .icon {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 78px;
  margin-right: 15px;
  vertical-align: middle;
}
.product-page .product-1 .left .box > ul > li > a .icon img {
  vertical-align: middle;
}
.product-page .product-1 .left .box > ul > li a i {
  position: absolute;
  right: 25px;
  font-size: 30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box > ul > li li a {
  position: relative;
}
.product-page .product-1 .left .box > ul > li li a i {
  font-size: 24px;
}
/*.product-page .product-1 .left .box>ul>li.active>a i,*/
.product-page .product-1 .left .box ul li a i.active {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.product-page .product-1 .left .box > ul > li ul {
  padding: 15px 20px;
  display: none;
}
.product-page .product-1 .left .box > ul > li ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box > ul > li ul li a {
  display: block;
  padding: 20px 40px;
  border-bottom: 1px solid #eee;
}
.product-page .product-1 .left .box > ul > li:hover > a,
.product-page .product-1 .left .box > ul > li.active > a {
  background: #e6eed9;
  color: var(--color);
}
.product-page .product-1 .left .box > ul > li:hover > a .icon,
.product-page .product-1 .left .box > ul > li.active > a .icon {
  background: var(--color);
}
.product-page .product-1 .left .box > ul > li:hover > a .icon img,
.product-page .product-1 .left .box > ul > li.active > a .icon img {
  filter: brightness(0) invert(1);
}
.product-page .product-1 .left .box > ul > li ul li:hover > a,
.product-page .product-1 .left .box > ul > li ul li.active > a {
  color: var(--color);
}
.product-page .product-1 .left .box > ul li.active > ul {
  display: block;
}
.product-page .product-1 .right {
  width: 66%;
  position: relative;
}
.product-page .product-1 .right .box_2 {
  background: white;
  padding: 30px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  overflow: hidden;
}
.product-page .product-1 .right .box_2 .list_box.active {
  display: block;
}
.product-page .product-1 .right .btn {
  text-align: right;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: -80px;
}
.product-page .product-1 .right .btn > div {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
}
.product-page .product-1 .right .btn span {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color);
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.product-page .product-1 .right .btn > div.active span,
.product-page .product-1 .right .btn > div:hover span {
  background: var(--color);
  color: white;
}
.product-page .product-1 h1 {
  font-weight: 500;
}
.product-page .product-1 .Auxil-catdes {
  font-size: 16px;
  line-height: 26px;
  margin: 22px 0 75px;
  /*font-weight: 400;*/
}
.product-page .product-1 .Auxil-catdes .des {
  height: 107px;
  overflow-y: auto;
  font-weight: normal;
}
.product-page .product-1 .Auxil-catdes .des.active {
  height: auto;
}
.product-page .product-1 .Auxil-catdes .mores {
  color: var(--color);
  text-decoration: underline;
  cursor: pointer;
}
.product-page .product-1 ul {
  margin: -8px;
  /*background: url(../images/product-yd-page-bg.jpg) no-repeat center center;*/
}
.product-page .product-1 ul li {
  padding: 8px;
}
.product-page .product-1 ul li .img {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 ul li .img .img-box {
  border-radius: 10px;
  background-color: #fdfff9;
}
.product-page .product-1 ul li .img .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: white;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.product-page .product-1 ul li .img .arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.product-page .product-1 ul li .img .arrow:hover::after {
  width: 100%;
}
.product-page .product-1 ul li .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.product-page .product-1 ul li .h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 70px;
}
.product-page .product-1 ul li:hover .img::after {
  opacity: 1;
}

.product-page .product-1 .right .list_two ul li {
  padding: 20px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #efefef;
}
.product-page .product-1 .right .list_two ul li::after {
  background: #f2f5f7;
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  right: -30px;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.product-page .product-1 .right .list_two ul li:hover::after {
  opacity: 1;
}
.product-page .product-1 .right .list_two ul li .left_img {
  width: 30%;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .left_img .small {
  display: inline-block;
  width: 18.5%;
  vertical-align: top;
  margin: -3px;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img {
  padding: 3px;
  box-shadow: unset;
  border-radius: 0;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img::after {
  content: none;
}
.product-page .product-1 .right .list_two ul li .left_img .big {
  width: 77.5%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.product-page .product-1 .right .list_two ul li .right_content {
  width: 70%;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .right_content .more {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 5px;
}
.product-page .product-1 .right .list_two ul li .right_content .h4 {
  text-align: left;
  margin: 0 0 10px;
}
.product-page .product-1 .right .list_two ul li .right_content .des {
  font-size: 14px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 20px 0;
}
.prodet-page.product-d-page {
  padding-top: 0;
}
.prodet-page .title {
  position: relative;
  font-size: 30px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 500;
}
.prodet-page .title span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.prodet-page .title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.prodet-page .prodet-1 {
  background: url(../images/prodet-1-bg.png) no-repeat top #f7f9f4;
  padding: 145px 0 85px;
}
.prodet-page .prodet-1 .left {
  vertical-align: bottom;
  position: relative;
  border-radius: 30px 30px 0 0;
  background: #fdfff9;
}
.prodet-page .prodet-1 .left .prev,
.prodet-page .prodet-1 .left .next{
  top:50%;
  border: 1px solid #000;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.prodet-page .prodet-1 .left i{
  transition: .3s;
}
.prodet-page .prodet-1 .left .prev:hover,
.prodet-page .prodet-1 .left .next:hover{
  background: var(--color);
  color: #fff;
}
.prodet-page .prodet-1 .left  .prev{
  left: 0;
}
.prodet-page .prodet-1 .left .next{
  right: 0;
}
.prodet-page .prodet-1 .left .color {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  text-align: center;
}
.prodet-page .prodet-1 .left .color ul {
  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;
}
.prodet-page .prodet-1 .left .color ul li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid transparent;
}
.prodet-page .prodet-1 .left .color ul li.active {
  border-color: var(--color);
}
.prodet-page .prodet-1 .left a {
  display: block;
}
.prodet-page .prodet-1 .left img {
  border-radius: 30px 30px 0 30px;
  width: 100%;
  background-color: #fdfff9;
}
.prodet-page .prodet-1 .left ul .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.prodet-page .prodet-1 .left ul .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.5s;
  background: #e4f0d3;
}

.prodet-page .prodet-1 .left ul .slick-dots li button {
  display: none;
}
.prodet-page .prodet-1 .left ul .slick-dots li.slick-active {
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  vertical-align: bottom;
}
.prodet-page .prodet-1 .right .little-img li{
  max-width: 100px;
}
.prodet-page .prodet-1 .right .little-img li:nth-child(n+4){
  display: none;
}
.prodet-page .prodet-1 .right .Auxil-through {
  text-align: right;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: inline-block;
  text-align: center;
  margin-left: 30px;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .Auxil-through a span {
  font-size: 17px;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .right .box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 50px 50px 0;
  padding: 40px 25px 40px 60px;
  margin-top: 25px;
}
.prodet-page .prodet-1 .right .box h1 {
  position: relative;
  padding-bottom: 14px;
}
.prodet-page .prodet-1 .right .box h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--color);
}
.prodet-page .prodet-1 .right .box .content {
  font-size: 16px;
  line-height: 28px;
  color: #011e1a;
  margin: 24px 0 29px;
  font-weight: 400;
  overflow: auto;
  max-height: 340px;
}
.prodet-page .prodet-1 .right .box .gallery {
  margin-top: 43px;
}
.prodet-page .prodet-1 .right .box .gallery ul {
  margin: -11px;
}
.prodet-page .prodet-1 .right .box .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .box .gallery ul .slick-track {
  transform: translate(0, 0) !important;
}
.prodet-page .prodet-1 .right .box .gallery ul li {
  padding: 11px;
}
.prodet-page .prodet-1 .right .box .gallery ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fdfff9;
}
.prodet-page .prodet-1 .right .box .gallery .slick-current ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul li:hover a {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right .color {
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .color ul {
  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;*/
}
.prodet-page .prodet-1 .right .color ul li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*border: 2px solid transparent;*/
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.prodet-page .prodet-1 .right .color ul li::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.prodet-page .prodet-1 .right .color ul li::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .color ul li:hover::after,
.prodet-page .prodet-1 .right .color ul li.active::after {
  border-color: white;
}
.prodet-page .prodet-1 .right .color ul li:hover::before,
.prodet-page .prodet-1 .right .color ul li.active::before {
  border-color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 65px;
  padding-bottom: 130px;
}
.prodet-page .prodet-2 .content.det1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  align-items: center;
  justify-content: space-around;
}
.prodet-page .prodet-2 .content.det1 ul li {
  /*width: 25%;*/
  padding: 10px;
  text-align: center;
  flex: 1;
}
.prodet-page .prodet-2 .content.det1 ul li img {
  width: 150px;
}
.prodet-page .prodet-2 .content.img_1 ul {
  margin: -15px;
}
.prodet-page .prodet-2 .content.img_1 ul li {
  padding: 15px;
}
.prodet-page .prodet-2 .det4 ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
.prodet-page .prodet-2 .det4 ul li {
  width: 25%;
  text-align: center;
  padding: 20px;
}
.prodet-page .prodet-2 .det4 ul li img {
  max-width: 200px;
}
.prodet-page .prodet-2 .det2 table tr:first-child {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .det2 table tr:first-child td {
  padding: 20px 0;
}
.prodet-page .prodet-2 .det5 table tr:not(:first-child) td:nth-child(1),
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2) {
  background: var(--color) !important;
  color: white;
}
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2) span {
  color: white !important;
}
.prodet-page .Auxil-related .title {
  margin-bottom: 55px;
}
.prodet-page .Auxil-related ul {
  background: white;
}
.detlunbo ul li a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #fdfff9;
  border: 2px solid transparent;
}
.detlunbo ul li:hover a {
  border-color: var(--color);
}
.about-page .text{
  line-height: 1.6;
  color: #5e5e5e;
}
.about-page .about-1 {
  padding-top: 100px;
  padding-bottom: 90px;
}
.about-page .about-1 .i-title {
  color: #011e1a;
}
.about-page .about-1 .h4 {
  color: #011e1a;
  /*text-align: center;*/
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0 30px;
}
.about-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%);
  cursor: pointer;
}
.about-page .about-1 .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.about-page .about-1 .content {
  margin-top: 30px;
  /*margin-bottom: 105px;*/
}
.about-page .about-1 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;
  padding-left: 30px;
}
.about-page .about-1 ul li {
  max-width: 270px !important;
}
.about-page .about-1 ul li .h1 {
  position: relative;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 ul li .h1 span {
  font-size: 20px;
  font-weight: 400;
}
.about-page .about-1 ul li .h1::after {
  content: '';
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #e3efd2;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.about-page .about-1 ul li p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 44px;
}
.about-page .about-1 ul li:hover .h1::after {
  background: var(--color);
  -webkit-transform: translateY(-50%) scale(1.2);
  -moz-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
}
.about-page .about-2 {
  background-color: #f2f5f7;
  padding-top: 65px;
  padding-bottom: 105px;
}
.about-page .about-2 .i-title {
  margin-bottom: 60px;
}
.about-page .about-2 ul {
  margin: -12px;
}
.about-page .about-2 ul li {
  padding: 12px;
}
.about-page .about-3 {
  background: url(../images/history-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-page .about-3 .history-cont {
  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-page .about-3 .history-cont .left {
  width: 55%;
  vertical-align: middle;
}
.about-page .about-3 .history-cont .left ul {
  position: relative;
  z-index: 3;
}
.about-page .about-3 .history-cont .left ul li {
  padding-left: 220px;
  position: relative;
  z-index: 2;
  height: 576px;
}
.about-page .about-3 .history-cont .left ul li .year {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  bottom: 11%;
}
.about-page .about-3 .history-cont .left ul li .content {
  height: 100%;
  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;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding: 50px;
}
.about-page .about-3 .history-cont .left ul li .content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 80%;
}
.about-page .about-3 .history-cont .left ul::after {
  content: '';
  position: absolute;
  right:8%;
  top: 0;
  z-index: -1;
  width: 576px;
  height: 576px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}
.about-page .about-3 .history-cont .left .icon {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -80px;
}
.about-page .about-3 .history-cont .left .icon div {
  display: inline-block;
}
.about-page .about-3 .history-cont .right {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-3 .history-cont .right .btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--color);
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}
.about-page .about-3 .history-cont .right .btn i {
  font-size: 30px;
  color: var(--color);
}
.about-page .about-3 .history-cont .right .prev.btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 20px;
}
.about-page .about-3 .history-cont .right .next.btn {
  margin-top: 20px;
}
.about-page .about-3 .history-cont .right .btn:hover {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .history-cont .right .btn:hover i {
  color: white;
}
.about-page .about-3 .history-cont .right ul li {
  font-size: 30px;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin: 5px 0;
}
.about-page .about-3 .history-cont .right ul .slick-current li {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-3 .history-cont .right ul .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.about-page .about-3 .why {
  margin-top: 80px;
}
.about-page .about-3 .why .i-title {
  margin-bottom: 60px;
}
.about-page .about-3 .why ul {
  margin: -20px;
}
.about-page .about-3 .why ul li {
  padding: 20px;
}
.about-page .about-3 .why ul li .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.about-page .about-3 .why ul li .box .h4 {
  font-size: 26px;
  font-weight: 500;
  color: var(--color);
  margin-bottom: 30px;
}
.about-page .about-3 .why ul li .box .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 45px;
}
.about-page .about-3 .why ul li .box .icon img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sus-page .text{
  line-height: 1.6;
  color: #5e5e5e;
}
.sus-page .i-title {
  color: #011e1a;
}
.sus-page .sus-1 {
  padding-top: 115px;
  padding-bottom: 80px;
  background-color: #f2f5f7;
}
.sus-page .sus-1 .i-title {
  color: #011e1a;
  font-weight: bold;
}
.sus-page .sus-1 .h4 .sp span {
  background: var(--color);
  color: #fff;
  margin: 0px 5px;
  border-radius: 20px;
  padding: 10px 30px;
}
.sus-page .sus-1 .h4 {
  font-weight: 400;
  color: #011e1a;
  font-size: 24px;
  margin: 24px 0 36px;
}
.sus-page .sus-1 .text {
  margin-bottom: 44px;
}
.sus-page .sus-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.sus-page .sus-2 {
  background-color: #f8faf5;
  padding: 85px 0 105px;
}
.sus-page .sus-2 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-2 ul li {
  width: 35%;
}
.sus-page .sus-2 ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  color: #011e1a;
  position: relative;
  z-index: 2;
  margin-bottom: 19px;
}
.sus-page .sus-2 ul li .h3 span {
  font-size: 94px;
  color: var(--color);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.sus-page .sus-2 ul li.wid-100 {
  width: 100%;
}
.sus-page .sus-2 ul li.img {
  text-align: center;
  margin-top: -100px;
  /*margin-right: 100px;*/
}
.sus-page .sus-3 {
  background: url(../images/sus-3.jpg) no-repeat;
  background-size: cover;
  padding: 95px 0 150px;
}
.sus-page .sus-3 .box {
  width: 55%;
  color: white;
}
.sus-page .sus-3 .box .i-title {
  color: white;
}
.sus-page .sus-3 .box .content {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 100px;
}
.sus-page .sus-3 .box .content em {
  font-size: 24px;
  font-weight: 500;
}
.sus-page .sus-4 {
  padding-top: 100px;
  padding-bottom: 95px;
  background-color: #f2f5f7;
}
.sus-page .sus-4  .slick-slider:not(.slick-vertical) .slick-track .slick-slide{
  height: 100%;
}
.sus-page .sus-4 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-4 ul {
  margin: -14px;
}
.sus-page .sus-4 ul li {
  padding: 12px;
  text-align: center;
}
.sus-page .sus-4 ul li .img-box {
  border-radius: 50px;
}
.service-page.sus-page .sus-4 ul li .img-box,
.quality-page.sus-page .sus-4 ul li .img-box {
  border-radius: 50%;
}
.sus-page .sus-4 ul li .h4 {
  font-size: 28px;
  font-weight: bold;
  color: #011e1a;
  margin: 24px 0 4px;
}
.sus-page .sus-4 ul li .text {
  line-height: 1.6;
  height: 160px;
  overflow: auto;
}
.sus-page .sus-5 {
  background-color: #f8faf5;
  padding-top: 82px;
  padding-bottom: 110px;
}
.sus-page .sus-5 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-5 .wrap {
  margin: -15px;
}
.sus-page .sus-5 .wrap .column {
  padding: 15px;
}
.sus-page .sus-5 .wrap .h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0b2909;
}
.sus-page .sus-5 .wrap .img {
  border-radius: 30px;
  overflow: hidden;
}
.sus-page .sus-5 .wrap .left .text {
  margin: 5px 0 39px;
}
.sus-page .sus-5 .wrap .right .h3 {
  margin: 39px 0 5px;
}
.sus-page .sus-5 .wrap .right .box {
  padding-left: 65px;
}
.sus-page .sus-6 .box {
  width: 52%;
}
.sus-page .sus-6 .box .content {
  margin-top: 50px;
  line-height: 1.6;
}
.sus-page .about-2 {
  background-color: white;
}
.sus-page .about-2 ul li a {
  border-radius: 20px;
}
.advantage-page {
  padding-top: 100px;
}
.manufacture-page .text{
  line-height: 1.6;
  color: #5e5e5e;
}
.manufacture-page .manu-1 {
  padding-bottom: 80px;
}
.manufacture-page .manu-1 .text {
  margin: 36px 0 41px;
}
.manufacture-page .manu-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.manufacture-page .manu-2 {
  padding: 90px 0 130px;
}
.manufacture-page .manu-2.pb-0 {
  padding-bottom: 1px;
  background: #f2f5f7;
}
.manufacture-page .manu-2 .box {
  margin: -30px;
}
.manufacture-page .manu-2 .box .column {
  padding: 30px;
  vertical-align: middle;
}
.manufacture-page .manu-2 .box .img img {
  border-radius: 50px;
}
.manufacture-page .manu-2 .box .text {
  margin-top: 40px;
}
.manufacture-page .manu-2 .box1 {
  margin-bottom: 50px;
}
.manufacture-page .manu-2 .box1 .content {
  width: 53%;
}
.manufacture-page .manu-2 .box1 .img {
  width: 47%;
}
.quality-page .i-title {
  color: #011e1a;
}
.quality-page .quality-1 {
  padding-bottom: 90px;
}
.quality-page .quality-1 .box {
  margin: -25px;
}
.quality-page .quality-1 .box .column {
  padding: 25px;
  vertical-align: middle;
}
.quality-page .quality-1 .box .column img {
  border-radius: 50px;
}
.quality-page .quality-1 .box .text {
  margin-top: 30px;
}
.quality-page .quality-1 .box:first-child {
  margin-bottom: 70px;
}
.quality-page .quality-2 {
  padding-bottom: 110px;
  padding-top: 100px;
  background: #f2f5f7;
}
.quality-page .quality-2 .text {
  margin: 22px 0 30px;
  text-align: center;
}
.quality-page .quality-2 ul.icon {
  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;
  margin-bottom: 50px;
}
.quality-page .quality-2 ul.icon li {
  /*width: 79px;*/
  height: 79px;
  border-radius: 10px;
  text-align: center;
  line-height: 79px;
  margin: 0 12px;
  /*background-color: var(--color);*/
  box-shadow: 0px 0px 2px 3px rgb(227 227 227 / 33%);
}
.quality-page .quality-2 ul.icon li img {
  vertical-align: middle;
}
.quality-page .quality-2 ul.list {
  margin: -18px;
}
.quality-page .quality-2 ul.list li {
  padding: 18px;
}
.quality-page .quality-2 ul.list li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.service-page .i-title {
  color: #011e1a;
}
.service-page .i-title p {
  margin-top: 30px;
}
.service-page .i-title p span {
  background: var(--color);
  color: #fff;
  margin: 0px 5px;
  border-radius: 20px;
  padding: 10px 30px;
}
.service-page .service-1 {
  padding-bottom: 110px;
}
.service-page .service-1 .img {
  border-radius: 50px;
  overflow: hidden;
  /*float: right;*/
  margin-left: 80px;
  margin-bottom: 110px;
}
.service-page .service-1 .text {
  margin-top: 50px;
}
.service-page .service-2 {
  background-color: #f8faf5;
  padding-top: 80px;
  padding-bottom: 140px;
}
.service-page .service-2 .text {
  margin: 20px 0 30px;
}
.service-page .service-2 .wrap .left {
  width: 58%;
  padding-right: 85px;
}
.service-page .service-2 .wrap .left .img {
  border-radius: 10px;
  overflow: hidden;
  background-color: #67ab04;
}
.service-page .service-2 .wrap .right {
  border-radius: 10px;
  background-color: #67ab04;
  overflow: hidden;
  width: 42%;
}
.service-page .service-2 .box ul {
  margin: -12px;
}
.service-page .service-2 .box ul li {
  padding: 12px;
}
.service-page .service-2 .box ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.seo_block .Auxil-form {
  padding-top: 100px;
  padding-bottom: 110px;
}
.seo_block .Auxil-form .i-title {
  color: #011e1a;
}
.seo_block .Auxil-form .text {
  text-align: center;
  margin: 20px 0 57px;
}
.seo_block .Auxil-form .box {
  background-color: #f8faf5;
  border-radius: 50px;
  padding: 70px;
}
.seo_block .Auxil-form .box ul {
  margin: -5px;
}
.seo_block .Auxil-form .box ul li {
  padding: 5px;
  position: relative;
}
.seo_block .Auxil-form .box ul li i {
  font-size: 25px;
  color: var(--color);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.seo_block .Auxil-form .box ul li:nth-child(4) i {
  top: 35px;
}
.seo_block .Auxil-form .box ul li input,
.seo_block .Auxil-form .box ul li textarea {
  width: 100%;
  background-color: transparent;
  /*border: none;*/
  height: 75px;
  border-radius: 10px;
  font-size: 18px;
  padding: 0 20px;
  border: 1px solid #aaa;
}
.seo_block .Auxil-form .box ul li textarea {
  height: 150px;
  padding: 20px;
}
.seo_block .Auxil-form .box ul li input[type='submit'] {
  background-color: var(--color);
  color: white;
  height: 55px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seo_block .Auxil-form .box ul li input[type='submit']:hover {
  background-color: #222;
}
.seo_block .Auxil-form .box ul li.wid-100 {
  width: 100%;
}

.app-page .main .ui.container ul li .item:hover .img-box .hoverbox {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box {
  position: relative;
  border-radius: 10px 10px 0px 0px;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box {
  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: 70%;
  /*height: 70%;*/
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0;*/
  display: none;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}
/*.app-page .main .ui.container ul li:hover .item .img-box .dialog_box{
  opacity: 1;
}*/
.app-page .main .ui.container ul li .item .img-box .dialog_box p {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover {
  color: var(--color);
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover a {
  text-decoration: underline;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a {
  width: 60px;
  height: 60px;
  background: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 5px;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a i {
  font-size: 20px;
  color: #000;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover {
  background: var(--color);
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover i {
  color: #fff;
}
.app-page .main .ui.container ul li .item .h6 {
  width: 100%;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-height: 82px;
  font-size: 18px;
  border: 1px solid var(--color);
  font-weight: 700;
  border-radius: 0 0 10px 10px;
}
.pd-150 {
  padding: 150px 0;
}
.gallery-page {
  background-color: #f2f5f7;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li {
  margin: 0 5px;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li a {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 20px;
  border: 2px solid var(--color);
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li.active a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li.all.factory a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
  border-color: transparent;
}
.gallery-page .gallery-1 .main {
  margin-top: 45px;
  /*text-align: center;*/
}
.gallery-page .gallery-1 .main ul li {
  padding: 15px;
}

.news-page {
  background: #f2f5f7;
}
.news-page .news-1 {
  padding: 150px 0;
}
.news-page .news-1 .ui.container {
  /*max-width: 1170px;*/
  /*background: #fff;
  padding: 50px ;
  border-radius: 30px;*/
}
.news-page .news-1 .ui.container ul.newslist {
  margin: -20px;
}
.news-page .news-1 .ui.container ul.newslist li {
  /*margin-bottom: 60px;*/
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 20px;
  /*background: white;*/
  /*display: flex;
  align-items: center;*/
  /*border-bottom: 1px dashed #c9c9c9;*/
}
.news-page .news-1 .ui.container ul.newslist li .img {
  border-radius: 15px;
  width: 100%;
}
.news-page .news-1 .ui.container ul.newslist li:hover .imgbox:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}
.news-page .news-1 .ui.container ul.newslist li .img-box {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.news-page .news-1 .ui.container ul.newslist li .img-box a img{
  max-height: 400px;
  margin: 0 auto;
}
.news-page .news-1 .ui.container ul.newslist li .imgbox {
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .imgbox:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0);
}
.news-page .news-1 .ui.container ul.newslist li .textbox {
  text-align: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 20px;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .time {
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author {
  color: #333;
  border-left: 2px solid #aaa;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author svg {
  vertical-align: middle;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  /*color: var(--color);*/
  line-height: 1.2;
  font-size: 26px;
}
.news-page .news-1 .ui.container ul.newslist li:hover .textbox .h4 {
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox p {
  opacity: 0.5;
  line-height: 2;
  margin-bottom: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.news-page .news-2 {
  padding-top: 80px;
}
.news-page .news-2 .ui.container .imgbox img {
  width: 100%;
}
.news-page .news-2 .text {
  /*border: 1px solid #aaa;*/
  border-top: none;
  padding: 50px 0;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 5px 0px #dbdbdb;
}
.news-page .news-2 .text .main {
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
}
.news-page .news-2 .text .main .top {
  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;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-2 .text .main .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-2 .text .main .top .time {
  color: var(--color);
}
.news-page .news-2 .text .main .top .author {
  color: #333;
  border-left: 2px solid #aaa;
}
.news-page .news-2 .text .main .content {
  margin-top: 40px;
  line-height: 30px;
}
.news-page .news-2 .text .main .content h1 {
  text-align: center;
  line-height: 1.1;
}
.news-page .news-2 .text .main .sharebox {
  margin-top: 40px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .news-2 .text .main .sharebox ul.sharelist span {
  color: var(--color);
  margin-right: 15px;
  text-transform: uppercase;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li {
  width: 44px;
  height: 44px;
  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;
  font-size: 14px;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  margin-right: 5px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
  border-color: var(--color);
}
.news-page .news-3 {
  padding-top: 60px;
  padding-bottom: 110px;
}
.news-page .news-3 .ui.container {
  max-width: 770px;
}
.news-page .news-3 .ui.container .form form li input[type='text'],
.news-page .news-3 .ui.container .form form li textarea {
  background: transparent;
}
.news-page .product-page .product-1 ul {
  background: transparent;
}
.contact-1 {
  padding: 150px 0;
}
.contact-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-1 .ui.container .formbox {
  width: 55%;
}
.contact-1 .ui.container .formbox .h2 {
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2.active {
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2:before {
  left: 0 !important;
}
.contact-1 .ui.container .formbox p {
  opacity: 0.5;
  margin-top: 35px;
}
.contact-1 .ui.container .infobox {
  width: 35%;
}
.contact-1 .ui.container .infobox .infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 45px;
}
.contact-1 .ui.container .infobox .infos i {
  font-size: 30px;
  color: var(--color);
  margin-right: 20px;
}
.contact-1 .ui.container .infobox .infos .text {
  padding-bottom: 50px;
  position: relative;
}
.contact-1 .ui.container .infobox .infos .text:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-1 .ui.container .infobox .infos .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color);
}
.contact-1 .ui.container .infobox .infos .text p {
  opacity: 0.5;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.contact-1 .ui.container .infobox .sharebox {
  margin-top: 45px;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  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;
  font-size: 18px;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 10px;
  border-radius: 100%;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.faq-page .faq-1 {
  padding: 150px 0;
  background: url(../images/faq-background.jpg) no-repeat;
  background-size: cover; /* 或使用 contain */
  background-position: center; /* 确保图片居中 */
}
.faq-page .faq-1 .ui.container {
  max-width: 1170px;
}
.faq-page .faq-1 .ui.container .h2 {
  color: var(--color);
  text-align: center;
}
.faq-page .faq-1 .ui.container .faq-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  margin-top: 50px;
}
.faq-page .faq-1 .ui.container .faq-main .column {
  padding: 0 30px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li {
  margin-bottom: 20px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li.active .h5 i {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -moz-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 {
  width: 100%;
  padding: 20px 25px;
  padding-right: 40px;
  background: #f8faf5;
  color: var(--color);
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #e1e1e1;
  transition: .3s;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5:hover {
  color: white;
  background-color: var(--color);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 i {
  width: 20px;
  height: 20px;
  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: #fff;
  background: var(--base-color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .content {
  padding: 20px;
  line-height: 1.5;
  text-align: left;
}
.application-page {
  padding: 6% 0;
}
.application-page .news-tab ul {
  margin: -6px;
}
.application-page .news-tab ul li {
  padding: 6px;
}
.application-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.application-page .news-tab ul li a:hover,
.application-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.application-page .news-list {
  margin-top: 70px;
}
.application-page .news-list ul {
  margin: -10px;
}
.application-page .news-list ul li {
  padding: 10px;
}
.application-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.application-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen {
  height: 160px;
}
.application-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.application-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4b4b4b;
}
.application-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.application-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.application-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.application-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.application-page .news-list ul li .text .more2::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.application-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.application-page .news-list ul li:hover .text {
  background: rgb(219 49 62 / 14%);
}
.application-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .app-page .main .ui.container ul li .item .img-box .dialog_box {
    padding: 10px;
  }
  .gallery-page .gallery-1 .main ul li {
    padding: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .application-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .application-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 {
    padding: 50px 0;
  }
  .news-page .news-2 .text {
    padding: 40px 20px;
  }
  /*.contact-1 .ui.container .infobox .infos i {
    font-size: 70px;
  }*/
  .contact-1 {
    padding: 50px 0;
  }
  .application-page .news-list {
    margin-top: 30px;
  }
  .application-page .news-list ul li {
    width: 50% !important;
  }
  .gallery-page {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
  }
  .faq-page .faq-1{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq-page .faq-1 .ui.container .faq-main .column {
    width: 100%;
  }
  .faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .application-page .news-tab {
    display: none;
  }
  .application-page .news-list {
    margin-top: 0;
  }
  .application-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: 10px;
  }
  .application-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .gallery-page {
    padding: 30px 0;
  }
  .news-page .news-2{
    padding-top: 60px;
  }
  .news-page .news-2 .text .main .sharebox ul.sharelist{
    flex-wrap: wrap;
  }
  .seo_block .Auxil-form{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-page.news-d-page{
    padding-top: 60px;
  }
  .product-page.news-d-page .product-1{
    padding-bottom: 60px;
  }
  .product-page.news-d-page .product-1 ul li .h4{
    margin-bottom: 0;
  }
  .seo_block .Auxil-form .box ul li input{
    height: 40px;
  }
  .seo_block .Auxil-form .text{
    margin-bottom: 30px;
  }
  .seo_block .Auxil-form .box ul li input[type='submit']{
    font-size: 14px;
    height: 40px;
  }
  .contact-1 .ui.container .infobox .sharebox{
    display: none;
  }
  .contact-1 .ui.container .infobox .infos .text{
    padding-bottom: 20px;
  }
  .contact-1 .ui.container .infobox .infos:nth-child(3){
    margin-bottom: 0;
  }
  .manufacture-page .manu-1{
    padding-bottom: 60px;
  }
  .quality-page .quality-2{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .quality-page .quality-2 ul.icon{
    flex-wrap: wrap;
  }
  .quality-page .quality-2 ul.icon li{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-1 .ui.container ul.newslist li .textbox .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .application-page .news-list ul li {
    width: 100% !important;
  }
}

.inner-page .form {
  margin-top: 35px;
}
.inner-page .form form ul {
  width: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .form form ul li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
.inner-page .form form ul li i {
  font-size: 25px;
  color: var(--color);
  position: absolute;
  right: 15px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .form form ul li input[type='text'],
.inner-page .form form ul li textarea {
  width: 100%;
  border: 1px solid #aaa;
  line-height: 50px;
  padding: 0 15px;
  color: #000;
  border-radius: 10px;
  font-size: 16px;
}
.inner-page .form form ul li input[type='text']::-webkit-input-placeholder,
.inner-page .form form ul li textarea::-webkit-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type='text']:-moz-placeholder,
.inner-page .form form ul li textarea:-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type='text']::-moz-placeholder,
.inner-page .form form ul li textarea::-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type='text']:-ms-input-placeholder,
.inner-page .form form ul li textarea:-ms-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type='text']::placeholder,
.inner-page .form form ul li textarea::placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type='text'] {
  height: 50px;
}
.inner-page .form form ul li textarea {
  height: 250px;
}
.inner-page .form form ul li input[type='submit'] {
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 24px;
  border: none;
  background: var(--color);
}
.inner-page .form form ul li input[type='submit']:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.inner-page .form form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .inner-page .form form ul li input[type='submit']{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seoPublic .Auxil-through a {
  display: block;
  line-height: 22px;
  padding: 10px 25px;
  font-size: 14px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  text-decoration: underline;
}
.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}

.seoPublic > div {
  padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}

.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.seoPublic .Auxil-about .box .left {
  width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}

.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  max-height: 400px;
  overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
  display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}

.seoPublic .Auxil-news .list ul {
  margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--color);
  color: var(--color);
}

.seoPublic .Auxil-form .form ul {
  margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color);
  color: whitesmoke;
  border: none;
}

.seoPublic .Auxil-form .form ul li input[type='submit']:hover {
  background: #222;
}

.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .text a {
  color: inherit;
}

.seoPublic .text a:hover {
  text-decoration: underline;
}

.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}

.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}

@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }

  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }

  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }

  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }

  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }

  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }

  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}

@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }

  #cp-Nav {
    display: block;
  }

  #cp-Nav .nav {
    padding: 0 15px;
  }

  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: white;
  }
  #cp-Nav .nav div.title i {
    float: right;
    font-size: 30px;
    cursor: pointer;
  }

  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }

  #cp-Nav .nav > ul {
    display: none;
  }

  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }

  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }

  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }

  .seoPublic .Auxil-about .box {
    display: block;
  }

  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }

  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }

  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }

  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}
.z_index_ys {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 7.2916666667vw;
  padding-right: 7.2916666667vw;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 980px) {
  .z_index_ys {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_ys {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.z_index_ys .z_index_tit {
  /*padding-left: 16.6666666667vw;*/
  margin-bottom: 2.7708333333vw;
}
.z_index_ys .z_index_tit .btn {
  position: absolute;
  right: 0;
  top: 25px;
}
.z_index_ys .z_index_tit .btn > div {
  position: unset;
  display: inline-block;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: white;
}
.z_index_ys .z_index_tit .btn > div::after {
  font-size: 24px;
  color: var(--color);
  line-height: unset;
}
@media screen and (max-width: 980px) {
  .z_index_ys .z_index_tit {
    padding-left: 0px;
  }
}

@media screen and (max-width: 980px) {
  .z_index_ys .z_index_tit {
    margin-bottom: 40px;
  }
}
.z_ys_swiper ul {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.z_ys_swiper li {
  height: 22.3958333333vw;
  position: relative;
}

@media screen and (max-width: 980px) {
  .z_ys_swiper li {
    height: auto;
  }
}

.z_ys_swiper li a {
  display: block;
  height: 100%;
}

.z_ys_swiper li.active .topbox {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.z_ys_swiper li.active .btmbox {
  padding-top: 1.3020833333vw;
  border-radius: 1.5625vw 1.5625vw 7.2916666667vw 7.2916666667vw;
  background: #fff;
}

@media screen and (max-width: 980px) {
  .z_ys_swiper li.active .btmbox {
    padding-top: 20px;
  }
}

.z_ys_swiper li.active .btmbox .ico {
  height: 0;
  overflow: hidden;
}

.z_ys_swiper li.active .btmbox .dot {
  opacity: 1;
  margin-top: 1.0416666667vw;
}

@media screen and (max-width: 980px) {
  .z_ys_swiper li.active .btmbox .dot {
    margin-top: 10px;
  }
}

.z_ys_swiper .topbox {
  position: relative;
  z-index: 1;
  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;
  height: 11.9791666667vw;
  background: rgba(135,79,59,.73);
  border-radius: 7.2916666667vw 7.2916666667vw 0 0;
  overflow: hidden;
  padding-bottom: 2.6041666667vw;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  margin-bottom: -2.6041666667vw;
}
.z_ys_swiper .topbox img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 980px) {
  .z_ys_swiper .topbox {
    height: 0;
  }
}
.z_ys_swiper {
  overflow: hidden;
}
.z_arr {
  width: 30px;
  height: 30px;
  background: var(--color);
  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;
  color: #fff;
  font-size: 12px;
  margin-left: 0.5208333333vw;
  cursor: pointer;
}
.z_ys_swiper .topbox .imgbg {
  position: absolute;
  left: 0;
  top: 0%;
  opacity: 0.7;
  z-index: -1;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.z_ys_swiper .ico {
  height: 3.75vw;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}

@media screen and (max-width: 980px) {
  .z_ys_swiper .ico {
    height: 36px;
  }
}

.z_ys_swiper .ico img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.z_ys_swiper .btmbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .z_ys_swiper .btmbox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.z_ys_swiper .btmbox .ico {
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 980px) {
  .z_ys_swiper .btmbox .ico {
    margin-bottom: 10px;
  }
}

.z_ys_swiper .btmbox .tit {
  font-size: 25px;
}

@media screen and (max-width: 980px) {
  .z_ys_swiper .btmbox .tit {
    font-size: 16px;
  }
}

@media screen and (max-width: 1680px) {
  .z_ys_swiper .btmbox .tit {
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
}
.z_ys_swiper .btmbox .dot {
  width: 70%;
  margin: 0 auto;
  height: 3px;
  background: url(../images/dot.png) no-repeat center;
  background-size: auto 100%;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  overflow: hidden;
  opacity: 0;
}
.z_ys_swiper .btmbox .desc {
  color: #727272;
  opacity: 0.7;
  min-height: 2.5vw;
  margin-bottom: 1.25vw;
  margin-top: 0.78125vw;
  font-size: 0.78125vw;
  line-height: 1.25vw;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .z_ys_swiper .btmbox .desc {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_ys_swiper .btmbox .desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1680px) {
  .z_ys_swiper .btmbox .desc {
    font-size: 0.9453125vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 980px) {
  .z_ys_swiper .btmbox .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1680px) {
  .z_ys_swiper .btmbox .desc {
    line-height: 1.45vw;
  }
}
@media screen and (max-width: 980px) {
  .z_ys_swiper .btmbox .desc {
    line-height: 24px;
  }
}
.z_ys_swiper .btmbox .z_arr {
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .z_ys_swiper .topbox {
    display: none;
  }
  .z_ys_swiper .btmbox {
    position: relative;
    border-radius: 10px;
  }
  .z_ys_swiper li .dot {
    display: none;
  }
  .z_ys_swiper li.active .btmbox {
    border-radius: 10px;
  }
  .z_ys_swiper li.active .btmbox .ico {
    height: 36px;
  }
}
.z_index_ys .lazy {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-attachment: fixed;
}
@media screen and (max-width: 700px) {
  .z_index_ys .z_index_tit .btn {
    position: relative;
  }
}
.app-page .app-2 .box .left {
  width: 35%;
  padding-right: 18px;
  position: sticky;
  top: 120px;
}
.app-page .app-2 .box .left .list {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
}
.app-page .app-2 .box .left .list h2 {
  line-height: 1;
}
.app-page .app-2 .box .left .list h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.app-page .app-2 .box .left .list .target {
  margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
  position: relative;
  line-height: 50px;
}
.app-page .app-2 .box .left .list .target ul li a {
  border-radius: 25px;
  margin-bottom: 10px;
  height: 50px;
}
.app-page .app-2 .box .left .list .target ul li.active i::after {
  content: '-';
}
.app-page .app-2 .box .left .list .target > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  color: #000;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 5px 0 #eee;
}
.app-page .app-2 .box .left .list .target > ul > li > a:hover {
  color: #fff;
  background-color: var(--color);
}
.app-page .app-2 .box .left .list .target ul li i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  width: 35px;
  color: #ffffff;
}
.app-page .app-2 .box .left .list .target ul li i::after {
  content: '+';
}
.app-page .app-2 .box .left .list .target > ul > li > ul {
  display: none;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a.active {
  color: var(--color);
}
.app-page .app-2 .box .right {
  width: 65%;
  padding-left: 18px;
}
.app-page .app-2 .box .right .content ul li {
  display: none;
}
.app-page .app-2 .box .right .content ul li.active {
  display: block;
}
.app-page .app-2 .box .right .content .mml-text {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.app-page .app-2 .box .right .content .mml-text h4 {
  line-height: 1;
}
.app-page .app-2 .box .right .content .mml-text h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.app-page .app-2 table tbody {
  min-width: 1000px;
}
@media screen and (max-width: 1650px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 .history-cont .left .icon {
    font-size: 140px;
  }
  .about-page .about-3 .history-cont .left ul li {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .box h2 {
    font-size: 40px;
  }
  .inner-banner {
    height: 320px;
  }
  .about-page .about-3 .history-cont .left ul li .year {
    font-size: 90px;
  }
  .about-page .about-3 .history-cont .left ul li {
    height: 500px;
  }
  .about-page .about-3 .history-cont .left ul:after {
    width: 500px;
    height: 500px;
  }
  .about-page .about-3 .history-cont .left ul li {
    padding-left: 0;
  }
  .manufacture-page .manu-2 .box1 .content {
    width: 100%;
  }
  .manufacture-page .manu-2 .box1 .img {
    width: 100%;
  }
  .manufacture-page .manu-2 .box .column {
    width: 100%;
  }
  .product-page .product-1 .left {
    display: none;
  }
  .product-page .product-1 .right {
    width: 100%;
  }
  .service-page .service-1 .img {
    margin-left: 30px;
    margin-bottom: 40px;
    width: 56%;
    border-radius: 20px;
  }
  .sus-page .sus-4 ul li {
    width: 33% !important;
  }
  .sus-page .sus-3 .box {
    width: 70%;
  }
  .sus-page .sus-4 ul li .h4 {
    font-size: 22px;
  }
  .sus-page .sus-4 ul li .text {
    font-size: 16px;
  }
  .news-page .news-1 .ui.container ul.newslist li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .app-1 h2 {
    margin-top: 0;
  }
  .app-page .app-1 ul li.wid-50 {
    width: 100%;
  }
  .app-page .app-1 ul li {
    width: 50%;
  }
  .app-page .app-2 .box .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .app-page .app-2 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .about-page .about-1 {
    padding-top: 70px;
  }
  .about-page .about-1 .h4 {
    font-size: 19px;
  }
  .about-page .about-3 .history-cont .left {
    width: 76%;
  }
  .about-page .about-3 .history-cont .left .icon {
    font-size: 98px;
  }
  .inner-page .top-nav {
    display: none;
  }
  .inner-page.app-page .top-nav {
    display: block;
  }
  .inner-page.app-page .top-nav ul.list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
  }
  .inner-page.app-page .top-nav ul.list > li {
    width: 50%;
    margin-bottom: 20px;
  }
  .inner-page.app-page .top-nav ul.list > li:nth-child(2) {
    border-radius: 0 45px 45px 0;
  }
  .inner-page.app-page .top-nav ul.list > li:nth-child(3) {
    border-radius: 45px 0 0 45px;
  }
  .inner-page.app-page .top-nav ul.list > li > a {
    height: 50px;
  }
  .service-page .service-2 .wrap .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .wrap .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-1 .img {
    margin-left: 0;
    display: none;
  }
  .seo_block .Auxil-form .box {
    padding: 30px;
    border-radius: 20px;
  }
  .product-yd-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page ul li .img {
    width: 100% !important;
    order: 1;
  }
  .product-yd-page ul li .content {
    width: 100% !important;
    order: 2;
    border-radius: 15px;
  }
  .product-yd-page ul li:nth-child(2n) .img {
    order: 1;
  }
  .product-yd-page ul li:nth-child(2n) .content {
    order: 2;
    border-radius: 15px;
  }
  .quality-page .quality-1 .box .column {
    width: 100%;
  }
  .product-page .product-1 .right .list_two ul li .left_img .big {
    width: 74.5%;
  }
  .product-page .product-1 .right .list_two ul li .left_img .small .img a {
    border-radius: 3px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li {
    flex: 1;
  }
  .prodet-page .prodet-2 .det4 ul li {
    width: 50%;
  }
  .sus-page .sus-2 ul li {
    width: 46%;
  }
  .sus-page .sus-2 ul li.img {
    margin-top: 0;
  }
  .sus-page .sus-3 .box {
    width: 100%;
  }
  .gallery-page .gallery-1 .main ul li {
    width: 50%;
  }
  .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .text1{
    font-size: 14px;
    line-height: 2em;
  }
  .inner-banner .box h2,
  h1.banneryr {
    margin-bottom: 0;
    font-size: 22px;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
  }
  .inner-banner {
    height: 230px;
  }
  .about-page .about-1{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-page .about-3 .history-cont .left {
    width: 100%;
  }
  .about-page .about-3 .history-cont .left ul li {
    height: 410px;
  }
  .about-page .about-3 .history-cont .left ul:after {
    width: 410px;
    height: 410px;
  }
  .about-page .about-3 .history-cont .left ul li .year {
    font-size: 70px;
  }
  .about-page .about-3 .history-cont .left ul li .content p {
    max-height: 120px;
    overflow: auto;
  }
  .about-page .about-3 .history-cont .left .icon{
    left: 15px;
  }
  .advantage-page {
    padding-top: 48px;
  }
  .sus-page .sus-4 ul li .h4 {
    font-size: 18px;
  }
  .sus-page .sus-4 ul li .text {
    font-size: 15px !important;
    height: auto;
  }
  .about-page .about-3 .history-cont .right {
    display: none;
  }
  .product-page{
    padding-top: 60px;
  }
  .product-page .product-1{
    padding-bottom: 60px;
  }
  .product-page .product-1 .right .list_two ul li .left_img {
    width: 100%;
  }
  .product-page .product-1 .right .list_two ul li .right_content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-1 .right .list_two ul li .left_img .big {
    margin-left: 0;
  }
  .prodet-page .prodet-1 .right .box {
    padding-left: 20px;
    border-radius: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li {
    flex: unset;
  }
  .prodet-page .prodet-2{
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0 50px;
  }
  .prodet-page .prodet-2 .content.font-18 {
    font-size: 15px;
  }
  .prodet-page .title {
    font-size: 22px;
  }
  .product-page.prodet-page .product-1 {
    padding-bottom: 40px;
  }
  .product-page.prodet-page .product-1 ul li .h4 {
    margin-bottom: 0;
  }
  .sus-page .sus-4 ul li {
    width: 100% !important;
  }
  .sus-page .sus-2 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .gallery-page .gallery-1 .main ul li {
    width: 100%;
  }
  .news-page .news-1 .ui.container ul.newslist li {
    width: 100%;
  }
  .product-yd-page{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-yd-page ul li{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box {
    bottom: 50px;
  }
  .app-page .app-1 ul li {
    width: 100%;
  }
  .app-page .app-2 .box .left .list {
    padding: 30px 15px;
  }
  .app-page .app-2 .box .right .content .mml-text .text {
    padding: 30px 15px;
  }
  .inner-page.app-page .top-nav ul.list > li {
    width: 100%;
    border-radius: 45px !important;
  }
  .inner-page .top-nav {
    margin-bottom: 15px;
  }
  .app-page .app-2 .box .right {
    margin-top: 0;
  }
  .app-page .app-2 .box {
    margin-top: 10px;
  }
  .about-page .about-3 .history-cont .left ul:after {
    opacity: 0;
  }
  .about-page .about-3 .history-cont .left ul li .content {
    background: white;
    padding: 20px 15px;
  }
  .about-page .about-3 .history-cont .left ul li {
    height: 300px;
    background: white;
    padding-bottom: 60px;
  }
  .about-page .about-3 .history-cont .left ul li .year {
    font-size: 50px;
  }
  .about-page .about-3 .history-cont .left ul li .content pre {
    width: 100%;
  }
  .about-page .about-3 .history-cont .left .icon {
    font-size: 60px;
  }
  .about-page .about-1 .content {
    margin-bottom: 0;
  }
  .sus-page .sus-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-4 ul li {
    width: 100% !important;
  }
  .product-yd-page ul li .content {
    padding-left: 20px;
  }
  .inner-page .form form ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .det4 ul li {
    width: 100%;
  }
}
/*.prodet-page .prodet-1 .left .box .slick-arrow,*/
.Auxil-related .slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 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;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  font-size: 0;
}
.prodet-page .prodet-1 .left .box .slick-arrow {
  top: 50%;
}
.prodet-page .prodet-1 .left .box .slick-prev {
  left: 0;
}
.Auxil-related .slick-prev {
  left: -40px;
}
.prodet-page .prodet-1 .left .box .slick-next {
  right: 0;
}
.Auxil-related .slick-next {
  right: -40px;
}
.prodet-page .prodet-1 .left .box .slick-prev::after,
.Auxil-related .slick-prev::after {
  content: '\e69a';
  font-family: 'iconfont';
  font-size: 20px;
}
.prodet-page .prodet-1 .left .box .slick-next::after,
.Auxil-related .slick-next::after {
  content: '\e6ac';
  font-family: 'iconfont';
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .Auxil-related .slick-next {
    right: -5px;
  }
  .Auxil-related .slick-prev {
    left: -5px;
  }
}
.fancybox-button--zoom {
  display: none !important;
}


.prodet-page .prodet-5 .content {
  margin-top: 60px;
}
.prodet-page .prodet-5 .left .tit {
  font-size: 26px;
  font-weight: 800;
}
.prodet-page .prodet-5 .left .txt {
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
  font-weight: 300;
}
.prodet-page .prodet-5 .left {
  width: 30%;
}
.prodet-page .prodet-5 .right {
  width: 70%;
  padding-left: 30px;
}
.prodet-page .prodet-5 .right ul{
  margin: -15px;
}
.prodet-page .prodet-5 .right ul li{
  padding: 13px;
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-5 .left .txt {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-5 .left {
    width: 100%;
  }
  .prodet-page .prodet-5 .right {
    width: 100%;
  }
  .prodet-page .prodet-5 .grid-box.four > .column {
    width: 25%;
  }
  .prodet-page .prodet-5 .right {
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-5 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-5 .left .tit{
    font-size: 20px;
  }
}