@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Jost-Regular';
  src: url('../fonts/Jost-Regular.eot') format('eot'), url('../fonts/Jost-Regular.woff2') format('woff2'), url('../fonts/Jost-Regular.woff') format('woff'), url('../fonts/Jost-Regular.ttf') format('truetype');
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .fdsfsdfd {
    display: none !important;
  }
}
body {
  font-family: 'Poppins-Regular';
}
.df {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.inner_public_seo{
  display: none;
}
.public-btn-more {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border-radius: 3px;
}
.public-btn-more .more-link {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center
}
.public-btn-more .more-link span {
  margin-right: 12px;
  line-height: 1.5;
}

.public-btn-more:hover .more-link {
  background-color: transparent;
  color: #a22228;
}

.public-btn-more:hover::after {
  -webkit-transform: scale(25);
  -moz-transform: scale(25);
  -ms-transform: scale(25);
  transform: scale(25);
  background-color: #fff;
}
.public-btn-more::after {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgba(228, 234, 246, 0.5);
  right: 0;
  bottom: 0;
  z-index: 1;
}

.public-titles .public-t-title {
  font-size: 18px;
  font-weight: 300;
  color: #a22228;
}
.public-titles .public-title {
  font-family: 'Jost-Regular';
  font-size: 48px;
  line-height: 60px;
  color: #141422;
  font-weight: bolder;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*overflow: hidden;*/
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    overflow: hidden;
  }
}
@-webkit-keyframes circle-diffusion {
  20% {
    opacity: .2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes circle-diffusion {
  20% {
    opacity: .2;
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    opacity: .6;
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes circle-diffusion {
  20% {
    opacity: .2;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes circle-loading-right {
  0% {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circle-loading-right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circle-loading-right {
  0% {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circle-loading-left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circle-loading-left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circle-loading-left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1330px;
  margin: auto;
  width: 100%;
}
#header {
  background: transparent;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active{
  box-shadow: 1px 2px 3px 2px rgb(0 0 0 / 36%);
  background: #fff;
}
#header.active .nav{
  padding: 0
}
#header.active .nav .ui.menu{
  padding-top:8px;
}
#header.active .nav .ui.menu .logo .img{
  display: none;
} 
#header.active .nav .ui.menu .logo .img1{
  display: inline-block;
} 
#header.active .nav .ui.menu .logo .img2{
  display: inline-block;
  padding-left: 15px;
} 
#header.active .nav .ui.menu .menu-box ul.menu>li{
  color: #000
}
#header .nav .ui.menu .logo .img1{
  display: none;
  max-width: 110px;
}
#header .nav .ui.menu .logo .img2{
  display: none;
  max-width: 150px;
  padding-left: 0;
}
/*#header .nav .ui.menu .logo{
  position: relative;
}*/
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ea1b23;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  padding: 20px 0
}
#header .nav .ui.container {
  max-width: 100%;
  padding: 0;
}
#header .nav .ui.menu {
  transition: .3s;
  padding-top:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
  margin-left: 3.964%;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  margin-top: -14px;
  border-radius: 3px 0 0 3px;
  padding-right: 3.964%;
  padding-left: 2.5%;
  /*background: #fff;*/
  position: relative;
}
/*#header .nav .ui.menu .menu-box::after {
  position: absolute;
  content: '';
  display: block;
  width: 98%;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  bottom: -10px;
  border-radius: 0 0 0 3px;
}*/
#header .nav .ui.menu .menu-box ul.menu > li {
  font-family: 'Jost-Regular';
  margin-right: 72px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 78px;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #a22228;
}
#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;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.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 #a22228;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #a22228;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #a22228;
}
#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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box .items {
  margin-left: 88px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box .items .phone {
  margin-left: 50px;
  font-size: 20px;
  color: #a22228;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
}
#header .nav .ui.menu .menu-box .items .quote {
  width: 49px;
  height: 49px;
  background-color: #a22228;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#header .nav .ui.menu .menu-box .items .h-search {
  cursor: pointer;
  margin: 0 20px 0 32px;
  color: #a22228;
  font-size: 29px;
}
#header .nav .ui.menu .menu-box .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box .items .h-language {
  position: relative;
  margin-left: 33px;
  cursor: pointer;
  color: #a22228;
  font-size: 29px;
}
#header .nav .ui.menu .menu-box .items .h-language span img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #a22228;
  display: none \9;
  max-height: 810px;
  overflow-y: scroll;
}
#header .nav .ui.menu .menu-box .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .menu-box .items .h-language ul.sub-menu li:hover {
  background: #a22228;
  color: white;
}
#header .nav .ui.menu .menu-box .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .header-product-category {
  position: absolute;
  width: 75%;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
  -moz-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition: .5s
}
#header .header-product-category .df {
  background: white;
}
#header .header-product-category ul {
  padding: 20px 15px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .header-product-category ul li {
  width: 15%;
  margin: 0 0.833% 20px;
}
#header .header-product-category ul li .img-box {
  /*width: 100%;
  height: 100px;*/
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-product-category ul li .title {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}
#header .header-product-category ul li .title:hover {
  color: #a22228;
}
#banner {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .banner-slide-ul .slide-box {
  position: relative;
}
#banner .banner-slide-ul .slide-box .text {
  position: absolute;
  top: 27.8%;
  left: 0;
  width: 100%

}
#banner .banner-slide-ul .slide-box .text .t-title {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}
#banner .banner-slide-ul .slide-box .text .title {
  font-family: 'Jost-Regular';
  max-width: 1000px;
  font-size: 70px;
  line-height: 94px;
  color: #ffffff;
  margin: 11px 0 20px 0;
}
#banner .banner-slide-ul .slide-box .text .public-btn-more {
  width: 210px;
  height: 64px;
  background-color: #a22228;
  font-size: 20px;
  line-height: 64px;
}
#banner .banner-slide-ul .slide-box .view-all {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 11%;
  top: 48%;
}
#banner .banner-slide-ul .slide-box .view-all .tips {
  position: absolute;
  bottom: 61px;
  right: 0;
  width: 136px;
  height: 50px;
  font-size: 12px;
  padding-top: 10px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#banner .banner-slide-ul .slide-box .view-all:hover .tips {
  opacity: 1;
}
#banner .banner-slide-ul .slide-box .view-all::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 46px;
  height: 46px;
  background-color: #a22228;
  opacity: 0.3;
  -webkit-animation: circle-diffusion 1.2s linear infinite;
  -moz-animation: circle-diffusion 1.2s linear infinite;
  animation: circle-diffusion 1.2s linear infinite;
  border-radius: 50%;
  z-index: 1;
}
#banner .banner-slide-ul .slide-box .view-all .to-link {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #a22228;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
#banner .banner-slide-arrows {
  position: absolute;
  bottom: 69px;
  width: 100%;
  text-align: center;
}
#banner .banner-slide-arrows .banner-slide-left-arrow,
#banner .banner-slide-arrows .banner-slide-right-arrow {
  width: 37px;
  height: 27px;
  color: #fff;
  text-align: center;
  line-height: 27px;
  display: inline-block;
  margin: 0 7px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid #fff;
}
#banner .banner-slide-arrows .banner-slide-left-arrow:hover,
#banner .banner-slide-arrows .banner-slide-right-arrow:hover {
  background: #a22228;
  border-color: #a22228;
}
#banner .banner-slide-arrows .banner-slide-left-arrow {
  border-radius: 0px 8px 0px 8px;
}
#banner .banner-slide-arrows .banner-slide-right-arrow {
  border-radius: 8px 0px 8px 0px;
}
#index-body .product-recommend {
  margin-top: 86px;
  margin-bottom: 126px;
}
#index-body .product-recommend .df {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .product-recommend .left {
  width: 34.2%;
  margin-right: 5%;
}
#index-body .product-recommend .left .public-titles {
  margin-top: 66px;
}
#index-body .product-recommend .left .public-titles .public-title {
  margin-top: 15px;
  margin-bottom: 31px;
}
#index-body .product-recommend .left .intro {
  border-top: 1px solid #aeaeae;
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  padding-top: 46px;
  margin-bottom: 42px;
  max-width: 445px;
}
#index-body .product-recommend .left .btn-more {
  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;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .product-recommend .left .btn-more:hover {
  color: #a22228;
}
#index-body .product-recommend .left .btn-more span {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-right: 8px;
}
#index-body .product-recommend .right {
  width: 61%;
}
#index-body .product-recommend .right .top {
  position: relative;
}
#index-body .product-recommend .right .top .product-recommend-slide-top-arrows {
  position: absolute;
  right: 22%;
  bottom: 63px;
}
#index-body .product-recommend .right .top .slide-top-prev-arrows,
#index-body .product-recommend .right .top .slide-top-next-arrows {
  width: 41px;
  height: 30px;
  color: #a22228;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin: 0 7px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid #a22228;
}
#index-body .product-recommend .right .top .slide-top-prev-arrows:hover,
#index-body .product-recommend .right .top .slide-top-next-arrows:hover {
  background: #a22228;
  color: #fff;
}
#index-body .product-recommend .right .top .slide-top-prev-arrows {
  border-radius: 0px 8px 0px 8px;
}
#index-body .product-recommend .right .top .slide-top-next-arrows {
  border-radius: 8px 0px 8px 0px;
}
#index-body .product-recommend .right .product-recommend-slide-top {
  margin-bottom: 74px;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box {
  margin-top: 10px;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover {
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  flex-shrink: 0;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .time-cir {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .time-cir li:first-child {
  width: 18px;
  height: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: transparent;
  text-align: center;
  line-height: 22px;
  position: absolute;
  border-radius: 50%;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .time-cir li:first-child span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a22228;
  border-radius: 50%;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .time-cir li:first-child.on {
  background-color: rgba(164, 34, 40, 0.3);
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .right-circle,
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .left-circle {
  position: absolute;
  width: 180px;
  height: 360px;
  overflow: hidden;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .left-circle {
  left: 0;
  top: 0;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .right-circle {
  right: 0;
  top: 0;
}
#index-body .product-recommend .right .product-recommend-slide-top .slick-current .slide-box .product-cover .right-circle .circle-border {
  right: 0;
  top: 0;
  border-left: 3px solid #a22228;
  border-bottom: 3px solid #a22228;
  -webkit-animation: circle-loading-right 6s linear 1;
  -moz-animation: circle-loading-right 6s linear 1;
  animation: circle-loading-right 6s linear 1;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .product-cover .circle-border {
  width: 360px;
  height: 360px;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border: 3px solid transparent;
}
#index-body .product-recommend .right .product-recommend-slide-top .slick-current .slide-box .product-cover .left-circle .circle-border {
  left: 0;
  bottom: 0;
  border-right: 3px solid #a22228;
  border-top: 3px solid #a22228;
  -webkit-animation: circle-loading-left 6s linear 1;
  -moz-animation: circle-loading-left 6s linear 1;
  animation: circle-loading-left 6s linear 1;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .text {
  color: #000000;
  margin-top: 30px;
  margin-left: 45px;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .text .title {
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
   display: -webkit-box;      
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;          
  text-overflow: ellipsis;   
  font-weight: bold;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .text .title:hover {
  color: #a22228;
}
#index-body .product-recommend .right .product-recommend-slide-top .slide-box .text .intro {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  max-width: 276px;
   display: -webkit-box;      
  -webkit-line-clamp: 4;    
  -webkit-box-orient: vertical;
  overflow: hidden;         
  text-overflow: ellipsis; 
}
#index-body .product-recommend .right .product-recommend-slide-bottom {
  padding-left: 34px;
  width: 100%;
  margin: 0 -10px;
}
#index-body .product-recommend .right .product-recommend-slide-bottom .slide-box{
  margin: 0 10px;
}
#index-body .product-recommend .right .product-recommend-slide-bottom .slick-current .slide-box .line::after {
  background: #a22228;
}
#index-body .product-recommend .right .product-recommend-slide-bottom .slick-current .slide-box .line::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  z-index: 1;
  background: rgba(162, 34, 40, 0.4);
  border-radius: 50%;
}
#index-body .product-recommend .right .product-recommend-slide-bottom .slide-box .img-box img {
  margin: 0 auto;
}
#index-body .product-recommend .right .product-recommend-slide-bottom .slide-box .product-name {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000000;
   display: -webkit-box;       
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;            
  text-overflow: ellipsis;    
}
#index-body .product-recommend .right .product-recommend-slide-bottom .slide-box .line {
  margin: 16px 0 17px 0;
  width: 100%;
  height: 1px;
  background: #aeaeae;
  position: relative;
}
#index-body .product-recommend .right .product-recommend-slide-bottom .slide-box .line::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background: rgba(162, 34, 40, 0.4);
  border-radius: 50%;
  z-index: 2;
}
#index-body .about {
  position: relative;
}
#index-body .about .left {
  width: 49.77%;
}
#index-body .about .left .public-titles {
  padding-top: 108px;
}
#index-body .about .left .public-titles .public-t-title {
  color: #a22228;
}
#index-body .about .left .public-titles .public-title {
  margin-top: 13px;
}
#index-body .about .left .intro {
  max-width: 622px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #565656;
  margin: 9px 0 19px 0;
}
#index-body .about .left .intro h1{
 display: inline;
}
#index-body .about .left .public-btn-more {
  width: 210px;
  height: 64px;
  background-color: #a22228;
  font-size: 20px;
  line-height: 64px;
}
#index-body .about .left .advantages {
  margin-top: 42px;
  margin-bottom: 58px;
  position: relative;
  z-index: 2;
  width: 114.46%;
  margin-right: 14%;
}
#index-body .about .left .advantages li {
  margin-right: 23px;
  background-color: #f2f2f2;
  padding: 29px 42px 30px 33px;
  border-top: 1px solid #a22228;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .about .left .advantages li .title {
  max-width: 163px;
  margin-top: 17px;
  font-size: 19px;
  line-height: 35px;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .about .left .advantages li .icons-box {
  position: relative;
  height: 52px;
}
#index-body .about .left .advantages li .icons-box .icon1,
#index-body .about .left .advantages li .icons-box .icon2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .about .left .advantages li .icons-box .icon1 {
  opacity: 1;
}
#index-body .about .left .advantages li .icons-box .icon2 {
  opacity: 0;
}
#index-body .about .left .advantages li:hover {
  border-color: black;
  background-color: black;
}
#index-body .about .left .advantages li:hover .title {
  color: #fff;
}
#index-body .about .left .advantages li:hover .icon1 {
  opacity: 0;
}
#index-body .about .left .advantages li:hover .icon2 {
  opacity: 1;
}
#index-body .about .right-bg {
  position: absolute;
  right: 0;
  top: -53px;
  z-index: 1;
  max-width: 50%;
}
#index-body .about .advantage {
  position: relative;
  z-index: 2;
  padding-top: 78px;
  padding-bottom: 53px;
}
#index-body .about .advantage .df {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#index-body .about .advantage .advantage-ul li:nth-child(2n) {
  margin-top: 33px;
}
#index-body .about .advantage .advantage-ul .icon-box {
  width: 132px;
  height: 132px;
  background-color: #000000;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
}
#index-body .about .advantage .advantage-ul .icon-box .img2 {
  opacity: 1;
}
#index-body .about .advantage .advantage-ul .icon-box .img1 {
  opacity: 0;
}
#index-body .about .advantage .advantage-ul .icon-box .img1,
#index-body .about .advantage .advantage-ul .icon-box .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .about .advantage .advantage-ul .icon-box:hover {
  background-color: #f2f2f2;
}
#index-body .about .advantage .advantage-ul .icon-box:hover .img2 {
  opacity: 0;
}
#index-body .about .advantage .advantage-ul .icon-box:hover .img1 {
  opacity: 1;
}
#index-body .about .advantage .advantage-ul .icon-box .order {
  position: absolute;
  left: -40px;
  top: -25px;
}
#index-body .about .advantage .advantage-ul .number {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 2px;
 
}
#index-body .about .advantage .advantage-ul .number em
 {
  font-size: 45px;
  font-weight: 500;
  line-height: 35px;
}
#index-body .about .advantage .advantage-ul .number span{
  	font-size: 18px;
    position: relative;
    top: -18px
    
}
#index-body .about .advantage .advantage-ul .title {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  color: #848484;
  display: block;
}
#index-body .product {
  margin-top: 82px;
  padding-bottom: 40px;
  background: url(../images/pro_bg.png) no-repeat left bottom;
  
}
#index-body .product .public-titles {
  text-align: center;
  margin-bottom: 31px;
}
#index-body .product .public-titles .public-t-title {
  margin-bottom: 20px;
}
#index-body .product .product-slide-ul {
  margin: 0 -45px;
}
#index-body .product .product-slide-ul .slide-box {
  text-align: center;
  border-bottom: 1px solid transparent;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 0 26px 16px;
  margin: 0 8px 50px;
  /*background-color: #f1f1f1;*/
}
#index-body .product .product-slide-ul .slide-box:hover {
  border-color: #a22228;
}
#index-body .product .product-slide-ul .slide-box:hover::after {
  opacity: 1;
}
#index-body .product .product-slide-ul .slide-box::after {
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  content: '';
  display: block;
  width: 0.5px;
  height: 346px;
  background-color: #a22228;
  position: absolute;
  right: 10px;
  bottom: -10px;
}
#index-body .product .product-slide-ul .slide-box .img-box {
  display: block;
  background: #eee;
}
#index-body .product .product-slide-ul .slide-box .img-box img {
  margin: 0 auto;
}
#index-body .product .product-slide-ul .slide-box .title {
  margin-top: 26px;
  display: block;
  font-size: 18px;
  color: #000000;
  height: 3.5em;
    display: -webkit-box;       
  -webkit-line-clamp: 2;       
  -webkit-box-orient: vertical;
  overflow: hidden;            
  text-overflow: ellipsis;   
