@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.eot');
  src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Medium.woff2') format('woff2'), url('../fonts/Oswald-Medium.woff') format('woff'), url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-family1 {
  font-family: 'Oswald';
}
.page-header01{
  background: #fff;
}
.mobile-menu-wrap01 .mobile-menu .menu-header .logo{
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #d8261c;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1710px;
}
.public-title {
  color: var(--color);
}
@-webkit-keyframes category-icon1 {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes category-icon1 {
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes category-icon1 {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes category-icon2 {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes category-icon2 {
  to {
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes category-icon2 {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}
.public-btn span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn .arrow {
  color: #fff;
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
}
.public-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75em;
  height: 3.75em;
  border-radius: 1.875em;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn:hover {
  color: #fff;
}
.public-btn:hover span {
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
}
.public-btn:hover::after {
  width: 100%;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu .h-items .h-language > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .h-items .h-search form input {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .logo {
  width: 80px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 23px;
  margin-bottom: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 103px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.5em;
  margin-left: 2.5em;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(5).active >a{
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
                -webkit-transform 0.5s;
  transition: opacity 0.3s,
                -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
                opacity 0.3s,
                -moz-transform 0.5s;
  transition: transform 0.5s,
                opacity 0.3s;
  transition: transform 0.5s,
                opacity 0.3s,
                -webkit-transform 0.5s,
                -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: var(--color);
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search form input {
  background: none;
  border: none;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .h-items .h-search form input::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search form input:-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search form input::-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search form input:-ms-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search form input::placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-search form input[type='text'] {
  width: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#header .nav .ui.menu .h-items .h-search form input[type='submit'] {
  width: 18px;
  height: 18px;
  background: url(../images/h-search.png) no-repeat center center;
}
#header .nav .ui.menu .h-items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 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: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
@-webkit-keyframes banner-arrow-tran {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes banner-arrow-tran {
  0% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes banner-arrow-tran {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 10.6%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 920px;
}
#banner .banner-bottom {
  left: 0;
  bottom: -8%;
  width: 100%;
}
#banner .banner-bottom span {
  color: #fff;
  font-style: italic;
  line-height: 1.2;
  font-size: 8.25em;
  text-shadow: 0px 10px 22px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 2;
}
#banner .banner-bottom .banner-bottom-more {
  width: 10.45em;
  height: 10.45em;
  border-radius: 50%;
  background-color: var(--color);
  right: 0;
  top: 3%;
  color: #fff;
}
#banner .banner-bottom .banner-bottom-more img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .banner-bottom .banner-bottom-more i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .banner-bottom .banner-bottom-more .btn-text {
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .banner-bottom .banner-bottom-more:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#banner .banner-bottom .banner-bottom-more:hover i {
  -webkit-animation: banner-arrow-tran 0.8s linear infinite alternate;
  -moz-animation: banner-arrow-tran 0.8s linear infinite alternate;
  animation: banner-arrow-tran 0.8s linear infinite alternate;
}
#index-body {
  color: #1f1f1f;
}
#index-body .about {
  background-color: #f9f9f9;
  position: relative;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .left .intro {
  color: #1f1f1f;
  line-height: 1.55555556;
}
#index-body .about .number-Plus li .box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  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: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .about .number-Plus li .box .icon {
  height: 48px;
  max-width: 48px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#index-body .about .number-Plus li .box .icon::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  right: 17%;
  bottom: 20%;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .number-Plus li .box em {
  line-height: 1.1;
}
#index-body .about .number-Plus li .box em,
#index-body .about .number-Plus li .box span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .number-Plus li .box:hover {
  -webkit-box-shadow: 0px 0px 1em 0.1em rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 1em 0.1em rgba(0, 0, 0, 0.14);
}
#index-body .about .number-Plus li .box:hover .icon::after {
  -webkit-transform: scale(2.375);
  -moz-transform: scale(2.375);
  -ms-transform: scale(2.375);
  transform: scale(2.375);
}
#index-body .about .number-Plus li .box:hover em,
#index-body .about .number-Plus li .box:hover span {
  color: var(--color);
}
#index-body .category .slick-slider:not(.slick-vertical) .slick-track {
  display: block;
}
#index-body .category .left .slick-wrap .icon1 {
  width: 109%;
  height: 109%;
  -webkit-animation: category-icon1 18s linear infinite;
  -moz-animation: category-icon1 18s linear infinite;
  animation: category-icon1 18s linear infinite;
}
#index-body .category .left .slick-wrap .icon2 {
  width: 131.7%;
  height: 131.7%;
  -webkit-animation: category-icon2 12s linear infinite;
  -moz-animation: category-icon2 12s linear infinite;
  animation: category-icon2 12s linear infinite;
}
#index-body .category .left .slick-wrap .icon1,
#index-body .category .left .slick-wrap .icon2 {
  pointer-events: none;
  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%);
}
#index-body .category .left .slick-wrap .icon1 img,
#index-body .category .left .slick-wrap .icon2 img {
  width: 100%;
  height: 100%;
}
#index-body .category .category-slick {
  max-width: 555px;
}
#index-body .category .category-slick li .slide-box .img-box {
  border-radius: 50%;
}
#index-body .category .right .subtitle {
  color: #fff;
}
#index-body .category .right .arrow-box .prev,
#index-body .category .right .arrow-box .next{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color);
  transition: .3s;
}
#index-body .category .right .arrow-box .prev:hover,
#index-body .category .right .arrow-box .next:hover{
  background-color: var(--color);
  color: #fff;
}
#index-body .category .right .category-titles li .slide-box{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  color: #ffffff;
  cursor: pointer;
  min-height: calc(1.5em * 2);
}
#index-body .category .right .category-titles li .slide-box::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .category .right .category-titles .slick-current li .slide-box {
  color: var(--color);
}
#index-body .category .right .category-titles .slick-current li .slide-box::after {
  opacity: 1;
}
#index-body .category .right .category-titles{
  position: relative;
  z-index: 2;
}
/*#index-body .category .right .category-titles::after {
  content: '';
  display: block;
  width: 200%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 0;
}*/
#index-body .category .right .line{
  height: 1px;
  width: 200%;
  background-color: #ffffff;
  opacity: 0.4;
  margin-top: -3px;
}
#index-body .category .right .category-content {
  color: #ffffff;
}
#index-body .category .right .category-content li {
  display: none;
}
#index-body .category .right .category-content li.active {
  display: block;
}
#index-body .category .right .category-content li .con {
  line-height: 1.555em;
  height: -webkit-calc(1.555em * 7);
  height: -moz-calc(1.555em * 7);
  height: calc(1.555em * 7);
  overflow-y: auto;
}
#index-body .product {
  background-color: #f9f9f9;
}
#index-body .product .product-slick li .slide-box {
  background-color: #ffffff;
  border: solid 1px #d3d3d3;
}
#index-body .product .product-slick li .slide-box .bottom {
  background-color: #eeeeee;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box:hover .bottom {
  background-color: var(--color);
  color: #fff;
}
#index-body .product .product-slick li .slide-box .title {
  line-height: 1.55555556;
  text-align: center;
}
#index-body .application .left {
  max-width: 745px;
}
#index-body .application .left .subtitle {
  line-height: 1.33333333;
}
#index-body .application .application-slick {
  margin-left: -24%;
  margin-right: -24%;
}
#index-body .application .application-slick .slick-current li .slide-box .img-box::after {
  opacity: 0;
}
#index-body .application .application-slick .slick-current li .slide-box .title {
  opacity: 1;
}
#index-body .application .application-slick li .slide-box .img-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
}
#index-body .application .application-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .application .prev {
  left: 24.5%;
}
#index-body .application .next {
  right: 24.5%;
}
#index-body .application .prev,
#index-body .application .next {
  top: 37.5%;
  width: 2em;
  height: 2em;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.61em 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 0.61em 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
