@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  max-width: 1920px;
  margin: 0 auto;
  --color: #e21837;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1615px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 13px 0;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 13px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul.sub-menu{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .nav_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
}
#header .nav .ui.menu .nav_right .inquiry {
  margin: 0 30px;
  cursor: pointer;
}
#header .nav .ui.menu .nav_right .language {
  position: relative;
}
#header .nav .ui.menu .nav_right .language span {
  display: inline-block;
  background-color: var(--color);
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  text-transform: uppercase;
}
#header .nav .ui.menu .nav_right .language ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: -10px;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .nav_right .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .nav_right .language ul li a {
  display: block;
}
#header .nav .ui.menu .nav_right .language ul li a img {
  vertical-align: middle;
}
#header .nav .ui.menu .nav_right .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .nav_right .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav.nav2 {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: #851022;
  transform: translateY(-100%);
  transition: .5s;
}
#header.active .nav.nav2 {
  transform: translateY(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .shopC{
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
#header .shopC .img {
    width: 24px;
    height: 24px;
    z-index: 2;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#header .shopC .num {
    width: 18px;
    height: 18px;
    background: black;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 14px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #eb623a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #eb623a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #eb623a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 1px 10px;
  border: 1px solid #b9b9b9;
  /*width: auto !important;
  height: auto !important;*/
  width: max-content !important;
    
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even),
table tr:nth-child(odd) {
  background: #fafafa !important;
}
.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;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !important;
}

@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 20px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .swiper-slide .content-box .content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
#banner .swiper-slide .content-box .content p {
  font-size: 16px;
  line-height: 30px;
}
#banner .swiper-slide .content-box .content h2 {
  font-size: 70px;
  line-height: 83px;
  max-width: 930px;
  margin-bottom: 70px;
  font-weight: 300;
  text-transform: uppercase;
}
#banner .swiper-slide .content-box .content .btn a {
  font-size: 16px;
  /*height: 59px;*/
  line-height: 59px;
  display: inline-block;
  border: 2px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  margin-right: 10px;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  min-width: 240px;
  text-align: center;
  font-weight: 300;
}
#banner .swiper-slide .content-box .content .btn a span {
  z-index: 3;
  position: relative;
}
#banner .swiper-slide .content-box .content .btn a:nth-child(1) {
  /*background-color: var(--color);*/
  border-color: transparent;
  border: none;
  background-image: -moz-linear-gradient(178deg, #a41a2f 0%, #e41837 100%);
  background-image: -webkit-linear-gradient(178deg, #a41a2f 0%, #e41837 100%);
  background-image: -ms-linear-gradient(178deg, #a41a2f 0%, #e41837 100%);
}
#banner .swiper-slide .content-box .content .btn a:nth-child(2){
  height: 59px;
  line-height: 58px;
}
#banner .swiper-slide .content-box .content .btn a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 100%;
  background-color: white;
}
#banner .swiper-slide .content-box .content .btn a:hover {
  color: var(--color);
}
#banner .swiper-slide .content-box .content .btn a:hover::after {
  width: 100%;
}
#banner .page {
  width: 120px;
  position: absolute;
  left: 160px;
  bottom: 25px;
  z-index: 2;
}
#banner .page .num {
  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;
  color: white;
  font-size: 16px;
}
#banner .swiper-scrollbar {
  width: 120px;
  position: unset;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
#banner .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: white;
  border-radius: 0;
}
@-webkit-keyframes arrow_down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes arrow_down {
  0% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow_down {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#index-body .i-category {
  padding: 130px 0;
}
#index-body .i-category .top span {
  color: var(--color);
  font-size: 20px;
  font-weight: 300;
}
#index-body .i-category .top h2 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 50px;
}
#index-body .i-category .bottom .tab li {
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #c8c6c1;
  padding: 45px 5px;
  text-transform: uppercase;
  font-weight: 300;
  /*height: 133px;*/
}
#index-body .i-category .bottom .tab li img {
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 30px;
}
#index-body .i-category .bottom .tab li.active,
#index-body .i-category .bottom .tab li:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-category .bottom .tab li.active img,
#index-body .i-category .bottom .tab li:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-category .bottom .item-box .item {
  position: relative;
}
#index-body .i-category .bottom .item-box .item .content {
  position: absolute;
  left: 74px;
  bottom: 60px;
  color: white;
  max-width: 600px;
}
#index-body .i-category .bottom .item-box .item .content h3 {
  font-size: 40px;
  text-transform: uppercase;
}
#index-body .i-category .bottom .item-box .item .content .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  max-width: 890px;
  margin: 17px 0 44px;
}
#index-body .i-category .bottom .item-box .item .content .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #ff7500;
  display: inline-block;
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  padding: 0 50px;
  z-index: 3;
  position: relative;
}
#index-body .i-category .bottom .item-box .item .content .more span {
  z-index: 3;
  position: relative;
}
#index-body .i-category .bottom .item-box .item .content .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 100%;
  background-color: white;
  border-radius: inherit;
}
#index-body .i-category .bottom .item-box .item .content .more:hover {
  color: var(--color);
}
#index-body .i-category .bottom .item-box .item .content .more:hover::after {
  width: 100%;
}
#index-body .i-category .bottom .item-box .item.swiper-slide-active .content {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#index-body .i-about {
  background: url(../images/init-2-bg.jpg) no-repeat;
  background-size: cover;
  padding: 130px 0 90px;
}
#index-body .i-about .top .left {
  width: 53%;
}
#index-body .i-about .top .right {
  width: 47%;
  padding-left: 4%;
  color: white;
}
#index-body .i-about .top .right .tag {
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .i-about .top .right h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
#index-body .i-about .top .right .content {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  color: #f3f3f3;
  margin-top: 1.2em;
}
.shouye{
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #f3f3f3;
  margin-top: 1.2em;
}
.shouye h1{
  display: inline!important;
}
#index-body .i-about .top .right .more {
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  display: inline-block;
  border: 2px solid white;
  padding: 0 40px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 2.5em;
}
#index-body .i-about .top .right .more span {
  z-index: 3;
  position: relative;
}
#index-body .i-about .top .right .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: inherit;
}
#index-body .i-about .top .right .more:hover {
  color: var(--color);
}
#index-body .i-about .top .right .more:hover::after {
  width: 102%;
}
#index-body .i-about .bottom {
  margin-top: 36px;
}
#index-body .i-about .bottom ul {
  display: flex;
  justify-content: space-between;
}
#index-body .i-about .bottom ul li {
  text-align: center;
  width: auto;
}
#index-body .i-about .bottom ul li h3 {
  font-size: 64px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
#index-body .i-about .bottom ul li p {
  font-size: 21px;
  font-weight: 300;
  color: white;
}
#index-body .i-product {
  position: relative;
  padding-top: 110px;
}
#index-body .i-product .title {
  max-width: 700px;
  padding-left: 80px;
  position: absolute;
  top: 95px;
  z-index: 2;
}
#index-body .i-product .title h2 {
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
}
#index-body .i-product .title p {
  font-size: 18px;
  line-height: 28px;
}
#index-body .i-product .gallery-img {
  position: absolute;
  right: 80px;
  top: 180px;
  z-index: 3;
  max-width: 500px;
}
#index-body .i-product .gallery-img .swiper-slide {
  padding: 10px;
}
#index-body .i-product .gallery-img h5 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}
#index-body .i-product .gallery-img .text {
  color: #6b6b6b;
  line-height: 1.8;
  margin: 1.2em 0;
}
#index-body .i-product .gallery-img ul {
  margin: -8px;
}
#index-body .i-product .gallery-img ul li {
  padding: 8px;
}
#index-body .i-product .gallery-img ul li .box {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-left: 9px solid transparent;
}
#index-body .i-product .gallery-img ul li .box .img-box {
  /*height: 100px;*/
}
#index-body .i-product .gallery-img ul li .box .img-box img {
  width: auto;
  height: 100%;
  margin: auto;
}
#index-body .i-product .gallery-img ul li .box:hover {
  border-left-color: var(--color);
}
#index-body .i-product .product-box {
  background: url(../images/pro-circle-bg.png) no-repeat center bottom;
}
#index-body .i-product .product-box .swiper2 {
  padding: 450px 0 120px;
}
#index-body .i-product .product-box .swiper-slide {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: relative;
  opacity: 0;
}
#index-body .i-product .product-box .swiper-slide.swiper-slide-prev,
#index-body .i-product .product-box .swiper-slide.swiper-slide-next,
#index-body .i-product .product-box .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#index-body .i-product .product-box .swiper-slide .img img {
  margin: auto;
  display: block;
  max-width: 75%;
  transform: scale(.7);
  transition: .5s;
}
#index-body .i-product .product-box .swiper-slide.swiper-slide-prev .img img {
  transform-origin: left bottom;
}
#index-body .i-product .product-box .swiper-slide.swiper-slide-next .img img {
  transform-origin: right bottom;
}
#index-body .i-product .product-box .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.2);
  transform-origin: center bottom;
}
#index-body .i-product .product-box .swiper-slide h2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  right: 15%;
  top: 100px;
  width: 100%;
  text-align: center;
  font-size: 117.5px;
  line-height: 1;
  color: #e31837;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  font-weight: bold;
  z-index: -1;
  white-space: nowrap;
  /*direction: rtl;*/
  font-style: italic;
}
#index-body .i-product .product-box .swiper-slide .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 10%;
  text-transform: uppercase;
}
#index-body .i-product .product-box .swiper-slide .more i {
  display: inline-block;
  text-align: center;
}
#index-body .i-product .product-box .swiper-slide .more i img {
  -webkit-transform: scale(.4);
  -moz-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
}
#index-body .i-product .product-box .swiper-slide-active {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
#index-body .i-product .product-box .swiper-slide-active h2 {
  opacity: .24;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-product .product-box .swiper-slide-active .more {
  opacity: 1;
}
#index-body .i-product .product-box .swiper-slide-prev {
  -webkit-transform: scale(1) translateX(-190px);
  -moz-transform: scale(1) translateX(-190px);
  -ms-transform: scale(1) translateX(-190px);
  transform: scale(1) translateX(-190px);
}
#index-body .i-product .product-box .swiper-slide-next {
  -webkit-transform: scale(1) translateX(190px);
  -moz-transform: scale(1) translateX(190px);
  -ms-transform: scale(1) translateX(190px);
  transform: scale(1) translateX(190px);
}
#index-body .i-product .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
#index-body .i-product .btn a {
  margin: 0 100%;
  font-size: 18px;
}
#index-body .i-product .btn a i {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: white;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
#index-body .i-product .btn a:hover i {
  background: var(--color);
  color: white;
}
#index-body .i-product2 {
  background: url(../images/pro-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 90px 0 50px;
}
#index-body .i-product2 h2 {
  font-size: 101px;
  line-height: 113px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.02);
  position: absolute;
  top: 15%;
}
#index-body .i-product2 h4.title {
  font-size: 30px;
  line-height: 41px;
  color: white;
  position: absolute;
  top: 13px;
  z-index: 5;
}
#index-body .i-product2 h5.pro_name {
  color: white;
  background: var(--color);
  font-size: 16px;
  display: inline-block;
  padding: 3px 15px;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 5;
}
#index-body .i-product2 .list {
  z-index: 2;
}
#index-body .i-product2 .list .item {
  position: relative;
}
#index-body .i-product2 .list .item .img {
  width: 100%;
}
#index-body .i-product2 .list .item .img img {
  display: block;
  margin: auto;
}
#index-body .i-product2 .list .item ul li {
  position: absolute;
}
#index-body .i-product2 .list .item ul li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: 8px solid white;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .i-product2 .list .item ul li .text {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  color: white;
  min-width: 400px;
  opacity: 0;
}
#index-body .i-product2 .list .item ul li .text h5 {
  font-size: 22px;
  font-weight: bold;
}
#index-body .i-product2 .list .item ul li .text p {
  font-size: 14px;
  line-height: 22px;
}
#index-body .i-product2 .list .item ul li:nth-child(1) {
  left: 50%;
  top: 12%;
}
#index-body .i-product2 .list .item ul li:nth-child(1) .text {
  left: 70px;
  top: -15px;
}
#index-body .i-product2 .list .item ul li:nth-child(2) {
  left: 60%;
  top: 36%;
}
#index-body .i-product2 .list .item ul li:nth-child(2) .text {
  left: -55px;
  top: auto;
  bottom: 50px;
}
#index-body .i-product2 .list .item ul li:nth-child(3) {
  left: 55%;
  top: 56%;
}
#index-body .i-product2 .list .item ul li:nth-child(3) .text {
  left: 0px;
  top: 50px;
}
#index-body .i-product2 .list .item ul li:nth-child(4) {
  left: 45.5%;
  top: 78%;
}
#index-body .i-product2 .list .item ul li:nth-child(4) .text {
  right: 50px;
  top: -6px;
  text-align: right;
}
#index-body .i-product2 .list .item ul li:hover i {
  -webkit-box-shadow: 0px 0px 20px 12px var(--color);
  box-shadow: 0px 0px 20px 12px var(--color);
  background: var(--color);
}
#index-body .i-product2 .list .item ul li:hover .text {
  opacity: 1;
}
#index-body .i-product2 .list .slick-current .item .img img{
  animation: 1s 0.3s zoomIn both;
}
#index-body .i-product2 .circle {
  width: 85%;
  margin: auto;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.4);
  z-index: 0;
}
#index-body .i-product2 .btn {
  z-index: 5;
}
#index-body .i-product2 .btn a {
  position: absolute;
  z-index: 5;
  background: #1e1e1f;
  border-radius: 50%;
}
#index-body .i-product2 .btn a i {
  width: 60px;
  height: 60px;
  line-height: 56px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product2 .btn a.prev {
  left: 16%;
  bottom: 10.5%;
}
#index-body .i-product2 .btn a.next {
  right: 16%;
  bottom: 10.5%;
}
#index-body .i-product2 .btn a:hover i {
  border-color: white;
  color: white;
}
#index-body .i-product2 .down_arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-product2 .down_arrow i {
  font-size: 40px;
  line-height: 0.4;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: white;
  -webkit-animation: arrow_down 2s 0.3s infinite;
  -moz-animation: arrow_down 2s 0.3s infinite;
  animation: arrow_down 2s 0.3s infinite;
}
#index-body .i-product2 .down_arrow i:nth-child(1) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-why {
  padding-top: 90px;
  padding-bottom: 70px;
  /*color: white;*/
  background-color: #f8f8f8;
}
#index-body .i-why span.tag {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1em;
}
#index-body .i-why h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.7em;
  display: block;
}
#index-body .i-why ul {
  display: flex;
  flex-wrap: wrap;
}
#index-body .i-why ul li {
  padding: 30px 20px;
  transition: .5s;
}
#index-body .i-why ul li .top {
  display: block;
}
#index-body .i-why ul li .top .icon {
  /*filter: brightness(0) invert(1);*/
  transition: .5s;
}
#index-body .i-why ul li .top .title h4 {
  font-size: 22px;
  font-weight: bold;
  margin: .7em 0 1em;
  display: block;
}
#index-body .i-why ul li .top .title p {
  font-size: 14px;
  color: #797979;
}
#index-body .i-why ul li .content {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  /*color: #ffffff6b;*/
  transition: .5s;
}
#index-body .i-why ul li:hover {
  background-color: white;
  color: var(--color);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}
