@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Ebrima.eot');
  src: url('../fonts/Ebrima.eot?#iefix') format('embedded-opentype'), url('../fonts/Ebrima.woff2') format('woff2'), url('../fonts/Ebrima.woff') format('woff'), url('../fonts/Ebrima.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .bfghfhf, .hfhghdf {
    display: none !important;
  }
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  background-color: #151515;
  color: white;
  font-weight: normal;
  --color: #ee3e0e;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #151515;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  width: 51%;
}
#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 {
  font-size: 18px;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  top: 50%;
  position: absolute;
  left: -0.2em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  opacity: 1;
}
#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: .6em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li 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> ul {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy {
  padding-left: 50px;
  height: 100%;
}
#header .nav .ui.menu .yuy span {
  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;
}
#header .nav .ui.menu .yuy ul {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  font-size: 14px;
  width: 120px;
  display: none;
}
#header .nav .ui.menu .yuy ul li {
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li a {
  padding: .5em;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: black;
}
#header .nav .ui.menu .yuy ul li a img {
  max-width: 24px;
  margin-right: .5em;
}
#header .nav .ui.menu .yuy ul li a:hover {
  background-color: var(--color);
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  display: block;
}
#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;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: 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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: 2;
}
#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: 14px;
  line-height: 2;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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,
  .inner-banner {
    margin-top: 100px;
  }
