@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-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.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%;
    }
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.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: #1caebb;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.white {
  color: #fff;
}
.subtitle {
  color: var(--color);
  text-decoration: underline;
  text-underline-offset: 6px;
}
@-webkit-keyframes category-scale {
  0% {
    -webkit-transform: translate(50%, 50%) scale(1);
    transform: translate(50%, 50%) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(1.25);
    transform: translate(50%, 50%) scale(1.25);
  }
}
@-moz-keyframes category-scale {
  0% {
    -moz-transform: translate(50%, 50%) scale(1);
    transform: translate(50%, 50%) scale(1);
  }
  100% {
    -moz-transform: translate(50%, 50%) scale(1.25);
    transform: translate(50%, 50%) scale(1.25);
  }
}
@keyframes category-scale {
  0% {
    -webkit-transform: translate(50%, 50%) scale(1);
    -moz-transform: translate(50%, 50%) scale(1);
    transform: translate(50%, 50%) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(1.25);
    -moz-transform: translate(50%, 50%) scale(1.25);
    transform: translate(50%, 50%) scale(1.25);
  }
}
@-webkit-keyframes advantage-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-moz-keyframes advantage-scale {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes advantage-scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.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;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  border-radius: 10px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid var(--color);
}
.public-btn:hover {
  color: var(--color);
  background-color: transparent;
}
a.public-link {
  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;
}
a.public-link i.iconfont {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -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;
  margin-right: 0.61em;
  background-color: var(--color);
  border: 2px solid var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
a.public-link span {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-underline-offset: 5px;
}
a.public-link:hover i {
  background-color: transparent;
  color: var(--color);
}
a.public-link.white span {
  color: #fff;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header.inner {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .h-top {
  background-color: var(--color);
  color: #ffffff;
}
#header .h-top .right {
  min-height: 45px;
}
#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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#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: 45px;
  -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: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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .line {
  width: 2px;
  height: 29px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#595959)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(#595959, #595959), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(#595959, #595959), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#595959, #595959), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  opacity: 0.17;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .items .h-language > img {
  max-width: 30px;
}
#header .nav .ui.menu .items .h-language span {
  color: #000;
  line-height: 1.2;
}
#header .nav .ui.menu .items .h-language i {
  color: #000;
  font-size: 16px;
  line-height: 1;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
              -webkit-transform 0.5s;
  transition: opacity 0.3s,
              -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
              opacity 0.3s,
              -moz-transform 0.5s;
  transition: transform 0.5s,
              opacity 0.3s;
  transition: transform 0.5s,
              opacity 0.3s,
              -webkit-transform 0.5s,
              -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  opacity: 0;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#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 .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#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 {
  margin-top: 120px;
  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;
}
#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: 17.34%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 860px;
}
#banner .prev,
#banner .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 94px;
  color: #fff;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.68);
}
#banner .prev i,
#banner .next i {
  font-size: 44px;
}
#banner .prev:hover,
#banner .next:hover {
  color: var(--color);
}
#banner .prev {
  left: 7px;
}
#banner .next {
  right: 7px;
}
#index-body .category .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#index-body .category .content a.img-box {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
#index-body .category .content .text-content {
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.29);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
#index-body .category .content .text-content .title {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .content .text-content .title:hover {
  color: var(--color);
}
#index-body .category .content .text-content .intro {
  color: #ffffff;
  line-height: 1.666;
  max-height: -webkit-calc(1.666em * 3);
  max-height: -moz-calc(1.666em * 3);
  max-height: calc(1.666em * 3);
  overflow-y: auto;
}
#index-body .category .content .title1 {
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  color: #ffffff;
}
#index-body .category .content .category-item:hover .text-content {
  opacity: 1;
}
#index-body .category .content .category-item:hover .title1 {
  opacity: 0;
}
#index-body .category .content .left {
  width: 32.4%;
}
#index-body .category .content .left a {
  height: 100%;
}
#index-body .category .content .right {
  width: 67.6%;
}
#index-body .category .content .circle {
  width: 159px;
  height: 158px;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  z-index: -1;
  -webkit-animation: category-scale 1s infinite alternate ease-in-out;
  -moz-animation: category-scale 1s infinite alternate ease-in-out;
  animation: category-scale 1s infinite alternate ease-in-out;
}
#index-body .category .content .circle::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 1px var(--color);
  opacity: 0.74;
  left: 0;
  top: 0;
  border-radius: 50%;
}
#index-body .category .content .circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 97px;
  height: 96px;
  border: solid 1px var(--color);
  opacity: 0.31;
  border-radius: 50%;
}
#index-body .index-wrap1 .content {
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#index-body .index-wrap1 .content .public-title {
  max-width: 740px;
  line-height: 1.3;
}
#index-body .init-5 {
  background-color: #f7f9f9;
}
#index-body .init-5 .subtitle {
  text-decoration: unset;
}
#index-body .init-5 .public-title {
  border-bottom: 2px solid rgba(170, 170, 170, 0.5);
}
#index-body .init-5 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-5 .box .left {
  position: relative;
  z-index: 2;
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-right: 5%;
}
#index-body .init-5 .box .left .list {
  width: 100%;
}
#index-body .init-5 .box .left .list ul li {
  padding-top: 50px;
  padding-bottom: 50px;
}
#index-body .init-5 .box .left .list ul li span {
  font-weight: bold;
  color: #777777;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