#index-body .i-why ul li:hover .top .icon {
  filter: unset;
}
#index-body .i-why ul li:hover .content {
  color: #111111;
}
#index-body .i-honor {
  position: relative;
}
#index-body .i-honor:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 40%;
  background-color: #f8f8f8;
  z-index: -1;
}
#index-body .i-honor ul {
  margin: -10px;
}
#index-body .i-honor ul li {
  padding: 10px;
}
#index-body .i-honor ul li a.img-box {
  display: block;
}
#index-body .i-honor ul li a.img-box img {
  width: 100%;
}
#index-body .i-news {
  padding-top: 130px;
  padding-bottom: 145px;
}
#index-body .i-news .top {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-news .top h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
#index-body .i-news .top .more {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-image: -moz-linear-gradient(178deg, #a41a2f 0%, #e41837 100%);
    background-image: -webkit-linear-gradient(178deg, #a41a2f 0%, #e41837 100%);
    background-image: -ms-linear-gradient(178deg, #a41a2f 0%, #e41837 100%);
        display: inline-block;
    height: 59px;
    line-height: 59px;
    padding: 0 30px;
    color: white;
    min-width: 220px;
    text-align: center;
    position: relative;
    z-index: 2;
}
#index-body .i-news .top .more::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-image: -moz-linear-gradient(178deg, #e41837 0%, #a41a2f 100%);
  background-image: -webkit-linear-gradient(178deg, #e41837 0%, #a41a2f 100%);
  background-image: -ms-linear-gradient(178deg, #e41837 0%, #a41a2f 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#index-body .i-news .top .more:hover::after{
  width: 100%;
}
#index-body .i-news .bottom ul {
  margin: -30px;
}
#index-body .i-news .bottom ul li {
  padding: 30px;
}
#index-body .i-news .bottom ul li a.img-box {
  display: block;
  margin-bottom: 35px;
}
#index-body .i-news .bottom ul li .time {
  font-size: 16px;
}
#index-body .i-news .bottom ul li h3 {
  font-size: 20px;
  line-height: 36px;
  border-top: 1px solid #d0d0d0;
  margin-top: 16px;
  padding-top: .7em;
  margin-bottom: 1em;
  /*min-height: 5.2rem;*/
}
#index-body .i-news .bottom ul li .content {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #848484;
  margin: 19px 0 27px;
}
#index-body .i-news .bottom ul li .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 37px;
  color: var(--color);
  /*border-radius: 20px;*/
  padding: 0 30px;
  position: relative;
  z-index: 3;
  border: 2px solid var(--color);
}
#index-body .i-news .bottom ul li .more span {
  z-index: 3;
  position: relative;
}
#index-body .i-news .bottom ul li .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: inherit;
}
#index-body .i-news .bottom ul li .more:hover {
  color: white;
}
#index-body .i-news .bottom ul li .more:hover::after {
  width: 102%;
}
#footer {
  background: #363636;
}
#footer .top {
  background: url(/ruidimobility/2025/12/23/8080.jpg) no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 120px;
}
#footer .top h2 {
  color: white;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}