@media screen and (max-width: 1450px) {
  #banner,
  .inner-banner {
    margin-top: 80px;
  }
}
#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;
}
span.h2 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 60px;
  display: block;
}
span.h2 em {
  color: var(--color);
}
.text {
  font-size: 18px;
  line-height: 1.8;
  color: #999;
}
.text h1{
  display: inline;
}
a.more {
  font-size: 16px;
  text-transform: uppercase;
  --color2: black;
  color: var(--color2);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
  font-weight: 500;
}
a.more i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  border: 1px solid var(--color2);
  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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 3em;
}
a.more i:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--color2);
}
a.more i:after {
  content: '';
  width: 3em;
  height: 1px;
  background-color: var(--color2);
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -0.5px;
}
a.more:hover i:after {
  width: 0;
}
.ColorOptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}
.ColorOptions div {
  padding: .5em;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1em;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
}
.ColorOptions div:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ColorOptions div.active:before {
  opacity: 1;
}
.ColorOptions div:last-child {
  margin-right: 0;
}
.ColorOptions span {
  width: 2em;
  height: 2em;
  border-radius: inherit;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ColorOptions span i {
  width: 100%;
}
.btn {
  --color2: #151515;
  font-size: 10px;
}
.btn div {
  width: 4em;
  height: 4em;
  border-radius: 100%;
  border: 1px solid var(--color2);
  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;
  position: relative;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn div:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: inherit;
  background-color: var(--color2);
}
.btn div:after {
  content: '';
  width: 5em;
  height: 1px;
  background-color: var(--color2);
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.btn div.prev {
  margin-right: 3em;
  right: 100%;
}
.btn div.prev:after {
  left: 50%;
}
.btn div.next {
  margin-left: 3em;
  left: 100%;
}
.btn div.next:after {
  right: 50%;
}
.btn div:hover:after {
  width: 0;
}
.btn.inner div.prev {
  left: 0;
  right: auto;
}
.btn.inner div.next {
  right: 0;
  left: auto;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 5%;
  text-align: right;
  width: 100%;
}
#banner li .content .left {
  display: inline-block;
  margin-left: auto;
  text-align: left;
}
#banner li .content .left .logo {
  margin-left: 17%;
}
#banner li .content .left span.h2 {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: .5em;
  margin-top: 1.2em;
  font-weight: 500;
}
#banner li .content .left span.h2 em {
  font-weight: bold;
  color: var(--color);
  display: block;
}
#banner li .content .left .text {
  max-width: 260px;
  margin: 0 auto;
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}
#banner li .content .left a.more {
  --color2: white;
  margin-top: 2.5em;
}
#index-body .init-1 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-1 .list ul li {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
#index-body .init-1 .list ul li i {
  width: 6.25em;
  height: 6.25em;
  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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  position: relative;
}
#index-body .init-1 .list ul li i:before {
    content: '';
    border: 1px white dashed;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: 1s linear;
}
#index-body .init-1 .list ul li:hover i:before {
    transform: rotate(3600deg);
    transition: 100s linear;
}
#index-body .init-1 .list ul li i img {
  max-width: 3.125em;
}
#index-body .init-1 .list ul li .content {
  margin-left: 1em;
}
#index-body .init-1 .list ul li .content span.h6 {
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: .5em;
  display: block;
}
#index-body .init-2 {
  padding: 90px 0 140px;
  text-align: center;
}
#index-body .init-2 .ui.container {
  max-width: 1250px;
}
#index-body .init-2 .text:before {
  content: '';
  height: 3em;
  width: 1px;
  background-color: white;
  display: block;
  margin: .5em auto;
}
#index-body .init-2 a.more {
  --color2: white;
  margin-top: 2em;
}
#index-body .init-2 .list {
  margin-top: 90px;
}
#index-body .init-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-2 .list ul li {
  width: auto;
}
#index-body .init-2 .list ul li span.h5 {
  font-size: 36px;
  font-weight: bold;
  color: var(--color);
  width: 4.44444444em;
  height: 4.44444444em;
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#index-body .init-2 .list ul li span.h5 i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  border: 1px solid white;
  border-top-color: transparent;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .init-2 .list ul li span.h5 i:before {
  content: '';
  width: .2em;
  height: .2em;
  border-radius: inherit;
  position: absolute;
  left: 12.5%;
  top: 12.5%;
  background-color: white;
}
#index-body .init-2 .list ul li span.h5 sub {
  font-weight: normal;
  font-size: 18px;
  color: #d2d2d2;
  display: block;
  width: 100%;
  position: absolute;
  top: 63%;
  left: 0;
}
#index-body .init-2 .list ul li .text {
  margin-top: .8em;
}
#index-body .init-2 .list ul li .text:before {
  display: none;
}
#index-body .init-2 .list ul li:nth-child(2) span.h5 i {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .init-2 .list ul li:nth-child(3) span.h5 i {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
#index-body .init-3 {
  padding: 90px 0 110px;
  background-image: url("../images/init-3-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-3 .top .dots {
  font-size: 30px;
  color: var(--color);
  font-weight: 600;
}
#index-body .init-3 .top .dots em {
  font-size: 1.6em;
  color: white;
}
#index-body .init-3 .pre {
  margin-top: 70px;
  position: relative;
  padding: 0 10%;
}
#index-body .init-3 .pre .left {
  width: 47%;
  padding-left: 1%;
  padding-right: 9%;
  vertical-align: middle;
}
#index-body .init-3 .pre .left .img {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
#index-body .init-3 .pre .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-3 .pre .left .img img.active {
  position: static;
  opacity: 1;
}
#index-body .init-3 .pre .right {
  width: 53%;
  vertical-align: middle;
}
#index-body .init-3 .pre .right span.h6 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
}
#index-body .init-3 .pre .right .text {
  font-size: 16px;
  margin: 1.5em 0;
}
#index-body .init-3 .pre .right .parameter {
  margin-bottom: 15px;
}
#index-body .init-3 .pre .right .parameter > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#index-body .init-3 .pre .right .parameter .title {
  font-size: 18px;
  font-weight: bold;
  width: 7em;
  padding-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-3 .pre .right .parameter .text {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-3 .pre .right .parameter .text p {
  width: 50%;
  margin-bottom: .5em;
  padding-right: .5em;
}
#index-body .init-3 .pre .right .parameter .text table td {
    border: none;
    padding: 0;
    padding-bottom: .5em;
    padding-right: .5em;
}
#index-body .init-3 .pre .right .parameter .text table tr {
    background-color: transparent;
}
#index-body .init-3 .pre .right .parameter .text table td p {
    width: auto;
    margin: 0;
    padding: 0;
}
#index-body .init-3 .pre .right a.more {
  --color2: white;
}
#index-body .init-3 .pre .btn {
  --color2: white;
}
#index-body .init-4 {
  padding: 140px 0;
  text-align: center;
  background-color: white;
  color: #333;
  overflow: hidden;
}
#index-body .init-4 span.h2 {
  margin-bottom: 1em;
}
#index-body .init-4 .list ul {
  margin: -55px;
}
#index-body .init-4 .list ul li {
  padding: 55px;
}
#index-body .init-4 .list ul li .text {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .init-4 .list ul li a.img-box {
  display: block;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li a.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .list ul li a.img-box img.active {
  position: static;
  opacity: 1;
}
#index-body .init-4 .list ul li span.h6 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin: 1.5em 0 .5em;
  line-height: 1.8;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  padding: 0 10%;
}
#index-body .init-4 .list ul li span.h6:hover {
  color: var(--color);
}
#index-body .init-4 .list ul li .ColorOptions {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-4 .list ul li a.more {
  margin-top: 2.5em;
}
#index-body .init-4 .list ul li:hover a.img-box {
  -o-box-shadow: 0 0 21px rgba(185, 185, 185, 0.18);
  -webkit-box-shadow: 0 0 21px rgba(185, 185, 185, 0.18);
  box-shadow: 0 0 21px rgba(185, 185, 185, 0.18);
}
#index-body .init-5 {
  padding: 90px 0 60px;
  text-align: center;
  background-image: url("../images/init-5-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-5 .list {
  margin: 80px 0;
}
#index-body .init-5 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-5 .list ul li {
  width: auto;
  font-size: 10px;
}
#index-body .init-5 .list ul li i {
  width: 18em;
  height: 18em;
  border-radius: 100%;
  border: 1px solid var(--color);
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin: 0 auto;
}
#index-body .init-5 .list ul li i img {
  max-width: 8em;
  max-height: 7em;
}
#index-body .init-5 .list ul li span.h6 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li span.h6:before {
  content: '';
  height: 2.5em;
  width: 1px;
  background-color: white;
  margin: .75em auto 1.2em;
  display: block;
}
#index-body .init-5 .list ul li .text {
  font-size: 1.6em;
  margin-top: 1.2em;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-5 .list ul li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-5 .list ul li:hover span.h6 {
  color: var(--color);
}
#index-body .init-5 a.more {
  --color2: white;
}
#index-body .init-6 {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
#index-body .init-6:before,
#index-body .init-6:after {
  content: '';
  background-color: white;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: .1;
}
#index-body .init-6:before {
  left: 5.5%;
}
#index-body .init-6:after {
  right: 5.5%;
}
#index-body .init-6 .ui.container {
  position: relative;
}
#index-body .init-6 .ui.container:before {
  content: '';
  background-color: white;
  width: 1px;
  height: 400%;
  position: absolute;
  top: -150%;
  z-index: -1;
  opacity: .1;
  left: 50.8%;
}
#index-body .init-6 .list {
  position: relative;
}
#index-body .init-6 .list:before,
#index-body .init-6 .list:after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
}
#index-body .init-6 .list:before {
  right: 102%;
}
#index-body .init-6 .list:after {
  left: 102%;
}
#index-body .init-6 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-6 .list ul li {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  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;
}
#index-body .init-6 .list ul li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1em;
}
#index-body .init-6 .list ul li.line {
  width: 3em;
  height: 1px;
  background-color: white;
}
#index-body .init-7 {
  padding: 90px 0;
  background-image: url("../images/init-7-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#index-body .init-7 span.h2 {
  margin-bottom: .5em;
}
#index-body .init-7 span.h2 i {
  color: var(--color);
}
#index-body .init-7 .list {
  max-width: 1040px;
}
#index-body .init-7 .list .slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 10px;
}
#index-body .init-7 .list .slide i {
  width: 16em;
  height: 16em;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-7 .list .slide .content {
  margin-left: 3em;
  width: 100%;
}
#index-body .init-7 .list .slide .content .bottom {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 4px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-7 .list .slide .content .bottom span.h6 {
  font-size: 24px;
  line-height: 1.2;
}
#index-body .init-7 .list .slide .content .bottom .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-7 .list .slide .content .bottom .dots i {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #848686;
  margin-left: 1.5em;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-7 .list .slide .content .bottom .dots i.active {
  background-color: var(--color);
}
#index-body .init-8 {
  padding: 140px 0;
  overflow: hidden;
}
#index-body .init-8 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-8 .box .left {
  width: 33%;
  padding-right: 13%;
}
#index-body .init-8 .box .left span.h2 {
  line-height: 1.5;
  margin-top: -0.4em;
}
#index-body .init-8 .box .right {
  width: 67%;
}
#index-body .init-8 .box .right .list ul {
  margin: -35px -70px;
}
#index-body .init-8 .box .right .list ul li {
  padding: 35px 70px;
}
#index-body .init-8 .box .right .list ul li .content {
  font-size: 10px;
  padding-left: 7em;
  position: relative;
}
#index-body .init-8 .box .right .list ul li .content:before {
  content: '';
  width: 5em;
  height: 1px;
  background-color: white;
  top: 1.5em;
  left: 0;
  position: absolute;
}
#index-body .init-8 .box .right .list ul li .content time {
  display: block;
  font-size: 1.6em;
  color: #999;
  font-style: italic;
  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;
}
#index-body .init-8 .box .right .list ul li .content time a {
  font-size: 1.25em;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  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;
}
#index-body .init-8 .box .right .list ul li .content time a:after {
  content: '';
  width: .25em;
  height: .25em;
  border-radius: 100%;
  margin: 0 .5em;
  background-color: #d2d2d2;
}
#index-body .init-8 .box .right .list ul li .content span.h6 {
  font-size: 2.4em;
  line-height: 1.4;
  margin: .5em 0 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 .box .right .list ul li .content span.h6:hover {
  color: var(--color);
}
#index-body .init-8 .box .right .list ul li .content a.more {
  --color2: white;
}
@-webkit-keyframes xz {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  form {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  form {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#footer {
  background-color: #090909;
  position: relative;
}
#footer .footer-top {
  padding: 90px 0 80px;
}
#footer .footer-top .box {
  margin: -10px;
}
#footer .footer-top .box .slide {
  padding: 10px;
}
#footer .footer-top .box .slide:nth-child(1) {
  width: 30%;
}
#footer .footer-top .box .slide:nth-child(2) {
  width: 17%;
}
#footer .footer-top .box .slide:nth-child(3) {
  width: 26%;
}
#footer .footer-top .box .slide:nth-child(4) {
  width: 27%;
}
#footer .footer-top .box .text {
  max-width: 350px;
  margin: 1.8em 0 3em;
}
#footer .footer-top .box #ewm {
  max-width: 120px;
  border: 4px solid white;
}
#footer .footer-top .box span.h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 2.5em;
}
#footer .footer-top .box .nav {
  font-size: 18px;
  line-height: 1.4;
}
#footer .footer-top .box .nav li {
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 1.6em;
  text-transform: uppercase;
}
#footer .footer-top .box .nav li:hover {
  opacity: 1;
}
#footer .footer-top .box .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .nav li ul {
    display: none;
}
#footer .footer-top .box .info {
  font-size: 16px;
  line-height: 1.4;
  max-width: 300px;
}
#footer .footer-top .box .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  line-height: 2;
}
#footer .footer-top .box .info li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .info li i {
  width: 1.2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .8em;
  height: 1.4em;
  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;
}
#footer .footer-top .box .share {
  font-size: 16px;
  margin-top: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top .box .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid white;
  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;
  margin-right: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .share a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .footer-top .box .form ul {
  margin: -10px;
}
#footer .footer-top .box .form ul li {
  padding: 10px;
}
#footer .footer-top .box .form ul li input,
#footer .footer-top .box .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: #222;
  font-size: 18px;
  padding: .7em;
  border-radius: .5em;
}
#footer .footer-top .box .form ul li input::-webkit-input-placeholder, #footer .footer-top .box .form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .box .form ul li input:-moz-placeholder, #footer .footer-top .box .form ul li textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .box .form ul li input::-moz-placeholder, #footer .footer-top .box .form ul li textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .box .form ul li input:-ms-input-placeholder, #footer .footer-top .box .form ul li textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .box .form ul li input::placeholder,
#footer .footer-top .box .form ul li textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .box .form ul li textarea {
  height: 150px;
}
#footer .footer-top .box .form ul li button {
  font-size: 18px;
  height: 2.5em;
  border-radius: 1.5em;
  background-color: var(--color);
  text-transform: uppercase;
  padding: 0 1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .form ul li button img {
  margin-right: .5em;
  display: block;
}
#footer .footer-top .box .form ul li button:hover {
  opacity: .8;
}
#footer .footer-top .box .form ul li.wid-100 {
  width: 100%;
}
#footer .footer-bottom .coy {
  font-size: 14px;
  padding: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom .coy svg {
  max-height: 1.71428571em;
  width: auto;
  display: block;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: var(--color);
}
#footer .footer-bottom .coy p {
  margin: 0 .5em;
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: var(--color);
}
#footer #top {
  font-size: 14px;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  border: 1px solid white;
  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;
  text-transform: uppercase;
  position: absolute;
  bottom: 25%;
  right: 2.5%;
  cursor: pointer;
  cursor: hand;
  padding-top: .7em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer #top:before {
  content: '';
  width: 1px;
  height: 3em;
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: 70%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer #top:after {
  content: '';
  width: .25em;
  height: .25em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  bottom: 70%;
  margin-bottom: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer #top:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer #top:hover:after {
  margin-bottom: 0;
}
#footer #top:hover:before {
  height: 0;
}
@media screen and (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  .btn div.next {
    left: auto;
    right: 0;
  }
  .btn div.prev {
    left: 0;
    right: auto;
  }
  #banner li .content .left .logo img {
    max-height: 60px;
  }
  #banner li .content .left span.h2 {
    font-size: 60px;
  }
  .text {
    font-size: 16px;
  }
  a.more {
    font-size: 14px;
  }
  #index-body .init-1 .list ul li {
    font-size: 14px;
  }
  span.h2 {
    font-size: 48px;
  }
  #index-body .init-2 .list {
    margin-top: 50px;
  }
  #index-body .init-2 .list ul li span.h5 {
    font-size: 30px;
  }
  #index-body .init-3 .top .dots {
    font-size: 24px;
  }
  #index-body .init-3 .pre .right span.h6 {
    font-size: 20px;
  }
  #index-body .init-3 .pre .right .parameter .title {
    font-size: 16px;
  }
  #index-body .init-4,
  #index-body .init-8 {
    padding: 100px 0;
  }
  #index-body .init-4 .list ul li span.h6 {
    font-size: 18px;
  }
  #index-body .init-5 .list {
    margin: 50px 0;
  }
  #index-body .init-5 .list ul li i {
    width: 12em;
    height: 12em;
  }
  #index-body .init-5 .list ul li i img {
    max-width: 6em;
    max-height: 5em;
  }
  #index-body .init-5 .list ul li span.h6:before {
    height: 1.5em;
    margin: .5em auto;
  }
  #index-body .init-6 .list ul li i {
    max-width: 70px;
  }
  #index-body .init-7 .list .slide .content .bottom span.h6 {
    font-size: 20px;
  }
  #index-body .init-8 .box .right .list ul li .content {
    font-size: 8px;
  }
  #footer .footer-top .box .slide:nth-child(1) .logo img {
    max-height: 35px;
  }
  #footer .footer-top .box .nav {
    font-size: 16px;
  }
  #footer .footer-top .box .nav li {
    margin-bottom: 1.3em;
  }
  #footer .footer-top .box .info li {
    margin-bottom: 1.1em;
  }
  #footer .footer-top .box .form ul li input,
  #footer .footer-top .box .form ul li textarea {
    font-size: 16px;
    padding: .5em;
  }
  #footer .footer-top .box .form ul li textarea {
    height: 130px;
  }
  #footer .footer-top .box .form ul li button {
    font-size: 16px;
  }
  #footer #top {
    font-size: 10px;
  }
  #footer .footer-bottom .coy {
    padding: 1em 0;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 35px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 40px;
    max-width: 18px;
  }
  #header .nav .ui.menu .yuy span {
    max-width: 18px;
  }
  #header .nav .ui.menu {
    height: 80px;
  }
  #banner li .content .left span.h2 {
    font-size: 52px;
  }
  #index-body .init-1 .list ul li {
    font-size: 12px;
  }
  #index-body .init-2 {
    padding: 70px 0;
  }
  span.h2 {
    font-size: 40px;
  }
  #index-body .init-3 .pre .left {
    padding-left: 4%;
    padding-right: 10%;
  }
  #index-body .init-4 .list ul li {
    padding: 40px;
  }
  #index-body .init-4 .list ul {
    margin: -40px;
  }
  #index-body .init-4 .list ul li span.h6 {
    margin: 1em 0 .5em;
    font-size: 16px;
  }
  #index-body .init-4 .list ul li a.more {
    margin-top: 1.5em;
  }
  #index-body .init-5 .list ul li {
    font-size: 8px;
  }
  #index-body .init-6 .list ul li {
    font-size: 14px;
  }
  #index-body .init-6 {
    padding: 80px 0;
  }
  #index-body .init-7 .list .slide .content .bottom {
    padding-top: 2em;
    margin-top: 2em;
  }
  #index-body .init-8 .box .right .list ul li {
    padding: 25px;
  }
  #index-body .init-8 .box .right .list ul {
    margin: -25px;
  }
  #index-body .init-4,
  #index-body .init-8 {
    padding: 70px 0;
  }
  #footer .footer-top .box .form ul li button,
  #footer .footer-top .box .form ul li input,
  #footer .footer-top .box .form ul li textarea,
  #footer .footer-top .box .nav,
  #footer .footer-top .box .info,
  #footer .footer-top .box .share {
    font-size: 14px;
  }
  #footer .footer-top .box .text {
    margin: 1em 0 2em;
  }
  #footer .footer-top .box span.h6 {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
  #footer .footer-top .box .form ul li textarea {
    height: 110px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner li .content .left span.h2 {
    font-size: 40px;
    margin-top: .5em;
    margin-bottom: .3em;
  }
  #banner li .content .left .logo img {
    max-height: 40px;
  }
  #banner li .content .left a.more {
    margin-top: 1.5em;
  }
  .text {
    font-size: 14px;
    line-height: 2!important;
  }
  #index-body .init-1 .list ul li {
    padding: 10px;
  }
  #index-body .init-1 .list ul {
    margin: -10px;
  }
  span.h2 {
    font-size: 32px;
  }
  #index-body .init-2 .list ul li span.h5 {
    font-size: 24px;
  }
  #index-body .init-2 .list ul li span.h5 sub {
    font-size: 14px;
  }
  #index-body .init-3 .top .dots {
    font-size: 18px;
  }
  #index-body .init-3 .pre {
    margin-top: 40px;
  }
  #index-body .init-3 .pre .right .parameter > div {
    margin-bottom: 10px;
  }
  #index-body .init-3 .pre .left {
    padding-left: 2%;
    padding-right: 5%;
  }
  .btn {
    font-size: 7px;
  }
  #index-body .init-3 {
    padding: 70px 0;
  }
  #index-body .init-3 .pre .right .text {
    font-size: 14px;
  }
  #index-body .init-4 .list ul li {
    padding: 15px;
  }
  #index-body .init-4 .list ul {
    margin: -15px;
  }
  #index-body .init-5,
  #index-body .init-7 {
    padding: 50px 0;
  }
  #index-body .init-5 .list ul li {
    font-size: 7px;
  }
  #index-body .init-6 .list ul li.line {
    width: 1.5em;
    display: none;
  }
  #index-body .init-6 .list ul li {
    padding: 10px;
  }
  #index-body .init-6 .list ul {
    margin: -10px;
  }
  #index-body .init-7 .list .slide i {
    width: 12em;
    height: 12em;
  }
  #index-body .init-8 .box .right .list ul li .content {
    font-size: 7px;
  }
  #footer .footer-top .box .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(3),
  #footer .footer-top .box .slide:nth-child(4) {
    width: 35%;
  }
  #footer .footer-top .box #ewm {
    display: none;
  }
  #footer .footer-top .box .text {
    margin-bottom: 0;
  }
  #footer .footer-bottom .coy {
    display: block;
  }
  #footer .footer-bottom .coy p {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #index-body .init-1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 30px;
  }
  #index-body .init-1 .list ul li {
    width: 100%;
  }
  #index-body .init-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner li .content .left span.h2 {
    font-size: 32px;
  }
  #banner li .content .left .text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-right: 0;
    margin-left: auto;
  }
  span.h2 {
    font-size: 28px;
  }
  #index-body .init-3 .pre .right .parameter .text p {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  #index-body .init-3 .pre {
    padding: 0;
  }
  #index-body .init-3 .pre .right .parameter > div {
    display: block;
  }
  #index-body .init-3 .pre .right .parameter .title {
    display: block;
    width: 100%;
    margin-bottom: .5em;
  }
  #index-body .init-4 .list ul li span.h6 {
    padding: 0;
  }
  .ColorOptions {
    font-size: 8px;
  }
  #index-body .init-5 .list ul,
  #index-body .init-6 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  #index-body .init-5 .list ul li,
  #index-body .init-6 .list ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-8 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-8 .box .left br {
    display: none;
  }
  #index-body .init-8 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-8 .box {
    display: block;
  }
  #index-body .init-8 .box .right .list ul li .content {
    padding-left: 0;
  }
  #index-body .init-8 .box .right .list ul li .content:before {
    display: none;
  }
  #index-body .init-8 .box .right .list ul li {
    padding: 10px;
  }
  #index-body .init-8 .box .right .list ul {
    margin: -10px;
  }
  #footer .footer-top .box .slide {
    width: 100% !important;
  }
  #footer .footer-top .box .info,
  #footer .footer-top .box .text {
    max-width: none;
  }
  #footer #top {
    bottom: 15%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .left .logo {
    display: none;
  }
  #banner li .content .left span.h2 {
    font-size: 28px;
    margin-top: 0;
  }
  #banner li .content .left .text {
    max-width: none;
  }
  #banner li .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 0 2px white;
  }
  #index-body .init-3 .pre .left {
    width: 100%;
    padding: 0 10%;
  }
  #index-body .init-3 .pre .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .pre .btn div {
    top: 30%;
  }
  span.h2 {
    font-size: 24px;
  }
  #banner li .content .left span.h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .left span.h2 {
    font-size: 24px;
  }
  #banner li .content .left .text {
    display: none;
  }
  #index-body .init-1 .list ul li {
    font-size: 10px;
  }
  #index-body .init-2 .list ul li span.h5 {
    font-size: 20px;
  }
  #index-body .init-3 .top .dots {
    font-size: 16px;
  }
  #index-body .init-3 .pre .right span.h6 {
    font-size: 18px;
  }
  #index-body .init-5 .list ul li,
  #index-body .init-6 .list ul li {
    width: 100%;
  }
  #index-body .init-7 .list .slide i {
    width: 9em;
    height: 9em;
  }
  #index-body .init-7 .list .slide {
    display: block !important;
  }
  #index-body .init-7 .list .slide .content {
    margin-left: 0;
    margin-top: 1.5em;
  }
  #index-body .init-7 .list .slide .content .bottom span.h6 {
    font-size: 18px;
  }
}