#index-body .init-5 .box .left .list ul li span:hover {
  color: var(--color);
}
#index-body .init-5 .box .left .list ul li p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
#index-body .init-5 .box .left .list ul li p:before {
  content: '';
  width: 8px;
  height: 9px;
  background-color: var(--color);
  margin-right: 1em;
}
#index-body .init-5 .box .left .list ul li:last-child {
  padding-bottom: 0;
}
#index-body .init-5 .box .right .text {
  line-height: 1.66666667;
}
#index-body .init-5 .box .right .text h1 {
  display: inline;
}
#index-body .init-5 .box .right .map {
  position: relative;
}
#index-body .init-5 .box .right .map > img {
  position: absolute;
  -webkit-transform: translateX(-90%);
  -moz-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  transform: translateX(-90%);
  bottom: 0;
}
#index-body .init-5 .box .right .map .img {
  position: relative;
}
#index-body .init-5 .box .right .map .img img {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .box .right .map .img:before {
  content: '';
  width: 60%;
  top: 11%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: -46%;
  z-index: 3;
}
#index-body .init-5 .box .right .map .img i {
  border-radius: 100%;
  position: absolute;
  top: 10.3%;
  left: -46%;
  font-size: 10px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #000;
}
#index-body .init-5 .box .right .map .img i:before {
  content: '';
  width: 20em;
  height: 20em;
  border-radius: 100%;
  background: url('../images/about-icon.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index-body .init-5 .box .right .map .img i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
}
#index-body .advantage {
  background-size: cover;
  padding-top: 51px;
  padding-bottom: 76px;
}
#index-body .advantage .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
#index-body .advantage .content .img img {
  -webkit-animation: advantage-scale 1.5s infinite alternate linear;
  -moz-animation: advantage-scale 1.5s infinite alternate linear;
  animation: advantage-scale 1.5s infinite alternate linear;
}
#index-body .advantage .content .item .text-content {
  color: #fff;
}
#index-body .advantage .content .item .text-content .intro {
  line-height: 1.666;
  max-height: -webkit-calc(1.666em * 5);
  max-height: -moz-calc(1.666em * 5);
  max-height: calc(1.666em * 5);
  overflow-y: auto;
}
#index-body .advantage .content .item .icon-box {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 5px 8px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 2px 5px 8px 1px rgba(0, 0, 0, 0.23);
  border-radius: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .advantage .content .item1 {
  top: 15%;
  left: -7%;
}
#index-body .advantage .content .item1 .text-content {
  max-width: 427px;
  width: 22.23958333vw;
  right: 162px;
  bottom: 0;
}
#index-body .advantage .content .item1 .icon-box {
  width: 162px;
}
#index-body .advantage .content .item2 {
  top: 14%;
  right: 2%;
}
#index-body .advantage .content .item2 .text-content {
  max-width: 490px;
  width: 25.52083333vw;
  left: 109px;
  bottom: 0;
}
#index-body .advantage .content .item2 .icon-box {
  width: 109px;
}
#index-body .advantage .content .item3 {
  left: 1%;
  bottom: 22%;
}
#index-body .advantage .content .item3 .text-content {
  max-width: 470px;
  width: 24.47916667vw;
  right: 119px;
  bottom: 0;
}
#index-body .advantage .content .item3 .icon-box {
  width: 119px;
}
#index-body .advantage .content .item4 {
  right: -8%;
  bottom: 23%;
}
#index-body .advantage .content .item4 .text-content {
  max-width: 425px;
  width: 22.13541667vw;
  left: 156px;
  bottom: 0;
}
#index-body .advantage .content .item4 .icon-box {
  width: 156px;
}
#index-body .index-honor .subtitle {
  text-underline-offset: 15px;
}
#index-body .index-honor .index-honor-slick li {
  padding-top: 39px;
  padding-bottom: 38px;
}
#index-body .index-honor .index-honor-slick li .slide-box {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .index-honor .index-honor-slick .slick-current + div .slide-box {
  -webkit-transform: scale(1.074) translateX(-15px);
  -moz-transform: scale(1.074) translateX(-15px);
  -ms-transform: scale(1.074) translateX(-15px);
  transform: scale(1.074) translateX(-15px);
}
#index-body .index-honor .index-honor-slick .slick-current + div + div .slide-box {
  -webkit-transform: scale(1.215);
  -moz-transform: scale(1.215);
  -ms-transform: scale(1.215);
  transform: scale(1.215);
  z-index: 4;
}
#index-body .index-honor .index-honor-slick .slick-current + div + div + div .slide-box {
  -webkit-transform: scale(1.074) translateX(15px);
  -moz-transform: scale(1.074) translateX(15px);
  -ms-transform: scale(1.074) translateX(15px);
  transform: scale(1.074) translateX(15px);
  z-index: 3;
}
#index-body .index-honor .index-honor-slick .slick-dots {
  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;
}
#index-body .index-honor .index-honor-slick .slick-dots li {
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #eaeaea;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0 13px;
}
#index-body .index-honor .index-honor-slick .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .index-honor .index-honor-slick .slick-dots li button {
  display: none;
}
#index-body .index-form .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .index-form .right {
  background-color: #f7f9f9;
}
#index-body .index-form .right .subtitle {
  text-underline-offset: 15px;
}
#index-body .index-form .right .intro {
  color: #2d2c2c;
  line-height: 1.66666667;
}
#index-body .index-form .right form input,
#index-body .index-form .right form textarea {
  background: none;
  border: none;
  background-color: #ffffff;
  border-radius: 10px;
  color: #000;
}
#index-body .index-form .right form input {
  color: rgba(0, 0, 0, 0);
  height: 50px;
}
#index-body .index-form .right form input.submit {
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 55px;
  border: 2px solid var(--color);
}
#index-body .index-form .right form input.submit:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .index-form .right form textarea {
  height: 121px;
}
#footer .f-content .f-items {
  max-width: 208px;
}
#footer .f-content dl {
  color: #ffffff;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt .line {
  height: 1px;
  background-color: #ffffff;
}
#footer .f-content dl dt .line::after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  top: -2px;
  left: 0;
}
#footer .f-content dl dd {
  line-height: 2;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
