@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.eot');
  src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff'), url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 栅格 */
.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.set-position-center {
  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%);
}
.set-display-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #e60012;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1510px;
}
.public-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #161616;
}
.public-subtitle .line {
  background-color: #7d7d7d;
}
.public-subtitle .subtitle-text {
  color: #111111;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding: 17px 64px;
}
.public-btn:hover {
  background-color: #000;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
}
#header.active {
  background-color: rgba(0, 0, 0, 0.95);
}
#header .h-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .h-top .left {
  color: #fff;
  opacity: 0.5;
}
#header .h-top .left .icon {
  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;
}
#header .h-top .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .h-language span {
  color: #fff;
  text-transform: capitalize;
}
#header .h-top .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .h-top .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .h-top .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .h-top .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .h-top .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .h-top .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 9px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 120px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:hover::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  display: block;
  width: 29px;
  height: 25px;
  background: url(../images/h-link-bg.png) no-repeat center center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translate(-70%, -44%);
  -moz-transform: translate(-70%, -44%);
  -ms-transform: translate(-70%, -44%);
  transform: translate(-70%, -44%);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  color: #fff;
  padding: 14px 48px;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 17.4%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  font-weight: bold;
  max-width: 831px;
  line-height: 1.25;
}
#banner .banner-slick li .content .text-box p {
  max-width: 649px;
  line-height: 1.66;
}
#index-body .about {
  position: relative;
}
#index-body .about .left .subtitle .line {
  width: 1px;
  height: 98px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .about .left .subtitle .subtitle-text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
#index-body .about .left .left-box .big-title {
  font-weight: 600;
  line-height: 1.2;
}
#index-body .about .left .left-box .intro {
  line-height: 28px;
  color: #767676;
}
#index-body .about .left .left-box .about-more {
  background-color: #111;
}
#index-body .about .left .left-box .about-more:hover {
  background-color: var(--color);
}
#index-body .about .right .img1 {
  left: 0;
  bottom: 0;
}
#index-body .about .number-Plus li .top {
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .number-Plus li .top em {
  font-size: 60px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
  white-space: nowrap;
}
#index-body .about .number-Plus li:hover .top {
  color: var(--color);
}
#index-body .application {
  padding-left: 11.458%;
  background-color: #f5f5f5;
}
#index-body .application .subtitle .line {
  width: 98px;
  height: 1px;
}
#index-body .application .big-title {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  font-weight: 900;
  color: rgba(17, 17, 17, 0.17);
  left: -0.9em;
  bottom: 0;
  line-height: 1.2;
}
#index-body .application .application-slick {
  margin-right: -23px;
}
#index-body .application .application-slick li .slide-box {
  margin-right: 23px;
  position: relative;
}
#index-body .application .application-slick li .slide-box .title-btn {
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .application .application-slick li .slide-box .title-btn .title {
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .application-slick li .slide-box .title-btn .title:hover {
  color: var(--color);
}
#index-body .application .application-slick li .slide-box .title-btn .application-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  color: #fff;
}
#index-body .application .application-slick li .slide-box .title-btn .application-more i {
  font-size: 24px;
}
#index-body .application .application-slick li .slide-box .title-btn .application-more:hover {
  background-color: #222;
}
#index-body .product .public-title {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .product .product-slick {
  margin-left: -12px;
  margin-right: -12px;
}
#index-body .product .product-slick li .slide-box {
  margin-left: 12px;
  margin-right: 12px;
}
#index-body .product .product-slick li .slide-box .product-img .product-more {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 8px;
  padding-bottom: 5px;
  opacity: 0;
}
#index-body .product .product-slick li .slide-box .product-img .product-more:hover {
  background-color: #000;
}
#index-body .product .product-slick li .slide-box .img{
  background-color: #f5f5f5;
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box:hover .product-img .product-more {
  opacity: 1;
}
#index-body .product .product-slick .slick-dots {
  width: 77.4%;
  background-color: #dedede;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
#index-body .product .product-slick .slick-dots li {
  height: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick .slick-dots li button {
  display: none;
}
#index-body .product .product-slick .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .advantage {
  background-color: #f5f5f5;
}
#index-body .advantage .advantage-list {
  margin-left: -10px;
  margin-right: -10px;
}
#index-body .advantage .advantage-list li {
  width: 31%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 55px;
  padding-bottom: 55px;
}
#index-body .advantage .advantage-list li .box {
  height: 100%;
  position: relative;
  z-index: 1;
}
#index-body .advantage .advantage-list li .box::after {
  content: '';
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 115%;
  height: 135%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  opacity: 0;
  z-index: -1;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 0px 22px 2px rgba(100, 100, 100, 0.15);
  box-shadow: 0px 0px 22px 2px rgba(100, 100, 100, 0.15);
}
#index-body .advantage .advantage-list li .box .left {
  color: #fff;
  font-weight: 600;
}
#index-body .advantage .advantage-list li .box .left .order {
  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%);
  top: 70%;
  line-height: 1.2;
}
#index-body .advantage .advantage-list li .box .right {
  color: #111111;
  width: -webkit-calc(100% - 83px);
  width: -moz-calc(100% - 83px);
  width: calc(100% - 83px);
}
#index-body .advantage .advantage-list li .box .right .title {
  font-weight: 600;
}
#index-body .advantage .advantage-list li .box .right .intro {
  line-height: 28px;
}
#index-body .advantage .advantage-list li .box:hover::after {
  opacity: 1;
}
#index-body .news .title-box {
  z-index: 3;
  left: 8%;
}
#index-body .news .title-box .icon {
  margin-right: 15px;
}
#index-body .news .title-box .subtitle .line {
  width: 1px;
  height: 98px;
  margin-top: -15px;
}
#index-body .news .news-slick {
  margin-right: -31px;
}
#index-body .news .news-slick li .slide-box {
  margin-right: 31px;
  margin-left: 31px;
}
#index-body .news .news-slick li .slide-box .date {
  color: #767676;
  border-bottom: 1px solid #ececec;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  line-height: 28px;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .index-form .public-title {
  font-weight: 500;
  color: #f9f9f9;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .index-form form {
  margin-right: -10px;
  margin-left: -10px;
}
#index-body .index-form form input {
  background: none;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
}
#index-body .index-form form input.name,
#index-body .index-form form input.mail,
#index-body .index-form form input.phone {
  width: 240px;
}
#index-body .index-form form input.content {
  width: 462px;
}
#index-body .index-form form input[type='text'] {
  background-color: #f9f9f9;
}
#index-body .index-form form input[type='text']::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.8);
}
#index-body .index-form form input[type='text']:-moz-placeholder {
  color: rgba(18, 18, 18, 0.8);
}
#index-body .index-form form input[type='text']::-moz-placeholder {
  color: rgba(18, 18, 18, 0.8);
}
#index-body .index-form form input[type='text']:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.8);
}
#index-body .index-form form input[type='text']::placeholder {
  color: rgba(18, 18, 18, 0.8);
}
#index-body .index-form form input[type='submit'] {
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  width: 214px;
}
#index-body .index-form form input[type='submit']:hover {
  background-color: #222;
}
#footer {
  background-color: #242422;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  color: #ffffff;
  font-weight: 500;
}
#footer .f-content dl dd {
  margin-bottom: 22px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  opacity: 0.6;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
  opacity: 1;
}
#footer .f-content dl dd:last-child {
  margin-bottom: 0;
}
#footer .f-content dl.f-contact dt {
  margin-left: 49px;
}
#footer .f-content dl.f-contact .f-contact-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-content dl.f-contact .f-contact-list li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 30px;
  margin-right: 21px;
}
#footer .f-content dl.f-contact .f-contact-list li span {
  color: #ffffff;
  opacity: 0.6;
  max-width: 259px;
}
#footer .f-content dl.f-qr #ewm {
  max-width: 120px;
  border-radius: 8px;
  border: 5px solid #fff;
}
#footer .f-content .items .text {
  color: #ffffff;
  opacity: 0.6;
  line-height: 1.666;
  max-width: 270px;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .line {
  background-color: #ffffff;
  opacity: 0.3;
  height: 1px;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy:hover {
  color: var(--color);
  opacity: 1;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  opacity: 0.6;
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
#footer .f-copy svg:hover {
  fill: var(--color);
  opacity: 1;
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 40px;
  }
  #banner {
    margin-top: 60px;
  }
  #index-body .about .number-Plus li .top em {
    font-size: 45px;
  }
  #index-body .news .title-box .subtitle {
    display: none;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content dl dd:last-child {
    margin-bottom: 22px;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 10%;
  }
  #index-body .about .left .left-box {
    padding-top: 0;
    padding-right: 0;
  }
  #index-body .about .left {
    margin-bottom: 25px;
  }
  #index-body .about .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
  #index-body .about .number-Plus li {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #index-body .advantage .advantage-list li {
    width: 48%;
  }
  #index-body .advantage .advantage-list li .box::after {
    width: 100%;
  }
  #index-body .index-form form input.name,
  #index-body .index-form form input.mail,
  #index-body .index-form form input.phone {
    width: 100%;
  }
  #index-body .index-form form input.content {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .public-btn {
    padding: 6px 30px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 15px;
  }
  #index-body .about .number-Plus li .top em {
    font-size: 30px;
  }
  #index-body .application .application-slick li .slide-box .title-btn .application-more {
    width: 40px;
    height: 40px;
  }
  #index-body .advantage .advantage-list li {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #index-body .advantage .advantage-list li .box .left {
    width: 50px;
  }
  #index-body .advantage .advantage-list li .box .right {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  #index-body .news .title-box {
    position: unset;
    padding-bottom: 25px;
  }
  #index-body .news .news-slick {
    margin-right: -10px;
    margin-left: -10px;
  }
  #index-body .news .news-slick li .slide-box {
    margin-right: 10px;
    margin-left: 10px;
  }
  #index-body .index-form form input {
    height: 40px;
  }
  #footer .f-copy .copy {
    display: block;
    text-align: center;
  }
  #footer .f-content dl.f-product,
  #footer .f-content dl.f-nav,
  #footer .f-content dl.f-qr {
    display: none;
  }
  #footer .f-content .items .text {
    max-width: 100%;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
  #banner .banner-slick li .content .text-box p {
    display: none;
  }
  #banner .banner-slick li .content .text-box h2 {
    margin-bottom: 15px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}