#footer .top form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .top form input {
  width: 23%;
  background: white;
  border: none;
  font-size: 16px;
  height: 50px;
  padding-left: 15px;
  margin-right: 20px;
  flex-shrink: 0;
}
#footer .top form input[name="content"] {
  width: 100%;
  flex-shrink: unset;
}
#footer .top form input[type="submit"] {
  padding-left: 0;
  width: 12%;
  background: var(--color);
  color: white;
  margin-right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top form input[type="submit"]:hover {
  background: white;
  color: var(--color);
}
#footer .bottom {
  padding-top: 100px;
  padding-bottom: 30px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .bottom h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 26px;
  color: white;
}
#footer .bottom ul li {
  font-size: 16px;
  line-height: 34px;
  color: rgba(255,255,255,0.55);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
}
#footer .bottom ul li:hover {
  text-decoration: underline;
  color: white;
}
#footer .bottom .one {
  padding-top: 10px;
}
/*#footer .bottom .three ul {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
}*/
#footer .bottom .three ul li {
  /*width: 50%;*/
  padding-right: 1em;
}
#footer .bottom .four {
  max-width: 490px;
}
#footer .bottom .four li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
#footer .bottom .four li img{
  position: absolute;
  left: 0;
  top: 5px;
}
/*#footer .bottom .four li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
}*/
/*#footer .bottom .four li:nth-child(1)::after {
  background: url(../images/f-address.png) no-repeat left center;
}
#footer .bottom .four li:nth-child(2)::after {
  background: url(../images/f-phone.png) no-repeat left center;
}
#footer .bottom .four li:nth-child(3)::after {
  background: url(../images/f-email.png) no-repeat left center;
}
#footer .bottom .four li:nth-child(4)::after {
  background: url(../images/f-whatsapp.png) no-repeat left center;
}*/
#footer .bottom .four li:hover {
  color: white;
}
#footer .bottom #ewm{
  width: 150px;
  height: 150px;
  border: 5px solid white;
}
#footer .f-copy {
  padding: 25px 0;
  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;
}
#footer .f-copy ul {
  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;
}
#footer .f-copy ul li {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: white;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#footer .f-copy ul li a {
  display: flex;
  align-items: center;
}
#footer .f-copy ul li i {
  margin-right: 7px;
  font-size: 18px;
  vertical-align: bottom;
}
#footer .f-copy ul li #ewm {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 120px;
  border: 5px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  display: none;
}
#footer .f-copy ul li.ewm:hover #ewm {
  opacity: 1;
  display: block;
}
#footer .f-copy p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: white;
  text-align: right;
}
#footer .f-copy p img {
  vertical-align: text-bottom;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    max-width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 50px;
    line-height: 63px;
  }
  #footer .top h2,
  #index-body .i-news .top h2,
  #index-body .i-why h2,
  #index-body .i-about .top .right h2,
  #index-body .i-category .top h2 {
    font-size: 40px;
  }
  #index-body .i-category .bottom .tab li {
    padding: 20px 5px;
  }
  #index-body .i-about .top .right {
    padding-left: 50px;
  }
  #index-body .i-product .title h2 {
    font-size: 60px;
    line-height: 70px;
  }
  #index-body .i-product .gallery-img {
    right: 25px;
    top: 100px;
  }
  #index-body .i-product .product-box {
    background-size: contain;
  }
  #index-body .i-product .product-box .swiper-slide h2 {
    font-size: 80px;
  }
  #index-body .i-product .product-box .swiper-slide-active {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  #index-body .i-product .product-box .swiper-slide-next {
    -webkit-transform: scale(1) translateX(129px);
    -moz-transform: scale(1) translateX(129px);
    -ms-transform: scale(1) translateX(129px);
    transform: scale(1) translateX(129px);
  }
  #index-body .i-product .product-box .swiper-slide-prev {
    -webkit-transform: scale(1) translateX(-129px);
    -moz-transform: scale(1) translateX(-129px);
    -ms-transform: scale(1) translateX(-129px);
    transform: scale(1) translateX(-129px);
  }
  #index-body .i-product .product-box .swiper-slide .more {
    right: -50px;
  }
  #index-body .i-product .product-box .swiper2 {
    padding: 290px 0 120px;
  }
  #index-body .i-product .btn {
    bottom: 10px;
  }
  #index-body .i-product2 h5.pro_name {
    right: 20px;
  }
  #footer .top h2 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 12px;
    font-size: 14px;
  }
  .ui.container {
    max-width: 1200px;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 600px;
    margin-bottom: 40px;
  }
  #banner .page {
    left: 40px;
  }
  #footer .top h2,
  #index-body .i-news .top h2,
  #index-body .i-why h2,
  #index-body .i-about .top .right h2,
  #index-body .i-category .top h2 {
    font-size: 32px;
  }
  #index-body .i-about .bottom ul li h3 {
    font-size: 50px;
    line-height: 62px;
  }
  #index-body .i-about .top .right .more {
    height: 47px;
    line-height: 47px;
    font-size: 18px;
  }
  #index-body .i-product .title h2 {
    font-size: 40px;
    line-height: 60px;
  }
  #index-body .i-product .product-box .swiper-slide {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  #index-body .i-product .product-box .swiper-slide-active {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  #index-body .i-why ul li .top .title {
    margin-left: 10px;
  }
  #index-body .i-product2 h2 {
    font-size: 75px;
    line-height: 70px;
    top: 22%;
  }
  #footer .bottom .four {
    max-width: 420px;
  }
  #footer .f-copy ul li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 8px;
    font-size: 14px;
  }
  #header .nav .ui.menu .nav_right {
    margin-left: 10px;
  }
  #header .nav .ui.menu .nav_right .language span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  #header .nav .ui.menu .nav_right .inquiry {
    margin: 0 15px;
  }
  #banner .swiper-slide .content-box .content .btn a {
    height: 45px;
    line-height: 45px;
    padding: 0 19px;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  #index-body .i-category .bottom .tab li {
    font-size: 16px;
  }
  #index-body .i-category .bottom .tab li img {
    margin-right: 10px;
  }
  #index-body .i-category {
    padding-bottom: 60px;
  }
  #index-body .i-product .title {
    padding-left: 28px;
    max-width: 380px;
  }
  #index-body .i-product .title h2 {
    font-size: 36px;
    line-height: 41px;
  }
  #index-body .i-product .product-box .swiper-slide h2 {
    font-size: 70px;
  }
  #index-body .i-product .product-box .swiper-slide .more {
    right: -25px;
    bottom: -20px;
  }
  #index-body .i-product .btn a {
    font-size: 14px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .page {
    display: none !important;
  }
  #banner,.inner-banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .swiper-slide .content-box .content h2 {
    font-size: 30px;
    line-height: 42px;
  }
  #index-body .i-category {
    padding-top: 50px;
  }
  #index-body .i-category .bottom .item-box .item .content {
    left: 30px;
    bottom: auto;
    top: 10%;
  }
  #index-body .i-category .bottom .item-box .item .content h3 {
    font-size: 30px;
  }
  #index-body .i-category .bottom .item-box .item .content .more {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 35px;
  }
  #index-body .i-category .bottom .item-box .item .content .text {
    margin-bottom: 20px;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-about .bottom ul li h3 {
    font-size: 40px;
    line-height: 48px;
  }
  #index-body .i-about .bottom ul li {
    width: 25%;
  }
  #index-body .i-product .title {
    position: unset;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #index-body .i-product {
    padding-top: 40px;
  }
  #index-body .i-product .gallery-img {
    top: 130px;
  }
  #index-body .i-product .product-box .swiper-slide {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #index-body .i-product .product-box .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .i-product .product-box .swiper2 {
    padding-bottom: 50px;
  }
  #index-body .i-product .btn {
    display: none !important;
  }
  #index-body .i-product2 .list .item .img img {
    width: 50%;
  }
  #index-body .i-why ul li {
    width: 50%;
  }
  #footer .top {
    padding-bottom: 68px;
  }
  #footer .bottom .three {
    display: none;
  }
  #footer .bottom .four {
    max-width: 290px;
  }
  #footer .bottom .one {
    max-width: 160px;
  }
  #footer .f-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-copy ul {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-copy p {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  #footer .bottom .five{
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #banner .swiper-slide .content-box .content h2 {
    font-size: 23px;
    line-height: 30px;
  }
  #footer .top h2,
  #index-body .i-news .top h2,
  #index-body .i-why h2,
  #index-body .i-about .top .right h2,
  #index-body .i-category .top h2 {
    font-size: 23px;
    line-height: 2;
  }
  #index-body .i-category .bottom .item-box .item > img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-category .bottom .item-box .item .content .text {
    max-height: 160px;
    overflow: auto;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
  }
  #index-body .i-product .gallery-img {
    position: unset;
  }
  #index-body .i-product .product-box .swiper2 {
    padding-top: 30px;
  }
  #index-body .i-product .product-box .swiper-slide h2 {
    font-size: 50px;
  }
  #index-body .i-product2 h4.title {
    position: unset;
    width: 100%;
    text-align: center;
  }
  #index-body .i-product2 {
    padding-top: 40px;
  }
  #index-body .i-product2 .list {
    padding-top: 50px;
  }
  #index-body .i-product2 h5.pro_name {
    top: 114px;
    font-size: 14px;
  }
  #index-body .i-product2 .circle {
    width: 92%;
    height: 110px;
    bottom: 5%;
  }
  #index-body .i-product2 .btn a.prev {
    left: 9%;
    bottom: 3.5%;
  }
  #index-body .i-product2 .btn a.next {
    right: 9%;
    bottom: 3.5%;
  }
  #footer .top form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .top form input {
    width: 45%;
    margin-bottom: 15px;
  }
  #footer .top form input[name="content"] {
    width: 100%;
  }
  #footer .top form input[type="submit"] {
    width: 50%;
    margin: auto;
  }
  #footer .f-copy ul,
  #footer .bottom .two {
    display: none;
  }
  #footer .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  #footer .bottom .one {
    max-width: 100%;
  }
  #footer .bottom .four {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .content-box .content .btn,
  #banner .swiper-slide .content-box .content p {
    display: none;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 20px;
    line-height: 2;
  }
  #index-body .i-category .bottom .item-box .item .content h3 {
    font-size: 22px;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 15px;
  }
  #index-body .i-about .top .right ul li {
    width: 50%;
  }
  #index-body .i-product2 h4.title {
    font-size: 22px;
    line-height: 27px;
  }
  #index-body .i-product2 h5.pro_name {
    top: 68px;
  }
  #index-body .i-product2 .btn a i {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  #index-body .i-why {
    padding-top: 45px;
  }
  #index-body .i-why ul li {
    width: 100%;
  }
  #index-body .i-news .top {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-news .top h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-news {
    padding-bottom: 55px;
  }
  #footer .top form input {
    width: 100%;
    margin-right: 0;
  }
  .yejiaolianjie {
    display: none;
  }
}
.inner-banner {
  background: #851022;
  height: 350px;
  padding-top: 150px;
}
.inner-banner h2 {
  color: white;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
}
.inner-banner .mbx {
  text-align: right;
  color: white;
  font-size: 14px;
  line-height: 28px;
  max-width: 800px;
  margin-left: auto;
}
.inner-banner p {
  font-size: 18px;
  color: #424242;
}
.inner-banner.prodet_banner{
  height: unset;
  padding-top: 0;
  position: relative;
}
.inner-banner.prodet_banner .box{
  width: 100%;
  margin-left: auto;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 80px;

}
.inner-banner.prodet_banner .box2{
  width: 55%;
  margin-left: auto;
}
.font-40 {
  font-size: 40px;
}
.font-52 {
  font-size: 52px;
}
.font-50 {
  font-size: 50px;
}
.font-58 {
  font-size: 58px;
}
.font-60 {
  font-size: 60px;
}
.inner-page .top.tab {
  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;
  background: #212121;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.inner-page .top.tab li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 14px;
  color: #b8b8b8;
  position: relative;
  margin: 0 20px;
}
.inner-page .top.tab li a {
  position: relative;
  padding: 24px 10px;
  display: block;
}
.inner-page .top.tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .top.tab li.active,
.inner-page .top.tab li:hover {
  color: var(--color);
}
.inner-page .top.tab li.active a::after,
.inner-page .top.tab li:hover a::after {
  width: 100%;
}
.about-page .about-1 {
  background: url(../images/about-page-bg1.png) no-repeat center bottom, rgba(0, 0, 0, 0.9);
  background-size: cover;
  padding-top: 84px;
  padding-bottom: 138px;
}
.about-page .about-1 .ui.container {
  padding: 0 200px;
  background: url(../images/about-page-1.png) no-repeat left bottom 145px;
}
.about-page .about-1 h2 {
  color: white;
  margin-bottom: 35px;
}
.about-page .about-1 .content {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: white;
  margin-bottom: 63px;
}
.about-page .about-2 {
  padding: 105px 0;
}
.about-page .about-2 .wrap .right {
  padding-left: 110px;
}
.about-page .about-2 .wrap .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .wrap .right ul li {
  text-align: center;
  width: 34%;
  margin-bottom: 96px;
}
.about-page .about-2 .wrap .right ul li h3 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 80px;
  font-weight: bold;
}
.about-page .about-2 .wrap .right ul li p {
  font-size: 20px;
  color: #ababab;
  margin-top: 8px;
}
.about-page .about-2 .wrap .right ul li:hover h3 {
  color: var(--color);
}
.about-page .about-2 .wrap .right ul li:nth-child(4),
.about-page .about-2 .wrap .right ul li:nth-child(3) {
  margin-bottom: 0;
}
.about-page .about-2 .wrap .right .content {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 34px;
  margin-top: 63px;
}
.about-page .about-2 .wrap .right .more {
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 45px;
  display: inline-block;
  z-index: 3;
  position: relative;
}
.about-page .about-2 .wrap .right .more span {
  z-index: 3;
  position: relative;
}
.about-page .about-2 .wrap .right .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .wrap .right .more:hover {
  color: white;
}
.about-page .about-2 .wrap .right .more:hover::after {
  width: 100%;
}
.about-page #index-body {
  background: #f7f7f7;
}
.faq-page {
  padding-bottom: 160px;
}
.faq-page h2 {
  margin: 80px 0 66px;
}
.faq-page ul.faq_list li {
  background: #fafafa;
  border-top: 1px solid #e7e7e7;
  padding: 56px 40px 59px;
}
.faq-page ul.faq_list li h4 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
}
.faq-page ul.faq_list li .content {
  line-height: 30px;
  color: #3e3e3e;
}
.history-page h2 {
  margin-top: 80px;
  margin-bottom: 25px;
}
.history-page p.text {
  color: #9e9e9e;
}
.history-page .history_list {
  margin-top: 160px;
  padding-bottom: 150px;
}
.history-page .history_list li {
  border-top: 4px solid #e3e3e3;
  position: relative;
  padding-top: 26px;
  height: 280px;
}
.history-page .history_list li .left {
  font-size: 16px;
  width: 26%;
}
.history-page .history_list li .content {
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  width: 40%;
}
.history-page .history_list li .bigyear {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 264px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.05;
}
.team-page .team-1 {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 126px;
}
.team-page .team-1 .content {
  font-size: 16px;
  line-height: 28px;
  color: #6f6f6f;
  max-width: 880px;
  margin: 60px auto 0;
}
.team-page .team-2 {
  background: url(../images/team-1.jpg) no-repeat;
  padding: 205px 0 155px;
}
.team-page .team-2 .content {
  max-width: 550px;
}
.team-page .team-2 .content h4 {
  color: white;
  font-size: 40px;
  line-height: 57px;
}
.team-page .team-2 .content .text {
  font-size: 16px;
  line-height: 28px;
  color: #6f6f6f;
  font-weight: 300;
  margin: 36px 0 32px;
}
.team-page .team-2 .content .name {
  color: white;
  text-decoration: unset;
  font-size: 20px;
}
.team-page .team-3 {
  padding: 150px 0 220px;
}
.team-page .team-3 ul {
  margin: -15px;
}
.team-page .team-3 ul li {
  padding: 15px;
}
.team-page .team-3 ul li .content {
  position: relative;
}
.team-page .team-3 ul li .content .text {
  font-size: 18px;
  line-height: 40px;
  color: #6f6f6f;
  padding-left: 100px;
  padding-top: 55px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.team-page .team-3 ul li .content .title {
  position: absolute;
  left: 0;
  top: 50px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.team-page .team-3 ul li .content .title h4 {
  font-size: 30px;
  margin-bottom: 65px;
}
.team-page .team-3 ul li .content .title .more {
  background: black;
  color: white;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  padding: 0 100px;
}
.team-page .team-3 ul li .content .title .more span {
  z-index: 3;
  position: relative;
}
.team-page .team-3 ul li .content .title .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.team-page .team-3 ul li .content .title .more:hover::after {
  width: 100%;
}
/*.team-page .team-3 ul li:hover .text {
  opacity: 0;
}*/
.team-page .team-3 ul li:hover .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.team-page .team-4 {
  background: url(../images/team-icon-bg.jpg) no-repeat;
  padding: 135px 0;
}
.team-page .team-4 .left {
  width: 35%;
  vertical-align: middle;
  padding-right: 80px;
}
.team-page .team-4 .left h3 {
  color: white;
  font-size: 40px;
  line-height: 57px;
  font-weight: bold;
  margin-bottom: 30px;
}
.team-page .team-4 .left .content {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #6f6f6f;
}
.team-page .team-4 .right {
  width: 65%;
  vertical-align: middle;
}
.team-page .team-4 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.team-page .team-4 .right ul li {
  text-align: center;
  width: 346px;
  height: 346px;
  border-radius: 50%;
  border: 2px solid white;
  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;
}
.team-page .team-4 .right ul li h5 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-top: 35px;
}
.team-page .team-4 .right ul li:nth-child(2) {
  margin: 0 -40px;
}
.news-page .news_list {
  padding-top: 130px;
  padding-bottom: 130px;
}
.news-page .news_list ul li {
  border-top: 2px solid #e3e3e3;
  padding-top: 101px;
  padding-bottom: 87px;
}
.news-page .news_list ul li .time {
  width: 22%;
  text-align: center;
  font-size: 30px;
  color: #888888;
}
.news-page .news_list ul li .time h2 {
  color: var(--color);
  font-weight: bold;
  font-size: 110px;
  line-height: 1;
}
.news-page .news_list ul li .content {
  width: 78%;
  padding-left: 180px;
}
.news-page .news_list ul li .content h4 {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
}
.news-page .news_list ul li .content .text {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  margin: 25px 0;
}
.news-page .news_list ul li .content .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: black;
  color: white;
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  padding: 0 50px;
  position: relative;
  display: inline-block;
}
.news-page .news_list ul li .content .more span {
  position: relative;
  z-index: 3;
}
.news-page .news_list ul li .content .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
}
.news-page .news_list ul li .content .more:hover::after {
  width: 100%;
}
.m-page {
  text-align: center;
  margin-top: 30px;
}
.m-page a,
.m-page span {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 5px;
}
.m-page span::after,
.m-page a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover::after,
.m-page span::after {
  width: 100%;
}
.newdet-page {
  padding-bottom: 200px;
}
.newdet-page .newdet-1 {
  padding-top: 120px;
  padding-bottom: 80px;
}
.newdet-page .newdet-1 h1 {
  font-size: 38px;
  font-weight: bold;
      line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
  color: #999999;
}
.newdet-page .newdet-1 .content {
  font-size: 16px;
  line-height: 2;
  color: #767676;
  font-weight: 300;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 60px 0;
  margin-top: 50px;
}
.newdet-page .newdet-1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.newdet-page .newdet-1 .bottom .left a {
  display: block;
  font-size: 16px;
  color: #767676;
  font-weight: 300;
      line-height: 2;
}
.newdet-page .newdet-1 .bottom .right {
  font-size: 16px;
  line-height: 30px;
  color: #767676;
}
.newdet-page .newdet-1 .bottom .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.newdet-page .newdet-1 .bottom .right ul li {
  color: black;
  margin-left: 15px;
}
.newdet-page .newdet-1 .bottom .right ul li:first-child {
  margin-left: 0;
}
.newdet-page .related_pro h2 {
  margin-bottom: 80px;
}
.newdet-page .related_pro ul .slick-list {
  /*margin: -10px;*/
  padding-right: 4px;
}
.newdet-page .related_pro ul li {
  padding: 15px;
  border: 1px solid transparent;
  transition: .5s;
}
.newdet-page .related_pro ul li:hover {
  border-color: var(--color);
}
.newdet-page .related_pro ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .related_pro ul li .img-box img {
  width: auto;
  margin: auto;
}
.newdet-page .related_pro ul li h3 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
.newdet-page .related_pro ul li:hover .img-box {
  background: #fff;
}
.contact-page .contact-1 {
  padding: 154px 0 100px;
}
.contact-page .contact-1 .left {
  padding-right: 175px;
  vertical-align: middle;
}
.contact-page .contact-1 .content {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  vertical-align: middle;
}
.contact-page .contact-2 {
  background: url(/ruidimobility/2025/11/15/lx.jpg) no-repeat;
  height: 500px;
  background-attachment: fixed;
  background-position: left top 200px;
}
.contact-page .contact-3 {
  background: #4c000c;
  padding-bottom: 90px;
}
.contact-page .contact-3 .ui.container {
  max-width: 1350px;
}
.contact-page .contact-3 .top {
  background: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 65px 180px 180px;
  position: relative;
}
.contact-page .contact-3 .top h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}
.contact-page .contact-3 .top ul {
  margin: -45px;
}
.contact-page .contact-3 .top ul li {
  padding: 45px;
}
.contact-page .contact-3 .top ul li textarea,
.contact-page .contact-3 .top ul li input {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid #8f8f8f;
  padding-left: 15px;
}
.contact-page .contact-3 .top ul li input {
  height: 50px;
  margin-bottom: 45px;
}
.contact-page .contact-3 .top ul li input:last-child {
  margin-bottom: 0;
}
.contact-page .contact-3 .top ul li:nth-child(2) {
  height: 330px;
}
.contact-page .contact-3 .top ul li:nth-child(2) textarea {
  height: 100%;
  padding-top: 13px;
}
.contact-page .contact-3 .top ul button {
  position: absolute;
  right: 180px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #f1f1f1;
  border: none;
  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;
  font-size: 16px;
}
.contact-page .contact-3 .bottom {
  margin-top: -130px;
}
.contact-page .contact-3 .bottom ul li {
  color: white;
  width: 28%;
}
.contact-page .contact-3 .bottom ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.contact-page .contact-3 .bottom ul li .img img {
  margin-right: 15px;
}
.contact-page .contact-3 .bottom ul li p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #b1b1b1;
  margin-top: 30px;
}
.contact-page .contact-3 .bottom ul li:nth-child(1) {
  width: 36%;
  padding-right: 50px;
}
.contact-page .contact-3 .bottom ul li:nth-child(1) p {
  max-width: 420px;
}
.make-page .make-1 {
  padding: 160px 0 220px;
}
.make-page .make-1 .content {
  font-size: 16px;
  line-height: 28px;
  color: #6f6f6f;
  text-align: center;
  max-width: 850px;
  margin: 17px auto 50px;
}
.make-page .make-1 ul {
  margin: -15px;
}
.make-page .make-1 ul li {
  padding: 15px;
}
.make-page .make-2 {
  background: url(../images/make-2-bg.png) no-repeat;
  background-size: cover;
  padding: 95px 0 110px;
}
.make-page .make-2 h2 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.02);
}
.make-page .make-2 .left {
  vertical-align: middle;
}
.make-page .make-2 .right {
  vertical-align: middle;
  padding-left: 130px;
}
.make-page .make-2 .right ul {
  margin: -15px;
}
.make-page .make-2 .right ul li {
  padding: 15px;
}
.make-page .make-3 {
  padding: 110px 0 160px;
}
.make-page .make-3 p.text {
  line-height: 28px;
  color: #9e9e9e;
  margin: 25px 0 60px;
}
.make-page .make-3 ul {
  border-top: 1px solid #313131;
}
.make-page .make-3 ul li {
  background: #fafafa;
  padding: 0 100px;
}
.make-page .make-3 ul li .box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 120px 0 110px;
}
.make-page .make-3 ul li .left {
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
.make-page .make-3 ul li .right {
  width: 70%;
  vertical-align: middle;
}
.make-page .make-3 ul li .right .content {
  line-height: 28px;
  color: #7f7f7f;
  margin-top: 30px;
}
.make-page .make-3 ul li:last-child .box {
  border-bottom: none;
}

.design-page .design-1 .box {
  padding: 150px 0 220px;
}
.design-page .design-1 .box .content {
  line-height: 28px;
  color: #929292;
  max-width: 800px;
  margin: 50px auto 0;
}
.design-page .design-2 {
  background: url(../images/design-bg.jpg) no-repeat;
  background-size: cover;
  padding: 400px 0 130px;
}
.design-page .design-2 .top {
  color: white;
  padding-left: 200px;
  margin-bottom: 60px;
}
.design-page .design-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.design-page .design-2 ul li {
  text-align: center;
  position: relative;
}
.design-page .design-2 ul li .icon {
  width: 108px;
  height: 108px;
  line-height: 108px;
  background: white;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.design-page .design-2 ul li .icon img {
  vertical-align: middle;
}
.design-page .design-2 ul li h5 {
  font-size: 18px;
  color: white;
  margin-top: 20px;
}
.design-page .design-2 ul li::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -1.5em;
  width: 50px;
  height: 4px;
  background: white;
}
.design-page .design-2 ul li:last-child::after {
  content: none;
}
.design-page .design-3 {
  background: url(../images/design-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 210px 0 160px;
}
.design-page .design-3 .box {
  width: 50%;
}
.design-page .design-3 .content {
  line-height: 28px;
  color: #929292;
  margin: 45px 0 30px;
}
.design-page .design-3 .more {
  color: var(--color);
  font-size: 18px;
}
.design-page .design-3 ul {
  margin: -15px;
  margin-top: 105px;
}
.design-page .design-3 ul li {
  padding: 15px;
  text-align: center;
}
.design-page .design-4 {
  padding: 140px 0 150px;
}
.design-page .design-4 .left {
  vertical-align: middle;
  padding: 0 140px;
}
.design-page .design-4 .left h4 {
  font-size: 23px;
  color: var(--color);
  margin-top: 80px;
}
.design-page .design-4 .left .content {
  line-height: 28px;
  color: #929292;
  margin: 30px 0 80px;
}
.design-page .design-4 .left .btn a {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  line-height: 45px;
  display: inline-block;
  margin-right: 30px;
}
.design-page .design-4 .left .btn a:hover {
  background: var(--color);
  color: white;
}
.design-page .design-4 .right {
  vertical-align: middle;
}
 
.product-page .product-1 {
  /*background: url(../images/product-bg1.jpg) no-repeat;*/
  background-size: cover;
  color: white;
  padding: 190px 0 210px;
}
.product-page .product-1 .box {
  width: 40%;
  margin-left: auto;
}
.product-page .product-1 .box .content {
  line-height: 28px;
  margin: 35px 0 55px;
}
.product-page .product-1 .box .more {
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  background: var(--color);
  border-radius: 29px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 40px;
}
.product-page .product-1 .box .more:hover {
  background: black;
}
.product-page .pro-list {
  padding: 50px 0 100px;
}
.product-page .pro-list ul {
  margin: -10px;
}
.product-page .pro-list ul li {
  padding: 10px;
}
.product-page .pro-list ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro-list ul li .img-box img {
  display: block;
  width: auto;
  margin: auto;
}
.product-page .pro-list ul li h5 {
  font-size: 18px;
  line-height: 2;
}
.product-page .pro-list ul li:hover .img-box {
  background: rgba(0, 0, 0, 0.1);
}
.product-page #index-body .i-about .left {
  vertical-align: middle;
}
.product-page #index-body .i-about .right {
  vertical-align: middle;
}
#seo_honor {
  padding: 110px 0 150px;
}
#seo_honor ul {
  margin: -20px;
  margin-top: 65px;
}
#seo_honor ul li {
  padding: 20px;
}
#seo_form .contact-3 {
  background: white;
}
#seo_form .ui.container {
  max-width: 1615px;
}
#seo_form .top {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.07);
}
#seo_form button {
  position: unset;
  width: 100%;
  background: var(--color);
  color: white;
  border-radius: 0;
  height: 65px;
}
#seo_form li:nth-child(3) {
  width: 100%;
  padding-top: 0;
}
#seo_knowledge {
  padding-bottom: 5px;
}
#seo_knowledge .content {
  line-height: 30px;
  background: #fafafa;
  border-top: 1px solid #313131;
  padding: 50px;
  margin-top: 50px;
}
#seo_knowledge .content h3{
  color: var(--color);
  font-size: 20px;
  line-height: 36px;
}
.prodet-page .prodet-1 {
  padding: 130px 0 120px;
}
.prodet-page .prodet-1 .left .gallery {
  /*width: 20%;*/
  width: 100%;
  vertical-align: middle;
  margin-top: 20px;
}
.prodet-page .prodet-1 .left .gallery ul{
  margin: -10px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
  position: relative;
}
.prodet-page .prodet-1 .left .gallery ul li a {
  border: 1px solid #eee;
  display: block;
}
.prodet-page .prodet-1 .left .gallery ul li .play{
  width: 35px;
  height: 35px;
  background: var(--color);
  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%);
  border-radius: 100%;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