#footer .f-content dl dd a:hover {
  opacity: 1;
}
#footer .f-content dl.f-contact {
  max-width: 265px;
}
#footer .f-content dl.f-contact dd {
  opacity: 0.5;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 120px;
  border: 5px solid #fff;
}
#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: #ffffff;
}
#footer .f-copy hr {
  background-color: rgba(255, 255, 255, 0.15);
}
#footer .f-copy .copy {
  -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.5);
}
#footer .f-copy .copy .company-link {
  color: #fff;
  -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.5);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.5);
  -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: 0;
  position: fixed;
  bottom: 30%;
  z-index: 100;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.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;
  width: 52px;
  height: 51px;
  background-color: #fff;
  line-height: 51px;
  text-align: center;
  color: #c4c4c4;
  -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 {
  border-radius: 14px 0px 0px 0;
  background-color: var(--color);
}
.fixed-toolbar ul li.r-phone p,
.fixed-toolbar ul li.r-mail p {
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  white-space: nowrap;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  border-radius: 10px;
}
.fixed-toolbar ul li.r-phone:hover p,
.fixed-toolbar ul li.r-mail:hover p {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}
.fixed-toolbar ul li.r-inquiry {
  border-radius: 0px 0 0 14px;
}
.fixed-toolbar ul li.back {
  display: none;
  margin-top: 7px;
  border-radius: 10px 0px 0px 10px;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.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 #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);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
  }
}
@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;
  }
  #index-body .advantage .content .item1 {
    left: 20%;
  }
  #index-body .advantage .content .item2 {
    right: 20%;
  }
  #index-body .advantage .content .item3 {
    left: 20%;
  }
  #index-body .advantage .content .item4 {
    right: 20%;
  }
  #index-body .index-honor .index-honor-slick .slick-current .slide-box {
    -webkit-transform: scale(1.074) translateX(-15px);
    -moz-transform: scale(1.074) translateX(-15px);
    -ms-transform: scale(1.074) translateX(-15px);
    transform: scale(1.074) translateX(-15px);
  }
  #index-body .index-honor .index-honor-slick .slick-current + div .slide-box {
    -webkit-transform: scale(1.215);
    -moz-transform: scale(1.215);
    -ms-transform: scale(1.215);
    transform: scale(1.215);
    z-index: 4;
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div .slide-box {
    -webkit-transform: scale(1.074) translateX(15px);
    -moz-transform: scale(1.074) translateX(15px);
    -ms-transform: scale(1.074) translateX(15px);
    transform: scale(1.074) translateX(15px);
    z-index: 3;
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div + div .slide-box {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content dl.f-contact {
    max-width: unset;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .category .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .content .category-item {
    max-height: 400px;
  }
  #index-body .category .content .left,
  #index-body .category .content .right {
    width: 100%;
  }
  #index-body .init-5 .box .left .list 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;
  }
  #index-body .init-5 .box .left .list ul li {
    width: 50%;
  }
  #index-body .init-5 .box .left .list ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  #index-body .init-5 .box .right .map .img:before,
  #index-body .init-5 .box .right .map > img,
  #index-body .init-5 .box .right .map .img i {
    display: none;
  }
  #index-body .advantage .content .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #index-body .advantage .content .item .text-content {
    width: unset;
  }
  #index-body .advantage .content .item,
  #index-body .advantage .content .item .text-content {
    position: static;
  }
  #index-body .advantage .content .item .text-content .title {
    text-align: left;
  }
  #index-body .advantage .content .item .text-content .intro {
    text-align: left;
  }
  #index-body .advantage .content .item .icon-box {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 0;
    margin: 0 10px;
  }
  #index-body .index-form .left {
    display: none;
  }
  #index-body .index-form .right {
    width: 100%;
  }
  #index-body .index-honor .index-honor-slick li {
    padding-top: 0;
    padding-bottom: 0;
  }
  #index-body .index-honor .index-honor-slick .slick-current .slide-box {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  #index-body .index-honor .index-honor-slick .slick-current + div .slide-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 4;
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div .slide-box {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    z-index: 3;
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div + div .slide-box {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  #index-body .index-form .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .index-form .form-list .wid-49 {
    width: 100%;
  }
  #index-body .index-form .right form input,
  #index-body .index-form .right form input.submit {
    height: 40px;
  }
  #footer .f-copy .copy {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .public-btn {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner .prev,
  #banner .next {
    display: none;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .category .content .category-item {
    margin-bottom: 20px;
  }
  #index-body .category .content .right .r-row1,
  #index-body .category .content .right .r-row2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .content .right .r-row1 .row1-left,
  #index-body .category .content .right .r-row1 .row1-right,
  #index-body .category .content .right .r-row2 .row2-left,
  #index-body .category .content .right .r-row2 .row2-right {
    width: 100%;
  }
  #index-body .index-wrap1 {
    height: 300px;
  }
  #index-body .index-wrap1 > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
  #index-body .init-5 .box .left .list ul li {
    width: 100%;
  }
  #index-body .advantage .content .item .icon-box {
    zoom: .7;
  }
}
/*
#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>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#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;
}
/*内页*/
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-banner-2{
  margin-top: 122px;
  padding: 60px 0;
  font-size: 14px;
  /*color: rgba(0,0,0,0.5);*/
  color: #fff;
  font-weight: 500;
  background: url(/signwill/2026/04/09/DM6A2790-1.jpg) no-repeat center center /cover;
}
.inner-banner-2 a{
  transition: all .5s;
  line-height: 2;
}
.inner-banner-2 a:hover{
  color: var(--color);
}
@media (max-width: 1250px) {
  .inner-banner-2{
    margin-top: 60px;
  }
}
@media (max-width: 700px) {
  .inner-banner-2{
    /*margin-top: 20px;*/
  }
}
.m-page {
  text-align: right;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 700px) {
  .m-page{
    margin-top: 25px;
  }
}
.product-2-page .init-1 {
  padding-top: 80px;
  position: relative;
}
.product-2-page .init-1 .contact_btn {
  padding: 8px 20px;
  position: absolute;
  z-index: 2;
  top: 80px;
  right: 0;
  border-radius: 7px;
  background-color: var(--color);
  color: #fff;
}
.product-2-page .init-1 .container .tips_title {
  color: var(--color);
  line-height: 2;
}
.product-2-page .init-1 .container .content_list {
  margin-top: 30px;
}
.product-2-page .init-1 .container .content_list > p {
  color: #fff;
  font-size: 0;
}
.product-2-page .init-1 .container .content_list .list {
  width: 50%;
  margin-bottom: 40px;
}
.product-2-page .init-1 .container .content_list .list1 {
  padding-right: 60px;
  width: 50%;
}
.product-2-page .init-1 .container .content_list .list1 .slick_list {
  background-size: cover;
  padding: 30px 15px;
}
.product-2-page .init-1 .container .content_list .list1 .slick_list ul li {
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.product-2-page .init-1 .container .content_list .list1 .slick_list ul li img {
  max-width: 100%;
  margin: auto;
  margin: 0 auto 10px;
}
.product-2-page .init-1 .container .content_list .list1 .slick_list ul li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: -7px;
  background-image: url(../images/product_3.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s;
}
.product-2-page .init-1 .container .content_list .list1 .slick_list ul .slick-active li::before {
  opacity: 1;
}
.product-2-page .init-1 .container .content_list .list1 .slick_list ul .slick-current li::before {
  opacity: 0;
}
.product-2-page .init-1 .container .content_list .list2 {
  font-weight: 300;
  line-height: 2;
}
.product-2-page .init-1 .container .content_list .list3 {
  font-weight: 300;
  padding-right: 60px;
  line-height: 2;
}
.product-2-page .init-1 .container .content_list .list3.w_100 {
  width: 100%;
  padding-right: 0;
}
.product-2-page .init-1 .container .content_list .list3.flex {
  display: flex;
}
.product-2-page .init-1 .container .content_list .list3 .list3_1 {
  width: 100%;
}
.product-2-page .init-1 .container .content_list .list3 .list3_2 {
  width: 400px;
  min-width: 440px;
  padding-left: 40px;
}
.product-2-page .init-1 .container .content_list .list3 .list3_2 video {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: contain;
}
.product-2-page .init-1 .container .content_list .list4 {
  height: 316px;
  background-size: cover;
  position: relative;
}
.ks {
  animation: ks 3s linear;
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.product-2-page .init-1 .container .content_list .list4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-2-page .init-1 .container .content_list .list4 .play {
  width: 80px;
  height: 80px;
  position: relative;
}
.product-2-page .init-1 .container .content_list .list4 .play .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: var(--color);
  cursor: pointer;
}
.product-2-page .init-1 .container .content_list .list4 .play .cont i {
  margin-left: 8px;
}
.product-2-page .init-1 .container .content_list .list4 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
.product-2-page .init-1 .container .content_list .list4 .play .ling:first-child {
  animation-delay: 1.5s;
}
.product-2-page .init-2 {
  margin-top: 60px;
}
.product-2-page .init-2 .container .list {
  margin-top: 20px;
}
.product-2-page .init-2 .container .list .title {
  cursor: pointer;
  position: relative;
  text-align: center;
  padding-right: 50px;
  background-color: #e6e8e9;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2;
}
.product-2-page .init-2 .container .list .title .sub {
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 40px;
}
.product-2-page .init-2 .container .list .title.active {
  background-color: var(--color);
  color: #fff;
}
.product-2-page .init-2 .container .list .des {
  display: none;
  background-color: #e6e8e9;
  padding: 0 80px;
  padding-bottom: 70px;
}
.product-2-page .init-2 .container .list .des ul {
  margin: 0 -35px;
  text-align: center;
}
.product-2-page .init-2 .container .list .des ul.text_center {
  text-align: center;
}
.product-2-page .init-2 .container .list .des ul li {
  margin-top: 70px;
  padding: 0 35px;
}
.product-2-page .init-2 .container .list .des ul li .box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  line-height: 2;
}
.product-2-page .init-2 .container .list .des ul li .box a {
  display: block;
}
.product-2-page .init-2 .container .list .des ul li .box a img {
  width: 100%;
}
.product-2-page .init-2 .container .list .des ul li .box .text {
  text-align: center;
  font-weight: bold;
  padding: 0 64px;
}
.product-2-page .init-2 .container .list .des ul li .box .text:hover {
  color: var(--color);
}
.product-2-page .init-3 {
  margin-top: 100px;
  -o-background-size: cover;
  background-size: cover;
}
.product-2-page .init-3 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-2-page .init-3 .container .left {
  width: 50%;
  color: #fff;
}
.product-2-page .init-3 .container .left .tips_title {
  line-height: 2;
}
.product-2-page .init-3 .container .left .des {
  margin-top: 30px;
  font-weight: 400;
  line-height: 2;
}
.product-2-page .init-3 .container .left .des_2 {
  font-weight: 400;
  margin-top: 18px;
}
.product-2-page .init-3 .container .left .tips {
  font-weight: 600;
  margin-top: 30px;
  line-height: 2;
}
.product-2-page .init-3 .container .left .des_3 {
  font-weight: 400;
  margin-top: 12px;
  line-height: 2;
}
.product-2-page .init-3 .container .right {
  padding: 40px 20px;
  background-color: #fff;
  margin-left: auto;
  width: 42%;
}
.product-2-page .init-3 .container .right .tip_title {
}
.product-2-page .init-3 .container .right .des {
  color: #6c6969;
  margin-top: 10px;
  font-weight: 400;
  line-height: 2;
}
.product-2-page .init-3 .container .right form {
  font-weight: 400;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.product-2-page .init-3 .container .right form input {
  border: 1px solid #aab7c8;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}
.product-2-page .init-3 .container .right form textarea {
  border: 1px solid #aab7c8;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}
.product-2-page .init-3 .container .right form .w_50 {
  width: -webkit-calc(45%);
  width: -moz-calc(45%);
  width: calc(50% - 5px);
}
.product-2-page .init-3 .container .right form .btn {
  cursor: pointer;
  border-radius: 5px;
  background-color: var(--color);
  border: 1px solid var(--color);
  margin-top: 30px;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
}
.product-2-page .init-3 .container .right form .btn:hover {
  background-color: #fff;
  color: var(--color);
}

@media (max-width: 1800px) {
  .product-2-page .init-1 .contact_btn {
    display: none;
  }
}
@media (max-width: 1250px) {
  .product-2-page .init-1 .container .content_list .list1 {
    width: 100%;
    padding-right: 0;
  }
  .product-2-page .init-1 .container .content_list .list3 {
    padding-right: 0;
  }
  .product-2-page .init-1 .container .content_list .list {
    width: 100%;
  }
  .product-2-page .init-2 .container .list .title {
    font-size: 30px;
  }
  .product-2-page .init-2 .container .list .title .sub {
    top: 14px;
  }
  .product-2-page .init-2 .container .list .des ul li .box .text {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .product-2-page .init-2 .container .list .des {
    padding: 10px 20px 30px;
  }
  .product-2-page .init-2 .container .list .des ul {
    margin: -10px;
  }
  .product-2-page .init-2 .container .list .des ul li {
    padding: 0 10px;
    margin-top: 20px;
  }
  .product-2-page .init-2 .container .list .des ul li .box {
    padding: 16px;
  }
  .product-2-page .init-3 .container .left {
    width: 100%;
  }
  .product-2-page .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .product-2-page .init-1 .container .content_list .list3.flex {
    flex-wrap: wrap;
  }
  .product-2-page .init-1 .container .content_list .list3 .list3_2 {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .product-2-page .init-1 .container .content_list .list3 .list3_2 video {
    height: auto;
  }
}
@media (max-width: 700px) {
  .product-2-page .init-2{
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .product-2-page .init-1 {
    padding-top: 40px;
  }
  .product-2-page .init-2 .container .list .title {
    font-size: 20px;
    padding-right: 30px;
    padding-left: 10px;
  }
  .product-2-page .init-2 .container .list .title .sub {
    right: 8px;
  }
  .product-2-page .init-2 .container .list .des ul li .box .text {
    margin-top: 16px;
  }
  .product-2-page .init-3 .container .right form .w_50 {
    width: 100%;
  }
}
/*.prodet-2-page .init-1 {
  padding-top: 30px;
}*/
.prodet-2-page .tag-title{
  background-color: var(--color);
  color: #fff;
  width: fit-content;
  line-height: 2;
}
.prodet-2-page .tag-title-box{
  border-bottom: 1px solid #222;
}
.prodet-2-page .init-1-1 .tab-title li .tag-title{
  cursor: pointer;
}
.prodet-2-page .init-1-1 .tab-title li.active .tag-title{
  text-decoration: underline;
}
.prodet-2-page .init-1-1 .tab-content li{
  display: none;
}
.prodet-2-page .init-1-1 .tab-content li.active{
  display: block;
}
.prodet-2-page .init-1 .container .title {
  /*color: var(--color);*/
  line-height: 2;
}
.prodet-2-page .init-1 .container .des {
  margin-top: 20px;
  font-weight: 300;
  line-height: 2;
}
.prodet-2-page .init-2 {
  margin-top: 40px;
  line-height: 2;
}
.prodet-2-page .init-2 table td,
.prodet-2-page .init-2  table th{
  border-color: transparent;
}
.des.font-18 {
  line-height: 2;
}
.prodet-2-page .init-2 .container .title {
  font-weight: 300;
}
.prodet-2-page .init-2 .container .slick_list {
  margin-top: 30px;
}
.prodet-2-page .init-2 .container .slick_list ul {
  margin: 0 -20px;
}
.prodet-2-page .init-2 .container .slick_list ul li {
  cursor: pointer;
  padding: 0 20px;
  position: relative;
}
.prodet-2-page .init-2 .container .slick_list ul li img {
  width: 100%;
}
.prodet-2-page .init-2 .container .slick_list ul li p {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 14px;
  left: 10px;
  padding: 0 20px;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.prodet-2-page .init-3 .container .list {
  margin-top: 80px;
}
.prodet-2-page .init-3 .container .list .left {
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
}
.prodet-2-page .init-3 .container .list .left .left_flex {
  display: flex;
  align-items: center;
}
.prodet-2-page .init-3 .container .list .left .left_flex > a {
  width: 100%;
}
.prodet-2-page .init-3 .container .list .left .left_flex .slick {
  width: 500px;
  padding-left: 40px;
  min-width: 500px;
}
.prodet-2-page .init-3 .container .list .left .left_flex .slick video {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: contain;
}
.prodet-2-page .init-3 .container .list .left .des img {
  width: 100%;
}
.prodet-2-page .init-3 .container .list .left a {
  display: block;
}
.prodet-2-page .init-3 .container .list .left a img {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: auto;
}
.prodet-2-page .init-3 .container .list .left .text {
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
  background: var(--color);
  color: #fff;
  padding: 4px;
}
.prodet-2-page .init-3 .container .list .right {
  width: 100%;
  margin-left: auto;
}
.prodet-2-page .init-3 .container .list .right table tbody tr:first-child {
  color: var(--color);
  font-weight: bold;
}
.prodet-2-page .init-3 .container .list .right table tr td {
  background-color: #fff;
  min-width: 120px;
}
.prodet-2-page .init-4 {
  padding: 90px 0;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .prodet-2-page .init-3 .container .list .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-2-page .init-3 .container .list .left .left_flex {
    flex-wrap: wrap;
  }
  .prodet-2-page .init-3 .container .list .left .left_flex .slick {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .prodet-2-page .init-3 .container .list .left .left_flex .slick video {
    height: auto;
  }
  .product-2-page .init-1 .container .content_list .list3 .list3_2 video {
    height: auto;
  }
}
@media (max-width: 700px) {
  .prodet-2-page .init-3 .container .list{
    margin-top: 35px;
  }
  .prodet-2-page .init-3 .container .list .left{
    padding-top: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .prodet-2-page .init-4 {
    padding: 40px 0;
  }
}
.about-page h2.title {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  line-height: 2;
  padding-bottom: 10px;
}
.about-page .about-1 {
  padding-top: 80px;
  padding-bottom: 85px;
}
.about-page .about-1 h2.title{
  line-height: 1.2;
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .left ul {
  margin-top: 14px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.about-page .about-1 .left ul li h2 {
  font-size: 64px;
  font-weight: 900;
  font-style: italic;
}
.about-page .about-1 .left ul li h2 span {
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
}
.about-page .about-1 .left ul li p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
  width: 70%;
  line-height: 2;
  font-weight: 300;
  font-size: 16px;
  padding-left: 105px;
  max-height: 765px;
  overflow-y: scroll;
}
.about-page .about-1 .right p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top {
  position: relative;
}
.about-page .about-2 .top .play {
  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%);
}

.about-page .about-2 .bottom {
  background: var(--color);
  padding: 36px 0;
}
.about-page .about-2 .bottom .ui.container {
  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;
}
.about-page .about-2 .bottom .ui.container .left {
  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;
}
.about-page .about-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin-left: 30px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .ui.container .right:hover {
  background: black;
  color: white;
}
.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}
.about-page .about-3 .left {
  padding-right: 108px;
}
.about-page .about-3 .left .list_cont {
  padding-right: 10px;
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.about-page .about-3 .left .list_cont .list {
  margin-top: 30px;
}
.about-page .about-3 .left .list_cont .list:first-child {
  margin-top: 0;
}
.about-page .about-3 .left .list_cont .list .top img {
  width: 190px;
}
.about-page .about-3 .left .list_cont .list .top .text {
  width: calc(100% - 190px);
  padding-left: 20px;
  padding: 10px 0 0 20px;
}
.about-page .about-3 .left .list_cont .list .top .text .name {
  font-weight: 400;
}
.about-page .about-3 .left .list_cont .list .top .text .info {
  font-weight: 400;
  margin-top: 4px;
}
.about-page .about-3 .left .list_cont .list .bottom {
  margin-top: 20px;
  font-weight: 400;
  line-height: 2;
}
.about-page .about-3 .left .content {
  margin-top: 30px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  padding-right: 40px;
  position: relative;
  font-size: 20px;
  line-height: 2;
  font-weight: 900;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: var(--color);
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background: var(--color);
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  display: none;
}
.about-page .about-3 .right ul li .content .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin: 22px 0 22px;
}
.about-page .about-3 .right ul li.active .fa {
  background: var(--color);
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url(/juistmac/2024/07/11/factory-0333.jpg) no-repeat center;
  color: white;
  padding: 180px 0 58px;
}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
  padding-bottom: 5px;
}
.about-page .about-4 .tab li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 520px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.about-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}
.about-page .about-4 .content .more:hover {
  background: var(--color);
  color: white;
}
.about-page .about-5 {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 100px;
  background: #f9f9f9;
}

.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 880px;
  margin: 5px auto 50px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 18px;
}
.about-page .about-5 ul .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  /*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);*/
  background: rgba(0, 0, 0, 0);
  border: 1px solid #c4c4c4;
  transition: all 0.5s;
}
.about-page .about-5 ul .slick-arrow button {
  display: none;
}
.about-page .about-5 ul .slick-arrow:hover {
  background: var(--color);
  color: #fff;
}
.about-page .about-5 ul .slick-prev {
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 30px;
}
.about-page .about-5 ul .slick-next {
  right: -60px;
}
.about-page .about-5 ul .slick-next::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 30px;
}
.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat center;
  background-position: center bottom;
  padding: 65px 0 230px;
  overflow: hidden;
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}
@media (max-width: 1250px) {
  .about-page .about-3 .left .list_cont .list .top .text {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page h2.title {
    font-size: 34px;
  }
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .left ul li{
    flex-wrap: wrap;
  }
  .about-page .about-1 .left ul li p{
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-page h2.title {
    font-size: 28px;
  }
  .about-page .about-2 .top .play {
    width: 80px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 22px;
    margin-left: 15px;
  }
  .about-page .about-2 .bottom .ui.container a.right {
    height: 45px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-3 .left .content {
    margin-top: 15px;
  }
  .about-page .about-4 .tab {
    flex-wrap: wrap;
  }
  .about-page .about-4 .tab li {
    width: 100%;
  }
  .about-page .about-5 {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-6 ul li h4{
    font-size: 30px;
  }
  .about-page .about-1{
    padding-top: 20px;
  }
  .about-page .about-3{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page .about-6{
    padding-bottom: 100px;
  }
  .about-page .about-3 .right ul li{
    margin-bottom: 30px;
  }
  .about-page .about-6 .slick-list{
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .left {
    padding-right: 0;
  }
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .right {
    max-height: 390px;
    overflow: auto;
  }

  .about-page .about-4 .content .box,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text {
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 18px;
  }
  .about-page .about-4 .tab {
    margin-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 70px 0 40px;
  }
  .about-page h2.title {
    font-size: 20px;
    line-height: 2;
  }
  .about-page .about-6 {
    padding-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .right {
    display: none;
  }
  .about-page h2.title {
    padding-bottom: 0;
  }
  .about-page .about-2 .bottom {
    padding: 16px 0 5px;
  }
}
.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -30px -15px;
}
.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 500px) {
  .gallery-page ul {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page ul.seven li {
    width: 20% !important;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page{
    padding: 20px 0 45px;
  }
  .gallery-page ul.seven li {
    width: 25% !important;
  }
  .gallery-page ul li{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page ul.seven li {
    width: 33% !important;
  }
  .gallery-page {
    padding: 20px 0 45px;
  }
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 100%;
  padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
  line-height: 2;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: var(--color);
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  line-height: 2;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
  margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea {
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type='submit'] {
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type='submit']:hover {
  background: black;
}
@media screen and (max-width: 1250px) {
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-2 {
    padding: 40px 0;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
}
/* 
.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.seoPublic .seoIndustry .text h3 {
    line-height: 2;
    font-weight: 400;
}
.seoPublic .text a {
    color: var(--color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }
    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }
    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }
    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }
    #cp-Nav {
        display: block;
    }
    #cp-Nav .nav {
        padding: 0 15px;
    }
    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav > ul {
        display: none;
    }
    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }
    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
    .seoPublic .Auxil-about .box {
        display: block;
    }
    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }
    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }
    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }
    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}
 */

#index-body .i-news {
  padding: 100px 0 130px;
}
#index-body .i-news .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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#index-body .i-news .top .i-title {
  line-height: 1.8;
}
#index-body .i-news .top .more {
  background-color: var(--color);
  color: #fff;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  z-index: 1;
  padding: 0 40px;
  overflow: hidden;
}

#index-body .i-news .top .more:hover {
  background: #000;
}

#index-body .i-news .list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 45px;
}

#index-body .i-news ul {
  margin: -20px;
}

#index-body .i-news ul li {
  padding: 20px;
}

#index-body .i-news ul li .img-box {
  border-radius: 5px;
}

#index-body .i-news ul li .img-box img {
  border-radius: inherit;
}

#index-body .i-news ul li .content {
  padding: 10px 20px;
}

#index-body .i-news ul li .content .time {
  color: var(--color);
  font-style: italic;
}

#index-body .i-news ul li .content .time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}

#index-body .i-news ul li .content h5 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}

#index-body .i-news ul li .content .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

#index-body .i-news ul li .content .arrow img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .i-news ul li .content .arrow:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

#index-body .i-news ul li:hover h5 {
  color: var(--color);
}