/*white-space: nowrap;*/
}
#index-body .product .product-slide-ul .slide-box .title:hover {
  /*text-decoration: underline;*/
  color: #a22228;
}
#index-body .product .product-slide-ul .slide-box .cont {
  font-size: 16px;
  	color: #5f5f5f;
    margin: 20px 0;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;

}
#index-body .product .product-slide-ul .slide-box .intro {
  margin: 9px 0 12px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #5f5f5f;
  max-width: 283px;
   display: -webkit-box;      
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;          
  text-overflow: ellipsis; 
}
#index-body .product .product-slide-ul .slide-box .public-btn-more {
  width: 98px;
  height: 35px;
  line-height: 35px;
}
#index-body .product .product-slide-ul .slide-box .public-btn-more .more-link {
  font-size: 14px;
  color: #000000;
}
#index-body .product .product-slide-ul .slide-box .public-btn-more .more-link span {
  margin-right: 0;
}
#index-body .product .product-slide-ul .slide-box .public-btn-more:hover .more-link {
  color: #fff;
}
#index-body .product .product-slide-ul .slide-box .public-btn-more:hover::after {
  -webkit-transform: scale(25);
  -moz-transform: scale(25);
  -ms-transform: scale(25);
  transform: scale(25);
  background-color: #a22228;
  
}
#index-body .product .product-slide-ul .slide-box .public-btn-more::after {
  right: 6px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  background-color: #7d7d7d;
}
#index-body .case {
  margin-bottom: 88px;
  padding-top: 66px;
}
#index-body .case .public-titles {
  text-align: center;
  margin-bottom: 60px;
}
#index-body .case .public-titles .public-t-title {
  color: #a22228;
  margin-bottom: 20px;
}
#index-body .case .public-titles .public-title {
  color: #fff;
}
#index-body .case .case-slide-ul li {
  background-size: cover;
}
#index-body .case .case-slide-ul .slide-box:hover .cover,
#index-body .case .case-slide-ul .slide-box:hover .title {
  opacity: 1;
}
#index-body .case .case-slide-ul .slick-slide:hover.hovered {
  width: 34.428vw!important;
}
#index-body .case .case-slide-ul .slick-slide {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: 0 13px;
  width: 23.95vw;
}
#index-body .case .case-slide-ul .slick-slide.active {
  width: 20.55vw;
}
#index-body .case .case-slide-ul .slide-box {
  height: 450px;
  position: relative;
  display: block;
}
#index-body .case .case-slide-ul .slide-box .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .case .case-slide-ul .slide-box .title {
  opacity: 0;
  position: absolute;
  left: 36px;
  bottom: 48px;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 42px;
  color: #ffffff;
  z-index: 2;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .case .case-slide-ul .slick-dots {
  margin-top: 43px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .case .case-slide-ul .slick-dots .slick-active {
  border-color: #a22228;
}
#index-body .case .case-slide-ul .slick-dots .slick-active button {
  border-radius: 50%;
}
#index-body .case .case-slide-ul .slick-dots li {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
#index-body .case .case-slide-ul .slick-dots li button {
  border: none;
  width: 6px;
  height: 6px;
  background: #a22228;
  font-size: 0;
  border-radius: 50%;
}
#index-body .news {
  padding-top: 67px;
  padding-bottom: 61px;
  background: #f8f8f8;
}
#index-body .news .public-titles {
  text-align: center;
  margin-bottom: 51px;
}
#index-body .news .public-titles .public-t-title {
  margin-bottom: 19px;
}
#index-body .news .news-slide-ul .slide-box {
  margin-bottom: 40px;
  border: solid 1px #d6d6d6;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 36px 3.5% 21px 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .news-slide-ul .slide-box .left {
  max-width: 406px;
}
#index-body .news .news-slide-ul .slide-box .left .title {
  font-size: 28px;
  line-height: 1.6;
  color: #454545;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-bottom: 4px;
  display: block;
  font-weight: bold;
  font-family: 'Jost-Regular';
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .news .news-slide-ul .slide-box .left .title:hover {
  color: #a22228;
}
#index-body .news .news-slide-ul .slide-box .left .date span {
  font-size: 14px;
  font-weight: 300;
  line-height: 39px;
}
#index-body .news .news-slide-ul .slide-box .left .date span:first-child i {
  margin-right: 8px;
  color: #a22228;
}
#index-body .news .news-slide-ul .slide-box .left .date span:last-child {
  font-style: italic;
  color: #a22228;
}
#index-body .news .news-slide-ul .slide-box .left .date .news-type {
  margin-left: 26px;
}
#index-body .news .news-slide-ul .slide-box .intro {
  max-width: 468px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #393939;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .news .news-slide-ul .slide-box .public-btn-more {
  width: 210px;
  height: 48px;
  line-height: 48px;
  background-color: #a22228;
  font-size: 14px;
}
#index-body .news .news-slide-ul .slide-box .public-btn-more .more-link {
  font-weight: 500;
}
#index-body .news .news-slide-ul .slide-box .public-btn-more .more-link span {
  margin-left: 8px;
}
#index-body .contact {
  padding: 28px 0 24px 0;
  position: relative;
}
#index-body .contact .df {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .contact .right-bg {
  width: 78.04%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
