@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-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: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.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;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-title {
  line-height: 1.05;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
.font-fa1 {
  font-family: 'Poppins';
}
.font-fa2 {
  font-family: 'Montserrat';
}
.t_1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Lato';
  max-width: 1920px;
  --color: #00a58d;
  --color1: #03a890;
  --color2: #1e9681;
  font-weight: normal;
  margin: 0 auto;
}
@-webkit-keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_1 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot_2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes rot_2 {
  0% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rot_2 {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}
.container {
  width: 1430px;
}
.sub-title {
  color: var(--color);
}
.public-title span {
  color: var(--color);
}
.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-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  border-radius: 33px;
  border: 2px solid var(--color1);
}
.public-btn span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn .arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--color1);
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn .arrow i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn:hover {
  background-color: transparent;
  color: var(--color1);
}
.public-btn:hover .arrow {
  background-color: var(--color1);
  color: #fff;
}
#header {
  background: transparent;
  z-index: 20;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 20px;
}
#header .container {
  width: 100%;
}
#header.active,
#header.inner {
  background: var(--color);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  position: relative;
}
#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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
  margin-top: 15px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-bottom: 26px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  line-height: 1;
  margin-right: 2.8em;
  color: #ffffff;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--index-header-color);
  -webkit-text-decoration-color: var(--index-header-color);
  -moz-text-decoration-color: var(--index-header-color);
  text-decoration-color: var(--index-header-color);
}
#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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -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(--index-header-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  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 .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .items {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 22px;
}
#header .nav .ui.menu .items .line {
  height: 32px;
  width: 2px;
  background-color: #fff;
  opacity: 0.2;
}
#header .nav .ui.menu .items .h-search {
  margin-right: 36px;
  cursor: pointer;
  width: 64px;
  height: 89px;
  background-color: #fff;
  border-radius: 0 0 32px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 16px;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  margin-bottom: 7px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
              -webkit-transform 0.5s;
  transition: opacity 0.3s,
              -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
              opacity 0.3s,
              -moz-transform 0.5s;
  transition: transform 0.5s,
              opacity 0.3s;
  transition: transform 0.5s,
              opacity 0.3s,
              -webkit-transform 0.5s,
              -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--index-header-color);
  display: none \9;
}
#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 .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  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 .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;
}
@-webkit-keyframes banner-star {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}
@-moz-keyframes banner-star {
  0% {
    -moz-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(0.3) rotate(720deg);
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}
@keyframes banner-star {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    -moz-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    -moz-transform: scale(0.3) rotate(720deg);
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    -moz-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}
.banner-star-box {
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  pointer-events: none;
}
.banner-star-box .star-item {
  position: absolute;
  opacity: 0;
  -webkit-animation: banner-star 6s linear 0s infinite normal;
  -moz-animation: banner-star 6s linear 0s infinite normal;
  animation: banner-star 6s linear 0s infinite normal;
}
.banner-star-box img {
  width: 100%;
  height: 100%;
}
.banner-star-box .small {
  width: 20px;
  height: 20px;
}
.banner-star-box .medium {
  width: 30px;
  height: 30px;
}
.banner-star-box .large {
  width: 50px;
  height: 50px;
}
#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;
  z-index: 2;
}
#banner .banner-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#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: 14.9%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 1362px;
}
#banner ul.slick-dots {
  position: absolute;
  z-index: 2;
  top: 52%;
  right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#banner ul.slick-dots:before,
#banner ul.slick-dots:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 4.947916666666667vw;
}
#banner ul.slick-dots:before {
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -moz-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffffff), color-stop(95%, rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0.1) 95%);
  background: -moz-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0.1) 95%);
  background: linear-gradient(to top, #ffffff 50%, rgba(255, 255, 255, 0.1) 95%);
}
#banner ul.slick-dots:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(95%, rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0.1) 95%);
  background: -moz-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0.1) 95%);
  background: linear-gradient(to bottom, #ffffff 50%, rgba(255, 255, 255, 0.1) 95%);
  -webkit-transform: translateX(-50%) translateY(100%);
  -moz-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  bottom: 0;
}
#banner ul.slick-dots li {
  width: 18px;
  height: 18px;
  border: solid 1px transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  margin: 8px 0;
}
#banner ul.slick-dots li button {
  font-size: 0;
  background: #fff;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fff;
}
#banner ul.slick-dots li.slick-active button {
  background-color: #fff;
}
#index-body .init-1 {
  z-index: 1;
}
#index-body .init-1 .bg img{
  position: relative;
  z-index: 1;
}
#index-body .init-1 .bg::after {
  z-index: 2;
  /*content: '';*/
  position: absolute;
  left: 0;
  top: -84px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f8ff), to(var(--color2))), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #f5f8ff 0%, var(--color2) 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f5f8ff 0%, var(--color2) 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(0deg, #f5f8ff 0%, var(--color2) 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  opacity: 0.3;
  pointer-events: none;
}
#index-body .init-1 .bg {
  z-index: -2;
  left: 0;
  top: -84px;
  width: 100%;
  pointer-events: none;
}
#index-body .init-1 .bg .bg-list{
  left: 0;
  top: 0;
}
#index-body .init-1 .bg .bg-list li{
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: .3s;
}
#index-body .init-1 .bg .bg-list li.active{
  z-index: 2;
  opacity: 1;
  position: relative;
}
#index-body .init-1 .left {
  width: 504px;
}
#index-body .init-1 .left .content .intro {
  opacity: 0.75;
  max-width: 402px;
  line-height: 1.25;
}
#index-body .init-1 .left .content .color-select-box .color-select-title {
  color: var(--color2);
}
#index-body .init-1 .left .content .color-select-box .color-select li.active .selected {
  opacity: 1;
}
#index-body .init-1 .left .content .color-select-box .color-select li .selected {
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: solid 1px #ffffff;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .init-1 .container .right {
  width: -webkit-calc(100% - 504px);
  width: -moz-calc(100% - 504px);
  width: calc(100% - 504px);
  padding-left: 20px;
  padding-right: 70px;
  position: relative;
}
#index-body .init-1 .container .right .cont {
  z-index: 2;
  position: relative;
  height: 675px;
  width: 680px;
  margin-left: auto;
}
#index-body .init-1 .container .right .cont .bor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #838383;
  border-radius: 50%;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}