.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
@keyframes slideToBottom {
  0% {
    top: 0;
  }
  100% {
    top: 88%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nks_tap {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.nks_tap img {
  margin-right: 16px;
}
.nks_h {
  font-weight: bold;
  font-size: var(--ft40);
  color: #333333;
}
.nks_p {
  font-weight: 500;
  font-size: var(--ft16);
  color: #333333;
  line-height: 1.6;
}
.nks_line {
  width: 72px;
  height: 5px;
  background: var(--color);
  margin-top: var(--ft24);
}
.nks_btn {
  height: 46px;
  line-height: 46px;
  background: var(--color);
  border-radius: 23px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 0 var(--ft32);
  font-weight: bold;
  font-size: var(--ft18);
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nks_btn:hover {
  background: #000;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.mbn {
  margin-bottom: 0 !important;
}
.shs {
  display: flex;
  align-items: center;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 44px solid #000;
  /* 默认黑色，可根据需要更改颜色 */
}
.i1-t {
  flex-wrap: wrap;
}
.i1-t .nks_btn {
  margin-top: 20px;
}
.baseBtn {
  text-align: center;
  display: inline-block;
  min-width: 266px;
  height: 65px;
  line-height: 63px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 65px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.row {
  border-color: var(--color);
  background-color: var(--color);
  color: #FFFFFF;
}
.baseBtn.row:hover {
  color: var(--color);
}
.baseBtn:hover {
  background-color: transparent;
  color: #FFFFFF;
}
.baseTit {
  font-size: 56px;
  font-weight: 600;
  color: var(--color);
}
.baseTit.small {
  font-size: 48px;
}
.baseArrow {
  display: inline-block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  background-color: #eaeaea;
  font-size: 24px;
  cursor: pointer;
  transition: .5s ease;
}
.baseArrow:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.baseTag {
  font-style: italic;
  font-weight: 500;
}
@-webkit-keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes sh {
  0% {
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -moz-transform: none;
    transform: none;
  }
}
@keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes xh {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes xh {
  0% {
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    -moz-transform: none;
    transform: none;
  }
}
@keyframes xh {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

@media (max-width: 1480px) {
  :root {
    --containerWidth: 1200px;
  }
  .baseBtn {
    min-width: 240px;
    height: 60px;
    line-height: 58px;
    border-radius: 60px;
  }
  .baseTit {
    font-size: 48px;
  }
  .baseTit.small {
    font-size: 36px;
  }
}
@media (max-width: 1230px) {
  .baseBtn {
    min-width: 200px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
  }
  .baseTit {
    font-size: 40px;
  }
  .baseTit.small {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .baseBtn {
    min-width: auto;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
  }
  .baseTit {
    font-size: 30px;
  }
  .baseArrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .hide-1000 {
    display: none!important;
  }
 
}
@media (max-width: 700px) {
  :root {
    --containerWidth: -webkit-calc(100% - 30px);
    --containerWidth: -moz-calc(100% - 30px);
    --containerWidth: calc(100% - 30px);
  }
  .baseBtn {
    font-size: 14px;
  }
  .baseTit {
    font-size: 24px;
  }
  .baseTit.small {
    font-size: 24px;
  }
}

.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex_row_r {
  -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;
}

.flex_column {
  -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;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}



.more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 234px;
  height: 66px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 66px;
  text-align: center;
}
.more::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.more:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}



.i-title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 500;
}
.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.i-data ul li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 45px;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}
.i-data ul li .num sub {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.i-data ul li .num::before {
  content: '';
  width: 129px;
  height: 128px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -45px;
  border-radius: 50%;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.i-data ul li p {
  padding: 37px 0 0 45px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
  font-style: italic;
}
.i-data ul li:hover .num::before {
  -webkit-transform: scale(1.3101);
  -moz-transform: scale(1.3101);
  -ms-transform: scale(1.3101);
  transform: scale(1.3101);
  opacity: 0.5;
}

@media screen and (max-width: 1280px) {
  .i-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .i-title {
    font-size: 46px;
  }

  .i-data ul li .num {
    font-size: 60px;
  }
  .i-data ul li p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .i-title {
    font-size: 40px;
  }

  .i-data ul li .num {
    font-size: 46px;
    margin-left: 20px;
  }
  .i-data ul li .num::before {
    width: 80px;
    height: 80px;
    top: -22px;
    left: -20px;
  }
  .i-data ul li p {
    padding-left: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .i-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 500px) {
  .i-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
#index-body .in-4 {
  background: #fff;
  padding-top: var(--px80);
  padding-bottom: var(--px90);
}
#index-body .in-4 .container .i4-t {
  display: flex;
  align-items: center;
  margin-bottom: var(--px80);
}
#index-body .in-4 .container .i4-t > div {
  width: 50%;
}
#index-body .in-4 .container .i4-t .i4-r .i4r-p1 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: var(--ft16);
  color: #666666;
  line-height: 1.8;
  margin-top: var(--ft34);
  margin-bottom: calc(var(--px80) - 6px);
}
#index-body .in-4 .container .i4-b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .in-4 .container .i4-b .i4bc {
  display: flex;
  align-items: center;
}
#index-body .in-4 .container .i4-b .i4bc:hover .i-1-4-t img {
  transform: rotateY(180deg);
}
#index-body .in-4 .container .i4-b .i4bc .i-1-4-t {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: 5px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--ft32);
  position: relative;
}
#index-body .in-4 .container .i4-b .i4bc .i-1-4-t img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .in-4 .container .i4-b .i4bc .i-1-4-t::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 10px;
  background: #fff;
}
#index-body .in-4 .container .i4-b .i4bc li p {
  font-weight: bold;
  font-size: var(--ft26);
  color: #333333;
  line-height: 1;
}
#index-body .in-4 .container .i4-b .i4bc li p span {
  font-weight: bold;
  font-size: calc(2.6555vw + 14px);
  color: #333333;
}
#index-body .in-4 .container .i4-b .i4bc li div {
  font-weight: 500;
  font-size: var(--ft20);
  color: #666666;
}
@media (max-width: 1800px) {
  #index-body .in-4 .container .i4-t .i4-r {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .in-4 .container .i4-b .i4bc {
    margin-bottom: 15px;
  }
}
@media (max-width: 1000px) {
  #index-body .in-4 .container .i4-b .i4bc {
    width: 50%;
  }
  #index-body .in-4 .container .i4-t .i4-r {
    padding-left: 0;
    padding-top: 20px;
  }
  #index-body .in-4 .container .i4-t > div {
    width: 100%;
  }
  #index-body .in-4 .container .i4-t {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  #index-body .in-4 .container .i4-b .i4bc {
    width: 100%;
  }
}
#index-body .in-7 {
  padding-top: var(--px110);
  padding-bottom: calc(var(--px80) - 5px);
  background: #fff;
}
#index-body .in-7 .container .i1-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .in-7 .container .i1-t .i1t-l {
  max-width: 1250px;
}
#index-body .in-7 .container .swiper3 {
  margin-top: var(--px60);
  overflow: hidden;
}
#index-body .in-7 .container .swiper3 .swiper-slide {
  background: #FAFAFA;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .in-7 .container .swiper3 .swiper-slide:hover .i7rbg {
  transform: translate(25%, 40%);
}
#index-body .in-7 .container .swiper3 .swiper-slide:hover .s3-r .s3r-4 {
  background: var(--color);
}
#index-body .in-7 .container .swiper3 .swiper-slide:hover .s3-r .s3r-4 img {
  filter: brightness(0) invert(1);
}
#index-body .in-7 .container .swiper3 .swiper-slide:hover .s3-r .s3r-1 .s3e1 .img-s3 {
  background: var(--color);
}
#index-body .in-7 .container .swiper3 .swiper-slide:hover .s3-r .s3r-1 .s3e1 .img-s3 img {
  filter: brightness(0) invert(1);
}
#index-body .in-7 .container .swiper3 .swiper-slide .i7rbg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-l {
  width: 54px;
  background: var(--color);
  padding-top: var(--ft48);
  padding-bottom: var(--ft32);
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r {
  flex: 1;
  padding-left: var(--ft44);
  padding-right: var(--ft44);
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-1 {
  display: flex;
  justify-content: space-between;
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-1 .s3e1 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: var(--color);
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-1 .s3e1 .img-s3 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-1 .s3e1 .img-s3 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-2 {
  font-weight: bold;
  font-size: calc(0.575vw + 14px);
  color: #333333;
  margin-top: var(--ft16);
  margin-bottom: 12px;
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #666666;
}
#index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-4 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 74px;
  height: 33px;
  border-radius: 16px;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--ft30);
}
@media (max-width: 500px) {
  #index-body .in-7 .container .swiper3 .swiper-slide .s3-l {
    padding: 50px 0;
  }
  #index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-1 {
    flex-wrap: wrap;
  }
  #index-body .in-7 .container .swiper3 .swiper-slide .s3-r .s3r-1 .s3e1 {
    margin-bottom: 10px;
  }
}
/* 内页 */
.pr{
  position: relative;
}
.inner-banner {
  position: relative;
  overflow: hidden;
  /*border-radius: 0 20px 0 20px;*/
}
.inner-banner .img {
  display: block;
  overflow: hidden;
  height: 350px;
  min-height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -moz-transition: transform 6s ease, -moz-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}
