@font-face {
  font-family: 'Coccina';
  src: url('../fonts/Coccina-Regular.eot');
  src: url('../fonts/Coccina-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Coccina-Regular.woff2') format('woff2'), url('../fonts/Coccina-Regular.woff') format('woff'), url('../fonts/Coccina-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1250px) {
.page-header01{
  display: none;
}
#header{
  display: block;
}
.mobile-menu-wrap01 ~ #innerMobileBanner{
  margin-top: 100px!important;
}
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 0.8em!important;
    font-size: 13px!important;
  }
}
@media screen and (max-width: 700px) {
.page-header01{
  display: flex;
}
#header{
  display: none;
}
.mobile-menu-wrap01 ~ #innerMobileBanner{
  margin-top: 0px!important;
}
}
.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;
  background: url(../images/news-bg.jpg);
}
body {
  font-family: Arial;
  max-width: 1920px;
  --color: #216189;
  --color1: #716960;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1710px;
}
.title-font-family {
  font-family: 'Coccina';
}
.sub-title {
  color: var(--color1);
}
.public-title {
  color: var(--color1);
}
.public-btn {
  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;
}
.public-btn .a1,
.public-btn .a2 {
  height: 52px;
  color: #fff;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn:hover .a1,
.public-btn:hover .a2 {
  color: var(--color);
  background-color: transparent;
  border: 1px solid var(--color);
}
.public-btn .a1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 24px;
  padding-right: 22px;
  border-radius: 26px;
}
.public-btn .a2 {
  width: 52px;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.public-btn:hover .a2 {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@-webkit-keyframes banner-skip {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes banner-skip {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes banner-skip {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-top: 14px;
  padding-bottom: 24px;
}
#header.inner,
#header.active {
  background-color: rgba(0, 0, 0, 0.95);
}
#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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.5em;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li: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 .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#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-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 {
  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 {
  color: #fff;
  height: 100%;
}
#banner .banner-slick li .content .text-box p{
  letter-spacing: 4px;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 800px;
}
#banner .banner-slick li .content .text-box p span {
  width: 65px;
  height: 1px;
  background-color: #ffffff;
}
#banner .arrows-dots {
  top: 49%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .arrows-dots .custom-dots .slick-dots li {
  width: 14px;
  height: 14px;
  border: solid 1px transparent;
  border-radius: 50%;
  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: 10px;
}
#banner .arrows-dots .custom-dots .slick-dots li.slick-active {
  border-color: #fff;
}
#banner .arrows-dots .custom-dots .slick-dots li button {
  background: unset;
  border: none;
  font-size: 0;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}