#index-body .init-1 .container .right .cont .list {
  cursor: pointer;
  width: 230px;
  position: absolute;
  top: -28px;
  right: 36%;
  z-index: 2;
}
#index-body .init-1 .container .right .cont .list .imgC {
  margin: auto;
  width: 56px;
  height: 56px;
  border: 1px solid #999999;
  border-radius: 50%;
}
#index-body .init-1 .container .right .cont .list .imgC .imgC2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px dashed #999999;
  transition: .3s;
}
#index-body .init-1 .container .right .cont .list .imgC .imgC2 .imgC3 {
  width: 32px;
  height: 32px;
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1);*/
  transition: .3s;
}
#index-body .init-1 .container .right .cont .list:hover .imgC .imgC2 .imgC3,
#index-body .init-1 .container .right .cont .list.active .imgC .imgC2 .imgC3 {
  filter: brightness(0) invert(1);
}
#index-body .init-1 .container .right .cont .list:hover .imgC,
#index-body .init-1 .container .right .cont .list.active .imgC{
  background: var(--color);
}
#index-body .init-1 .container .right .cont .list:hover .imgC .imgC2,
#index-body .init-1 .container .right .cont .list.active .imgC .imgC2{
  border-color: #fff;
}
#index-body .init-1 .container .right .cont .list.active .imgC_C {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#index-body .init-1 .container .right .cont .list.active .imgC {
  border: 1px solid var(--color);
  -webkit-animation: rot_1 10s linear infinite;
  -moz-animation: rot_1 10s linear infinite;
  animation: rot_1 10s linear infinite;
}
#index-body .init-1 .container .right .cont .list.active .imgC .imgC2 {
  border: 1px dashed #fff;
}
#index-body .init-1 .container .right .cont .list.active .imgC .imgC2 .imgC3 {
  -webkit-animation: rot_2 10s linear infinite;
  -moz-animation: rot_2 10s linear infinite;
  animation: rot_2 10s linear infinite;
  filter: brightness(0) invert(1);
}
#index-body .init-1 .container .right .cont .list.active .text {
  color: var(--color);
}
#index-body .init-1 .container .right .cont .list .text {
  color: #999999;
  text-align: center;
  margin-top: 7px;
  font-weight: 600;
}
#index-body .init-1 .container .right .cont .list1 .imgC {
  background-color: #d5ebe8;
}
#index-body .init-1 .container .right .cont .list2 {
  right: -5.3%;
  top: 90px;
}
#index-body .init-1 .container .right .cont .list2 .imgC {
  background-color: #d7ece8;
}
#index-body .init-1 .container .right .cont .list3 {
  right: -17%;
  top: 310px;
}
#index-body .init-1 .container .right .cont .list3 .imgC {
  background-color: #deede9;
}
#index-body .init-1 .container .right .cont .list4 {
  right: -1%;
  top: 550px;
}
#index-body .init-1 .container .right .cont .list4 .imgC {
  background-color: #ecf3f2;
}
#index-body .init-1 .container .right .cont .list5 {
  right: 36%;
  top: 644px;
}
#index-body .init-1 .container .right .cont .list5 .imgC {
  background-color: #f5f5f7;
}
#index-body .init-1 .container .right .cont2 {
  width: 750px;
  height: 550px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