.inner-banner .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #fff;
}
.inner-banner .text .mbx {
  font-size: 20px;
  line-height: 1.8;
}
.inner-banner .text .i-title {
  margin-top: 10px;
}
.inner-banner .text .mbx,
.inner-banner .text .i-title {
  /*opacity: 0;*/
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.inner-banner.scrolled .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.inner-banner.scrolled .text .mbx {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner-banner.scrolled .text .i-title {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.inner-page {
  background: #f6f6f6;
}
.about-page .about-1 {
  padding-top: 6%;
}
.about-page .about-1 .content {
  margin-top: 53px;
}
.about-page .about-1 .content .left {
  padding-right: 20px;
}
.about-page .about-1 .content .left .i-data {
  padding-top: var(--px120) !important;
}
.about-page .about-1 .content .left .i-data ul li .num {
  font-size: 40px;
  margin-left: 30px;
}
.about-page .about-1 .content .left .i-data ul li .num sub {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
}
.about-page .about-1 .content .left .i-data ul li .num::before {
  width: 80px;
  height: 80px;
  top: -24px;
  left: -30px;
}
.about-page .about-1 .content .left .i-data ul li p {
  padding: 30px 0 0 30px;
  font-size: 16px;
}
.about-page .about-1 .content .right {
  padding-left: 20px;
}
.about-page .about-1 .content .right .img {
  margin-top: 40px;
}
.about-page .about-2 {
  padding-top: 6%;
}
.about-page .about-2 .header .des {
  max-width: 950px;
}
.about-page .about-2 .content {
  margin-top: 87px;
}
.about-page .about-2 .content ul {
  margin-right: -24px;
}
.about-page .about-2 .content ul li {
  padding-right: 24px;
}
.about-page .about-2 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-3 {
  padding-top: 6%;
}
.about-page .about-3 .header .des {
  margin-top: 30px;
}
.about-page .about-3 .content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 70px;
}
.about-page .about-3 .content .video {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 620px;
}
.about-page .about-3 .content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*.about-page .about-3 .content .video::after {
  content: '';
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}*/
.about-page .about-3 .content .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  color: #fff;
}
.about-page .about-3 .content .text .play {
  width: 100px;
  height: 100px;
  background: url(../images/icon-video.png) no-repeat center center;
  background-size: 100%;
  margin: 50px auto 0;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.about-page .about-3 .content .text .play::before {
  content: '';
  z-index: 5;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border: dashed 2px #fff;
}
@-webkit-keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes xz {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .about-3 .content .text .play:hover::before {
  -webkit-animation: xz linear 5s infinite;
  -moz-animation: xz linear 5s infinite;
  animation: xz linear 5s infinite;
}
.about-page .about-4 {
  padding: 6% 0;
}
.about-page .about-4 .header .con {
  margin-top: 20px;
  line-height: 1.8;
}
.about-page .about-4 .content {
  margin-top: 70px;
  position: relative;
}
.about-page .about-4 .content .img-box {
  border-radius: 25px;
}
.about-page .about-4 .swiper-button-prev,
.about-page .about-4 .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 4;
  color: var(--color)!important;
}
.about-page .about-4 .swiper-button-prev {
  left: 43px;
}
.about-page .about-4 .swiper-button-next {
  background-image: url(../images/arrow-right.png);
  right: 43px;
}
.about-page .about-4 .swiper-button-prev.swiper-button-disabled,
.about-page .about-4 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.gallery-page {
  padding: 5.209% 0;
}
.gallery-page .content {
  margin-top: 40px;
}
.gallery-page .content ul {
  margin: -10px;
}
.gallery-page .content ul li {
  padding: 10px;
}
.gallery-page .content ul li .img-box {
  border-radius: 20px;
}
.gallery-page .content ul li .img-box img {
  width: 100%;
}
.m-page {
  text-align: center;
  padding-top: 4%;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e5e7eb;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page span {
  background: var(--color);
  color: #fff;
}
.faq-page {
  padding: 5.209% 0;
}
.faq-page .list {
  margin-top: 40px;
}
.faq-page .list ul li {
  margin-bottom: 20px;
  border-radius: 15px;
  background: #fff;
}
.faq-page .list ul li .tit {
  padding: 30px 40px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}
.faq-page .list ul li .tit i {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
}
.faq-page .list ul li .con {
  display: none;
  background: #fff;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #595959;
  border-top: 1px solid #f1f1f1;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li.active .tit i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-page {
  padding: 6% 0;
}
.video-page .list {
  margin-top: 41px;
}
.video-page .list ul {
  margin: -10px;
}
.video-page .list ul li {
  padding: 10px;
}
.video-page .list ul li .ig {
  background-color: #fff;
  border-radius: 15px;
}
.video-page .list ul li .ig .img {
  position: relative;
}
.video-page .list ul li .ig .img::before,
.video-page .list ul li .ig .img::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-page .list ul li .ig .img::after {
  content: '';
  color: #fff;
  font-size: 0;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-clip: content-box;
  background: url('../images/icon-video.png') center center no-repeat;
  background-size: 100%;
}
.video-page .list ul li .ig .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100px;
  height: 100px;
  border: dashed 2px #fff;
  border-radius: 50%;
  z-index: 2;
}
.video-page .list ul li .ig .text {
  padding: 45px;
}
.video-page .list ul li .ig .text p {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 20px;
  line-height: 1.5;
  /*min-height: 60px;*/
  text-align: center;
}
.video-page .list ul li .ig:hover {
  background-color: #f4f9ff;
}
.video-page .list ul li .ig:hover .img::before {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  border-color: var(--color);
}
.history-page {
  padding: 6% 0;
}
.history-page .top {
  margin-top: 40px;
}
.history-page .top ul li {
  background: #fff;
}
.history-page .top ul li .img {
  vertical-align: middle;
}
.history-page .top ul li .text {
  vertical-align: middle;
  padding: 0 85px;
}
.history-page .top ul li .text .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.history-page .top ul li .text .con {
  font-size: 16px;
  line-height: 1.8;
  margin: 29px 0;
  color: #4b4b4b;
}
.history-page .bottom {
  margin-top: 6.7%;
  position: relative;
  z-index: 2;
}
.history-page .bottom ul {
  margin-right: -100px;
}
.history-page .bottom ul li {
  text-align: center;
  padding-right: 100px;
}
.history-page .bottom ul li .time {
  font-size: 20px;
  line-height: 3;
  overflow: hidden;
  position: relative;
  padding-top: 44px;
}
.history-page .bottom ul li .time::after {
  content: ' ';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--color);
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 16px;
  margin: auto auto;
}
.history-page .bottom ul li .time::before {
  content: ' ';
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: var(--color);
  border-radius: 50%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.history-page .bottom ul .slick-current li .time {
  color: var(--color);
}
.history-page .bottom ul .slick-current li .time::after {
  background: #fff;
}
.history-page .bottom ul .slick-current li .time::before {
  opacity: 0.5;
  -webkit-animation: ks1 1s 0.5s infinite ease-out;
  -moz-animation: ks1 1s 0.5s infinite ease-out;
  animation: ks1 1s 0.5s infinite ease-out;
}
.history-page .bottom::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  opacity: 0.6;
  left: 0;
  top: 22px;
}
.history-page .btn {
  text-align: center;
  margin-top: 77px;
}
.history-page .btn a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  margin-right: 12px;
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
.history-page .btn a.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-right: 0;
}
.history-page .btn a:hover {
  -webkit-filter: none;
  filter: none;
}
.partner-page {
  padding: 6% 0;
}
.partner-page .partner-1 .i-title {
  margin-bottom: 70px;
}
.partner-page .partner-1 .content {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}
.partner-page .partner-1 .content .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  border-radius: 10px;
  padding-bottom: 560px;
}
.partner-page .partner-1 .content .text {
  width: 66%;
  float: right;
  text-align: left;
  background: #fff;
  min-height: 560px;
}
.partner-page .partner-1 .content .text .txtBoxNr {
  padding-left: 34%;
  padding-right: 100px;
}
.partner-page .partner-1 .content .text .txtBoxNr .title {
  font-size: 36px;
  line-height: 1.2;
  padding: 120px 0 40px;
  font-weight: 500;
}
.partner-page .partner-1 .content .text .txtBoxNr .des {
  font-size: 20px;
  color: #4b4b4b;
  line-height: 1.8;
  margin-bottom: 50px;
}
.partner-page .partner-2 {
  padding-top: 6%;
}
.partner-page .partner-2 .content {
  margin-top: 40px;
}
.partner-page .partner-2 .content ul li {
  background: #fff;
  text-align: center;
}
.partner-page .partner-2 .content ul li .img-box {
  padding: 40px 0;
  border-bottom: 1px solid #e1e5e5;
  border-right: 1px solid #e1e5e5;
}
.partner-page .partner-2 .content ul li img {
  display: inline-block;
}
.cus-page {
  padding: 6% 0;
}
.cus-page .tit {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-1 .content {
  margin-top: 56px;
}
.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}
.cus-page .cus-1 .content .left {
  padding-right: 7px;
}
.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}
.cus-page .cus-1 .content .right {
  padding-left: 7px;
}
.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}
.cus-page .cus-1 .content .img {
  border-radius: 10px;
}
.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}
.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4b4b4b;
  margin-top: 24px;
}
.cus-page .cus-2 {
  padding-top: 6%;
}
.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 150px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
  display: flex;
  align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 30px;
  line-height: 1.6;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: #f4f9ff;
}
.cus-page .cus-3 {
  padding-top: 6%;
}
.cus-page .cus-3 .header {
  margin-top: 106px;
}
.cus-page .cus-3 .header .con {
  font-size: 18px;
  line-height: 1.6;
  color: #4b4b4b;
  max-width: 820px;
}
.cus-page .cus-3 .content {
  margin-top: 72px;
}
.cus-page .cus-3 .content ul li {
  width: 21.84%;
}
.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}
.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}
.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    color-stop(30%, rgba(0, 0, 0, 0.6)),
    color-stop(60%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
}
.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}
.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}
.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}
.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cus-page .cus-4 {
  padding-top: 6%;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4b4b4b;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #f4f9ff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content ul li:nth-child(even) {
  -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;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.cus-page .cus-5 {
  padding-top: 6%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .cus-5 .header .con {
  color: #4b4b4b;
  line-height: 1.6;
  max-width: 800px;
}
.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px;
}
.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
.cus-page .cus-6 {
  padding-top: 6%;
}
.cus-page .cus-6 .i-title {
  max-width: 936px;
}
.cus-page .cus-6 .content {
  margin-top: 66px;
}
.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}
.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}
.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}
.cus-page .cus-7 {
  padding-top: 6%;
}
.cus-page .cus-7 .header {
  margin-top: 93px;
}
.cus-page .cus-7 .header .con {
  color: #4b4b4b;
  max-width: 700px;
}
.cus-page .cus-7 .content {
  margin-top: 66px;
}
.cus-page .cus-8 {
  padding-top: 6%;
}
.cus-page .cus-8 .tab {
  margin-top: 66px;
}
.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}
.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}
.cus-page .cus-8 .content {
  margin-top: 30px;
}
.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}
.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}
.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4b4b4b;
}
.cus-page .cus-8 .content ul li:nth-child(even) {
  -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;
}
.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-9 {
  padding-top: 6%;
}
.cus-page .cus-9 .content {
  margin-top: 66px;
}
.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-9 .content .img-box img {
  width: 100%;
}
.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}
.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.6)),
    color-stop(30%, rgba(0, 0, 0, 0.3)),
    color-stop(60%, rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}