.inner-banner {
    background-color: #1c1c1c;
    padding: 90px 0;
}
.inner-banner .name {
    font-size: 36px;
    font-weight: 500;
}
.mbx span {
    color: var(--color);
}
@media (max-width: 1000px) {
    .inner-banner {
        padding: 60px 0;
    }
    .inner-banner .name {
        font-size: 24px;
    }

    div#seo_other {
        display: none;
    }




}
.innerTag {
    color: var(--color);
}
.innerTit {
    
}
.about-page .about-1 {
    padding-right: 11%;
}
.about-page .about-1 .left {
    padding-right: 4%;
    vertical-align: middle;
}
.about-page .about-1 .left .play {
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 145px;
    height: 145px;
    line-height: 145px;
    text-align: center;
    cursor: pointer;
}
.about-page .about-1 .left .play:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/play-icon2.png) no-repeat center;
    background-size: 100% 100%;
    animation: rotate 5s linear infinite;
}
.about-page .about-1 .right {
    padding-left: 4%;
    vertical-align: middle;
}
.about-page .about-1 .right .Tit::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 104%;
    width: 128px;
    border-bottom: 2px solid #000000;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
}
.about-page .about-1 .right .text {
    line-height: 1.8;
    max-height: 14.4em;
    overflow-y: auto;
}
.about-page .about-1 .right .list {
    margin-top: 80px;
    margin-left: 0%;
}
.about-page .about-1 .right .base_data ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .right .base_data ul li {
    width: auto;
}
.about-page .about-1 .right .pro_list {
    margin-top: 80px;
    margin-left: -10%;
}
.about-page .about-1 .right .pro_list ul {
    margin: -30px;
}
.about-page .about-1 .right .pro_list li {
    padding: 30px;
}
.about-page .about-1.on .right .Tit::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}
.about-page .about-2 {
    padding-top: 0px;
    padding-bottom: 100px;
}
.about-page .about-2 .right {
    position: relative;
}
.about-page .about-2 .right > ul li {
    margin-bottom: 45px;
    padding-right: 65px;
}
.about-page .about-2 .right > ul li img {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.about-page .about-2 .right .slick-slide {
    position: relative;
}
.about-page .about-2 .right .slick-current.slick-center {
    z-index: 1;
}
.about-page .about-2 .right .slick-current.slick-center li img {
    -webkit-transform: translate(0, 45px);
    -moz-transform: translate(0, 45px);
    -ms-transform: translate(0, 45px);
    transform: translate(0, 45px);
}
.about-page .about-2 .right .dots {
    position: absolute;
    left: 30px;
    right: 65px;
    bottom: 5%;
}
.about-page .about-2 .right .dots li {
    margin: 0 3px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #000000;
    display: inline-block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    cursor: pointer;
}
.about-page .about-2 .right .dots li button {
    display: none;
}
.about-page .about-2 .right .dots li.slick-active {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.about-page .about-2 .list {
    padding: 100px 0;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.about-page .about-2 .list ul {
    margin: -15px;
}
.about-page .about-2 .list li {
    padding: 15px;
}
.about-page .about-2 .list li img {
    display: block;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.about-page .about-2 .list li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.about-page .about-2 .list span.arrow {
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.about-page .about-2 .list span.arrow.arrow_l {
    left: 0;
}
.about-page .about-2 .list span.arrow.arrow_r {
    right: 0;
}
.about-page .about-3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-3 li .box {
    color: #FFFFFF;
    background-color: #202328;
    padding: 15% 10%;
    height: 100%;
}
.about-page .about-3 li .box .name {
    font-size: 30px;
    
    font-weight: bold;
    line-height: 3;
    color: var(--color);
}
.about-page .about-3 li .box .name span {
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
}
.about-page .about-3 li .box .text {
    line-height: 1.8;
}
.about-page .about-3 li:nth-child(2) .box {
    background-color: #4f5155;
}
.about-page .about-4 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-page .about-4 .text {
    line-height: 1.8;
}
.about-page .about-4 .list ul {
    margin: -20px;
}
.about-page .about-4 .list li {
    padding: 20px;
}
.about-page .about-5 {
    padding: 170px 0 120px;
}
.about-page .about-5 .text {
    line-height: 1.8;
}
.about-page .about-5 .left {
    padding-top: 60px;
    padding-left: 100px;
    position: relative;
}
.about-page .about-5 .left img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
}
.about-page .about-5 .left img:last-child {
    position: relative;
    z-index: 1;
}
.about-page .about-5 .right {
    margin-top: 100px;
}
.about-page .about-6 {
    padding: 120px 0;
    background: url(../images/about-6-bg.jpg) no-repeat center;
    background-attachment: fixed;
    color: #FFFFFF;
}
.about-page .about-6 ul {
    margin: -45px;
}
.about-page .about-6 li {
    padding: 45px;
}
.about-page .about-6 li .num {
    font-size: 89px;
    
    font-weight: bold;
    color: var(--color);
}
.about-page .about-6 li .text {
    line-height: 1.8;
}
.about-page .about-7 {
    padding: 130px 0;
}
.about-page .about-7 span.arrow {
    font-size: 16px;
    display: inline-block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    border: 1px solid currentcolor;
    opacity: .5;
    cursor: pointer;
}
.about-page .about-7 span.arrow:hover {
    opacity: 1;
}
.about-page .about-7 .list {
    margin-top: 80px;
}
.about-page .about-7 .list li {
    padding-right: 50%;
    position: relative;
}
.about-page .about-7 .list li .content {
    position: absolute;
    width: 70%;
    right: 50px;
    top: 50%;
    padding: 20px;
    background: rgb(0 0 0 / 90%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-page .about-7 .list li .content .name {
    font-size: 30px;
    
    font-weight: 400;
}
.about-page .about-7 .list li .content .text {
    margin-top: 15px;
    line-height: 1.8;
}
@media (max-width: 1600px) {
    .about-page .about-1 {
        padding-right: 5%;
    }
    .about-page .about-3 li .box .name {
        font-size: 24px;
    }
    .about-page .about-3 li .box {
        padding: 10% 5%;
    }
}
@media (max-width: 1400px) {
    .about-page .about-1 {
        padding-right: 15px;
    }
    .about-page .about-1 .left {
        padding-right: 0;
    }
    .about-page .about-1 .right .list {
        margin-left: 0;
    }
    .about-page .about-1 .right .text {
        max-height: 10.8em;
    }
    .innerTit {
        font-size: 32px;
    }
    .about-page .about-2 .left {
        margin-top: 0;
    }
    .about-page .about-5 .right {
        margin-top: 0;
    }
    .about-page .about-6 ul {
        margin: -25px;
    }
    .about-page .about-6 li {
        padding: 25px;
    }
    .about-page .about-6 li .num {
        font-size: 60px;
    }
    .about-page .about-7 .list li .content .name {
        font-size: 24px;
    }
}
@media (max-width: 1000px) {
    .about-page .about-1 {
        padding: 60px 0;
    }
    .about-page .about-1 .box {
        max-width: 700px;
        margin: auto;
        padding: 0 15px;
    }
    .about-page .about-1 .left {
        width: 100%;
    }
    .about-page .about-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .about-page .about-1 .right .Tit::before {
        display: none;
    }
    .about-page .about-1 .right .text {
        max-height: unset;
    }
    .about-page .about-1 .right .list {
        margin-top: 40px;
    }
    .about-page .about-2 {
        padding-top: 60px;
    }
    .about-page .about-2 .left {
        width: 100%;
        padding: 0;
    }
    .about-page .about-2 .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .about-page .about-2 .right .dots {
        left: 0;
    }
    .about-page .about-2 .list {
        padding: 60px 0;
    }
    .about-page .about-3 ul {
        display: block;
    }
    .about-page .about-3 li {
        width: 100%!important;
    }
    .about-page .about-3 li .box {
        padding: 60px 5%;
    }
    .about-page .about-3 li .box .name {
        line-height: normal;
    }
    .about-page .about-3 li .box .text {
        margin-top: 20px;
    }
    .about-page .about-4 {
        padding-top: 60px;
    }
    .about-page .about-5 {
        padding: 120px 0 60px;
    }
    .about-page .about-5 .left {
        width: 100%;
    }
    .about-page .about-5 .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .about-page .about-6 {
        padding: 60px 0;
    }
    .about-page .about-6 ul {
        margin: -15px;
    }
    .about-page .about-6 li {
        padding: 15px;
        width: 50%!important;
    }
    .about-page .about-6 li .num {
        font-size: 40px;
    }
    .about-page .about-7 {
        padding: 60px 0;
    }
    .about-page .about-7 .list {
        margin-top: 40px;
    }
}
@media (max-width: 700px) {
    .innerTit {
        font-size: 24px;
    }
    .about-page .about-3 li .box .name {
        font-size: 20px;
    }
    .about-page .about-5 .left {
        padding-top: 40px;
        padding-left: 50px;
    }
    .about-page .about-2 .right > ul li img {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .about-page .about-2 .right .slick-current.slick-center li img {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .about-page .about-2 .right > ul li {
        margin-bottom: 0;
        padding-right: 0;
    }
    .about-page .about-2 .right .dots {
        right: 0;
    }
    .about-page .about-7 .list ul {
        margin: -15px;
    }
    .about-page .about-7 .list li {
        padding-right: 0;
        padding: 15px;
    }
    .about-page .about-7 .list li .content {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .about-page .about-6 li {
        width: 100%!important;
    }
}
.app-page {
    padding-bottom: 120px;
}
.app-page .app-1 {
    padding: 90px 0;
}
.app-page .app-1 .text {
    line-height: 1.8;
    margin-top: 20px;
}
.app-page .app-2 + .app-2 {
    margin-top: 170px;
}
.app-page .app-2:not(:last-child) .box {
    border-bottom: 1px solid #8a8a8a;
}
.app-page .app-2 .box {
    padding-bottom: 55px;
}
.app-page .app-2 .left {
    width: 40%;
    vertical-align: middle;
}
.app-page .app-2 .right {
    width: 60%;
    padding-left: 50px;
    vertical-align: middle;
}
.app-page .app-2 .right .name {
    font-size: 30px;
    
    font-weight: bold;
}
.app-page .app-2 .right .text {
    line-height: 1.8;
    margin-top: 15px;
}
.app-page .app-2 .right .list {
    margin-top: 40px;
}
.app-page .app-2 .right .list ul {
    margin: -19px;
}
.app-page .app-2 .right .list li {
    padding: 19px;
}
@media (max-width: 1000px) {
    .app-page .app-1 {
        padding: 60px 0;
    }
    .app-page .app-2 .left {
        width: 100%;
        text-align: center;
    }
    .app-page .app-2 .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .app-page .app-2 + .app-2 {
        margin-top: 60px;
    }
    .app-page {
        padding-bottom: 60px;
    }
    .app-page .app-2 .right .name {
        font-size: 24px;
    }
    .app-page .app-2 .right .list ul {
        margin: -10px;
    }
    .app-page .app-2 .right .list li {
        padding: 10px;
    }
}
.case-page {
    padding: 120px 0;
}
.case-page ul {
    margin: -45px -17px;
}
.case-page li {
    padding: 45px 17px;
}
.case-page li .name {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
.case-page li .name a{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
    background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
    background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.case-page li .name:hover > a{
    color: #000;
    background-size: 100% 1px;
}
@media (max-width: 1000px) {
    .case-page {
        padding: 60px 0;
    }
    .case-page li .name {
        font-size: 16px;
    }
    .case-page ul {
        margin: -15px;
    }
    .case-page li {
        padding: 15px;
    }
}
.trends-page .trends-1 {
    margin-top: 200px;
}
.trends-page .trends-2 {
    margin-top: 120px;
}
.trends-page .trends-2 .left {
    width: 45%;
    vertical-align: middle;
    padding-right: 5%;
}
.trends-page .trends-2 .right {
    width: 55%;
    position: relative;
    vertical-align: middle;
}
.trends-page .trends-2 .right .Tit {
    font-size: 30px;
    
    font-weight: bold;
    position: relative;
}
.trends-page .trends-2 .right .Tit::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 104%;
    width: 128px;
    border-bottom: 2px solid #000000;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
}
.trends-page .trends-2 .right .text span {
    font-weight: 400;
    font-style: italic;
}
.trends-page .trends-2 .right .list {
    margin: 40px 0 40px -20%;
    padding: 40px 80px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.trends-page .trends-2 .right .list ul {
    margin: -15px;
}
.trends-page .trends-2 .right .list li {
    padding: 15px;
}
.trends-page .trends-2 .right .list li > div {
    display: inline-block;
    padding-left: 70px;
}
.trends-page .trends-2 .right .list i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.trends-page .trends-2 .right .list .num {
    font-size: 32px;
    
    font-weight: bold;
}
.trends-page .trends-2.on .right .Tit::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}
.trends-page .trends-3 {
    margin-top: 120px;
}
.trends-page .trends-3.row .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.trends-page .trends-3.row .box .right {
    padding-left: 0;
    padding-right: 10%;
    text-align: right;
}
.trends-page .trends-3.row .box .right .name::before {
    left: 104%;
    right: auto;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.trends-page .trends-3 .box {
    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;
}
.trends-page .trends-3 .box .left {
    width: 53%;
}
.trends-page .trends-3 .box .left img {
    width: 100%;
}
.trends-page .trends-3 .box .left ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.trends-page .trends-3 .box .left ul.slick-dots li {
    margin: 0 3px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #000;
    display: inline-block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    cursor: pointer;
}
.trends-page .trends-3 .box .left ul.slick-dots li button {
    display: none;
}
.trends-page .trends-3 .box .left ul.slick-dots li.slick-active {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.trends-page .trends-3 .box .right {
    width: 47%;
    padding-left: 10%;
}
.trends-page .trends-3 .box .right .name {
    font-size: 30px;
    
    font-weight: bold;
    position: relative;
}
.trends-page .trends-3 .box .right .name::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -1px;
    right: 104%;
    width: 170px;
    border-bottom: 2px solid #000000;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
}
.trends-page .trends-3.on .box .right .name::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}
.trends-page .trends-4 {
    padding: 140px 0;
}
.trends-page .trends-4 .Tit {
    font-size: 30px;
    
    font-weight: bold;
}
.trends-page .trends-4 .form {
    max-width: 1080px;
    margin: 50px auto 0;
}
.trends-page .trends-4 .form ul {
    margin: -10px;
}
.trends-page .trends-4 .form li {
    padding: 10px;
}
.trends-page .trends-4 .form li.wid-100 {
    width: 100%;
}
.trends-page .trends-4 .form input,
.trends-page .trends-4 .form textarea {
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
}
.trends-page .trends-4 .form input[type="submit"] {
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    width: auto;
    border: 1px solid #000;
    transition: .5s ease;
}
.trends-page .trends-4 .form input[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}
@media (max-width: 1400px) {
    .about-page .about-1 .right .pro_list {
        margin-left: 0;
    }
    .trends-page .trends-2 .right .list {
        padding: 20px 40px;
    }
    .trends-page .trends-2 .right .list .num {
        font-size: 24px;
    }
}
@media (max-width: 1000px) {
    .about-page .about-1 .right .pro_list {
        margin-top: 40px;
    }
    .about-page .about-1 .right .pro_list ul {
        margin: -15px;
    }
    .about-page .about-1 .right .pro_list li {
        padding: 15px;
    }
    .trends-page .trends-1 {
        margin-top: 60px;
    }
    .trends-page .trends-2 {
        margin-top: 90px;
    }
    .trends-page .trends-2 .right .Tit::before {
        display: none;
    }
    .trends-page .trends-2 .left {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .trends-page .trends-2 .right {
        width: 100%;
        margin-top: 40px;
    }
    .trends-page .trends-2 .right .Tit {
        font-size: 24px;
    }
    .trends-page .trends-2 .right .list {
        margin: 20px 0 20px;
    }
    .trends-page .trends-3 {
        margin-top: 90px;
    }
    .trends-page .trends-3 .box {
        display: block;
    }
    .trends-page .trends-3 .box .left {
        width: 100%;
    }
    .trends-page .trends-3 .box .right {
        width: 100%;
        text-align: left!important;
        padding: 0!important;
        margin-top: 40px;
    }
    .trends-page .trends-3 .box .right .name::before {
        display: none;
    }
    .trends-page .trends-3 .box .right .name {
        font-size: 24px;
    }
    .trends-page .trends-4 {
        padding: 90px 0;
    }
    .trends-page .trends-4 .Tit {
        font-size: 24px;
    }
}









/* inner */

#about_list h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
}
#about_list h3 b {
    font-size: 24px;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
@media screen and (max-width: 1500px) {
    #about_list h3 {
        font-size: 40px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 500px) {
    #about_list h3 {
        font-size: 30px;
        line-height: 1.6;
    }
    .xinyuehide {
        display: none !important;
    }
}


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



.pro_box {
    position: relative;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.pro_box h4 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 5%;
}
.pro_box .img .img2{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s ease;
}
.pro_box .img:hover .img2{
    opacity: 1;
}
.pro_box .link_btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.pro_box .link_btn a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c0bbb7;
    margin: 0 5px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.pro_box .link_btn a .alert {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 4px;
    color: #FFFFFF;
    background: #333333;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.pro_box .link_btn a .alert::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 5px solid #333333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pro_box .link_btn a img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.pro_box .link_btn a:hover {
    background: var(--color);
    border-color: var(--color);
}
.pro_box .link_btn a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.pro_box .link_btn a:hover .alert {
    bottom: -webkit-calc(100%  + 10px);
    bottom: -moz-calc(100%  + 10px);
    bottom: calc(100%  + 10px);
    opacity: 1;
}
.pro_box:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pro_box:hover .link_btn {
    opacity: 1;
}

.news-page .news_list ul li {
    padding: 25px;
}
.news-page .news_list ul {
    margin: -25px;
}
.news_box .img {
    width: 55%;
    position: relative;
}
.news_box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news_box .img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.news_box .img::after {
    content: url(../images/plus_icon.png);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.news_box .img:hover::before {
    opacity: 1;
}
.news_box .img:hover::after {
    opacity: 1;
}
.news_box .mml-text {
    width: 100%;
}
.news_box .mml-text h4 {
    transition: .5s;
}
.news_box .mml-text h4:hover {
    color: var(--color);
}
.news_box .mml-text time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    opacity: .5;
}
.news_box .mml-text time img {
    display: inline-block;
    margin-right: 10px;
}
.news_box .mml-text a.more {
    --color2:white;
}
@media screen and (max-width: 1000px) {
    .news_box .img {
        width: 100%;
    }
    .news_box .mml-text {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 700px) {
    .news_box {
        padding: 15px;
    }
}

.btn1 {
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    background: var(--color);
    padding: .2em 2em;
}

h2.about {
    font-size: 40px;
    line-height: 1.6;
    
    position: relative;
}
h2.about::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 120px;
    line-height: .6;
    color: #a28d64;
    opacity: .1;
}
.contact-us {
    background: url(../images/contact_bg.png) no-repeat center;
    padding: 90px 0;
    position: relative;
}
.contact-us h2 {
    font-size: 48px;
    line-height: 1.8;
    color: #FFFFFF;
    
}
.contact-us .left {
    width: 50%;
}
.contact-us .right {
    width: 50%;
    padding-left: 100px;
}
.contact-us .form input {
    height: 55px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    border: none;
}
.contact-us .form ul {
    margin: -15px;
}
.contact-us .form ul li {
    padding: 15px;
}
.contact-us .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.contact-page .contact-1 .img {
    content: url(/bag-manufacturers/2023/09/04/1.png);
    position: absolute;
    bottom: 0;
    right: -3%;
    width: 33%;
}
.contact-page .contact-1 h2 {
    font-size: 40px;
    line-height: 1.4;
    
}
.contact-page .contact-1 .left {
    width: 50%;
}
.contact-page .contact-1 .right {
    width: 50%;
    padding-left: 100px;
}
.contact-page .contact-1 .right ul {
    /* max-width: 350px;*/
    margin-top: 140px;
}
.contact-page .contact-1 .right ul li {
    padding-left: 130px;
    position: relative;
}
.contact-page .contact-1 .right ul li:not(:last-child) {
    margin-bottom: 60px;
    line-height: 2;
}
.contact-page .contact-1 .right ul li i {
    width: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-page .contact-1 .form {
    background: #1c1c1c;
    padding: 80px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea {
    width: 100%;
    border: 1px solid #383838;
    background-color: #222;
    padding: .5em;
}
.contact-page .contact-1 .form input {
    height: 50px;
}
.contact-page .contact-1 .form textarea {
    height: 135px;
}
.contact-page .contact-1 .form ul {
    margin: -20px -10px;
}
.contact-page .contact-1 .form ul li {
    padding: 20px 10px;
}
.contact-page .contact-1 .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 {
    padding: 100px 0;
    line-height: 2;
}
.contact-page .contact-2 h2 {
    font-size: 48px;
    
}
h2.inner {
    font-size: 40px;
    line-height: 1.4;
    
}
.customization-page .customization-1 {
    padding: 140px 0;
    background: url(../images/customization_1_bg.jpg) no-repeat center right;
}
.customization-page .customization-1 h4 {
    
}
.customization-page .customization-1 .left {
    width: 50%;
    padding-right: 100px;
}
.customization-page .customization-1 .left ul li {
    padding-left: 100px;
    position: relative;
    overflow: hidden;
}
.customization-page .customization-1 .left ul li i {
    position: absolute;
    left: 0;
    top: 0;
}
.customization-page .customization-1 .left ul li p {
    margin-bottom: 50px;
}
.customization-page .customization-1 .left ul li:not(:last-child):before {
    content: "";
    position: absolute;
    left: 33px;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--color);
}
.customization-page .customization-1 .right {
    width: 50%;
}
.customization-page .customization-2 {
    background: url(../images/customization_2_bg.jpg) no-repeat center;
    background-size: cover;
    color: #FFFFFF;
    padding: 120px 0 170px;
}
.customization-page .customization-2 .box {
    padding: 0 5%;
    position: relative;
}
.customization-page .customization-2 .box::before {
    content: url(../images/yh.png);
    position: absolute;
    left: 0;
    top: 0;
}
.customization-page .customization-2 h4 {
    font-size: 36px;
}
.customization-page .customization-2 p {
    line-height: 2;
}
.customization-page .customization-3 {
    padding: 70px 0;
}
.customization-page .customization-3 li h4 {
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
    background: #a28d64;
}
.customization-page .customization-3 li .mml-text {
    padding: 20px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.customization-page .customization-3 li .mml-text p {
    min-height: 144px;
}
.customization-page .customization-3 li:hover .mml-text {
    background: #d0c6b1;
}
.side_bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
}
.side_bar .side_left {
    width: 75%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 60px;
}
.side_bar .side_left .content {
    line-height: 2;
}
.side_bar .side_left .content h2{
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    color:#ee3e0e;
}
.side_bar .side_left .content h3{
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color:#ee3e0e;
}
.side_bar .side_left .content h4{
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color:#ee3e0e;
}
.side_bar .side_left .lixinpro1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #a28d64;
    margin-bottom: 10px;
}
.side_bar .side_left .lixinpro2 {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.side_bar .side_right {
    width: 25%;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 60px;
}
.side_bar .side_right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: -500px;
    background: black;
}
.side_bar .side_right .content{
    position: sticky;
    top: 100px;
}
.side_bar .side_right h2 {
    font-size: 30px;
    line-height: 1.6;
    
}
.side_bar .side_right .search form {
    position: relative;
}
.side_bar .side_right .search input {
    width: 100%;
    height: 58px;
    border: 1px solid #333;
    font-size: 16px;
    padding-left: 15px;
    line-height: 30px;
    padding-right: 58px;
    background-color: #111;
}
.side_bar .side_right .search button {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
}
.side_bar .side_right .category ul li a{
    display: block;
}
.side_bar .side_right .category ul li a.active {
    color: var(--color);
}
.side_bar .side_right .category ul li a {
    margin-bottom: 20px;
}
.side_bar .side_right .category ul li ol li{
    list-style-type: disc;
    margin-left: 20px;
}
.side_bar .side_right .hot_pro ul li:not(:last-child) {
    margin-bottom: 30px;
}
.side_bar .side_right .hot_pro .img {
    width: 25%;
    vertical-align: middle;
}
.side_bar .side_right .hot_pro .img img {
    background: #FFFFFF;
    border: 1px solid #c0bbb7;
}
.side_bar .side_right .hot_pro .mml-text {
    width: 75%;
    vertical-align: middle;
    line-height: 1.8;
}
.side_bar .side_right .hot_pro .mml-text .start i {
    color: var(--color);
}
.side_bar .side_right .ins .img {
    position: relative;
}
.side_bar .side_right .ins .img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.side_bar .side_right .ins .img::after {
    content: "\f16d";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.side_bar .side_right .ins .img:hover::before {
    opacity: 1;
}
.side_bar .side_right .ins .img:hover::after {
    opacity: 1;
}
.product-page {
    overflow: hidden;
}
.product-page .product_list ul {
    margin: -15px;
}
.product-page .product_list ul li {
    padding: 15px;
}
.product-page .product_list .fenleih1 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 600;
}
.product-page .product_list ul li h3.product_name {
    line-height: 32px;
}
.product-page .pro_box {
    border: 1px solid #444;
}

@media screen and (max-width: 500px) {
    .product-page .product_list ul{
        margin: -5px;
    }

    .product-page .product_list ul li{
        width: 100%!important;
        padding: 5px;
    }
}

.newdet-page time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    
}
.newdet-page h1 {
    font-size: 32px;
    font-weight: bold;
}
.newdet-page time img {
    display: inline-block;
    margin-right: 10px;
}
.newdet-page .share {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .share h4 {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .share div{
    display: inline-block;
}

.newdet-page .share a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    font-size: 24px;
    line-height: 44px;
}
.faq-page .faq-1 {
    padding-top: 70px;
    position: relative;
}
.faq-page .faq-1::before {
    content: attr(data-text);
    position: absolute;
    top: -40%;
    right: 20%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    font-size: 390px;
    font-weight: bold;
    color: var(--color);
    opacity: .3;
}
.faq-page .faq-1 h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 50px;
    
}
.faq-page .faq-2 {
    padding: 140px 0;
}
.faq-page .faq-2 .box {
    margin: -15px;
}
.faq-page .faq-2 .left {
    width: 100%;
    padding: 15px;
}
.faq-page .faq-2 .right {
    width: 25%;
    padding: 15px;
}
.faq-page .faq-2 ul li:not(:last-child) {
    margin-bottom: 20px;
}
.faq-page .faq-2 ul li h4 {
    height: 70px;
    line-height: 70px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    background: #1c1c1c;
    padding-left: 40px;
    padding-right: 70px;

    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 ul li h4::after {
    content: "+";
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.faq-page .faq-2 ul li .text {
    padding: 15px 40px;
    display: none;
}
.faq-page .faq-2 ul li.active h4 {
    color: #FFFFFF;
    background: #a28d64;
}
.faq-page .faq-2 ul li.active h4::after {
    content: "-";
    color: #FFFFFF;
    background: #2f1e12;
}
.faq-page .faq-search {
    max-width: 770px;
    margin: auto;
}
.faq-page .faq-search form {
    position: relative;
}
.faq-page .faq-search input {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 65px;
    border: 1px solid #c8c4c1;
    background: transparent;
    padding: 0 20px;
}
.faq-page .faq-search button {
    width: 65px;
    height: 65px;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}


.inner-page .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
    background-color: #242424;
}

.inner-page .m-page span,
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}



.map{
    margin-bottom: -30px;
}

.amap-logo{
    display: none!important;
}




@media screen and (max-width: 1400px) {

    h2.about::before{
        font-size: 100px;
    }


    .side_bar .side_left{
        padding-left: 30px;
    }
    .side_bar .side_right{
        padding-right: 30px;
    }



    .customization-page .customization-1 .left{
        padding-right: 30px;
    }
    .customization-page .customization-1 .left ul li p{
        margin-bottom: 30px;
    }


    .contact-page .contact-1 .form{
        padding: 30px;
    }

    .contact-page .contact-1 .right{
        padding-left: 50px;
    }

    .contact-page .contact-1 .right ul{
        margin-top: 60px;
    }

    .contact-page .contact-1 .right ul li{
        padding-left: 100px;
    }
}


@media screen and (max-width: 1000px) {

    .contact-us .left{
        width: 100%;
        padding: 0;
    }

    .contact-us .right{
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .contact-us{
        background-size: cover;
    }

    h2.about::before{
        display: none;
    }


    .faq-page .faq-2 .left{
        width: 100%;
    }

    .faq-page .faq-2 .right{
        display: none;
    }

    .faq-page .faq-1::before{
        display: none;
    }

    .faq-page .faq-1 h2{
        font-size: 30px;
        line-height: 1.6;
    }
    .product-page .product_list .fenleih1{
        font-size: 24px;
        line-height: 44px;
    }
    .faq-page .faq-2{
        padding: 60px 0;
    }

    .faq-page .faq-2 ul li h4{
        padding-left: 15px;
        height: 100px;
        line-height: 30px;
        font-size: 16px;
        padding-top: 10px;
    }

    .faq-page .faq-2 ul li:not(:last-child){
        margin-bottom: 20px;
    }

    .faq-page .faq-1{
        padding: 0;
    }


    .side_bar .side_left{
        width: 100%;
        padding: 0;
    }

    .side_bar .side_right{
        display: none;
    }


    .customization-page .customization-1{
        background: transparent;
    }

    .customization-page .customization-1 .left{
        width: 100%;
        padding: 0;
    }

    .customization-page .customization-1 .right{
        display: none;
    }

    .customization-page .customization-1{
        padding: 0;
    }

    .customization-page .customization-3 ul li{
        width: 50%!important;
    }


    .contact-page .contact-1 .left{
        width: 100%;
    }

    .contact-page .contact-1 .right{
        width: 100%;
        padding: 0;
    }

    .contact-page .contact-1{
        background: transparent;
    }

    .contact-page .contact-1 .right ul{
        max-width: initial;
    }
}


@media screen and (max-width: 700px) {

    .contact-us h2{
        font-size: 30px;
    }

    h2.inner{
        font-size: 24px;
        line-height: 44px;
    }

    .customization-page .customization-2{
        padding: 60px 0;
    }

    .contact-page .contact-1 h2{
        font-size: 24px;
        line-height: 44px;
    }

    .contact-page .contact-2 h2{
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .contact-us .form input{
        height: 40px;
        font-size: 14px;
    }

    .customization-page .customization-3 ul li{
        width: 100%!important;
    }
}


.gl-page ul{
    margin: -15px;
}

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

.amap-copyright{
    display: none!important;
}


@media screen and (max-width: 1000px) {
    .newdet-page .share a{
        font-size: 18px;
        line-height: 32px;
    }
}






/* mask */
#mask {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    display: none;
}

#mask .slick-track {
    margin-left: 0;
}

#mask .mask-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#mask .mask-close {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 30px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
}

#mask .mask-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

#mask .mask-inner .item{
    width: 80%;
    margin: auto;
    max-height: 100%;
    overflow-y: auto;
}

#mask .mask-inner .item .box{
    padding: 40px;
    background-color: white;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    color: black;
}

#mask .mask-inner .item .box .left{
    padding: 20px;
}
#mask .mask-inner .item .box .left ul.mask-big-slick{
    box-shadow: 0 0 10px #ccc;
}
#mask .mask-inner .item .box .right{
    padding: 20px;
}

#mask .mask-inner .item .box .right .content {
    line-height: 1.5;
    max-height: 15em;
    overflow-y: auto;
}

#mask .mask-inner .item .box .right .small-slick{
    margin: -15px;
    overflow-y: auto;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#mask .mask-inner .item .box .right ul.mask-small-slick .slick-current li img{
    box-shadow: 0 0 15px #666;
}

