@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;
}
@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: 'MalinRegular';
  src: url('../fonts/MalinRegular.eot');
  src: url('../fonts/MalinRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/MalinRegular.woff2') format('woff2'), url('../fonts/MalinRegular.woff') format('woff'), url('../fonts/MalinRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff2') format('woff'), url('../fonts/Poppins-Regular.woff2') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.page-header01{
  background: #fff;
}
.mobile-menu-wrap01 .mobile-menu .menu-header .logo{
  padding: 12px;
  border-radius: 6px;
  background: #fff;
}
.font-family1 {
  font-family: 'MalinRegular';
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #fc010a;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1610px;
}
.container.min-w {
  max-width: 1230px;
}
.subtitle {
  color: var(--color);
}
.public-title {
  line-height: 1.1;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  /*color: #000;*/
  border-radius: 5px;
  overflow: hidden;
}
.public-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.public-btn:hover {
  color: #fff;
}
.public-btn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #faf5ed;
}
#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;
  height: 110px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.5em;
  -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 > 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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu{
  width: 220px;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu li ul{
  width: 320px;
}
#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;
  font-family: Poppins;
  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;
  max-height: 80px;
    line-height: 50px;
    border-bottom: 1px solid #dbdbdb;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  /*border: 2px solid var(--color);*/
  background: var(--color);
}
#header .nav .ui.menu .h-items .h-inquiry:hover {
  background:#fff;
  color: var(--color);
}
#header .nav .ui.menu .h-items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 48px;
  height: 1px;
  background-color: #faf5ed;
  border-radius: 0;
  border: none;
  margin: 0 6px;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: var(--color);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
#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-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 {
  position: relative;
  margin-top: 110px;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 13.35%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 1362px;
  text-shadow: 0 0 10px #000000;
}
#banner .banner-slick li .content .text-box p {
  text-shadow: 0 0 10px #000000;
}
#banner .banner-slick li .content .text-box .banner-btn {
  background-color: #fff;
  color: #000;
}
#banner .banner-slick li .content .text-box .banner-btn:hover{
  color: #fff;
}
#index-body {
  background-color: #f4eee4;
}
#index-body .advantage {
  background-color: #faf5ed;
}
#index-body .advantage .public-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
#index-body .advantage .advantage-slick li .slide-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .icon {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#index-body .advantage .advantage-slick li .slide-box .icon .icon1 {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#index-body .advantage .advantage-slick li .slide-box .intro {
  overflow-y: auto;
  height: -webkit-calc(1.875em * 2);
  height: -moz-calc(1.875em * 2);
  height: calc(1.875em * 2);
  line-height: 1.875;
}
#index-body .advantage .advantage-slick li .slide-box .advantage-btn span,
#index-body .advantage .advantage-slick li .slide-box .advantage-btn i {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .advantage-btn i {
  line-height: 1.2;
  font-weight: bold;
}
#index-body .advantage .advantage-slick li .slide-box .advantage-btn .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .advantage-btn .plus i {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box:hover {
  background-color: #fffefc;
}
#index-body .advantage .advantage-slick li .slide-box:hover .icon .icon1 {
  opacity: 1;
  -webkit-transform: translateX(-40%) rotate(0deg);
  -moz-transform: translateX(-40%) rotate(0deg);
  -ms-transform: translateX(-40%) rotate(0deg);
  transform: translateX(-40%) rotate(0deg);
}
#index-body .advantage .advantage-slick li .slide-box:hover .advantage-btn span,
#index-body .advantage .advantage-slick li .slide-box:hover .advantage-btn i {
  opacity: 1;
}
#index-body .advantage .advantage-slick li .slide-box:hover .advantage-btn .plus {
  opacity: 0;
}
#index-body .about {
  position: relative;
}
#index-body .about .about-bg {
  left: 0;
  width: 100%;
  bottom: 0;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .right .intro {
  line-height: 1.875;
}
#index-body .service .service-slick li .slide-box {
  border-radius: 5px;
}
#index-body .service .service-slick li .slide-box .title {
  color: #ffffff;
}
#index-body .service .service-slick li .slide-box .title1 {
  left: 0;
  bottom: 0;
}
#index-body .service .service-slick li .slide-box .title2 {
  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%);
  text-decoration: underline;
  text-underline-offset: 3px;
  z-index: 3;
}
#index-body .service .service-slick li .slide-box .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .service .service-slick li .slide-box .img1::after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255,254,252,.5);*/
  position: absolute;
  z-index: 1;
}
#index-body .service .service-slick li .slide-box:hover .img1 {
  opacity: 1;
}
#index-body .service .service-slick ul.slick-dots {
  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-slick ul.slick-dots li {
  width: 1em;
  height: 1px;
  background-color: #000000;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .service .service-slick ul.slick-dots li button {
  display: none;
}
#index-body .service .service-slick ul.slick-dots li.slick-active {
  background-color: var(--color);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
#index-body .oem-odm {
  color: #fff;
  z-index: 1;
}
#index-body .oem-odm .oem-odm-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .oem-odm .oem-odm-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .oem-odm .intro {
  max-width: 855px;
  line-height: 1.875;
}
#index-body .product .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .product .product-bg {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .product-slick li .slide-box .img-box {
  border-radius: 10px;
}
#index-body .product .product-slick li .slide-box .img-box .product-btn {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 0 0 10px 10px;
}
#index-body .product .product-slick li .slide-box .img-box .product-btn i {
  line-height: 1.2;
}
#index-body .product .product-slick li .slide-box .img-box .product-btn:hover {
  background-color: var(--color);
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box:hover .img-box .product-btn {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#index-body .custom .content {
  z-index: 1;
}
#index-body .custom .content .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .custom .content .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}
#index-body .custom .content .public-title {
  line-height: 1.46;
}
#index-body .custom .content .img {
  width: 23.734%;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