.news-page {
  padding: 6% 0;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen {
  height: 160px;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4b4b4b;
}
.news-page .news-list ul li .text .tit {
  font-size: 18px;
  min-height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4b4b4b;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.product-page {
  padding: 6% 0;
}
.product-page .box {
  max-width: 1700px;
  padding-right: 15px;
}
.product-page .box .left {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: #fff;
}
.product-page .box .left .title {
  font-size: 24px;
  line-height: 180px;
  height: 180px;
  padding-left: 90px;
  overflow: hidden;
  color: #000000;
  border-bottom: 1px solid #e1e5e5;
  font-weight: 600;
}
.product-page .box .left .title span {
  display: block;
  background: url(../images/pro-icon.png) left center no-repeat;
  background-size: 28px;
  padding-left: 40px;
}
.product-page .box .left .list {
  padding-right: 40px;
}
.product-page .box .left .list a {
  font-size: 16px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 0;
  color: #4e5769;
}
.product-page .box .left .list a:hover,
.product-page .box .left .list a.active {
  color: var(--color);
}
.product-page .box .left .list .icon-em {
  cursor: pointer;
  position: absolute;
  top: 33.5px;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.product-page .box .left .list .icon-em::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .box .left .list .icon-em::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #7b7b7b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.product-page .box .left .list .lia {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  border-top: 1px solid #e1e5e5;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-page .box .left .list .lia span {
  width: 90%;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 2;
}
.product-page .box .left .list ul li.active .icon-em::before {
  width: 0;
}
.product-page .box .left .list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.product-page .box .left .list dl dd a {
  font-size: 14px;
  line-height: 1.4;
  color: #4e5769;
  display: block;
}
.product-page .box .left .list dl::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #e5e7eb;
}
.product-page .box .right {
  width: 74%;
  padding-left: 62px;
}
.product-page .box .right h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-page .box .right ul {
  margin: -20px;
}
.product-page .box .right ul li {
  padding: 20px;
}
.product-page .box .right ul li .img-box {
  border-radius: 10px;
  border: 1px solid #ccc;
}
.product-page .box .right ul li .img-box img {
  width: 100%;
  background:#fff;  
}
.product-page .box .right ul li .text {
  margin-top: 20px;
}
.product-page .box .right ul li .text .tit {
  font-size: 24px;
  font-weight: 600;
}
.product-page .box .right ul li .text .tit:hover {
  color: var(--color);
}
.product-page .box .right ul li .text span {
  font-size: 18px;
  line-height: 32px;
  color: #4b4b4b;
}
.product-page .box .right .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #4b4b4b;
  max-height: calc(30px * 6);
  overflow-y: auto;
}
.product-page .know .con {
  color: #4b4b4b;
  margin-top: 20px;
}
.prodet-page {
  padding-top: 6%;
}
.prodet-page .prodet-1 .left {
  width: 57%;
}
.prodet-page .prodet-1 .left .box .small {
  width: 20%;
  padding: 50px 4.271% 30px 0;
  position: relative;
}
.prodet-page .prodet-1 .left .box .small .img-box{
  background-color: #fff;
}
.prodet-page .prodet-1 .left .box .small .swiper {
  height: 570px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .box .small .swiper .img-box {
  margin-bottom: 30px;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 24%;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 30px;
  outline: none;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgUp {
  top: 0;
  background-image: url(../images/icon-top.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgDown {
  bottom: 0px;
  background-image: url(../images/icon-bottom.png);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big {
  width: 80%;
}
.prodet-page .prodet-1 .left .box .big .img-box{
  background-color: #fff;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 20px;
  height: auto;
}
.prodet-page .prodet-1 .right .ig {
  background: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prodet-page .prodet-1 .right .ig h1 {
  padding: 0px 0 10px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}
.prodet-page .prodet-1 .right .ig .con {
  padding: 10px 0;
  font-size: 16px;
  line-height: 2;
  color: #4b4b4b;
  border-bottom: 1px solid #e1e5e5;
  margin-bottom: auto;
  overflow: auto;
  max-height: 330px;
}
.prodet-page .prodet-1 .right .ig .btn {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .ig .btn .more {
  width: 160px;
  height: 49px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 50px;
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .ig .btn .more:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .ig .share span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  background: url(../images/share.png) no-repeat left top;
  background-size: 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.1;
}
.prodet-page .prodet-1 .right .ig .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .ig .share a:nth-child(4).iconfont {
  font-size: 20px;
}
.prodet-page .prodet-2 {
  padding: 6% 6%;
  background: #fff;
  margin: 6% 0;
  border-radius: 30px;
}
.prodet-page .prodet-2 .i-title.active,
.prodet-page .prodet-2 .i-title:hover {
  background: var(--color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}
.prodet-page .prodet-2 .i-title {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: calc(0.525vw + 14px);
  line-height: 44px;
  font-weight: 500;
  background: #ccc;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.prodet-page .prodet-2 .content {
  margin-top: 53px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  color: #4b4b4b;
  display: none;
  /*padding: 50px;*/
}
.prodet-page .prodet-2 .content1 {
  display: block;
}
.prodet-page .prodet-3 {
  padding-top: 6%;
}
.prodet-page .prodet-3 .content {
  margin-top: 66px;
}
.prodet-page .prodet-3 .content ul {
  margin: 0 -22px;
}
.prodet-page .prodet-3 .content ul li {
  padding: 0 22px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 {
  /*padding-top: 6%;*/
}
.prodet-page .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.prodet-page .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-4 .content {
  margin-top: 64px;
}
.prodet-page .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .prodet-4 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 .content ul li .img-box img {
  width: 100%;
  background: #fff;
}
.prodet-page .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page .prodet-4 .content ul li .text .tit {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}
.prodet-page .prodet-4 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-4 .content ul li .text span {
  font-size: 16px;
  line-height: 30px;
  color: #4b4b4b;
}
.contact-page {
  padding-top: 6%;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4b4b4b;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 18px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 2%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@-webkit-keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes ks1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1440px) {
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding-left: 30%;
    padding-right: 60px;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 40px;
  }
  .product-page .box .right {
    padding-left: 30px;
  }
  .product-page .box .right ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .product-page .box .right ul li .text span {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    width: 200px;
  }
  .prodet-page .prodet-2 .content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-1 .content .left .i-data {
    zoom: 0.8;
  }
  .about-page .about-1 .content .left .i-data ul li .num {
    margin-left: 20px;
  }
  .about-page .about-1 .content .left .i-data ul li .num::before {
    left: -20px;
  }
  .about-page .about-1 .content .left .i-data ul li p {
    padding: 30px 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-3 .content .video {
    height: 500px;
  }
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 70px;
    height: 70px;
  }
  .video-page .list ul li .ig .text {
    padding: 30px 20px 21px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 18px;
  }
  .history-page .top ul li .text {
    padding: 0 30px;
  }
  .history-page .top ul li .text .title {
    font-size: 40px;
    margin-top: 30px;
  }
  .history-page .top ul li .text .title .con {
    margin: 12px 0 29px;
  }
  .partner-page .partner-1 .content .img {
    padding-bottom: 400px;
  }
  .partner-page .partner-1 .content .text {
    min-height: 420px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding-left: 30%;
    padding-right: 40px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .title {
    padding: 40px 0;
    font-size: 32px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .des {
    font-size: 18px;
  }
  .partner-page .partner-2 .content ul li .img-box {
    padding: 20px 0;
  }
  .cus-page .tit {
    font-size: 36px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 15px;
  }
  .product-page .box .left .title {
    font-size: 20px;
  }
  .product-page .box .left .list {
    padding-right: 20px;
  }
  .product-page .box .right ul {
    margin: -10px;
  }
  .product-page .box .right ul li {
    padding: 10px;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 390px;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 20px 0;
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right .ig .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    font-size: 14px;
    width: 163px;
    margin-right: 6px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .mbx {
    font-size: 16px;
  }
  .cpgao {
    height: 300px !important;
  }
  .about-page .about-1 .content .i-data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .content .i-data ul li {
    width: 50%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .content .i-data ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-2 .header {
    display: block;
  }
  .about-page .about-2 .header .des {
    max-width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .header .des {
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content .video {
    height: 400px;
  }
  .about-page .about-4 .content {
    margin-top: 30px;
  }
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 20px;
    font-size: 18px;
  }
  .faq-page .list ul li .tit i {
    right: 20px;
    top: 20px;
    font-size: 20px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 16px;
  }
  .video-page .list ul li {
    width: 50% !important;
  }
  .history-page .top ul li .img {
    width: 100%;
  }
  .history-page .top ul li .text {
    width: 100%;
  }
  .partner-page .partner-1 .i-title {
    margin-bottom: 40px;
  }
  .partner-page .partner-1 .content {
    padding-top: 0;
  }
  .partner-page .partner-1 .content .img {
    position: initial;
    width: 100%;
    padding: 0;
  }
  .partner-page .partner-1 .content .text {
    width: 100%;
    min-height: auto;
  }
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding: 0 20px;
  }
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }
  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }
  .cus-page .cus-1 .content .right {
    width: 100%;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-3 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-6 .content {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-7 .content {
    margin-top: 30px;
  }
  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }
  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
  .product-page .box {
    padding: 0 15px;
  }
  .product-page .box .left {
    display: none;
  }
  .product-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .product-page #index-body .about,
  .product-page #index-body .product,
  .product-page #index-body .news,
  .product-page #index-body .know {
    display: none;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 460px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-3 .content,
  .prodet-page .prodet-4 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .text .mbx {
    font-size: 16px;
  }
  .inner-banner .text .i-titleyier {
    display: none;
  }
  .about-page .about-1 .content {
    margin-top: 20px;
  }
  .about-page .about-1 .content .left {
    width: 100%;
    padding-right: 0;
  }
  .xinwen {
    margin-top: 60px;
    height: 120px;
  }
  .about-page .about-1 .content .left .i-data ul li {
    width: 33.3333%;
    margin-bottom: 0;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-1 .content .right .img {
    margin-top: 20px;
  }
  .gallery-page .content {
    margin-top: 20px;
  }
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page .list ul li .tit i {
    right: 20px;
    top: 10px;
    font-size: 16px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
  }
  .video-page .list {
    margin-top: 20px;
  }
  .video-page .list ul li .ig .text {
    padding: 20px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 16px;
  }
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 50px;
    height: 50px;
  }
  .history-page .bottom ul {
    margin-right: -40px;
  }
  .history-page .bottom ul li {
    padding-right: 40px;
  }
  .history-page .bottom ul li .time {
    font-size: 18px;
  }
  .history-page .btn {
    margin-top: 30px;
  }
  .partner-page .partner-1 .i-title {
    margin-bottom: 20px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .title {
    padding: 20px 0;
  }
  .partner-page .partner-2 .content {
    margin-top: 20px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }
  .cus-page .tit {
    font-size: 30px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 360px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    bottom: unset;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 320px;
  }
  .prodet-page .prodet-1 .right .ig {
    padding: 20px 15px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .text .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .content .left .i-data {
    zoom: 1;
  }
  .jtcp {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .content .left .i-data ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .content .left .i-data ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-3 .content .video {
    height: 300px;
  }
  .about-page .about-3 .content .text .play {
    margin: 20px auto 0;
  }
  .video-page .list ul li {
    width: 100% !important;
  }
  .history-page .top {
    margin-top: 20px;
  }
  .history-page .top ul li .text {
    padding: 0 15px;
  }
  .history-page .bottom ul {
    margin-right: -20px;
  }
  .history-page .bottom ul li {
    padding-right: 20px;
  }
  .history-page .bottom ul li .time {
    font-size: 16px;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .partner-page .partner-1 .content .text .txtBoxNr .des {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .cus-page .cus-3 .content ul {
    display: block;
  }
  .cus-page .cus-3 .content ul li {
    width: 100%;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }
  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }
  .cus-page .cus-6 .content {
    overflow: hidden;
  }
  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }
  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-9 .content {
    margin-top: 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .box .right h1 {
    font-size: 22px;
    line-height: 40px;
  }
  .prodet-page .prodet-1 .left .box .small {
    width: 25%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 160px;
  }
  .prodet-page .prodet-1 .left .box .big {
    width: 75%;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-page .prodet-1 .right .ig .con {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .content {
    padding: 20px 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-4 .header .arrow {
    display: block;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}

.service-page {
  background-color: #faf9f9;
}
.service-page .service-1 {
  padding: 6% 0;
}
.service-page .service-1 .top .left {
  width: 73%;
}
.service-page .service-1 .top .left .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  color: #030303;
  text-transform: uppercase;
}
.service-page .service-1 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom {
  padding: 0% 30px 0 0;
}
.service-page .service-1 .bottom .grid-box {
  width: 1590px;
  padding-top: 50px;
  max-width: 100%;
}
.service-page .service-1 .bottom ul li {
  /*border-right: 1px solid #dcdcdc;*/
  /*text-align: center;*/
  padding-right: 60px;
  width: 16.6666%;
}
.service-page .service-1 .bottom ul li .ig {
  position: relative;
  padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
  font-size: 24px;
  line-height: 1.8;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.service-page .service-1 .bottom ul li .content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #faf9f9;
  width: 100%;
  height: 100%;
  padding: inherit;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}
.service-page .service-1 .bottom ul li:hover .content {
  opacity: 1;
}
.service-page .service-1 .bottom ul li .text p {
  font-size: inherit;
  width: 100%;
  margin: 0;
}
.service-page .service-1 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-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;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child {
  padding-right: 0;
  width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
  display: none;
}
.service-page .service-1 .bottom ul li:hover i {
  filter: brightness(0);
}
.service-page .service-2 {
  position: relative;
  padding: 87px 0 79px;
  z-index: 1;
}
.service-page .service-2 .left {
  width: 53.646%;
}
.service-page .service-2 .right {
  width: 46.354%;
  color: #fff;
  padding: 126px 20px 0 0;
}
.service-page .service-2 .right .ig {
  max-width: 706px;
  padding-left: 57px;
}
.service-page .service-2 .right .header {
  text-align: right;
}
.service-page .service-2 .right .header .tag {
  color: #fff;
  padding-right: 138px;
}
.service-page .service-2 .right .header .tag::before {
  background: #fff;
  top: 8px;
}
.service-page .service-2 .right .header .title {
  text-align: left;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 6px;
  margin-left: -132px;
}
.service-page .service-2 .right .header .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.65;
  text-align: left;
  padding-top: 20px;
}
.service-page .service-2 .right .list {
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
  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;
  font-size: 26px;
  line-height: 1.6;
}
.service-page .service-2 .right .list ul li .tit em {
  width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.65;
  display: none;
  padding: 20px 0;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
  opacity: 0;
}
.service-page .service-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background: url(/template/en/images/about2-bg.jpg) no-repeat center;
  border-radius: 0 0 0 50px;
}
.service-page .service-3 {
  padding: 7.2% 0;
}
.service-page .service-3 .header {
  text-align: left;
}
.service-page .service-3 .header .title {
  font-size: 60px;
  color: #030303;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}
.service-page .service-3 .content {
  margin-top: 65px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.service-page .service-3 .content ul li {
  padding-right: 20px;
  width: 30%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
  border: solid 1px var(--color);
  border-radius: 20px;
  padding: 37px 35px 30px 17px;
  height: 400px;
}
.service-page .service-3 .content ul li .ig i {
  display: block;
}
.service-page .service-3 .content ul li .ig .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  /*margin-top: 30px;*/
  padding-bottom: 20px;
}
.service-page .service-3 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out,
    -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 16px;
  color: #030303;
  font-weight: bold;
}
.service-page .service-3 .content ul li.active {
  width: 40%;
}
.service-page .service-3 .content ul li.active .con {
  opacity: 0.65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.service-page .service-4 {
  padding: 5% 0 0 0;
  overflow: hidden;
}
.service-page .service-4 .header .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 22px;
}
.service-page .service-4 .content {
  margin-top: 51px;
}
.service-page .service-4 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
}
.service-page .service-4 .content ul li {
  padding-right: 18px;
  width: 20%;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
  position: relative;
  height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.06) translateZ(0);
  -moz-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1),
    -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
  background-image: linear-gradient(135deg, var(--color), var(--color2));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 15px 51px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}
.service-page .service-4 .content ul li .ig .text .tit {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  width: 54%;
  color: #fff;
}
.service-page .service-4 .content ul li .ig .text .mores {
  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;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 0 19px 38px;
  position: relative;
  z-index: 1;
  color: #fff;
  flex-shrink: 0;
  margin-left: 1em;
}
.service-page .service-4 .content ul li .ig .text .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
  margin-left: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 08px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
  -webkit-transform: translateX(-86px);
  -moz-transform: translateX(-86px);
  -ms-transform: translateX(-86px);
  transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
  width: 60%;
}
.service-page .service-4 .content ul li.active .ig .img {
  height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .service-page .service-1 .bottom ul li {
    padding-right: 40px;
  }
  .service-page .service-4 .content ul li.active .text {
    display: block;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 36px;
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 .bottom ul li p {
    width: 90%;
  }
  .service-page .service-2 .right .header .title {
    font-size: 78px;
    margin-left: -90px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 30px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 .top .left .title {
    font-size: 60px;
  }
  .service-page .service-1 .bottom {
    padding-left: 0;
  }
  .service-page .service-1 .bottom ul li p {
    width: 100%;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
  .service-page .service-2 .left,
  .service-page .service-2 .right {
    vertical-align: middle;
  }
  .service-page .service-2 .right {
    padding-top: 0;
  }
  .service-page .service-2 .right .ig {
    padding-left: 30px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 62px;
    margin-left: 0px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 29px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .top .left .title {
    font-size: 60px;
  }
  .service-page .service-1 .bottom ul li p {
    font-size: 21px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 53px;
  }
  .service-page .service-2 .right .list {
    margin-top: 40px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 26px;
  }
  .service-page .service-4 .content ul li .ig {
    height: 400px;
  }
  .service-page .service-4 .content ul li.active .ig .img {
    height: 300px;
  }
  .service-page .service-4 .content ul li .ig .text {
    padding: 15px 8px 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .left,
  .service-page .service-1 .top .right {
    width: 100%;
  }
  .service-page .service-1 .top .right {
    margin-top: 20px;
  }
  .service-page .service-1 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 33.3333%;
  }
  .service-page .service-1 .bottom ul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .left {
    display: none;
  }
  .service-page .service-2 .right {
    width: 100%;
  }
  .service-page .service-2::after {
    width: 100%;
  }
  .service-page .service-3 .header .title {
    font-size: 70px;
  }
  .service-page .service-3 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-3 .content ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .service-page .service-3 .content ul li.active {
    width: 100%;
  }
  .service-page .service-3 .content ul li .ig .con {
    opacity: 0.65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .service-page .service-3 .content ul li .ig {
    padding: 30px 20px 20px;
  }
  .service-page .service-3 .content ul li .ig .con {
    font-size: 17px;
  }
  .service-page .service-4 .header .title {
    font-size: 66px;
  }
  .service-page .service-4 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-4 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-4 .content ul li.active {
    width: 50%;
  }
  .service-page .service-4 .content ul li:last-child {
    width: 100%;
  }
  .service-page .service-4 .content ul li:last-child.active {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom ul li {
    width: 50%;
    padding-right: 20px;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 50%;
  }
  .service-page .service-1 .bottom ul li:nth-child(even) {
    padding-right: 0;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 22px;
  }
  .service-page .service-3 .header .title {
    font-size: 53px;
  }
  .service-page .service-3 .content {
    margin-top: 20px;
  }
  .service-page .service-3 .content ul li .ig i {
    zoom: 0.7;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 10px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 24px;
    margin-top: 0;
  }
  .service-page .service-3 .content ul li .ig .num {
    bottom: 0;
  }
  .service-page .service-4 .header .title {
    font-size: 50px;
  }
  .service-page .service-4 .content {
    margin-top: 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 40px;
  }
  .service-page .service-4 .content ul li.active .text .mores {
    zoom: 0.7;
  }
  .service-page .service-4 .content ul li .ig {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .top .left .title {
    font-size: 50px;
  }
  .service-page .service-1 .top .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .bottom ul li {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 100%;
  }
  .service-page .service-1 .bottom ul li .ig {
    padding: 0;
  }
  .service-page .service-1 .bottom ul li .ig::after {
    display: none;
  }
  .service-page .service-2 .right {
    padding: 0 15px;
  }
  .service-page .service-2 .right .ig {
    padding-left: 0;
  }
  .service-page .service-2 .right .header .title {
    font-size: 40px;
  }
  .service-page .service-2 .right .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-3 .header .title {
    font-size: 36px;
  }
  .service-page .service-3 .content ul li,
  .service-page .service-3 .content ul li.active {
    width: 100%;
  }
  .service-page .service-3 .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    line-height: 1.5;
  }
  .service-page .service-3 .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-4 .header .title {
    font-size: 33px;
  }
  .service-page .service-4 .content ul li,
  .service-page .service-4 .content ul li.active {
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores {
    zoom: 1;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    line-height: 1.5;
  }
  .service-page .service-4 .content ul li .ig .text {
    opacity: 1;
    display: block;
  }
}

span.tag {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #777;
  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;
  line-height: 1;
  margin-bottom: 1.7em;
}
span.tag:before {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  margin-right: 1em;
  background-color: var(--color);
}
span.h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

@media screen and (max-width: 1600px) {
  span.h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  span.h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1250px) {
  span.h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  span.h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

.inner-page span.tag {
  display: inline-flex;
}
.custom-page .custom-2 .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-page .custom-2 {
  background: #fff;
  padding: 100px 0;
}
.custom-page .custom-2 .left {
  width: 18.1%;
}
.custom-page .custom-2 .left span {
  max-height: 800px;
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 3px;
  color: var(--color);
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.custom-page .custom-2 .right {
  width: 81.9%;
}
.custom-page .custom-2 .right ul li {
  width: 25%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.custom-page .custom-2 .right ul li .item {
  height: 600px;
  border-left: 1px solid var(--color);
  padding: 107px 15px 0;
  position: relative;
  color: var(--color);
}
.custom-page .custom-2 .right ul li .item .tit {
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--color);
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.custom-page .custom-2 .right ul li .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
.custom-page .custom-2 .right ul li .item .text .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.custom-page .custom-2 .right ul li .item span {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
  display: inline-block;
  margin-top: 27px;
}
.custom-page .custom-2 .right ul li.active {
  width: 30%;
}
.custom-page .custom-2 .right ul li.active .item {
  padding: 132px 15px 0;
}
.custom-page .custom-2 .right ul li.active .item .tit {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.custom-page .custom-2 .right ul li.active .item .text .con {
  opacity: 1;
}
.custom-page .custom-2 .right ul li:last-child .item {
  border-right: 1px solid var(--color);
}

/* aft */
.hu_h3 {
  font-size: 60px;
  font-weight: 700;
  color: #111;
}
.aft01 {
  padding: 120px 0 100px;
  background: url(../images/aft01_bg.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aft01 h4 {
  font-size: 30px;
  color: #333333;
  margin: 16px 0 28px;
  font-weight: bold;
}
.aft01 .box {
  display: flex;
  margin-bottom: 60px;
}
.aft01 .box .min {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aft01 .box .min:nth-of-type(1) {
  transition: 0.5s;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  left: 0px;
}
.aft01 .box .min:nth-of-type(2) {
  transition: 0.5s;
  background-color: rgb(36 36 36 / 90%);
  margin-left: -42px;
  position: relative;
  right: 0px;
}
.aft01 .box:hover .min:nth-of-type(1) {
  left: 308px;
}
.aft01 .box:hover .min:nth-of-type(2) {
  right: 308px;
}
.aft01 .box .min h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.aft01 .box .min h6 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.aft01 .box .min img {
  width: 42px;
}
.aft01 p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.aft02 {
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
}
.aft02 .bg_fix {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 690px;
}
.aft02 .bg_fix::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative;
}
.aft02 .top .hu_h3 {
  color: #fff;
}
.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 28px 0;
  position: relative;
}
.aft02 .top .line::after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  animation: 2s linear 0.5s infinite hua2;
}
@keyframes hua2 {
  from {
    top: 0%;
  }
  to {
    top: 95%;
  }
}
.aft02 .top h4 {
  font-size: 30px;
  color: #fff;
}
.aft02 .botF {
  padding: 0 90px;
  position: relative;
}
.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 74px;
  color: #cbcbcb;
  outline: none;
}
.aft02 .botF .fa:hover {
  color: var(--color);
}
.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.aft02 .bot .box {
  background-color: #fff;
  padding: 50px 0 138px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgb(102 102 102 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
}
.aft02 .bot .box:hover .icon::before {
  animation: img01anime 10s 0s linear infinite;
}
.aft02 .bot .box:hover .icon::after {
  animation: img02anime 10s 0s linear infinite;
}
.aft02 .bot .box .icon::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}
.aft02 .bot .box .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

@keyframes img01anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes img02anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.aft02 .bot .box .icon img {
  width: 56px;
  transition: 0s;
}
.aft02 .bot .box h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
  margin-top: 54px;
}
.aft02 .bot .box h5 {
  font-size: 24px;
  position: relative;
  color: #111;
  text-align: center;
  line-height: 40px;
  height: 52px;
}
.aft02 .bot .box h5::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--color);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.aft02 .bot .box p {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 30px;
  height: 80px;
  text-align: center;
}
.aft02 .bot .box:hover h5::after {
  background-color: #fff;
}
.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff;
}
.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10);
}
.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon::before,
.aft02 .bot .box:hover .icon::after {
  border-color: #fff;
}

.aft02 .bot .box:hover {
  background-color: var(--color);
  background-image: linear-gradient(135deg, var(--color), var(--color2));
}

.aft02 .bot .aft02Swiper {
  width: 1200px;
  margin: auto;
}
.aft02 .bot {
  width: 1242px;
  margin: auto;
  padding: 22px 0;
}
.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}
.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: 695px;
  border-radius: 5%;
}
.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}
.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}
.aft03 .icenter2 .le img {
  height: 100%;
}
.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}
.aft03 .icenter2 .ri {
  width: 50%;
}
.aft03 .icenter2 .ri > ul {
  margin: 20px 0 0px;
}
.aft03 .icenter2 .ri > ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.aft03 .icenter2 .ri > ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: '';
}
.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}
.aft03 dl dd .text {
}
.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}
.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}
.aft03 dl dd .text h4::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}
.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
.aft04 {
  background: url(../images/aft04_bg.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  padding: 130px 0 180px;
}
.aft04 .icenter2 {
  position: relative;
  z-index: 1;
}
.aft04::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 241, 247, 0.65);
  position: absolute;
  left: 0;
  top: 0;
}
.aft04 .hu_h3 {
  padding-left: 42px;
}
.aft04 dl {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.aft04 dl dd {
  width: 48%;
  padding-left: 42px;
  padding-bottom: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.aft04 dl dd .bg {
  position: absolute;
  width: 127px;
  left: 0px;
  bottom: 0px;
  transition: 0.5s;
}
.aft04 dl dd:hover .bg {
  left: 30px;
  bottom: 30px;
}
.aft04 dl dd .le {
  width: 38.5%;
}
.aft04 dl dd .ri {
  width: 51%;
}
.aft04 dl dd .ri .name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 156px;
  height: 43px;
  border: 1px solid #d3d3d4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.aft04 dl dd:hover .ri .name {
  background-color: var(--color);
  color: #fff;
}
.aft04 dl dd .ri .number {
  margin-top: 78px;
}
.aft04 dl dd .ri .number .t {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.aft04 dl dd .ri .number .t .icon {
  width: 65px;
  margin-right: 12px;
  animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;
}
.aft04 dl dd .ri .number .t a {
  font-size: 40px;
  font-weight: bold;
  color: var(--color);
  position: relative;
}
.aft04 dl dd .ri .number .t a::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -7px;
  width: 50px;
  height: 3px;
  background-color: var(--color);
}
.aft04 dl dd .ri .number span {
  font-size: 18px;
  color: #999999;
}

@media screen and (max-width: 1600px) {
  .aft01 {
    padding: 100px 0 90px;
  }
  .aft01 h4 {
    font-size: 25px;
    margin: 10px 0 22px;
  }
  .aft01 .box .min {
    width: 320px;
    height: 320px;
  }
  .aft01 .box:hover .min:nth-of-type(1) {
    left: 278px;
  }
  .aft01 .box:hover .min:nth-of-type(2) {
    right: 278px;
  }
  .aft01 .box .min h5 {
    font-size: 17px;
    margin-bottom: 26px;
  }
  .aft01 .box .min h6 {
    font-size: 22px;
    margin-bottom: 44px;
  }
  .aft01 .box .min img {
    width: 32px;
  }
  .aft01 .box {
    margin-bottom: 38px;
  }
  .aft02 .top p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
  }
  .aft02 .top {
    margin-bottom: 30px;
  }
  .aft02 .top h4 {
    font-size: 24px;
  }
  .aft02 .top .line {
    height: 55px;
    margin: 20px 0;
  }
  .aft02 .bot .aft02Swiper {
    width: 1000px;
  }
  .aft02 .bot {
    width: 1032px;
    padding: 22px 0;
  }
  .aft02 .botF {
    padding: 0 13px;
  }
  .aft02 .botF .fa {
    font-size: 65px;
  }
  .aft02 .bot .box {
    padding: 43px 0 105px;
    box-shadow: 0 0 11px #d8d8d8;
  }
  .aft02 .bot .box .icon {
    height: 95px;
    width: 95px;
  }
  .aft02 .bot .box .icon img {
    width: 48px;
  }
  .aft02 .bot .box h4 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 44px;
  }
  .aft02 .bot .box h5 {
    width: 220px;
    font-size: 16px;
    line-height: 30px;
    height: 48px;
  }
  .aft02 .bot .box h5::after {
    width: 17px;
    height: 3px;
    bottom: -125px;
  }
  .aft02 .botF .fa-angle-left {
    left: -18px;
  }
  .aft02 .botF .fa-angle-right {
    right: -18px;
  }
  .aft02 {
    padding: 115px 0 90px;
  }
  .aft02 .bg_fix {
    height: 555px;
  }
  .aft03 .icenter2 .ri > ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .aft03 .icenter2 .ri > ul {
    margin: 16px 0 0px;
  }
  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }
  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }
  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }
  .aft03 dl dd .text h4::after {
    height: 4px;
  }
  .aft03 dl dd .text p {
    font-size: 15px;
  }
  .aft03 .icenter2 .le {
    height: 529px;
  }
  .aft04 {
    padding: 100px 0 155px;
  }
  .aft04 dl dd {
    padding-left: 36px;
    padding-bottom: 36px;
  }
  .aft04 .hu_h3 {
    padding-left: 36px;
  }
  .aft04 dl {
    margin-top: 38px;
  }
  .aft04 dl dd .ri .number .t .icon {
    width: 48px;
    margin-right: 10px;
  }
  .aft04 dl dd .ri .number .t a {
    font-size: 30px;
  }
  .aft04 dl dd .ri .number .t a::after {
    width: 41px;
  }
  .aft04 dl dd .ri .number span {
    font-size: 16px;
  }
  .aft04 dl dd .ri .name {
    font-size: 16px;
    width: 133px;
    height: 38px;
  }
  .aft04 dl dd .bg {
    width: 115px;
  }
  .aft04 dl dd .ri .number {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .aft01 {
    padding: 50px 0;
  }
  .aft01 h4 {
    font-size: 22px;
    margin: 10px 0 22px;
  }
  .aft01 .box .min {
    width: 192px;
    height: 192px;
  }
  .aft01 .box .min h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .aft01 .box .min h6 {
    font-size: 16px;
    margin-bottom: 34px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .aft01 p {
    font-size: 16px;
  }
  .aft01 .box .min:nth-of-type(2) {
    margin-left: -25px;
  }
  .aft02 .top p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .aft02 .top .line {
    height: 42px;
    margin: 14px 0;
    position: relative;
  }
  .aft02 .top h4 {
    font-size: 22px;
  }
  .aft02 .bot {
    width: 110%;
  }
  .aft02 .top {
    margin-bottom: 20px;
  }
  .aft02 .botF {
    padding: 0 0px;
  }
  @keyframes hua2 {
    from {
      top: 0%;
    }
    to {
      top: 95%;
    }
  }
  .aft02 .bot .aft02Swiper {
    width: 100%;
  }
  .aft02 .bot {
    width: 100%;
    padding: 20px;
  }
  .aft02 .botF .fa-angle-left {
    left: -8px;
  }
  .aft02 .botF .fa-angle-right {
    right: -8px;
  }
  .aft02 {
    padding: 80px 0 40px;
  }
  .aft02 .bg_fix {
    height: 483px;
  }
  .aft03 .icenter2 {
    flex-flow: wrap;
  }
  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
  }
  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }
  .aft03 {
    padding-top: 50px;
  }
  .aft04 {
    padding: 50px 0 20px;
    background-attachment: unset;
  }
  .aft04 .hu_h3 {
    padding-left: 0px;
  }
  .aft04 dl {
    margin-top: 26px;
    flex-flow: wrap;
  }
  .aft04 dl dd {
    padding-left: 22px;
    padding-bottom: 22px;
    width: fit-content;
    margin-bottom: 30px;
  }
  .aft04 dl dd .bg {
    width: 72px;
    bottom: 0px;
  }
  .aft04 dl dd .le .imgbox {
    height: 153px;
    width: 123px;
  }
  .aft04 dl dd .ri .name {
    font-size: 14px;
    width: 114px;
    height: 33px;
  }
  .aft04 dl dd .ri .number {
    margin-top: 38px;
  }
  .aft04 dl dd .ri .number .t a {
    font-size: 24px;
  }
  .aft04 dl dd .ri .number .t .icon {
    width: 32px;
    margin-right: 6px;
  }
  .aft04 dl dd .ri .number span {
    font-size: 14px;
  }
  .aft04 dl dd .ri {
    width: 60%;
    margin-left: 8%;
  }
  .aft01 .box:hover .min:nth-of-type(1) {
    left: 168px;
  }
  .aft01 .box:hover .min:nth-of-type(2) {
    right: 168px;
  }
}
.custom-2new .ui .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;
}
.custom-2new .ui .top .left {
  padding-right: 65px;
}
.custom-2new .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}
.custom-2new .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom-2new .ui .bottom {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}
.custom-2new .ui .bottom .left {
  padding-right: 80px;
}
.custom-2new .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2new .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2new .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  line-height: 36px;
}
.custom-2new .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 75px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .custom-2new .ui .bottom .left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-1 .btm ul.list2 li.item {
    width: 120px;
    height: 120px;
  }
  .custom-2new .ui .bottom .right {
    padding-right: 0;
  }
  .custom-2new .ui .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px) {
  .custom-2new .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2new .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2new .ui .top .right {
    width: 100%;
  }
  .custom-2new .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }
  .custom-2new .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2new .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-1 .bottom ul li p {
    font-size: 20px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 54px;
    margin-bottom: 0.5em;
  }
  .service-page .service-2 .right .header .con {
    font-size: 16px;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 28px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 24px;
  }
  .custom-page .custom-2 .right ul li .item span {
    font-size: 60px;
  }
  .service-page .service-1 .bottom ul li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .sus-page .sus-2 .title,
  .sus-page .sus-1 .box .title,
  .service-page .service-3 .header .title,
  .service-page .service-4 .header .title,
  .custom-page .custom-2 .left span,
  .service-page .service-1 .top .left .title,
  .hu_h3,
  .contact-page .contact-4 .left h4 {
    font-size: 48px;
  }
  .sus-page .sus-2 .box ul li .ig .left {
    width: 100%;
  }
  .sus-page .sus-2 .box ul li .ig .right {
    width: 100%;
    margin-top: 20px;
  }
  .sus-page .sus-2 .box ul li .ig {
    flex-wrap: wrap;
  }
  .sus-page .sus-2 .box ul li .ig .left em {
    font-size: 42px;
  }
  .sus-page .sus-2 .box ul li .ig .left span {
    padding-top: 4px;
    font-size: 16px;
  }
  .sus-page .sus-1 .box .con,
  .contact-page .contact-4 .right form input {
    font-size: 16px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 42px;
  }
  .service-page .service-2 .right .header .con {
    font-size: 14px;
    line-height: 28px;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 18px;
  }
  .service-page .service-2 .right .list ul li .con {
    font-size: 16px;
  }
  .service-page .service-2 .right .list {
    margin-top: 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 24px;
  }
  .service-page .service-3 .content ul li .ig .con {
    font-size: 16px;
  }
  .custom-page .custom-2 .right ul li .item .tit {
    font-size: 24px;
  }
  .custom-page .custom-2 .right ul li .item {
    padding-top: 80px;
    height: 400px;
  }
  .custom-page .custom-2 .right ul li .item .text {
    padding: 0 15px;
  }
  .custom-page .custom-2 .right ul li .item span {
    font-size: 40px;
  }
  .service-page .service-1 .bottom ul li p {
    font-size: 16px;
  }
  .service-page .service-1 .bottom ul li i img {
    max-height: 50px;
  }
  .aft02 .bot .aft02Swiper,
  .aft02 .bot {
    max-width: 100%;
  }
  .aft02 .bot .box p {
    height: auto;
    font-size: 14px;
    line-height: 28px;
  }
  .aft02 .bot .box h5:after {
    display: none;
  }
  .aft02 .bot .box h5 {
    height: auto;
    width: 100%;
  }
  .aft02 .bot .box h4 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
  }
  .aft02 .bot .box {
    padding: 40px 0;
  }
  .contact-page .contact-2 ul {
    flex-wrap: wrap;
  }
  .contact-page .contact-2 ul li {
    max-width: none;
  }
}
@media screen and (max-width: 1000px) {
  .sus-page .sus-1 .box {
    width: 100%;
    padding: 0 15px;
  }
  .sus-page .sus-1 .gd,
  .sus-page .sus-1 .imgs {
    display: none;
  }
  .sus-page .sus-2 .title,
  .sus-page .sus-1 .box .title,
  .service-page .service-3 .header .title,
  .service-page .service-4 .header .title,
  .custom-page .custom-2 .left span,
  .service-page .service-1 .top .left .title,
  .hu_h3,
  .contact-page .contact-4 .left h4 {
    font-size: 32px;
  }
  .sus-page .sus-2 .box ul li .ig .left em {
    font-size: 28px;
  }
  .sus-page .sus-2 .box ul li .ig .left span {
    font-size: 14px;
    line-height: 28px;
  }
  .sus-page .sus-1 .box .con,
  .sus-page .sus-2 .box ul li .ig .right {
    font-size: 14px;
    line-height: 28px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 36px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 20px;
  }
  .custom-page .custom-2 .right ul li.active .item .tit {
    font-size: 20px;
  }
  .custom-page .custom-2 .right ul li .item span {
    font-size: 32px;
  }
  .service-page .service-1 .bottom ul li p {
    font-size: 14px;
  }
  .service-page .service-4 .content ul li .ig .text {
    position: static;
    opacity: 1;
  }
  .service-page .service-4 .content ul li .ig .img {
    position: static;
    height: auto !important;
  }
  .service-page .service-4 .content ul li .ig {
    height: auto;
  }
  .service-page .service-4 .content ul li .ig .img img {
    transform: scale(1);
  }
  .service-page .service-4 .content ul li .ig .text {
    flex-wrap: wrap;
  }
  .service-page .service-4 .content ul li .ig .text > div {
    width: 100%;
  }
  .service-page .service-4 .content ul li .text .mores {
    margin-left: 0;
    zoom: 0.7;
  }
  .custom-page .custom-2 .right ul li.active .item,
  .custom-page .custom-2 .right ul li .item {
    padding-top: 50px;
  }
  .custom-page .custom-2 {
    display: none;
  }
  .aft02 .top h4 {
    font-size: 20px;
  }
  .aft02 .bg_fix {
    height: 620px;
  }
  .aft02 .bot .box .icon {
    zoom: 0.7;
  }
}
@media screen and (max-width: 700px) {
  .sus-page .sus-2 .title,
  .sus-page .sus-1 .box .title,
  .service-page .service-3 .header .title,
  .service-page .service-4 .header .title,
  .custom-page .custom-2 .left span,
  .service-page .service-1 .top .left .title,
  .hu_h3,
  .contact-page .contact-4 .left h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .sus-page .sus-2 .box ul li .ig .left em {
    font-size: 20px;
    line-height: 36px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 28px;
    line-height: 1.6;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 18px;
    line-height: 32px;
  }
  .custom-page .custom-2 .right ul li .item span {
    font-size: 28px;
  }
}