.prodet-page .prodet-1 .left .bigImg {
  /*width: 77%;*/
  width: 100%;
  vertical-align: middle;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left .bigImg img {
  width: auto;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 .left{
  position: sticky;
  top: 120px;
}

.prodet-page .prodet-1 .right{
  padding-left: 50px;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 50px;
}
.prodet-page .prodet-1 .right .color ul{
      display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px !important;
}
.prodet-page .prodet-1 .right .color ul li{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  list-style-type: none !important;
  margin-right: 10px;
  font-size: 0; 
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-1 .right .color ul li a{
  display: block;
}
.prodet-page .prodet-1 .right .color ul li::after{
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid transparent;
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
}
.prodet-page .prodet-1 .right .color ul li.active::after{
  border-color: black;
}
.prodet-page .prodet-1 .right .item-box {
  margin-top: 27px;
}
.prodet-page .prodet-1 .right .item-box .item {
  border-top: 1px solid #e8e8e8;
  padding: 25px 0 30px;
}
.prodet-page .prodet-1 .right .item-box .item h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .right .item-box .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .right .item-box .item ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.prodet-page .prodet-1 .right .item-box .item1 ul li:nth-child(1) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item1 ul li:nth-child(2) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item1 ul li:nth-child(3) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item2 ul li:nth-child(1) {
  background: #82b858;
}
.prodet-page .prodet-1 .right .item-box .item2 ul li:nth-child(2) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.prodet-page .prodet-1 .right .item-box .item3 .content {
  color: #606060;
  line-height: 32px;
}
.prodet-page .prodet-1 .right table tr td:nth-child(1){
  width: 40% !important;
}
.prodet-page .prodet-1 .right .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
  color: white;
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  padding: 0 40px;
  display: inline-block;
  margin-top: 50px;
}
.prodet-page .prodet-1 .right .more:hover {
  background: black;
}
.prodet-page .prodet-2 {
  padding-bottom: 120px;
}
.prodet-page .prodet-2 ul {
  border-top: 1px solid #e7e7e7;
}
.prodet-page .prodet-2 ul li {
  background: #fafafa;
  padding: 60px 40px 40px;
  border-top: 1px solid #e7e7e7;
  line-height: 2;
}
.prodet-page .prodet-2 ul li.gif .right img{
  max-width: 300px;
}
.prodet-page .prodet-2 ul li .left {
  position: relative;
  width: 20%;
  padding-right: 20px;
}
.prodet-page .prodet-2 ul li .left h5 {
  font-size: 30px;
}
.prodet-page .prodet-2 ul li .left i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
}
.prodet-page .prodet-2 ul li .right {
  width: 80%;
  padding-left: 20px;
  font-size: 16px;
  padding-top: 20px;
}
.compete-page .compete-1 {
  padding: 160px 0 180px;
}
.compete-page .compete-1 .left {
  vertical-align: middle  ;
}
.compete-page .compete-1 .right {
  padding-left: 160px;
  vertical-align: middle;
}
.compete-page .compete-1 .right .text {
  line-height: 28px;
  color: #6a6a6a;
  margin: 40px 0 75px;
}
.compete-page .compete-1 .bottom{
  padding: 80px 80px 0;
}
.compete-page .compete-1 ul {
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.compete-page .compete-1 ul li {
  padding: 6px;
  text-align: center;
}
.compete-page .compete-1 ul li a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.compete-page .compete-2 {
  background: url(../images/compete-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 290px 0;
}
.compete-page .compete-2 .content {
  line-height: 28px;
  max-width: 780px;
  margin: 38px auto 0;
}
.compete-page .compete-3 {
  padding: 100px 0 120px;
}
.compete-page .compete-3 .text {
  line-height: 28px;
  color: #9e9e9e;
  margin: 30px 0 60px;
}
.compete-page .compete-3 ul {
  margin: -16px;
}
.compete-page .compete-3 ul li {
  padding: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.compete-page .compete-3 ul li:hover {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.compete-page .compete-3 ul .slick-list {
  padding-top: 60px;
}
.culture-page .culture-1 {
  position: relative;
  padding: 80px 0 90px;
}
.culture-page .culture-1 .left {
  z-index: 3;
}
.culture-page .culture-1 .right .content {
  line-height: 28px;
  color: #2d2d2d;
  z-index: 3;
}
.culture-page .culture-1 h1 {
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  left: 15px;
  top: 70px;
}
.culture-page .culture-2 {
  background: #212121;
  padding: 100px 0;
}
.culture-page .culture-2 ul li {
  color: white;
}
.culture-page .culture-2 ul li .text {
  padding-left: 105px;
  padding-top: 140px;
}
.culture-page .culture-2 ul li .text p {
  color: #808080;
}
.culture-page .culture-2 ul li .text .box {
  padding-left: 120px;
  margin-top: 130px;
}
.culture-page .culture-2 ul li .text .item {
  padding-left: 30px;
  margin-bottom: 50px;
}
.culture-page .culture-2 ul li .text .item h4 {
  position: relative;
  margin-bottom: 40px;
}
.culture-page .culture-2 ul li .text .item h4::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  background: url(../images/culture-circle.png) no-repeat left center;
}
.culture-page .culture-2 ul li .text .item .content {
  line-height: 2;
  color: #959595;
}
.culture-page .culture-2 ul li:nth-child(2) .img {
  width: 55%;
  vertical-align: middle;
}
.culture-page .culture-2 ul li:nth-child(2) .text {
  width: 45%;
  padding-left: 0;
  padding-right: 100px;
  vertical-align: middle;
}
.culture-page .culture-3 {
  padding: 100px 0;
  text-align: center;
}
.culture-page .culture-3 .content {
  line-height: 28px;
  color: #929292;
  max-width: 800px;
  margin: 30px auto 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page{
  padding: 100px 0;
}
@media screen and (max-width: 1600px) {
  .about-page .about-2 .wrap .right ul li {
    width: 40%;
    margin-bottom: 30px;
  }
  .about-page .about-2 .wrap .right ul li h3 {
    font-size: 68px;
  }
  .team-page .team-2 {
    padding: 120px 0 80px;
    background-size: contain;
  }
  .team-page .team-4 .right ul li {
    width: 300px;
    height: 300px;
  }
  .news-page .news_list ul li .content {
    padding-left: 70px;
  }
  .product-page .product-1 {
    background-size: contain;
    padding: 66px 0 107px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-2 .wrap .right ul li {
    width: 50%;
  }
  .about-page .about-2 .wrap .right {
    padding-left: 40px;
  }
  .about-page .about-2 .wrap .right ul li h3 {
    font-size: 50px;
    line-height: 1;
  }
  .history-page .history_list li .bigyear {
    font-size: 185px;
  }
  .history-page .history_list li .left {
    width: 16%;
  }
  .font-58 {
    font-size: 40px;
  }
  .product-page .product-1 .box {
    width: 60%;
  }
  .culture-page .culture-2 ul li .text {
    padding-top: 30px;
  }
  .culture-page .culture-2 ul li .text .box {
    padding-left: 35px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .top.tab li {
    margin: 0 5px;
  }
  .font-50 {
    font-size: 40px;
  }
  .inner-banner h2 {
    font-size: 50px;

  }
  .about-page .about-1 .ui.container {
    padding: 0 120px;
  }
  .design-page .design-2 .top{
    padding-left: 20px;
  }
  .design-page .design-3 .box{
    width: 90%;
  }
  .design-page .design-4 .left{
    padding: 0 30px;
  }
  .faq-page ul.faq_list li h4 {
    font-size: 26px;
  }
  .history-page .history_list li .bigyear {
    font-size: 135px;
  }
  .history-page .history_list li .content {
    width: 50%;
  }
  .team-page .team-2 .content h4 {
    font-size: 26px;
    line-height: 40px;
  }
  .team-page .team-2 {
    padding: 43px 0 80px;
  }
  .team-page .team-1 {
    padding-top: 64px;
    padding-bottom: 65px;
  }
  .team-page .team-3 {
    padding-bottom: 130px;
  }
  .team-page .team-4 .left h3 {
    font-size: 26px;
    line-height: 42px;
  }
  .team-page .team-4 .right ul li {
    width: 250px;
    height: 250px;
  }
  .news-page .news_list ul li .time h2 {
    font-size: 90px;
  }
  .contact-page .contact-3 .top {
    padding: 65px 100px 100px;
  }
  .make-page .make-2 h2 {
    font-size: 66px;
  }
  .make-page .make-1 {
    padding: 72px 0 105px;
  }
  .make-page .make-2 .right {
    padding-left: 70px;
  }
  .make-page .make-3 ul li {
    padding: 0 50px;
  }
  .make-page .make-3 ul li .box {
    padding: 70px 0;
  }
  .product-page .product-1 {
    background-size: cover;
  }
  .culture-page .culture-1 h1 {
    font-size: 66px;
  }
  .culture-page .culture-2 ul li .text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .top.tab {
    display: none;
  }
  .inner-banner {
    height: 200px;
    padding-top: 60px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .font-52 {
    font-size: 40px;
  }
  .about-page .about-1 .ui.container {
    padding: 0 50px;
  }
  .about-page .about-2 .wrap .left {
    width: 100%;
  }
  .about-page .about-2 .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
  .design-page .design-3 .box {
    width: 100%;
  }
  .design-page .design-3 ul li{
    width: 33% !important;
  }
  .font-50 {
    font-size: 32px;
  }
  .font-60 {
    font-size: 40px;
  }
  .font-58 {
    font-size: 40px;
  }
  .compete-page .compete-1 .right{
    padding-left: 30px;
  }
  .compete-page .compete-1 ul li{
    width: 25% !important;
  }
  .history-page .history_list {
    margin-top: 65px;
  }
  .history-page .history_list li .content {
    width: 70%;
  }
  .team-page .team-2 {
    padding: 43px 0 80px;
    height: 345px;
    background-size: cover;
    background-position: right -95px top;
  }
  .team-page .team-3 ul li .content .text {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0;
    padding-top: 25px;
  }
  .team-page .team-3 ul li .content .title h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .team-page .team-3 ul li .content .title .more {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
  }
  .team-page .team-4 .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .team-page .team-4 .right {
    width: 100%;
  }
  .team-page .team-4 .right ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-page .news_list ul li .time h2 {
    font-size: 66px;
  }
  .news-page .news_list ul li .time {
    font-size: 22px;
  }
  .news-page .news_list ul li .content {
    padding-left: 20px;
  }
  .contact-page .contact-1 .left {
    padding-right: 70px;
  }
  .contact-page .contact-3 .top ul {
    margin: -25px;
  }
  .contact-page .contact-3 .top ul li {
    padding: 25px;
  }
  .make-page .make-2 h2 {
    font-size: 40px;
  }
  .make-page .make-3 ul li .left img {
    width: 60%;
  }
  .product-page .product-1 .box {
    width: 100%;
  }
  .culture-page .culture-1 .left {
    width: 100%;
  }
  .culture-page .culture-1 .right {
    width: 100%;
  }
  .font-28 {
    font-size: 20px;
  }
  .culture-page .culture-2 ul li .text .item h4 {
    margin-bottom: 10px;
  }
  .culture-page .culture-2 ul li .text .box {
    padding-left: 0;
  }
  .culture-page .culture-2 ul li:nth-child(2) .text {
    padding-right: 20px;
  }
  
  
}
@media screen and (max-width: 750px) {
  .font-52 {
    font-size: 36px;
  }
  .make-page .make-2 .left,
  .prodet-page .prodet-1 .left,
  .prodet-page .prodet-2 ul li .left{
    width: 100%;
    padding-right: 0;
  }
  .make-page .make-2 .left{
    margin-bottom: 20px;
  }
  .make-page .make-2 .right,
  .prodet-page .prodet-1 .right,
  .prodet-page .prodet-2 ul li .right{
    width: 100%;
    padding-left: 0;
  }
  
  .design-page .design-4 .left{
    width: 100%;
  }
  .design-page .design-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-3{
    padding-top: 80px;
  }
  .about-page .about-1 .ui.container {
    padding: 0 15px;
    background: unset;
  }
  .about-page .about-2 .wrap .right {
    padding-left: 0;
  }
  .about-page .about-2 .wrap .right ul li h3 {
    font-size: 42px;
    line-height: 1;
  }
  .faq-page ul.faq_list li {
    padding: 35px 15px;
  }
  .compete-page .compete-1 {
    padding: 60px 0 80px;
  }
  .compete-page .compete-1 .bottom {
    padding: 20px 0px 0;
  }
  .font-50 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 20px;
  }
  .faq-page ul.faq_list li h4 {
    font-size: 20px;
  }
  .history-page .history_list li .bigyear {
    font-size: 100px;
  }
  .history-page .history_list li .content {
    font-size: 16px;
    line-height: 28px;
  }
  .history-page .history_list {
    padding-bottom: 40px;
  }
  .team-page .team-3 {
    padding: 50px 0 90px;
  }
  .team-page .team-4 .right ul li {
    width: 189px;
    height: 189px;
  }
  .team-page .team-4 .right ul li h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .team-page .team-4 {
    padding: 60px 0;
  }
  .news-page .news_list ul li .time {
    width: 100%;
    text-align: left;
  }
  .news-page .news_list ul li .time h2 {
    display: inline-block;
  }
  .news-page .news_list ul li .content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .news_list ul li {
    padding: 40px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .content {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding: 54px 0 55px;
  }
  .contact-page .contact-3 .top {
    padding: 65px 25px 95px;
  }
  .contact-page .contact-3 .bottom ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact-page .contact-3 .bottom ul li:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
  .contact-page .contact-3 .bottom ul li:nth-child(1) p {
    max-width: 100%;
  }
  .culture-page .culture-2 ul li:nth-child(2) .img,
  .culture-page .culture-2 ul li:nth-child(2) .text,
  .culture-page .culture-2 ul li .img {
    width: 100%;
  }
  .culture-page .culture-2 ul li .text {
    width: 100%;
    padding-left: 0;
  }
  .font-40 {
    font-size: 30px;
  }
  .gallery-page ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 26px;
    line-height: 1.8;
  }
  .font-40 {
    font-size: 24px;
  }
  .inner-banner p {
    font-size: 16px;
  }
  .make-page .make-3 ul li{
    padding: 0;
  }
  .about-page .about-2 .wrap .right ul li p {
    font-size: 15px;
  }
  .history-page h2 {
    margin-top: 40px;
  }
  .font-58 {
    font-size: 30px;
  }
  .prodet-page .prodet-1 .right{
    padding-left: 0;
  }
  .compete-page .compete-1 ul li {
    width: 33% !important;
  }
  .history-page .history_list li .content {
    width: 80%;
  }
  .team-page .team-2 {
    padding: 43px 0 80px;
    height: 410px;
    background-size: cover;
    background-position: right -172px top;
  }
  .team-page .team-4 .right ul li {
    width: 135px;
    height: 135px;
  }
  .team-page .team-4 .right ul li img {
    width: 45px;
  }
  .team-page .team-4 .right ul li h5 {
    font-size: 12px;
  }
  .team-page .team-4 .right ul li:nth-child(2) {
    margin: 0 -20px;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .newdet-page .newdet-1 {
    padding-top: 50px;
  }
  .newdet-page {
    padding-bottom: 70px;
  }
  .contact-page .contact-3 .bottom ul li {
    width: 100%;
  }
  .contact-page .contact-1 .left {
    padding-right: 0;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .contact-page .contact-3 .top ul button {
    right: 20px;
  }
  .make-page .make-2 .right {
    padding-left: 0;
  }
  .compete-page .compete-1 .right {
    padding-left: 0;
  }
  .gallery-page ul li{
    width: 100%;
  }
 .inner-banner .mbx {
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}
 
#footer .bottom h3{
  margin-top: 20px!important;
}
.seo_knowledge {
  display: none !important;
}
}
.privacy-page h3{
  font-weight: bold;
  font-size: 22px;
}

h1.shouyeh1 {
    display: inline;
}
h1.fenleiyeh1 {
    line-height: 2;
    font-size: 40px;
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

        .yejiao {
          display: none;

        }

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

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

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

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

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

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

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }
        .fenleiyeh1{
          line-height: 1.8!important;
          font-size: 20px!important;
          margin-top: -40px;
        }

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

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

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

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

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

        .seoPublic > div {
            padding: 10px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }

.f_56 {
    font-size: 46px;
}
.f_20 {
    font-size: 20px;
}
.about2-page .about-1 {
    padding-top: 130px;
    padding-bottom: 60px;
    background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
}
.about2-page .about-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about2-page .about-1 .ui.container .left {
    width: 30%;
    /*text-align: center;*/
}
.about2-page .about-1 .ui.container .left .title {
    margin-bottom: 40px;
    display: inline-block;
    
}
.about2-page .about-1 .ui.container .left .imgbox {
    position: relative;
    width: auto;
    margin: 0 auto;
}
#index-body .i-about .top .left .play,
.about2-page .about-1 .ui.container .left .play{
  color: white;
  cursor: pointer;
}
.about2-page .about-1 .ui.container .right {
    width: 65%;
    padding-top: 11px;
}
.about2-page .about-1 .ui.container .right .tit {
    color: #383838;
    margin-bottom: 40px;
    
}
.about2-page .about-1 .ui.container .right p {
    color: #636363;
    margin-bottom: 35px;
    line-height: 30px;
}
.about2-page .about-1 .ui.container .right ul.data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
}
.about2-page .about-1 .ui.container .right ul.data li {
    display: inline-block;
    text-align: center;
}
.about2-page .about-1 .ui.container .right ul.data li p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
}
.about2-page .about-1 .ui.container .right ul.data li span {
    font-weight: 800;
    color: var(--color);
    font-size: 48px;
}
.about2-page .about-3 {
    background-color: #f4f6f8;
    padding-top: 100px;
    padding-bottom: 133px;
}
.about2-page .about-3 .top {
    margin-bottom: 80px;
}
.about2-page .about-3 .top h3 {
    font-size: 45px;
    
}
.about2-page .about-3 .top .content {
    font-size: 18px;
}
.about2-page .about-3 ul {
    margin: -18px;
    display: flex;
    flex-wrap: wrap;
}
.about2-page .about-3 ul li {
    padding: 18px;
}
.about2-page .about-3 ul li .item {
    background-color: white;
    padding: 55px 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    height: 100%;
}

.about2-page .about-3 ul li .item img {
    float: left;
}
.about2-page .about-3 ul li .item .box {
    width: 75%;
    padding-left: 30px;
    display: inline-block;
}
.about2-page .about-3 ul li .item .box h4 {
    font-size: 25px;
}
.about2-page .about-3 ul li .item .box p {
    font-size: 18px;
    line-height: 32px;
}
.about2-page .about-3 ul li .item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 7px;
    background-color: var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.about2-page .about-3 ul li .item:hover {
    -webkit-box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
    box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
}
.about2-page .about-3 ul li .item:hover::after {
    bottom: 0;
}
.about2-page .about-4 {
    padding: 130px 0;
}
 
.about2-page .about-4 .top .left {
    vertical-align: middle;
}
.about2-page .about-4 .top .right {
    text-align: right;
    vertical-align: middle;
}
.about2-page .about-4 .top .right a.mores {
    display: inline-block;
    vertical-align: middle;
    color: var(--color);
    line-height: 40px;
    height: 40px;
    padding: 0 18px;
    font-size: 18px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.about2-page .about-4 .top .right a.mores:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.about2-page .about-4 .top .right a.mores i {
    margin-left: 5px;
}
.about2-page .about-4 .top .right a.mores:hover {
    color: white;
}
.about2-page .about-4 .top .right a.mores:hover:after {
    width: 100%;
}
.about2-page .about-4 .bottom {
    padding-top: 50px;
}
.about2-page .about-4 .bottom ul {
    margin: -15px;
}
.about2-page .about-4 .bottom ul li {
    padding: 15px;
}
.about2-page .about-4 .bottom ul li .box {
    -webkit-box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
    box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
    /*padding: 10px;*/
    border-radius: 5px;
}
.about2-page .about-4 .bottom ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.about2-page .about-4 .bottom ul li .box h5 {
    display: block;
    color: #111;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-4 .bottom ul li .box:hover h5 {
    background: var(--color);
    color: white;
}
.about2-page .about-2 {
    /*padding: 100px 0;*/
    /*background: url(../images/about-2.jpg);*/
    background-color: #f5f6f8;
}
.about2-page .about-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1500px;
}
.about2-page .about-2 .ui.container .left {
    position: relative;
}
.about2-page .about-2 .ui.container .left .img {
    margin-left: calc((-100vw + 1470px) / 2)
}
.about2-page .about-2 .ui.container .right {
    padding-left: 100px;
    /*margin-top: -40px;*/
    color: #000;
    margin: auto 0;
}
.about2-page .about-2 .ui.container .right span.tt {
    color: #000;
}
.about2-page .about-2 .ui.container .right span.tt:before {
    background: #000;
}
.about2-page .about-2 .ui.container .right ul {
    margin-top: 35px;
}
.about2-page .about-2 .ui.container .right ul li {
    padding-left: 40px;
    background: url(../images/checked.png) left top no-repeat;
    margin-bottom: 15px;
}
.about2-page .about-2 .ui.container .right ul li p {
    line-height: 2;
}
.play2 {
    display: inline-block;
    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%);
}
.play2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: transparent;
    background: #fff;
    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;
}
.play2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: transparent;
    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;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.sidebar-box .sidebar-right {
    width: -webkit-calc(-220%);
    width: -moz-calc(-220%);
    width: calc(100% - 320px);
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.font-48 {
    font-size: 48px;
}
.f_16 {
    font-size: 16px;
}
.f_44 {
    font-size: 44px;
    line-height: 1.2;
}
.pt_80{
    padding-top: 80px;
}
.inner-page .sidebox {
    padding:120px 0 60px 0;;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 40px;
}
.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 23px;
    margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    
    color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    /*margin-bottom: 15px;*/
    color: #555;
    font-size: 16px;
    line-height: 2;
    position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
    /*padding-left: 20px;*/
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: #bf2120;
}
.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: #bf2120;
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li:last-child{
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 80px;
    overflow: hidden;
    float: left;
    /*padding: 10px;*/
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    /*margin-left: 99px;*/
    padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px;
    line-height: 32px;
}
.ap-page {
    background: #f5f5f5;
}
.ap-page .sideright .ap-top {
    position: relative;
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    transform-style: preserve-3d;
    perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
    width: 100%;
}
.ap-page .sideright .ap-top .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
    padding: 0 32px 14px 0;
    position: relative;
    /*position: absolute;*/
    background: 0 0;
    font-size: 30px;
    line-height: 2;
    color: #fff;
    /*top: 32px;
    left: 0;*/
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
    
}
.ap-page .sideright .ap-top h6::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    position: absolute;
    bottom: 9px;
    left: 0;
    background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 32px;
    bottom: 32px;
    color: #fff;
    z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
    font-size: 24px;
    line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
    transform: translateY(-3px);
    box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
    font-size: 25px;
    line-height: 1.6;
    color: #002E42;
    text-transform: capitalize;
    
}
.ap-page .sideright .ap-bottom .con {
    font-size: 15px;
    line-height: 1.6;
    color: #002E42;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.ap-page .sideright .ap-bottom .con p {
    margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
    margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
    font-size: 15px;
    line-height: 1.6;
    color: #002E42;
    margin-bottom: 20px;
}
.ap-page .sideright .ap-bottom .bottom3 {
    margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
    margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
    margin-bottom: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #002E42;
    
    line-height: 2;
    padding: 16px 24px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    content: "\f107";
    position: absolute;
    top: 0.8em;
    right: 1.5em;
    font-size: 20px;
    font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
    padding: 32px 40px 16px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #002E42;
    display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
    background: var(--color);
    color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
    content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
    margin-bottom: 0;
}
.i-advantage {
    background-color: white;
    padding-top: 130px;
    padding-bottom: 180px;
}
.i-advantage .list ul {
    margin: 0 -60px;
}
.i-advantage .list ul li .box {
    padding: 40px 60px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.i-advantage .list ul li .box:hover {
    background-color: #f8f8f8;
}
.i-advantage .list ul li .box .icon .circlar {
    -webkit-animation: iqrotation 10s infinite linear;
    -moz-animation: iqrotation 10s infinite linear;
    animation: iqrotation 10s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
}
.i-advantage .list ul li .box .icon i {
    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%);
}
.i-advantage .list ul li .box .icon .icon-styled:hover .circlar {
    -webkit-animation: iqrotation 10s infinite linear;
    -moz-animation: iqrotation 10s infinite linear;
    animation: iqrotation 10s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}
.i-advantage .list ul li .box .name {
    font-size: 30px;
    
    color: var(--baseColor2);
}
.i-advantage .list ul li .box p {
    color: #777777;
    line-height: 2;
}
.circlar path {
    fill: none;
}
.circlar {
    width: 100px;
    height: 100px;
    margin: 10px;
}
.circlar svg {
    display: block;
    overflow: visible;
}

@media screen and (max-width: 1600px) {
    .about2-page .about-3 ul li .item {
        padding: 50px 23px;
    }
    .i-advantage .list ul {
        margin: 0 -30px;
    }
    .i-advantage .list ul li .box {
        padding: 30px;
    }
    .i-advantage .list ul li .box .name {
        font-size: 24px;
    }
}
@media screen and (max-width: 1500px) {
    .f_56 {
        font-size: 36px;
    }
    .font-48 {
        font-size: 38px;
    }
    .jieshao {
      display: none;
    }
    .f_44 {
        font-size: 30px;
    }

    .about2-page .about-2 .ui.container{
        width: 100%;
    }

    .about2-page .about-2 .ui.container .left .img{
        margin-left: -15px;
    }

    .about2-page .about-2 .ui.container .right{
        padding-left: 50px;
    }
}
@media screen and (max-width: 1400px) {
    .about2-page .about-3 ul li .item .box {
        width: 70%;
    }
    .inner-page .sidebox .sideleft {
        width: 28%;
    }
    .inner-page .sidebox .sideright {
        width: 72%;
    }
    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}
@media screen and (max-width: 1250px) {
    .about2-page .about-4 .bottom ul li .box h5 {
        font-size: 18px;
    }
    .prodet-page .prodet-2 ul li .left {
      width: 100%;
      padding-right: 0;
    }
    .prodet-page .prodet-2 ul li .right {
      width: 100%;
      padding-left: 0;
    }
    .prodet-page .prodet-2 ul li {
      padding: 30px 15px;
    }
    .prodet-page .prodet-2 ul li .left h5 {
      font-size: 24px;
    }
    .prodet-page .prodet-2 ul li .left i {
      top: 7px;
    }
}
@media screen and (max-width: 1200px) {
    .about2-page .about-3 ul li .item .box {
        width: 100%;
        padding-left: 0;
    }
    .about2-page .about-2 .ui.container .right {
        padding-left: 40px;
    }
    .about2-page .about-1 .ui.container .right ul.data li span{
        font-size: 36px;
    }
    .i-advantage .list ul li .box .name {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {

    .f_56 {
        font-size: 36px;
    }
    .about2-page .about-1{
        padding: 60px 0;
    }
    .about2-page .about-1 .ui.container .right ul.data {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about2-page .about-1 .ui.container .right ul.data li {
        width: 50%;
    }
    .about2-page .about-1 .ui.container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about2-page .about-3 ul li {
        width: 50% !important;
    }
    .about2-page .about-4 {
        padding: 40px 0;
    }
    .about2-page .about-4 .top .right a.mores {
        font-size: 16px;
        line-height: 34px;
        height: 34px;
    }
    .about2-page .about-4 .bottom ul li {
        padding: 10px;
    }
    .about2-page .about-4 .bottom ul {
        margin: -10px;
    }
    .about2-page .about-4 .bottom ul li .box h5 {
        font-size: 16px;
        padding: 5px;
    }
    .about2-page .about-4 .bottom {
        padding-top: 30px;
    }
    .about2-page .about-3{
        padding: 60px 0;
    }
    .about2-page .about-4 .top .left{
        width: 100%;
    }
    .about2-page .about-4 .top .right{
        text-align: left;
    }
    .about2-page .about-2 .ui.container{
        display: block;
    }
    .about2-page .about-2 .ui.container .left {
        display: none;
    }
    .about2-page .about-2 .ui.container .right {
        padding-left: 0;
        width: 100%;
        padding: 60px 0;
    }
    .inner-page .sidebox{
        padding: 60px 0;
    }
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
    .i-advantage {
        padding: 90px 0;
    }
    .i-advantage .list ul {
        margin: 0;
    }
    .i-advantage .list ul li {
        width: 50%!important;
    }
    .prodet-page .prodet-2 ul li .right {
      font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .about2-page .about-3 .top h3 {
        font-size: 30px;
    }
    .about2-page .about-3 .top .content,
    .about2-page .about-3 .top h3 {
        width: 100%;
    }
    .about2-page .about-3 ul li {
        width: 100% !important;
    }
}
@media screen and (max-width: 700px) {
    .inner-page .sidebox{
        padding: 30px 0;
    }
    .i-advantage {
        display: none;
    }
    .about2-page .about-1{
        padding: 30px 0;
    }
    .about2-page .about-1 .ui.container .left .title{
        margin-bottom: 20px;
    }
    .about2-page .about-1 .ui.container .left {
        width: 100%;
    }
    .about2-page .about-1 .ui.container .right {
        width: 100%;
    }
    .about2-page .about-1 .ui.container .right .tit{
        margin-bottom: 20px;
    }
    .about2-page .about-2 {
        padding: 40px 0 30px;
    }

    .about2-page .about-3{
        padding: 30px 0;
    }
    .about2-page .about-3 .top{
        margin-bottom: 30px;
    }
    .about2-page .about-3 ul li .item{
        padding: 20px 15px;
    }
    .f_56 {
        font-size: 30px;
    }

    .ap-page .sideright .ap-top .img img{
        min-height: 250px;
        object-fit: cover;
    }
    .ap-page .sideright .ap-top .desc p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ap-page .sideright .ap-bottom h6 {
        font-size: 22px;
        line-height: 1.8;
    }
    .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
        right: 0.5em;
    }
    #index-body .i-about .bottom ul li p {
      font-size: 16px;
    }
    #index-body .i-about .bottom ul li h3 {
      font-size: 28px;
      line-height: 1.2;
    }
    #index-body .i-about .bottom ul {
      flex-wrap: wrap;
    }
    #index-body .i-about .bottom ul li {
      width: 50%;
      padding: 10px;
    }
    #index-body .i-category .bottom .item-box .item {
      position: relative;
      z-index: 1;
    }
    #index-body .i-category .bottom .item-box .item:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
    }
}
@media screen and (max-width: 500px) {
    .pt_80{
        padding-top: 40px;
    }
    .f_56 {
        font-size: 22px;
    }
    .f_20 {
        font-size: 16px;
    }
    .font-40{
        font-size: 32px;
    }
    .font-32 {
        font-size: 24px;
    }
    .font-48 {
        font-size: 24px;
        line-height: 1.8;
    }
    .f_44 {
        font-size: 22px;
        line-height: 2;
    }
    .about2-page .about-2 .ui.container {
        margin-left: 0;
    }
    .about2-page .about-1 .ui.container .right .tit{
        margin-bottom: 10px;
    }
    .about2-page .about-1 .ui.container .right p{
        margin-bottom: 10px;
    }
    .about2-page .about-1 .ui.container .right ul.data{
        display: none;
    }
    .about2-page .about-3 .top .content{
        font-size: 15px;
    }
    .inner-page span.tt{
        padding-left: 0;
    }
    .inner-page span.tt::before{
        display: none;
    }
    .about2-page .about-4 .top .right{
        text-align: left;
    }

    .pt-90 {
        padding-top: 40px;
    }
    .pb-90 {
        padding-bottom: 40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .pt-70 {
        padding-top: 40px;
    }
    .font-30 {
        line-height: 1.8;
        font-size: 24px;
    }
    .inner-banner {
      padding: 50px 0;
      height: auto !important;
    }
    #index-body .i-about .top .right .content {
      font-size: 16px;
      line-height: 30px;
    }
}
@-webkit-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.icon-styled {
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

#index-body {
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  #index-body .i-product .gallery-img {
    max-width: none;
    position: static;
  }
  #index-body .i-product .product-box {
    display: none;
  }
  #index-body .i-product .gallery-img h5 {
    font-size: 20px;
  }
  .inner-banner {
    height: auto;
    padding: 50px 0;
  }
  .inner-banner h2 {
    font-size: 20px;
  }
}
.Floating-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 20;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.Floating-sidebar.active {
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100,-50%);
}