#banner .arrows-dots .line {
  margin-top: 13px;
  margin-bottom: 9px;
  background-color: #ffffff;
  opacity: 0.4;
  width: 1px;
  height: 34px;
  -webkit-animation: banner-skip 1s linear infinite alternate;
  -moz-animation: banner-skip 1s linear infinite alternate;
  animation: banner-skip 1s linear infinite alternate;
}
#banner .arrows-dots .next {
  color: #ffffff;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-animation: banner-skip 1s linear infinite alternate;
  -moz-animation: banner-skip 1s linear infinite alternate;
  animation: banner-skip 1s linear infinite alternate;
}
#banner .arrows-dots .next:hover {
  color: opacity 1;
}
#banner .banner-account-box {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
#banner .banner-account-box .social-account a {
  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: 36px;
  height: 35px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .banner-account-box .social-account a:hover {
  border-color: var(--color);
  color: var(--color);
}
#index-body .about {
  position: relative;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .right {
  z-index: 1;
}
#index-body .about .right .r-bg {
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50%;
}
#index-body .about .right .public-title {
  max-width: 680px;
}
#index-body .about .right .intro {
  max-width: 450px;
  color: var(--color1);
  line-height: 1.83333333;
}
#index-body .about .right .intro b {
  color: var(--color);
  font-weight: bold;
}
#index-body .about .number-Plus li .data-right .top {
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .category .top {
  border-bottom: 1px solid var(--color1);
}
#index-body .category .top .category-more {
  color: var(--color1);
  border-bottom: 1px solid var(--color1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .top .category-more:hover {
  color: var(--color);
  border-color: var(--color);
}
#index-body .category .content1 .left {
  color: var(--color1);
  width: 265px;
}
#index-body .category .content1 .left .font-24 {
  line-height: 1.375;
}
#index-body .category .content1 .left .font-18 {
  line-height: 1.83333333;
  opacity: 0.7;
}
#index-body .category .content1 .right {
  width: -webkit-calc(100% - 265px);
  width: -moz-calc(100% - 265px);
  width: calc(100% - 265px);
}
#index-body .category .content1 .right .content {
  margin-right: -35%;
}
#index-body .category .content1 .right .category-slick li .slide-box .title {
  color: #ffffff;
  left: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  max-height: 90%;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: break-word;
}
#index-body .category .content1 .right .category-slick li .slide-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), transparent);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .category .content1 .right .category-slick li .slide-box:hover .title {
  opacity: 1;
}
#index-body .category .content1 .right .category-slick li .slide-box:hover::after {
  opacity: 1;
}
#index-body .custom > img {
  opacity: 0;
}
#index-body .custom .content {
  left: 0;
  right: 0;
  bottom: 0;
}
#index-body .custom .content .public-title {
  color: #ffffff;
}
#index-body .custom .content .line {
  width: 76%;
  background-color: #ffffff;
  opacity: 0.3;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
}
#index-body .custom .content .intro {
  color: #ffffff;
  opacity: 0.8;
}
#index-body .index-wrap1 > img {
  opacity: 0;
}
#index-body .index-wrap1 .content {
  left: 0;
  right: 0;
  bottom: 0;
}
#index-body .index-wrap1 .content .public-title {
  color: #ffffff;
}
#index-body .index-wrap1 .content .line {
  height: 1px;
  width: 76%;
  background-color: #ffffff;
  opacity: 0.3;
  margin-left: auto;
  margin-right: auto;
}
#index-body .index-wrap1 .content .intro {
  color: #ffffff;
  opacity: 0.8;
}
#index-body .product .left {
  width: 62.7%;
}
#index-body .product .left .next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--color);
}
#index-body .product .left .next:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .product .left .product-big-slick {
  height: 100%;
}
#index-body .product .left .product-big-slick * {
  height: 100%;
}
#index-body .product .left .product-big-slick li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#index-body .product .right {
  width: 37.3%;
}
#index-body .product .right .right-box {
  width: 100%;
  height: 100%;
}
#index-body .product .right .product-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .right .product-more:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .product .right .product-small-slick li .slide-box .tips {
  background-color: #434a25;
  border-radius: 2px;
  color: #fff;
  line-height: 25px;
  padding-left: 8px;
  padding-right: 8px;
  left: 0;
  top: 0;
}
#index-body .product .right .product-small-slick li .slide-box .bottom {
  background-color: #ededed;
}
#index-body .product .right .product-small-slick li .slide-box .bottom .title {
  color: var(--color1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: calc(1.5em * 2);
}
#index-body .product .right .product-small-slick li .slide-box .bottom .title:hover {
  color: var(--color);
}
#index-body .product .right .product-small-slick li .slide-box .bottom .color-box {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid 2px #000000;
  padding: 2px;
}
#index-body .product .right .product-small-slick li .slide-box .img-box img:nth-child(n+2){
  display: none;
}
#index-body .news {
  z-index: 1;
}
#index-body .news .bg {
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .news .news-slick li .slide-box .img-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
#index-body .news .news-slick li .slide-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
#index-body .news .news-slick li .slide-box .bottom {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#index-body .news .news-slick li .slide-box .bottom .date {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .news .news-slick li .slide-box .bottom .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.66666667;
  color: #ffffff;
  max-width: 503px;
}
#index-body .news .news-slick li .slide-box .bottom .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .bottom .c-r {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .news .news-slick li .slide-box .bottom .news-btn {
  width: 70px;
  height: 70px;
  border: solid 1px #ffffff;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box:hover .img-box {
  -webkit-clip-path: polygon(100% 0, 100% 71%, 0 71%, 0 0);
  clip-path: polygon(100% 0, 100% 71%, 0 71%, 0 0);
}
#index-body .news .news-slick li .slide-box:hover::after {
  opacity: 0;
}
#index-body .news .news-slick li .slide-box:hover .bottom {
  padding-left: 0;
  padding-right: 0;
}
#index-body .news .news-slick li .slide-box:hover .bottom .date {
  opacity: 1;
}
#index-body .news .news-slick li .slide-box:hover .bottom .title {
  color: var(--color1);
}
#index-body .news .news-slick li .slide-box:hover .bottom .news-btn {
  border-color: var(--color1);
  color: var(--color1);
}
#footer {
  border-top: 1px solid rgba(113, 105, 96, 0.2);
  z-index: 1;
}
#footer .hr {
  color: var(--color1);
  background-color: var(--color1);
}
#footer .f-items .text {
  color: var(--color1);
  max-width: 1091px;
  line-height: 1.66666667;
}
#footer .f-items1 {
  max-width: 265px;
}
#footer .f-items1 .f-copy {
  line-height: 1.77777778;
}
#footer .f-items1 .social-account a {
  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: 36px;
  height: 35px;
  border: solid 1px var(--color1);
  border-radius: 50%;
  color: var(--color1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-items1 .social-account a:hover {
  border-color: var(--color);
  color: var(--color);
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  color: var(--color1);
}
#footer .f-content dl dd {
  color: var(--color1);
  line-height: 1.77777778;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-contact1 {
  line-height: 1.5;
}
#footer .f-content dl.f-contact1 {
  max-width: 280px;
}
#footer .f-content dl.f-qr dd .ewm-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 7px solid rgba(0, 0, 0, 0.1);
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 93px;
  border: 4px 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: var(--color1);
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 29px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: var(--color1);
}
#footer .f-copy svg text {
  fill: var(--color1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.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: 45px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #index-body .about .right .r-bg {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .about .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .product .left .product-big-slick li img {
    width: auto;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
  #index-body .product .left .next {
    zoom: 0.5;
  }
  #index-body .news .news-slick li .slide-box .bottom .news-btn {
    zoom: 0.5;
  }
  #index-body .news .news-slick li .slide-box:hover .img-box {
    -webkit-clip-path: polygon(100% 0, 100% 60%, 0 60%, 0 0);
    clip-path: polygon(100% 0, 100% 60%, 0 60%, 0 0);
  }
  #footer .f-content dl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn .a1 {
    height: 40px;
  }
  .public-btn .a2 {
    width: 40px;
    height: 40px;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .category .top .public-title {
    width: 100%;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .about .right .r-bg {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  #index-body .custom {
    min-height: 300px;
  }
  #index-body .index-wrap1 {
    min-height: 300px;
  }
  #index-body .category .content1 {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .category .content1 .right .content {
    margin-right: 0;
  }
  #index-body .product .left .next {
    display: none;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-content .row1 .left {
    padding-right: 0;
  }
  #footer .f-content .row1 .left img {
    width: 100%;
    margin-bottom: 25px;
  }
  #footer .f-content .row1 .left,
  #footer .f-content .row1 .right {
    width: 100%;
  }
  #footer .f-content .row1 .right .public-btn {
    margin-bottom: 0;
  }
  #footer .f-items1 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #footer .f-content .row2 {
    padding-right: 0;
  }
  #footer .f-content dl {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .f-items1,
  #footer .f-content dl.f-contact1 {
    max-width: unset;
  }
  #footer .f-items .text {
    margin-left: 0;
    margin-top: 20px;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  #banner .font-14,
  #index-body .font-14,
  #footer .font-14,
  #banner .font-15,
  #index-body .font-15,
  #footer .font-15,
  #banner .font-16,
  #index-body .font-16,
  #footer .font-16,
  #banner .font-17,
  #index-body .font-17,
  #footer .font-17,
  #banner .font-18,
  #index-body .font-18,
  #footer .font-18,
  #banner .font-19,
  #index-body .font-19,
  #footer .font-19,
  #banner .font-20,
  #index-body .font-20,
  #footer .font-20,
  #banner .font-21,
  #index-body .font-21,
  #footer .font-21,
  #banner .font-22,
  #index-body .font-22,
  #footer .font-22,
  #banner .font-23,
  #index-body .font-23,
  #footer .font-23,
  #banner .font-24,
  #index-body .font-24,
  #footer .font-24,
  #banner .font-25,
  #index-body .font-25,
  #footer .font-25,
  #banner .font-26,
  #index-body .font-26,
  #footer .font-26,
  #banner .font-27,
  #index-body .font-27,
  #footer .font-27,
  #banner .font-28,
  #index-body .font-28,
  #footer .font-28,
  #banner .font-29,
  #index-body .font-29,
  #footer .font-29,
  #banner .font-30,
  #index-body .font-30,
  #footer .font-30,
  #banner .font-31,
  #index-body .font-31,
  #footer .font-31,
  #banner .font-32,
  #index-body .font-32,
  #footer .font-32 {
    line-height: 28px !important;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29 {
    font-size: 20px;
  }
  .font-30,
  .font-31,
  .font-32 {
    font-size: 22px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
.inner-page{
  color: var(--color1);
}
span.tag {
  line-height: 1.2;
  letter-spacing: 4px;
}
span.h2 {
  line-height: 1.2;
  font-family: 'Coccina';
}
.more {
  height: 2.8em;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="56" viewBox="0 0 200 56"><path shape-rendering="geometricPrecision" d="M16 1 H184 A16 16 0 0 0 200 16 V40 A16 16 0 0 0 184 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="white" stroke="white" stroke-width=".6"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="56" viewBox="0 0 200 56"><path shape-rendering="geometricPrecision" d="M16 1 H184 A16 16 0 0 0 200 16 V40 A16 16 0 0 0 184 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="white" stroke="white" stroke-width=".6"/></svg>');
  width: 10em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: transparent;
}
.more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="56" viewBox="0 0 200 56"><path shape-rendering="geometricPrecision" d="M16 1 H184 A16 16 0 0 0 200 16 V40 A16 16 0 0 0 184 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="none" stroke="white" stroke-width=".6"/></svg>');
  width: 10em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.more:hover {
  background-color: var(--color);
}
.more:hover:before {
  opacity: 0;
}
.more.full {
  background-color: var(--color);
  color: white;
}
.more.full:before {
  display: none;
}
.more.full:hover {
  background-color: black;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/html-bg.jpg");
}
.mask i {
  position: absolute;
}
/*
.mask i.ie1 {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -15%);
  -moz-transform: translate(35%, -15%);
  -ms-transform: translate(35%, -15%);
  transform: translate(35%, -15%);
  width: 102.3125vw;
  height: 108.8125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.7;
  border-radius: 100%;
  z-index: 1;
}
.mask i.ie2 {
  left: 0;
  bottom: 15%;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  width: 53.3125vw;
  height: 47.75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
}
.mask i.ie3 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-40%, -5%);
  -moz-transform: translate(-40%, -5%);
  -ms-transform: translate(-40%, -5%);
  transform: translate(-40%, -5%);
  width: 109.375vw;
  height: 81.8125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.75;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
}*/
.inner-banner .down {
  line-height: 1;
}
.inner-banner .mbx a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page .mask {
  overflow: hidden;
}

/*.inner-page .mask i.ie1 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -25%);
  -moz-transform: translate(-40%, -25%);
  -ms-transform: translate(-40%, -25%);
  transform: translate(-40%, -25%);
  width: 53.3125vw;
  height: 66.375vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 60%);
}
.inner-page .mask i.ie2 {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -20%);
  -moz-transform: translate(30%, -20%);
  -ms-transform: translate(30%, -20%);
  transform: translate(30%, -20%);
  width: 64.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 60%);
}
.inner-page .mask i.ie3 {
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-30%, 30%);
  -moz-transform: translate(-30%, 30%);
  -ms-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
  width: 53.3125vw;
  height: 40.75vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) -10%, #ffdfba 30%, transparent 60%);
  background-image: -moz-radial-gradient(circle, var(--color) -10%, #ffdfba 30%, transparent 60%);
  background-image: radial-gradient(circle, var(--color) -10%, #ffdfba 30%, transparent 60%);
}
.inner-page .mask i.ie4 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  width: 64.75vw;
  height: 51.3125vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.4;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) -10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, var(--color) -10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, var(--color) -10%, #ffdfba 40%, transparent 60%);
}*/
.inner-page .text {
  line-height: 1.8;
}
.inner-page .custom-6 .box span.h2 {
  white-space: nowrap;
  color: white;
  z-index: -1;
}
.inner-page .custom-6 .box form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  height: 2.66666667em;
  line-height: 2.66666667em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .custom-6 .box form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:focus {
  border-color: var(--color);
}
.inner-page .custom-6 .box form ul li button {
  width: 3.77777778em;
  height: 2.66666667em;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
}
.inner-page .custom-7 .img {
  padding-left: 33%;
  margin-left: -33%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
.inner-page .custom-7 .img > div {
  height: 800px;
}
.inner-page .custom-7 .img i {
  left: 0;
  bottom: 0;
  transition: 0.5s;
  /*height: 100%;*/
  /*width: 100%;*/
  /*text-align: center;*/
}
.inner-page .custom-7 .img i img {
  /*max-height: 100%;*/
  margin: 0 auto;
}
/*.inner-page .custom-7 .img span:first-child i:first-child {
  position: relative !important;
  max-height: none;
}*/
.inner-page .custom-7 .img i.active {
  opacity: 1;
}
.inner-page .custom-7 .img i span {
  position: absolute;
  font-weight: bold;
  left: 95%;
  white-space: nowrap;
}
.inner-page .custom-7 .img i span:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: #999;
  position: absolute;
  right: 100%;
  bottom: 0;
}
.inner-page .custom-7 .img i span:after {
  content: '';
  width: 6em;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 100%;
  top: 100%;
  margin-top: -0.25em;
  margin-right: 0.25em;
  transform-origin: right center;
}
.inner-page .custom-7 .img i.cat_498670 span {
  left: 67%;
}
.inner-page .custom-7 .img i.cat_498670 span:after {
  transform: rotate(-36deg);
}
.inner-page .custom-7 .img i.cat_498671 span {
  left: 82%;
  top: 62%;
}
.inner-page .custom-7 .img i.cat_498671 span:after {
  transform: rotate(20deg);
}
.inner-page .custom-7 .list li img {
  border-radius: 100%;
  border: 2px solid transparent;
  transition: 0.5s;
}
.inner-page .custom-7 .list li span {
  color: #1b1b1b;
}
.inner-page .custom-7 .slide.c498671 .list li span {
  display: none;
}
.inner-page .custom-7 .list li.active img {
  border-color: var(--color);
}
.inner-page .m-page2 a,
.inner-page .m-page2 span {
  display: inline-block;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 2em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page2 a:hover {
  border-color: #474747;
}
.inner-page .m-page2 span.current {
  border-color: #474747;
}
.custom-page .custom1 .mask i:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -30%);
  -moz-transform: translate(-40%, -30%);
  -ms-transform: translate(-40%, -30%);
  transform: translate(-40%, -30%);
  width: 110.875vw;
  height: 78.875vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 60%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 60%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 60%);
}
.custom-page .custom1 .mask i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, -40%);
  -moz-transform: translate(40%, -40%);
  -ms-transform: translate(40%, -40%);
  transform: translate(40%, -40%);
  width: 89.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 70%);
}
.custom-page .custom1 .mask i:nth-child(3) {
  right: 0;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(35%, 40%);
  -moz-transform: translate(35%, 40%);
  -ms-transform: translate(35%, 40%);
  transform: translate(35%, 40%);
  width: 109.0625vw;
  height: 56.0625vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
}
.custom-page .custom2 .mask i:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-30%, -40%);
  -moz-transform: translate(-30%, -40%);
  -ms-transform: translate(-30%, -40%);
  transform: translate(-30%, -40%);
  width: 79vw;
  height: 72.375vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
}
.custom-page .custom2 .mask i:nth-child(2) {
  right: 0;
  top: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 64.75vw;
  height: 51.3125vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 40%, transparent 60%);
}
.custom-page .custom2 .mask i:nth-child(3) {
  bottom: 0;
  left: 0;
  top: auto;
  -webkit-transform: translate(-50%, 30%);
  -moz-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  width: 56.5vw;
  height: 75.75vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.8;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 0%, #ffdfba 35%, transparent 60%);
  background-image: -moz-radial-gradient(circle, var(--color) 0%, #ffdfba 35%, transparent 60%);
  background-image: radial-gradient(circle, var(--color) 0%, #ffdfba 35%, transparent 60%);
}
.custom-page .custom-1 .right {
  position: relative;
  z-index: 1;
}
.custom-page .custom-1 .right span.h2 {
  width: 110%;
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
  margin-bottom: 15%;
}
.custom-page .custom-1 .right .content {
  padding: 0 6%;
}
.custom-page .custom-1 .right .content a.link {
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.custom-page .custom-1 .right .content a.link:hover {
  color: var(--color);
}
.custom-page .custom-3 a.img-box {
  padding-top: 100%;
}
.custom-page .custom-3 a.img-box .content {
  width: 100%;
  padding: 7% 13%;
  zoom: 0.75;
  top: 0;
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.custom-page .custom-3 a.img-box .content span {
  padding: 0.75em;
  background-color: black;
  color: white;
}
.custom-page .custom-3 a.img-box .content span:last-child {
  background-color: var(--color);
  padding: 0.8em 1.2em;
}
.custom-page .custom-3 a.img-box:hover .content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.custom-page .custom-3 li:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.custom-page .custom-3 li:first-child .content {
  width: 50%;
  right: 0;
  padding: 3% 7%;
  padding-left: 0;
  top: 30%;
}
.custom-page .custom-4 .img {
  margin-top: auto;
}
.custom-page .custom-4 .text p:before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  border-radius: 100%;
  margin-right: 4px;
  background-color: var(--color);
  display: inline-block;
  vertical-align: middle;
}
.custom-page .custom-5 li {
  padding: 1em 1.5em;
  border-left: 1px solid black;
}
.custom-page .custom-5 li:first-child {
  border-left: none;
}
.custom-page .custom-5 i {
  height: 1em;
  width: 1em;
}
.custom-page .custom-5 i img {
  max-height: 100%;
}
.custom-page .custom-5 span.h6 {
  line-height: 1.4;
  font-weight: 500;
  max-width: 200px;
}
.customdet-page .customdet1 .mask i:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-45%, -30%);
  -moz-transform: translate(-45%, -30%);
  -ms-transform: translate(-45%, -30%);
  transform: translate(-45%, -30%);
  width: 123.375vw;
  height: 78.875vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 0%, #ffdfba 50%, transparent 80%);
  background-image: -moz-radial-gradient(circle, var(--color) 0%, #ffdfba 50%, transparent 80%);
  background-image: radial-gradient(circle, var(--color) 0%, #ffdfba 50%, transparent 80%);
}
.customdet-page .customdet1 .mask i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -40%);
  -moz-transform: translate(50%, -40%);
  -ms-transform: translate(50%, -40%);
  transform: translate(50%, -40%);
  width: 89.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 0%, #ffdfba 40%, transparent 70%);
}
.customdet-page .customdet2 .mask i:nth-child(1) {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, -30%);
  -moz-transform: translate(40%, -30%);
  -ms-transform: translate(40%, -30%);
  transform: translate(40%, -30%);
  width: 159.625vw;
  height: 193.5vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 5%, #ffdfba 25%, transparent 45%);
  background-image: -moz-radial-gradient(circle, var(--color) 5%, #ffdfba 25%, transparent 45%);
  background-image: radial-gradient(circle, var(--color) 5%, #ffdfba 25%, transparent 45%);
}
.customdet-page .customdet2 .mask i:nth-child(2) {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  -webkit-transform: translate(-45%, 30%);
  -moz-transform: translate(-45%, 30%);
  -ms-transform: translate(-45%, 30%);
  transform: translate(-45%, 30%);
  width: 150vw;
  height: 75vw;
  background-image: -webkit-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, var(--color) 10%, #ffdfba 50%, transparent 70%);
  opacity: 0.75;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, var(--color) 5%, #ffdfba 20%, transparent 40%);
  background-image: -moz-radial-gradient(circle, var(--color) 5%, #ffdfba 20%, transparent 40%);
  background-image: radial-gradient(circle, var(--color) 5%, #ffdfba 20%, transparent 40%);
}
.customdet-page .customdet-1 span.h2 {
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  color: transparent;
  font-size: 3.125vw;
}
.customdet-page .customdet-2 .img {
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}
.customdet-page .customdet-2 .img ul {
  position: relative;
  -webkit-transition: 0.01s;
  -moz-transition: 0.01s;
  transition: 0.01s;
}
.customdet-page .customdet-2 .img ul li {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customdet-page .customdet-2 .img ul li.active {
  position: static;
  opacity: 1;
}
.customdet-page .customdet-2 .list ul li span.num i {
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.customdet-page .customdet-2 .list ul li span.num:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: black;
}
.customdet-page .customdet-2 .list ul li:last-child span.num:after {
  display: none;
}
.customdet-page .customdet-2 .list ul li .content span.h6 {
  font-weight: 500;
}
.customdet-page .customdet-3 li {
  max-width: 330px;
}
.customdet-page .customdet-3 i {
  width: 1em;
  height: 1em;
}
.customdet-page .customdet-3 i img {
  max-height: 100%;
}
.customdet-page .customdet-3 span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
.product-page .product-1 .options .slide {
  height: 3em;
  padding: 0 1em;
  border: 1px solid black;
  display: block;
  position: relative;
  min-width: 20em;
}
.product-page .product-1 .options .slide span {
  height: 100%;
}
.product-page .product-1 .options .slide form {
  height: 100%;
}
.product-page .product-1 .options .slide form input {
  border: none;
  background-color: transparent;
  width: 100%;
  padding-right: 0.5em;
}
.product-page .product-1 .options .slide form button {
  border: none;
  background-color: transparent;
}
.product-page .product-1 .options .slide ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0.5em;
  border: 1px solid black;
  width: 100%;
  background-color: white;
  z-index: 1;
  display: none;
}
.product-page .product-1 .options .slide ul li {
  margin: 0.5em 0;
}
.product-page .product-1 .options .slide ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .options .slide ul li a:hover {
  color: var(--color);
}
.product-page .product-1 .options .slide:hover ul {
  display: block;
}
.product-page .product-intro .Auxil-catdes{
  max-height: calc(1.5em * 10);
  overflow-y: auto;
}
.product-page .product-2 span.h6 {
  font-weight: 500;
}
.product-page .product-2 .list ul li .img-box .img{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  opacity: 0;
}
.product-page .product-2 .list ul li:hover .img-box .img{
  opacity: 1;
}
.product-page .product-2 .list ul li .img-box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .product-2 .list ul li .img-box .img img:nth-child(n+2){
  display: none!important;
}
/*.prodet-page .prodet-1 .text {
  max-height: 200px;
  overflow: auto;
}*/
.prodet-page .prodet-1 .left{
  top: 145px;
  position: sticky;
}
.prodet-page .prodet-1 .text1{
  line-height: 2;
   /*max-height: 200px;
  overflow: auto;*/
}
.prodet-page .prodet-1 .options {
  line-height: 1;
  border-bottom: 1px solid #666;
}
.prodet-page .prodet-1 .options span {
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .options span:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: var(--color);
  display: none;
}
.prodet-page .prodet-1 .options span.active:before {
  display: block;
}
.prodet-page .prodet-2 .list span.h6 {
  font-weight: 500;
  text-align: left;
}
.prodet-page .prodet-2 .list ul li .img-box .img{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  opacity: 0;
}
.prodet-page .prodet-2 .list ul li:hover .img-box .img{
  opacity: 1;
}
.prodet-page .prodet-2 .list ul li .img-box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prodet-page .prodet-2 .list ul li .img-box .img img:nth-child(n+2){
  display: none!important;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left{
  position: unset;
  }
}
.about-page .about-1 .play-btn:focus{
  background: var(--color);
} 
.about-page .about-1 .box {
  height: 650px;
}
.about-page .about-1 .box .mask {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  z-index: 1;
}
.about-page .about-1 .list li:not(.line) {
  min-width: 15%;
}
.about-page .about-1 .list span.h2 {
  opacity: 0.3;
  color: var(--color);
}
.about-page .about-1 .list .line {
  height: 3em;
  width: 1px;
  background-color: #999;
}
.about-page .about-1 .list p {
  white-space: nowrap;
}
.about-page .about-2 {
  padding: 6% 0 0%;
}
.about-page .about-2 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}
.about-page .about-2 .left span {
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}
.about-page .about-2 .left span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.about-page .about-2 .left .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
}
.about-page .about-2 .left .title em {
  display: block;
}

.about-page .about-2 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-2 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-2 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-2 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-2 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-2 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  /*color: #20282d;*/
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
}
.about-page .about-2 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-2 .right .tag ul li.current a {
  background-color: #216189;
  color: #fff;
  border-color: #216189;
}
.about-page .about-2 .right .content ul li {
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.about-page .about-2 .right .content ul li .tit {
  line-height: 1;
  /*color: #fff;*/
  font-weight: 700;
}
.about-page .about-2 .right .content ul li .con {
  line-height: 1.8;
  /*color: rgba(255, 255, 255, 0.65);*/
  margin-top: 21px;
}
.about-page .about-2 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right .content ul li.active {
  background: #216189;
}
.about-page .about-2 .right .content ul li.active .tit{
  color: #fff;
}
.about-page .about-2 .right .content ul li.active .con{
  color: rgba(255, 255, 255, 0.65);
}
.factory-page .factory-1 .ui.container {
  max-width: 1000px;
}
.factory-page .factory-1 .slide {
  overflow: hidden;
}
.factory-page .factory-1 .slide:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.factory-page .factory-1 .slide .list .slick-list {
  overflow: unset;
}
.factory-page .factory-1 .slide .small img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.3;
}
.factory-page .factory-1 .slide .small .slick-current img {
  opacity: 1;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);;
}
.news-page .news-1 .list ul li .content time {
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 4.8em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
  border-bottom: 1px solid black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content a.link:hover {
  color: var(--color);
  border-color: var(--color);
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.news-page .m-page > div {
  text-align: center;
  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;
}
.news-page .m-page a,
.news-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 0.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .m-page a:hover,
.news-page .m-page span.current {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.newdet-page .newdet-1 .left .m-link .post {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
.newdet-page .newdet-1 .left .form input,
.newdet-page .newdet-1 .left .form textarea {
  width: 100%;
  border: none;
  padding: 0.7em 1em;
}
.newdet-page .newdet-1 .left .form textarea {
  height: 6em;
}
.newdet-page .newdet-1 .left .form button {
  border: none;
}
.newdet-page .newdet-1 .right {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
}
.newdet-page .newdet-1 .right span.h6 {
  font-weight: 500;
}
.newdet-page .newdet-1 .right form {
  height: 3em;
  border: 1px solid #666;
}
.newdet-page .newdet-1 .right form input,
.newdet-page .newdet-1 .right form button {
  border: none;
  width: 100%;
  background-color: transparent;
}
.newdet-page .newdet-1 .right form input {
  padding: 00px 1em;
}
.newdet-page .newdet-1 .right form button {
  width: 2em;
}
.newdet-page .newdet-1 .right .post li {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}
.newdet-page .newdet-1 .right .backImg {
  min-height: 40vh;
  padding: 8%;
  color: white;
}
.faq-page .faq-1 .left {
  background-color: var(--color);
  padding: 3%;
  color: white;
  position: sticky;
  top: 120px;
}
.faq-page .faq-1 .left span.h6 {
  font-weight: 500;
}
.faq-page .faq-1 .left ul li {
  margin-bottom: 0.5em;
}
.faq-page .faq-1 .left ul li ul {
  display: none;
}
.faq-page .faq-1 .left ul li a:hover {
  text-decoration: underline;
}
.faq-page .faq-1 .right ul li {
  margin-bottom: 1em;
  border: 1px solid #d3d3d3;
  padding: 0.8em;
  background-color: rgba(255, 255, 255, 0.5);
}
.faq-page .faq-1 .right ul li span.h6 {
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
  text-align: right;
}
.faq-page .faq-1 .right ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: relative;
  margin-top: 0.3em;
}
.faq-page .faq-1 .right ul li span.h6 i:after,
.faq-page .faq-1 .right ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.faq-page .faq-1 .right ul li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .faq-1 .right ul li .text {
  margin-top: 1em;
  display: none;
}
.faq-page .faq-1 .right ul li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sustainability-page .sustainability-1 .box {
  color: white;
}
.sustainability-page .sustainability-2 {
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea {
  width: 100%;
  border: none;
  padding: 0.7em 1em;
}
.contact-page .contact-1 .form textarea {
  height: 6em;
}
.contact-page .contact-1 .form button {
  border: none;
}
.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-page .contact-1 .info i {
  font-size: 2em;
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .box {
    height: 400px;
  }
  .custom-page .custom-1 .right span.h2 {
    margin-bottom: 5%;
    -webkit-transform: translateX(0.5em);
    -moz-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    transform: translateX(0.5em);
    width: 120%;
  }
  .custom-3 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li .content span.h6 {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 iframe {
    height: 320px;
  }
  .faq-page .faq-1 .left {
    padding: 5% !important;
  }
  .faq-page .faq-1 .left .nav:first-child {
    display: none;
  }
  .newdet-page .newdet-1 .right {
    display: none;
  }
  .newdet-page .newdet-1 .left {
    width: 100%;
  }
  .newdet-page .newdet-1 .m-link div {
    width: 100%;
    text-align: left;
  }
  .newdet-page .newdet-1 .m-link div .flex-je {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-page .about-1 .box {
    height: 320px;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li.line {
    display: none;
  }
  .about-page .about-1 .list ul li {
    width: 48%;
  }
  .about-page .about-2 .right .content {
    padding-left: 80px;
  }
  .about-page .about-2 .left {
    position: static;
  }
  .custom-page .custom-4 .img {
    margin-top: 5%;
  }
}
@media screen and (max-width: 700px) {
  .font-36,
  .font-30,
  .font-28,
  .font-32 {
    font-size: 18px;
  }
  .font-60 {
    font-size: 28px;
  }
  .font-40 {
    font-size: 24px;
  }
  .about-page .about-2 .right .content ul li {
    padding: 5%;
    margin-bottom: 5%;
  }
  .product-page .product-1 .options .slide:first-child {
    display: none;
  }
  .product-page .product-1 .list {
    display: none;
  }
  .product-page .product-1 .options {
    margin-top: 0;
  }
  .product-page .product-1 .options .slide {
    width: 100%;
  }
  .custom-3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-page .custom-3 li .content {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    opacity: 1 !important;
  }
  .custom-page .custom-5 li {
    border: none;
  }
  .customdet-page .customdet-2 .img {
    display: none;
  }
  .customdet-page .customdet-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customdet-page .customdet-3 ul li {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .box {
    height: 240px;
  }
  .custom-page .custom-1 .right .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .custom-1 .right .box2 .img {
    width: 100%;
  }
  .custom-page .custom-1 .right .box2 .content {
    width: 100%;
    padding: 3%;
  }
  .custom-page .custom-1 .right span.h2 {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding: 0 0.5em;
  }
  .custom-page .custom-4 .img {
    display: none;
  }
}

.about-page .about-22 .left {
}
.about-page .about-22 .left span {
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}
.about-page .about-22 .left span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.about-page .about-22 .left .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
}
.about-page .about-22 .left .title em {
  display: block;
}

.about-page .about-22 .right {
  position: relative;
}
.about-page .about-22 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-22 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-22 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-22 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-22 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  /*color: #20282d;*/
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
}
.about-page .about-22 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-22 .right .tag ul li.current a {
  background-color: #216189;
  color: #fff;
  border-color: #216189;
}
.about-page .about-22 .right .content ul li {
  /*padding: 60px 24px 88px 43px;*/
  margin-bottom: 30px;
}
.about-page .about-22 .right .content ul li .box {
  height: 100%;
}
.about-page .about-22 .right .content ul li .box .box-left{
  height: 54px;
  width: 54px;
  line-height: 54px;
  background: #fff;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  tansition: .3s;
}
.about-page .about-22 .right .content ul li:hover .box .box-left{
  background-color: #216189;
  color: #fff;
  border-color: #216189;
}
.about-page .about-22 .right .content ul li .box .box-right{
  /*width: calc(100% - 74px);*/
  height: 100%;
  transition: .3s;
  border-top: 1px solid #716960;
}
.about-page .about-22 .right .content ul li .tit {
  line-height: 1;
  /*color: #fff;*/
  
    transition: .3s;
}
.about-page .about-22 .right .content ul li .con {
  line-height: 1.8;
  /*color: rgba(255, 255, 255, 0.65);*/
  margin-top: 21px;
    transition: .3s;
}
.about-page .about-22 .right .content ul li:last-child {

}
.about-page .about-22 .right .content ul li:hover .box .box-right,
.about-page .about-22 .right .content ul li.active {
  background: #216189;
}
.about-page .about-22 .right .content ul li:hover .tit,
.about-page .about-22 .right .content ul li.active .tit {
  color: #fff;
}
.about-page .about-22 .right .content ul li:hover .con,
.about-page .about-22 .right .content ul li.active .con {
  color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 1000px) {
    .about-page .about-22 .left {
    
  }
  .about-page .about-22 .right .content {
    
  }
  .about-page .about-22 .right .content ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-22 .right .content ul li {
   
  }
  .about-page .about-22 .right .content ul li{
    width: 100%;
  }
}
.oemodm-page .oemodm-1 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.oemodm-page .oemodm-1 .list .slick-track .slick-slide {
  height: auto;
}
.oemodm-page .oemodm-1 .list .slick-track .slick-slide > div,
.oemodm-page .oemodm-1 .list .slick-track .slick-slide li {
  height: 100%;
}
.oemodm-page .oemodm-1 .list .box {
  height: 100%;
  padding: 7%;
  background-color: white;
}
.oemodm-page .oemodm-1 .list .slickBtn div {
  border: 1px solid #c9c9c9;
  background-color: transparent;
  color: black;
}
.oemodm-page .oemodm-1 .list .slickBtn div:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: white;
}

.sustainability-new87-1 span.h2 {
  text-align: center;
}
.sustainability-new87-1 .list ul li .box {
  min-height: 450px;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.sustainability-new87-1 .list ul li .box .content {
  padding: 15% 5%;
  height: 100%;
  background-color: rgba(33,97,137,.89);
  transform: translateY(100%);
  transition: 0.5s;
}

.sustainability-new87-1 .list ul li .box span.h3 {
  font-size: 40px;
  display: block;
  line-height: 1.2;
}

.sustainability-new87-1 .list ul li .box .content .text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 1em;
  font-weight: 300;
}

.sustainability-new87-1 .list ul li .box > span.h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 5%;
  background-color: rgba(33,97,137,.89);
  transition: 0.5s;
  font-size: 28px;
}

.sustainability-new87-1 .list ul li .box:hover > span.h3 {
  transform: translateY(100%);
}

.sustainability-new87-1 .list ul li .box:hover .content {
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .sustainability-new87-1 .list ul li .box > span.h3 {
    font-size: 20px;
  }

  .sustainability-new87-1 .list ul li .box {
    min-height: 250px;
  }

  .sustainability-new87-1 .list ul li .box .content {
    transform: translateY(0);
  }

  .sustainability-new87-1 .list ul li .box > span.h3 {
    transform: translateY(100%);
  }

  .sustainability-new87-1 .list ul li .box span.h3 {
    font-size: 22px;
  }
}
.oemodm2-page .oemodm2-1 span.h6 {
  line-height: 1.2;
  max-width: 600px;
}
.oemodm2-page .oemodm2-1 .play path {
  fill: none;
}
.oemodm2-page .oemodm2-1 .play i {
  font-size: 3em;
}
.oemodm2-page .oemodm2-1 .play svg {
  height: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
.oemodm2-page .oemodm2-1 .play > img {
  margin-left: -15%;
}
.oemodm2-page .oemodm2-1 .content .img img {
  width: auto;
  max-width: none;
}
.oemodm2-page .oemodm2-2 .top .img {
  transform: translateX(-20%);
}
.oemodm2-page .oemodm2-2 .top .text {
  font-weight: 500;
}
.oemodm2-page .oemodm2-3 {
  overflow: hidden;
}
.oemodm2-page .oemodm2-3 .list .slick-list {
  overflow: unset;
}
.oemodm2-page .oemodm2-3 .list li {
  margin-right: 7.8vw;
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
.oemodm2-page .oemodm2-3 .list li span.h6 {
  color: white;
  line-height: 1.2;
}
.oemodm2-page .oemodm2-3 .list li.ie1 {
  width: 21.8vw !important;
}
.oemodm2-page .oemodm2-3 .list li.ie1 span.h6 {
  position: absolute;
  transform-origin: left center;
  transform: rotate(-90deg);
  left: 0;
  bottom: 2%;
  width: 120%;
}
.oemodm2-page .oemodm2-3 .list li.ie2 {
  width: 33.3vw !important;
}
.oemodm2-page .oemodm2-3 .list li.ie2 span.h6 {
  margin-top: -5%;
}
.oemodm2-page .oemodm2-4 span.h6 {
  line-height: 1.2;
}
.oemodm2-page .oemodm2-4 .text {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.oemodm2-page .oemodm2-4 .box .left {
  position: sticky;
  top: 120px;
}
.technical-page .technical-1 li p {
  font-weight: 500;
}
.technical-page .technical-1 span.h6 {
  line-height: 1;
}
.technical-page .technical-2 .list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.technical-page .technical-2 .list li span.h6 {
  font-weight: 500;
}
.technical-page .technical-2 .list li.active {
  background-color: rgba(250, 193, 193, 0.21);
  border-top-color: transparent;
}
.technical-page .technical-2 .list li.active + li {
  border-top-color: transparent;
}
.technical-page .technical-3 .ui.container {
  width: auto;
  max-width: 1760px;
}
.technical-page .technical-3 span.h6 {
  font-weight: 500;
}
.technical-page .technical-4 ul.slick li,
.technical-page .technical-4 .box {
  height: 100%;
}
.technical-page .technical-4 .box {
  border: 1px solid #959596;
}
.technical-page .technical-4 .box i.icon img {
  max-height: 1em;
}
.technical-page .technical-4 .box span.h6 {
  line-height: 1.2;
}
.technical-page .technical-4 .slickDots li {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #b5b5b5;
  border: none;
  margin: 0 1em;
}
.technical-page .technical-4 .slickDots li.slick-active {
  background-color: var(--color);
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .right span.h2 {
    width: 100%;
  }
  .faq-page .faq-1 .left,
  .oemodm2-page .oemodm2-4 .box .left {
    position: static;
  }
  .oemodm2-page .oemodm2-3 .list li.ie2 {
    width: 60vw !important;
  }
  .oemodm2-page .oemodm2-3 .list li.ie1 {
    width: 40vw !important;
  }
  .oemodm2-page .oemodm2-3 .list li span.h6 {
    zoom: 0.5;
  }
  .oemodm2-page .oemodm2-2 .top .img,
  .oemodm2-page .oemodm2-1 .bottom .img,
  .oemodm2-page .oemodm2-2 .bottom .img {
    transform: translateX(0);
    width: 100%;
  }
  .oemodm2-page .oemodm2-2 .top .content,
  .oemodm2-page .oemodm2-1 .bottom .content,
  .oemodm2-page .oemodm2-2 .bottom .content {
    width: 100%;
  }
  .oemodm2-page .oemodm2-2 .top,
  .oemodm2-page .oemodm2-1 .bottom,
  .oemodm2-page .oemodm2-2 .bottom {
    flex-wrap: wrap;
  }
  .oemodm2-page .oemodm2-1 .content .img {
    margin-top: 30px;
  }
  .oemodm2-page .oemodm2-1 .content .img img {
    max-width: 100%;
  }
}
.seoPublic > div:nth-child(odd){
  background: none;
  padding-bottom:0;
}