#index-body .i-news ul.slick-dots {
  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;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index-body .i-news ul.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #e5e5e5;
  margin: 0 15px;
  padding: 0;
}

#index-body .i-news ul.slick-dots li button {
  display: none;
}

#index-body .i-news ul.slick-dots li.slick-active {
  background-color: var(--color);
}
@media (max-width: 1000px) {
  #index-body .i-news .top {
    flex-wrap: wrap;
  }
  #index-body .i-news .top .i-title {
    width: 100%;
  }
  #index-body .i-news .top .more {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  #index-body .i-news .top .more{
    height: 40px;
    line-height: 40px;
  }
  #index-body .i-news{
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  #index-body .i-news .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--base-color2);
}
.productList ul li .box2 a.img {
  display: block;
  margin: 25px 0 20px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--base-color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}
.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}
.product-page {
  padding: 90px 0 60px;
}
.product-page .nav-list {
  margin-bottom: 60px;
}
.product-page .nav-list .list1 {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.product-page .nav-list .list1 li {
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
}
.product-page .nav-list .list1 li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--color);
  transition: 0.5s;
  opacity: 0;
}
.product-page .nav-list .list1 li:hover::after,
.product-page .nav-list .list1 li.active::after {
  opacity: 1;
}
.product-page .nav-list .list2 {
  margin-top: 20px;
}
.product-page .nav-list .list2 .item {
  display: none;
}
.product-page .nav-list .list2 .item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page .nav-list .list2 .item ul li {
  font-size: 18px;
  padding: 5px 15px;
  transition: 0.5s;
}
.product-page .nav-list .list2 .item ul li:hover {
  color: var(--color);
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
  line-height: 45px;
  height: 45px;
  padding: 0px 20px;
  border-radius: 4px;
  background: var(--color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.product-page .productList ul li a.more {
  display: none;
}
.product-page .productList ul li:hover .p-logo img {
  transform: scale3d(1, 1, 1);
  transition: all 0.8s ease;
}
@media screen and (max-width: 500px) {
  .product-page ul.list-box li.cat-one .img {
    margin-bottom: 50px;
  }
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: var(--color);
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideRight {
  width: 100%;
}
.inner-page .sideRight .fenlei {
  color: var(--color);
  line-height: 2;
}
.inner-page .sideRight .content {
  line-height: 2;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}
@media screen and (max-width: 1000px) {
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
}

#index-body .index-3 {
  background-color: #f5f5f5;
  text-align: center;
}
#index-body .index-3 .container .tips_title {
  font-family: 'Anton';
  line-height: 2;
}
#index-body .index-3 .container .tips_des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
  line-height: 2;
}
#index-body .index-3 .container .content {
  border-radius: 24px;
  margin-top: 40px;
  padding: 40px;
  border: 3px solid #d1d1d1;
}
#index-body .index-3 .container .content_c {
  position: relative;
}
#index-body .index-3 .container .content_c .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
#index-body .index-3 .container .content_c .prev {
  left: -10px;
}
#index-body .index-3 .container .content_c .btn:hover {
  background: var(--color);
  border: 1px solid #fff;
  color: #fff;
}