.Floating-sidebar span {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    width: 20px;
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    cursor: pointer;
}

.Floating-sidebar.active span {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.Floating-sidebar ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--color);
    color: #fff;
    font-size: 25px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.Floating-sidebar ul li p {
    white-space: nowrap;
    display: inline-block;
    padding: 0 15px;
    background: #ff7500;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.5);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.Floating-sidebar ul li:hover p {
    -webkit-transform: translateX(-128%);
    -moz-transform: translateX(-128%);
    -ms-transform: translateX(-128%);
    -o-transform: translateX(-128%);
    transform: translateX(-128%);
}

.Floating-sidebar ul li:first-child {
    border-top-right-radius: 5px;
}

.Floating-sidebar ul li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom: none;
}

.Floating-sidebar ul li.wechat img {
    width: 120px;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-width: none;
}

.Floating-sidebar ul li:hover,.Floating-sidebar ul li.active {
    background: var(--color);
}

.Floating-sidebar ul li.wechat:hover img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.Floating-sidebar ul li.close a:after,.Floating-sidebar ul li.close a:before {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    -o-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    background: #fff;
}

.Floating-sidebar ul li.close a:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.Floating-sidebar dl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background: #fff;
    padding: 15px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.Floating-sidebar.form2 dl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.Floating-sidebar.active.form2 dl {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
}