#index-body .news .news-slick .slick-current li .slide-box {
  padding-right: 6.8%;
}
#index-body .news .news-slick .slick-current + div li .slide-box {
  padding-right: 6.8%;
  -webkit-transform: translateX(-6.8%);
  -moz-transform: translateX(-6.8%);
  -ms-transform: translateX(-6.8%);
  transform: translateX(-6.8%);
}
#index-body .news .news-slick .slick-current + div + div li .slide-box {
  margin-left: -14%;
}
#index-body .news .news-slick li .slide-box {
  margin-top: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-left: 0;
  padding-right: 0;
}
#index-body .news .news-slick li .slide-box .img-box {
  border-radius: 10px;
  height: 342px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .img-box img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .news .news-slick li .slide-box .date {
  font-style: italic;
  color: var(--color);
  font-weight: bold;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .news-btn {
  width: 32px;
  height: 32px;
  background-color: #fffefc;
  border-radius: 50%;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box:hover .img-box {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
#index-body .news .news-slick li .slide-box:hover .title {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box:hover .news-btn {
  background-color: var(--color);
  color: #000;
}
#index-body .news .arrow {
  border-radius: 50%;
  right: 34.3%;
  top: 35%;
  overflow: hidden;
}
#index-body .news .arrow .prev,
#index-body .news .arrow .next {
  width: 33px;
  height: 66px;
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .arrow .prev:hover,
#index-body .news .arrow .next:hover {
  background-color: var(--color);
}
#footer {
  color: #fff;
  background-color: #000000;
}
#footer .f-content .social-account li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .social-account li a:hover {
  color: var(--color);
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-contact .f-contact-list li .icon {
  width: 46px;
  height: 46px;
  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-content dl.f-contact .f-contact-list li .contact-info {
  max-width: 350px;
}
#footer .f-content dl.f-contact .f-contact-list li .contact-info .span1 {
  text-decoration: underline;
  text-underline-offset: 5px;
}
#footer .f-content dl.f-nav dd {
  line-height: 2.3125;
}
#footer .f-content dl.f-form {
  width: 322px;
}
#footer .f-content dl.f-form form .form-list li input,
#footer .f-content dl.f-form form .form-list li textarea {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #e3e5e4;
}
#footer .f-content dl.f-form form .form-list li input::-webkit-input-placeholder, #footer .f-content dl.f-form form .form-list li textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-content dl.f-form form .form-list li input:-moz-placeholder, #footer .f-content dl.f-form form .form-list li textarea:-moz-placeholder {
  color: #fff;
}
#footer .f-content dl.f-form form .form-list li input::-moz-placeholder, #footer .f-content dl.f-form form .form-list li textarea::-moz-placeholder {
  color: #fff;
}
#footer .f-content dl.f-form form .form-list li input:-ms-input-placeholder, #footer .f-content dl.f-form form .form-list li textarea:-ms-input-placeholder {
  color: #fff;
}
#footer .f-content dl.f-form form .form-list li input::placeholder,
#footer .f-content dl.f-form form .form-list li textarea::placeholder {
  color: #fff;
}
#footer .f-content dl.f-form form .form-list li textarea {
  height: 54px;
}
#footer .f-content dl.f-form form .form-list li .public-btn {
  width: 100%;
}
#footer .f-content dl.f-form form .form-list li .public-btn::after {
  background-color: #fff;
  color: var(--color);
}
#footer .f-content .line {
  height: 1px;
  background-color: #6e6e6e;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.618);
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul > li.r-phone p {
  background-color: var(--color);
  right: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fixed-toolbar ul > li:hover p {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul > li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul > li:hover {
  background: var(--color);
}
.fixed-toolbar ul > li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.fixed-toolbar ul > li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back {
  display: none;
}
/*ui.container不用设置了*/
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content dl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wrap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .about .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .news .arrow {
    right: 0;
  }
  #footer .f-content dl.f-contact .f-contact-list li .contact-info {
    max-width: unset;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 8%;
  }
  #index-body .advantage .advantage-slick li .slide-box .icon {
    zoom: .5;
  }
  #index-body .about .right .intro {
    line-height: 2;
  }
  #footer .f-content dl.f-form {
    width: 100%;
  }
  #footer .f-copy .copy {
    display: block;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .number-Plus li {
    width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36,
  .font-37,
  .font-38,
  .font-39 {
    font-size: 19px;
  }
  .font-40,
  .font-41,
  .font-42,
  .font-43,
  .font-44,
  .font-45,
  .font-46,
  .font-47,
  .font-48,
  .font-49 {
    font-size: 20px;
  }
  .public-title {
    font-size: 22px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  border-radius: 27px;
  background:var(--color);
  padding: 0 56px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-transform: uppercase;
}
.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
}
.more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background:#222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.more:hover:after {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .more {
    zoom: 0.8;
  }
}
@media screen and (max-width: 500px) {
  .more {
    zoom: 0.7;
  }
}
.lh-1 {
  line-height: 1;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.smt {
  color: var(--color);
  font-weight: 300;
  font-size: 18px;
}
.inner-page a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 700px) {
  .cont.font-18.mt-20.mb-33 {
    line-height: 2 !important;
  }
  .cont {
    line-height: 1.8;
  }
  a.t1.font-24 {
    line-height: 2;
  }
  .smt {
    font-size: 14px;
  }
}