#index-body .index-3 .container .swiper {
  padding: 5px;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .img_1 {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide.wow2 .img_1 {
  width: 336px;
  height: 60px;
  position: absolute;
  top: 20px;
  max-width: 90%;
  left: 50%;
  transform: translate(-50%);
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide.wow3 .img_1 {
  width: 156px;
  height: 26px;
  position: absolute;
  top: 14px;
  max-width: 90%;
  left: 20px;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
  background-color: #eeeeee;
  position: relative;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #fff;
  /*height: 270px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .sub {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .sub span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  transform: rotate(316deg);
  margin-top: 24px;
  margin-left: -16px;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .title {
  display: block;
  padding: 14px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 18px;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .title p {
  height: 56px;
  overflow-y: auto;
  padding-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box:hover {
  background-color: var(--color);
}
#index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box:hover .title {
  color: #fff;
}
#index-body .index-3 .container .btn_c {
  margin-top: 36px;
}
#index-body .index-3 .container .btn_c .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #c4c4c4;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}
#index-body .index-3 .container .btn_c .btn:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .index-3 .container .btn_c .next {
  margin-left: 30px;
}
@media (max-width: 700px) {
  #index-body .index-3 .container .content {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .img {
    /*height: 70vw;*/
  }
  #index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .sub {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
  }
  #index-body .index-3 .container .swiper .swiper-wrapper .swiper-slide .box .sub span {
    font-size: 20px;
  }
}
/*第二套*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 0.8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 0.7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type='submit'] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../images/icon-search3.png') center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.2;
  color: #8e8e8e;
  padding: 0.5em 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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul 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;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.5;
  margin-top: 0.3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
}
.news-page .marginBox {
  padding: 90px 0 70px 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: 0.3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 100px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
@media screen and (max-width: 1600px) {
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .marginBox{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
}
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}
@media screen and (max-width: 1000px) {
  .news-page .sideBarLeft .list ul li a.img-box img {
    height: auto !important;
  }
}
.about-page1 .about-5 .ui.container {
  width: 100%;
  padding: 0;
}
.about-page1 .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
}
.about-page1 .about-5 .content {
  margin-top: 90px;
}
.about-page1 .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
}
.about-page1 .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page1 .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page1 .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-page1 .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .about-page1 .about-5 .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page1 .about-5 .content ul li .ig .text {
    height: 80%;
  }
}
@media screen and (max-width: 1250px) {
  .about-page1 .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page1 .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page1 .about-5 .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page1 .about-5 .title {
    font-size: 40px;
  }
  .about-page1 .about-5 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-5 .title {
    font-size: 30px;
  }

  .about-page1 .about-5 .content {
    margin-top: 30px;
  }

  .about-page1 .about-5 .content ul {
    margin-right: -20px;
  }

  .about-page1 .about-5 .content ul li {
    padding-right: 20px;
  }

  .about-page1 .about-5 .content ul li .ig {
    padding-bottom: 0;
  }

  .about-page1 .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }

  .about-page1 .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page1 .about-5 .title {
    font-size: 22px;
  }
}

.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}

.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: 0.5em 1em;
  /*padding-bottom: 0;*/
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  margin: 2em 0 1em;
}