.app-faq {
  padding-bottom: 6%;
}
.app-faq .header {
  max-width: 1134px;
}
.app-faq .header .title {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.app-faq .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.app-faq .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.app-faq .content ul li .tit {
  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;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
}
.app-faq .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}
.app-faq .content ul li .tit i {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.app-faq .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.app-faq .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  display: none;
}
.app-faq .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
  .app-faq .header .title {
    font-size: 60px;
  }
  .app-faq {
    background: transparent;
  }
}
@media screen and (max-width: 700px) {
  .app-faq .header .title {
    font-size: 45px;
  }
  .app-faq .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .app-faq .header .title {
    font-size: 36px;
    line-height: 1.4;
  }
  .app-faq .content {
    margin-top: 20px;
  }
  .app-faq .content ul li .tit {
    font-size: 20px;
    line-height: 36px;
  }
  .app-faq .content ul li .tit em {
    padding-right: 20px;
  }
}

.custom3-page {
  background-color: #faf9f9;
}
.custom3-page .custom-1 {
  padding: 90px 0;
}
.custom3-page .custom-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.custom3-page .custom-1 .top .h3 {
  width: 50%;
  padding-left: 35px;
  line-height: 1.2;
  border-left: 3px solid var(--base-color);
}
.custom3-page .custom-1 .top p {
  width: 50%;
  padding-left: 20px;
  line-height: 2;
}
.custom3-page .custom-1 .btm ul.list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.custom3-page .custom-1 .btm ul.list2 li.item {
  margin: 0 10px;
  width: 180px;
  height: 180px;
  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: 1px solid #000;
  border-radius: 100%;
}
.custom3-page .custom-1 .btm ul.list2 li.item img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom3-page .custom-1 .btm ul.list2 li.item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom3-page .custom-2 {
  padding: 110px 0 10px;
}
.custom3-page .custom-2 .ui.container .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;
}
.custom3-page .custom-2 .ui.container .top .left {
  padding-right: 65px;
}
.custom3-page .custom-2 .ui.container .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--base-color);
}
.custom3-page .custom-2 .ui.container .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom3-page .custom-2 .ui.container .bottom {
  border-radius: 56px;
  margin-top: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
  /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
  padding: 80px 80px 115px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom3-page .custom-2 .ui.container .bottom .left {
  padding-right: 80px;
}
.custom3-page .custom-2 .ui.container .bottom .left .h4 {
  font-size: 30px;
}
.custom3-page .custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
.custom3-page .custom-3 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.custom3-page .custom-3 .ui.container {
  text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox {
  margin-top: 55px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li {
  padding: 0 15px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item {
  background: #f7f7f7;
  border-radius: 5px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text {
  padding: 25px;
  text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
  line-height: 1.8;
  font-weight: 400;
  margin-top: 15px;
  max-height: 116px;
  overflow-y: auto;
}

@media screen and (max-width: 1250px) {
  .custom3-page .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .custom3-page .custom-1 .btm ul.list2 li.item {
    width: 120px;
    height: 120px;
  }
  .custom3-page .custom-2 .ui.container .bottom .right {
    padding-right: 0;
  }
  .custom3-page .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px) {
  .custom3-page .custom-1 .top .h3 {
    width: 100%;
  }
  .custom3-page .custom-1 .top p {
    width: 100%;
  }
  .custom3-page .custom-1 .btm ul.list2 li.item {
    width: 100px;
    height: 100px;
  }
  .custom3-page .custom-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom3-page .custom-2 .ui.container .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom3-page .custom-2 .ui.container .top .right {
    width: 100%;
  }
  .custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }
  .custom3-page .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom3-page .custom-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}

/*-----seo start-----------*/
.op-7 h1 {
  display: inline;
}
.text.font-18.wow.fadeInUp h2 {
  display: inline;
}
a.yejiaoleulei {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}

.desc.font-18.wow.fadeInUpSmall {
  line-height: 2;
}

.text.font-18.mt-30.wow.fadeInUp {
  line-height: 2;
}

.text.font-18.mb-30 {
  line-height: 2;
}

.text.font-18.wow.fadeInUp {
  line-height: 2;
}
.seo_title {
  font-size: calc(0.8345vw + 14px);
  font-weight: bold;
  text-transform: uppercase;
}
.faq1-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq1-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
#seo_public_from {
  padding: 80px 0;
  background: #f9f9f9;
}
#seo_public_from h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
#seo_public_from .seo_public_from {
  margin-top: 30px;
}
#seo_public_from .seo_public_from ul {
  margin: -10px;
}
#seo_public_from .seo_public_from ul li {
  padding: 10px;
}
#seo_public_from .seo_public_from ul li.wid-100 {
  width: 100%;
}
#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
  border-color: black;
}
#seo_public_from .seo_public_from ul li textarea {
  height: 120px;
}
#seo_public_from .seo_public_from ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
#seo_public_from .seo_public_from ul li input[type='submit']:hover {
  opacity: 0.7;
}
.i-title2 h3 {
  font-size: calc(1.3555vw + 14px);
  font-weight: bold;
  line-height: 1.2;
}
.case-page {
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}
.case-page .public-title{
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.case-page .subtitle{
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
}
.case-page .inner-sub {
  z-index: 1;
}
.case-page .container ul {
  margin: 0 -15px;
}
.case-page .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li {
  padding: 0 15px;
}
.case-page .container ul li img {
  width: 100%;
}
.case-page .container ul li .app-title{
  font-weight: 600;
  text-align: center;
  line-height: 32px;
}
.case-page .container ul li .intro{
  max-height: calc(1.5em * 3);
  overflow-y: auto;
}
@media screen and (max-width: 1000px) {
  .case-page {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right {
    padding: 0;
    padding-top: 20px;
  }
  .case-page {
    padding: 40px 0;
  }
}
.casedet-page {
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub {
  z-index: 1;
}
.casedet-page .container {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .casedet-page {
    padding-left: 0;
  }

  .casedet-page .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1000px) {
  .casedet-page {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .casedet-page {
    padding: 40px 0;
  }
}
.case-page {
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}
.case-page .inner-sub {
  z-index: 1;
}
.casedet-page {
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}
.casedet-page .inner-sub {
  z-index: 1;
}
.casedet-page .container {
  width: 100%;
}
.case-page .container ul {
  margin: 0 -15px;
}
.case-page .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
}
.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px;
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.case_cont .case_left .widget form {
  position: relative;
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px;
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0;
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color);
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px;
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color);
}

.case_cont .case_left .widget .recent li {
  display: block;
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}

.case_cont .case_left .widget .form1 {
  text-align: center;
}

.case_cont .case_left .widget .form1 input[type='text'],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}