#index-body .application .prev i,
#index-body .application .next i {
  font-size: 0.9em;
  line-height: 1.2;
}
#index-body .application .prev:hover,
#index-body .application .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .manufacturing {
  z-index: 1;
}
#index-body .manufacturing .public-title-box {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
#index-body .manufacturing .manufacturing-slick li .text-content {
  left: 0;
  top: 0;
  width: 100%;
}
#index-body .manufacturing .manufacturing-slick li .text-content .left {
  color: #ffffff;
  max-width: 850px;
}
#index-body .manufacturing .manufacturing-slick li .text-content .public-btn span {
  color: #fff;
}
#index-body .manufacturing .item-box {
  left: 0;
  bottom: 0;
}
#index-body .manufacturing .item-box .manufacturing-list {
  color: #222222;
  line-height: 1.42307692;
}
#index-body .manufacturing .item-box .manufacturing-list li .box {
  min-height: 188px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .manufacturing .item-box .manufacturing-list li.active .box {
  color: #fff;
  background-color: var(--color);
  -webkit-transform: translateY(-1.23em);
  -moz-transform: translateY(-1.23em);
  -ms-transform: translateY(-1.23em);
  transform: translateY(-1.23em);
}
#index-body .news .news-category-titles {
  margin-bottom: 6px;
}
#index-body .news .news-category-titles li .btn-box {
  border: solid 2px var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-category-titles li .btn-box:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .news .news-category-titles li.active .btn-box {
  background-color: var(--color);
  color: #fff;
}
#index-body .news .news-slick li {
  padding-top: 3.75em;
}
#index-body .news .news-slick li .slide-box {
  background-color: #f7f7f7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1em;
  margin-bottom: 1em;
}
#index-body .news .news-slick li .slide-box .date {
  color: #2f2f2f;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.333;
}
#index-body .news .news-slick li .slide-box .intro {
  line-height: 1.55555556;
}
#index-body .news .news-slick li .slide-box hr {
  height: 1px;
  background-color: #dfdfdf;
}
#index-body .news .news-slick li .slide-box .news-btn {
  color: #2f2f2f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0 1em 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0 1em 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translateY(-1.75em);
  -moz-transform: translateY(-1.75em);
  -ms-transform: translateY(-1.75em);
  transform: translateY(-1.75em);
}
#index-body .news .news-slick li .slide-box:hover .title {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box:hover .news-btn {
  color: var(--color);
}
#index-body .news .news-slick-box:first-child {
  position: relative;
}
#index-body .news .news-slick-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
#index-body .news .news-slick-box.active {
  opacity: 1;
  z-index: 3;
}
#index-body .news .progress-arrow-box .progress-arrow:first-child {
  position: relative;
}
#index-body .news .progress-arrow-box .progress ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .news .progress-arrow-box .progress ul.slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background-color: transparent;
  margin-top: -1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .progress-arrow-box .progress ul.slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .news .progress-arrow-box .progress ul.slick-dots li button {
  display: none;
}
#index-body .news .progress-arrow-box .progress-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
#index-body .news .progress-arrow-box .progress-arrow .progress {
  height: 1px;
  background-color: #c7c7c7;
}
#index-body .news .progress-arrow-box .progress-arrow .prev,
#index-body .news .progress-arrow-box .progress-arrow .next {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0.611em 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 0.611em 0px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .progress-arrow-box .progress-arrow .prev:hover,
#index-body .news .progress-arrow-box .progress-arrow .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .news .progress-arrow-box .progress-arrow.active {
  z-index: 3;
  opacity: 1;
}
#index-body .index-form .content {
  background-color: #1f1f1f;
}
#index-body .index-form .content .top .right {
  color: #ffffff;
  line-height: 1.55555556;
}
#index-body .index-form .content form .form-list li input {
  background: none;
  border: none;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#index-body .index-form .content form .form-list li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .index-form .content form .form-list li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .index-form .content form .form-list li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .index-form .content form .form-list li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .index-form .content form .form-list li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .index-form .content form .form-list li:last-child .submit {
  min-width: 130px;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 41px;
}
#index-body .index-form .content form .form-list li:last-child .submit:hover {
  background-color: transparent;
  color: var(--color);
}
#footer {
  background: url(../images/f-bg.jpg) no-repeat center center / cover;
  color: #ffffff;
}
#footer .f-content .social-account li {
  color: #ffffff;
}
#footer .f-content .social-account li i {
  line-height: 1.2;
}
#footer .f-content .social-account li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .social-account li a:hover {
  color: var(--color);
}
#footer .f-content .f-contact-list li .icon {
  width: 25px;
  height: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-content .f-contact-list li span {
  max-width: 360px;
  line-height: 1.55555556;
}
#footer .f-content dl dd {
  line-height: 2.55555556;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 153px;
  border: 9px solid #fff;
}
#footer .line {
  background-color: rgba(255, 255, 255, 0.6);
  height: 1px;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: rgba(255, 255, 255, 0.6);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.618);
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul > li.r-phone p {
  background-color: var(--color);
  right: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fixed-toolbar ul > li:hover p {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul > li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul > li:hover {
  background: var(--color);
}
.fixed-toolbar ul > li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.fixed-toolbar ul > li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back {
  display: none;
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #banner .banner-bottom span {
    font-size: 7.25em;
  }
  #banner .banner-bottom .banner-bottom-more {
    top: 0%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 1em;
    margin-right: 1em;
  }
  #banner .banner-bottom span {
    font-size: 6.25em;
  }
  #banner .banner-bottom .banner-bottom-more {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .public-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wrap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #banner .banner-bottom span {
    font-size: 4.25em;
  }
  #banner .banner-bottom .banner-bottom-more {
    width: 7.45em;
    height: 7.45em;
  }
  #index-body .category .slick-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  #index-body .manufacturing .item-box {
    position: relative;
  }
  #index-body .application .application-slick {
    margin-left: 0%;
    margin-right: 0%;
  }
  #index-body .about .number-Plus li {
    width: 33.333%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn .arrow,
  .public-btn::after {
    width: 2.75em;
    height: 2.75em;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 8%;
  }
  #banner .banner-bottom .banner-bottom-more {
    bottom: 0%;
    top: unset;
  }
  #index-body .manufacturing .item-box .manufacturing-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .manufacturing .item-box .manufacturing-list li {
    width: 50%;
  }
  #index-body .application .prev,
  #index-body .application .next {
    display: none;
  }
  #index-body .about .intro {
    line-height: 2;
  }
  #index-body .index-form .content form .form-list li {
    width: 100%;
  }
  #index-body .about .number-Plus li {
    width: 50%;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .manufacturing .public-title-box {
    position: unset;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #index-body .manufacturing .manufacturing-slick li .text-content {
    margin-top: 20px;
    padding-top: 0;
  }
  #footer .f-logo{
    zoom: .5;
  }
  #footer .f-content .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  #footer .f-copy .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36,
  .font-37,
  .font-38,
  .font-39 {
    font-size: 19px;
  }
  .font-40,
  .font-41,
  .font-42,
  .font-43,
  .font-44,
  .font-45,
  .font-46,
  .font-47,
  .font-48,
  .font-49 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-bottom .banner-bottom-more {
    zoom: .7;
  }
  #index-body .about .number-Plus li {
    width: 100%;
  }
  #index-body .manufacturing .manufacturing-slick li {
    height: 280px;
  }
  #index-body .manufacturing .manufacturing-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .public-title {
    font-size: 22px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/

.grid-box {
  font-size: 0;
}

.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.grid-box .column {
  width: 100%;
}

.grid-box.two>.column {
  width: 50%;
}

.grid-box.three>.column {
  width: 33.33333%;
}

.grid-box.four>.column {
  width: 25%;
}

.grid-box.five>.column {
  width: 20%;
}

.grid-box.six>.column {
  width: 16.6666667%;
}

.grid-box.seven>.column {
  width: 14.285714%;
}

.grid-box.eight>.column {
  width: 12.55%;
}

.grid-box.nine>.column {
  width: 11.11111111%;
}