.Floating-sidebar dl dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.Floating-sidebar dl dd {
    margin-bottom: 5px;
}

.Floating-sidebar dl dd label {
    font-size: 14px;
    display: block;
}

.Floating-sidebar dl dd input,.Floating-sidebar dl dd textarea {
    width: 100%;
    line-height: 24px;
    padding: 5px 10px;
    background: #fff;
    font-size: 12px;
    color: #000;
    border: 1px solid #eee;
}

.Floating-sidebar dl dd textarea {
    height: 100px;
    resize: vertical;
}

.Floating-sidebar dl dd:last-child {
    margin-bottom: 0;
}

.Floating-sidebar dl dd input[type=submit] {
    background: var(--color);
    color: #fff;
    border-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    text-transform: uppercase;
}

.Floating-sidebar dl dd input[type=submit]:hover {
    background: var(--color);
}

.product-page2{
  background: #f2f2f2;
}
.product-page2 .init-1 .containerC .cateCont {
  width: 440px;
  background-color: white;
  padding: 70px 20px 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page2 .init-1 .containerC .cateCont .tipsTitle {
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page2 .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page2 .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #343639;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}
.product-page2 .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page2 .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page2 .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page2 .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page2 .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page2 .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page2 .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.product-page2 .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page2 .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page2 .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
}
.product-page2 .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page2 .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page2 .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page2 .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page2 .init-1 .containerC .cateCont .more {
  width: 100%;
  display: block;
  text-align: center;
  background: var(--color);
  color: white;
  padding: 15px;
  transition: 0.5s;

}
.product-page2 .init-1 .containerC .cateCont .more:hover{
  background: #222;
}
.product-page2 .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page2 .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page2 .init-1 .containerC .listContC .titleC .cat {
  font-weight: bold;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
.product-page2 .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
}
.product-page2 .init-1 .containerC .listContC .titleC form .submit {
  background-color: black;
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
}
.product-page2 .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page2 .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page2 .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: white;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 30px;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: bold;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: white;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .more {
  font-weight: bold;
  padding: 10px 30px;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 16px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page2 .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
@media (max-width: 1700px) {
  .product-page2 .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-page2 .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .product-page2 .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 40px;
  }
  .product-page2 .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .product-page2 .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page2 .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  } 
}
@media (max-width: 1000px) {
  .product-page2 .init-1 .containerC .listContC {
    padding-left: 26px;
  } 
}
@media (max-width: 700px) {
  .product-page2 .init-1 .containerC .listContC {
    padding-left: 22px;
  } 
}
@media (max-width: 500px) {
  .product-page2 .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page2 .init-1 .containerC .listContC .content ul li {
    width: 100%;
  } 
}