.case_cont .case_left .widget .form1 input[type='submit'] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.case_cont .case_left .widget .form1 input[type='submit']:hover {
  background: #000;
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px;
}

.case_cont .case_right .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}

.case_cont .case_right .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.5s;
}

.case_cont .case_right .ap-top .img img {
  width: 100%;
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem 0.7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}

.case_cont .case_right .ap-top h6:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff;
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10;
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}

.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: var(--color);
  text-transform: capitalize;
  font-weight: 700;
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color);
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px;
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem;
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color);
  margin-bottom: 1rem;
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem;
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem;
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem;
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color);
  font-weight: 700;
  line-height: 2;
  padding: 0.8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: '\f107';
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome;
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem 0.8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: var(--color);
  display: none;
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: var(--color);
  color: #fff;
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: '\f106';
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
.case_cont .case_right .init-1 {
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont {
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img {
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span {
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont {
  color: #222222;
  margin-top: 30px;
}
.case_cont .case_right .init-2 {
  margin-top: var(--px50) !important;
}
.case_cont .case_right .init-2 .top {
  position: relative;
}
.case_cont .case_right .init-2 .top::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table {
  border: none;
}
.case_cont .case_right .init-2 table tbody {
  display: block;
}

.case_cont .case_right .init-2 table tr {
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td {
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top {
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide {
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div {
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td {
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all 0.5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before {
  width: calc(100% - 90px);
  background: var(--color);
}

.case_cont .case_right .init-2 .top table tr td {
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.5);
}

.case_cont .case_right .init-2 .bottom {
  margin-top: 20px;
}

.case_cont .case_right .init-3 {
  margin-top: var(--px50) !important;
}

.case_cont .case_right .init-3 .tips {
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper {
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c {
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img {
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video {
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 {
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips {
  font-weight: bold;
  margin-top: var(--px60) !important;
}
.case_cont .case_right .init-4 .swiper {
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide {
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box {
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a {
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box {
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img {
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .casedet-page {
    padding-left: 0;
  }
  .case_cont .case_right .init-1 {
    padding-right: 0;
  }
  .casedet-page .container {
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%;
  }
  .case_cont .case_right {
    width: 72%;
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page {
    margin-top: 0;
  }
  .casedet-page {
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none;
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0;
  }
  .case_cont .case_right {
    padding: 0 0 var(--px50) !important;
  }
}
@media (max-width: 700px) {
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover;
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: 0.5em;
  }
}
@media (max-width: 500px) {
  .casedet-page {
    padding: var(--px40) 0 !important;
  }
  .case-page {
    padding: var(--px40) 0 !important;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc {
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text {
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text span {
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
  }
  .case_cont .case_right .init-1 .text_cont {
    margin-top: 10px;
  }
  .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
    padding-bottom: 10px;
  }
  .case_cont .case_right .init-3 .swiper {
    margin-top: 20px;
  }
  .case_cont .case_right .init-4 {
    margin-top: 20px;
  }
  .case_cont .case_right .init-4 .swiper {
    margin-top: 20px;
  }
}
.project-page {
  padding: calc(4.479vw + 14px) 0 !important;
}
.project-page ul {
  margin: -15px;
}
.project-page ul li {
  padding: 15px;
}
.project-page ul li p {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
.newdet-page {
  padding: var(--px100) 0 var(--px80) !important;
}
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.newdet-page .newdet-2 ul .slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.newdet-page .newdet-2 ul .slick-prev::after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.newdet-page .newdet-2 ul .slick-next::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 24px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 35px;
  line-height: 2;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
  font-size: 30px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;
}
.newdet-page .application-img {
  margin: var(--px50) 0 !important;
}
.newdet-page .application-img ul {
  margin: -10px;
}
.newdet-page .application-img ul li {
  padding: 10px;
}
.newdet-page .application-intro b,
.newdet-page .application-intro strong {
  font-weight: bold;
}
.newdet-page .app-related-pro {
  padding: var(--px50) 0 !important;
}
.newdet-page .app-related-pro ul {
  margin: -10px;
}
.newdet-page .app-related-pro ul li {
  padding: 10px;
}
.newdet-page .app-related-pro ul li p {
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right {
  padding-left: 20px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 28px;
}
@media screen and (max-width: 1250px) {
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .newdet-page .newdet-2 h2 {
    font-size: 34px;
  }
  .newdet-page {
    padding: 56px 0 80px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 20px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1 {
    font-size: 20px;
  }
  .sale-page .sale-3 .box .right .content p,
  .newdet-page .newdet-1 .content,
  .sale-page .sale-3 .box .left ul li,
  .sale-page .sale-1 .top .right .content {
    font-size: 16px;
    line-height: 2;
  }
  .sale-page .sale-3 .box .right .content a.contact {
    height: 42px;
    line-height: 42px;
  }

  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }

  .contact-page .title,
  .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
}
.seoPublic .title,
.product-page .box .right h1,
.prodet-page .prodet-1 .right .ig h1,
.i-title,
.case_cont .case_right .init-1 .img_cont .text,
.newdet-page .app-related-pro h3,
.newdet-page .sideBox .sideRight h1,
.contact-page .contact-1 .content ul li .ig .tit {
  font-weight: bold;
  font-size: calc(1.3555vw + 14px) !important;
}
.seoPublic .Auxil-about .box .right div.h3,
.product-page .box .right ul li .text .tit,
.prodet-page .prodet-2 .i-title,
.case_cont .case_right .init-4 .tips,
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title,
.case_cont .case_right .init-4 .tit {
  font-weight: bold;
  font-size: calc(0.575vw + 14px) !important;
}
.tt14 {
  font-weight: 500;
  font-size: 14px !important;
}
.prodet-page .prodet-4 .content ul li .text .tit {
  font-weight: 600;
  font-size: calc(0.2085vw + 14px) !important;
  line-height: 1.8;
}
#index-body .in-6 .container .i5c-p3 {
  width: 74px;
  height: 33px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  opacity: 0;
  margin-top: calc(0.8345vw + 14px);
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .in-6 .i6-t .i6-c .i5-c {
  cursor: pointer;
}
#index-body .in-6 .i6-t .i6-c:hover .i5c-p3 {
  opacity: 1;
}
.seoPublic > div:nth-child(odd) {
  background: #fff;
}
.seoPublic#index-body .in-4 {
  padding: 0 !important;
  margin-top: 78px;
}
.seoPublic#index-body .in-7 {
  padding: var(--px60) 0 !important;
}
#index-body .in-6 .i6-t .i6-c img {
  height: 58px;
  object-fit: cover;
}
.i4r-p1 h1 {
  display: inline;
}
span.cms_c.textfoo {
  width: 1080px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
}
.des.font-18.wow.fadeInUpSmall.animated.animated {
  line-height: 1.8;
}
@media (max-width: 500px) {
  .seoPublic#index-body .in-4{
    margin-top: 40px;
  }
  #seo_public_from{
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .i-title.active, 
  .prodet-page .prodet-2 .i-title:hover,
  .prodet-page .prodet-2 .i-title{
    padding-top: 1px;
    padding-bottom: 1px;
  }

}