#index-body .init-1 .container .right .cont2 .category-img-slick .img-list li {
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-1 .container .right .cont2 .category-img-slick .img-list li.active {
  opacity: 1;
  z-index: 3;
  position: relative;
}
#index-body .init-1 .container .right .cont2 .category-img-slick .img-list li:nth-child(n + 2) {
  left: 0;
  top: 0;
  width: 100%;
}
#index-body .init-1 .container .right .cont2 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .customized {
  z-index: 2;
}
#index-body .customized .customized-bg {
  left: 0;
  top: 0;
  width: 100%;
}
#index-body .customized .top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .customized .top .customized-list li .icon {
  width: 88px;
  height: 88px;
  background-color: transparent;
  -webkit-box-shadow: 0px 3px 29px 0px rgba(175, 201, 219, 0);
  box-shadow: 0px 3px 29px 0px rgba(175, 201, 219, 0);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  position: relative;
}
#index-body .customized .top .customized-list li .icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #afc9db;
  opacity: 0.57;
  top: 57%;
  right: -4.6875vw;
  z-index: -1;
}
#index-body .customized .top .customized-list li .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .customized .top .customized-list li:last-child .icon:after {
  display: none;
}
#index-body .customized .top .customized-list li.active .icon,
#index-body .customized .top .customized-list li:hover .icon {
  background-color: var(--color);
  -webkit-box-shadow: 0px 3px 29px 0px rgba(175, 201, 219, 0.18);
  box-shadow: 0px 3px 29px 0px rgba(175, 201, 219, 0.18);
}
#index-body .customized .top .customized-list li.active .icon img,
#index-body .customized .top .customized-list li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .customized .top .customized-list li .title {
  display: block;
  text-align: center;
  margin-top: 9px;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .customized .top .intro {
  color: #989898;
}
#index-body .customized .content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#index-body .customized .content .left .right-text-list li {
  display: none;
}
#index-body .customized .content .left .right-text-list li.active {
  display: block;
}
#index-body .customized .content .left {
  position: relative;
  z-index: 6;
}
#index-body .customized .content .left .title {
  color: #060606;
}
#index-body .customized .content .left .intro {
  color: #989898;
  opacity: 0.8;
  max-width: 554px;
  line-height: 1.3;
}
#index-body .customized .content .right {
  position: relative;
}
#index-body .customized .content .right .right-img-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .customized .content .right .right-img-list li {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(25, 25, 25, 0.3);
  box-shadow: 0px 9px 29px 0px rgba(25, 25, 25, 0.3);
}
#index-body .customized .content .right .right-img-list li.active0 {
  z-index: 4;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#index-body .customized .content .right .right-img-list li.active1 {
  z-index: 3;
  -webkit-transform: translate(-20px, 20px);
  -moz-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0.66;
}
#index-body .customized .content .right .right-img-list li.active2 {
  z-index: 2;
  -webkit-transform: translate(-40px, 40px);
  -moz-transform: translate(-40px, 40px);
  -ms-transform: translate(-40px, 40px);
  transform: translate(-40px, 40px);
  opacity: 0.42;
}
#index-body .customized .content .right .right-img-list li.active3 {
  z-index: 1;
  -webkit-transform: translate(-60px, 60px);
  -moz-transform: translate(-60px, 60px);
  -ms-transform: translate(-60px, 60px);
  transform: translate(-60px, 60px);
  opacity: 0.18;
}
#index-body .customized .content .right .right-img-list li.active4 {
  z-index: 1;
  -webkit-transform: translate(-80px, 80px);
  -moz-transform: translate(-80px, 80px);
  -ms-transform: translate(-80px, 80px);
  transform: translate(-80px, 80px);
  opacity: 0.1;
}
#index-body .customized .content .right .right-img-list li.active {
  z-index: 5;
}
#index-body .customized .content .right > img {
  position: relative;
  z-index: 3;
  opacity: 0;
}
#index-body .customized .content .right:before,
#index-body .customized .content .right:after {
  position: absolute;
  content: '';
  display: none;
  width: 100%;
  height: 100%;
}
#index-body .customized .content .right:before {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 3px 29px 0px rgba(175, 201, 219, 0.18);
  box-shadow: 1px 3px 29px 0px rgba(175, 201, 219, 0.18);
  border-radius: 20px;
  opacity: 0.66;
  z-index: 2;
  left: -46px;
  top: 41px;
}
#index-body .customized .content .right:after {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 3px 29px 0px rgba(175, 201, 219, 0.18);
  box-shadow: 1px 3px 29px 0px rgba(175, 201, 219, 0.18);
  border-radius: 20px;
  opacity: 0.42;
  z-index: 1;
  left: -81px;
  top: 102px;
}
#index-body .init-5 {
  color: white;
  background-color: black;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .top .left .sub-title span {
  color: #fff;
}
#index-body .init-5 .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
#index-body .init-5 .mask i.active {
  opacity: 1;
}
#index-body .init-5 span.tag {
  color: inherit;
}
#index-body .init-5 .text {
  color: inherit;
  line-height: 1.11111111;
  max-width: 660px;
}
#index-body .init-5 .bottom {
  padding-top: 29.5%;
}
#index-body .init-5 .bottom ul {
  gap: 2em;
}
#index-body .init-5 .bottom li {
  border-top: 1px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 0;
}
#index-body .init-5 .bottom li a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-5 .bottom li .text {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.25;
}
#index-body .init-5 .bottom li:hover,
#index-body .init-5 .bottom li.active {
  top: -3.3em;
}
#index-body .init-5 .bottom li:hover a.link,
#index-body .init-5 .bottom li.active a.link,
#index-body .init-5 .bottom li:hover .text,
#index-body .init-5 .bottom li.active .text {
  opacity: 1;
}
#index-body .about {
  position: relative;
}
#index-body .about .bg {
  left: 0;
  bottom: 0;
  width: 100%;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .right .intro {
  color: #989898;
  line-height: 1.22222222;
}
#index-body .about .number-Plus li .top {
  margin-bottom: 4px;
}
#index-body .about .number-Plus li .top em {
  color: var(--color);
}
#index-body .about .number-Plus li .top span {
  margin-bottom: 14px;
  color: #27bda7;
}
#index-body .about .number-Plus li .title {
  color: #989898;
  opacity: 0.6;
}
#index-body .news {
  z-index: 1;
}
#index-body .news .waves {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
#index-body .news .waves canvas {
  position: absolute;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .news-slick li .slide-box .date {
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 10px 10px 0 10px;
}
#index-body .news .news-slick li .slide-box .date .day {
  color: #03a68e;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.25;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .type {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #d2d2d2;
}
#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 .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform:capitalize;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
#footer .f-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
#footer {
  position: relative;
  background: url('../images/f-bg.jpg') no-repeat center center;
  background-size: cover;
}
#footer .container {
  width: 100%;
}
#footer .f-contact-btn {
  cursor: pointer;
  width: 201px;
  height: 53px;
  background-color: var(--color);
  font-size: 15px;
  font-weight: bold;
  line-height: 53px;
  color: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-contact-btn:hover {
  background-color: var(--color2);
}
#footer .f-contact-btn span {
  padding-left: 6px;
}
#footer .f-form .title {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: bold;
}
#footer .f-form form.df input {
  border: none;
  height: 77px;
  background-color: rgba(166, 168, 172, 0.15);
  border-radius: 10px;
  line-height: 77px;
  padding-left: 18px;
  color: #ffffff;
}
#footer .f-form form.df input::-webkit-input-placeholder {
  line-height: 74px;
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-form form.df input:-moz-placeholder {
  line-height: 74px;
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-form form.df input::-moz-placeholder {
  line-height: 74px;
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-form form.df input:-ms-input-placeholder {
  line-height: 74px;
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-form form.df input::placeholder {
  line-height: 74px;
  color: #ffffff;
  opacity: 0.48;
}
#footer .f-form form.df .name,
#footer .f-form form.df .phone,
#footer .f-form form.df .mail {
  width: 13.8%;
}
#footer .f-form form.df .message {
  width: 41.4%;
}
#footer .f-form form.df .submit {
  width: 13.8%;
  padding-left: 0;
  background-color: var(--color);
  border-radius: 20px;
  line-height: 70px;
  height: 70px;
  color: #e3e2de;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-form form.df .submit:hover {
  background-color: var(--color2);
}
#footer .f-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-content dl dt {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  line-height: 23px;
  color: #ffffff;
  padding-bottom: 66px;
  display: inline-block;
}
#footer .f-content dl dt::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 125%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.66;
  top: 52px;
}
#footer .f-content dl dt::before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 29px;
  height: 4px;
  background-color: #ffffff;
  top: 51px;
}
#footer .f-content dl dd {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.55);
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content .items .address {
  max-width: 412px;
}
#footer .f-content .items dd {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
#footer .f-content .items ul li {
  margin-right: 11px;
}
#footer .f-content .items ul li a {
  display: block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: solid 1px #ffffff;
  opacity: 0.1;
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
#footer .f-content .items ul li a:hover {
  opacity: 1;
  background: var(--color);
  color: #fff;
  border-color: var(--color);
}
#footer .f-content .product dt,
#footer .f-content .link dt,
#footer .f-content .news-center dt {
  padding-bottom: 56px;
}
#footer .f-content .product {
  margin-left: 2.5vw;
}
#footer .f-content .product dd {
  line-height: 1.85;
  /*max-width: 240px;*/
}
#footer .f-content .link dd {
  line-height: 2.15;
}
#footer .f-content .news-center dd {
  line-height: 2.15;
}
#footer .f-content .qr {
  margin-right: 2.2vw;
}
#footer .f-content .qr #ewm {
  width: 171px;
  height: 171px;
  border: 5px solid #fff;
}
#footer .f-copy .links {
  color: #fff;
  text-align: center;
  line-height: 24px;
  padding-bottom: 14px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: #ffffff;
  margin-bottom: 3px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media (max-width: 1500px) {
  #index-body .init-1 .container .right {
    left: -60px;
  }
  #index-body .init-1 .container .right .cont2 {
    left: -6%;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #index-body .init-1 .container .right {
    padding-left: 0;
  }
  #footer .f-form form.df {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form form.df input {
    margin-bottom: 10px;
  }
  #footer .f-form form.df .submit,
  #footer .f-form form.df .message,
  #footer .f-form form.df .name,
  #footer .f-form form.df .phone,
  #footer .f-form form.df .mail {
    width: 48%;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content dl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1250px) {
  #footer .f-contact-btn{
    display: none;
  }
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    margin-top: 20px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #index-body .init-1 .container .right .cont .list1 .imgC {
    background-color: #fff;
  }
  #index-body .init-1 .container .right .cont .list2 .imgC {
    background-color: #fff;
  }
  #index-body .init-1 .container .right .cont .list3 .imgC {
    background-color: #fff;
  }
  #index-body .init-1 .container .right {
    width: 100%;
  }
  #index-body .init-1 .container .right .cont {
    margin-left: 0;
  }
  #index-body .init-5 .bottom ul {
    gap: 0.5em;
  }
  #index-body .customized .content .left .intro {
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .init-5 .bottom {
    padding-bottom: 5%;
  }
  #index-body .init-5 .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .init-5 .bottom ul li {
    width: 45%;
    top: 0 !important;
  }
  #index-body .init-5 .bottom ul li a.link,
  #index-body .init-5 .bottom ul li .text {
    opacity: 1;
  }
  #index-body .customized .top .right-text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .customized .top .customized-list li .icon:after {
    right: -12vw;
  }
  #index-body .customized .content .right .right-img-list li {
    margin-left: 50px;
  }
  #index-body .init-1 .container .right {
    padding-right: 0;
  }
  #index-body .init-1 .container .right .cont2 {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .about .number-Plus li .top span {
    margin-bottom: 0;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form form.df .submit,
  #footer .f-form form.df .message,
  #footer .f-form form.df .name,
  #footer .f-form form.df .phone,
  #footer .f-form form.df .mail {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn .arrow {
    width: 36px;
    height: 36px;
  }
  #banner .banner-slick li {
    height: 220px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .banner-star-box .star-item {
    zoom: .5;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .about .bottom-box.pb-199 {
    display: none;
  }
  #index-body .init-5 .bottom ul li {
    width: 100%;
  }
  #index-body .customized .customized-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .customized .customized-list li {
    width: 50%;
  }
  #index-body .customized .top .customized-list li .icon:after {
    display: none;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  #footer .f-form form.df input,
  #footer .f-form form.df .submit {
    height: 40px;
  }
  #footer {
    padding-left: 0;
    padding-right: 0;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    line-height: 28px !important;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29 {
    font-size: 20px;
  }
  .font-30,
  .font-31,
  .font-32 {
    font-size: 22px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/

.grid-box {
    font-size: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
.t_1 {
    transition: .5s;
}
.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%;
    }
}

