
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-BoldItalic';
  src: url(../fonts/Poppins-BoldItalic.ttf) format('truetype'), url(../fonts/Poppins-BoldItalic.eot) format('eot'), url(../fonts/Poppins-BoldItalic.woff) format('woff'), url(../fonts/Poppins-BoldItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .fdfgdg, .dfsfdsf {
    display: none !important;
  }
}
body {
  margin: 0;
  padding: 0;
  --color: #d20c31;
  --font: 'Poppins-SemiBold';
  font-family: 'Poppins-Regular';
  max-width: 1920px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1390px;
  margin: auto;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

.video_box video,
  .video_box iframe {
    min-width: 1000px;
    min-height: 600px;
  }
  .video_box video,
  .video_box iframe video{
    width: 100%;
    object-fit: cover;
  }
  @media screen and (max-width: 1000px) {
    .video_box video,
    .video_box iframe {
      min-width: 600px;
      display: block;
      min-height: 340px !important;
    }
  }

  @media screen and (max-width: 700px) {
    .video_box video,
    .video_box iframe {
      min-width: 400px;
      display: block;
      min-height: 240px !important;
    }
    .reanhide{
       display: none;
    }
  }

  @media screen and (max-width: 500px) {
    .video_box video,
    .video_box iframe {
      min-width: 300px;
      display: block;
      min-height: 170px !important;
    }
  }  

#header {
  z-index: 2000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
#header .bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
#header .nav .logo {
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .nav .ui.menu {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  width: 100%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 145px);
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 65px;
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li::before{
  content:"";
  display: block;
  width: 46px;
  height: 55px;
  background: url("../images/nav-hover.png")no-repeat;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li.active::before{
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) {
  margin-right: 40%;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#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: 18px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 .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 .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}

.language-box {
  margin-right: 35px;
}
.language-box .zhuyu {
  font-size: 18px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
  max-height: 700px;
  overflow-y: scroll;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.btn-go {
  width: 180px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  background-color: var(--color);
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  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;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go.white {
  background-color: white;
  color: var(--color);
}
.btn-go.white:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: white;
}
.btn-go.white:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.btn-go:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--color);
}
.btn-go:hover img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #313131;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}

.flex-box{
    display: flex;
}
.al-center{
    align-items: center;
}
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 1001;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#banner {
  margin-top: -20px;
}
#banner .banner-content{
  position: relative;
}
#banner .banner-content .left ul .slick-prev {
  display: none !important;
}
#banner .banner-content .banner-right {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  width: 300px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  color: var(--color);
  background-color: white;
  border: none;
  padding-right: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
#banner .banner-content .banner-right span{
  font-style: italic;
}
#banner .banner-content .left {
  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%);
  color: #fff;
  z-index: 5;
  max-width: 1360px;
}
#banner .banner-content .left ul{
  width: 100%;
}
#banner .banner-content .left ul li {
  position: relative;
  width: 100%;
  height: 830px;
}
#banner .banner-content .left ul li .content{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
#banner .banner-content .left ul li .content .text{
  margin-right: 10%;
}
#banner .banner-content .left ul li h2 {
  font-size: 100px;
  font-family: Poppins-BoldItalic;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  max-width: 680px;
}
#banner .banner-content .left ul li p {
  font-family: Poppins-Light;
  line-height: 1.8;
  margin: 15px 0 50px;
  max-width: 680px;
}
#banner .banner-content .right {
  position: absolute;
  bottom: -45px;
  right: 0;
  z-index: 1;
  width: 100%;
}
#banner .banner-content .right{
  overflow: hidden;
  -webkit-clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 59% 100%);
  clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 59% 100%);
}
#banner .banner-content .right ul li .banner-r {
  margin-left: auto;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.more {
  display: inline-block;
  width: 178px;
  height: 50px;
  background-color: #c70025;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.more:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#index-body .product .bottom .right .more:hover,
#index-body .product .top .right .more:hover{
  color: #c70025;
}
#index-body .product .bottom .right .more:hover::before,
#index-body .product .top .right .more:hover::before{
  background: white;
}
#index-body h3.title {
  font-size: 5rem;
  line-height: 1;
  font-family: 'Poppins-Bold';
  color: #e5e5e5;
}
#index-body .i-product {
  padding-top: 5.5rem;
}
#index-body .i-product .top li {
  padding-right: 1.8rem;
  text-align: center;
}
#index-body .i-product .top li .img {
  border-right: 1px solid #ccc;
}
#index-body .i-product .top li a {
  background: #fff;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #393939;
  padding: 5px 10px;
  margin: 2rem auto 0;
  width: 190px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
}
#index-body .i-product .top li a img {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  margin-left: 9px;
}
#index-body .i-product .top li:last-child .img {
  border-right: 0;
}
#index-body .i-product .bottom {
  padding-top: 3.5rem;
}
#index-body .i-product .bottom .cat-list {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#index-body .i-product .bottom .cat-list .item {
  width: 25%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
  cursor: pointer;
}
#index-body .i-product .bottom .cat-list .item .layer {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  height: 750px;
  overflow: hidden;
  position: relative;
}
#index-body .i-product .bottom .cat-list .item .layer .img {
  position: relative;
}
#index-body .i-product .bottom .cat-list .item .layer .img a{
  display: block;
  width:100%;
}
#index-body .i-product .bottom .cat-list .item .layer .img img {
  width:100%;
  height: 750px;
  object-fit: cover;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text {
  width: 100%;
  position: absolute;
  bottom: 3.9rem;
  left: 0;
  padding: 0 6.5rem 0 2.95rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text a {
  display: block;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text a h3 {
  font-size: 1.8rem;
  font-family: 'Poppins-Bold';
  line-height: 1.5;
}
#index-body .i-product .bottom .cat-list .item .layer .img .text a p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.3rem;
}
#index-body .i-product .bottom .cat-list .item.active {
  width: 50%;
}
#index-body .i-product .bottom .cat-list .item.active .layer .img .text {
  opacity: 1;
}
#index-body .advantage {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
}
#index-body .advantage .bg{
  position: absolute;
  left: 0;
  top:0;
}
#index-body .advantage .left {
  padding-right: 2.9rem;
}
#index-body .advantage .left h3 {
  font-family: 'Poppins-Bold';
  line-height: 1;
  font-size: 2.4rem;
  background: linear-gradient(180deg, #ff4064 0%, #c70025 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .advantage .left ul {
  margin-top: 2.55rem;
}
#index-body .advantage .left ul li {
  margin-bottom: 3.3rem;
}
#index-body .advantage .left ul li .img {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background-color: #c70025;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
#index-body .advantage .left ul li .img img {
  vertical-align: middle;
}
#index-body .advantage .left ul li .text {
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  width: 80%;
  padding-left: 1.15rem;
  color: #121211;
}
#index-body .advantage .left ul li .text h4 {
  font-size: 1.5rem;
  font-family: 'Poppins-Bold';
  line-height: 1.5;
  margin-bottom: 1rem;
}
#index-body .advantage .left ul li .text p {
  font-size: 16px;
  line-height: 2;
}
#index-body .advantage .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .right {
  padding-right: 3.65rem;
}
#index-body .advantage .right .top {
  padding-left: 0;
  text-align: center;
}
#index-body .advantage .right .bottom {
  margin-top: 0;
}
#index-body .advantage .right .bottom ul {
  margin-right: -4.15rem;
}
#index-body .advantage .right .bottom ul li {
  padding-right: 4.15rem;
}
#index-body .advantage .right .bottom ul li img {
  width: 100%;
}
#index-body .advantage .icon1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#index-body .about {
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  padding-bottom: 6rem;
}
#index-body .about .ui.container {
  max-width: 1288px;
  width: 100%;
}
#index-body .about .header {
  text-align: center;
}
#index-body .about .header h1 {
  font-size: 24px;
  color: #424242;
  line-height: 1;
}
#index-body .about .header h4 {
  font-size: 24px;
  color: #424242;
  line-height: 2;
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
#index-body .about .header h4::before{
  content:"";
  display: block;
  width: 65px;
  height: 2px;
  background-color: #000;
  left:-100px;
  position: absolute;
  right:-100px;
  top:50%;
  transform: translateY(-50%);
}
#index-body .about .header h4::after{
  content:"";
  display: block;
  width: 65px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right:-100px;
  top:50%;
  transform: translateY(-50%);
}
#index-body .about .header h1::before,
#index-body .about .header h1::after {
  content: '';
  width: 3.2rem;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .header h1::before {
  margin-right: 3rem;
}
#index-body .about .header h1::after {
  margin-left: 3rem;
}
#index-body .about .header h3.title {
  margin-top: 1.9rem;
}
#index-body .about .img {
  background: #fff;
  padding: 10px;
  margin-top: -4.3%;
  position: relative;
}
#index-body .about .img img {
  width: 100%;
}
#index-body .about .img .play {
  position: absolute;
  top: 44%;
  left: 47%;
  z-index: 1;
  cursor: pointer;
}
#index-body .about .img .play::before,
#index-body .about .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .con {
  margin-top: 3.45rem;
  text-align: center;
  padding: 0 6rem;
  font-size: 16px;
  color: #191919;
  line-height: 2;
}
.con.wow.fadeInUp.aili h1 {
    display: inline!important;
}
#index-body .about .data {
  margin-top: 2.5rem;
  padding: 0 1.4rem;
}
#index-body .about .data ul li {
  height: 146px;
  line-height: 146px;
  border-right: 1px solid rgba(3, 39, 50, 0.4);
  text-align: center;
}
#index-body .about .data ul li img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0);
}
#index-body .about .data ul li .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.45rem;
  color: #2a2829;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: left;
}
#index-body .about .data ul li .text h4 {
  font-size: 1.8rem;
  font-family: 'Poppins-Bold';
  line-height: 1.5;
}
#index-body .about .data ul li .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 0.4rem;
}
#index-body .about .data ul li:first-child {
  text-align: left;
  width: 22%;
}
#index-body .about .data ul li:nth-child(2) {
  width: 27.5%;
}
#index-body .about .data ul li:nth-child(3) {
  width: 28%;
}
#index-body .about .data ul li:last-child {
  border-right: 0;
  width: 22.5%;
  padding-left: 2.5%;
}
#index-body .about .data ul li:hover img {
  filter: none;
}
#index-body .about .data ul li:hover .text {
  color: #c70025;
}
#index-body .about .icon1 {
  position: absolute;
  z-index: -1;
  top: -3%;
  left: 5%;
}
#index-body .about .icon2 {
  position: absolute;
  right: 5%;
  bottom: 28%;
  z-index: -1;
}
#index-body .product {
  background: url(../images/pbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 5.8rem;
}
#index-body .product .ui.container {
  max-width: 1790px;
  width: 100%;
  /*overflow: hidden;*/
}
#index-body .product .top .left {
  width: 70%;
  position: relative;
  vertical-align: middle;
}
#index-body .product .top .left ul {
  margin-right: -2.15rem;
  height: 570px;
}
#index-body .product .top .left ul li .box h4,
#index-body .product .top .left ul li .box .con{
  display: none;
}
#index-body .product .top .left ul .slick-list {
  height: 100%;
}
#index-body .product .top .left ul .slick-track {
  margin: 0;
}
#index-body .product .top .left ul .slick-slide {
  padding: 6rem 0 0rem;
}
#index-body .product .top .left ul .slick-current .box {
  /*transform: scale(0.707, 0.538);*/
  transform: scale(0.7);
}
#index-body .product .top .left ul .slick-current + div li {
  transform: translateX(-60px);
}
#index-body .product .top .left ul .slick-current + div .box {
  /*transform: scale(0.917, 0.698);*/
  transform: scale(0.9);
}
#index-body .product .top .left ul .slick-current + div + div .box {
  /*transform: scale(1.315, 1);*/
  transform: scale(1.3);
}
#index-body .product .top .left ul li {
  padding-right: 2.15rem;
  transition: 0.5s;
}
#index-body .product .top .left ul li .box {
  background-color: #242424;
  text-align: center;
  /*padding: 3rem 0;*/
  transition: 0.5s;
}
#index-body .product .top .left ul li .box img {
  display: inline-block;
  width: 100%;
  margin: auto;
}
#index-body .product .top .left ul li:hover .box {
  background: #fff;
}
#index-body .product .top .left .arrow {
  position: absolute;
  color: #e5e5e5;
  bottom: -1%;
  left: 31%;
  min-width: 350px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