#mask .mask-inner .item .box .right ul.mask-small-slick li{
    padding: 15px;
}



@media screen and (max-width: 1000px) {
    #mask .mask-inner .item .box .right .name{
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    #mask .mask-close{
        right: 0;
        top: 0;
    }
    #mask .mask-inner .item .box{
        padding: 0;
    }
    #mask .mask-inner .item .box .left{
        width: 100%!important;
    }
    #mask .mask-inner .item .box .right{
        width: 100%!important;
    }
    #mask .mask-inner .item .box .right .name{
        font-size: 20px;
    }

    #mask .mask-inner .item .box .right .content{
        max-height: 9em;
    }
}



.prodet-4 ul{
    margin: -15px;
}
.prodet-4 ul li{
    padding: 15px;
}




/* pop_form */
#pop_from {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 900px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 222;
    background: white;
    overflow: auto;
    border-radius: 5px;
}
#pop_from .left {
    vertical-align: middle;
}
#pop_from .right {
    padding: 5%;
    vertical-align: middle;
}
#pop_from .right .Tit {
    font-size: 25px;
    
    font-weight: bold;
}

#pop_from .right .form {
    margin: auto;
}
#pop_from .right .form input{
    margin-bottom: 20px;
    padding: 8px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b2b2b2;
}
#pop_from .right .form input[type="submit"] {
    border: none;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