/*inner*/
.col {
  color: var(--color);
}
.col2 {
  color: var(--color);
}
.swiper {
  overflow: hidden;
}
.inner-banner {
  margin-top: 87px;

  background: #fff;
}
.inner-banner .box{
  padding-bottom: 40px;
    border-bottom: 1px solid #edeeef;
}
.inner-banner .title p {
  margin-top: 0.4em;
}
.inner-banner .mbx {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}
.inner-page {
  background: #fff;
}
.inner-page .inner-top .box {

  padding-top: 30px;
}
.inner-page .inner-top .box .decline {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  line-height: 48px;
  display: block;
}
.inner-page .inner-top .box .decline:hover {
  background: var(--color);
}
.inner-page .inner-top .box .text {
  width: 18%;
  margin: 0 0 0 auto;
}
.about-page .st {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-family: 'MalinRegular';
  position: sticky;
  top: 150px;
}
.about-page .st .dot {
  width: 9px;
  height: 9px;
  background-color: var(--color);
  border-radius: 4px;
  margin-right: 13px;
}
.about-page .about-1 .top .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.about-page .about-1 .top .text .left {
  width: 20%;
}
.about-page .about-1 .top .text .right {
  width: 74%;
}
.about-page .about-1 .bottom .t1 {
  letter-spacing: 5px;
  color: var(--color);
}
.about-page .about-1 .bottom .title {
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 .bottom .history .list {
  height: 420px;
  padding-bottom: 15px;
  background: url(../images/history.png) no-repeat left bottom / 100%;
  padding-left: 30px;
}
.about-page .about-1 .bottom .history .list ul {
  margin: 0 -25px;
}
.about-page .about-1 .bottom .history .list ul li {
  padding: 0 25px;
  padding-top: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-1 .bottom .history .list ul li .box {
  position: relative;
  background: url(../images/line.png) repeat-y left top;
  padding-left: 24px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-1 .bottom .history .list ul li .box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid var(--color);
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-1 .bottom .history .list ul li .box::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 3px solid #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-1 .bottom .history .list ul li .box .tit {
  color: var(--color);
  line-height: 1;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.about-page .about-1 .bottom .history .list ul li .box .cont {
  margin-top: 8px;
  padding-left: 10px;
  position: relative;
}
.about-page .about-1 .bottom .history .list ul li .box .cont p{
  height: 4.5em;
  overflow-y: auto;
}
.about-page .about-1 .bottom .history .list ul li .box .cont::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
.about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.about-page .about-1 .bottom .history .list .slick-active li {
  padding-bottom: 49px;
}
.about-page .about-1 .bottom .history .list .slick-active li .box {
  padding-bottom: 30px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
  padding-bottom: 8px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active li .box {
  padding-bottom: 90px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
  padding-bottom: 100px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li .box {
  padding-bottom: 50px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
  padding-bottom: 50px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li .box {
  padding-bottom: 200px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li {
  padding-bottom: 240px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li .box {
  padding-bottom: 60px;
}
.about-page .about-1 .bottom .history .btn {
  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;
}
.about-page .about-1 .bottom .history .btn .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 14px;
}
.about-page .about-1 .bottom .history .btn > div {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  font-size: 25px;
  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: #000000;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.about-page .about-1 .bottom .history .btn > div:hover {
  background: var(--color);
}
.about-page .about-2 .top .left {
  width: 20%;
}
.about-page .about-2 .top .right {
  width: 40%;
}
.about-page .about-2 .bottom .swiper-slide {
  height: 100%;
}
.about-page .about-2 .bottom .box {
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .bottom .box .cont {
  opacity: 0.5;
  margin-top: 10px;
}
.about-page .about-2 .bottom .box:hover {
  background: #000000;
  color: #ffffff;
}
.about-page .about-2 .bottom .box:hover .cont {
  opacity: 1;
}
.about-page .about-2 .bottom .btns {
  position: relative;
}
.about-page .about-2 .bottom .btns .pagination {
  width: 300px;
  height: 3px;
  top: 40%;
}
.about-page .about-2 .bottom .btns .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000000;
}
.about-page .about-2 .bottom .btns .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .btns .btn .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 14px;
}
.about-page .about-2 .bottom .btns .btn > div {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  font-size: 25px;
  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: #000000;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.about-page .about-2 .bottom .btns .btn > div:hover {
  background: var(--color);
}
.about-page .about-3 ul {
  border-top: 1px solid #000;
}
.about-page .about-3 ul li {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.about-page .about-3 ul li .box {
  padding: 0 20px;
}
.about-page .about-3 ul li .box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}
.about-page .about-3 ul li .box .right {
  width: 255px;
  background: #000;
  color: #ffffff;
  padding: 20px 20px 120px;
}
.about-page .about-3 ul li .box .right .i-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 ul li .box:hover .i-box {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about-page .about-3 ul li:nth-child(2n) .box {
  border-left: 1px solid #000;
}
.about-page .about-4 .img {
  width: 40%;
}
.about-page .about-4 .text {
  width: 50%;
}

@media screen and (max-width: 1700px) {
  .about-page .about-1 .bottom .history .list .slick-active li {
    padding-bottom: 30px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
    padding-bottom: 0px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
    padding-bottom: 80px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 40px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 215px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li .box {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .bottom .history .list {
    height: 390px;
  }
  .about-page .about-1 .bottom .history .list .slick-active li {
    padding-bottom: 75px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
    padding-bottom: 40px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
    padding-bottom: 120px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 ul li .box .right {
    width: 200px;
  }
  .about-page .about-1 .bottom .history .list ul {
    margin: 0 -15px;
  }
  .about-page .about-1 .bottom .history .list ul li {
    padding: 0 15px;
    padding-top: 6px;
  }
  .about-page .about-1 .bottom .history .list {
    height: 320px;
  }
  .about-page .about-1 .bottom .history .list .slick-active li {
    padding-bottom: 25px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
    padding-bottom: 5px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
    padding-bottom: 35px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li .box {
    padding-bottom: 120px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 120px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li .box {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .inner-top .box .decline {
    display: none;
  }
  a.fooo123 {
    display: none;
}
  .about-page .about-1 .top {
    padding-left: 0;
  }
  .about-page .about-1 .bottom {
    padding-left: 0;
  }
  .about-page .about-1 .bottom .history .list {
    height: auto;
    background: none;
    border-bottom: 1px solid var(--color);
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom .history .list ul {
    margin-bottom: -3px;
  }
  .about-page .about-1 .bottom .history .list ul .slick-slide {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about-page .about-1 .bottom .history .list ul .slick-slide > div li {
    height: 100%;
  }
  .about-page .about-1 .bottom .history .list ul .slick-slide > div li .box {
    height: 100%;
  }
  .about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
    height: 100%;
  }
  .about-page .about-1 .bottom .history .list li {
    padding-bottom: 0 !important;
  }
  .about-page .about-1 .bottom .history .list li .box {
    padding-bottom: 30px !important;
  }
  .about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about-page .about-1 .bottom .history .list ul li .box .tit {
    font-size: 16px;
  }
  .about-page .st {
    margin-bottom: 15px;
    zoom: 0.8;
  }
  .about-page .about-3 ul li .box .right {
    display: none;
  }
  .about-page .about-4 .img {
    margin-bottom: 30px;
  }
  .about-page .about-2 .bottom .box .tit {
    font-size: 18px;
  }
  .about-page .about-3 ul li .box .left .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 ul li:nth-child(2n) .box {
    border-left: none;
  }
  /* .title.font-35 {
    font-size: 20px;
  }
  .text.font-20 {
    line-height: 2;
} */
}
.inner-page .slideBox .slideBoxLeft {
  width: 25%;
  padding-right: 4%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.inner-page .slideBox .slideBoxLeft .nav a {
  padding: .1em 0;
  border-bottom: 1px solid #707070;
  font-weight: 400;
}
.inner-page .slideBox .slideBoxLeft .nav a i {
  font-size: 1.3em;
  line-height: 1;
}
.inner-page .slideBox .slideBoxLeft .nav a.active,
.inner-page .slideBox .slideBoxLeft .nav a:hover {
  font-weight: bold;
}
.inner-page .slideBox .slideBoxLeft .nav a i.on {
  transform: rotate(45deg);
}
.inner-page .slideBox .slideBoxLeft .nav ul ul {
  padding-left: 1em;
  margin: 1em 0;
  display: none;
}

.inner-page .slideBox .slideBoxLeft.news-list {
  width:100%;

  padding-right: 0;
  position: initial;
}
.inner-page .slideBox .slideBoxRight {
  width: 75%;
}

.inner-page .slideBox .slideBoxRight.news-list {
  width:100%;
}

.inner-page .slideBox .slideBoxRight.news-slide {
  width:100%;
}

.inner-page .slideBox .slideBoxRight .text p{
  margin-bottom: 10px;
}

.inner-page .m-page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: #c5ad87;
  color: white;
  border-color:#c5ad87;
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBox .slideBoxLeft {
    display: none;
  }
  .inner-page .slideBox .slideBoxRight {
    width: 100%;
  }
}

/*slideBo end*/
.news-page .list li {
  border-bottom: 1px solid #dfdfdf;
}

/*contact*/

.contact-page .contact-1 .h2 img {
  max-height: 1em;
}
.contact-page .contact-1 .box {
  padding: 5%;
  color: white;
  border-radius: 30px;
}
.contact-page .contact-1 .box input,
.contact-page .contact-1 .box textarea {
 padding: 0.8em 1em;
    border: none;
    background-color: rgb(255 255 255 / 45%);
    width: 100%;
    display: block;
    color: white;
    border-radius: 6px;
}
.contact-page .contact-1 .box input::-webkit-input-placeholder, .contact-page .contact-1 .box textarea::-webkit-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input:-moz-placeholder, .contact-page .contact-1 .box textarea:-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input::-moz-placeholder, .contact-page .contact-1 .box textarea::-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input:-ms-input-placeholder, .contact-page .contact-1 .box textarea:-ms-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input::placeholder,
.contact-page .contact-1 .box textarea::placeholder {
  color: #666;
}
.contact-page .contact-1 .box button {
  border: none;
  margin-top: 2em;
}
.contact-page .contact-1 .info {
  padding: 5% 0;
  /*border: 1px solid #333;*/
  border-top: none;
}

.contact-page .contact-1 .info ul li{
  background: #faf5ed;
    padding: 18px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contact-page .contact-1 .info .text{
  line-height: 2;
}
.contact-page iframe {
  border: none;
}
.contact-page .contact-2 {
  background-color: var(--color);
  color: white;
}
.contact-page .contact-2 .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--color);
  transition: .5s;
}
.contact-page .contact-2 .share a:hover {
  background-color: black;
  color: white;
}
@media screen and (max-width: 700px) {
  .contact-page iframe {
    height: 240px;
  }
    .contact-page .text {
    width: 100%;
  }
  .contact-page .contact-1  form .yzm.flex{
    flex-wrap: wrap;
  }
  .contact-page .contact-1 form .yzm.flex input{
    width: 100%;
  }
  .contact-page .contact-1 form .yzm.flex img{
    width: 50%;
    margin-top: 5px;
  }
}
/*contact end*/

/*.product-yd*/
.product-yd-page .list {
  color: var(--color);
}
.product-yd-page .list ul {
  position: relative;
}
.product-yd-page .list ul::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #edeeef;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-yd-page .list li {
  padding: 60px 0;
  border-bottom: 1px solid #edeeef;
}
.product-yd-page .list .img-box {
  border-radius: 12px;
  overflow: hidden;
}
.product-yd-page .list .tit:hover {
  color: var(--color);
}
.product-yd-page .list .btn {
  border-bottom: 1px solid var(--color);
  font-weight: bold;
  line-height: 1;
}
.product-yd-page .list .btn:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
@media screen and (max-width: 1000px) {
  .product-yd-page .list li {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .list li {
    padding: 25px 0;
  }
}
/*.product-yd end*/

/*product-page*/

.product-page .product-list 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: 0 -1rem;
}

.product-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;
  /*width:32%;*/
}

/*.product-page .product-list ul li .img img {
  height: 400px;
  object-fit: cover;
  width: 100%;

}*/

.product-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}

.product-page .product-list ul li.wid-100 {
  width: 100%;
}

.product-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.product-page .product-list ul li .pro-box .imgbox {
  position: relative;
  width: 50%;

}

.product-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}

.product-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  padding: 2rem 0rem 0rem;
}

.product-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}

.product-page .product-list ul li .pro-box .text .neirong {
  padding: 10px 0 0;
  max-height: 120px;
  overflow-y: overlay;
}


.product-page .product-list ul li .pro-box:hover {
  background: #f6f6f6;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}

.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}

.product-page .product-list ul li .pro-box .text {
  padding: 0 20px;
  font-size: 15px;
  color: #757575;
  width: 50%;
}

.product-page .product-list ul li .pro-box .text p {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

.product-page .product-list ul li .pro-box .btm {
  padding: 0px 0px 20px 0px;
}

.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.product-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}

.product-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
}

.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}

.product-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}

.product-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product-page p {
  color: #7f7f7f;
}

.product-page .product-list ul li .pro-box .btm ul {
  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;
  margin: 0 -10px;
}

.product-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}

.product-page .product-list .ny-banner {}

.product-page .product-list ul li .pro-box h5 a {
  text-transform: unset;
}
.inner-page .sidebar-content {
  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;
}

.inner-page .sidebar-content .sidebar-nav {
  width: 20%;
}

.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}

.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  color: #000;
  border: none;
}

.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;

  text-align: left;
  margin: 3rem 0 2.5rem;
  font-weight: bold;
}