.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  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;
}

.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}

.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}

.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: 0.5em;
}

.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}

.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: 0.5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  margin-bottom: 0.5em;
}

.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}

.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}

.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}

.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: 0.1em;
  display: block;
}

.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}

.newdet-page .form ul {
  margin: -15px -7px;
}

.newdet-page .form ul li {
  padding: 15px 7px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.6em 1em;
  border: 1px solid #bfbfbf;
}

.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}

.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}

.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}

.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}

.newdet-page .form ul li textarea {
  height: 150px;
}

.newdet-page .form ul li input[type='submit'] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.newdet-page .form ul li input[type='submit']:hover {
  background: #242424;
}

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }

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

  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }

  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }

  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }

  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }

  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }

  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type='submit'] {
    font-size: 14px;
    padding: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }

  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }

  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }

  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }

  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
  .newdet-page .form ul li {
    padding: 7px;
  }
}
.newdet-page .sideBarLeft .content h3 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: var(--color);
}
.prodet-page .prodet-3 ul {
  margin-right: -54px;
}

.prodet-page .prodet-3 ul li {
  padding-right: 54px;
}

.prodet-page .prodet-3 ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}

.prodet-page .prodet-3 ul li .tit {
  display: block;
  padding: 31px 0 0 12px;
  font-size: 20px;
  line-height: 2;
  color: #474747;
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-3 ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
    font-size: 18px;
  }
}
.Hbtn {
  background: var(--color);
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  padding: 20px 40px;
  cursor: pointer;
  font-weight: 400;
}
.Hbtn:hover {
  text-decoration: none;
  cursor: pointer;
}
.Hbtn:hover::after {
  width: 100%;
}
.Hbtn:focus{
    text-decoration: none;
  cursor: pointer;
}
.Hbtn:focus::after {
  width: 100%;
}
.Hbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #222;
  z-index: -1;
}
.contact-page .contact-1 .left {
  width: 30%;
}
.contact-page .contact-1 .left .info {
  margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
  margin-bottom: 20px;
  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-1 .left .info ul li span {
  background-image: -webkit-linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
  display: block;
  padding: 6px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: var(--color);
  border-radius: 100%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
  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;
  background: white;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
  font-size: 15px;
  color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
  font-size: 1.33333333em;
  color: black;
  display: block;
}
.contact-page .contact-1 .right {
  width: 70%;
  padding-left: 4%;
}
.contact-page .contact-1 .right .form {
  padding: 60px;
  background: #edf2f5;
}
.contact-page .contact-1 .right .form ul {
  margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
  padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  padding: 25px;
  outline: none;
  line-height: 19px;
  border: none;
  font-size: 14px;
  caret-color: var(--color);
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
  color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
  color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .right .form ul li textarea {
  height: 180px;
}

.contact-page .contact-1 .right .form ul li a.more {
  width: 100%;
  text-align: center;
  background: var(--color);
  color: white;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-1 {
    padding: 80px 0 40px;
  }
  .contact-page .contact-1 .left .info ul li span {
    width: 70px;
    height: 70px;
  }
  .contact-page .contact-1 .left .info ul li h6 {
    font-size: 13px;
  }
  .contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.2em;
  }
  .contact-page .contact-1 .right .form {
    padding: 30px;
  }
  .contact-page .contact-1 .right .form ul li {
    padding: 5px;
  }
  .contact-page .contact-1 .right .form ul {
    margin: -5px;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1{
    padding-top: 20px;
  }
  .Hbtn{
    padding-top: 10px;
    padding-bottom: 10px;
  }
} 
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .form ul li {
    width: 100%;
  }
}
.inner-page .sideBox .sidebar-left {
  width: 25%;
  position: sticky;
  top: 100px;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search-icon.png) no-repeat center center var(--color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li {
  padding: 8px 0;
  font-size: 17px;
  position: relative;
  color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li ul {
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 9px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a {
  padding-right: 20px;
  white-space: break-spaces;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a span {
  color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active {
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active > a {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.4rem;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--color);
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.1rem;
  text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sideBox {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
  z-index: 99;
  position: relative;
}
.inner-page .sideBox .sidebar-right {
  width: 75%;
  padding-left: 5%;
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-left {
    display: none;
  }
  .inner-page .sideBox .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
}

.product2-page {
  padding: 5rem 0 5rem;
}

.product2-page .product-list 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;
  margin: 0 -0.75rem;
}
.product2-page .product-list ul li {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.product2-page .product-list ul li.wid-100 {
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;

  background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product2-page .product-list ul li .pro-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 1rem 0 0;
  line-height: 1.6;
}
.product2-page .product-list ul li .pro-box .btm a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after {
  width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
  font-weight: 300;
  overflow-y: auto;

  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodet-page .product-2 .content img {
  padding-bottom: 10px;
}

.product2-page .product-list ul li .pro-box:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
  padding: 0 30px 0 30px;
  font-size: 16px;
  color: #757575;
  padding-bottom: 1rem;
}
.product2-page .product-list ul li .pro-box .text p {
  position: relative;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}
.product2-page .product-list ul li .pro-box .text p strong {
  color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
  width: 20%;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}

.inner-page.product2-page p {
  color: #000;
  line-height: 1.8;
  padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm ul {
  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;
  margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}
.product2-page .product-list ul li .pro-box h5 a {
  text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
  .product2-page .product-list ul li {
    width: 50% !important;
  }
}

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box .text {
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 1000px) {
  .product2-page .product-list ul li {
    width: 100% !important;
  }
}

.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.inner-page.about-page .about-11 img {
  width: 100%;
  right: 0;
  float: right;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  overflow: hidden;
}

.inner-page.about-page .about-11 .left.column {
  padding-right: 2%;
  width: 50%;
  vertical-align: middle;
}
.inner-page.about-page .about-11 .right.column {
  width: 50%;
  vertical-align: middle;
}
.inner-page.about-page .about-11 .right,
.inner-page.about-page .about-11 .left {
  padding: 25px;
}
.about-page .about-11 .box .right .born-time {
  font-size: 36px;
  line-height: 1.3;
}
.about-page .about-11 .box .right .color-blue {
  color: var(--color);
  font-size: 24px;
}
.about-page .about-11 .box .right .text {
  font-size: 15px;
  line-height: 1.5;
  text-align-last: left;
  text-align: justify;
}
.about-page .about-11 .box .right .text p:first-child {
  padding-top: 0;
}
.about-page .about-11 .box .right .text p {
  padding-top: 10px;
  line-height: 1.8;
}
.about-page .about-11 .list {
  padding: 40px 0 30px;
  background: #f1f7fc;
  text-align: center;
}
.about-page .about-11 .list ul {
  padding: 0 5%;
  margin: -20px;
}
.about-page .about-11 .list ul li {
  padding: 20px;
}
.about-page .about-11 .list ul li {
  padding: 20px;
}
.about-page .about-11 .list ul li h6 {
  font-size: 36px;
  line-height: 1;
  color: var(--color);
}
.inner-page.about-page .about-11 .left.column .text p {
  line-height: 1.8;
}
.about-page .about-11 .list ul li p {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.inner-page.about-page .about-11 {
  margin-bottom: -25px;
  padding-bottom: 80px;
}

.about-page3 .about-11 {
  padding: 100px 0;
  text-align: center;
}
/*.about-page3 .about-11 .ui.container {
  max-width: 1160px;
}*/

.about-page3 .about-11 h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-page3 .about-11 .text {
  font-size: 18px;
  line-height: 1.66666667;
  margin: 60px 0;
}
.about-page3 .about-11 .ui.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-page3 .about-11 .ui.container .left {
  text-align: left;
}
.about-page3 .about-11 .ui.container .right {
  position: relative;
}
.about-page3 .about-11 .ui.container .right .play {
  cursor: pointer;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.about-page3 .about-11 .list 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;
}
.about-page3 .about-11 .list ul li {
  width: auto;
}
.about-page3 .about-11 .list ul li h6 {
  font-size: 42px;
  font-weight: 500;
  line-height: 2;
  display: block;
}
.about-page3 .about-11 .list ul li h6 sup {
  font-size: 0.375em;
}
.about-page3 .about-11 .list ul li p {
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 1700px) {
  .about-page3 .about-11 {
    padding: 70px 0;
  }
  .about-page3 .about-11 .list ul li p {
    font-size: 16px;
  }
  .about-page3 .about-11 .text {
    margin: 40px 0;
  }
}
@media screen and (max-width: 1500px) {
  .about-page2 .about-11 span.sz {
    max-width: 15%;
  }
}
@media screen and (max-width: 1250px) {
  .about-page3 .about-11 .list ul li h6 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page3 .about-11 h3 {
    font-size: 24px;
  }
  .about-page3 .about-11 .text {
    font-size: 16px;
  }
  .about-page3 .about-11 .list ul li h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.about-page .about-11 .left.column {
    width: 100%;
  }
  .inner-page.about-page .about-11 .right.column {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.about-page .about-11{
    padding-bottom: 30px;
  }
  .about-page3 .about-11 {
    padding: 50px 0;
  }
  .about-page2 .about-11 .text {
    max-height: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page3 .about-11 .text {
    margin: 20px 0;
  }
  .about-page3 .about-11 .list ul li {
    width: 100%;
    padding: 10px;
  }
  .about-page3 .about-11 .list ul {
    margin: -10px;
  }
  .about-page3 .about-11 .list ul {
    display: block;
  }
}

.gxs-6 {
  padding: 113px 0 54px 0;
}
.gxs-6 .ui.container {
  text-align: center;
}
.gxs-6 .ui.container > p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.gxs-6 .ui.container ul.newslist {
  text-align: left;
  margin: 0 -20px;
}
.gxs-6 .ui.container ul.newslist .slick-dots {
  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: 15px;
}
.gxs-6 .ui.container ul.newslist .slick-dots li {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid var(--color);
  margin: 0 15px;
  padding: 0;
}
.gxs-6 .ui.container ul.newslist .slick-dots li.slick-active {
  background: var(--color);
}
.gxs-6 .ui.container ul.newslist .slick-dots li button {
  display: none;
}
.gxs-6 .ui.container ul.newslist li {
  padding: 25px 20px;
}
.gxs-6 .ui.container ul.newslist li .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-6 .ui.container ul.newslist li .item .time {
  width: 100px;
  text-align: center;
}
.gxs-6 .ui.container ul.newslist li .item .time span {
  display: block;
  border-right: 1px solid #ddd;
  line-height: 1;
}
.gxs-6 .ui.container ul.newslist li .item .time span .day {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.gxs-6 .ui.container ul.newslist li .item .txt {
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
}
.gxs-6 .ui.container ul.newslist li .item .txt .h5 {
  font-weight: 500;
  line-height: 1.8;
  overflow-y: auto;
}
.gxs-6 .ui.container ul.newslist li .item .txt .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .ui.container ul.newslist li .item .txt .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-6 .ui.container ul.newslist li .item .txt p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  opacity: 0.6;
  margin-bottom: 10px;
}
.gxs-6 .ui.container ul.newslist li .item .txt > a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media screen and (max-width: 1000px) {
  .gxs-6 .ui.container ul.newslist li .item .txt .h5 {
    height: auto;
    overflow-y: visible;
  }
}
@media screen and (max-width: 500px) {
  .gxs-6{
    padding-top: 50px;
  }
  .gxs-6 .ui.container ul.newslist .slick-dots {
    display: none !important;
  }
  .gxs-6 .ui.container ul.newslist li .item .txt {
    width: 100%;
    margin-top: 40px;
  }
  .gxs-6 .ui.container ul.newslist li .item .txt .h5 {
    font-size: 18px;
  }
}
.gxs-6 .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