#pop_from .right .p {
    color: #7b7b7b;
}
#pop_from .right .p a {
    color: var(--color);
    border-bottom: 1px solid var(--color);
}
#pop_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

@media (max-width: 1000px){
    #pop_from .left {
        display: none;
    }
    #pop_from .right {
        width: 100%!important;
    }
}
/* end */

/* 鼠标效果 */
#cursor {
    position: fixed;
    mix-blend-mode: normal;
    left: -47px;
    top: -47px;
    width: 94px;
    height: 94px;
    z-index: 100;
    pointer-events: none;
}

#cursor .follow {
    background-color:rgb(195 167 134 / 65%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    transform: scale(.2);
    transition: transform 0.45s ease,opacity 0.3s ease;
    opacity: 0;
    border-radius: 50%;
}

#cursor.visible .follow {
    transform: scale(1);
    opacity: 1;
}
#cursor .dot {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: var(--color);
}
#cursor i {
    top: 0;
    color: #fff;
    font-size: 21px;
    opacity: 0;
    position: absolute;
}
#cursor i {
    transition: transform .2s ease, opacity .2s ease;
}
#cursor i.fa-angle-left {
    top: -9px;
    transform: translateX(17px);
    left: 23px;
}
#cursor i.fa-angle-right {
    top: -9px;
    transform: translateX(-17px);
    right: 27px;
}
#cursor.visible i {
    transition: transform 0.45s ease,opacity 0.3s ease,color 0.3s ease
}
#cursor.visible i.fa-angle-left,
#cursor.visible i.fa-angle-right,
#cursor.visible:before,
#cursor.visible .color-circle,
#cursor.visible span {
    transform: scale(1);
    opacity: 1
}