.grid-box.ten>.column {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 33.33333%;
  }

  .grid-box.four>.column {
    width: 33.33333%;
  }

  .grid-box.five>.column {
    width: 33.33333%;
  }

}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 50%;
  }

  .grid-box.four>.column {
    width: 50%;
  }

  .grid-box.five>.column {
    width: 50%;
  }

}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%;
  }

  .grid-box.three>.column {
    width: 100%;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 100%;
  }

}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.moreCont {
  cursor: pointer;
  perspective: 1000px;
}
.moreCont .moreCirCont {
  transform-style: preserve-3d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 1s;
}
.moreCont .moreCirCont .moreCir {
  width: 28px;
  height: 28px;
  animation: rotAni 5s linear infinite;
}
.moreCont .moreCirCont .moreCir .moreSub {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
}
.moreCont:hover .moreCirCont {
  transform: rotateX(180deg) translateX(5px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.moreCont:hover .moreText {
  transform: translateX(5px);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.seoPublic > div:nth-child(odd){
  background: #f9f9f9;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.moveBox{
  transition: transform 0.1s ease;
    will-change: transform;
}
.textStoke {
  -webkit-text-stroke: 1px #000000;
  color: transparent;
}
.textStoke.white {
  -webkit-text-stroke: 1px #ffffff;
}
.homeTitleAni{
  position: relative;
  z-index: 1;
}
.homeTitleAni .homeTitleAni1{
  /*clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);*/
}
.homeTitleAni .homeTitleAni2{
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

/*inner-page*/

#index-body .init-4 {
  background-color: #f9f9f9;
}
#index-body .init-4 .container .i-4-top .left {
  width: 49%;
}
#index-body .init-4 .container .i-4-top .left .play {
  top: 50%;
  right: 25%;
  width: 60px;
  height: 60px;
  position: absolute;
}
#index-body .init-4 .container .i-4-top .left .play .cont {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  cursor: pointer;
  font-size: 26px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-4 .container .i-4-top .left .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
#index-body .init-4 .container .i-4-top .left .play .ling:last-child {
  animation-delay: -1.5s;
}
#index-body .init-4 .container .i-4-top .right {
  width: 47%;
}
#index-body .init-4 .container .i-4-top .right .title{
  font-size: 68px;
  line-height: 1.2;
  margin-bottom: 0;
}
#index-body .init-4 .container .i-4-top .right .des {
  color: #666666;
  overflow-y: auto;
  max-height: calc(1.5em * 12);
}
#index-body .init-4 .container .i-4-top .listCont ul li .box {
  transition: all 0.5s;
  display: block;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box:hover {
  transform: translateY(-10px);
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .top {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .top em {
  font-size: 62px;
  font-weight: bold;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .top .sub {
  position: relative;
  top: -4px;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .bottom {
  font-weight: 700;
  color: #666666;
  font-size: 16px;
  margin-top: 6px;
  font-style: italic;
  text-transform: uppercase;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .bottom1 {
  padding-left: 28px;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .bottom3 {
  padding-left: 36px;
}
#index-body .init-4 .container .i-4-bottom .left {
  width: 50%;
}
#index-body .init-4 .container .i-4-bottom .left .des {
  color: #666666;
}
#index-body .init-4 .container .i-4-bottom .right {
  width: 40%;
}
@media (max-width: 1700px) {
  #index-body .init-4 .container .i-4-top .listCont ul li .box .top em {
    font-size: 50px;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom1 {
    padding-left: 10px;
  }
  #index-body .init-4 .container .i-4-top .right .title{
    font-size: 58px;
  }
}
@media (max-width: 1450px) {
  #index-body .init-4 .container .i-4-top .listCont ul li {
    width: 50%;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom1 {
    padding-left: 0;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom3 {
    padding-left: 0;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom {
    text-align: left;
  }
}
@media (max-width: 1250px) {
  #index-body .init-4 .container .i-4-top .left {
    width: 100%;
    max-width: 400px;
  }
  #index-body .init-4 .container .i-4-top .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-4 .container .i-4-bottom .left {
    width: 100%;
  }
  #index-body .init-4 .container .i-4-bottom .right {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
    #index-body .init-4 .container .i-4-top .right .title{
    font-size: 48px;
  }
}
@media (max-width: 700px) {
  #index-body .init-4 .container .i-4-top .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
    #index-body .init-4 .container .i-4-top .listCont ul li .box .top em{
      font-size: 36px;
    }
    #index-body .init-4 .container .i-4-top .right .title{
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  #index-body .init-4 .container .i-4-top .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
    #index-body .init-4 .container .i-4-top .right .title{
    font-size: 26px;
  }
}
.inner-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner .bgImg{
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-size: cover;
}
.inner-banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  z-index: 1;
}

.inner-banner .action-box .shape {
  position: absolute;
  width: 50%;
  height: 50%;
}