.prodet-page .prodet-22 {
  padding: 65px 0;
}
.prodet-page .prodet-22 .options {
  margin-bottom: 35px;
  background: #f2f2f2;
  text-align: center;
}
.prodet-page .prodet-22 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  /*border-radius: 4px 4px 0 0;*/
}
.prodet-page .prodet-22 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.5px;
  /*border-top: 2px solid  #181818;*/
  font-weight: bold;
  /*background: #fff;*/
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-22 .options ul li:hover a,
.prodet-page .prodet-22 .options ul li.active a {
  /*background: #efefef;*/
  color: var(--color);
}
.prodet-page .prodet-22 .ret .slide .content {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-22 .ret .slide .content table td{
  border: none;
}
.prodet-page .prodet-22 .ret .slide .content table tr:nth-child(odd) td{
  background-color: #f7f7f7;
}
.prodet-page .prodet-22 .ret .slide .con h4 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
  /*font-weight: bold;*/
}
.prodet-page .prodet-22 .ret .slide .con .left {
  padding: 0 15px;
  display: none;
}
.prodet-page .prodet-22 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-22 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-22 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-22 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-22 .ret .slide .con .right {
  padding: 0 15px;
  width: 100%;
}
.prodet-page .prodet-22 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-22 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li input[type="text"],
.prodet-page .prodet-22 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li input[type="submit"]{
  width: 100%;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li .rate i {
  font-size: 18px;
  color: var(--color);
  position: relative;
  width: 18px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-22 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-22 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}
@media screen and (max-width: 1000px){
   .prodet-page .prodet-22 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-22 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
   .prodet-page .prodet-22 {
    padding-top: 30px;
  }
  .prodet-page .prodet-22 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-22 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-22 .ret .slide .content {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px){
   .prodet-page .prodet-22 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-22 .options ul li a {
    min-width: auto;
    width: 100%;
  }
   .prodet-page .prodet-22 .ret .slide .con .left {
    display: none;
  }
}


.customized-page{
  position: relative;
  z-index: 1;
}
.customized-page .cus-1 .text{
  max-width: 871px;
  margin: 83px auto 0;
  text-align: center;
}
.customized-page .cus-1 .text .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 22px;
  position: relative;
}
.customized-page .cus-1 .text .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #e21837;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customized-page .cus-1 .text .con{
  line-height: 1.7;
  color: #0b0b0b;
  margin-top: 28px;
}
.customized-page .cus-1 .text .more{
  margin-top: 46px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  padding: 8px 45px 8px 46px;
  color: #fff;
  background: var(--color);
}
.customized-page .cus-1 .text .more:hover{
  background: #222;
  color: white;
}
.customized-page .cus-1 .img{
  margin-top: 83px;
}
.customized-page .cus-2{
  padding: 105px 0 93px;
}
.customized-page .cus-2 .item .tit{
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px 19px;
}
.customized-page .cus-2 .item .list{
  padding: 31px 19px 50px;
}
.customized-page .cus-2 .item .list .left{
  width: 14%;
}
.customized-page .cus-2 .item .list .left{
  font-size: 16px;
  line-height: 1.8;
  color: #232323;
}
.customized-page .cus-2 .item .list .ej{
  margin-bottom: 26px;
}
.customized-page .cus-2 .item .list .ej:last-child{
  margin-bottom: 0;
}
.customized-page .cus-2 .item .list .right{
  width: 86%;
}
.customized-page .cus-2 .item .list ul{
  margin-bottom: -24px;
}
.customized-page .cus-2 .item .list ul li {
  cursor: pointer;
  margin-bottom: 24px;
}
.customized-page .cus-2 .item .list ul li em{
  display: inline-block;
  vertical-align: top;
  width: 15px;
	height: 15px;
	border-radius: 2px;
	border: solid 1px #a0a0a0;
  margin-top: 3px;
  line-height: 15px;
}
.customized-page .cus-2 .item .list ul li em i{
  color: #fff;
  font-size: 14px;
  opacity: 0;
}
.customized-page .cus-2 .item .list ul li span{
  font-size: 16px;
  line-height: 1.6;
  color: #232323;
  padding-left: 15px;
  display: inline-block;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.customized-page .cus-2 .item .list ul li input{
	height: 41px;
	background-color: #ffffff;
  border: 0;
  font-size: 16px;
  color: #232323;
  margin-left: 15px;
  width: -webkit-calc(100% - 21px - 15px);
  width: -moz-calc(100% - 21px - 15px);
  width: calc(100% - 21px - 15px);
  padding: 0 9px;
}
.customized-page .cus-2 .item5 .list ul li input{
  height: 70px;
}
.customized-page .cus-2 .item .list ul li input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input:-moz-placeholder {
 color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input::-moz-placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input:-ms-input-placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input::placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li em.active{
  background-color: #dd7223;
  border-color: #dd7223;
}
.customized-page .cus-2 .item .list ul li em.active i{
  opacity: 1;
}
.customized-page .cus-3{
  background-color: #851022;
  color: #fff;
  padding: 68px 0;
}
.customized-page .cus-3 .box{
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 860px;
}
.customized-page .cus-4{
  padding: 59px 0 102px;
}
.customized-page .cus-4 .form ul {
  margin: -7px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .cus-4 .form ul li {
  padding: 7px 10px;
}
.customized-page .cus-4 .form ul li input,
.customized-page .cus-4 .form ul li textarea,
.customized-page .cus-4 .form ul li label,
.customized-page .cus-4 .form ul li button {
  width: 100%;
  background-color: white;
  border: none;
  border-bottom: 1px solid #2a2a2d;
  font-size: 14px;
  line-height: 2;
  color: #6f6f6f;
  padding: 1em;
  display: block;
  height: 100%;
}
.customized-page .cus-4 .form ul li input[hidden] {
  display: none;
}
.customized-page .cus-4 .form ul li label {
  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;
}
.customized-page .cus-4 .form ul li label.tag {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.customized-page .cus-4 .form ul li label.tag em {
  margin-right: 0.71428571em;
}
.customized-page .cus-4 .form ul li label.tag div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.71428571em;
  max-width: 100%;
}
.customized-page .cus-4 .form ul li label.tag span {
  padding: 0.5em 0.71428571em;
  background-color: #f2f2f2;
  color: #6f6f6f;
  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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.customized-page .cus-4 .form ul li label.tag span i {
  margin-left: 0.71428571em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: white;
  position: relative;
  cursor: pointer;
}
.customized-page .cus-4 .form ul li label.tag span i:before,
.customized-page .cus-4 .form ul li label.tag span i:after {
  content: '';
  width: 60%;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.customized-page .cus-4 .form ul li label.tag span i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.customized-page .cus-4 .form ul li textarea {
  height: 100px;
}
.customized-page .cus-4 .form ul li p {
  font-size: 14px;
  line-height: 2;
  color: #bebebe;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customized-page .cus-4 .form ul li button {
  border-bottom: none;
  font-weight: bold;
  font-size: 18px;
  color: white;
  background-color: var(--color);
  padding: .8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customized-page .cus-4 .form ul li.wid-100 {
  width: 100%;
}
.customized-page::after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 700px){
   .customized-page .cus-1 .text{
    margin: 30px auto 0;
  }
  .customized-page .cus-1 .img{
    margin-top: 30px;
  }
  .customized-page .cus-2{
    padding: 30px 0;
  }
  .customized-page .cus-2 .item .list ul li input{
    font-size: 14px;
  }
  .customized-page .cus-2 .item .list .left{
    width: 100%;
    margin-bottom: 20px;
  }
  .customized-page .cus-2 .item .list .right{
    width: 100%;
  }
  .customized-page .cus-3{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px){
  .customized-page .cus-4 .form ul li label.tag {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .cus-4 .form ul li label.tag em {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .customized-page .cus-1 .text .title{
    font-size: 30px;
  }
  .customized-page .cus-1 .text .con{
    line-height: 2;
    margin-top: 14px;
  }
  .customized-page .cus-1 .text .more{
    margin-top: 20px;
  }
  .customized-page .cus-4{
    padding: 30px 0;
  }
  .customized-page::after{
    height: 100%;
  }
  .customized-page .cus-3 .box{
    font-size: 24px;
    line-height: 1.5;
  }
}


.prodet-page .prodet_1{
  background: #911327;
  position: relative;
  color: white;
}
.prodet-page .prodet_1 .ui.container{
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.prodet-page .prodet_1 .left{
  padding-left: 8.5%;
}
.prodet-page .prodet_1 .img{
  position: relative;
  
}
.prodet-page .prodet_1 .img .imgbox{
  /*background: url(/ruidimobility/2025/12/09/afqaef.png) no-repeat center bottom;*/
  display: inline-block;
  padding-bottom: 35px;
}
.prodet-page .prodet_1 .more{
      font-size: 20px;
    height: 59px;
    line-height: 59px;
    display: inline-block;
    border: 2px solid white;
    padding: 0 40px;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.prodet-page .prodet_1 .more:hover::after {
    width: 102%;
}

.prodet-page .prodet_1 .more::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background-color: white;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: inherit;
    z-index: -1;
}
.prodet-page .prodet_1 .more:hover {
    color: var(--color);
}
.prodet-page .prodet_1 .desc{
  font-size: 100px;
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  writing-mode: vertical-lr;
}
.prodet-page .prodet_1 .desc::after{
  content: attr(data-txt);
  -webkit-text-stroke: 1px white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.prodet-page .prodet_2{
  background: #911327;
  color: white;
}
.prodet-page .prodet_2 .title{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet_3{
  background: linear-gradient(178deg, #dd1836, #b61a32);
  color: white;
}
.prodet-page .prodet_3 img{
  margin: auto;
}