.inner-page .sidebar-content .sidebar-nav p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  border-bottom: 0px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #46696b;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: none;
  font-size: 2rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 1.2rem;
  border-radius: 5px;
  background: #eeede7;
  font-size: 2rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #46696b;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #46696b;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 4rem 0;
}

.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 6rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;


}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 1.5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: .5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 5px;
  background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  text-transform: unset;
  margin-bottom: 3rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 2rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-box {
  width: 70%;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 20px;
  text-transform: capitalize;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: none;
}

.inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time {
  margin-bottom: 20px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  font-size: 15px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 12px;
}
.product-page .product-list ul li .pro-box .btm ul.tupianji li {
  width: 25% !important;
}

.product-page .product-list ul li .pro-box .btm ul.tupianji {
  display: flex;
}
.inner-page .sidebar-box .sidebar-left {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    width: 360px;
    top: 110px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
  font-size: 24px;
  /**/
  line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi.active>a,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>ol.second li.active ,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi > .second > li > .thrid > li.active {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
  padding: 3px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol {
  padding-bottom: 5px !important;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li {
  margin-left: 15px;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
  font-size: 15px;
  color: #555;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third {
  display: none;
}


.inner-page .sidebar-box.product-single{
  justify-content: center;
}

.inner-page .sidebar-box.product-single .sidebar-right{
  width: 85%;
}

.product-page .product-list ul li .img img {
  transition: all 1.2s ease;
  border-radius: 20px;
}

.product-page .product-list ul li .img {
  overflow: hidden;
  transition: all 1.2s ease;
  padding: 10px;
  background: #faf5ed;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.product-page .product-list ul li .img a{
  border-radius: 20px;
}

.product-page .product-list ul li .img:hover img {

  transition: all 1.2s ease;
}

.product-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.product-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.product-page .product-list ul li .text {
  background: #faf5ed;
  margin-top: 0;
  padding: 10px;
  border-radius: 0 0 20px 20px;
    transition: all 1.2s ease;
}

.product-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}

.product-page .product-list ul li .text h2 {
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  min-height: 100px;
}

.product-page .product-list ul li:hover .img{
  background: var(--color);
    transition: all 1.2s ease;
}

.product-page .product-list ul li:hover .text{
  background: var(--color);
    transition: all 1.2s ease;
}
.product-page .product-list ul li:hover .text h2 {
  color: #fff;
}

.product-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.product-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}
.inner-page .sidebar-content .sidebar-left {
  width: 28%;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}

.inner-page .sidebar-box .sidebar-right h1 {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  color: #4a4a4a;
  font-weight: normal;
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  margin-bottom: 20px;
}

@media screen and (max-width:1550px) {

  /*.product-page .product-list ul li .img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }*/

}

@media screen and (max-width:1100px) {
   .inner-page .sidebar-content .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width:1000px){
  /*.product-page .product-list ul li {
    width: 50% !important;
  }*/
  .product-page .product-list ul li .img {
    text-align: center;
  }
  .product-page .product-list ul li .img img {
    /*width: 90%;*/
    display: block;
    margin: auto;
    height: auto;
  }
  .product-page .product-list ul li .text h2{
    min-height: unset;
  }
}
@media screen and (max-width:500px) {
  /*.product-page .product-list ul li {
    width: 100% !important;
  }*/
} 

/*news详情*/
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-page.product-page .sidebar-left {
  padding-left: 72px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 30px;
  line-height: 2;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  background: #f1f1f1;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--color);
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  FONT-WEIGHT: 500;
  font-size: 16px;
  line-height: 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li {
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-box;
  margin-bottom: 0.8rem;
  display: -webkit-box;         /* 使用旧版弹性盒子模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 2;        /* 限制显示为5行 */
  overflow: hidden;             /* 隐藏溢出的内容 */
  text-overflow: ellipsis;      /* 添加省略号 */

}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;

  line-height: 1;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/c11.jpg) no-repeat center center;
  padding: 210px 40px 55px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {

  font-size: 30px;
  color: #fff;
  text-transform: unset;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;

}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
}