.inner-banner .action-box .shape1 {
  left: 1%;
  top: 5%;
  background-color: var(--color);
  width: 36%;
  height: 65%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape2 {
  top: 5%;
  left: 45%;
  background-color: var(--color);
  height: 60%;
  width: 35%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape3 {
  top: 82%;
  left: 24%;
  background-color: var(--color);
  width: 34%;
  height: 60%;
  clip-path: polygon(34% 29%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 35% 61%, 0 100%, 0 0);

}

.inner-banner .action-box .shape4 {
  background-color: var(--color);
  top: 96%;
  left: 68%;
  width: 20%;
  height: 80%;
  clip-path: polygon(50% 0%, 96% 9%, 100% 36%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 6% 8%);

}

.inner-banner .action-box .shape5 {
  background-color: var(--color);
  opacity: 1;
  top: 110%;
  left: 48%;
  width: 20%;
  height: 66%;
  clip-path: polygon(75% 0%, 100% 50%, 83% 88%, 12% 92%, 25% 50%, 22% 2%);

}

.inner-banner .inner-text {
  padding-top: 360px;
  padding-bottom: 140px;
}

.inner-banner .inner-banner-title {
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

.inner-banner .mbx {
  margin-top: 4px;
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .inner-banner .inner-text {
    padding-top: 200px;
  }
  .inner-banner {
    margin-bottom: 0;
  }
  #mobile .mobile-logo {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 700px){
  
  .inner-banner .inner-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
    .inner-banner .action-box {
    display: block;
  }

  .inner-banner video {
    display: none;
  }

  .inner-banner .action-box:before {
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
  }
}

.inner-page {
    background-color: #fff;
    border-radius: 80px 80px 0 0;
    position: relative;
    z-index: 2;
    /*margin-top: -70px;*/
}

.inner-page .public-title{
  color: #2e2521;
  font-weight: 700;
  line-height: 1.4;
}

.contact-page{
  overflow: hidden;
}
.contact-page .contact-information {
  padding-top: 6vw;
  padding-bottom: 6.666vw;
  background-size: cover;
  overflow: hidden;
}
.contact-page.inner-page .public-title{
  color: #000;
}
.contact-page .contact-information .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1400px;
}

.contact-page .contact-information .left {
  margin-top: 25px;
  width: 60%;
}

.contact-page .contact-information .left .intro {
  color: var(--color);
  margin-top: 2.08333vw;
  margin-bottom: 2.1875vw;
  max-width: 676px;
  line-height: 1.8;
}

.contact-page .contact-information .left .social-account {
  margin-bottom: 4.94791666vw;
  margin-left: -12px;
}

.contact-page .contact-information .left .social-account li:first-child a i {
  font-size: 28px;
}

.contact-page .contact-information .left .social-account a {
  width: 51px;
  height: 51px;
  border: 1px solid #434343;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #434343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
}

.contact-page .contact-information .left .social-account a i {
  font-size: 24px;
}

.contact-page .contact-information .left .social-account a:hover {
  border-color: #010101;
  background: #010101;
  color: #fff;
}
.contact-page .contact-information .left .social-account .xhs:hover img{
  filter: invert(1) brightness(2);
}

.contact-page .contact-information .left .qr li {
  text-align: center;
}

.contact-page .contact-information .left .qr li:first-child {
  margin-right: 30px;
}

.contact-page .contact-information .left .qr .title {
  font-weight: bold;
}

.contact-page .contact-information .right{
  width: 30%;
}
.contact-page .contact-information .right .information-list li {
  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;
}

.contact-page .contact-information .right .information-list li:nth-child(2) {
  border-top: 1px solid rgba(131, 131, 131, 0.27);
  border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}

.contact-page .contact-information .right .information-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-page .contact-information .right .information-list li .list-right {
  margin-left: 26px;
  padding-top: 2.34375vw;
  padding-bottom: 2.6041666vw;
}

.contact-page .contact-information .right .information-list li .list-right .title {
      font-weight: 600;
    margin-bottom: 14px;
    color: #2e2521;
}

.contact-page .contact-information .right .information-list li .list-right .list-intro {
  color: rgba(0, 0, 0, 0.53);
  line-height: 1.55;
  max-width: 520px;
}


.contact-page .contact-form {
  padding-top: 5.5208333vw;
  background: #F9F9F9;
}

.contact-page .contact-form .container{
  max-width: 1400px;
}

.contact-page .contact-form .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .contact-form form {
  margin-top: 4.32291666vw;
}

.contact-page .contact-form form .form-ul {
  -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;
}

.contact-page .contact-form form .form-ul>li {
  margin-bottom: 2.08333vw;
  position: relative;
}

.contact-page .contact-form form .form-ul>li:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -2px;
  width: 82px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li input {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(1),
.contact-page .contact-form form .form-ul>li:nth-child(2),
.contact-page .contact-form form .form-ul>li:nth-child(3),
.contact-page .contact-form form .form-ul>li:nth-child(4) {
  width: 48.8%;
}

.contact-page .contact-form form .form-ul>li:nth-child(1):before {
  background: #000 url("../images/contact-form-icon1.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(2):before {
  background: #000 url("../images/contact-form-icon2.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(3):before {
  background: #000 url("../images/contact-form-icon3.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4):before {
  background: #000 url("../images/contact-form-icon4.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) {
  position: relative;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject {
  visibility: visible;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list {
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  border: solid 1px #bfbfbf;
  background: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active {
  transform: scaleY(1);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li {
  padding: 4px 8px;
  transition: .3s;
  cursor: pointer;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover {
  color: #fff;
  background-color: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
  border: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
  background: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(5) {
  width: 100%;
}

.contact-page .contact-form form .form-ul>li:nth-child(5):before {
  background: #000 url("../images/contact-form-icon5.png") no-repeat center center;
  border-radius: 41px 41px 41px 0;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
  width: 100%;
  height: 275px;
  font-size: 21px;
  color: #000;
  padding-left: 120px;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-top: 30px;
  background: transparent;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:last-child {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}

.contact-page .contact-form form .form-ul>li:last-child:before {
  display: none;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit {
  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;
  width: 240px;
  height: 64px;
  margin: 0 auto;
  background-color: var( --color);
  border-radius: 40px;
  border: 2px solid var( --color);
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit:hover {
  background-color: transparent;
  color: var( --color);
}

.contact-page .contact-map {
  margin-top: 6.82291666vw;
}

@media screen and (max-width: 1250px){
  .inner-page{
    margin-top: 20px;
  }
  .contact-page .contact-information .ui.container{
    flex-wrap: wrap;
  }
  .contact-page .contact-information .left{
    width: 100%;
  }
  .contact-page .contact-information .right{
    width: 100%;
  }
}

@media screen and (max-width: 1000px){
  .contact-page .contact-form form .form-ul>li:before{
    width: 60px;
    height: 60px;
    top: 8px;

  }
  .contact-page .contact-form form .form-ul>li input{
    padding-left: 60px;
  }
  
  .contact-page .contact-information .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-page .contact-information .left .intro,
  .contact-page .contact-information .right .information-list li .list-right .list-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-form form .form-ul>li:nth-child(1),
  .contact-page .contact-form form .form-ul>li:nth-child(2),
  .contact-page .contact-form form .form-ul>li:nth-child(3),
  .contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .contact-page .contact-information .right .information-list li .icon {
    zoom: .5;
  }

  .contact-page .contact-form form .form-ul>li input {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding-left: 60px;
  }

  .contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(4) select {
    font-size: 16px;
    padding-left: 60px;
    height: 40px;
  }

  .contact-page .contact-form form .form-ul>li:before {
    width: 40px;
    height: 40px;
    top:0;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    padding-top: 15px;
    padding-left: 60px;
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:last-child a.submit {
    height: 40px;
  }
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -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);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.news-page ul li .box .h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 20px;
  /*height: 4.2em;*/
  line-height: 1.4;

}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.news-page ul li .box .more{
  	border: solid 1px rgba(0, 0, 0, 0.8);
}

.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(100%, var(--color)), color-stop(100%, var(--color)), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(left, var(--color) 0%, var(--color) 100%, var(--color) 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(left, var(--color) 0%, var(--color) 100%, var(--color) 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color) 100%, var(--color) 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal,
    normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}

.newdet-page .newdet-1 h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center
}

.newdet-page .newdet-1 .time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}

.newdet-page .newdet-1 .time .ad {
  width: 31px;
  height: 31px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 16px;
  color: #aaa
}


.newdet-page .newdet-1 .content {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}

.newdet-page .newdet-1 .m-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}

.newdet-page .newdet-1 .m-link>a div {
  color: #8e8e8e;
  font-size: 16px
}

.newdet-page .newdet-1 .m-link .share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newdet-page .newdet-1 .m-link .share a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-left: 10px
}

.newdet-page .newdet-1 .m-link .share .a1 {
  background: #48bde9
}

.newdet-page .newdet-1 .m-link .share .a2 {
  background: #4f5fbf
}

.newdet-page .newdet-1 .m-link .share .a3 {
  background: #7a7d82
}

.newdet-page .newdet-1 .m-link .share .a4 {
  background: #f39801
}

.newdet-page .newdet-1 .m-link .share .a5 {
  background: #f39801
}

@media screen and (max-width: 1280px) {
  .newdet-page .newdet-1 h1 {
    font-size: 35px
  }
}

@media screen and (max-width: 1000px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px
  }

  .newdet-page .newdet-1 .m-link .share a {
    zoom: 0.8
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 h1 {
    font-size: 25px
  }

  .newdet-page .newdet-1 .m-link .share {
    width: 100%;
    justify-content: flex-start
  }

  .newdet-page .newdet-1 .m-link>a {
    width: 100%;
    margin-bottom: 10px
  }

  .newdet-page .newdet-1 .tips {
    zoom: 0.7
  }

  .newdet-page .newdet-1 .m-link {
    margin-top: 40px
  }

  .newdet-page .newdet-1 .content {
    margin-top: 25px
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1 {
    font-size: 22px;
    line-height: 1.6;
  }

  .newdet-page .newdet-1 .content {
    font-size: 16px
  }
}

@media screen and (max-width: 700px){
    /*.news-page ul li{
    width: 100% !important;
  }*/
  .news-page ul li .box .h3{
    min-height: auto;
  }
  .news-page .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}


.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	background-color:#2e2521;
	background-blend-mode: normal, normal;
}


.product-page {
  padding-top: 88px;
  padding-bottom: 90px;
}

.product-page 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;
}

.product-page ul li {
  width: 48%;
  margin-bottom: 48px;
}

.product-page ul li a {
  display: block;
}

.product-page ul li .text {
  padding: 30px 65px 30px 50px;
  border: solid 1px rgba(199, 203, 197, 0.8);
}

.product-page ul li .text .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color);
}

.product-page ul li .text .t1:hover {
  color: var(--color);
}

.product-page ul li .text .cont {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  .product-page ul li .text .t1 {
    font-size: 30px;
  }

  .product-page ul li .text {
    padding: 30px 35px 30px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page ul li .text .t1 {
    font-size: 22px;
  }

  .product-page ul li .text {
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  .product-page ul li {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-page ul li .text .cont {
    font-size: 16px;
  }

  .product-page ul li .text .t1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}


.product-page2 {

  padding-bottom: 10px
}

.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}

.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}

.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}

.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}

.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}

.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}

.product-page2 .sideLeft .top .nav ul li>a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-page2 .sideLeft .top .nav ul li>a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page2 .sideLeft .top .nav ul li>a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-page2 .sideLeft .top .nav ul li>a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid var(--color);
  border-right: 9px solid var(--color);
  border-top: 9px solid transparent;
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li>a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li:hover>a,
.product-page2 .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}

.product-page2 .sideLeft .top .nav ul li:hover>a::before,
.product-page2 .sideLeft .top .nav ul li.active>a::before,
.product-page2 .sideLeft .top .nav ul li:hover>a::after,
.product-page2 .sideLeft .top .nav ul li.active>a::after {
  opacity: 1;
}

.product-page2 .sideLeft .top .nav ul li ul li a {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}

.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}

