@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  --color: #008cc9;
  font-family: 'Montserrat';
  font-weight: 500;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1390px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding: 9px 0 10px;
}
.more span {
  display: inline-block;
  padding: 18px 46px 17px;
  background: var(--color);
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before,
.more::after {
  content: '';
  position: absolute;
  left: -9px;
  right: -9px;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  top: 9px;
}
.more::after {
  bottom: 10px;
}
.more i {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i.i1 {
  left: 0;
}
.more i.i2 {
  right: 0;
}
.more:hover span {
  background: #000;
}
.more:hover i,
.more:hover::before,
.more:hover::after {
  background: #000;
}
#header {
  z-index: 20;
  position: fixed;
  top: 16px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  width: 1698px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 16px 0 15px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 50px;
  color: #fff;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .menu-item-374061 ul.sub-menu{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .yuy span {
  color: #fff;
  font-size: 18px;
}
#header .nav .ui.menu .yuy span img {
  width: 24px;
  height: 16px;
  margin-right: 9px;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.inner,
#header.active {
  top: 0;
}
#header.inner .nav .ui.menu .menu-box ul.menu li,
#header.active .nav .ui.menu .menu-box ul.menu li {
  color: #000;
}
#header.inner .nav .ui.menu .menu-box ul.menu li:hover,
#header.active .nav .ui.menu .menu-box ul.menu li:hover,
#header.inner .nav .ui.menu .menu-box ul.menu li.active,
#header.active .nav .ui.menu .menu-box ul.menu li.active{
 color: var(--color);
}
#header.inner .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.inner .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .yuy span {
  color: #000;
}
#header.inner::after,
#header.active::after {
  width: 100%;
}
#header .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  padding: 13px 0 12px;
  z-index: 100;
  font-weight: 500;
}
#header .dropdown .ui.container{
  width: 1327px;
}
#header .dropdown .item{
  background: rgba(0,0,0,0.83);
  color: #fff;
  /*padding: 31px 97px 25px 26px;*/
}
#header .dropdown .item ul li i{
  line-height: 61px;
}
#header .dropdown .item ul li i img{
  display: inline-block;
  vertical-align: middle;
}
#header .dropdown .item ul li ul{
  margin-top: 21px;
}
#header .dropdown .item ul li ul li{
  font-size: 14px;
  color: #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