#index-body .contact .title {
  max-width: 688px;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  margin-right: 10.615%;
  font-family: Jost-Regular;
  font-weight: bold;
}
#index-body .contact .public-btn-more {
  width: 188px;
  height: 67px;
  background-color: #0f0f0f;
  line-height: 67px;
  font-size: 14px;
  font-weight: 500;
}
#index-body .contact form {
max-width: 500px;
}
#index-body .contact form input{
  width: 100%;
  height: 40px;
  background: #fff;
  border: none;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 0 15px
}
#index-body .contact form button{
  background: none;
  border: none
}
#footer .f-content .f-category dd{
  max-width: 260px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer .f-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12.832% 70px 16.588%;
}
#footer .f-content .code #ewm{
  	width: 162px;
	height: 162px;
  background: #fff;
  border: 7px solid #fff;
  margin-top: 20px
}
#footer .f-content dl dt {
  font-size: 30px;
  color: #ffffff;
  margin-top: 86px;
  margin-bottom: 5px;
}
#footer .f-content dl dd {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #b4b4b4;
}
#footer .f-content dl dd span {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-right: 10px;
}
#footer .f-content dl dd:hover span {
  color: #a22228;
}
#footer .f-content .items .intro {
  max-width: 329px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #ffffff;
  margin-top: 33px;
  margin-bottom: 45px;
}
#footer .f-copy a.footmei {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 430px;
    display: inline-block;
    vertical-align: middle;
}
#footer .f-content .items{
  padding-top: 30px
}
#footer .f-content .items ul li {
  width: 39px;
  height: 39px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  margin-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center
}
#footer .f-content .items ul li:hover {
  background-color: #a22228;
}
#footer .f-content .items ul li a {
  display: block;
}
/*#footer .f-content .items ul li:last-child {
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
}
#footer .f-content .items ul li:last-child:hover {
  background-color: unset;
}
#footer .f-content .items ul li:last-child img {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}*/
#footer .f-content .contact .address {
  max-width: 327px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #b4b4b4;
}
#footer .f-copy {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  color: #c6c6c6;
  padding-top: 27px;
  padding-bottom: 14px;
  border-top: 1px solid rgba(238, 234, 246, 0.1);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #c6c6c6;
  padding-bottom: 2px;
}
#footer .f-copy svg text {
  fill: #c6c6c6;
}
#footer .f-copy .links{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center
}
#footer .f-copy p {
  margin-right: 17px;
}
#footer .f-copy span {
  color: #a22228;
  margin-left: 6px;
  cursor: pointer;
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .menu-box .items {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box .items .phone {
    margin-left: 0;
  }
  #footer .f-content {
    padding: 0 15px 70px;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .menu-box .items .phone {
    margin-left: 0;
    padding-top: 0;
  }
  #header .nav .ui.menu .menu-box .items .phone span {
    display: none;
  }
  #index-body .product .product-slide-ul {
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .logo {
    margin-left: 15px;
  }
  #header .nav .ui.menu .menu-box {
    padding-right: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
  }
  #banner .banner-slide-ul .slide-box .text .title {
    font-size: 50px;
    line-height: 1.6;
  }
  #index-body .product-recommend .left {
    margin-right: 0;
  }
  #index-body .product-recommend .right {
    width: 63%;
  }
  #index-body .case .case-slide-ul .slick-slide:hover.hovered {
    width: 50vw!important;
  }
  #index-body .case .case-slide-ul .slick-slide {
    width: 32.2vw;
  }
  #index-body .case .case-slide-ul .slick-slide.active {
    width: 24vw;
  }
  #index-body .news .news-slide-ul .slide-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 15px 21px 15px;
  }
  #index-body .news .news-slide-ul .slide-box .left {
    width: 100%;
    max-width: unset;
  }
  #index-body .news .news-slide-ul .slide-box .intro {
    width: 100%;
    max-width: unset;
    margin-bottom: 15px;
  }
  #footer .f-content .f-category {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .product-recommend {
    margin-top: 20px;
  }
  #index-body .product-recommend .df {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product-recommend .left {
    width: 100%;
    margin-bottom: 25px;
  }
  #index-body .product-recommend .left .intro {
    max-width: none;
  }
  #index-body .product-recommend .right {
    width: 100%;
  }
  #index-body .product-recommend .right .product-recommend-slide-top {
    margin-bottom: 40px;
  }
  #index-body .product-recommend .right .product-recommend-slide-top .slide-box {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #index-body .product-recommend .right .product-recommend-slide-bottom {
    padding-left: 0;
  }
  #index-body .product .product-slide-ul .slide-box {
    padding: 0 16px 16px;
  }
  #index-body .contact .title {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1000px) {
  .public-titles .public-title {
    font-size: 35px;
    line-height: 1.5;
  }
  #header .nav {
    background: rgba(0, 0, 0, 0.9);
  }
  #header .nav .ui.menu .logo img {
    height: 40px;
  }
  #banner .banner-slide-ul .slide-box .text .title {
    font-size: 35px;
  }
  #banner .banner-slide-ul .slide-box .text .public-btn-more {
    height: 40px;
    line-height: 40px;
  }
  #banner .banner-slide-ul .slide-box .view-all {
    display: none;
  }
  #index-body .product-recommend {
    margin-bottom: 60px;
  }
  #index-body .about .left .public-titles {
    padding-top: 40px;
  }
  #index-body .about .left .public-btn-more {
    height: 40px;
    line-height: 40px;
  }
  #index-body .about .left .advantages li:nth-child(3) {
    display: none;
  }
  #index-body .about .right-bg {
    top: 20px;
  }
  #index-body .case .case-slide-ul .slick-slide {
    width: 49vw;
  }
  #index-body .case .case-slide-ul .slide-box {
    height: 400px;
  }
  #index-body .contact .df {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .contact .right-bg {
    width: 120%;
  }
  #index-body .contact .title {
    margin-right: 0;
    font-size: 25px;
    line-height: 2;
    max-width: 100%;
    text-align: left;
    margin-bottom: 30px
  }
  #index-body .contact form{
    max-width: 100%
  }
  #index-body .contact .df{
    flex-wrap: wrap
  }
  #index-body .contact .public-btn-more {
    height: 40px;
    line-height: 40px;
  }
  #index-body .news {
    padding-bottom: 20px;
  }
  #footer .f-content dl dt {
    margin-top: 35px;
  }
  #footer .f-content .links {
    display: none;
  }
  #header .nav{
    padding: 0
  }
  #header .nav .ui.menu{
    background: #fff
  }
  #banner{
    margin-top: 60px
  }
  .inner-banner{
    margin-top: 60px
  }
}
@media screen and (max-width: 700px) {
  .public-titles .public-title {
    font-size: 25px;
    line-height: 1.5;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .banner-slide-ul .slide-box {
    height: 240px;
  }
  #banner .banner-slide-ul .slide-box img {
    height: 100%;
    width: 100%;
  }
  #banner .banner-slide-ul .slide-box .text {
    top: 6%;
  }
  #banner .banner-slide-ul .slide-box .text .t-title {
    line-height: 2;
    font-size: 14px;
  }
  #banner .banner-slide-ul .slide-box .text .title {
    font-size: 25px;
    line-height: 2;
    margin: 5px 0 5px 0;
  }
  #banner .banner-slide-ul .slide-box .text .public-btn-more {
    width: 180px;
    font-size: 14px;
  }
  #banner .banner-slide-arrows {
    bottom: 10px;
  }
  #index-body .product-recommend {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #index-body .product-recommend .left .public-titles {
    margin-top: 0;
  }
  #index-body .product-recommend .left .public-titles .public-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index-body .product-recommend .left .intro {
    padding-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
  }
  #index-body .product-recommend .right .top .product-recommend-slide-top-arrows {
    display: none;
  }
  #index-body .product-recommend .right .product-recommend-slide-top .slide-box .text {
    margin-top: 15px;
  }
  #index-body .product-recommend .right .product-recommend-slide-top .slide-box .text .title {
    text-align: center;
    font-size: 20px;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .left .intro {
    max-width: none;
  }
  #index-body .about .right-bg {
    display: none;
  }
  #index-body .about .advantage .advantage-ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .advantage .advantage-ul li {
    width: 50%;
  }
  #index-body .about .advantage .advantage-ul li:nth-child(2n) {
    margin-top: 0;
  }
  #index-body .about .advantage .advantage-ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  #index-body .about .advantage .advantage-ul .icon-box {
    margin: 0 auto;
  }
  #index-body .about .advantage .advantage-ul .title {
    text-align: center;
  }
  #index-body .product {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #index-body .product .product-slide-ul .slide-box {
    margin-bottom: 20px;
  }
  #index-body .case {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #index-body .case .public-titles {
    text-align: center;
    margin-bottom: 30px;
  }
  #index-body .case .case-slide-ul .slick-slide:hover.hovered {
    width: 100vw!important;
  }
  #index-body .case .case-slide-ul .slick-slide {
    width: 100vw;
  }
  #index-body .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #index-body .news .public-titles {
    margin-bottom: 30px;
  }
  #index-body .news .public-titles .public-t-title {
    margin-bottom: 10px;
  }
  #index-body .news .news-slide-ul .slide-box {
    margin-bottom: 15px;
  }
  #index-body .news .news-slide-ul .slide-box .left .title {
    font-size: 20px;
  }
  #index-body .contact .title {
    line-height: 1.5;
    font-size: 20px;
    /*max-width: 55%;*/
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #index-body .contact .public-btn-more {
    width: 140px;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  #footer .f-copy a:nth-child(1) {
    margin-right: 30px;
  }
  #footer .f-copy a.footmei,
  .xxj,
  .ui.container1,
  #footer .f-content .items .intro {
    display: none !important;
}
}
@media screen and (max-width: 500px) {
  #banner .banner-slide-arrows {
    display: none;
  }
  #index-body .about .left .advantages {
    margin: 40px 0;
  }
  #index-body .about .left .advantages li:nth-child(n+2) {
    display: none;
  }
  #index-body .about .advantage {
    padding: 60px 0;
  }
  #index-body .product-recommend {
    display: none;
    /*.right{
        .product-recommend-slide-top{
          .slide-box{
            .time-cir,.right-circle,.left-circle{
              display: none;
            }
          }
        }
      }*/
  }
  #index-body .case {
    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: bold;
  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: #a22228!important;
}
#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: #a22228;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #a22228!important;
  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;
}