.product-page2 .sideLeft .top .nav ul li.active>ul {
  display: block;
}

.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}

.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight h1.text {
  max-height: 200px;
  /*overflow-y: auto;*/
}
.product-page2 .sideRight .det {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 20px;
  margin-bottom: 40px;
}

.product-page2 .sideRight {
  width: 76% !important;
  padding-left: 75px;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}

.product-page2 .sideRight ul li {
  /*text-align: center;*/
}

.product-page2 .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f5f5f5;
  /*padding: 36px 50px;*/
    border: 1px solid #f1f1f1
}

.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
  color: #747474;
  margin: 15px 0 0;
}

.product-page2 .sideRight ul li .t1 {
  font-size: 18px;
  line-height: 1.4;
  margin: 25px 0 0;
}


.product-page2 .sideRight ul li .t1:hover {
  color: var(--color)
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 23%;
  }

  .inner-page .sidebox .sideright {
    width: 77%;
  }

  .product-page2 .sideRight {
    width: 67%;
    padding-left: 35px;
  }

  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }

}

@media screen and (max-width: 1000px) {
  .product-page2 .sideLeft {
    display: none;
  }

  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 180px;
}

.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgb(46 37 33);
  border-radius: 10px;
  overflow: hidden
}

.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #f2f1ed;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}

.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}

.inner-page .sidebox .sideleft .widget form input[type=submit] {
  background-color: var(--color);
  color: #fff;
  transition: .5s
}

.inner-page .sidebox .sideleft .widget form input[type=submit]:hover {
  background-color: #f8f8f8;
  color: #000
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget .productImg {
  padding-bottom: 20px;
}
.inner-page .sidebox .sideleft .widget .productImg img {
  display: none;
}
.inner-page .sidebox .sideleft .widget .productImg img.active {
  display: block;
}

.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: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;

}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
font-size: 18px;
line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a sup {
  margin-top: -9px;
}

.inner-page .sidebox .sideleft .widget ul li a span {
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}

.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: var(--color);
}

.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}

.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;
  height: 40px;
  font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}

.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 0px 50px;
}


@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }

  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }

  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

@media screen and (max-width: 1450px) {
  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 16px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 22px
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100% !important;
    padding-left: 0;
  }
  .product-page2 .sideRight{
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sidebox .sideleft .widget ul li a span {
    display: none
  }

  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 14px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 20px
  }
}

@media screen and (max-width: 500px) {
  .product-page2 .sideRight ul li .t1{
    margin-top: 10px;
  }
}


.prodet-page .prodet-1 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.prodet-page .prodet-1 .box .left{
  width: 50%;
}
.prodet-page .prodet-1 .box .left .big{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  background: white;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
  height: 500px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-list{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}


.prodet-page .prodet-1 .box .right {
  padding-top: 5px;
}

.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  font-size: 26px;
  font-weight: bold;
  padding-block-end: 8px
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  font-size: 36px
}

.prodet-page .prodet-1 .box .right .content .st1 {
  font-size: 24px;
  padding-top: 25px;
  border-top: 1px solid #2e2521;
  width: 100%;
  margin-top: 30px;
  font-weight: bold
}
.prodet-page .prodet-1 .box .right .content .st2 {
  font-size: 24px;
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}

.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  /*height: 280px;*/
  padding-right: 20px;
  color: #545454;
  margin-top: 15px;
  margin-bottom: 20px;
  overflow: auto;
  max-height: calc(2em * 7);
  overflow-y: auto;
}

.prodet-page .prodet-1 .box .right .content .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  margin-top: 35px
}

.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: var(--color);
}

.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .box2 .cont {
  margin-top: 40px;
  overflow-x: auto
}

.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb {
  height: 5px
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table {
    width: 1440px !important;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .box .left{
    width: 100%;
    max-width: 700px;
  }
  .prodet-page .prodet-1 .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.prodet-page .prodet-2 {
  background-color: #f9f9f9;
  padding: 100px 0 85px;
}

.prodet-page .prodet-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}

.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2
}

.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}

.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}

.prodet-page .prodet-2 ul li .box>img {
  width: 100%;
}

.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.6;
}

.prodet-page .prodet-2 ul li .box .t1:hover {
  color:  var(--color)
}

.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
font-size: 18px;
line-height: 32px;
}

/*.prodet-page .prodet-22 {
  padding: 90px 0 0;
}*/
.prodet-page .prodet-22 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-22 .options ul li {
  margin-right: 50px;
  font-size: 20px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-22 .options ul li:after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--primary);
}
.prodet-page .prodet-22 .options ul li:hover,
.prodet-page .prodet-22 .options ul li.active {
  color: #373330;
}
.prodet-page .prodet-22 .options ul li:hover:after,
.prodet-page .prodet-22 .options ul li.active:after {
  width: 100%;
}
.prodet-page .prodet-22 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-22 .ret .content {
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .prodet-22 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.prodet-page .prodet-22 .ret .content dl dd h4 {
  font-size: 30px;

  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.prodet-page .prodet-22 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1500px) {
  .prodet-page .prodet-22 {
    padding: 70px 0;
  }
  .prodet-page .prodet-22 .options ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
      .prodet-page .prodet-22 .options ul li {
    margin-right: 25px;
  }
  .prodet-page .prodet-22 .options {
    display: none;
  }
  .prodet-page .prodet-22 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .prodet-page .prodet-22 {
    padding-top: 0;
  }
  .prodet-page .prodet-22 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }  
  .prodet-page .prodet-22 .ret .det {
    overflow-x: auto;
  }
  .prodet-page .prodet-22 .ret .det table {
    table-layout: auto;
  }
  .prodet-page .prodet-22 .ret .det table td {
    min-width: 200px;
    width: auto;
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-22 .ret .content dl dd h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-22 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-22 .ret .slide:first-child {
    margin-top: 0;
  }
}
.prodet-page .prodet-3 {
  padding: 70px 0;
}

.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}

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

.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px
}
.prodet-page .prodet-3 form button:hover{
  background-color: var(--color);
  color: var(--color1);
}
.prodet-page .prodet-3 form 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;
}

.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}

.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}

.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}

.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}

.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}

.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}

.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}

.prodet-page .prodet-4 {
  position: relative;
  background-color: #f2f1ed;
}

.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}

.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}

.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}

.prodet-page .prodet-5 ul {
  margin-right: -38px;
  margin-top: 40px;
}

.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-right: 38px;
}

.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 70px 28px;
  display: block
}

.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
}

.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #2e2521;
     height: 4em; 

    transition: .5s;
}

.prodet-page .prodet-5 ul li .box:hover .t1 {
  color:  var(--color);
}