#cursor.visible.pointer-down .follow {
    transform: scale(.15)
}

#cursor.visible.pointer-down i {
    color: inherit!important
}

#cursor.visible.pointer-down i.fa-angle-left {
    transform: translateX(-10px)
}

#cursor.visible.pointer-down i.fa-angle-right {
    transform: translateX(10px)
}
/* end */

.base_data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.base_data li .box {
  width: 186px;
  height: 186px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.base_data li .box .dot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.base_data li .box .dot::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: white;
}
.base_data li .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/data-box.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
  filter: brightness(0) invert(1);
}
.base_data li .box > div.num {
  font-size: 36px;
  color: var(--color);
  font-weight: bold;
}
.base_data li .box > div:last-child {
  font-weight: 500;
}
.base_data li .p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
.base_data li:nth-child(2) .box .dot {
    animation-delay: 2s;
}
.base_data li:nth-child(3) .box .dot {
    animation-delay: 5s;
}
.base_data li:nth-child(2) .box::before {
    animation-delay: 2s;
}
.base_data li:nth-child(3) .box::before {
    animation-delay: 5s;
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 2;
        color: white;
    }
    .seoPublic .seoIndustry .text h3{
        font-size: 20px;
        line-height: 1.8;
        font-weight: bold;
        color: #ee3e0e;
    }
    .seoPublic .seoIndustry .text strong{
        font-weight: bold;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
#index-body .about .top .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 73px;
}
#index-body .about .top .text p {
  font-size: 18px;
  color: #393939;
  line-height: 32px;
  margin-top: 30px;
}
#index-body .about .top .text .btn {
  margin-top: 37px;
}
#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: 43px;
  padding: 0;
}
#index-body .about .top .text .btn a.link em {
  display: inline-block;
  padding: 18px 13px 17px 14px;
  background-color: white;
}
#index-body .about .top .text .btn a.link span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 1em;
}
#index-body .about .top .img {
  width: 52%;
  position: relative;
  z-index: 1;
  padding-top: 76px;
}
#index-body .about .top .img .i2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#index-body .about .top .img .play {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .about .top .img .play i {
  display: inline-block;
  margin-left: 13%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#index-body .about .top .img .play i::before,