.product-page .product-list ul li .text h2 {
    line-height: 1.8;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    line-height: 30px;
}

.prodet-page .prodet-1 .left .content h1 {
    line-height: 1.6;
}
.prodet-page .prodet-1 .left .content h1 {
    line-height: 2;
}
.prodet-page .prodet-1 .left .content .des {
    line-height: 2;
}
.prodet-page .prodet-1 .left .content .m-link {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 2;
}
.inner-page.product-page p {
    line-height: 2;
}
.product-page .product-list ul li .text h2 {
    line-height: 1.8;
    font-size: 16px;
}
.inner-page .sidebar-box .sidebar-right h1 {
    /*font-size: 35px;*/
    line-height: 2;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
    line-height: 1.8;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
    line-height: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    line-height: 35px;
}
@media screen and (max-width:1450px) {
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact{
    padding: 160px 15px 15px;
  }
}
@media screen and (max-width:1250px) {
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact .more{
    zoom: 0.7
  }
}
@media screen and (max-width:1100px) {
  .inner-page .sidebar-box {
    display: block;
  }
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
 
}
@media screen and (max-width:1000px) {
.inner-page .sidebar-box .sidebar-right h1 {
    font-size: 22px;
}
}
@media (max-width: 500px) {
  .inner-page .sidebar-box .sidebar-right h1 {
    line-height: 1.6;
    /*text-align: center;*/
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
    display: none;
}
.inner-page .sidebar-box .sidebar-right h1 {
    margin-bottom: 30px;
}
.product-page .product-list ul li .text h2 {
    font-size: 17px;
    line-height: 2;
}
.product-page .product-list ul li .text h2 {
    font-size: 16px;
    line-height: 2;
}
}
/*product-page end*/