.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  font-size: 18px;
  color: #767676;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }

  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }

  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }

  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }

  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }

  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .top .tip{
    width: 100%;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
    min-height: 3em;
  }

  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }

  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }

  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
  .prodet-page .prodet-5{
        padding: 40px 0 ;
  }
  .prodet-page{
    padding-top: 40px;
  }
}
@media screen and (max-width: 700px){
  .prodet-page{
    padding-top: 0;
  }
  .prodet-page .prodet-1{
    padding: 40px 0;
  }
  .prodet-page .prodet-1 .box .right .content .cat_name{
    font-size: 20px !important;
  }

  .prodet-page .prodet-1 .box .right .content h1 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big {
    width: 85%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 15%;
    margin-top: 0;
  }
  .prodet-page .prodet-1 .box .left .small ul{
    height: 51vw;
  }
  .prodet-page .prodet-2{
    padding: 40px 0 0;
  }
  .prodet-page .prodet-2 ul{
    margin-top: 30px;
  }
}


.faq-page {
  padding-bottom: 100px;
  padding-top: 80px
}

.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}

.faq-page .faqbox .ui.container ul.faqlist li .top .title {
      font-size: 30px;
    font-weight: 600;
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f2f1ed;
  display: none;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 18px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 100px
  }
}

@media screen and (max-width: 700px) {
  .faq-page {
    padding: 40px 0;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 20px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    right: 20px
  }
}


.about-page .init-1 {
  background-position: top center;
}
.about-page .init-1 .left {
  width: 50%;
  padding-right: 16%;
}
.about-page .init-1 .left .title {
  /*text-transform: uppercase;*/
}
.about-page .init-1 .left .title .sub {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 10px;
}
.about-page .init-1 .left .title .text {
  width: -webkit-calc(82%);
  width: -moz-calc(82%);
  width: calc(100% - 18px);
}
.about-page .init-1 .left .title2 {
  font-weight: 700;
  /*text-transform: uppercase;*/
}
.about-page .init-1 .left .title2 em {
  display: block;
  text-align: right;
}
.about-page .init-1 .right {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 6px;
  width: 50%;
  color: rgba(0, 0, 0, 0.65);
}
.about-page .init-2 .container .cont .img {
  width: 100%;
  -webkit-clip-path: inset(0px 30% 0px 30%);
  clip-path: inset(0px 30% 0px 30%);
  border-radius: 20px;
}
.about-page .init-2 .container .cont .play {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .init-2 .container .cont .play .con {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: 22px;
  color: var(--color);
}
.about-page .init-2 .container .cont .play .con i {
  margin-left: 5px;
}
.about-page .init-2 .container .cont .play .ling {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-2 .container .cont .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-3 .container .content ul li {
  text-align: center;
  min-width: 200px;
}
.about-page .init-3 .container .content ul li .box .num {
  font-size: 140px;
  line-height: 1;
  color: var(--color);
  opacity: 0.1;
  font-weight: bold;
}
.about-page .init-3 .container .content ul li .box .text {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.about-page .init-3 .container .content ul .line {
  width: 1px;
  height: 58px;
  background-color: #000;
  opacity: 0.1;
}
.about-page .init-4 {
      
  /*background-color: #f5f5f5;*/
  background-color: #f5f5f5;
  
}
.about-page .init-4 .titleC .title {
  width: 50%;
}
.about-page .init-4 .titleC .des {
  width: 46%;
  color: rgba(0, 0, 0, 0.6);
}
.about-page .init-4 .content .left {
  min-height: 450px;
  width: -webkit-calc(38%);
  width: -moz-calc(38%);
  width: calc(68% - 30px);
}
.about-page .init-4 .content .left ul li {
  margin-bottom: 20px;
  width: 50%;
}
.about-page .init-4 .content .left ul li .box {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.about-page .init-4 .content .left ul li .box .cir {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.about-page .init-4 .content .left ul li .box .cir .img {
  height: 30px;
  width: 100%;
}
.about-page .init-4 .content .left ul li .box .des {
  color: #666666;
  height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-4 .content .left ul li:hover .box,
.about-page .init-4 .content .left ul li.active .box {
  background-color: #f5f5f5;
      box-shadow: 0 0 10px #ccc;
}
.about-page .init-4 .content .left ul li:hover .box .cir,
.about-page .init-4 .content .left ul li.active .box .cir {
  height: 0;
  opacity: 0;
}
.about-page .init-4 .content .left ul li:hover .box .des,
.about-page .init-4 .content .left ul li.active .box .des {
  height: 94px;
}
.about-page .init-4 .content .right {
  width: 32%;
}
.about-page .init-4 .content .right img {
    width: auto;
    height: 85%;
    border-radius: 10px;
}


.about-page .about-3 {
    position: relative;
    z-index: 1;    
    background-color: #f9f9f9;
}

.about-page .about-3 .left {
    width: 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 160px
}

.about-page .about-3 .left .h-title p{
    color: rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    padding-right: 40px;
}
.about-page .about-3 .left .h-title p::before{
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  background: var(--color);
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: none;
}
.about-page .about-3 .left .h-title h3{
  font-weight: bold;
  margin-top: 20px;
}
.about-page .about-3 .left .h-title h3 em{
  color: var(--color);
  display: block;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative
}

.about-page .about-3 .left span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000
}

.about-page .about-3 .left .title {
    font-size: 48px;
    line-height: 1;
    margin-top: 21px;
}

.about-page .about-3 .left .title em {
    display: block
}

.about-page .about-3 .right {
    width: 55%;
    padding-left: 101px;
    position: relative
}

.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.about-page .about-3 .right .tag ul {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}

.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0
}

.about-page .about-3 .right .tag ul li.current a {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.about-page .about-3 .right .content ul li {
    padding: 40px 20px;
    margin-bottom: 60px;
        border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px #f1f1f1;
}

.about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
    line-height: 1;
    color: #030303;
    font-weight: 700
}

.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.65);
    margin-top: 21px
}

.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0
}

.about-page .about-3 .right .content ul li.active {
    background: #333;

}
.about-page .about-3 .right .content ul li.active,
.about-page .about-3 .right .content ul li.active .tit,
.about-page .about-3 .right .content ul li.active .con{
  color: #fff;
}
.about-page .about-3 .right .content ul li.active .con{
  opacity: 0.6;
}

@media (max-width: 1700px) {
  .about-page .about-3 .left .title {
      font-size: 72px
  }
}
@media (max-width: 1450px) {

  .about-page .init-3 .container .content ul li .box .num {
    font-size: 100px;
  }
  .about-page .about-3 .left .title {
        font-size: 66px
  }
}
@media (max-width: 1250px) {
  .about-page .init-3 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .about-3 .right .content ul li {
        padding: 60px 20px
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .left .title2 em {
    text-align: left;
  }
  .about-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content ul .line {
    display: none;
  }
  .about-page .init-4 .titleC .title {
    width: 100%;
  }
  .about-page .init-4 .titleC .des {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-4 .content .left {
    width: 100%;
  }
  .about-page .init-4 .content .right {
    width: 100%;
  }

    .about-page .about-3 .left .title {
        font-size: 53px
    }

    .about-page .about-3 .right .content ul li {
        padding: 40px 20px
    }

    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px
    }

    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px
    }

      .about-page .about-3 .left {
        position: initial;
        width: 100%
    }

    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px
    }
}
@media (max-width: 700px) {
  .about-page .init-4 .content .left ul li {
    width: 100%;
  }

    .about-page .about-3 .left .title {
        font-size: 46px
    }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .content ul li {
    width: 100%;
  }

    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6
    }

    .about-page .about-3 .right {
        padding-left: 0
    }

    .about-page .about-3 .right .tag {
        display: none
    }

    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241,238,226,.8);
        padding: 30px 15px
    }

    .about-page .about-3 .right .content ul li .tit {
        font-size: 24px
    }

    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8
    }
}

.gallery-page .list ul {
  margin: -10px;
}

.gallery-page .list ul li {
  padding: 10px;
}

.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}


.service-page2 .service-1 {
  padding-top: 110px;
  padding-bottom: 120px
}

.service-page2 .service-1 .top {
  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;
}

.service-page2 .service-1 .top .tip {
  width: 46%;
}

.service-page2 .service-1 .top .tip .title {
  line-height: 1.4;
}