#index-body .about .top .img .play i::after{
  position: absolute;
  z-index: -1;
  content: '';
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(236,182,190, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .top .img .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.service-page #index-body .about{
  background: transparent;
}
.service-page #index-body .about::after{
  display: none;
}

#index-body .about {
    background: url(/anycolorcosmetics/2024/09/20/jjjj.jpg) no-repeat center top;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 11.8% 0 11.8%;
    color: #fff;
    position: relative;
    z-index: 1;
}
#index-body .about .box {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}
#index-body .about .box .tit {
    font-size: 60px;
    line-height: 1.2;
    font-style: italic;
    width: 87%;
    margin: 0 auto;
}
#index-body .about .box .con {
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
}
#index-body .about .box .con h1 {
    display: inline;
}
#index-body .about .box .link {
    margin-top: 16px;
}
#index-body .about::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1000px) {
    #index-body .about {
        padding: 10% 0;
    }
    #index-body .about .box .tit {
        font-size: 40px;
    }
}
@media screen and (max-width: 700px) {
    #index-body .about .box .tit {
        font-size: 36px;
        width: 100%;
    }
    #index-body .about .box .con {
        line-height: 1.8;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    #index-body .about .box .tit {
        font-size: 30px;
        line-height: 1.2;
    }
    #index-body .about .box .con {
        font-size: 16px;
        line-height: 2;
        margin-top: 10px;
    }
}
.service-page {
    padding-top: 120px;
}
.service-page .service-1 {
    padding-bottom: 120px;
}
.service-page .service-1 #index-body .about {
    padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 56px;
    line-height: 1.2;
}
.service-page .service-1 #index-body .about .top .text h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #181818;
    font-weight: 400;
    margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #83827F;
}
.service-page .service-1 #index-body .about .top .text .btn .link img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.service-page .service-1 #index-body .about .top .img {
    text-align: right;
    padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about .top .img .i2 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
}
.service-page .service-2 {
    background: #1a1a1a;
    padding: 120px 0;
}
.service-page .service-2 .header {
    width: 70%;
    margin: 0 auto;
}
.service-page .service-2 .content {
    margin-top: 45px;
}
.service-page .service-2 .content ul {
    margin-right: -30px;
}
.service-page .service-2 .content ul li {
    padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
    text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
    display: block;
    width: 60%;
    margin: 0 auto;
    border-radius: 0%;
}
.service-page .service-2 .content ul li .ig .text {
    padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
    font-size: 17px;
    line-height: 1.6;
    text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 44px;
    margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text {
    margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
    width: 47px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid #d1d0c8;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 25px;
    display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
    display: inline-block;
    vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
    background: var(--color);
    border-color: var(--color);
}
.service-page #index-body .init1 h3 {
    width: 46%;
}
.service-page #index-body .rate {
    padding: 0 0 25px 0;
}
.service-page .service-3 {
    padding: 120px 0;
}
.service-page .service-3 .top .img {
    vertical-align: middle;
}
.service-page .service-3 .top .img .info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 70px;
    width: 100%;
}
.service-page .service-3 .top .img img {
    width: 48.2%;
    margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
    padding-left: 48px;
    vertical-align: middle;
}
.service-page .service-3 .top .text .box {
    width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
    line-height: 1.2;
    width: 90%;
}
.service-page .service-3 .top .text .box p {
    font-size: 18px;
    line-height: 1.8;
    color: #83827F;
    margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
    padding: 21px 29px 20px 28px;
    margin-top: 45px;
}
.service-page .service-3 .bottom {
    padding-top: 120px;
}
.service-page .service-3 .bottom ul {
    margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
    text-align: center;
    padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
    display: inline-block;
    height: 69px;
}
.service-page .service-3 .bottom ul li i img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
    padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
    font-size: 26px;
    line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
    font-size: 17px;
    line-height: 1.6;
    color: #83827F;
    margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
    margin-top: 5px;
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
    display: inline-block;
    vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