/*prodet-page*/


.prodet-page .prodet-1 {
  padding: 0;
}

.prodet-page .prodet-1 .left .big_img ul .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .left .big_img ul li {
  padding: 3px;
}

.prodet-page .prodet-1 .left .big_img ul li img {
  margin: auto;
  width: 100%;
  /*border-radius: 30px;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.prodet-page .prodet-1 .left .content {
  padding-left: 30px;
  color: #F6FFF8;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  color: var(--color);
  font-weight: 600;
}

.prodet-page .prodet-1 .left .content h1 {
  font-weight: bold;
  line-height: 1.2;
  color: black;
  font-family: "Poppins";
}

.prodet-page .prodet-1 .left .content .des {
  margin: 20px 0;
  max-height: 615px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: #d3b789;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
  color: #000000;
}

.prodet-page .prodet-2 ul.tab li a {
  display: block;
  color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
  background: #000;
}

.prodet-page .prodet-2 ul.tab li.active a {
  color: #ffffff;
}

.prodet-page .left .prodet-2 .content {
  background: #faf5ed;
  color: #000000;
  padding: 50px;
  font-size: 16px;
}

.prodet-page .left .prodet-2 .content strong{
      /*font-family: 'MalinRegular';*/
    font-size: 20px;
}

.prodet-page .left .prodet-2 .content table strong{
  font-size: 18px;
    font-family: "Poppins";
}

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