.service-page2 .service-1 .top .cont {
  width: 54%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}

.service-page2 .service-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.service-page2 .service-1 ul li {
  background-color: #f2f1ed;
  height: 400px;
  width: 31%;
  padding: 45px 28px 0;
  margin-top: 40px;
}

.service-page2 .service-1 ul li .img {
  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;
  margin-bottom: 33px;
}

.service-page2 .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}

.service-page2 .service-1 ul li .t1 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}

.service-page2 .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.service-page2 .service-1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}

.service-page2 .service-1 .bottom img {
  margin-right: 24px;
}

.service-page2 .service-1 .sev1 {
  width: 100%;
}

.service-page2 .service-1 .sev-img {
  position: relative;
  margin-top: 80px
}

.service-page2 .service-1 .sev-img .sev-icon {
  position: absolute;
  right: 70px;
  top: 0;
  margin-top: -96px;
  animation: sc 8s infinite linear;
}

.service-page2 .service-2 {
  background: url(../images/sev2.jpg) no-repeat bottom -5px center / 100%;
  text-align: center;
}

.service-page2 .service-2 .title {
  line-height: 1.2;
}

.service-page2 .service-2 .cont {
  max-width: 1300px;
  font-size: 18px;
  line-height: 2;
  margin: 30px auto 45px;
}

.service-page2 .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}

.service-page2 #index-body .advantage {
  background: url(../images/seradv_bg2.jpg) no-repeat top center / cover;
}

.service-page2 #index-body .advantage .ui.container {
  max-width: 1700px;
}

.service-page2 #index-body .advantage .tip {
  color: #fff;
  text-align: center;
}

.service-page2 #index-body .advantage .tip .smt {
  padding-bottom: 10px;
}

.service-page2 #index-body .advantage ul {
  margin-right: -24px;
  
}
.service-page2 #index-body .advantage ul li {
  padding-right: 24px;
}

.service-page2 #index-body .advantage ul li .box {
  /*background: #fff;
  padding-top: 56px;
  padding: 56px 39px 80px;*/
}

.service-page2 #index-body .advantage ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.service-page2 #index-body .advantage ul li .box .icon {
  height: auto;
}
.service-page2 #index-body .advantage ul li .box .icon img{
  height: 100%;
}
.service-page2 #index-body .advantage ul li .box .cont {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 9em;
}

.service-page2 ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: -66px;
  width: 100%;
  text-align: center;
}

.service-page2 ul.slick-dots li {
  display: inline-block;
  padding: 0 !important;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  margin-right: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

.service-page2 ul.slick-dots li:last-child {
  margin-right: 0;
}

.service-page2 ul.slick-dots li button {
  display: none;
}

.service-page2 ul.slick-dots li.slick-active {
  background: #f2f1ed;
  opacity: 1;
}
@media screen and (max-width: 1680px) {
.service-page2 #index-body .advantage .ui.container {
    max-width: 1400px;
  }
.service-page2 #index-body .advantage ul li .box .t1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .service-page2 #index-body .advantage .ui.container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1280px){
    .service-page2 #index-body .advantage .ui.container {
    max-width: 1080px;
  }
   .service-page2 ul.slick-dots li {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1100px){
   .service-page2 #index-body .advantage .ui.container {
    max-width: 100%;
  }
   .service-page2 #index-body .advantage ul li .box .t1 {
    font-size: 26px;
  }
}


@media screen and (max-width: 700px) {
  .service-page2 .service-1 ul{
    margin-top: 0;
  }
}

@media screen and (max-width: 1450px) {
  .service-page2 .service-1 ul li {
    width: 47%;
  }
}

@media screen and (max-width: 1000px) {
  .service-page2 .service-1 .top .tip {
    width: 100%;
  }

  .service-page2 .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .service-page2 .service-1 ul li .t1 {
    font-size: 22px;
  }

  .service-page2 .service-1 ul li .img .num {
    font-size: 60px;
  }

  .service-page2 .service-1 .sev-img {
    zoom: 0.8
  }
}

@media screen and (max-width: 700px) {
  .service-page2 .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .service-page2 .service-1 {
    padding: 40px 0;
  }

  .service-page2 .service-1 .sev-img {
    zoom: 0.5
  }
}