.jb {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color2)));
  background-image: -webkit-linear-gradient(bottom, var(--color), var(--color2));
  background-image: -moz-linear-gradient(bottom, var(--color), var(--color2));
  background-image: linear-gradient(to top, var(--color), var(--color2));
}
.nor {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.more {
  height: 3.625em;
  padding: 0 2.5em;
  background-color: black;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.more:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color2)));
  background-image: -webkit-linear-gradient(bottom, var(--color), var(--color2));
  background-image: -moz-linear-gradient(bottom, var(--color), var(--color2));
  background-image: linear-gradient(to top, var(--color), var(--color2));
  opacity: 0;
  transition: 0.5s;
}
.more:hover:before {
  opacity: 1;
}
/*.more:hover {
  background-color: var(--color);
}*/
span.h2 {
  line-height: 1.2;
}
span.tag {
  line-height: 2;
}
.inner-banner {
  color: white;
}
/*.inner-banner .mbx span {
  color: var(--color);
}*/
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page span.tag {
  color: var(--color);
}
.inner-page .text {
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
}
.inner-page .more {
  padding: 0 3.75em;
}
.about-page .about-1 .left .icon {
  position: absolute;
  left: -10%;
  bottom: 11%;
  padding: 3% 7%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color2)));
  background-image: -webkit-linear-gradient(bottom, var(--color), var(--color2));
  background-image: -moz-linear-gradient(bottom, var(--color), var(--color2));
  background-image: linear-gradient(to top, var(--color), var(--color2));
}
.about-page .about-2 {
  background-color: #f4f4f4;
}
.about-page .about-2 .slick-list {
  overflow: unset;
}
.about-page .about-3 {
  color: white;
}
.about-page .about-3 span.h2 {
  max-width: 50%;
}
.about-page .about-3 .list {
  margin: 1em 0;
}
.about-page .about-3 .list ul li {
  background-color: white;
  color: black;
  padding: 5% 3.5% 7%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li:after {
  content: '';
  width: 100%;
  height: -webkit-calc(100% + 2em);
  height: -moz-calc(100% + 2em);
  height: calc(100% + 2em);
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color), var(--color));
  background-image: -moz-linear-gradient(bottom, var(--color), var(--color));
  background-image: linear-gradient(to top, var(--color), var(--color));
  top: -1em;
  left: 0;
  z-index: -1;
  border-radius: 1em;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-3 .list ul li:before {
  content: '';
  width: 1px;
  height: 63%;
  position: absolute;
  left: 0;
  top: 15%;
  background-color: #dedede;
}
.about-page .about-3 .list ul li i {
  width: 2em;
  height: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li span.h6 {
  line-height: 1.4;
}
.about-page .about-3 .list ul li:hover {
  color: white;
}
.about-page .about-3 .list ul li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-3 .list ul li:hover .text {
  color: inherit;
}
.about-page .about-3 .list ul li:hover:after {
  opacity: 1;
}
.about-page .about-3 .list ul li:first-child:before {
  display: none;
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
.prodet-page .prodet-1 .smallImg .slick-vertical .slick-slide {
  float: none;
}
.prodet-page .prodet-1 .smallImg .slick-track {
    width: 100% !important;
}
.prodet-page .prodet-1 .smallImg ul {
  margin: -0.5em;
}
.prodet-page .prodet-1 .smallImg ul li {
  padding: .5em;
}
.prodet-page .prodet-1 .smallImg ul li a{
  border: 1px solid #dadada;
  display: block;
}
.prodet-page .prodet-1 .big ul li a{
  border: 1px solid #dadada;
  display: block;
}
.prodet-page .prodet-1 .right .text {
  max-height: 200px;
  overflow: auto;
}
.prodet-page .prodet-2 {
  background-color: #f6f6f6;
  color: #7b7b7b;
}
.prodet-page .prodet-2 i {
  mix-blend-mode: darken;
}
.prodet-page .prodet-3 .options:before,
.prodet-page .prodet-3 .options:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.prodet-page .prodet-3 .options span.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color2)));
  background-image: -webkit-linear-gradient(bottom, var(--color), var(--color2));
  background-image: -moz-linear-gradient(bottom, var(--color), var(--color2));
  background-image: linear-gradient(to top, var(--color), var(--color2));
}
.prodet-page .prodet-3 .ret .slide {
  display: none;
}
.prodet-page .prodet-3 .ret span.h6 {
  padding: .5em 1em;
  background-color: #f5f5f5;
}
.prodet-page .prodet-3 .ret span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-3 .ret span.h6 i:after,
.prodet-page .prodet-3 .ret span.h6 i:before {
  content: '';
  width: .5em;
  height: 2px;
  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%);
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .ret span.h6.active i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color2)));
  background-image: -webkit-linear-gradient(bottom, var(--color), var(--color2));
  background-image: -moz-linear-gradient(bottom, var(--color), var(--color2));
  background-image: linear-gradient(to top, var(--color), var(--color2));
}
.prodet-page .prodet-3 .ret span.h6.active i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.prodet-page .prodet-3 .ret .form {
  padding: 4% 9%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color2)));
  background-image: -webkit-linear-gradient(bottom, var(--color), var(--color2));
  background-image: -moz-linear-gradient(bottom, var(--color), var(--color2));
  background-image: linear-gradient(to top, var(--color), var(--color2));
}
.prodet-page .prodet-3 .ret .form ul li.row {
  grid-row: span 2;
}
.prodet-page .prodet-3 .ret .form ul li input,
.prodet-page .prodet-3 .ret .form ul li textarea {
  width: 100%;
  border: none;
  padding: .8em 1.4em;
  color: black;
}
.prodet-page .prodet-3 .ret .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input:-moz-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea:-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input::-moz-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea::-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input:-ms-input-placeholder, .prodet-page .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li input::placeholder,
.prodet-page .prodet-3 .ret .form ul li textarea::placeholder {
  color: #434343;
}
.prodet-page .prodet-3 .ret .form ul li textarea {
  height: 100%;
}
.prodet-page .prodet-3 .ret .form ul li .text {
  color: inherit;
}
.prodet-page .prodet-3 .ret .form ul li .button {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 i {
    zoom: .7;
  }
  .about-page .about-1 .left .icon {
    zoom: .6;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .list ul li {
    padding: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li {
    width: 32.5%;
  }
  .prodet-page .prodet-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cp-Nav .nav div.title{
    margin-top: -20px!important;
    margin-bottom: -30px!important;
    line-height: 32px!important;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:after {
    height: 100%;
    top: 0;
    border-radius: 0;
  }
  .about-page .about-1 .left .icon {
    left: 0;
    max-width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .font-35 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-3 .options {
    display: none;
  }
  .prodet-page .prodet-3 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .ret .slide {
    display: block !important;
    margin-top: 5%;
  }
  .prodet-page .prodet-3 .ret .slide:first-child {
    margin-top: 0;

  }
  .prodet-page .prodet-3 .ret .form {
    padding: 5%;
  }
  .prodet-page .prodet-3 .ret .form ul li.grid-span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ret .form ul li .text {
    width: 100%;
  }
  .prodet-page .prodet-3 .ret .form ul li.row {
    grid-row: span 1;
  }
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 span.h2 {
    max-width: none;
  }
  .about-page .about-3 .list ul li:before {
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
  }
  .inner-page .more {
    height: 2.8em;
    padding: 0 2em;
  }
  .prodet-page .prodet-2 ul li {
    width: 49%;
  }
  .prodet-page .prodet-3 .ret .slide .appearance ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}
.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: var(--color);
}
.product-yd-page .init-1 .container ul li .box .left .des {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    font-weight: 500;
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}
.product-yd-page .init-1 .container ul li .box .left .more{
    margin-top: 30px;
}
.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}
.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
.m-page .wp-pagenavi {
    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;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
    background-color: var(--color);
    color: #fff;
    border: 1px solid var(--color);
}
.m-page .wp-pagenavi .current {
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}
@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
    }
}
.product-page .init-1 .container {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}
.product-page .init-1 .container .swiper .swiper-slide .box .img {
    display: block;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text {
    margin-top: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
    color: var(--color);
}
.product-page .init-2 .container .fl-list {
    display: inline-block;
    position: relative;
    width: 370px;
    border: solid 1px #474747;
    text-align: left;
    padding: 20px 40px 20px 28px;
    cursor: pointer;
    color: #474747;
    font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
    display: block;
    position: relative;
}
.product-page .init-2 .container .fl-list span em {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
    position: absolute;
    line-height: 1;
    font-size: 30px;
    top: -4px;
    right: -20px;
}
.product-page .init-2 .container .fl-list ul {
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    -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);
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.product-page .init-2 .container .fl-list ul li {
    font-size: 14px;
    padding: 10px;
    line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
    display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
    color: var(--color);
}
.product-page .init-2 .container .fl-list:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.product-page .init-2 .container .product-search {
    margin-left: 50px;
    border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
    height: 64px;
    width: 365px;
    position: relative;
    font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(100% - 75px);
    border: none;
    padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
    width: 75px;
    background-color: var(--color);
    border: none;
    border-radius: 0;
    -o-background-size: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.product-page .init-2 .container .product-search form .btn:hover {
    background-color: var(--color);
}
.product-page .init-3 .container .tipsTitle {
    text-align: center;
    font-weight: bold;
}
.product-page .init-3 .container .des{
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
}
.product-page .init-3 .container .des table{
    border: none;
}
.product-page .init-3 .container .des table tr{
    background: #fff;
}
.product-page .init-3 .container .des table tr td{
    border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
    background: #f6f6f6;
    min-width: 100px;
}
.product-page .init-3 .container .cat_des{
    max-height: 320px;
    margin-top: 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 2;
    padding-right: 4px;
    overflow-y: auto;
    font-weight: 500;
}
.product-page .init-3 .container .content {
    margin-top: -40px;
}
.product-page .init-3 .container .content ul{
    margin: 0 -22px;
}
.product-page .init-3 .container .content ul > p{
    font-size: 20px;
    margin: 60px 20px 0;
    letter-spacing: 0;
}
.product-page .init-3 .container .content ul li {
    padding: 0 22px;
    margin-top: 90px;
}
.product-page .init-3 .container .content ul li .box {
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .box .img {
    display: block;
    border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .img img {
    width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
    margin-top: 20px;
    font-weight: 600;
    line-height: 40px;
    min-height: 5.5em;
}
.product-page .init-3 .container .content ul li .box .title:hover{
    color: var(--color);
}
.product-page .init-3 .container .content ul li .box .title2{
    color: #5f5f5f;
    margin-top: 10px;
    font-weight: 500;
    line-height: 2;
    overflow-y: auto;
    max-height: 4em;
    padding-right: 4px;
}
.product-page .init-3 .container .content ul li .box .slick-track{
    margin-left: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
    margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
    padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
    border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
    z-index: 2;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 0 40px;
    padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 380px;
    height: 388px;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
    position: relative;
    width: 110px;
    padding-left: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
    height: 354px;
    width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
    display: block;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    left: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
    left: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: -webkit-calc(-390%);
    width: -moz-calc(-390%);
    width: calc(100% - 490px);
    padding-left: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
    font-weight: 600;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    color: #5f5f5f;
    font-weight: 500;
    margin-top: 20px;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
    width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    left: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: 190px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin-left: 30px;
    justify-content: center;
    color: #fff;
    line-height: 1.3;
    padding: 11px 24px;
    background-color: var(--color);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
    background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
    transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 390px;
}

@media (max-width: 1500px) {
    .product-page .init-3 .container .des table tr td{
        min-width: 120px;
    }
    .product-page .init-3 .container .des table tbody>tr>td:first-child{
        min-width: 120px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 540px;
    }
}
@media (max-width: 1250px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-right: 10px;

    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px;
     }
     .wdcp{
         height: 180px;
     }
     #innerMobileBanner .banner1 .mbx{
         line-height: 2;
    }
    #innerMobileBanner .banner1 .imgC .text{
        line-height: 44px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
        display: none !important;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
        display: none;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
        max-height: 200px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 50%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
        width: auto;
    }
}
@media (max-width: 1000px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 700px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
        height: 354px;
    }
    .product-page .init-1 {
        display: none;
    }
    .product-page .init-2 {
        display: none;
    }
}
@media (max-width: 700px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 96%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px);
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        padding-right: 10px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        padding: 20px 0 20px 20px;
    }
}
@media (max-width: 500px) {
    .product-page .init-3 .container .content {
        margin-top: 0;
    }
    .product-page .init-3 .container .content ul{
        margin: 0;
    }
    .product-page .init-3 .container .content ul li {
        padding: 0;
        margin-top: 30px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
        padding: 20px 0 20px 16px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 100%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
        display: none;
    }
}
.gallery-page .init-1 .container .cont{
    border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
    margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.gallery-page .init-2 {
    padding-top: 30px;
}
.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
    display: block;
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }
    .gallery-page .init-2 {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}