.prodet-page .prodet-3 .h3 {
  font-size: 36px;
  font-weight: bold;
}

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

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type="submit"] {
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

@media screen and (max-width:1000px) {
  .prodet-page .prodet-1 .left .big_img {
    width: 100%;
  }
.prodet-page .prodet-2 ul.tab li{
  padding: 0 10px;
  margin: 10px 0;
}
  .prodet-page .prodet-1 .left .content {
    width: 100%;
    padding-left: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width:700px) {
  .prodet-page .prodet-1 .left .content {
    
    padding-left: 30px;
    
  }
  .prodet-page .prodet-1 .left .content h1 {
    font-size: 25px;
  }
  .prodet-page .prodet-2 ul.tab li{
  padding: 0 10px;
  margin: 10px 0;
}
  /* .font-46{
    font-size: 20px;
  } */
}
/*prodet-page end*/
/*history*/
.path-page .path-1 .left {
  width: 39%;
  padding: 0 8%;
}
.path-page .path-1 .right {
  width: 61%;
}
path-page {
  margin-top: -5.2%;
}
.path-page .path-2 .left {
  width: 61%;
}
.path-page .path-2 .left .list {
  padding: 0 0 0;
  background-color: #f8f8f8;
}
.path-page .path-2 .left .list li {
  position: relative;
  padding: 4% 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .left .list li span.h2 {
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 8%;
  left: 3%;
  line-height: 1;
  display: block;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .left .list li span.h6 {
  line-height: 1.2;
}
.path-page .path-2 .left .list .slick-current li {
  color: white;
  background-color: var(--color);
}
.path-page .path-2 .left .list .slick-current li span.h2 {
  color: rgba(110, 120, 245, 0.12);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.path-page .path-2 .left .list .slick-current li .text {
  color: inherit;
}
.path-page .path-2 .right {
  width: 39%;
  padding: 0 8% 0 4%;
}
.path-page .path-2 .right .year {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.2em;
  margin-top: 20%;
}
.path-page .path-2 .right .year span.txt {
  color: transparent;
  -webkit-text-stroke: 1px #cdd7df;
  line-height: 1;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-63%);
  -moz-transform: translateY(-63%);
  -ms-transform: translateY(-63%);
  transform: translateY(-63%);
}
.path-page .path-2 .right .year ul .slick-list {
  margin: 0 -2em;
  padding: 0 2em;
}
.path-page .path-2 .right .year li {
  width: auto !important;
  padding: 1em 0;
  position: relative;
  line-height: 1;
}
.path-page .path-2 .right .year li span {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.path-page .path-2 .right .year li:before,
.path-page .path-2 .right .year li:after {
  content: '';
  width: 1px;
  height: 0;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .right .year li:before {
  top: -0.9em;
}
.path-page .path-2 .right .year li:after {
  bottom: -0.9em;
}
.path-page .path-2 .right .year .slick-current li:before,
.path-page .path-2 .right .year .slick-current li:after {
  height: 1.2em;
}
.path-page .path-2 .right .year .slick-current span {
  -webkit-transform: scale(2.4);
  -moz-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  color: var(--color);
}
@media screen and (max-width: 1000px){
  .path-page .path-1 .left{
    margin-bottom: 30px;
  }
  .path-page .path-1{
    margin-bottom: 40px;
  }
  .path-page .path-2 .left .list li span.h6{
    font-size: 17px;
  }
}
@media screen and (max-width: 700px){
    .path-page .path-2 .right {
    display: none;
  }
  .path-page .path-2 .left {
    width: 100%;
  }

  .path-page .path-2 {
    margin-top: 0;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
   line-height: 1.6!Important;
}
}
/*history end*/
/*oem */

.oem-page .oem-1 {
  position: relative;
}
.oem-page .oem-1 img {
  width: 100%;
}
.oem-page .oem-1 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
  padding: 0 52px 17px;
}
.oem-page .oem-2 .title {
  text-align: right;
}
.oem-page .oem-2 .box .left {
  padding: 0 51px;
}
.oem-page .oem-3 {
  background: url(../images/oem_bg.jpg) no-repeat center top / cover;
}
.oem-page .oem-3 .title {
  text-align: center;
}
.oem-page .oem-3 li {
  height: 100%;
}
.oem-page .oem-3 .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.oem-page .oem-3 .box .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.oem-page .oem-3 .box .text {
  padding: 20px;
  position: relative;
}
.oem-page .oem-3 .box .t1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.oem-page .oem-3 .box .t2 {
  position: absolute;
  bottom: 0;
  left: 40px;
  max-width: 70%;
  padding: 0 18px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/oem_tit_bg1.png) no-repeat left bottom / 20px, url(../images/oem_tit_bg2.png) no-repeat right bottom / 19px;
}
.oem-page .oem-3 .box .t2 p {
  border-radius: 20px 20px 0 0;
  padding: 20px 15px;
  background: #ffffff;
}
.oem-page .oem-3 .box:hover {
  background: #ffffff;
  border-radius: 20px;
}
.oem-page .oem-3 .box:hover .t1 {
  display: none;
}
.oem-page .oem-3 .box:hover .t2 {
  opacity: 1;
}
.oem-page .oem-4 .top {
  border-top: 1px solid #edeeef;
}
.oem-page .oem-4 .top .left .cont {
  line-height: 2;
  max-width: 500px;
}
.oem-page .oem-4 .top .decline {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  line-height: 48px;
  display: block;
}
.oem-page .oem-4 .top .decline:hover {
  background: var(--color);
}
.oem-page .oem-4 .bottom {
  border-bottom: 1px solid #edeeef;
}
.oem-page .oem-4 .bottom .left {
  width: 45%;
}
.oem-page .oem-4 .bottom .left .item,.oem-page .oem-4 .bottom .left .tit {
  padding: 25px 0;
  border-bottom: 1px solid #b6aeae;
  cursor: pointer;
}
.oem-page .oem-4 .bottom .left .item:last-child,.oem-page .oem-4 .bottom .left .tit:last-child {
  border: none;
}
.oem-page .oem-4 .bottom .left .item.active,
.oem-page .oem-4 .bottom .left .item:hover,.oem-page .oem-4 .bottom .left .tit:hover {
  color: var(--color);
}
.oem-page .oem-4 .bottom .right {
  width: 50%;
  position: relative;
}
.oem-page .oem-4 .bottom .right img {
  width: 100%;
}
.oem-page .oem-4 .bottom .right > img {
  opacity: 0;
}
.oem-page .oem-4 .bottom .right .item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
}
.oem-page .oem-4 .bottom .right .item.active {
  opacity: 1;
}
.oem-page .oem-5 {
  /*background: url(../images/oem_bg2.png) no-repeat center center / 100% 100%;*/
  background:#faf5ed;
  margin-top: 100px;
}
.oem-page .oem-5 .title {
  text-align: right;
}
.oem-page .oem-5 .box .left {
  width: 30%;
}
.oem-page .oem-5 .box .left img{
  position: sticky;
    top: 120px;
}

.oem-page .oem-5 .box .right {
  width: 70%;
  padding-left: 64px;
}
.oem-page .oem-5 .box .right .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.oem-page .oem-5 .box .right .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
}
.oem-page .oem-5 .box .right .item .text .t1 {
  margin-bottom: 8px;
}
.oem-page .oem-5 .box .right .item .img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.14);
  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;
}
.oem-page .oem-6 .left {
  background: var(--color);
  color: #ffffff;
  border-radius: 30px;
  width: 40%;
  padding: 85px 50px;
}
.oem-page .oem-6 .left .cont {
  line-height: 2;
}
.oem-page .oem-6 .right {
  width: 60%;
  padding-left: 12px;
  border-radius: 30px;
  overflow: hidden;
}
.oem-page .oem-6 .right img {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .oem-page .oem-6 .left {
    padding: 55px 30px;
  }
  .oem-page .oem-3 .box .font-20 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .oem-page .oem-1 .text {
    padding: 0 25px 17px;
  }
  .oem-page .oem-2 .box .left {
    padding: 0 30px;
  }
  .oem-page .oem-6 .left {
    padding: 30px 20px;
  }
}
/* @media screen and (max-width: 1250px) {
  .title.font-38 {
    font-size: 24px;
  }
} */
@media screen and (max-width: 1250px) {
  .oem-page .oem-1 .text {
    padding: 0 0px 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .oem-page .oem-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  p.xuyonu.pp123 {
    overflow: visible!Important;
    text-overflow: initial!Important;
    white-space: normal!Important;
}
  .oem-page .oem-4 .top .left {
    width: 100%;
  }
  .oem-page .oem-4 .top .right {
    display: none;
  }
  .oem-page .oem-2 .title,
  .oem-page .oem-5 .title {
    text-align: center;
  }
  .oem-page .oem-5 .title {
    margin-bottom: 30px;
  }
  .oem-page .oem-2 .box .left {
    margin-bottom: 30px;
  }
  .oem-page .oem-5 .box .left {
    display: none;
  }
  .oem-page .oem-6 .left {
    padding: 30px 20px !important;
    margin-bottom: 30px;
  }
  /* .title.font-38 {
    font-size: 22px;
  } */
  .oem-page .oem-4 .bottom .right {
    margin-top: 30px;
  }
  .oem-page .oem-1 .text {
    background: #f9f9f9;
    border-radius: 0 20px 20px 0;
    width: 54%;
    padding-top: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .oem-page .oem-1 .text {
    width: 53%;
  }
  .mbx.mt-20 {
    line-height: 2;
}
  .oem-page .oem-1 .text {
    padding: 20px 0px 10px 20px;
    left: 5px;
  }
  /* .title.font-38 {
    font-size: 20px;
  } */
  .oem-page .oem-1 img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
  }
  .oem-page .oem-4 .bottom .left .item,.oem-page .oem-4 .bottom .left .tit {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .oem-page .oem-1 .text {
    width: 100%;
  }
  .oem-page .oem-1 img {
    height: 300px;
  }
  .oem-page .oem-5 .box .right .item .text {
    padding-left: 20px;
  }
  .oem-page .oem-5 .box .right .item .img {
    zoom: 0.8;
  }
}
/*oem end*/
/*quality*/
.quality-page .quality-1 .img {
  position: relative;
}
.quality-page .quality-1 .img .lg {
  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%);
}
.quality-page .quality-2 .box .left {
  width: 55%;
}
.quality-page .quality-2 .box .left .cont {
  max-width: 760px;
}
.quality-page .quality-2 .box .right {
  width: 32%;
}
.quality-page .quality-2 .box .right img {
  width: 100%;
  border-radius: 10px;
}
.quality-page .quality-3 .item {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  background: var(--color);
  border-radius: 30px;
  padding: 25px 50px 55px;
}
.quality-page .quality-3 .item:nth-child(2) {
  background: var(--color);
  top: 180px;
}
.quality-page .quality-3 .item:nth-child(3) {
  background: var(--color);
  top: 270px;
}
.quality-page .quality-3 .item .box .left {
  width: 42%;
  line-height: 2;
}
.quality-page .quality-3 .item .box .right {
  width: 40%;
}
.quality-page .quality-3 .item .box .right img {
  width: 100%;
  border-radius: 10px;
}
.quality-page .quality-4 .top {
  border-top: 1px solid #edeeef;
}
.quality-page .quality-4 .bottom .left {
  width: 47%;
}
.quality-page .quality-4 .bottom .left img {
  width: 100%;
}
.quality-page .quality-4 .bottom .right {
  width: 48%;
}
.quality-page .quality-4 .bottom .right .cont {
  line-height: 2;
}
.quality-page .quality-4 .bottom .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.quality-page .quality-4 .bottom .right ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 24px;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .img .lg {
    width: 80%;
  }
  .quality-page .quality-2 .box .left {
    margin-bottom: 30px;
  }
  .quality-page .quality-3 .item .box .right {
    margin-top: 30px;
  }
  .quality-page .quality-3 .item {
    padding: 25px 35px 40px;
  }
  .quality-page .quality-4 .bottom .left {
    display: none;
  }
  .quality-page .quality-4 .top br {
    display: none;
  }
  .faq-page .font-24{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .img .lg {
    width: 85%;
  }
  .quality-page .quality-3 .item .tit {
    font-size: 16px;
  }
  .quality-page .quality-3 .item:nth-child(2) {
    top: 140px;
  }
  .quality-page .quality-3 .item {
    padding: 20px 20px 30px;
  }
}
/*quality end*/
h1.hhhh999 {
    display: inline;
}
a.aaaa123 {
    color: #666!Important;
}
p.xuyonu.pp123 {
    width: 1309px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text.hangey {
    max-height: 500px;
    overflow-y: auto;
}


table tr:nth-child(even){
  background: #f4eee4;
}

.seoPublic .Auxil-about .box .right .text{
  max-height: none;
}
@media (max-width: 1250px){
#innerMobileBanner .banner2.colorWhite{
  color: #000;
}
#innerMobileBanner .banner2 {
    background-image:none;
    background-image: none;
    background-image: none;
}
#wap-bottom{
  background-color: #cdae7d;
}
#wap-bottom .center a{
  background-color: #cdae7d;
}