@media screen and (max-width: 700px) {
  .service-page2 .service-1 .bottom {
    display: none;
  }
}
.solution-page .init-1 {
  background-color: #fff;
}
.solution-page .init-1 .tipsDes {
  color: #666666;
}
.solution-page .init-1 .content .left {
  width: 60%;
}
.solution-page .init-1 .content .right {
  width: 30%;
}
.solution-page .init-1 .content .right ul li {
  margin-top: 60px;
}
.solution-page .init-1 .content .right ul li:first-child {
  margin-top: 20px;
}
.solution-page .init-1 .content .right ul li .box .topC {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.solution-page .init-1 .content .right ul li .box .topC em {
  font-size: 50px;
  font-weight: bold;
}
.solution-page .init-1 .content .right ul li .box .topC .sub {
  position: relative;
  top: -4px;
}
.solution-page .init-1 .content .right ul li .box .topC .tip {
  width: 220px;
  margin-left: auto;
  position: relative;
  top: -4px;
}
.solution-page .init-1 .content .right ul li .box .lineC {
  height: 3px;
  background-color: #bfbfbf;
  position: relative;
}
.solution-page .init-1 .content .right ul li .box .lineC .line {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--color);
}
.solution-page .init-1 .content .right ul li .box:hover .lineC .line {
  width: 100%;
}
.solution-page .init-2{
  background: #f2f1ed;
}
.solution-page .init-2 .content {
  padding-left: 120px;
}
.solution-page .init-2 .content ul li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.4%;
}
.solution-page .init-2 .content ul li .img {
  display: block;
}
.solution-page .init-2 .content ul li .img img {
  width: 100%;
}
.solution-page .init-2 .content ul li .text {
  display: block;
  text-align: left;
  color: #222222;
}
.solution-page .init-2 .content ul li.active2 .box {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.solution-page .init-2 .content ul li.active2 .box .text {
  opacity: 0;
}
.solution-page .init-2 .content ul li.active2:hover .box {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.solution-page .init-2 .content ul li.active2:hover .box .text {
  opacity: 1;
}
.solution-page .init-2 .lineCont {
  padding-left: 120px;
}
.solution-page .init-2 .lineCont .container {
  width: 100%;
  padding: 0;
}
.solution-page .init-2 .lineCont .lineC {
  height: 1px;
  background-color: #cccccc;
}
.solution-page .init-2 .lineCont .lineC .line {
  width: 0;
  height: 100%;
  background-color: #000;
  transition: all 0.5s;
}
.solution-page .init-2 .more {
  margin-right: 120px;
}
.solution-page .init-3 {
  background-color: #fff;
}
.solution-page .init-3 .container ul li .box {
  background-color: #f2f1ed;
}
.solution-page .init-3 .container ul li .box .left {
  object-fit: contain;
}
.solution-page .init-3 .container ul li .box .right {
  padding: 70px;
}
.solution-page .init-3 .container ul li .box .right .des {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}
.solution-page .init-3 .container ul li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
.solution-page .init-4 {
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.solution-page .init-4 .textStoke {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.solution-page .init-4 .desC {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 1450px) {
  .solution-page .init-1 .content .right ul li .box .topC .tip {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-2 .init-2C {
    width: 970px;
    padding: 0 16px;
    margin: auto;
  }
  .solution-page .init-2 .content {
    padding-left: 0;
  }
  .solution-page .init-2 .lineCont {
    padding-left: 0;
  }
  .solution-page .init-2 .content .swiper2 {
    overflow: hidden;
  }
  .solution-page .init-2 .more {
    margin-right: 0;
  }
  .solution-page .init-3 .container ul li .box .left {
    width: 100%;
  }
  .solution-page .init-3 .container ul li .box .right {
    width: 100%;
    margin-top: 20px;
    padding: 20px 16px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 .content .left {
    width: 100%;
  }
  .solution-page .init-1 .content .right {
    width: 100%;
    margin-top: 40px;
  }
  .solution-page .init-2 .init-2C {
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .content .right ul li {
    margin-top: 40px;
  }
  .solution-page .init-1 .content .right ul li .box .topC em {
    font-size: 40px;
  }
}

.factory-page .titleC span{
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.factory-page .content{
  position: relative;
}
.factory-page .content .btn{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: 2;
  cursor: pointer;
  font-weight: bold;
}
.factory-page .content .btn:hover{
  background: #333333;
  color: #fff;
}
.factory-page .content .prev{
  right: unset;
  left: -100px;

}
@media (max-width: 1450px) {
  .factory-page .content .next{
    right: -10px;
  }
  .factory-page .content .prev{
    left: -10px;
  }
}
@media (max-width: 500px) {
  .factory-page .content .btn{
    width: 38px;
    height: 38px;
  }
}
.honor-page .left{
  width: 52%;
}
.honor-page .left .swiper{
  padding-top: 240px;
  width: 78%;
}
.honor-page .left ul li.swiper-slide .box{
  transform-origin: bottom center;
}
.honor-page .left ul li.swiper-slide-active{
  z-index: 3;
}
.honor-page .left ul li.swiper-slide-active .box{
  transform: scale(2.3);
}
.honor-page .left ul li.swiper-slide-prev,
.honor-page .left ul li.swiper-slide-next{
  z-index: 2;
}
.honor-page .left ul li.swiper-slide-prev .box,
.honor-page .left ul li.swiper-slide-next .box{
  transform: scale(1.6);
}
.honor-page .left .imgC{
  height: 150px;
  background-position: top center;
}
.honor-page .right{
  width: 44%;
}
@media (max-width: 1000px) {
  .honor-page .left{
    width: 100%;
  }
  .honor-page .right{
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .honor-page .left .swiper{
    padding-top: 100px;
  }
  .honor-page .left .imgC{
    height: 70px;
  }
}

.factory-page1 {
    padding: 100px 0 80px
}

.factory-page1 .bottom .list {
    margin: 90px 0
}

.factory-page1 .bottom .list ul {
    margin: -35px -10px
}

.factory-page1 .bottom .list ul li {
    padding: 35px 10px
}

.factory-page1 .bottom .list ul li a.img-box {
    display: block
}

.factory-page1 .bottom .list ul li a.img-box img {
    width: 100%
}

.factory-page1 .bottom .list ul li a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/template/en/images/icon-zoom.png") center center no-repeat rgba(1,169,248,.7);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.factory-page1 .bottom .list ul li a.img-box:hover:after {
    opacity: 1
}

.factory-page1 .bottom .list ul li span.h6 {
    font-size: 16px;
    font-weight: 500;
    color: #120c0b;
    display: block;
    margin-top: .5em
}
@media screen and (max-width: 1700px) {
    .factory-page1 .bottom .list ul li{
      width: 20%;
    }
}
@media screen and (max-width: 1250px) {
    .factory-page1 .bottom .list ul li{
      width: 25%;
    }
}
@media screen and (max-width: 1000px) {
     .factory-page1 .bottom .list ul li{
      width: 33.33333%;
    }
    .factory-page1 .bottom .list{
      margin-bottom: 20px;
      margin-top: 50px;
    }
}
@media screen and (max-width: 700px) {
  .factory-page1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
    .factory-page1 .bottom .list ul li{
      width: 50%;
    }
}


.projects-page .projects-1 .fl-list {
  position: relative;
  width: 1110px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color);
  border-radius: 30px;
  padding: 10px 40px;
}

.projects-page .projects-1 .fl-list>span {
  color: #fff;
  width: 100%;
  height: 100%;
}

.projects-page .projects-1 .fl-list ul {
  background-color: #fff;
  /*max-height: 300px;*/
  overflow-y: auto;
  position: absolute;
  width: 96%;
  top: 100%;
  left: 2%;
  z-index: 2;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s;
  border-radius: 0 0 30px 30px;
}

.projects-page .projects-1 .fl-list ul li {
  padding: 25px 30px;
}

.projects-page .projects-1 .fl-list ul li a {
  display: block;
}

.projects-page .projects-1 .fl-list ul li:hover {
  color: #fff;
  background-color: var(--color);
}

.projects-page .projects-1 .fl-list ul li.active {
  color: #fff;
  background-color: var(--color);
}

.projects-page .projects-1 .fl-list:hover ul {
  opacity: 1;
  transform: scaleY(1);
}

.projects-page .projects-1 .list ul {
  margin: -12px;
}

.projects-page .projects-1 .list ul li {
  padding: 12px;
  width: 33.3%;
}

.projects-page .projects-1 .list ul li .box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.projects-page .projects-1 .list ul li .box .imgbox img{
  min-height: 372px;
  object-fit: cover;
}

.projects-page .projects-1 .list ul li .box .txtbox {
  width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(6,43,66,0.63);
  padding:20px 40px;
  color: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  backdrop-filter: blur(5px);
}

.projects-page .projects-1 .list ul li .box .txtbox2 {
  height: 100%;
  left: 0;
  bottom: auto;
  top: 100%;
  opacity: 0;
  padding:50px 40px;
}

.projects-page .projects-1 .list ul li .box .txtbox .ttcon {
  position: relative;
}
.projects-page .projects-1 .list ul li .box .txtbox .ttcon .tt:hover{
  color: rgba(255,255,255,0.6);
}

.projects-page .projects-1 .list ul li .box .txtbox .btn-more02:hover{
  color: rgba(255,255,255,0.6);
}
.projects-page .projects-1 .list ul li .box .txtbox .btn-more02:hover img{
  filter: brightness(0.8) invert(1) grayscale(1);
}
.projects-page .projects-1 .list ul li .box:hover .txtbox{
  bottom: 50%;  opacity: 0;
}
.projects-page .projects-1 .list ul li .box:hover .txtbox2{
  top: 0;
  opacity: 1;
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 1250px) {
  .projects-page .projects-1 .fl-list {
    width: 100%;
    height: 74px;
  }
  .projects-page .projects-1 .fl-list ul li {
    padding: 15px 20px;
  }
  .projects-page .projects-1 .list ul li .box .txtbox{
    padding: 20px;
  }
  .projects-page .projects-1 .list ul li .box .txtbox2{
    padding: 20px;
  }

}

@media screen and (max-width: 1000px) {
  .projects-page .projects-1 .list ul li {
    width: 50%;
  }
  .projects-page .projects-1 .fl-list {
    border-radius: 15px;
    padding: 10px 20px;
    height: 60px;
  }
  .projects-page .projects-1 .fl-list ul {
    border-radius: 0 0 15px 15px;
  }
  .projects-page .projects-1 .fl-list ul li {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 700px) {
  .projects-page .projects-1 .list ul {
    margin: -5px;
  }
  .projects-page .projects-1 .list ul li {
    padding: 5px;
  }
  .projects-page .projects-1 .list ul li .box .imgbox img {
    min-height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .projects-page .projects-1 .list ul li {
    width: 100%;
  }
}
.mk-tt {
  line-height: 1.2;
}
.mk-tt span {
  position: relative;
}
.mk-tt span img {
  position: absolute;
  bottom: 16px;
  right: -22px;
}
.mk-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-desc {
  max-width: 410px;
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
}
.mk-desc::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
}
.f-color {
    color: var(--color);
}

.btn-more02 {
  min-width: unset;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-more02 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-more02:hover {
  color: var(--color);
}

.btn-more02:hover img {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 1450px) {
    .btn-more02 {
    zoom: 0.9;
  }
}
@media screen and (max-width: 700px) {
  .btn-more02 {
    zoom: 0.8;
  }
}

.download-page .col {
    color: var(--color);
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: var(--color);
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .download-page .list ul li{
    width: 48%
  }
}

@media screen and (max-width: 500px) {
    .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
    .download-page .list ul li{
    width: 100%
  }
}