#header .dropdown .item ul li ul li:last-child{
  margin-bottom: 0;
}
#header .dropdown .btn{
  background: rgba(0,140,201,0.83);
  padding: 15px 0;
}
#header .dropdown.active{
 -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li .i1{
  -webkit-transition: all 12s ease;
  -moz-transition: all 12s ease;
  transition: all 12s ease;
   transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
#banner ul li .text {
  color: #fff;
  bottom: 15.73%;
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box .title {
  line-height: 1;
  font-size: 141px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(top, #ffffff 5% rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 100%);
  background: -moz-linear-gradient(top, #ffffff 5% rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to bottom, #ffffff 5% rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#banner ul li .text .box .con {
  line-height: 1.5;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .i1{
   transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .i-product {
  padding: 6.875% 0 6.40625%;
}
#index-body .i-product .box {
  width: 85.6vw;
}
#index-body .i-product .box ul {
  margin-right: -72px;
}
#index-body .i-product .box ul .slick-list {
  padding-right: 786px !important;
}
#index-body .i-product .box ul li {
  padding-right: 72px;
}
#index-body .i-product .box ul li .img {
  height: 539px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#index-body .i-product .box ul li .img .desc {
  bottom: 0;
  right: 0;
  width: 84.15%;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box ul li .img .desc .tit {
  font-weight: 600;
  line-height: 1.3;
}
#index-body .i-product .box ul li .img .desc .con {
  line-height: 2;
  width: 80%;
  font-weight: 400;
}
#index-body .i-product .box ul li .img .desc .link {
  right: 46px;
  bottom: 47px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color);
  font-size: 36px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box ul li .img .desc .link:hover {
  background: #fff;
  color: var(--color);
}
#index-body .i-product .box ul li .img:hover .desc {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-about {
  background: url(/reidomkitchen/2025/10/11/1abg.jpg) no-repeat center;
  background-size: cover;
  padding: 6.3021% 0 7.03125%;
  color: #fff;
  z-index: 1;
}
#index-body .i-about .box .left {
  width: 46%;
}
#index-body .i-about .box .left .title {
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(top, #ffffff 5% rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 100%);
  background: -moz-linear-gradient(top, #ffffff 5% rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to bottom, #ffffff 5% rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .i-about .box .left .con {
  line-height: 2;
  font-weight: 400;
}
#index-body .i-about .box .left .more:hover span {
  background: #fff;
  color: var(--color);
}
#index-body .i-about .box .left .more:hover i,
#index-body .i-about .box .left .more:hover::before,
#index-body .i-about .box .left .more:hover::after {
  background: #fff;
}
#index-body .i-about .box .play {
  font-size: 20px;
  width: 6.6em;
  height: 6.6em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.12);
}
#index-body .i-about .box .play span {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.39);
}
#index-body .i-about .box .play span i {
  border-left: 1.85em solid #f1f1f1;
  border-top: 1.15em solid transparent;
  border-bottom: 1.15em solid transparent;
}
#index-body .i-about .box .play::before,
#index-body .i-about .box .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-about .box .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-about::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
}
#index-body .i-honor {
  background-color: #fafafa;
  padding: 4.792% 0 0;
}
#index-body .i-honor .title {
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0.2)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 5% rgba(0, 0, 0, 0.6) 10%, rgba(255, 255, 255, 0.2) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 5% rgba(0, 0, 0, 0.6) 10%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 5% rgba(0, 0, 0, 0.6) 10%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .i-honor .swiper .swiper-slide {
  padding: 17px;
  height: 560px;
}
#index-body .i-honor .swiper .swiper-slide .img-box {
  /*-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);*/
  -webkit-box-reflect: below -20px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30%);
}
#index-body .i-news {
  padding: 5.1042% 0 7.6042%;
}
#index-body .i-news .title {
  color: #111;
  line-height: 1.2;
}
#index-body .i-news ul li time {
  top: 0;
  left: 0;
  background-color: var(--color);
  display: block;
  width: 113px;
  color: #fefefe;
  padding: 11px 19px 16px 16px;
  font-size: 32px;
  text-align: center;
}
#index-body .i-news ul li time span {
  display: block;
  font-size: 16px;
  border-top: 1px solid #fff;
  margin-top: 5px;
  padding-top: 11px;
}
#index-body .i-news ul li em {
  bottom: 0;
  right: 0;
  background-color: #111111;
  color: #fefefe;
  font-size: 16px;
  padding: 15px 54px 12px 49px;
}
#index-body .i-news ul li .tit {
  color: #191919;
  font-weight: 600;
  line-height: 1.6;
}
#index-body .i-news ul li .tit:hover {
  text-decoration: underline;
}
#index-body .i-contact {
  color: #fff;
  padding: 6.9271% 0 6.51042%;
  z-index: 1;
}
#index-body .i-contact .left {
  width: 60%;
}
#index-body .i-contact .left span {
  padding-left: 27px;
  position: relative;
}
#index-body .i-contact .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 50%;
}
#index-body .i-contact .left .title {
  line-height: 1.2;
}
#index-body .i-contact::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.11);
}
#footer {
  background: #111;
  color: #fff;
  padding-top: 7.5%;
}
#footer .ui.container {
  width: 1690px;
}
#footer .f-content .tit {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin: 11px 0 13px 0;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #bbbbbb;
  margin-bottom: 15px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-ab {
  max-width: 360px;
}
#footer .f-content .f-ab ul li {
  margin-bottom: 27px;
}
#footer .f-content .f-ab ul li p {
  color: #fff;
}
#footer .f-content .f-ab ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-form {
  max-width: 407px;
}
#footer .f-content .f-form .tit {
  line-height: 2;
}
#footer .f-content .f-form form {
  margin-top: 15px;
}
#footer .f-content .f-form form input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 34px;
}
#footer .f-content .f-form form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input:-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input::-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input::placeholder {
  color: #fff;
}
#footer .f-content .f-form form input:focus {
  border-color: #fff;
}
#footer .f-content .f-form form button {
  border: 0;
  width: 100%;
  background: transparent;
}
#footer .f-content .f-form form button span {
  background: transparent;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 35px 16px 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-content .f-form form button i,