#index-body .product .top .left .arrow .al,
#index-body .product .top .left .arrow .ar {
  display: inline-block;
  padding: 0.9rem 1rem 0;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
#index-body .product .top .left .arrow .al::before,
#index-body .product .top .left .arrow .ar::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #6b6d6d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .top .left .arrow .al::after,
#index-body .product .top .left .arrow .ar::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 5px;
  background-color: #6b6d6d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .top .left .arrow .al:hover::after,
#index-body .product .top .left .arrow .ar:hover::after,
#index-body .product .top .left .arrow .al.active::after,
#index-body .product .top .left .arrow .ar.active::after {
  background: #c70025;
  left: 0;
  width: 100%;
}
#index-body .product .top .left .arrow .al {
  margin-right: 2rem;
}
#index-body .product .top .right {
  width: 30%;
  vertical-align: middle;
  color: #e5e5e5;
  padding-left: 5.8%;
  margin-top: 6rem;
  overflow: hidden;
}
#index-body .product .top .right ul {
  overflow: hidden;
}
#index-body .product .top .right ul .slick-track {
  margin: 0;
  overflow: hidden;
}
#index-body .product .top .right ul .slick-slide {
  overflow: hidden;
}
#index-body .product .top .right h4 {
  font-size: 1.5rem;
  font-family: 'Poppins-Bold';
  line-height: 1;
}
#index-body .product .top .right .con {
  margin-top: 2.2rem;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .product .top .right .det{
  margin-top: 1.2rem;
  font-size: 16px;
  line-height: 1.5;
}
#index-body .product .top .right .more {
  margin-top: 2.45rem;
}
#index-body .product .bottom {
  margin-top: 8.5rem;
  color: #fff;
}
#index-body .product .bottom .left .left-pro{
  position: absolute;
  bottom: 0;
  left: 29%;
}
#index-body .product .bottom li{
  position: relative;
}
#index-body .product .bottom li p {
  font-size: 16px;
  line-height: 2;
}
#index-body .product .bottom li i {
  position: relative;
  display: inline-block;
}
#index-body .product .bottom li i em {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
#index-body .product .bottom li i em::before,
#index-body .product .bottom li i em::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(199, 0, 37, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .product .bottom li i em::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .product .bottom .left li:first-child {
  width: 50%;
  margin-left: 16%;
  margin-top: -5%;
}
#index-body .product .bottom .left li:first-child i {
  left: 93%;
  top: 65%;
}
#index-body .product .bottom .left li i {
  position: absolute;
}
#index-body .product .bottom .left li i em {
  bottom: -4px;
  right: 0;
}
#index-body .product .bottom .left li i img{
  max-width: unset;
}
#index-body .product .bottom .left li:nth-child(2) {
  margin-top: 9rem;
}
#index-body .product .bottom .left li:nth-child(2) i {
    left: 37%;
    top: -140%;
}
#index-body .product .bottom .left li:nth-child(2) i em {
  top: -4px;
  right: 0;
}
#index-body .product .bottom .left li:nth-child(2) p {
  width: 55%;
  margin-left: 3%;
}

#index-body .product .bottom .left li:last-child {
  margin-top: 6rem;
}
#index-body .product .bottom .left li:last-child i {
  left: 50%;
  top: -110%;
}
#index-body .product .bottom .left li:last-child i em {
  top: -4px;
  right: -3px;
}
#index-body .product .bottom .left li:last-child p {
  width: 40%;
  margin-left: 10%;
}
#index-body .product .bottom .right {
  padding-top: 3.9rem;
}
#index-body .product .bottom .right li {
  width: 50%;
  margin: -7% 2.4rem 0 auto;
}
#index-body .product .bottom .right li:first-child {
  width: 54%;
  margin: -7% 0 0 auto;
}
#index-body .product .bottom .right li h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: 'Poppins-Bold';
  color: #e5e5e5;
}
#index-body .product .bottom .right li .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1.5rem;
}
#index-body .product .bottom .right li .more {
  margin-top: 2.95rem;
}
#index-body .product .bottom .right li:last-child {
  margin: 4rem 0 0 -18%;
  width: 100%;
  padding-left: 0.8rem;
}
#index-body .product .bottom .right li:last-child i {
  vertical-align: bottom;
}
#index-body .product .bottom .right li:last-child i em {
  top: 0;
  left: 0;
}
#index-body .product .bottom .right li:last-child p {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  margin-bottom: -30px;
  padding-left: 1.5rem;
}
#index-body .partner {
  padding:0 4rem;
}
#index-body .partner .ui.container {
  max-width: 1230px;
  width: 100%;
}
#index-body .partner ul {
  margin-right: -7.5rem;
}
#index-body .partner ul li {
  padding-right: 7.5rem;
}
#index-body .partner ul li img {
  width: 100%;
}
#index-body .init-1 {
  background-color: #f5f5f5;
}
#index-body .init-1 .box .left {
  vertical-align: middle;
  width: 35.468%;
  padding: 0 4rem 0 4.05rem;
}
#index-body .init-1 .box .left h3 {
  font-size: 1.8rem;
  color: #0e110c;
  font-family: 'Poppins-Bold';
  line-height: 1.4;
}
#index-body .init-1 .box .left p {
  font-size: 16px;
  color: #0e110c;
  line-height: 2;
  margin-top: 1.4rem;
}
#index-body .init-1 .box .left .more {
  margin-top: 2.5rem;
}
#index-body .init-1 .box .left .more:last-child {
  background: #000;
  margin-left: 3rem;
}
#index-body .init-1 .box .left .more:last-child::before {
  background: #c70025;
}
#index-body .init-1 .box .right {
  vertical-align: middle;
  width: 64.532%;
}
#index-body .init-1 .box .right img {
  width: 100%;
  object-fit: cover;
}
#index-body .news {
  padding: 6rem 0 5.25rem;
  position: relative;
}
.xinwenjianju{
  padding: 0rem!important;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .content {
  margin-top: -3.2%;
  padding: 0 3.5rem;
}
#index-body .news .content ul {
  margin-right: -2.4rem;
}
#index-body .news .content ul .slick-slide {
  overflow: hidden;
}
#index-body .news .content ul li {
  padding-right: 2.4rem;
}
#index-body .news .content ul li a {
  display: block;
}
#index-body .news .content ul li .img img {
  width: 100%;
}
#index-body .news .content ul li .text {
  padding-top: 2rem;
}
#index-body .news .content ul li .text h3 {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: 'Poppins-Bold';
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.riqi{
  font-size: 16px;
  line-height: 30px;
}
#index-body .news .content ul li .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .content ul li .text .more {
  margin-top: 1.95rem;
}
#index-body .news .arrow .al,
#index-body .news .arrow .ar {
  position: absolute;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .news .arrow .al img,