/*内页开始*/

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.prodet-page .product-box .prodet-2 div {
  max-width: 100%;
  line-height: 28px;
}
.prodet-page .product-box .prodet-2 div td {
  white-space: nowrap;
}
.prodet-page .product-box .prodet-2 div td img {
  display: block;
  max-width: 200px;
}

able {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}

.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  
  margin: 0 5px;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #a22228;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #a22228;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 2;
  color: #333;
  font-size: 16px;
}
.inner-page .text {
  color: #828893;
  line-height: 30px;
}
.inner-page .text p {
  color: inherit;
  line-height: 30px;
  font-size: 16px;
}
.inner-page i.small-tit {
  color: #a22228;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.inner-page h1.title {
  color: #111;
  text-transform: none;
  font-size: 32px;
  line-height: 1.8;
  margin: 15px 0;
  position: relative;
  font-weight: bold;
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #a22228;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-right: 15px;
  position: sticky;
  top: 100px;
  z-index: 1000;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  position: absolute;
  width: 100%;
  background: white;
  left: 100%;
  top: 0;
  display: none;
  padding: 15px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover> ul {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #a22228 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: bold;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #a22228 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #a22228;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #a22228 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a22228;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: bold;
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #a22228;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  padding-left: 15px;
}
.fantaii {
  font-size: 28px;
  margin-bottom: 20px;
  color: #a22228;
}
.profan {
   font-size: 16px;
    margin-top: 32px;
    line-height: 28px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #a22228 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
    padding: 70px 0;
}
.about-page .about-1 .left {
    width: 100%;
    /*padding-right: 15px;*/
    vertical-align: middle;
}
.about-page .about-1 .left .box2 {
    position: relative;
    z-index: 1;
}
.about-page .about-1 .left .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(162,34,40,.33);
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
}
.about-page .about-1 .left .box2:before {
    content: '';
    /*background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-page .about-1 .left .box2 .play {
    position: absolute;
    color: white;
    bottom: 20px;
    font-weight: bold;
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
    background: #a22228 none repeat scroll 0 0;
    border: 2px solid #a22228;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 58px;
    line-height: 15px;
    margin: 0 10px 0 0;
    padding: 20px;
    text-align: center;
    width: 58px;
}
.about-page .about-1 .right {
    width: 100%;
    padding-top: 60px;
    vertical-align: middle;
}
.about-page .about-1 .right h5 {
    color: #111;
    text-transform: none;
    font-size: 20px;
    margin-top: 35px;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.about-page .about-1 .right h5:before {
    position: absolute;
    height: 4px;
    width: 10%;
    background: #a22228 none repeat scroll 0 0;
    content: "";
    left: 0;
    top: -20px;
}
.about-page .about-1 .right h5:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 11%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
    color: #111;
    margin: 5px 0;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    width: 50%;
    float: left;
}
.about-page .about-1 .right .text ul li:after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #6a961f;
}
.about-page .about-2 {
    background: #f8f9fc;
    padding: 70px 0;
}
.about-page .about-2 .left {
    padding-right: 15px;
}
.about-page .about-2 .right {
    padding-left: 15px;
}
.about-page .about-2 .right .content {
    background: white none repeat scroll 0 0;
    padding: 20px 5px;
    border-radius: 5px;
}
.about-page .about-2 .right .content li {
    text-transform: none;
    color: #333;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 15px;
}
.about-page .about-2 .right .content li i {
    color: #6a961f;
    margin-right: 10px;
}
.about-page .about-3 {
    padding: 70px 0;
    background: url("../images/about-3-bg.png") center center #a22228;
    color: white;
    text-align: center;
}
.about-page .about-3 h3{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3
}
.about-page .about-3 h3,
.about-page .about-3 p {
    color: inherit;
}
.about-page .about-3 p {
    max-width: 850px;
    display: block;
    margin: 30px auto;
}
.about-page .about-3 a.more {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #a22228;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-3 a.more:hover {
    background: transparent;
    color: #fff;
}
.about-page .about-4 {
    padding: 70px 0;
}
.about-page .about-4 .top {
    display: block;
}
.about-page .about-4 .top .left {
    vertical-align: middle;
    text-align: left;
}
.about-page .about-4 .top .left .title{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3
}
.about-page .about-4 .top .right {
    text-align: right;
    vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
    display: inline-block;
    vertical-align: middle;
    color: #a22228;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: #a22228;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.about-page .about-4 .top .right a.more i {
    margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
    color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
    width: 100%;
}
.about-page .about-4 .bottom {
    padding-top: 50px;
}
.about-page .about-4 .bottom ul {
    margin: -15px;
}
.about-page .about-4 .bottom ul li {
    padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
    box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
    display: block;
    color: #111;
    font-size: 22px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
    background: #a22228;
    color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #a22228;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #a22228;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #a22228 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #a22228;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #a22228;
  border-left: 1px solid #a22228;
  font-size: 16px;
  
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h1.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #a22228 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #a22228;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  line-height: 2;
  font-size: 15px;
}
.newdet-page .news-content .content h2{
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
.newdet-page .news-content .content h3{
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.newdet-page .news-content .content h4{
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #a22228;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  line-height: 30px;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #a22228;
  text-decoration: underline;
}
.contact-page .contact-1 {
    padding: 60px 0;
}
/*.box.grid-box {
  margin-bottom: 70px;
 
}*/


.contact-page .contact-1 h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 50px;
  /*font-weight: bold;*/
  line-height: 1.4;
  text-align: center;
}
.contact-page .contact-1+.contact-1 {
  padding-top: 0;
}
.contact-page .contact-1 .list ul {
    margin: -8px;
    display: flex;
    flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
    padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
    -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    text-align: center;
    padding-bottom: 30px;
    height: 100%;
}
.contact-page .contact-1 .list ul li .box span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #a22228;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
    color: white;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 12px solid #a22228;
    position: absolute;
    left: 100%;
    bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
    font-size: 21px;
    line-height: 1.8;
    padding: 25px 0 15px;
    font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
    font-size: 15px;
    line-height: 2;
    font-weight: normal;
    /*min-height: 100px;*/
}
.contact-page .contact-2 .left {
    width: 28%;
    vertical-align: middle;
}
.contact-page .contact-2 .left .img {
    position: relative;
}
.contact-page .contact-2 .left .img .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10%;
    padding: 0 30px;
    color: white;
    text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
    font-weight: bold;
    font-size: 22px;
}
.contact-page .contact-2 .left .img .text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
    display: inline-block;
    line-height: 36px;
    height: 38px;
    padding: 0 30px;
    border: 1px solid white;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
    background: white;
    color: black;
}
.contact-page .contact-2 .right {
    width: 72%;
    padding-left: 30px;
    vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.contact-page .contact-2 .right .form {
    margin-top: 30px;
}
.contact-page .map {
    margin-top: 80px;
}
.service-page {
    margin-bottom: 170px;
}
.service-page .list {
    padding: 60px 0 100px;
}
.service-page .list ul {
    margin: 0 -50px;
}
.service-page .list ul li {
    padding: 0 50px;
    text-align: center;
    position: relative;
}
.service-page .list ul li:after {
    content: '==>';
    font-size: 28px;
    color: #6a961f;
    font-weight: bold;
    position: absolute;
    top: 65px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 5px;
    line-height: 1;
}
.service-page .list ul li:last-child:after {
    display: none;
}
.service-page .list ul li h6 {
    font-size: 28px;
    color: #6a961f;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bold;
    word-break: initial;
}
.service-page .qr-list ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}
.service-page .qr-list ul li {
    padding: 10px;
}
.service-page .qr-list ul li .box {
    padding: 45px 25px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    height: 100%;
}
.service-page .qr-list ul li .box .img {
    width: 30%;
    vertical-align: middle;
}
.service-page .qr-list ul li .box .text {
    width: 70%;
    padding-left: 20px;
    font-weight: 300;
    vertical-align: middle;
}
.service-page .qr-list ul li .box .text h3 {
    font-size: 20px;
    color: #131313;
    margin-bottom: 10px;
    line-height: 28px;
}
.service-page .qr-list ul li .box .text p {
    font-size: 16px;
    color: #131313;
    line-height: 28px;
}
.service-page .qr-list ul li .box .text p em {
    font-weight: bold;
}
@media screen and (max-width: 1250px) {
    .contact-page .contact-1 {
        padding: 60px 0;
    }
    .contact-page .contact-1 .list ul li .box h5 {
        font-size: 18px;
    }
    .contact-page .contact-1 .list ul li .box p {
        font-size: 14px;
    }
    .contact-page .contact-2 .right h3 {
        font-size: 28px;
    }
    .contact-page .contact-2 .left .img .text {
        padding: 0 15px;
    }
    .contact-page .contact-2 .left .img .text p {
        font-size: 14px;
    }
    .contact-page .contact-2 .right .form {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .list ul li {
        width: 50%;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
    }
    .contact-page .contact-2 .left {
        display: none;
    }
    .contact-page .map {
        margin-top: 50px;
    }
    .prodet-page .product-box .prodet-1 .right .info {
      height: auto !important;
    }
    table tbody {
      min-width:initial;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .right h3 {
        font-size: 24px;
    }
    #mapContainer {
        height: 300px !important;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .list ul li {
        width: 100%;
    }
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  position: relative;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box:hover::before{
  opacity: 1;
}
.product-page .product-list ul li .box:hover::after{
  opacity: 1;
}
.product-page .product-list ul li .box::before,.product-page .product-list ul li .box::after{
  content: '';
  display: block;
  position: absolute;
  background: #a22228;
  opacity: 0;
  transition: .3s;
}
.product-page .product-list ul li .box::before{
  width: 100%;
  height: 1px;
  bottom: 0;
  right: -10px;
}
.product-page .product-list ul li .box::after{
  width: 1px;
  height: 100%;
  right: 0;
  bottom: -10px;
}
.product-page .product-list ul li .box a.img-box {
  display: block;
  text-align: center;
  padding-top: 15px
}

.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  
line-height: 2;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
      height: 95px;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #a22228;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #a22228;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 28px;
  
  margin: 5px 0 10px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content .public-btn-more{
  line-height: 28px;
  height: 28px;
  width: 100px;
  /*border: 1px solid #a22228;*/
}
.product-page .product-list ul li .box .content .public-btn-more:after{
  background: #7d7d7d;
}
.product-page .product-list ul li .box .content .public-btn-more .more-link{
  color: #a22228;
}
.product-page .product-list ul li .box .content .public-btn-more .more-link span{
  margin-right: 6px;
  font-size: 14px;
  line-height: 2;
}
.product-page .product-list ul li .box .content .public-btn-more:hover .more-link{
  color: #ffffff
}
.product-page .product-list ul li .box .content .public-btn-more:hover::after{
  background-color: #a22228;
}
/*.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a22228;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #a22228;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #a22228;
}*/
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right .Auxil-through a{
  border: none;
  text-decoration:none;
}
.prodet-page .product-box .prodet-1 .right .Auxil-through a:hover{
    text-decoration:underline;
}
.prodet-page .product-box .prodet-1 .right h1.title {
  font-size: 24px;
  line-height: 1.8;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #a22228;
}
.prodet-page .product-box .prodet-1 .right .info {
  height: 150px;
  overflow-y: auto;
  margin: 20px 0
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-weight: bold;
  color: #a22228;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #a22228;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #a22228;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
      font-size: 16px;
    line-height: 32px;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 16px;
  white-space: nowrap;
  line-height: 32px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  position: relative;
}

.prodet-page .product-box .prodet-3 ul li .box:hover::before{
  opacity: 1;
}
.prodet-page .product-box .prodet-3 ul li .box:hover::after{
  opacity: 1;
}
.prodet-page .product-box .prodet-3 ul li .box::before,.prodet-page .product-box .prodet-3 ul li .box::after{
  content: '';
  display: block;
  position: absolute;
  background: #a22228;
  opacity: 0;
  transition: .3s;
}
.prodet-page .product-box .prodet-3 ul li .box::before{
  width: 100%;
  height: 1px;
  bottom: 0;
  right: -10px;
}
.prodet-page .product-box .prodet-3 ul li .box::after{
  width: 1px;
  height: 100%;
  right: 0;
  bottom: -10px;
}

.prodet-page .product-box .prodet-2 .ret table td{
  vertical-align: middle!important;
}
.prodet-page .product-box .prodet-2 div td img{
  margin: 0 auto;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box img{
  width: 100%;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content .public-btn-more{
  line-height: 28px;
  height: 28px;
  width: 100px;
  border: 1px solid #a22228;
}
.prodet-page .product-box .prodet-3 ul li .box .content .public-btn-more:after{
  background: #7d7d7d;
}
.prodet-page .product-box .prodet-3 ul li .box .content .public-btn-more .more-link{
  color: #a22228;
}
.prodet-page .product-box .prodet-3 ul li .box .content .public-btn-more .more-link span{
  margin-right: 6px;
}
.prodet-page .product-box .prodet-3 ul li .box .content .public-btn-more:hover .more-link{
  color: #ffffff
}
.prodet-page .product-box .prodet-3 ul li .box .content .public-btn-more:hover::after{
  background-color: #a22228;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {

  font-size: 16px;
  line-height: 2;
  color: #111;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 3.4em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #a22228;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #a22228;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 28px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a22228;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #a22228;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #a22228;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.gallery-page .gallery-list ul li .box a.img-box img{
  margin: 0 auto;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #a22228;
  color: white;
}
.about-page i.tag {
    display: block;
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 28px;
}
.about-page i.tag:before,
.about-page i.tag:after {
    content: '';
    width: 105px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #959595;
    margin: 0 10px;
    margin-top: -4px;
}
.about-page h2 {
    font-size: 57px;
    color: #6a961f;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.about-page .text {
    font-size: 16px;
    color: #8d8d8d;
    line-height: 2;
    display: block;
    margin: 15px auto 0;
    text-align: left;
    max-height: 500px;
    overflow: auto;
}
.about-page.prodet-page .text {
  max-height: 360px;
}
.about-page .about-1 {
    padding: 130px 0 120px;
}
.about-page .about-1 .left {
    vertical-align: middle;
}
.about-page .about-1 .left .img {
    position: relative;
}
.about-page .about-1 .left .img .play {
    position: absolute;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-1 .left .img .play span {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: white;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .left .img .play span i {
    border-left: 12px solid #7d7a59;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    display: block;
}
.about-page .about-1 .left .img .play span:after,
.about-page .about-1 .left .img .play span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: inherit;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .about-1 .left .img .play span:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .about-1 .left .img .play h6 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-left: 15px;
}
.about-page .about-1 .right {
    vertical-align: middle;
    /*padding-left: 4%;*/
}
.about-page .about-1 .right i.tag {
    margin-bottom: 0;
}
.about-page .about-1 .right i.tag:before {
    display: none;
}
.about-page .about-1 .right h3 {
    font-weight: bold;
    font-size: 33px;
    color: #a22228;
    line-height: 1.2;
    margin: 15px 0 20px;
}
.about-page .about-1 .right .content {
    display: block;
    font-size: 14px;
    color: #686868;
    line-height: 1.8;
    max-height: 540px;
    overflow: auto;
}
.about-page .about-2 {
    padding: 130px 0;
    position: relative;
}
.about-page .about-2:before {
    content: '';
    width: 60%;
    height: 100%;
    background: #232323;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about-page .about-2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 56px;
    background: url("../images/about-2-bg.jpg") center right no-repeat;
    background-size: 49% auto;
    z-index: -2;
}
.about-page .about-2 i.tag {
    color: white;
}
.about-page .about-2 i.tag:before {
    display: none;
}
.about-page .about-2 .list {
    margin-top: 70px;
}
.about-page .about-2 .list ul li {
    background-position: center center;
    background-size: cover;
    border-right: 1px solid #f4f4f4;
    height: 410px;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .list ul li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
    opacity: 1;
}
.about-page .about-2 .list ul li i {
    width: 66px;
    height: 66px;
    display: block;
    background: url("../images/icon-2-1.png") center center no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .list ul li i.ie2 {
    background-image: url('../images/icon-2-2.png');
}
.about-page .about-2 .list ul li i.ie3 {
    background-image: url('../images/icon-2-3.png');
}
.about-page .about-2 .list ul li i.ie4 {
    background-image: url('../images/icon-2-4.png');
}
.about-page .about-2 .list ul li h4 {
    display: block;
    margin: 25px 0;
    font-size: 24px;
    font-weight: bold;
    color: #131313;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .list ul li p {
    display: block;
    font-size: 16px;
    color: #777;
    line-height: 1.6;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .list ul li:last-child {
    border-right: none;
}
.about-page .about-2 .list ul li:hover:after {
    opacity: 0;
}
.about-page .about-2 .list ul li:hover i {
    background-image: url("../images/icon-2-1-2.png");
}
.about-page .about-2 .list ul li:hover i.ie2 {
    background-image: url("../images/icon-2-2-2.png");
}
.about-page .about-2 .list ul li:hover i.ie3 {
    background-image: url("../images/icon-2-3-2.png");
}
.about-page .about-2 .list ul li:hover i.ie4 {
    background-image: url("../images/icon-2-4-2.png");
}
.about-page .about-2 .list ul li:hover h4,
.about-page .about-2 .list ul li:hover p {
    color: white;
}
.about-page .about-3 {
    padding: 160px 0 100px;
    text-align: center;
}
.about-page .about-3 .list {
    margin-top: 60px;
}
.about-page .about-3 .list ul {
    margin: -12px;
}
.about-page .about-3 .list ul li {
    padding: 12px;
}
.about-page .about-3 .list ul li span {
    width: 166px;
    height: 166px;
    line-height: 166px;
    border-radius: 100%;
    border: 1px #434343 dashed;
    display: block;
    position: relative;
    margin: 0 auto;
}
.about-page .about-3 .list ul li span img {
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-3 .list ul li span i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: white;
    border: 1px #434343 dashed;
    font-size: 30px;
    font-weight: bold;
    color: #5f5f5f;
    position: absolute;
    top: 7px;
    right: 0;
    border-radius: 100%;
}
.about-page .about-3 .list ul li h4 {
    font-size: 24px;
    font-weight: bold;
    color: #564f3c;
    margin: 24px 0 12px;
    line-height: 1;
}
.about-page .about-3 .list ul li p {
    display: block;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 1.4;
    font-weight: bold;
}
.about-page .about-4 {
    padding: 150px 0 130px;
    text-align: center;
    background: #f8f8f8;
}
.about-page .about-4 ul {
    margin: -10px;
}
.about-page .about-4 ul li {
    padding: 10px;
    position: relative;
}
.about-page .about-4 ul li:after {
    content: '';
    height: 70px;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #bfbfbf;
}
.about-page .about-4 ul li:last-child:after {
    display: none;
}
.about-page .about-4 ul li h4 {
    display: block;
    font-size: 74px;
    color: #6a961f;
    line-height: .8;
    font-weight: bold;
}
.about-page .about-4 ul li h4 sub,
.about-page .about-4 ul li h4 span {
    font-size: 30px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
}
.about-page .about-4 ul li p {
    font-size: 24px;
    color: #564f3c;
    line-height: 1;
    margin-top: 15px;
    font-weight: bold;
}
.about-page .about-5 {
    padding: 90px 0 120px;
    text-align: center;
}
.about-page .about-5 .text {
    max-width: none;
}
.about-page .about-5 .img {
    padding-top: 60px;
    margin: 0 -5%;
}
.about-page .about-5 .list {
  margin-top: 60px;
}
.about-page .about-5 .list ul {
  margin: -10px;
}
.about-page .about-5 .list ul li {
  padding: 10px;
}
.about-page .about-5 .list ul li h6 {
  font-size: 18px;
  padding: 10px;
}
#header .nav .ui.menu .menu-box ul.menu>li.menu-item-22842 ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu>li.menu-item-31536 ul.sub-menu {
  display: none!important;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .service-page .qr-list ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content p {
    display: none;
  }
  #index-body h2 {
    line-height: 1.4;
  }
  #index-body .init-3 .pro-list ul .slick-dots {
    display: none !important;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
.fantaifoot {
    display: none;
}
.profan{
    display: none;
}
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
  .inner-banner {
  
  }
  .inner-page {
    margin-top: 40px;
  }
  .prodet-page .product-box .prodet-2 .ret table td {
    white-space: nowrap;
  }
  .prodet-page .product-box .prodet-2 .ret table td img {
    min-width: 220px;
  }
  .service-page .qr-list ul li .box {
    padding: 15px;
  }
  .service-page .qr-list ul li .box .text h3 {
    font-size: 24px;
  }
  .service-page .qr-list ul li .box .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .inner-banner h3.fantaicpbb {
    display: none;
}
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 2;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
  .contact-page .contact-1 .list ul li .box p {
    min-height: auto;
  }
}

.gallery-page .gallery-1 .top .ui.container ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li {
  margin: 0 5px;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li a {
  height: 38px;
  line-height: 38px;
  padding: 0 20px ;
  border-radius: 20px;
  border: 2px solid #000;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-family: var(--font);
  display: inline-block;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li.active a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li.all.factory a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #cc1a1a;
  color: #fff;
  border-color: transparent;
}
.gallery-page .gallery-1 .main {
  margin-top: 45px;
  text-align: center;
}
.gallery-page .gallery-1 .main ul li {
  padding: 15px;
}
.gallery-page .gallery-1 .main .grid-box{
  display: flex;
  flex-wrap: wrap;
}
.app-page .main .ui.container ul li .item:hover .img-box .hoverbox {
  /*top: 50%;*/
    position: absolute;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  /*transform: translateY(-50%);*/
  opacity: 1;
}
.app-page .main .ui.container ul li .item .img-box {
  position: relative;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  /*height: 100%;*/
  top: 50%;
    transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox .search-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer
}
.app-page .main .ui.container ul li .item .img-box .hoverbox .search-icon i {
  font-size: 20px;
  color: #000;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox .search-icon:hover {
  background: #cc1a1a;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox .search-icon:hover i {
  color: #fff;
}
.app-page .main .ui.container ul li .item .h6 {
  width: 100%;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 82px;
  font-size: 18px;
  /*border: 1px solid #000;*/
  font-family: 'Poppins-SemiBold';
}

.app-page .main .ui.container ul li .item .h6:hover{
  color: #a22228
}




.appdet-page .form {
    margin-top: 35px
}

.appdet-page .form form ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.appdet-page .form form ul li {
    width: 48%;
    position: relative;
    margin-bottom: 40px
}

.appdet-page .form form ul li i {
    font-size: 25px;
    color: var(--color);
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.appdet-page .form form ul li input[type=text],.inner-page .form form ul li textarea {
    width: 100%;
    border: 1px solid #aaa;
    line-height: 50px;
    padding: 0 15px;
    color: #000;
    border-radius: 10px;
    font-size: 16px
}

.appdet-page .form form ul li input[type=text]::-webkit-input-placeholder,.inner-page .form form ul li textarea::-webkit-input-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]:-moz-placeholder,.inner-page .form form ul li textarea:-moz-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]::-moz-placeholder,.inner-page .form form ul li textarea::-moz-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]:-ms-input-placeholder,.inner-page .form form ul li textarea:-ms-input-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]::placeholder,.inner-page .form form ul li textarea::placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text] {
    height: 50px
}

.appdet-page .form form ul li textarea {
    height: 250px
}

.appdet-page .form form ul li input[type=submit] {
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 24px;
    border: none;
    background: #cc1a1a;
}

.appdet-page .form form ul li input[type=submit]:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000;
}

.appdet-page .form form ul li.wid-100 {
    width: 100%
}
.appdet-page {
  background: #f2f5f7;
}
.appdet-page .appdet-2{
  padding-top: 80px;
}
.appdet-page .appdet-2 .ui.container {
  max-width: 1170px;
}
.appdet-page .appdet-2 .ui.container .imgbox img{
  width: 100%;
}
.appdet-page .appdet-2 .text {
  border: 1px solid #aaa;
  border-top: none;
  padding: 50px 0;
  text-align: center;
}
.appdet-page .appdet-2 .text .main {
  margin: 0 auto;
  text-align: left;
  max-width: 770px;
}
.appdet-page .appdet-2 .text .main .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.appdet-page .appdet-2 .text .main .top em {
  padding: 0 10px;
  display: inline-block;
}
.appdet-page .appdet-2 .text .main .top .time {
  color: #cc1a1a;
}
.appdet-page .appdet-2 .text .main .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.appdet-page .appdet-2 .text .main .content {
  margin-top: 40px;
      line-height: 30px;
}
.appdet-page .appdet-2 .text .main p {
  opacity: 0.5;
}
.appdet-page .appdet-2 .text .main .sharebox {
  margin-top: 40px;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.font-35 {
    font-size: 35px;
    line-height: 50px;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist span {
  color: #09445a;
  margin-right: 15px;
  text-transform: uppercase;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist li {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #09445a;
  border: 1px solid #09445a;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  margin-right: 5px;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #cc1a1a;
  border-color: #cc1a1a;
}
.appdet-page .appdet-3 {
  padding-top: 60px;
  padding-bottom: 110px;
}
.appdet-page .appdet-3 .ui.container {
  max-width: 770px;
}
.appdet-page .appdet-3 .ui.container .form form li input[type="text"],
.appdet-page .appdet-3 .ui.container .form form li textarea {
  background: transparent;
}
@media screen and (max-width: 1000px) {
   .app-page .main .ui.container ul li .item .h6 {
    font-size: 14px;
  }
   .gallery-page .gallery-1 .main ul li{
    width: 50%;
  }
      .app-page .main .ui.container ul li .item .h6 {
      font-size: 14px;
    }
   .gallery-page .gallery-1 .main{
      margin-top: 0;
    }
    .appdet-page .appdet-2 .text {
      padding: 40px 20px;
    }
    .gallery-page .gallery-1 ul{
      text-align: left;
    }
}
@media screen and (max-width: 500px) {
  .gallery-page .gallery-1 .main ul li{
    width:100%;
  }
}
.fdsfsdfd{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:160px;
  display:inline-block;
}
/*内页结束*/


.seoPublic .seoIndustry .text strong {
    font-weight: bold;
}

/*2026-1-29 add css*/
#banner .banner-slide-ul .slide-box .text .title{
  max-width: 1000px;
}
#banner .banner-slide-ul .slide-box .text .public-btn-more{
  width: 260px;
}
#index-body .about .left .public-btn-more{
  width: 260px;
}
.gallery-page .gallery-list ul li .box h5{
  white-space: unset;
}
#index-body .about .right-bg .videobox{
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  z-index: 2;
}
/*#index-body .about .right-bg .videobox{
  position: relative;
  width: 100%;
}*/
/*
#index-body .about .right-bg .videobox iframe{
  width: auto;
  height: 100%;
}*/

ul.add_imgs_list li{
  width: 100%;
  text-align: center;

} 
ul.add_imgs_list li img{
  margin: 0 auto;
}
.center .faqlist li .h3{
  color: #a22228;
  font-weight: 700;
}
.center .faqlist li{
  margin-top:15px;

}
.center .faqlist li:first-child{
  margin-top: 0;
}