#footer .f-content .f-form form button::before,
#footer .f-content .f-form form button::after {
  background: rgba(255, 255, 255, 0.21);
}
#footer .f-content .f-form form button:hover span {
  background: var(--color);
}
#footer .f-content .f-form form button:hover i,
#footer .f-content .f-form form button:hover::before,
#footer .f-content .f-form form button:hover::after {
  background: var(--color);
}
#footer .f-content .share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 47px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  margin-right: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-content .share a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color);
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
  padding: 26px 0 32px;
  color: #bbb;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #bbb;
}
#footer .f-copy svg text {
  fill: #bbb;
}
@media screen and (max-width: 1450px) {
  #index-body .i-product .box {
    width: 95vw;
  }
  #index-body .i-product .box ul .slick-list {
    padding-right: 400px !important;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .i-product .box {
    width: 100vw;
  }
  #index-body .i-product .box ul .slick-list {
    padding-right: 300px !important;
  }
  #index-body .i-honor .swiper .swiper-slide {
    height: 360px;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .box .title {
    font-size: 100px;
  }
  .font-32 {
    font-size: 26px;
  }
  .font-26 {
    font-size: 24px;
  }
  .font-22 {
    font-size: 20px;
  }
  #index-body .i-product .box {
    width: 100%;
  }
  #index-body .i-product .box ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .i-about .box .left {
    width: 56%;
  }
  #index-body .i-honor .swiper .swiper-slide {
    height: 260px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-ab {
    max-width: 320px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-form {
    max-width: 340px;
  }
  .fixed-toolbar {
    bottom: 11%;
  }
}
@media screen and (max-width: 700px) {
  .font-88 {
    font-size: 46px;
  }
  .font-60 {
    font-size: 40px;
  }
  .font-26 {
    font-size: 22px;
  }
  #banner ul li .text .box .title {
    font-size: 70px;
  }
  #index-body .i-product .box ul li .img {
    height: 400px;
  }
  #index-body .i-product .box ul li .img .desc {
    width: 90%;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #index-body .i-product .box ul li .img .desc .link {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  #index-body .i-contact .left {
    width: 100%;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-form {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .more span {
    padding: 12px 23px;
  }
  #banner ul li .text {
    bottom: 20px;
  }
  #banner ul li .text .box .title {
    font-size: 40px;
  }
  #banner ul li .text .box .con {
    font-size: 14px;
    line-height: 2;
  }
  .font-88 {
    font-size: 40px;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-product .box ul li .img {
    height: 260px;
  }
  #index-body .i-product .box ul li .img .desc {
    padding: 10px 10px 20px 16px;
  }
  #index-body .i-product .box ul li .img .desc .tit {
    font-size: 22px;
    line-height: 1.4;
  }
  #index-body .i-product .box ul li .img .desc .con {
    display: none;
  }
  #index-body .i-product .box ul li .img .desc .link {
    position: initial;
    margin-top: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #index-body .i-about .box .left {
    width: 100%;
  }
  #index-body .i-about .box .left .more {
    z-index: 2;
  }
  #index-body .i-honor {
    padding: 30px 0;
  }
  #index-body .i-honor .swiper .swiper-slide {
    height: auto;
  }
  #index-body .i-contact .box .left span {
    padding-left: 14px;
  }
  #index-body .i-contact .box .left span::before {
    width: 6px;
    height: 6px;
    top: 24%;
  }
  #footer .f-content .tit,
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-copy {
    font-size: 15px;
    line-height: 2;
    padding: 13px 0 16px;
  }
  #footer .f-copy .ui.container {
    display: block;
  }
  #footer .f-copy .ui.container p {
    display: inline;
  }
  .fixed-toolbar {
    bottom: 0;
  }
}
.inner-banner{
  padding-top: 160px;
  padding-bottom: 80px;
  text-align: center;
}
.inner-banner .mbx{
  font-size: 18px;
  line-height: 1.6;
  color: var(--color);
}
.inner-banner h2{
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .page-header02{
    background: #000;
  }
  /*#innerMobileBanner~.inner-banner{
    display: block !important;
  }*/
}
@media screen and (max-width:1000px){
  /*#innerMobileBanner{
    display: none;
  }*/
  .inner-banner{
    padding: 40px 0;
  }
}
@media screen and (max-width:700px){
  .inner-banner h2{
    font-size: 26px;
  }
}
.i-tag {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .text {
  max-width: 1339px;
  width: 100%;
  margin: -70px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 85px 68px 108px;
}
.about-page .about-1 .top .text .title{
  line-height: 1.2;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-2 {
  margin-top: 137px;
}
.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}
.about-page .about-2 .box .text .header .left{
  width: 100%;
}
.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}
.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}
.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 41px;
}
.about-page .about-2 .box .text .con p{
  padding-left: 2.35em;
  position: relative;
}
.about-page .about-2 .box .text .con p::before{
  content: '';
    position: absolute;
    top: .8em;
    left: 0;
    width: 1.5em;
    height: 2px;
    background: #fff;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: var(--color);
}
.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -37px -37px 0;
}
.about-page .about-3 .content ul li {
  margin: 0 37px 37px 0;
  background: #fff;
  padding: 39px 35px 0;
  width: 30.3%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
  height: 316px;
}
.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.about-page .about-3 .content ul li:hover {
  background: var(--color); 
}
.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p{
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 120px 0 180px;
}
.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .header .more:hover {
  background: #000;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin-right: -42px;
}
.about-page .about-5 .content ul li {
  padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .content ul li {
    width: 29.9%;
    padding: 39px 15px;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }
  .about-page .about-4 {
    max-width: 800px;
  }
  .about-page .about-1 .bottom ul li .data em{
    font-size: 56px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
  .about-page .about-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 20px 20px 0;
    width: 31.3%;
  }
  .about-page .about-4 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
   .i-tag {
    font-size: 18px;
  }
  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }
  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }
  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }
  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-2 {
    margin-top: 60px;
  }
  .about-page .about-2 .box {
    padding: 0 0 60px;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box::after {
    width: 100%;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul li {
    width: 47%;
  }
  .about-page .about-3 .list {
    margin-top: 60px;
  }
  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }
  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }
  .about-page .about-5 .header {
    padding-bottom: 30px;
  }
  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em{
    font-size: 37px;
  }
  .about-page .about-1 .bottom ul li .data sub{
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }
  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 30px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .content ul li {
    width: 45.9%;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
  .font-52 {
    font-size: 28px;
  }
  .i-tag {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .top .text .title{
    line-height: 1.4;
  }
  .about-page .about-2 .box .text .con,
  .about-page .about-1 .top .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-2 .box .text{
    padding: 0 15px;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page .about-2 .box .text .con {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .header {
    padding-bottom: 10px;
  }
  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height:30px;
  }
  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .box .title {
    margin-top: 10px;
  }
  .about-page .about-4 .box .con {
    margin-top: 10px;
  }
  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .box .info .left {
    width: 100%;
  }
  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.gallery-page{
  padding-bottom: 6%;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}
.faq-page .marginBox {
  padding: 0px 0 100px;
  text-align: center;
}
.faq-page .marginBox .h2{
  line-height: 1.2;
  margin-top: 12px;
}
.faq-page .marginBox .box {
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #008cc9;
  color: #ffffff;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
font-size: 18px;
line-height: 32px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  padding-left: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .faq-page .marginBox .box .left{
    display: none;
  }
  .faq-page .marginBox .box .right{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox{
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .marginBox .box .right .list ul li .text{
    font-size: 14px;
  }
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 100px;
  padding-right: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/reidomkitchen/2025/09/16/89.jpg) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.news-page .sidebar-right ul{
  margin: -15px;
}
.news-page .sidebar-right ul li{
  padding: 15px;
}
.news-page .sidebar-right ul li .cat_name{
      background-color: #262626;
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 2;
    padding: 8px 18px 7px 17px;
    margin-top: 20px;
}
.news-page .sidebar-right ul li .title{
      font-size: 20px;
      font-weight: bold;
    line-height: 1.4;
    margin-top: 21px; 
    min-height: 5.6em;
}
.news-page .sidebar-right ul li .des{
      font-size: 16px;
    color: #7b7b7b;
    line-height: 1.8;
    margin-top: 6px;
}
.news-page .sidebar-right ul li .time{
      font-size: 16px;
    line-height: 1.8;
    color: var(--color);
    display: inline-block;
    margin-top: 2px;
}
.newdet-page {
  padding: 0 0 150px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--color);
    padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background:#7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  /*background: #83827F;*/
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
  font-weight: bold;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: #f39800;
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li button{
  border: 0;
  background: transparent;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li button span{
  color: #fff;
  padding: 18px 46px 17px;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact{
    padding: 100px 20px 15px;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact .more span{
    padding: 18px 40px 17px;
  }
  .news-page{
    padding-top: 5%;
  }
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header{
    padding: 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
  .inner-page .sidebar-box .sidebar-left,
  .inner-page.product2-page .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
   padding: 0;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title{
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
font-size: 16px;
line-height: 30px;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: #83827F;
font-size: 16px;
line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
  .contact-page .contact-1 .right .title{
    font-size: 36px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
  .contact-page .contact-1 .right .title{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.inner-page .sidebox .sideleft {
  width:73%;
}
.inner-page .sidebox .sideright {
  width: 27%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 40px 30px;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight:bold;
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 18px;
  line-height: 36px;
  color: #181818;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
  float: right;
  font-size: 20px;
}
.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #181818;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: var(--color);
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a::before{
  display: none;
}
.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: var(--color);
}
.product-page .category {
  text-align: center;
}
.product-page .category ul {
  margin: -20px;
}
.product-page .category ul li {
  padding: 20px;
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
  margin-top: 7px;
}
.product-page .category ul li.active .tit{
  color: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 310px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}
.product-page .info .ui.container {
  max-width: 1273px;
}
.product-page .info h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8; 
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin-top: 3.25%;
}
.product-page .list ul {
  margin: 0 -52px -89px 0;
}
.product-page .list ul li {
  padding: 0 52px 89px 0;
}
.product-page .list ul li .img-box {
  border: solid 1px #dadada;
  padding: 30px 0
}
.product-page .list ul li .img-box span{
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: var(--color);
}
.product-page .list ul li .img-box img {
  display: inline-block;
}
.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 90%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}
.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}
.product-page .list ul li .tit {
  font-size: 18px;
  color: #474747;
  /*font-weight: bold;*/
  line-height: 1.6;
  margin-top: 25px;
  display: block;
}
 
@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }
  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }
  .product-page .list ul li .tit {
    font-size: 19px;
  }
   
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }
  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }
   
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }
}
.prodet-page {
  padding: 120px 0 125px;
}
.prodet-page .prodet-1 {
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .img{
  display: flex;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  overflow: hidden;
  width: calc(100% - 155px);
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 18px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  width: 140px;
  margin-right: 10px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin: -5px 0;
}
.prodet-page .prodet-1 .img .gallery-img ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding: 5px 0;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: #fff;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid  #181818;
  font-weight: bold;
  background: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: #efefef;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .content table td{
  border: 1px solid #333;
}
.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(odd){
  background: #ccc;
}
.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(even){
  background: #eee;
}
/*.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(odd) td{
  background-color: #f7f7f7;
}*/
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
  /*font-weight: bold;*/
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
  display: none;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="text"],
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 18px;
  color: var(--color);
  position: relative;
  width: 18px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-3{
  padding-bottom: 0;
}
.prodet-page .prodet-3 h3 {
  font-size: 45px;
  line-height: 1.1;
  font-weight:bold;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.equipment-page .init-1 .container .tips {
  font-weight: bold;
  text-align: center;
}
.equipment-page .init-1 .container .img {
  margin-top: 40px;
  width: 100%;
}
.equipment-page .init-1 .container .content {
  position: relative;
  z-index: 2;
  padding-right: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -360px;
}
.equipment-page .init-1 .container .content .left {
  width: 54%;
}
.equipment-page .init-1 .container .content .left .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.equipment-page .init-1 .container .content .left .list_cont li .top {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
.equipment-page .init-1 .container .content .left .list_cont li .bottom {
  color: #777777;
}
.equipment-page .init-1 .container .content .right {
  background-color: #ffffffe8;
  width: 42%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 80px 50px 50px 50px;
  margin-left: auto;
}
.equipment-page .init-1 .container .content .right .title {
  font-weight: bold;
}
.equipment-page .init-1 .container .content .right .des {
  color: #777777;
  margin-top: 30px;
  height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}
.equipment-page .init-1 .container .content .right .s_cont {
  margin-top: 40px;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn i {
  line-height: 48px;
  font-size: 20px;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn:hover {
  background-color: #000;
  color: #fff;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .next {
  margin-left: 14px;
}
.equipment-page .init-1 .container .content .right .s_cont .s_page {
  margin-left: auto;
}
.equipment-page .init-1 .container .content .right .s_cont .s_page div span:first-child {
  font-size: 30px;
}
.equipment-page .init-2 {
  text-align: center;
  background-color: #eeeeee;
}
.equipment-page .init-2 .container .tips {
  font-weight: bold;
}
.equipment-page .init-2 .container .content {
  /*margin-top: 70px;*/
  position: relative;
}
.equipment-page .init-2 .container .content .btn {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: -webkit-calc(-22%);
  right: -moz-calc(-22%);
  right: calc(28% - 50px);
  line-height: 48px;
  font-size: 20px;
}
.equipment-page .init-2 .container .content .btn:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.equipment-page .init-2 .container .content .prev {
  left: -webkit-calc(-22%);
  left: -moz-calc(-22%);
  left: calc(28% - 50px);
}
.equipment-page .init-2 .container .content .swiper {
  margin: 0 -15px;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 520px;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  vertical-align: middle;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  padding: 0 15px;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  height: 72px;
  overflow-y: auto;
  margin-top: 30px;
  opacity: 0;
  padding: 0 50px;
  overflow-x: hidden;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-prev,
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-next {
  width: 25% !important;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-active {
  width: 50% !important;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-active .box .text {
  opacity: 1;
}
.equipment-page .init-3 .container .tips {
  font-weight: bold;
}
.equipment-page .init-3 .container .content {
  margin-top: 70px;
}
.equipment-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.equipment-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.equipment-page .init-3 .container .content .s_page {
  margin-top: 90px;
}
.equipment-page .init-3 .container .content .s_page div {
  position: relative;
  top: 0;
  background-color: #b8b8b8;
  height: 2px;
}
.equipment-page .init-3 .container .content .s_page div .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.service-page .service-1 .text {
  max-width: 1080px;
  margin: 1em auto;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  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;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
@media (max-width: 1500px) {
  .equipment-page .init-1 .container .content .left .list_cont li {
    margin-top: 20px;
  }
}
@media (max-width: 1450px) {
 .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
}
@media (max-width: 1250px) {
  .equipment-page .init-2 .container .content {
    padding-top: 60px;
  }
  .equipment-page .init-2 .container .content .btn {
    top: 0;
    right: -webkit-calc(-2%);
    right: -moz-calc(-2%);
    right: calc(48% - 50px);
  }
  .equipment-page .init-2 .container .content .prev {
    left: -webkit-calc(-2%);
    left: -moz-calc(-2%);
    left: calc(48% - 50px);
  }
  .equipment-page .init-2 .container .content .swiper {
    margin-top: 20px;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
    height: 250px;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
    padding: 0;
  }
  .equipment-page .init-1 .container .content {
    margin-top: 20px;
    padding-right: 0;
  }
  .equipment-page .init-1 .container .content .left {
    width: 100%;
  }
  .equipment-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .equipment-page .init-1 .container .content .left .list_cont li {
    width: 100%;
    text-align: center;
  }
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .equipment-page .init-2 .container .content {
    margin-top: 20px;
  }
  .equipment-page .init-2 .container .content .swiper {
    font-size-adjust: 18px;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-active {
    width: 100% !important;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-prev,
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-next {
    width: 100% !important;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
    height: 64vw;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
    height: auto;
    font-size: 18px;
  }
  .equipment-page .init-3 .container .content {
    margin-top: 20px;
  }
  .equipment-page .init-3 .container .content .s_page {
    margin-top: 20px;
  }
  .equipment-page .init-1 .container .content .left .list_cont li .top {
    font-size: 30px;
  }
  .equipment-page .init-1 .container .content .right {
    padding: 30px 16px;
  }
}
/*2025-10-11*/

.newdet-page .prodet-page,
.newdet-page .prodet-page .prodet-2{
  padding-bottom: 0;
}
.slideImg{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 26%;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.slideImg i{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: var(--color);
}
.inner-page .tags span{
  font-size: 24px;
  display: block;
  text-align: left;
} 
.inner-page .tags .item:last-child{
  margin-right: 0;
}
.inner-page .tags dl{
  margin: -6px -12px;
}
.inner-page .tags dd{
  margin: 6px 12px;
}
.inner-page .tags dd a{
  color: var(--color);
  border: 1px solid var(--color);
  padding: 20px 12px;
}
.inner-page .tags dd a.active{
  background: var(--color);
  color: #fff;
}
.product-page .top .fl-list.tag ul li a.active{
  color: var(--color);
}

.loader {
  position: fixed;
  width: 5em;
  height: 5em;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

._page_container {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none
}
.m-page ._page_container {
  text-align: right;
}
._page_container input[type=number] {
    -moz-appearance: textfield
}
._page_container input[type=number]::-webkit-inner-spin-button, ._page_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
._page_container ._pages {
    display: inline-block;
    margin: 0 -40px 0 auto;
    vertical-align: top;
}
._page_container ._pages li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    color: #303133;
    font-weight: 700;
    min-width: 30px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    cursor: pointer
}
._page_container ._pages li:hover {
    color: var(--color);
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
    font-size: 14px
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    display: none;
}
._page_container ._jumper {
    display: none;
    color: #606266;
    margin-left: 10px;
    vertical-align: top;
}
._page_container ._next_ _iconfont iconGroup{
    display: none;
}
._page_container ._jumper ._count {
    margin-right: 10px;
    padding: 0;
    width: auto;
    line-height: 1;
    background: transparent;
    display: none;
}

._page_container ._jumper ._jumper_input {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    width: 50px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: 0 0;
    outline: none;
    box-sizing: border-box
}
._page_container ._jumper ._jumper_input:focus {
    border-color: #076d9a
}
._pages_1 li {
    background-color: #f4f4f5;
    padding: 0 5px !important;
}
._active_1 {
    color: #fff !important;
    background-color: var(--color)!important
}
._active_2 {
    color: var(--color)!important
}
._disabled {
    cursor: not-allowed !important
}
._disabled_c {
    color: #c0c4cc !important
}
._page_container ._pages ._next_ _iconfont.iconGroup-{
  display: none;
}
._next_ _iconfont iconGroup-,
._next_ _iconfont{
    display: none !important;
}
@media screen and (max-width: 1000px) {
      ._page_container ._pages li {
    margin: 0 2px;
    min-width: 24px;
  }
  ._page_container {
    height: auto !important;
  }
}