#index-body .news .arrow .ar img {
  filter: brightness(0);
}
#index-body .news .arrow .al:hover img,
#index-body .news .arrow .ar:hover img {
  filter: none;
}
#index-body .news .arrow .al {
  left: 5%;
  transform: rotate(180deg);
}
#index-body .news .arrow .ar {
  right: 5%;
}
#footer {
  background: url(/jkappliances/2025/02/19/3435.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  background-size: cover;
  padding-top: 3.8rem;
}
#footer .ui.container {
  max-width: 1790px;
  width: 100%;
}
#footer .box {
  color: #fff;
}
#footer .box .left {
  width: 70%;
}
#footer .box .left .f-nav ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  margin-right: 3rem;
  transition: 0.5;
}
#footer .box .left .f-nav ul li:hover{
  color: #c70025;
}
#footer .box .left .f-nav ul li:last-child {
  margin-right: 0;
}
#footer .box .left .f-info {
  margin-top: 2.8rem;
}
#footer .box .left .f-info ul li {
  display: inline-block;
  width: 24%;
}
#footer .box .left .f-info ul li .icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #a9a9a9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .left .f-info ul li .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.95rem;
  font-size: 16px;
  font-family: 'Poppins-Light';
  line-height: 2;
  width: 76%;
}
#footer .box .left .f-info ul li:last-child {
  width: 52%;
}
#footer .box .left .f-info ul li:hover .icon {
  background: #c70025;
  color: #fff;
}
#footer .box .right {
  width: 30%;
}
#footer .box .right .f-code {
  width: 30%;
}
#footer .box .right .f-code #ewm {
  width: 128px;
  border: 4px solid #fff;
}
#footer .box .right .f-code .share {
  margin-top: 1.2rem;
}
#footer .box .right .f-code .share li {
  display: inline-block;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 0.6rem;
}
#footer .box .right .f-code .share li:last-child {
  margin-right: 0;
}
#footer .box .right .f-code .share li:hover {
  color: #c70025;
}
#footer .box .right .f-form {
  width: 70%;
  padding-left: 6px;
}
#footer .box .right .f-form h3 {
  font-size: 1.5rem;
  font-family: 'Poppins-Bold';
  line-height: 1;
}
#footer .box .right .f-form form {
  margin-top: 0.8rem;
}
#footer .box .right .f-form form li {
  margin-top: 0.8rem;
}
#footer .box .right .f-form form li input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}
#footer .box .right .f-form form li input[type="text"]::placeholder {
  color: #fff;
}
#footer .box .right .f-form form li input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#footer .box .right .f-form form li input[type="submit"] {
  width: 100%;
  background: transparent;
  color: #c70025;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #c70025;
}
#footer .box .right .f-form form li.wid-100 {
  width: 100%;
}
#footer .box .right .f-form form li:first-child {
  margin-top: 0;
}
#footer .box .right .f-form form li:nth-child(3) {
  width: 66.3%;
}
#footer .box .right .f-form form li:last-child {
  width: 33.7%;
  padding-left: 8.35%;
}
#footer .f-copy {
  margin-top: 2.1rem;
}
#footer .f-copy .list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
  color: #fff;
}
#footer .f-copy .list .left {
  width: 70%;
}
#footer .f-copy .list .right {
  width: 30%;
  text-align: right;
}
#footer .f-copy p {
  font-size: 14px;
  line-height: 2;
}
#footer .f-copy img {
  vertical-align: middle;
  max-height: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inquiry {
  position: fixed;
  bottom: 30%;
  right: 1rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background: #c70025;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #c70025;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #header .nav .ui.menu .logo {
    margin-left: auto;
  }
  #banner ul li .text .left p {
    margin: 2rem 0;
  }
  #index-body .product .top .left {
    width: 65%;
  }
  #index-body .product .top .left ul .slick-current + div li {
    transform: translateX(-30px);
  }
  #index-body .product .top .left .arrow {
    bottom: -8%;
    max-width: 290px;
  }
  #index-body .product .top .right {
    width: 35%;
  }
  #index-body .init-1 .box .left {
    padding: 0 2rem;
  }
  #index-body .news .arrow .al {
    left: 3%;
  }
  #index-body .news .arrow .ar {
    right: 3%;
  }
  #footer .box .left .f-info ul li {
    width: 27%;
  }
  #footer .box .left .f-info ul li:last-child {
    width: 46%;
  }
  #banner .banner-content .left ul li h2 {
    font-size: 72px;
  }
  #banner .banner-content .left .pro {
    bottom: 10%;
    right: 20%;
    max-width: 400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) {
    margin-right: 30%;
  }
  #header .nav .logo {
    width: 150px;
  }
  #index-body .about .icon1 {
    max-width: 300px;
  }
  #banner .banner-content .left ul li{
    height: 720px;
  }
}
@media screen and (max-width: 1440px) {
  #banner ul li .text .left p {
    margin: 1rem 0;
  }
  #index-body .about .icon1,
  #index-body .about .icon2 {
    display: none;
  }
  #index-body .product .bottom {
    margin-top: 0;
  }
  #index-body .product .bottom .left li:first-child {
    width: 50%;
    margin-left: 22%;
    margin-top: 54%;
  }
  #index-body .product .bottom .right {
    padding-top: 16.9rem;
  }
  #index-body .product .bottom .right li:last-child {
    margin: 12rem 0 0 -18%;
  }
  #index-body .product .bottom .right li:last-child p {
    width: 69%;
  }
  #index-body .product .bottom .left li:last-child {
    margin-top: 8rem;
  }
  #index-body .init-1 .box .left {
    padding: 0 1rem;
  }
  #index-body .news .arrow .al {
    left: 0;
  }
  #index-body .news .arrow .ar {
    right: 0;
  }
  #footer .box .left .f-nav ul li {
    margin-right: 2rem;
  }
  #footer .box .left .f-info ul li .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 52px;
  }
  #footer .box .left .f-info ul li .text {
    width: 74%;
  }
  #footer .box .left {
    width: 66%;
  }
  #footer .box .right {
    width: 34%;
  }
  .language-box {
    margin-right: 25px;
  }
  .language-box .zhuyu {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .logo {
    top: 10px;
    width:130px;
  }
  #banner .banner-content .left .pro {
    bottom: 26%;
    right: 25%;
    max-width: 300px;
  }
  #banner .banner-content .left ul li h2 {
    font-size: 56px;
  }
  #index-body .product .bottom li p {
    font-size: 16px;
    line-height: 1.4;
  }
  #footer .box .left .f-nav ul li {
    margin-right: 25px;
  }
  #footer .box .right .f-form {
    padding-left: 20px;
  }
  #header .nav{
    height: 80px !important;
  }
  #header .bg{
    display: none;
  }
  #banner {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1280px) {
  #banner .banner-content .left ul li {
    height: 660px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-language span {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 1.5rem;
  }
  #banner ul li .text .left h2 {
    font-size: 3rem;
  }
  #index-body .i-product .bottom .cat-list .item .layer .img .text {
    padding: 0 4.5rem 0 2.95rem;
  }
  #index-body .product .bottom .right li {
    width: 63%;
  }
  #index-body .product .bottom .left li:first-child {
    width: 59%;
    margin-left: 17%;
    margin-top: 61%;
  }
  #index-body .product .bottom .left li:last-child p {
    width: 56%;
  }
  #index-body .product .bottom .right li:last-child p {
    width: 64%;
  }
  #index-body .init-1 .box .left .more:last-child {
    margin-left: 2rem;
  }
  #index-body .init-1 .box .left .more {
    margin-top: 1.5rem;
  }
  #index-body .more {
    width: 159px;
  }
  #footer .box .left {
    width: 100%;
  }
  #footer .box .left .f-nav ul li {
    margin-right: 4rem;
  }
  #footer .box .right {
    width: 100%;
    padding-top: 2rem;
  }
  #header .nav{
    padding: 0 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5rem 0 0;
  }
  #banner .banner-content .left ul li {
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  #header {
    background: #fff;
    height: auto;
  }
  #banner .banner-content .left ul li {
    height: 500px;
  }
  #header .nav .ui.menu .menu-box {
    margin-top: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .logo {
    margin: 0 auto;
    width: 13%;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-search {
    margin-top: 0;
  }
  #header .nav .ui.menu .h-language span {
    font-size: 14px;
  }
  #banner ul li .text {
    max-width: 60%;
  }
  #banner ul li .text .left p {
    font-size: 15px;
    line-height: 1.6;
  }
  #index-body .i-product .bottom .cat-list .item .layer .img .text {
    padding: 0 3rem 0 2rem;
  }
  #index-body .advantage .left {
    padding-right: 1rem;
  }
  #index-body .advantage .right {
    padding-right: 1.65rem;
  }
  #index-body .about .con {
    padding: 0 2rem;
  }
  #index-body .about .icon2 {
    display: none;
  }
  #index-body .product .top .left {
    overflow: hidden;
  }
  #index-body .product .top .left ul {
    overflow: hidden;
  }
  #index-body .product .top .left ul .slick-slide {
    overflow: hidden;
  }
  #index-body .product .top .right {
    padding-left: 0;
  }
  #index-body .product .top .left .arrow {
    bottom: -2%;
  }
  #index-body .product .bottom {
    display: none;
  }
  #index-body .init-1 .box .left {
    width: 40.468%;
  }
  #index-body .init-1 .box .right {
    width: 59.532%;
  }
  #index-body .news .content ul li .text p {
    padding-right: 0;
  }
  #banner .banner-content .left ul li h2 {
    font-size: 36px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) {
    margin-right: 27%;
  }
  #banner .banner-content .left .pro {
    bottom: 26%;
    right: 25%;
    max-width: 250px;
  }
  #banner .banner-content .banner-right {
    width: 240px;
    height: 60px;
    font-size: 20px;
  }
  #banner .banner-content .banner-right img{
    width: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .language-box{
    display: none;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #banner {
    margin-top: 80px;
  }
  #header .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 50%;
  }
  #mobile {
    z-index: 5001;
  }
  #mobile #menu-on {
    background: #fff;
    top: 20px;
  }
  #index-body .i-product .bottom {
    display: none;
  }
  #index-body .i-product .bottom .cat-list .item .layer {
    height: 550px;
  }
  #banner .banner-content .left ul li .content .text{
    margin-right: 0;
  }
  #index-body .i-product .bottom .cat-list .item .layer .img img {
    height: 550px;
  }
  #banner .banner-content .banner-right{
    display: none;
  }
  #index-body .advantage .left ul li .text p {
    font-size: 14px;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .product .top .left {
    width: 100%;
  }
  #index-body .product .top .right {
    width: 100%;
    padding-left: 8%;
  }
  #index-body .product .top .left .arrow {
    display: none;
  }
  #index-body .init-1 .box .left {
    width: 100%;
    padding: 2rem 30px;
  }
  #index-body .init-1 .box .right {
    display: none;
  }
  #index-body .news .content ul li .text p {
    font-size: 14px;
  }
  #index-body .more {
    width: 142px;
    height: 45px;
    line-height: 45px;
  }
  #footer .box .left .f-nav ul li {
    font-size: 16px;
    margin-right: 2rem;
  }
  #footer .box .left .f-info ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  #footer .box .left .f-info ul li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  #footer .box .left .f-info ul li {
    margin:10px 0;
  }
  .silishei {
    display: none !important;
  }
  .about-1.ailkij {
    display: none!important;
 }
 #banner .banner-content .left .pro {
    bottom: 0;
    right: 25%;
    max-width: 160px;
  }
  #banner .banner-content .left ul li h2 {
    font-size: 26px;
  }
  #banner .banner-content .left ul li p {
    margin: 15px 0;
  }
  #banner .banner-content .left ul li {
    padding: 0;
  }
  #banner .banner-content .left ul li {
    min-height: auto;
  }
  #index-body .news .arrow .ar,
  #index-body .news .arrow .al{
    display: none;
  }
  #index-body .i-product .top ul{
    display: flex;
    flex-wrap: wrap;
  }
  #index-body .i-product .top li {
    margin: 20px 0;
  }
  #index-body .i-product{
    margin-bottom: 60px;
  }
  #index-body .i-product .top li .img{
    border-right:none;
  }
}
@media screen and (max-width: 700px) {
  #header.active .nav {
    padding: 0;
  }
  #banner ul li .text {
    top: 10%;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .left h2 {
    font-size: 2.4rem;
  }
  #banner ul li .text .left p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #banner ul li .text .left .more {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #index-body .i-product .bottom .cat-list {
    display: block;
  }
  #index-body .i-product .bottom .cat-list .item {
    width: 100%;
  }
  #index-body .i-product .bottom .cat-list .item.active {
    width: 100%;
  }
  #index-body .i-product .bottom .cat-list .item .layer {
    height: 300px;
  }
  #index-body .i-product .bottom .cat-list .item .layer .img img {
    height: 300px;
    width: 100%;
  }
  #index-body .i-product .bottom .cat-list .item .layer .img .text {
    padding: 0 1rem;
    opacity: 1;
  }
  #index-body .i-product .bottom .cat-list .item .layer .img .text a p {
    font-size: 14px;
  }
  #index-body .advantage .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .advantage .left ul li .img {
    margin: 0 auto;
  }
  #index-body .advantage .left ul li .text {
    width: 100%;
  }
  #index-body .advantage .left ul li .text h4 {
    font-size: 1.8rem;
  }
  #index-body .advantage .right {
    width: 100%;
  }
  #index-body .advantage .right .top {
    padding-left: 0;
  }
  #index-body .advantage .right .bottom {
    padding-left: 0;
  }
  #index-body .about .header h1 {
    font-size: 16px;
  }
  #index-body .about .header h1::before,
  #index-body .about .header h1::after {
    display: none;
  }
  #index-body h3.title {
    font-size: 4rem;
  }
  #index-body .about .img .play {
    width: 12%;
    top: 42%;
    left: 43%;
  }
  #index-body .about .con {
    margin-top: 2rem;
    padding: 0;
    font-size: 14px;
  }
  #index-body .product .top .left ul .slick-slide {
    padding-bottom: 5rem;
  }
  #index-body .product .top .left .arrow {
    left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  #index-body .product .top .left .arrow .al {
    float: left;
  }
  #index-body .product .top .left .arrow .ar {
    float: right;
  }
  #index-body .partner {
    display: none;
  }
  #index-body .news .arrow {
    display: none;
  }
  #index-body .news .content {
    padding: 0;
  }
  #footer {
    padding-top: 0;
  }
  #footer .box .left .f-nav {
    display: none;
  }
  #footer .box .right .f-code {
    display: none;
  }
  #footer .box .right .f-form {
    width: 100%;
  }
  #footer .f-copy .list .left,
  #footer .f-copy .list .right {
    width: 100%;
  }
  #footer .f-copy .list .right {
    text-align: left;
  }
  #footer .f-copy img {
    font-size: 13px;
  }
  #footer .box .left .f-info ul li .text {
    width: 81%;
    font-size: 14px;
    line-height: 2;
  }
  .inquiry {
    display: none;
  }
  #banner .banner-content .left .banner-btn,
  #banner .banner-content .left .pro,
  #banner .banner-content .right{
    display: none;
  }
  #banner .banner-content .left ul li h2 {
    max-width: 100%;
  }
  #banner .banner-content .left ul li p {
    max-width: 100%;
  }
  #banner ul li .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 539px) {
  #index-body .product .top .left ul .slick-current .box {
    transform: scale(1);
    padding: 0;
  }
  #index-body .product .top .left .arrow .ar {
    margin-right: 18%;
  }
  #banner .banner-content .left ul li p{
    display: none;
  }
  #index-body .i-product,
  #index-body .i-product .bottom {
    padding-top: 0;
  }
}
.inner-banner {
  height: 500px;
  background-attachment: fixed;
  background-position: top center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.inner-banner .box h2 {
  font-size: 2.4rem;
  font-family: 'Poppins-Bold';
  line-height: 1.8;
  color: #fff;
}
.inner-banner .box .mbx {
  font-size: 18px;
  font-family: 'Poppins-Light';
  line-height: 2;
  margin-top: 1rem;
}
.inner-banner .ui.container {
  max-width: 1550px;
  width: 100%;
}
.inner-page h2.title {
  font-size: 2.4rem;
  color: #242424;
  font-family: 'Poppins-Bold';
  line-height: 2;
}
.title {
  font-size: 2.4rem;
  color: #242424;
  font-family: 'Poppins-Bold';
  line-height: 1.8;
}
.inner-page h2.title em {
  color: #c70025;
}
.inner-page .ui.container {
  max-width: 1550px;
  width: 100%;
}
.inner-page .m-page {
  margin-top: 4.5rem;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: rgba(199, 0, 37, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover {
  background-color: #c70025;
  color: #fff;
}
.inner-page .m-page span.current {
  background-color: #c70025;
  color: #fff;
}
.about-page .about-1 {
  padding: 5rem 0;
}
.about-page .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.about-page .about-1 .img .play {
  position: absolute;
  top: 45%;
  left: 47%;
  z-index: 1;
  cursor: pointer;
}
.about-page .about-1 .img .play::before,
.about-page .about-1 .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .text {
  vertical-align: middle;
  padding-left: 3rem;
}
.about-page .about-1 .text h3 {
  font-size: 1.8rem;
  color: #c70025;
  line-height: 1.5;
  font-family: 'Poppins-Bold';
}
.about-page .about-1 .text .con {
  font-size: 16px;
  line-height: 2;
  color: #242424;
  margin-top: 1.75rem;
  max-height: 380px;
  overflow-y: auto;
}
.about-page .about-2 {
  background-color: #f3f3f3;
  padding: 5rem 0 15.85rem;
}
.about-page .about-2 .left {
  vertical-align: middle;
  width: 34%;
  padding-right: 5.65rem;
}
.about-page .about-2 .left p {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins-Light';
  color: #242424;
  margin-top: 2.4rem;
}
.about-page .about-2 .left .arrow {
  margin-top: 2.45rem;
}
.about-page .about-2 .left .arrow .al,
.about-page .about-2 .left .arrow .ar {
  display: inline-block;
  width: 51px;
  height: 51px;
  background-color: #080808;
  text-align: center;
  line-height: 51px;
  cursor: pointer;
}
.about-page .about-2 .left .arrow .al img,
.about-page .about-2 .left .arrow .ar img {
  vertical-align: middle;
}
.about-page .about-2 .left .arrow .ar {
  background-color: #c70025;
  margin-left: -3px;
}
.about-page .about-2 .right {
  vertical-align: middle;
  width: 66%;
}
.about-page .about-2 .right ul {
  margin-right: -3rem;
}
.about-page .about-2 .right ul li {
  padding-right: 3rem;
}
.about-page .about-2 .right ul li img {
  width: 100%;
}
.about-page .about-3 .box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 4.5rem 8rem 4.5rem;
  margin-top: -14%;
}
.about-page .about-3 .box .header {
  text-align: center;
}
.about-page .about-3 .box .header h2.title {
  color: #424242;
}
.about-page .about-3 .box .header p {
  font-size: 16px;
  line-height: 2;
  color: #1c1c1c;
  margin: 1rem auto 0;
  width: 80%;
}
.about-page .about-3 .box .content {
  margin-top: 4rem;
}
.about-page .about-3 .box .content ul {
  margin-right: -2.3rem;
}
.about-page .about-3 .box .content ul li {
  padding-right: 2.3rem;
}
.about-page .about-3 .box .content ul li .img img {
  width: 100%;
}
.about-page .about-3 .box .content ul li .text {
  padding: 1.95rem 1.9rem 0 0;
}
.about-page .about-3 .box .content ul li .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 24px;
  color: #191919;
  line-height: 1.5;
  font-family: var(--font);
}
.about-page .about-3 .box .content ul li .text p {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins-Light';
  color: rgba(25, 25, 25, 0.77);
  margin-top: 1rem;
}
.about-page .about-3 .box .content ul li:hover .text h4 {
  color: #c90e2f;
}
.about-page .about-4 {
  padding: 5rem 0;
}
.about-page .about-4 h2.title {
  text-align: center;
}
.about-page .about-4 .content {
  margin-top: 3rem;
  padding: 0 4.4rem;
}
.about-page .about-4 .content ul {
  margin-right: -1.75rem;
}
.about-page .about-4 .content ul li {
  padding-right: 1.75rem;
}
.about-page .about-4 .content ul li img {
  width: 100%;
}
.about-page .about-4 .content ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul .slick-prev {
  background: url("../images/about4-left.png") no-repeat center center;
  left: -4.1rem;
}
.about-page .about-4 .content ul .slick-next {
  background: url("../images/about4-right.png") no-repeat center center;
  right: -2.6rem;
}
.about-page #index-body .about {
  background: url(/jkappliances/2025/02/19/35455.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 6.35rem 0;
}
.about-page #index-body .about .data ul li {
  border-right: 1px solid #757a7c;
}
.about-page #index-body .about .data ul li img {
  filter: grayscale(100%) brightness(900%);
}
.about-page #index-body .about .data ul li .text {
  color: #fff;
}
.about-page #index-body .about .data ul li:last-child {
  border-right: 0;
}
.about-page #index-body .about .data ul li:hover img {
  filter: none;
}
.about-page .about-6 {
  padding: 5rem 0;
}
.about-page .about-6 h2.title {
  color: #222;
  text-align: center;
}
.about-page .about-6 .content {
  margin-top: 2.7rem;
  padding: 0 4.4rem;
}
.about-page .about-6 .content ul {
  margin-right: -1rem;
}
.about-page .about-6 .content ul li {
  padding-right: 1rem;
}
.about-page .about-6 .content ul li img {
  width: 100%;
}
.about-page .about-6 .content ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .content ul .slick-prev {
  background: url("../images/about4-left.png") no-repeat center center;
  left: -4.1rem;
}
.about-page .about-6 .content ul .slick-next {
  background: url("../images/about4-right.png") no-repeat center center;
  right: -2.6rem;
}
@media screen and (max-width: 1700px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .about-page .about-3 .box {
    padding: 5.6rem 4rem 6.2rem;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-3 .box {
    padding: 5.6rem 2rem 6.2rem;
  }
  .about-page .about-3 .box .content ul li .text {
    padding: 1.95rem 1rem 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .text {
    padding-left: 1.5rem;
  }
  .about-page .about-2 .left {
    padding-right: 3rem;
  }
  .about-page .about-3 .box .content ul li .text h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
  }
  .about-page .about-1 .img {
    width: 100%;
  }
  .about-page .about-1 .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .about-page .about-2 .left {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .box h2 {
    font-size: 2rem;
  }
  .inner-banner .box .mbx {
    font-size: 14px;
  }
  .about-page .about-1 .img .play {
    top: 42%;
    left: 42%;
  }
  .about-page .about-1 .text h3 {
    line-height: 1.6;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 2rem;
  }
  .about-page .about-3 .box {
    padding: 5.6rem 1rem 6.2rem;
  }
  .about-page h2.title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .about-page .about-3 .box .header p {
    font-size: 14px;
    width: 100%;
  }
  .about-page .about-3 .box .content ul li .text h4 {
    font-size: 18px;
  }
  .about-page .about-3 .box .content ul li .text p {
    font-size: 14px;
  }
  .about-page .about-4 .content {
    padding: 0;
  }
  .about-page .about-6 .content {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin: 5px;
  }
}
.cus-page .cus1 {
  padding-top: 5rem;
}
.cus-page .cus1 .header {
  text-align: center;
}
.cus-page .cus1 .header p {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Poppins-Light';
  margin-top: 1rem;
}
.cus-page .cus1 .content {
  margin-top: 3.95rem;
}
.cus-page .cus1 .content ul {
  margin-right: -4.3rem;
}
.cus-page .cus1 .content ul li {
  padding-right: 4.3rem;
  position: relative;
}
.cus-page .cus1 .content ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3rem 2.1rem 2.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page .cus1 .content ul li .box .img {
  height: 70px;
}
.cus-page .cus1 .content ul li .box .text {
  padding-top: 1.4rem;
}
.cus-page .cus1 .content ul li .box .text h3 {
  font-size: 24px;
  font-family: 'Poppins-Bold';
  line-height: 1.4;
}
.cus-page .cus1 .content ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins-Light';
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.6rem;
  height: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cus-page .cus1 .content ul li .box .text .mores {
  display: block;
  font-size: 16px;
  color: #c70025;
  font-family: 'Poppins-Light';
  line-height: 1;
  margin-top: 1.5rem;
  position: relative;
}
.cus-page .cus1 .content ul li .box .text .mores::before,
.cus-page .cus1 .content ul li .box .text .mores::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform .3s, opacity .3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cus-page .cus1 .content ul li .box .text .mores::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cus-page .cus1 .content ul li .box .text .mores:hover::before,
.cus-page .cus1 .content ul li .box .text .mores:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.cus-page .cus1 .content ul li:hover .box {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  box-shadow: 8px 8px 40px 0px rgba(38, 51, 63, 0.14117647);
}
.cus-page .cus1 .content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 20px;
  height: 34px;
  background: url(../images/about4-right.png) no-repeat;
}
.cus-page .cus1 .content ul li:last-child::after {
  display: none;
}
.cus-page .cus2 {
  padding: 5rem 0;
}
.cus-page .cus2 .text {
  vertical-align: middle;
  width: 43.4%;
}
.cus-page .cus2 .text .con {
  font-size: 16px;
  font-family: 'Poppins-Light';
  line-height: 2;
  color: #2e2e2e;
  margin-top: 2.45rem;
}
.cus-page .cus2 .text .con p:first-child {
  width: 68%;
}
.cus-page .cus2 .text .con p:last-child {
  width: 80%;
}
.cus-page .cus2 .img {
  width: 56.6%;
  vertical-align: middle;
}
.cus-page .cus3 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 5rem 6.6rem;
}
.cus-page .cus3 .box .header {
  text-align: center;
}
.cus-page .cus3 .box .header p {
  font-size: 16px;
  line-height: 1.7;
  color: #010101;
  font-family: 'Poppins-Light';
  margin-top: 1.4rem;
}
.cus-page .cus3 .box .header .tab {
  margin-top: 2.4rem;
}
.cus-page .cus3 .box .header .tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  bottom: 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0 30px 0;
}
.cus-page .cus3 .box .header .tab ul li {
  border: 1px solid transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 40px 10px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page .cus3 .box .header .tab ul li i {
  font-size: 40px;
  color: #7f8e9c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page .cus3 .box .header .tab ul li h3 {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Poppins-Light';
  color: rgba(1, 1, 1, 0.66);
  margin-top: 5px;
}
.cus-page .cus3 .box .header .tab ul li.active {
  border-color: #7f8e9c;
}
.cus-page .cus3 .box .header .tab ul li.active i {
  color: #de1012;
}
.cus-page .cus3 .box .header .tab ul li:hover {
  border-color: #de1012;
}
.cus-page .cus3 .box .header .tab ul li:hover i {
  color: #de1012;
}
.cus-page .cus3 .box .content {
  margin-top: 3rem;
}
.cus-page .cus3 .box .content li .img {
  vertical-align: middle;
}
.cus-page .cus3 .box .content li .text {
  vertical-align: middle;
  padding: 0 2.55rem;
}
.cus-page .cus3 .box .content li .text h3 {
  font-size: 1.8rem;
  color: #c70025;
  line-height: 1.2;
  font-family: 'Poppins-Bold';
}
.cus-page .cus3 .box .content li .text .desc {
  font-size: 16px;
  color: #090909;
  line-height: 2;
  font-family: 'Poppins-Light';
  margin-top: 1.7rem;
}
.cus-page .cus4 {
  padding: 5rem 0;
}
.cus-page .cus4 .left {
  width: 42.8%;
  vertical-align: middle;
}
.cus-page .cus4 .left h2.title em {
  display: block;
}
.cus-page .cus4 .left p {
  font-size: 16px;
  color: #2e2e2e;
  font-family: 'Poppins-Light';
  line-height: 2;
  margin-top: 2rem;
  width: 80%;
}
.cus-page .cus4 .right {
  width: 57.2%;
  vertical-align: middle;
}
.cus-page .cus4 .right ul {
  margin-right: -2.75rem;
}
.cus-page .cus4 .right ul li {
  padding-right: 2.75rem;
}
.cus-page .cus4 .right ul li img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .cus-page .cus1 .content ul li .box {
    padding: 3rem 1.1rem 2.75rem;
  }
  .cus-page .cus2 .text h2.title {
    font-size: 2.2rem;
  }
  .cus-page .cus2 .text .con p:first-child {
    width: 90%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 96%;
  }
  .cus-page .cus3 .box {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .cus-page .cus3 .box {
    padding: 5rem 1rem;
  }
  .cus-page .cus4 .left h2.title {
    font-size: 2rem;
  }
  .cus-page .cus4 .left p {
    width: 86%;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus1 .content ul {
    margin-right: 0;
  }
  .cus-page .cus1 .content ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 70px;
  }
  .cus-page .cus1 .content ul li:last-child {
    padding-bottom: 0;
  }
  .cus-page .cus1 .content ul li::after {
    top: 88%;
    right: 50%;
  }
  .cus-page .cus2 .text {
    width: 100%;
  }
  .cus-page .cus2 .img {
    width: 100%;
    padding-top: 1rem;
  }
  .cus-page .cus3 .box .header .tab ul {
    display: block;
  }
  .cus-page .cus3 .box .header .tab ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .cus-page .cus3 .box .content li .img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .img img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus1 .content ul li .box .text h3 {
    font-size: 20px;
  }
  .cus-page .cus2 .text .con p:first-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con {
    font-size: 14px;
  }
  .cus-page .cus3 {
    display: none;
  }
  .cus-page .cus4 .left {
    width: 100%;
  }
  .cus-page .cus4 .left p {
    width: 100%;
    font-size: 14px;
  }
  .cus-page .cus4 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
.quality-page .quality-1 {
  padding: 5rem 0 0;
}
.quality-page .quality-1 .header {
  text-align: center;
}
.quality-page .quality-1 .header p {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Poppins-Light';
  color: #1e1e1e;
  margin-top: 1rem;
}
.quality-page .quality-1 .content {
  margin-top: 3.95rem;
}
.quality-page .quality-1 .content ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .quality-1 .content ul li {
  background-color: #f8f8f8;
  width: 33.3333%;
}
.quality-page .quality-1 .content ul li .img {
  width: 100%;
  height: 100%;
}
.quality-page .quality-1 .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-page .quality-1 .content ul li .text {
  padding: 3.5rem 2.75rem 4.1rem 2.05rem;
  font-size: 20px;
  color: #3b3b3b;
  font-family: 'Poppins-Light';
  line-height: 2;
}
.quality-page .quality-1 .content ul li:last-child .text {
  padding-top: 5.6rem;
}
.quality-page .quality-2 {
  text-align: center;
  padding-bottom: 5rem;
}
.quality-page .quality-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #1e1e1e;
  font-family: 'Poppins-Light';
  margin: 10px auto 0;
  width: 70%;
}
.quality-page .quality-2 .content {
  margin-top: 3rem;
}
.quality-page .quality-2 .content ul {
  margin-right: -5.85rem;
}
.quality-page .quality-2 .content ul .slick-track {
  margin: 0;
}
.quality-page .quality-2 .content ul .slick-slide li:last-child::before {
  display: none;
}
.quality-page .quality-2 .content ul li {
  padding-right: 5.85rem;
  position: relative;
}
.quality-page .quality-2 .content ul li .img {
  background-color: #f6f6f6;
  padding: 1.35rem;
  border-radius: 50%;
}
.quality-page .quality-2 .content ul li .img a.ig {
  display: block;
  position: relative;
}
.quality-page .quality-2 .content ul li .img a.ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 0, 37, 0.37);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.quality-page .quality-2 .content ul li .img a.ig span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 3.6rem;
  font-family: 'Poppins-Bold';
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.quality-page .quality-2 .content ul li .text {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 1.7;
  font-family: 'Poppins-Light';
  text-align: center;
  padding-top: 1.95rem;
}
.quality-page .quality-2 .content ul li:hover .img a.ig::after {
  opacity: 1;
}
.quality-page .quality-2 .content ul li:hover .img a.ig span {
  opacity: 1;
  top: 40%;
}
.quality-page .quality-2 .content ul li:hover .text {
  color: #c70025;
}
.quality-page .quality-2 .content ul li::before {
  content: '';
  position: absolute;
  right: 12%;
  top: 35%;
  width: 20px;
  height: 34px;
  background: url(../images/about4-right.png) no-repeat;
}
.quality-page .quality-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 94%;
  text-align: center;
}
.quality-page .quality-2 .content ul .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: rgba(199, 0, 37, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
.quality-page .quality-2 .content ul .slick-dots li button {
  display: none;
}
.quality-page .quality-2 .content ul .slick-dots li::before {
  display: none;
}
.quality-page .quality-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.quality-page .quality-2 .content ul .slick-dots li.slick-active {
  width: 52px;
  height: 10px;
  background-color: #c70025;
  border-radius: 5px;
}
.quality-page .quality-3 {
  padding-top: 6.5rem;
}
.quality-page .quality-3 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 4rem 6rem;
}
.quality-page .quality-3 .box .left {
  vertical-align: middle;
}
.quality-page .quality-3 .box .left p {
  font-size: 16px;
  color: #343434;
  line-height: 2;
  font-family: 'Poppins-Light';
  margin-top: 2rem;
  padding-right: 2.5rem;
}
.quality-page .quality-3 .box .right {
  vertical-align: middle;
  padding-left: 2.9rem;
}
.quality-page .quality-3 .box .right ul {
  margin-right: -0.75rem;
}
.quality-page .quality-3 .box .right ul li {
  padding: 0 0.75rem 0.75rem 0;
}
.quality-page .quality-3 .box .right ul li .info {
  border: 1px solid rgba(54, 54, 54, 0.2);
  text-align: center;
  padding: 1.65rem 0 1.6rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li .info .img {
  height: 70px;
}
.quality-page .quality-3 .box .right ul li .info .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li .info h4 {
  margin-top: 1.5rem;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quality-page .quality-3 .box .right ul li:hover .info {
  background: #f6f6f6;
}
.quality-page .quality-3 .box .right ul li:hover .info .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.quality-page .quality-3 .box .right ul li:hover .info h4 {
  color: #c70025;
}
.quality-page .quality-4 {
  padding: 6.4rem 0 5rem;
}
.quality-page .quality-4 .left {
  vertical-align: middle;
  width: 57.6%;
}
.quality-page .quality-4 .left ul {
  margin-right: -3.45rem;
}
.quality-page .quality-4 .left ul .slick-track {
  margin: 0;
}
.quality-page .quality-4 .left ul li {
  padding-right: 3.45rem;
}
.quality-page .quality-4 .left ul li .img {
  position: relative;
}
.quality-page .quality-4 .left ul li .img img {
  width: 100%;
}
.quality-page .quality-4 .left ul li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(199, 0, 37, 0.77);
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  padding: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quality-page .quality-4 .right {
  vertical-align: middle;
  width: 42.4%;
  padding-left: 5rem;
}
.quality-page .quality-4 .right p {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins-Light';
  color: #222;
  margin-top: 2rem;
}
@media screen and (max-width: 1366px) {
  .quality-page .quality-1 .content ul li .text {
    padding: 3.5rem 1rem 2rem 1rem;
    font-size: 16px;
  }
  .quality-page .quality-3 .box {
    padding: 4rem 2rem;
  }
  .quality-page .quality-3 .box .right {
    padding-left: 1.5rem;
  }
  .quality-page .quality-3 .box .right ul li .info h4 {
    font-size: 16px;
  }
  .quality-page .quality-4 .right {
    padding-left: 3rem;
  }
  .quality-page .quality-4 .left ul {
    margin-right: -2rem;
  }
  .quality-page .quality-4 .left ul li {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .content ul li .text {
    padding: 2rem 1rem 2rem 1rem;
    font-size: 16px;
  }
  .quality-page .quality-1 .content ul li:last-child .text {
    padding-top: 3rem;
  }
  .quality-page .quality-2 .header p {
    width: 90%;
  }
  .quality-page .quality-3 .box {
    padding: 4rem 1rem;
  }
  .quality-page .quality-3 .box .left {
    width: 100%;
  }
  .quality-page .quality-3 .box .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .quality-page .quality-4 .left {
    width: 100%;
  }
  .quality-page .quality-4 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 .content ul {
    display: block;
  }
  .quality-page .quality-1 .content ul li {
    width: 100%;
  }
  .quality-page .quality-2 {
    display: none;
  }
  .quality-page .quality-3 {
    padding-top: 0;
  }
  .quality-page .quality-3 .box .left p {
    padding-right: 0;
  }
}
.design-page .design-1 {
  padding: 7rem 0;
}
.design-page .design-1 li {
  margin-bottom: 4rem;
}
.design-page .design-1 li .img {
  vertical-align: middle;
  width: 56%;
}
.design-page .design-1 li .text {
  vertical-align: middle;
  padding-left: 4.15rem;
  width: 44%;
}
.design-page .design-1 li .text span {
  font-size: 18px;
  font-family: 'Poppins-Light';
  line-height: 1;
  color: #c70025;
}
.design-page .design-1 li .text h2.title {
  margin-top: 1.2rem;
}
.design-page .design-1 li .text .desc {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins-Light';
  color: #222222;
  margin-top: 2rem;
}
.design-page .design-1 li:last-child {
  margin-bottom: 0;
}
.design-page .design-1 li:nth-child(even) .text {
  padding: 0 4.25rem 0 0;
}
.design-page .design-2 {
  padding: 0.55rem 0 5.5rem;
}
.design-page .design-2 .header .text {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  border: solid 1px #ffffff;
  padding: 3rem 5rem 2.5rem 4rem;
  width: 64.81%;
}
.design-page .design-2 .header .text h2.title em {
  display: block;
}
.design-page .design-2 .header .text p {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins-Light';
  margin-top: 1.2rem;
}
.design-page .design-2 .header .img {
  padding-top: 1.45rem;
  width: 35.19%;
}
.design-page .design-2 .content {
  margin-top: 3.1rem;
  position: relative;
}
.design-page .design-2 .content .pic {
  text-align: center;
  padding-top: 3rem;
}
.design-page .design-2 .content .desc li {
  font-size: 16px;
  font-family: 'Poppins-Light';
  max-width: 430px;
  position: absolute;
}
.design-page .design-2 .content .desc li i {
  width: 24px;
  height: 24px;
  background-color: #c70025;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  position: absolute;
}
.design-page .design-2 .content .desc li:nth-child(1) {
  top: 20px;
  left: 0px;
}
.design-page .design-2 .content .desc li:nth-child(1)::before {
  content: '';
  width: 90px;
  height: 1px;
  background: #c70025;
  position: absolute;
  bottom: -45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 214px;
}
.design-page .design-2 .content .desc li:nth-child(1)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: #c70025;
  position: absolute;
  bottom: -77px;
  left: 290px;
}
.design-page .design-2 .content .desc li:nth-child(2) {
  right: 20px;
  top: 60px;
}
.design-page .design-2 .content .desc li:nth-child(2)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: #c70025;
  position: absolute;
  bottom: -50px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: -28px;
}
.design-page .design-2 .content .desc li:nth-child(2)::after {
  content: '';
  width: 74px;
  height: 1px;
  background: #c70025;
  position: absolute;
  bottom: -88px;
  left: -80px;
}
.design-page .design-2 .content .desc li:nth-child(3) {
  left: 0;
  bottom: 28%;
}
.design-page .design-2 .content .desc li:nth-child(3)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: #c70025;
  position: absolute;
  bottom: 61px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  left: 65%;
}
.design-page .design-2 .content .desc li:nth-child(3)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: #c70025;
  position: absolute;
  top: -66px;
  left: 92%;
}
.design-page .design-2 .content .desc li:nth-child(4) {
  top: 46%;
  right: 12%;
  max-width: 296px;
}
.design-page .design-2 .content .desc li:nth-child(4)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: #c70025;
  position: absolute;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -67%;
}
.design-page .design-2 .content .desc li:nth-child(4)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: #c70025;
  position: absolute;
  bottom: 22px;
  left: -42%;
}
.design-page .design-2 .content .desc li:nth-child(5) {
  bottom: 6%;
  left: 50%;
}
.design-page .design-2 .content .desc li:nth-child(5)::before {
  content: '';
  width: 121px;
  height: 1px;
  background: #c70025;
  position: absolute;
  top: -20px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  left: -46%;
}
.design-page .design-2 .content .desc li:nth-child(5)::after {
  content: '';
  width: 69px;
  height: 1px;
  background: #c70025;
  position: absolute;
  bottom: 27px;
  left: -21%;
}
@media screen and (max-width: 1366px) {
  .design-page .design-1 li .text {
    padding-left: 2rem;
  }
  .design-page .design-1 li:nth-child(even) .text {
    padding: 0 2rem 0 0;
  }
  .inner-page h2.title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-1 li .img {
    width: 100%;
  }
  .design-page .design-1 li .text {
    padding: 2rem 0 0 0;
    width: 100%;
  }
  .design-page .design-1 li:nth-child(even) .text {
    padding: 2rem 0 0 0;
  }
  .design-page .design-2 .header .text {
    padding: 3rem 2rem 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-2 {
    display: none;
  }
}
.contact-page .contact-1 {
  padding: 5rem 0;
}
.contact-page .contact-1 .header p {
  font-size: 18px;
  line-height: 2;
  color: #7b7b7b;
  font-family: 'Poppins-Light';
  margin-top: 1rem;
  width: 70%;
}
.contact-page .contact-1 .content {
  margin-top: 3.95rem;
}
.contact-page .contact-1 .content ul {
  margin-right: -6rem;
  margin-bottom: -5rem;
}
.contact-page .contact-1 .content ul li {
  padding-right: 6rem;
  margin-bottom: 5rem;
}
.contact-page .contact-1 .content ul li .img {
  display: inline-block;
  vertical-align: top;
}
.contact-page .contact-1 .content ul li .text {
  display: inline-block;
  width: 80%;
  padding-left: 3.45rem;
}
.contact-page .contact-1 .content ul li .text h4 {
  font-size: 24px;
  color: #282828;
  font-family: 'Poppins-Bold';
  line-height: 1.4;
}
.contact-page .contact-1 .content ul li .text p {
  font-size: 16px;
  line-height: 2;
  color: #898989;
  font-family: 'Poppins-Light';
  margin-top: 0.8rem;
}
.contact-page .contact-2 {
  position: relative;
  z-index: 999;
  margin-top: -6%;
}
.contact-page .contact-2 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 4rem 6rem;
}
.contact-page .contact-2 .box h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-family: 'Poppins-Bold';
}
.contact-page .contact-2 .box form {
  margin-top: 3rem;
}
.contact-page .contact-2 .box form ul {
  margin-right: -1rem;
}
.contact-page .contact-2 .box form ul li {
  padding-right: 1rem;
  margin-bottom: 20px;
}
.contact-page .contact-2 .box form ul li input[type="text"],
.contact-page .contact-2 .box form ul li textarea {
  width: 100%;
  height: 60px;
  background-color: #fafafa;
  color: #3d4459;
  text-indent: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fafafa;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
}
.contact-page .contact-2 .box form ul li input[type="text"]:focus,
.contact-page .contact-2 .box form ul li textarea:focus {
  border-color: #eee;
}
.contact-page .contact-2 .box form ul li input[type="text"]::placeholder,
.contact-page .contact-2 .box form ul li textarea::placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li input[type="text"]::-webkit-input-placeholder,
.contact-page .contact-2 .box form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li input[type="text"]:-ms-input-placeholder,
.contact-page .contact-2 .box form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .box form ul li textarea {
  height: 140px;
  padding-top: 20px;
}
.contact-page .contact-2 .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box form ul li input[type="submit"] {
  display: inline-block;
  color: #fff;
  width: 169px;
  height: 53px;
  text-align: center;
  border-radius: 25px;
  border: none;
  background: #c70025;
  font-size: 16px;
  margin: 0 0 0 auto;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transiton: .5s;
  -o-transition: .5s;
}
.contact-page .contact-2 .box form ul li input[type="submit"]:hover {
  background: #000;
}
.contact-page .contact-2 .box form ul li:last-child {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-2 .box {
    padding: 4rem 2rem;
  }
  .contact-page .contact-1 .content ul {
    margin-right: -4rem;
  }
  .contact-page .contact-1 .content ul li {
    padding-right: 4rem;
  }
  .contact-page .contact-1 .content ul li .text {
    padding-left: 2rem;
    width: 76%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .content ul li .img {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header p {
    width: 100%;
    font-size: 14px;
  }
  .contact-page .contact-1 .content ul {
    margin-right: 0;
  }
  .contact-page .contact-1 .content ul li {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .content ul li .text h4 {
    font-size: 20px;
  }
  .contact-page .contact-1 .content ul li .text p {
    font-size: 14px;
  }
  .contact-page .contact-2 .box {
    padding: 4rem 1rem;
  }
  .contact-page .contact-2 .box form ul {
    margin-right: 0;
  }
  .contact-page .contact-2 .box form ul li {
    width: 100%;
    padding-right: 0;
  }
}
.product-page {
  padding: 5rem 0;
}
.product-page .product-1 .top .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 3rem 6.8rem 3rem 2.6rem;
}
.product-page .product-1 .top .box h2.title {
  font-size: 1.8rem;
}
.product-page .product-1 .top .box p {
  font-size: 16px;
  line-height: 2;
  color: #1a1a1a;
  font-family: 'Poppins-Light';
  margin-top: 1.4rem;
}
.product-page .product-1 .sidebarBox {
  margin-top: 3.95rem;
}
.product-page .product-1 .sidebarBox .sideLeft {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.product-page .product-1 .sidebarBox .sideLeft form {
  line-height: 60px;
  height: 60px;
  position: relative;
  background-color: #c70025;
  border-radius: 5px;
}
.product-page .product-1 .sidebarBox .sideLeft form input {
  height: 100%;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 70px;
  font-weight: 500;
  font-size: 18px;
  color: white;
  border: none;
  background: transparent;
}
.product-page .product-1 .sidebarBox .sideLeft form input::-webkit-input-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input:-moz-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input::-moz-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input:-ms-input-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input::placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/pr-search.png") center center no-repeat;
  padding: 0;
  width: 60px;
}
.product-page .product-1 .sidebarBox .sideLeft .side {
  border-radius: 5px;
  padding: 45px 20px;
  border: 1px solid #e5e5e5;
  margin-top: 50px;
}
.product-page .product-1 .sidebarBox .sideLeft .side h5 {
  color: #1a1a1a;
  font-family: 'Poppins-Bold';
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList {
  margin-top: 40px;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li {
  padding: 7px 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li:hover,
.product-page .product-1 .sidebarBox .sideLeft .side .navList li.active {
  color: #c70025;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li a {
  display: inline-block;
  padding-left: 20px;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li i {
  position: absolute;
  top: 8px;
  left: 0;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li ul {
  display: none;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li ul li {
  padding-left: 15px;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li ul li a {
  padding-left: 0;
}
.product-page .product-1 .sidebarBox .sideRight {
  width: 75%;
  padding-left: 2%;
}
.product-page .product-1 .sidebarBox .sideRight .text {
  font-size: 16px;
  color: #090909;
  line-height: 2;
  font-family: 'Poppins-Light';
  width: 100%;
}
.product-page .product-1 .sidebarBox .sideRight .productList {
  margin-top: 1.45rem;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul {
  margin: -1.5rem;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li {
  padding: 1.5rem;
  position: relative;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box {
  border: 1px solid #cecece;
  border-radius: 7px;
  overflow: hidden;
  padding: 0 13px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .img {
  text-align: center;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con {
  margin: 30px 13px 0;
  padding: 1.5rem 0 2rem;
  font-size: 18px;
  color: rgba(9, 9, 9, 0.87);
  position: relative;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  font-size: 20px;
  line-height: 1.8;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cecece;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c70025;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box:hover .con::before {
  width: 100%;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box:hover .con::after {
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .product-page .product-1 .sidebarBox .sideRight .productList ul {
    margin: -10px;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .sidebarBox .sideLeft {
    display: none;
  }
  .product-page .product-1 .sidebarBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .top {
    padding-right: 0;
  }
  .product-page .product-1 .top .box {
    padding: 3rem 2rem 3rem 2rem;
    display: none;
  }
  .product-page .product-1 .sidebarBox .sideRight .text {
    width: 100%;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .top .box {
    padding: 3rem 1rem 3rem 1rem;
  }
  .product-page .product-1 .top .box p {
    font-size: 14px;
  }
  .product-page .product-1 .sidebarBox .sideRight .text {
    font-size: 14px;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li {
    width: 100%;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con {
    font-size: 14px;
  }
}
.prodet-page .prodet-1 {
  padding: 5.5rem 0;
}
.prodet-page .prodet-1 .left {
  width: 46%;
  vertical-align: top;
}
.prodet-page .prodet-1 .left a.img-box {
  border-radius: 20px;
  background: #f9f9f9;
}
.prodet-page .prodet-1 .left a.img-box img{
  width: 100%;
  border: 1px solid #e5e5e5;
}
.prodet-page .prodet-1 .right {
  width: 54%;
  vertical-align: middle;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 32px;
  font-family: 'Poppins-Bold';
  color: #301500;
  line-height: 1.2;
}
.prodet-page .prodet-1 .right span.cat {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #c70025;
  margin-top: .3em;
  font-family: 'Poppins-Bold';
}
.prodet-page .prodet-1 .right .text {
  margin: 25px 0;
  font-weight: 500;
  line-height: 1.5;
  max-height: 220px;
  overflow: auto;
  font-size: 18px;
}
.prodet-page .prodet-1 .right .text::-webkit-scrollbar-thumb{
  background: #c70025;
}
.prodet-page .prodet-1 .right .info {
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .right .info a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 5px;
  background: #eee;
  font-size: 20px;
  color: #301500;
  margin-right: 5px;
  margin-bottom: 5px;
}
.prodet-page a.more {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    perspective: 100px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
    background-color: #c70025;
    -webkit-transform: rotateX(-10deg) translateZ(-5px);
    -moz-transform: rotateX(-10deg) translateZ(-5px);
    -ms-transform: rotateX(-10deg) translateZ(-5px);
    transform: rotateX(-10deg) translateZ(-5px);
}
.prodet-page .prodet-1 .right .info a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.prodet-page .prodet-1 .right .smallImg {
  margin-top: 2%;
}
.prodet-page .prodet-1 .right .smallImg ul {
  margin: -15px;
}
.prodet-page .prodet-1 .right .smallImg ul li {
  padding: 15px;
}
.prodet-page .prodet-2 .content {
  margin-top: 40px;
  font-size: 18px;
}
.prodet-page .prodet-2 .content table tr td {
  border: none;
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: #efefef;
}
.prodet-page .prodet-2 .content table tr:first-child {
  background: #c9c9c9;
  color: white;
}
.prodet-page .prodet-3 {
  padding-top: 5rem;
}
.prodet-page .prodet-3 .productList {
  margin-top: 45px;
  overflow: hidden;
}
.prodet-page .prodet-3 .productList ul{
   margin: -1.5rem;
}
.prodet-page .prodet-3 .productList li{
  padding: 1.5rem;
}
.prodet-page .prodet-3 .productList li .box{
  border: 1px solid #cecece;
  border-radius: 7px;
  overflow: hidden;
  padding: 0 13px;
}
.prodet-page .prodet-3 .productList li .box .img{
  text-align: center;
}
.prodet-page .prodet-3 .productList li .box .con{
  margin: 0 13px;
  padding: 1.5rem 0 2rem;
  font-size: 18px;
  color: rgba(9, 9, 9, 0.87);
  position: relative;
}
.prodet-page .prodet-3 .productList li .box .con h5{
  line-height: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodet-page .prodet-3 .productList li .box .con::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cecece;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .productList li .box .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c70025;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 2;
}
.prodet-page .prodet-3 .productList li .box .con:hover::before{
  opacity: 1;
}
.prodet-page .prodet-3 .productList li .box .con:hover::after{
  opacity: 0;
}
.prodet-page .prodet-4 {
  padding: 6rem 0 4rem;
}
.prodet-page .prodet-4 .form {
  margin-top: 40px;
}
.prodet-page .prodet-4 .form ul {
  margin: -30px -13px;
}
.prodet-page .prodet-4 .form ul li {
  padding: 30px 13px;
}
.prodet-page .prodet-4 .form ul li input,
.prodet-page .prodet-4 .form ul li textarea {
  line-height: 50px;
  height: 50px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-4 .form ul li input::-webkit-input-placeholder,
.prodet-page .prodet-4 .form ul li textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input:-moz-placeholder,
.prodet-page .prodet-4 .form ul li textarea:-moz-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input::-moz-placeholder,
.prodet-page .prodet-4 .form ul li textarea::-moz-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input-ms-input-placeholder,
.prodet-page .prodet-4 .form ul li textarea-ms-input-placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input::placeholder,
.prodet-page .prodet-4 .form ul li textarea::placeholder {
  color: #a0a0a0;
}
.prodet-page .prodet-4 .form ul li input:focus,
.prodet-page .prodet-4 .form ul li textarea:focus {
  border-color: #c70025;
}
.prodet-page .prodet-4 .form ul li.wid-100 {
  width: 100%;
}
.gallery-page .gallery-1 {
  padding: 5rem 0 4rem;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
  border-radius: 15px;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(199, 0, 37, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover::after {
  opacity: 1;
}
.faq-page .faq-1 {
  padding: 5rem 0 3rem;
  text-align: center;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after,
.faq-page .faq-1 .list ul li h6 i::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: #c70025;
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i::after,
.faq-page .faq-1 .list ul li.active h6 i::before {
  background: white;
}
.news-page .news-1 {
  padding: 5rem 0 4rem;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: #c70025;
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 24px;
  color: #301500;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #c70025;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 2;
  color: #a0a0a0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 3.3em;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  color: #c70025;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.newdet-page{
  padding-bottom: 5rem;
}
.newdet-page .newdet-1 {
  padding: 4rem 0 0rem;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 24px;
  color: #a0a0a0;
  line-height: 1.2;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding: 40px 0;
  text-align: left;
  border-top: 1px #301500 dotted;
  border-bottom: 1px #301500 dotted;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-1 .text h4 {
    font-size: 20px;
    font-weight: bold;
}
.newdet-page .newdet-1 .text h3 {
    font-size: 25px;
    font-weight: bold;
}
.newdet-page .newdet-1 .text h2 {
    font-size: 30px;
    font-weight: bold;
}
.newdet-page .newdet-1 .m-link {
  font-size: 22px;
  line-height: 1.8;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: #c70025;
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  color: #301500;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: #c70025;
}
.newdet-page .newdet-2 {
  padding-bottom: 4.25rem;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
@media screen and (max-width: 1700px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .right span.cat {
    font-size: 32px;
  }
  .prodet-page .prodet-1 .right .info a {
    padding: 7px 12px;
    font-size: 18px;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
  .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 2;
    height: auto!important;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right .text {
    margin: 10px 0 20px;
  }
  .prodet-page .prodet-1 .right span.cat {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .right .smallImg {
    margin-top: 4%;
  }
  .prodet-page .prodet-4 .form ul li {
    padding: 10px;
  }
  .prodet-page .prodet-4 .form ul {
    margin: -10px;
  }
  .prodet-page .prodet-4 .form ul li input,
  .prodet-page .prodet-4 .form ul li textarea {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .news-page .news-1 .list ul li,
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-4 .form ul li {
    width: 100% !important;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 16px;
    max-width: none;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .news-page .news-1 .list ul li,
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
  }
}


.product-page .sideRight .productList .product_cont{
  -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(90deg) translateY(-50%);
    -webkit-transform: rotateY(90deg) translateY(-50%);
    -moz-transform: rotateY(90deg) translateY(-50%);
    -ms-transform: rotateY(90deg) translateY(-50%);
    -o-transform: rotateY(90deg) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% - 3rem);
    top: 50%;
    left: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3;
    border: 1px solid lightgrey;
    border-radius: 15px;
    padding: 15px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li:hover .product_cont{
  opacity: 1;
  transform: rotateY(0) translateY(-50%);
  -webkit-transform: rotateY(0) translateY(-50%);
  -moz-transform: rotateY(0) translateY(-50%);
  -ms-transform: rotateY(0) translateY(-50%);
  -o-transform: rotateY(0) translateY(-50%);
}
.product-page .product-1 .productList ul li:nth-child(3n) .product_cont {
    left: inherit;
    right: 100%;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg{
  margin: -10px;
  padding: 0 12px;
  overflow: hidden;
  height: 100px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg li{
  padding: 10px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg li a{
  display: block;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .tip_title{
  font-size: 20px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid gray;*/
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des .stitle{
  font-size: 20px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des{
  font-size: 16px;
  margin: 10px 0 25px;
  height: 290px;
  overflow-y: auto;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des .con{
  opacity: 0.7;
  line-height: 2;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more{
  transition: 0.5s;
  display: block;
  justify-content: center;
  align-items: center;
  background: #c70025;
  color: white;
  width: 160px;
  height: 40px;
  font-size: 14px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more a{
  display: flex;
  justify-content: center;
  align-items: center;
  /*display: block;*/
  width: 100%;
  height: 100%;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more:hover{
  background: #000;
}

@media screen and (max-width:1600px){
  #index-body .product .top .left ul{
    height: 450px;
  }
}
@media screen and (max-width:1400px){
  #index-body .product .top .left ul{
    height: 400px;
  }
  .product-page .sideRight .productList .product_cont{
    width: calc(100%);
    height: calc(100% - 20px);
  }
}

@media screen and (max-width:1200px){
  #index-body .product .top .left ul{
    height: 450px;
  }
}
@media screen and (max-width:1000px){
  #index-body .product .top .left ul{
    height: auto;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg{
    height: 150px;
  }
  .product-page .sideRight .productList .product_cont{
    position: unset;
    transform: rotate(0deg) translateY(0);
    opacity: 1;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li:hover .product_cont{
    opacity: 1;
    transform: rotate(0deg) translateY(0);
  }
  .product-page .sideRight .productList .product_cont{
    height: 500px;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li .box{
    border-bottom: transparent;
    border-radius: 7px 7px 0 0;
  }
  .product-page .sideRight .productList .product_cont{
    border-top: transparent;
    border-radius: 0 0 7px 7px; 
    align-items: flex-start;
  }
}
@media screen and (max-width:700px){
  .product-page .sideRight .productList .product_cont,
  .product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des,
  .product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg{
    height: auto;
  }
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    -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;
    font-size: 15px;
    background: #fff;
    min-width: 280px;
    white-space: nowrap;
    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 .3s,-webkit-transform .5s;
    transition: opacity .3s,-webkit-transform .5s;
    -moz-transition: transform .5s,opacity .3s,-moz-transform .5s;
    transition: transform .5s,opacity .3s;
    transition: transform .5s,opacity .3s,-webkit-transform .5s,-moz-transform .5s;
    -webkit-transition: -webkit-transform .5s,opacity .3s;
    -moz-transition: -moz-transform .5s,opacity .3s;
    -webkit-box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
    border-bottom: 3px solid #c70025;
    display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-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;
}



.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: block;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    width: 100%;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg li{
  padding: 1px;
  height: 545px;
}
.product-page .pro_init_1 .container .left .bigImg li a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 25px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 1.8;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 43%;
  max-height: 545px;
  overflow-y: auto;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
}

.product-page .pro_init_1 .container .right .text_1 {
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 28px;
  line-height: 1.8;
  color: #4a4a4a;
  font-weight:bold;
  /*text-transform: uppercase;*/
  /*margin-top: 20px;*/
}

.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}
.shangxia{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    margin-top: 20px;
}

.product-page .pro_init_2 {
  background-color: #f6f6f5;
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
  overflow-y: auto;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-weight:500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}


@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}


@media (max-width: 1000px) {
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }
  .product-page .pro_init_1 {
    padding-top: 0;
  }
  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
    overflow-y: unset;
    max-height: unset;
  }
  .product-page .pro_init_1 .container .left .bigImg li {
    height: auto;
  }
  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  
}
@media (max-width: 500px) {
  .pro-single-page {
    padding-bottom: 0;
  }

  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}



    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .text a {
        color: var(--color);
    }

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

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

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        #cp-Nav .nav div.title::after{
          content:"\f107";
          display: block;
          font-family: "FontAwesome";
          font-size: 20px;
          color:white;
        }
        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    .bgfhf{
      font-size: 16px;
      line-height: 2;
    }
    