.contact-page {
    padding-top: 100px;
}
.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
    border: none;
}
.contact-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}
.contact-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #83827f;
    margin-top: 7px;
}
.contact-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: var(--color);
    font-size: 20px;
    width: 20px;
    text-align: center;
}
.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
    height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
@media (max-width: 1000px) {
    .contact-page {
        padding-top: 30px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
     }
     .seoPublic .Auxil-about .box .right div.h3,
     .seoPublic .Auxil-news .list ul li .content div.h6
      {
         line-height: 2;
     }
     #cp-Nav .nav div.title {
         line-height: 32px;
         margin-top: -20px;
         margin-bottom: -30px;
    }
    .contact-page .contact-2 {
        padding-top: 60px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 6px 12px;
    }
    .contact-page .contact-1 .left form ul li p {
        display: block;
    }
    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}
.solution-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    /*border-radius: 20px;*/
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 700px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 58%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 36%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page .init-1 {
        padding-top: 140px;
    }
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.newsTab {
    padding-top: 50px;
}
.newsTab .container {
    padding-bottom: 20px;
    border-bottom: 1px solid #767676;
}
.newsTab .container .list {
    margin-top: 10px;
    color: #767676;
    position: relative;
    width: 290px;
    text-align: center;
    padding: 0 10px;
}
.newsTab .container .list::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
}
.newsTab .container .list:hover,
.newsTab .container .list.active {
    color: var(--color);
    font-weight: bold;
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
    color: #767676;
}
.newsTab .container .list:last-child::before {
    display: none;
}
.news-page .init-1 .container ul {
    padding-top: 40px;
}
.news-page .init-1 .container ul li {
    margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
    position: relative;
    padding: 20px 0;
    z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
    width: 140px;
    color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
    color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 32%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
    overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
    width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
    width: -webkit-calc(-72%);
    width: -moz-calc(-72%);
    width: calc(68% - 140px);
    padding: 20px 90px 20px 50px;
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
    color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
    color: #767676;
    margin-top: 16px;
}
.news-page .init-1 .container ul li .box .sub {
    opacity: 0;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
    opacity: 1;
}
.newdet-page .container .left {
    width: 75%;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
    padding: 70px;
}
.newdet-page .container .left .title {
    text-align: center;
    font-weight:bold;
}
.newdet-page .container .left .time {
    color: #666666;
    margin-top: 26px;
    text-align: center;
}
.newdet-page .container .left .des {
    margin-top: 40px;
    color: #666666;
}
.newdet-page .container .left .m-link {
    margin-top: 50px;
    border-top: 1px solid #666666;
    padding-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
    margin: 5px 0;
    color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
    color: var(--color);
}
.newdet-page .container .right {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    width: 25%;
    padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
    border-bottom: 1px solid #767676;
    padding-bottom: 12px;
    font-weight:bold;
}
.newdet-page .container .right ul li {
    margin-top: 26px;
}
.newdet-page .container .right ul li .box {
    position: relative;
}
.newdet-page .container .right ul li .box .boxC {
    padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
    color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
    color: var(--color);
}
.newdet-page .container .right ul li .box .time {
    color: #767676;
    margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
    color: #000;
}
.newdet-page .container .right ul li .box .more {
    width: 14px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 24px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
    width: 50px;
    height: 1px;
    margin-top: 16px;
    background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
    width: 100%;
    background-color: var(--color);
}
@media (max-width: 1250px) {
    .newsTab {
        display: none;
    }
    .news-page .init-1 .container ul li .box .cont {
        padding-right: 20px;
    }
    .newdet-page .container .left {
        width: 100%;
    }
    .newdet-page .container .right {
        display: none;
    }
}
@media (max-width: 1000px) {
    .news-page .init-1 .container ul li .box {
        padding: 20px 12px;
    }
    .news-page .init-1 .container ul li .box .sub {
        width: 100%;
        height: 100%;
    }
    .news-page .init-1 .container ul li .box .time {
        width: 100%;
    }
    .news-page .init-1 .container ul li .box .imgC {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .init-1 .container ul li .box .cont {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .newdet-page .container .left {
        padding: 40px 16px;
    }
}
@media (max-width: 700px) {
  .news-page .init-1 .container ul li{
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
    .newdet-page .container .left .time {
        margin-top: 10px;
    }
    .newdet-page .container .left .des {
        margin-top: 20px;
    }
    .newdet-page .container .left .m-link {
        margin-top: 30px;
    }
}

.faq-page {
    padding: 20px 0 140px;
}
.faq-page span.h2 {
    margin: 1.4em 0;
    display: block;
}
.faq-page .list {
    position: relative;
}
.faq-page .list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color);
    opacity: 0.32;
    position: absolute;
    left: 29px;
    z-index: -1;
}
.faq-page .list ul li {
    margin-bottom: 25px;
    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;
}
.faq-page .list ul li:last-child {
    margin-bottom: 0;
}
.faq-page .list ul li i {
    width: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.faq-page .list ul li .content {
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.faq-page .list ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    z-index: -1;
    background-image: linear-gradient(to top,var(--color),var(--color));
    opacity: 0;
    transition: .5s;
}
.faq-page .list ul li:hover .content {
    color: white;
}
.faq-page .list ul li:hover .content span.h6,
.faq-page .list ul li:hover .content .text {
    color: inherit;
}
.faq-page .list ul li:hover .content:before {
    opacity: 1;
}
.faq-page .list ul li .content span.h6 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: normal;
    color: var(--color);
    margin-bottom: 0.5em;
    display: block;
}
.faq-page .list ul li .content .text {
    font-weight: 300;
}
@media screen and (max-width: 1600px) {
    .faq-page {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .faq-page .list ul li .content {
        padding: 20px;
    }
    .faq-page .list ul li i {
        width: 50px;
    }
    .faq-page .list:before {
        left: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .faq-page {
        padding: 50px 0;
    }
    .faq-page .list ul li .content span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .list ul li i {
        margin-right: 10px;
    }
}

.quality-page {
    padding-top: 90px;
}
/*.quality-page .ui.container {
  max-width: 1230px;
}*/
.quality-page .mbx .ui.container {
    max-width: none;
}
.quality-page span.h2 {
    font-weight: normal;
}
.quality-page .text {
    font-weight: 300;
}
.quality-page span.h3 {
    font-size: 34px;
    line-height: 1.5;
    display: block;
    margin-bottom: 1em;
    color: var(--color);
}
.quality-page .quality-1 {
    padding: 0 0 60px;
    text-align: center;
}
.quality-page .quality-1 .text {
    margin-top: 2em;
}
.quality-page .quality-2 .slide {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quality-page .quality-2 .slide .left {
    padding-right: 7%;
    vertical-align: middle;
}
.quality-page .quality-2 .slide .left * {
    height: 100%;
}
.quality-page .quality-2 .slide .left .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    /*border: 1px solid #c9cfd2;*/
}
.quality-page .quality-2 .slide .right {
    padding: 20px 0;
    padding-left: 3%;
    vertical-align: middle;
}
.quality-page .quality-2 .slide:nth-child(even) {
    direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
    padding-left: 7%;
    padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
    padding-left: 0;
    padding-right: 3%;
    direction: ltr;
}
.quality-page .quality-3 {
    padding: 70px 0 90px;
    background-color: #f9f9f9;
}
.quality-page .quality-3 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.quality-page .quality-3 .box .left {
    width: 60%;
}
.quality-page .quality-3 .box .right {
    padding-left: 10%;
    width: 40%;
}
.quality-page .quality-3 .list {
    margin-top: 60px;
}
.quality-page .quality-3 .list ul {
    margin: -7px;
}
.quality-page .quality-3 .list ul li {
    padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
    display: block;
}
.quality-page .quality-4 .list ul {
    margin: -10px;
}
.quality-page .quality-4 .list ul li {
    padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
    display: block;
    border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
    width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
    font-size: 18px;
    font-weight: 500;
    /*color: var(--color);*/
    display: block;
    margin-top: 0.6em;
    text-align: center;
}
.quality-page .quality-4 .btn {
    font-size: 20px;
}
.quality-page .quality-4 .btn div {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999;
    color: white;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
    right: 103%;
}
.quality-page .quality-4 .btn div.next {
    left: 103%;
}
.quality-page .quality-4 .btn div:hover {
    background-color: var(--color);
    color: white;
}
.quality-page .quality-5 {
    padding: 110px 0;
}
.quality-page .quality-5 .box .left {
    vertical-align: middle;
    padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
    margin-bottom: 0.5em;
}
.quality-page .quality-5 .list ul li {
    font-size: 16px;
    padding: 1em 0;
    border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: black;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
    transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
    margin-top: 1em;
    display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    background-color: var(--color);
}
.quality-page .quality-5 .list ul li.active span.h6 {
    color: var(--color);
}
.quality-page .quality-5 .box .right {
    padding-left: 7%;
    vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick1 {
    position: relative;
}
.quality-page .quality-5 .box .right .slick1 img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}
.quality-page .quality-5 .box .right .slick1 img.active {
    opacity: 1;
    position: static;
    z-index: 1;
}
.quality-page .quality-7 {
    padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
    margin-top: 60px;
}
.quality-page .quality-7 .box .left {
    width: 66%;
    padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
    font-size: 14px;
}
.quality-page .quality-7 .box .left .text > * {
    margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
    font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
    font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
    font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
    color: var(--color);
}
.quality-page .quality-7 .box .right {
    width: 34%;
}
@media screen and (max-width: 1600px) {
    .quality-page {
        padding-top: 70px;
    }
    .quality-page .quality-1 {
        padding: 50px 0;
    }
    .quality-page span.h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page span.h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .quality-page .quality-2 .slide .left,
    .quality-page .quality-3 .box .left {
        padding: 0 !important;
        width: 100%;
    }
    .quality-page .quality-2 .slide .right,
    .quality-page .quality-3 .box .right {
        padding: 0 !important;
        width: 100%;
        margin-top: 20px;
    }
    .quality-page .quality-2 .slide,
    .quality-page .quality-3 .box {
        direction: ltr !important;
        display: block;
    }
    .quality-page .quality-2 .slide .left .img {
        height: 240px;
    }
    .quality-page .quality-3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .quality-page {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page .quality-4 .btn div.prev {
        left: 0;
        right: auto;
    }
    .quality-page .quality-4 .btn div.next {
        right: 0;
        left: auto;
    }
    .quality-page .quality-7 .box .left {
        padding-right: 0;
        width: 100%;
    }
    .quality-page .quality-7 .box .right {
        display: none;
    }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
  border: none;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-image: linear-gradient(to top, var(--color), var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.seoPublic .Auxil-about .box .right div.h3 {
  line-height: 44px;
}
.seoPublic .Auxil-about .box .right .text {
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  line-height: 40px;
  min-height: 9.2em;
}
.seoPublic .Auxil-news .list ul li .content time {
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p {
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  line-height: 2;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  line-height: 2;
}
@media (max-width: 1000px) {
  .seoPublic .Auxil-about .box .right div.h3,
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 2;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    min-height: unset;
  }
}
.about-page1 .about-2 {
  margin-top: 137px;
}

.about-page1 .about-2 .box {
  padding: 12px 0 122px 0;
  position: relative;
  z-index: 1;
}

.about-page1 .about-2 .box .img {
  width: 50%;
  vertical-align: middle;
  border-radius: 10px;
}

.about-page1 .about-2 .box .img img {
  border-radius: 10px;
}

.about-page1 .about-2 .box .text {
  width: 50%;
  padding-left: 64px;
  vertical-align: middle;
  color: #111;
}

.about-page1 .about-2 .box .text .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}

.about-page1 .about-2 .box .text .header .left {
  width: 100%;
}

.about-page1 .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 41px;
}

.about-page1 .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}

.about-page1 .about-2 .box .text .header .more span {
  text-decoration: none;
}

.about-page1 .about-2 .box .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.about-page1 .about-2 .box .text .list {
  margin-top: 29px;
}

.about-page1 .about-2 .box .text .list ul {
  margin-bottom: -25px;
}

.about-page1 .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}

.about-page1 .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}

.about-page1 .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 84.5%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1440px) {
  .about-page1 .about-2 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page1 .about-2 {
    margin-top: 80px;
  }
  .about-page1 .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page1 .about-2 {
    margin-top: 47px;
  }

  .about-page1 .about-2 .box {
    padding: 0 0 60px;
  }

  .about-page1 .about-2 .box .img {
    width: 100%;
  }

  .about-page1 .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .about-page1 .about-2 .box::after {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-2 .box .text .con {
    margin-top: 20px;
  }

  .about-page1 .about-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-page1 .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page1 .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page1 .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page1 .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .about-page1 .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page1 .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .about-page1 .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
}

.design-page .design-2 {
  padding: 20px 0 110px;
}

.design-page .design-2 .i-title {
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.design-page .design-2 .left .img {
  /*text-align: right;*/
  border-radius: 10px;
}

.design-page .design-2 .left .txt {
  font-size: 20px;
  line-height: 1.4;
  color: #7b7b7b;
  margin-bottom: 20px;
}

.design-page .design-2 .left .img img {
  border-radius: 10px;
}

.design-page .design-2 .right {
  padding-left: 90px;
}

.design-page .design-2 .right img {
  border-radius: 10px;
}

.design-page .design-2 .right .txt {
  font-size: 20px;
  line-height: 32px;
  color: #7b7b7b;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .design-page .design-2 .right {
    padding-left: 50px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-2 {
    padding: 60px 0 65px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {

  .design-page .design-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left {
    width: 100%;
  }
  .design-page .design-2 .i-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-2 {
    padding: 30px 0 35px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 30px;
  }
}
.about-page .about-22 {
  position: relative;
}
.about-page .about-22:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-22 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.about-page .about-22 .list ul li .box:before,
.about-page .about-22 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-22 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-22 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-22 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-22 .list ul li .box i.icon:before,
.about-page .about-22 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-22 .list ul li .box i.icon:before {
  width: 0.5em;
  height: 0.5em;
  left: -0.25em;
  top: -0.25em;
}
.about-page .about-22 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
  display: none;
}
.about-page .about-22 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-22 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-22 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: 0.8;
  display: inline-block;
}
.about-page .about-22 .list ul li .box .content hr {
  margin: 0.2em 0;
  opacity: 0.3;
}
.about-page .about-22 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-22 .list ul li .box:hover:after {
  opacity: 0.2;
}
.about-page .about-22 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-22 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-22 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 700px) {
  .about-page .about-22 .list ul li .box i.icon {
    zoom: 0.7;
  }
}