@media screen and (max-width: 1680px) {
    .service-page .service-3 .top .text .box h2.title {
        width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .service-page {
        padding: 100px 0;
    }
    .service-page .service-1 {
        padding-bottom: 100px;
    }
    .service-page .service-1 #index-body .about .top .text h2.title {
        font-size: 50px;
    }
    .service-page .service-2 {
        padding: 100px 0;
    }
    .service-page .service-3 .top .img {
        width: 55%;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 40px;
    }
    .service-page .service-3 .top .text {
        width: 45%;
    }
    .service-page .service-3 .top .text .box {
        width: 100%;
    }
    .service-page .service-3 {
        padding: 100px 0;
    }
    .service-page .service-3 .bottom {
        padding-top: 100px;
    }
}
@media screen and (max-width: 1280px) {
    .service-page .service-1 #index-body .about .top .text h2.title {
        font-size: 46px;
    }
    #index-body .about .top .text {
        padding-right: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .service-page .service-1 #index-body .about .top .img {
        padding: 0 0 50px 30px;
    }
}
@media screen and (max-width: 1000px) {
    .service-page {
        padding: 60px 0;
    }
    .service-page .service-1 #index-body .about .top .text {
        padding-right: 0;
    }
    .service-page .service-1 {
        padding-bottom: 60px;
    }
    .service-page .service-2 {
        padding: 60px 0;
    }
    .service-page .service-2 .content ul li .ig .text h3 {
        min-height: 60px;
    }
    .service-page .service-3 {
        padding: 60px 0;
    }
    .service-page .service-3 .top .img {
        width: 100%;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 40px 0 20px;
    }
    .service-page .service-3 .top .text {
        width: 100%;
        padding: 20px 20px 0;
    }
    .service-page .service-3 .bottom {
        padding-top: 60px;
    }
    .service-page .service-3 .bottom ul {
        margin-right: -20px;
    }
    .service-page .service-3 .bottom ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .service-page {
        padding: 30px 0;
    }
    .service-page .service-1 #index-body .about .top .text h2.title {
        font-size: 42px;
        padding-top: 0;
    }
    .service-page .service-1 #index-body .about .top .text h3 {
        margin-top: 12px;
    }
    .service-page .service-1 {
        padding-bottom: 30px;
    }
    .service-page .service-2 {
        padding: 30px 0;
    }
    .service-page .service-2 .header {
        width: 100%;
    }
    .service-page .service-2 .content {
        margin-top: 20px;
    }
    .service-page .service-2 .content ul {
        margin-right: -15px;
    }
    .service-page .service-2 .content ul li {
        padding-right: 15px;
    }
    .service-page .service-2 .content ul li .ig .text {
        padding-top: 14px;
    }
    .service-page .service-2 .content ul li .ig .text span {
        font-size: 15px;
    }
    .service-page .service-2 .content ul li .ig .text h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .service-page .service-2 .content ul li .ig .text p {
        font-size: 15px;
    }
    .service-page .service-3 .top .text .box .more {
        margin-top: 20px;
    }
    .service-page .service-3 .bottom {
        padding-top: 30px;
    }
    .service-page .service-3 .bottom ul li .text h3 {
        font-size: 20px;
    }
    .service-page .service-3 .bottom ul li .text p {
        font-size: 15px;
    }
    .service-page .service-3 .bottom ul {
        margin-bottom: -20px;
    }
    .service-page .service-3 .bottom ul li {
        padding-bottom: 20px;
    }
    .service-page .service-3 {
        padding: 30px 0;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-1 #index-body .about .top .text h2.title {
        font-size: 32px;
        line-height: 1.4;
    }
    #index-body .about .top .text .btn {
        flex-wrap: wrap;
        gap:15px;
    }
    .service-page .service-1 #index-body .about .top .text p {
        font-size: 16px;
        line-height: 30px;
    }
    .service-page #index-body .about .top .text .btn a.link {
        display: block;
        margin-left: 0;
    }
    .service-page .service-3 .top .text .box p {
        font-size: 16px;
        line-height: 30px;
    }
    .service-page .service-3 .top .text .box .more {
        padding: 12px 18px;
    }
    #index-body .about .top .text .btn a.link em {
        padding: 12px;
    }
    .service-page .service-3 .top .img img {
        margin-right: 10px;
        width: 49.5%;
    }
    .service-page .service-3 .top .img img:last-child {
        margin: 0 0 0 10px;
    }
    .service-page .service-3 .top .img .info {
        padding: 0 30px 0 20px;
    }
}
#index-body .about .top .text .btn {
    display: flex;
    color: white;
}
#index-body .about .top .text .btn a {
    background-color: var(--color);
    padding: 1em;
    color: white;
}
.service-page span.tag {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
}
.service-page h2.title {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 16px;
    font-weight: bold;
}

#index-body .init1 {
  background: var(--color);
  padding: 60px 0 68px;
}
#index-body .init1 .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init1 h3 {
  font-size: 34px;
  line-height: 1.4;
  width: 32%;
}
#index-body .init1 .btn .more {
  background: #000;
  color: #fff;
  padding: 19px 27px;
  border: 1px solid #000;
  transition: .5s;
}
#index-body .init1 .btn .more::before {
  background: transparent;
}
#index-body .init1 .btn .more:hover {
  background: transparent;
  color: #000;
}
#index-body .init1 .btn .more:last-child {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  margin-left: 23px;
}
#index-body .init1 .btn .more:last-child::before {
  background: #000;
}
#index-body .init1 .btn .more:last-child:hover {
  color: #fff;
}
.layui-layer-content {
    color: black;
}

.prodet-page {
    padding: 140px 0;
}
.prodet-page table tr:nth-child(even) {
    background-color: #1c1c1c !important;
}
.prodet-page table tr td {
    border-color: #383535 !important;
}
.prodet-page .left {
    width: 40% !important;
    padding-right: 3%;
    vertical-align: middle;
}
.prodet-page .left a.img-box {
    display: block;
}
.prodet-page .left .smallImg {
    margin-top: 20px;
}
.prodet-page .left .smallImg ul {
    margin: -10px;
}
.prodet-page .left .smallImg ul li {
    padding: 10px;
}
.prodet-page .left .smallImg ul li a.img-box {
    border-radius: 100%;
    border: 1px solid transparent;
}
.prodet-page .left .smallImg ul .slick-current li a.img-box {
    border-color: var(--color);
}
.prodet-page .right {
    width: 60% !important;
    vertical-align: middle;
    margin-top: -10%;
}
.prodet-page .right h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2em;
    display: block;
}
.prodet-page .right .text {
    font-size: 16px;
}
.prodet-page .right .text strong {
    font-weight: bold;
}
.prodet-page .right a.more {
    font-size: 18px;
    height: 3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
    background-color: var(--color);
    margin-top: 1.6em;
    transition: .5s;
    color: white;
}
.prodet-page .right a.more:hover {
    background-color: black;
}
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea {
        width: 100%;
    border: 1px solid #383838;
    background-color: #222;
    padding: .5em;
}
@media screen and (max-width: 700px) {
    .prodet-page .left,.service-page .service-1 #index-body .about .top .text {
        width: 100% !important;
        padding-right: 0;
    }
    .prodet-page .right,.service-page .service-1 #index-body .about .top .img {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }
    .about-page .about-1 .right .base_data ul {
        flex-wrap: wrap;
        justify-content: center;
        gap:20px;
    }
    #index-body .init-3 .pre .btn div {
        top: 20%;
    }
}