@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-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-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #077087;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#header .h-top {
  background-color: #077087;
  color: white;
  position: relative;
  z-index: 1;
}
#header .h-top .box {
  height: 80px;
}
#header .h-top .info i {
  width: 2em;
  height: 1.38888889em;
  background-color: #529bab;
}
#header .h-top .info em {
  font-weight: 500;
}
#header .h-top hr {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
#header .h-top .yuy span img {
  max-width: 28px;
}
#header .h-top .yuy ul {
  min-width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 72%;
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #f7b52c;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a:before,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.tag {
  font-size: 13px;
  text-transform: uppercase;
  --c: var(--color);
  color: var(--c);
  line-height: 1;
}
span.tag i {
  width: 2.53846154em;
  height: 1px;
  position: relative;
  background-color: var(--c);
}
span.tag i:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.46153846em;
  height: 0.38461538em;
  background-color: var(--c);
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
span.tag i:first-child:before {
  left: 0;
}
span.tag i:last-child:before {
  right: 0;
}
span.h2 {
  line-height: 1.25;
  color: #333;
}
.text {
  line-height: 1.5625;
  color: #333;
  /*overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;*/
}
.more {
  height: 3.375em;
  padding: 0 1.25em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  font-size: 1.5em;
  line-height: 1;
}
.more:hover {
  background-color: #f7b52c;
}
#banner li {
  position: relative;
}
#banner li .mask {
  position: relative;
  z-index: -1;
}
#banner li .mask:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color);
  opacity: .2;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  max-width: 1300px;
}
#banner li .content span.h2 {
  color: inherit;
}
#banner li .content .tag {
  --c: white;
}
#banner li .content .more {
  --color: #f7b52c;
}
#index-body .init-1 .box .left {
  overflow: hidden;
  padding-right: 1em;
}
#index-body .init-1 .box .left .slick-list {
  overflow: unset;
}
#index-body .init-1 .box .left .slick-slide {
  opacity: 1 !important;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  z-index: 7;
}
#index-body .init-1 .box .left .slick-slide li {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-1 .box .left .slick-current {
  z-index: 6;
}
#index-body .init-1 .box .left .slick-current + div {
  z-index: 5;
  left: .2em;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#index-body .init-1 .box .left .slick-current + div li {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
#index-body .init-1 .box .left .slick-current + div + div {
  z-index: 4;
  left: .4em;
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
#index-body .init-1 .box .left .slick-current + div + div li {
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
}
#index-body .init-1 .box .left .slick-current + div + div + div {
  z-index: 3;
  left: .6em;
  -webkit-transform: translateX(-300%);
  -moz-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
}
#index-body .init-1 .box .left .slick-current + div + div + div li {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}
#index-body .init-1 .box .left .slick-current + div + div + div + div {
  z-index: 2;
  left: .8em;
  -webkit-transform: translateX(-400%);
  -moz-transform: translateX(-400%);
  -ms-transform: translateX(-400%);
  transform: translateX(-400%);
}
#index-body .init-1 .box .left .slick-current + div + div + div + div li {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  transform: scale(0.84);
}
#index-body .init-1 .box .left .slick-current + div + div + div + div + div {
  z-index: 1;
  left: 1em;
  -webkit-transform: translateX(-500%);
  -moz-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
  transform: translateX(-500%);
}
#index-body .init-1 .box .left .slick-current + div + div + div + div + div li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#index-body .init-1 .box .right {
  color: #666;
}
#index-body .init-1 .box .right span.h5 {
  line-height: 1;
  color: var(--color);
  display: none;
}
#index-body .init-1 .box .right span.h6 {
  line-height: 1.2;
}
#index-body .init-1 .box .right .text {
  display: none;
}
#index-body .init-1 .box .right .link {
  width: 2em;
  height: 2em;
  background-color: var(--color);
  color: white;
  display: none;
}
#index-body .init-1 .box .right li {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .box .right li.active {
  border-bottom: 1px solid #b4d4db;
}
#index-body .init-1 .box .right li.active span.h5,
#index-body .init-1 .box .right li.active .text {
  display: block;
}
#index-body .init-1 .box .right li.active .link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .init-1 .box .right li.active span.h6 {
  display: none;
}
#index-body .init-3 {
  color: white;
  background-color: var(--color);
}
#index-body .init-3 span.h6 {
  line-height: 1;
  position: relative;
  z-index: 1;
}
#index-body .init-3 span.h6:before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#e1af34));
  background-image: -webkit-linear-gradient(bottom, transparent, #e1af34);
  background-image: -moz-linear-gradient(bottom, transparent, #e1af34);
  background-image: linear-gradient(to top, transparent, #e1af34);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-45%, -40%);
  -moz-transform: translate(-45%, -40%);
  -ms-transform: translate(-45%, -40%);
  transform: translate(-45%, -40%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 span.h6 sub {
  vertical-align: baseline;
  margin-left: .5em;
}
#index-body .init-3 li:hover span.h6:before {
  opacity: 1;
}
#index-body .init-4 .list ul {
  margin: 0 -1em;
}
#index-body .init-4 .list ul li {
  padding: 0 1em;
}
#index-body .init-4 .list ul li .box {
  background-color: white;
}
#index-body .init-4 .list ul li .box a.img-box i {
  width: 1em;
  height: 1em;
  border: 0.08955224em solid white;
  background-color: var(--color);
  right: 0;
  bottom: 0;
}
#index-body .init-4 .list ul li .box a.img-box i img {
  max-width: 55%;
  max-height: 55%;
}
#index-body .init-4 .list ul li .box .content {
  padding: 6%;
}
#index-body .init-4 .list ul li .box .content .link {
  line-height: 1;
}
#index-body .init-5 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 81% 100%, 0 84%);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 81% 100%, 0 84%);
}
#index-body .init-5 span.h2 {
  color: inherit;
}
#index-body .init-5 .box {
  padding: 2.5% 3.5% 3%;
  background-color: rgba(7, 112, 135, 0.8);
  color: white;
}
#index-body .init-5 .box .text {
  color: inherit;
}
#index-body .init-5 .box .link {
  line-height: 1;
}
#index-body .init-5 .box .link i {
  font-size: 1.5em;
  line-height: 1;
}
#index-body .init-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
#index-body .init-6 .list li {
  position: relative;
}
#index-body .init-6 .list li .content {
  bottom: 0;
  left: 0;
  color: white;
  z-index: 1;
}
#index-body .init-6 .list li .content i.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 86% 18%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 86% 18%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color);
}
#index-body .init-6 .list li .content .link {
  width: 2em;
  height: 2em;
  background-color: #f6b42c;
  margin-left: auto;
  color: white;
}
#index-body .init-6 .list li .content .link i {
  line-height: 1;
}
#index-body .init-6 .list li .content .text {
  color: inherit;
}
#index-body .init-7 .bottom {
  padding-right: 10%;
}
#index-body .init-7 .bottom .slick-list {
  overflow: unset;
}
#index-body .init-7 .bottom a {
  display: block;
  border: 1px solid #e6e6e6;
}
#index-body .init-8 li {
  height: 100%;
}
#index-body .init-8 .box {
  color: #333;
  height: 100%;
  
}
#index-body .init-8 .box i.bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(0 0, 86% 16%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 86% 16%, 100% 0, 100% 100%, 0 100%);
}
#index-body .init-8 .box span.h6 {
  line-height: 1.2;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
#index-body .init-8 .box .txt-right img {
  margin-left: auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 .box:hover .txt-right img {
  opacity: 1;
}
#footer {
  background-color: #001418;
  color: white;
}
#footer .footer-top span.h5 {
  line-height: 1.4;
}
#footer .footer-top form li input,
#footer .footer-top form li textarea {
  width: 100%;
  border: 1px solid var(--color);
  padding: 1.5em 1em;
  background-color: transparent;
}
#footer .footer-top form li input::-webkit-input-placeholder, #footer .footer-top form li textarea::-webkit-input-placeholder {
  color: white;
}
#footer .footer-top form li input:-moz-placeholder, #footer .footer-top form li textarea:-moz-placeholder {
  color: white;
}
#footer .footer-top form li input::-moz-placeholder, #footer .footer-top form li textarea::-moz-placeholder {
  color: white;
}
#footer .footer-top form li input:-ms-input-placeholder, #footer .footer-top form li textarea:-ms-input-placeholder {
  color: white;
}
#footer .footer-top form li input::placeholder,
#footer .footer-top form li textarea::placeholder {
  color: white;
}
#footer .footer-top form li textarea {
  height: 120px;
}
#footer .footer-top form li button {
  position: absolute;
  right: 5%;
  bottom: 5%;
  background-color: transparent;
  border: none;
  color: var(--color);
  font-size: 2.5em;
  line-height: 1;
}
#footer .footer-top .logo {
  position: relative;
  z-index: 1;
}
#footer .footer-top .logo:before {
  content: '';
  width: 1px;
  height: 200%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--color);
  position: absolute;
}
#footer .footer-top span.h6 {
  line-height: 1;
}
#footer .footer-top .nav {
  line-height: 2.66666667;
}
#footer .footer-top .nav ul ul {
  display: none;
}
#footer .footer-top .nav a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav a:hover {
  color: var(--color);
}
#footer .footer-top .info {
  max-width: 330px;
}
#footer .footer-top .qr {
  max-width: 210px;
}
#footer .footer-top .qr #ewm {
  border: 4px solid white;
}
#footer .footer-bottom .coy {
  border-top: 1px solid var(--color);
}
#footer .footer-bottom .share a {
  width: 2em;
  height: 2em;
  background-color: #334346;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .share a:hover {
  background-color: white;
  color: var(--color);
}
#footer .footer-bottom svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: white;
}
#footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom p a {
  color: white;
}
@media screen and (max-width: 1450px) {
  #footer .footer-top .logo {
    width: 70px;
  }
  #footer .footer-top span.h5 {
    font-size: 28px;
  }
  #footer .footer-top form li input,
  #footer .footer-top form li textarea {
    padding: 1em;
  }
  #index-body .init-8 .box .txt-right img {
    max-width: 40%;
  }
  #header .h-top .box .info p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-4 .list ul {
    font-size: 16px;
  }
  #index-body .init-6 .left {
    top: 80px;
  }
  #footer .footer-top .left,
  #footer .footer-top .right {
    width: auto;
  }
  #footer .footer-top .right .slide {
    width: 100%;
  }
  #footer .footer-top .right .slide:nth-child(1),
  #footer .footer-top .right .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-bottom .coy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content span.h2 {
    font-size: 28px;
  }
  #index-body .init-1 .box .left .slick-slide {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }
  #index-body .init-1 .box .left .slick-slide li {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }
  #index-body .init-1 .box .left .slick-slide li img {
    opacity: 1;
  }
  #index-body .init-5 .box {
    width: 88%;
  }
  #index-body .init-6 .left {
    position: static;
  }
  #index-body .init-4 .list ul li .box .content {
    padding: 4%;
  }
  #index-body .init-7 .bottom {
    padding-right: 40%;
  }
  #index-body .init-8 .box .txt-right img {
    opacity: 1;
  }
  .font-20 {
    font-size: 16px;
  }
  #footer .footer-top .logo {
    display: none;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  #footer .footer-bottom .coy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #footer .footer-top form li input,
  #footer .footer-top form li textarea {
    padding: .7em;
  }
  .font-40 {
    font-size: 20px;
  }
  #banner li .content span.h2 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content span.h2 {
    margin-bottom: 0;
  }
  #banner li .content .more {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content span.h2 {
    font-size: 20px;
    margin-top: 0;
  }
  #banner li .content span.tag {
    display: none;
  }
  .more {
    height: 2.8em;
  }
  #index-body .init-3 ul {
    gap: 20px;
  }
  #index-body .init-4 .list ul li .box a.img-box i {
    font-size: 50px;
  }
  #index-body .init-5 .box {
    width: 100%;
  }
  #index-body .init-6 .list li .content i.bg {
    -webkit-clip-path: polygon(0 0, 86% 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 86% 10%, 100% 0, 100% 100%, 0 100%);
  }
  #footer .footer-top span.h5 {
    font-size: 24px;
  }
}
.inner-banner {
  color: white;
}
.inner-banner span.h2 {
  color: inherit;
}
.inner-banner .link {
  width: 3em;
  height: 3em;
  background-color: #f7b52c;
}
.inner-banner .link i {
  font-size: 1.3em;
  line-height: 1;
}
.about-page .about-1 .playBox .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  left: 0;
  top: 0;
}
.about-page .about-1 .playBox .play-btn:after,
.about-page .about-1 .playBox .play-btn:before {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.about-page .about-1 hr {
  background-color: var(--color);
  opacity: .3;
}
.about-page .about-2 {
  background-color: #f3f3f3;
}
.about-page .about-2 .list li {
  background-color: white;
}
.about-page .about-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.about-page .about-3 .list li {
  padding: 5.5%;
  border: 1px dashed var(--color);
}
.about-page .about-2 .list li>i img {
  transition: .5s;
}
.about-page .about-2 .list li:hover>i img {
  transform: rotateY(360deg)
}
.about-page .about-3 .list li span.h6 {
  line-height: 1.2;
}
.about-page .about-4 {
  background-color: #f3f3f3;
}
.about-page .about-4 hr {
  background-color: #accbd2;
  position: relative;
  overflow: unset;
}
.about-page .about-4 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: var(--color);
}
.about-page .about-4 hr.txt-right:before {
  right: 0;
  left: auto;
}
.about-page .about-4 .line {
  width: 60px;
  height: 4px;
  background-color: var(--color);
  display: block;
}
.about-page .about-4 .more {
  margin-top: auto;
}
.milestones-page .list {
  position: relative;
}
.milestones-page .list:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background-color: #b4d4db;
  z-index: -1;
  margin-left: -0.5px;
  top: 0;
}
.milestones-page .list .year {
  color: var(--color);
  line-height: 1;
}
.milestones-page .list .line {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 3px solid var(--color);
  background-color: white;
}
.milestones-page .list .content {
  padding: 3.5%;
  background-color: var(--color);
  color: white;
}
.milestones-page .list .content .text {
  color: inherit;
}
.milestones-page .list li:not(.flex-drr) .year {
  text-align: right;
}
.markets-page .markets-1 {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.markets-page .markets-1 .list {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  transform: rotateX(15deg);
  -webkit-transform-origin: center 70%;
  -moz-transform-origin: center 70%;
  -ms-transform-origin: center 70%;
  transform-origin: center 70%;
  position: relative;
}
.markets-page .markets-1 .list:after {
  content: '';
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  top: -1px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent 10%, white);
  background-image: -moz-linear-gradient(bottom, transparent 10%, white);
  background-image: linear-gradient(to top, transparent 10%, white);
}
.markets-page .markets-1 .list ul {
  margin: -1em;
}
.markets-page .markets-1 .list ul.slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto !important;
}
.markets-page .markets-1 .list ul li {
  padding: 1em;
}
.markets-page .markets-1 .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.markets-page .markets-3 span.h2 {
  line-height: 1;
}
.markets-page .markets-3 .list {
  margin-top: auto;
  overflow: hidden;
}
.markets-page .markets-3 .list ul {
  max-height: 370px;
  overflow: auto;
  padding-right: 10px;
}
.markets-page .markets-3 a.img-box {
  border: 1px solid #e6e6e6;
}
.markets-page .markets-4 .box {
  background-color: black;
}
.markets-page .markets-4 .box .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
.markets-page .markets-4 .box .mask i.active {
  opacity: 1;
}
.markets-page .markets-4 .box .box2 {
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 670px;
  position: relative;
  z-index: 1;
}
.markets-page .markets-4 .box .box2 .slickBtn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.markets-page .markets-5 .disc {
  line-height: 2;
  color: #333;
}
/*.markets-page .markets-6 .list {
  padding-left: 25%;
  padding-right: 25%;
}*/
.markets-page .markets-6 .list .slick-list {
  overflow: unset;
}
.markets-page .markets-6 .list .slickDots li {
  border-radius: 0;
}
.solutions-page .solutions-1 {
  background-color: #f3f3f3;
}
.solutions-page .solutions-1 .list li {
  position: relative;
}
.solutions-page .solutions-1 .list li .content {
  left: 0;
  top: 0;
  z-index: 1;
  padding: 7%;
}
.solutions-page .solutions-1 .list li .content span.h6 {
  line-height: 1.6;
  min-height: 3.2em;
}
.solutions-page .solutions-1 .list li .content .text {
  min-height: 3.125em;
}
.solutions-page .solutions-2 {
  position: relative;
  z-index: 1;
  padding-top: 17%;
  color: white;
}
.solutions-page .solutions-2:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#f3f3f3));
  background-image: -webkit-linear-gradient(bottom, transparent, #f3f3f3);
  background-image: -moz-linear-gradient(bottom, transparent, #f3f3f3);
  background-image: linear-gradient(to top, transparent, #f3f3f3);
}
.solutions-page .solutions-2 .list {
  padding-right: 10%;
}
.solutions-page .solutions-2 .list span.h6 {
  line-height: 1;
}
.solutions-page .solutions-2 .list span.h6 sub {
  vertical-align: baseline;
}
.solutions-page .solutions-2 .list li:nth-child(2) {
  margin-top: 5%;
}
.solutions-page .solutions-2 .list li:nth-child(3) {
  margin-top: 10%;
}
.solutions-page .solutions-2 .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.solutions-page .solutions-2 .bottom span.h2 {
  color: inherit;
}
.solutions-page .solutions-2 .bottom .text {
  color: inherit;
}
.solutions-page .solutions-3 .box .left ul {
  position: relative;
}
.solutions-page .solutions-3 .box .left ul:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: .4em;
  top: 0;
  background-color: var(--color);
  z-index: -1;
}
.solutions-page .solutions-3 .box .left li {
  color: rgba(51, 51, 51, 0.3);
  padding: .6em 0;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.solutions-page .solutions-3 .box .left li i {
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
}
.solutions-page .solutions-3 .box .left li.active {
  color: #333;
}
.solutions-page .solutions-3 .box .right ul {
  margin: -0.5em 0;
}
.solutions-page .solutions-3 .box .right ul li {
  padding: .5em 0;
}
.solutions-page .solutions-4 span.h2 {
  color: var(--color);
}
.responsibility-page .responsibility-2 {
  background-color: var(--color);
  color: white;
}
.responsibility-page .responsibility-2 span.h2,
.responsibility-page .responsibility-2 .text {
  color: inherit;
}
.responsibility-page .responsibility-3 .slide {
  position: relative;
}
.responsibility-page .responsibility-3 .slide:before {
  content: '';
  width: 200%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-color: #f3f3f3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.factory-page .factory-2 .box {
  background-color: #f5f5f5;
}
.factory-page .factory-2 .box .slide .box2 {
  padding: 5%;
}
.factory-page .factory-2 .box .slide .box2 .text {
  line-height: 1.6;
}
.factory-page .factory-2 .box .slide .box2 .text p i {
  color: var(--color);
  margin-right: .5em;
  font-size: 1.3em;
}
.bespoke-page .factory-2 {
  padding: 0;
}
.bespoke-page .factory-2 .ui {
  padding: 0 60px 0 80px;
}
.bespoke-page .factory-2 .right ul li {
  padding: 0;
}
.bespoke-page .factory-2 .right .slick-active {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.bespoke-page .factory-2 .right .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  zoom: 1;
}
.bespoke-page .factory-2 .right .slick-center {
  zoom: 1.2;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bespoke-page .factory-2 .right .slick-center + .slick-active {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.bespoke-page .factory-2 .right {
  padding: 0 100px 80px;
}
.bespoke-page.qualitys .customer-2 .ui {
  margin-top: 0;
  margin-bottom: 80px;
}
.bespoke-page .factory-3 {
  background: #fff;
}
.bespoke-page .factory-5 .left ul li + li {
  margin-top: 10px;
}
.bespoke-page .factory-5 .ui .right img {
  margin: 0 0 0 auto;
  display: block;
}
.bespoke-page .factory-3 .top {
  font-weight: bold;
  font-size: 26px;
}
.bespoke-page .factory-3 .bottom .list ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bespoke-page .factory-3 .bottom .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bespoke-page .factory-3 .bottom .list ul li i {
  margin-right: 20px;
  width: 60px;
}
.bespoke-page .factory-3 .bottom .list ul li i img {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.bespoke-page .factory-3 .bottom .list ul li .t1 {
  font-size: 20px;
  font-weight: bold;
}
.bespoke-page .factory-3 .bottom .list ul li p {
  font-size: 16px;
  color: #666666;
}
.bespoke-page .factory-3 .bottom .list ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
.bespoke-page .factory-3 .bottom .list ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bespoke-page .factory-6 .box {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.bespoke-page .factory-6 .box > div {
  width: 48%;
  position: relative;
}
.bespoke-page .factory-6 .box > div .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 60px;
}
.bespoke-page .factory-6 .box > div .text .t1 {
  font-size: 20px;
  font-weight: bold;
}
.bespoke-page .factory-6 .box > div .text .cont {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 10px;
}
.bespoke-page .factory-6 .box > div:hover .text .cont {
  height: 8em;
  overflow-y: auto;
}
.bespoke-page .factory-7 .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 5%;
}
.bespoke-page .factory-7 .smt {
  max-width: 810px;
  margin: 0;
  margin-top: 20px;
}
.bespoke-page .factory-7 form {
  margin-top: 40px;
}
.bespoke-page .factory-7 form textarea {
  width: 100%;
  height: 226px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 22px 17px ;
  font-size: 14px;
}
.bespoke-page .factory-7 form input {
  width: 100%;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 1em;
  margin-top: 30px;
}
.bespoke-page .factory-7 form .submit {
  width: 141px;
  height: auto;
  background-color: var(--color);
  /*border-radius: 3em;*/
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bespoke-page .factory-7 form .submit:hover {
  color: var(--color);
  background: #fff;
  border: solid 1px var(--color);
}
@media screen and (max-width: 1200px) {
  .bespoke-page .factory-6 .box > div .text {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .bespoke-page .factory-6 {
    display: none;
  }
}
.bespoke-page .factory-4 {
  border-radius: 40px;
  overflow: hidden;
  padding: 100px 0;
}
.bespoke-page .factory-4 .box {
  padding: 5%;
  background-color: white;
}
.bespoke-page .factory-4 .top {
  height: 460px;
  background: url(/wuxisaite/2026/01/17/beijing.png) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.bespoke-page .factory-4 .top span.h2 {
  color: white;
}
.bespoke-page .factory-4 .bottom .list {
  margin-top: 50px;
}
.bespoke-page .factory-4 .bottom .list ul {
  margin-right: -40px;
}
.bespoke-page .factory-4 .bottom .list ul li {
  padding: 10px;
  padding-right: 40px;
}
.bespoke-page .factory-4 .bottom .list ul li span.h6 {
  line-height: 1.2;
}
.bespoke-page .factory-4 .bottom .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px 55px;
}
.bespoke-page .factory-4 .bottom .list ul li .box p {
  height: 6em;
  overflow-y: auto;
}
.bespoke-page .factory-4 .bottom .list ul li .box .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
.bespoke-page .factory-4 .bottom .list i {
  width: 48px;
  text-align: center;
  border-radius: 2px;
  background-color: #FFFFFF;
  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;
}
.bespoke-page .factory-4 .bottom .list i img {
  vertical-align: middle;
}
.bespoke-page .factory-5 {
  padding: 100px 0;
  text-align: left;
}
.bespoke-page .factory-5 .left ul li + li {
  margin-top: 1em;
}
.bespoke-page .factory-3 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.bespoke-page .factory-3 .right .slick-slide {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.bespoke-page .factory-3 .right .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bespoke-page .factory-3 .right ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .bespoke-page .factory-6 .box > div .text .cont {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .left {
    position: static;
  }
  .markets-page .markets-3 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .markets-page .markets-3 .list {
    margin-top: 3%;
  }
  .markets-page .markets-5 .left img {
    display: none;
  }
  .markets-page .markets-5 .right img {
    display: none;
  }
  .solutions-page .solutions-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutions-page .solutions-3 .box .left ul {
    display: none;
  }
  .solutions-page .solutions-3 .box {
    margin-top: 0;
  }
  .solutions-page .solutions-2 .list li:nth-child(2),
  .solutions-page .solutions-2 .list li:nth-child(3) {
    margin-top: 0;
  }
  .bespoke-page .factory-3 .right .slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .bespoke-page .factory-3 .right ul {
    margin: -10px;
  }
  .bespoke-page .factory-3 .right ul li {
    padding: 10px;
  }
  .bespoke-page .factory-3 .right {
    padding: 3%;
  }
  .bespoke-page .factory-4 .top {
    height: 200px;
    padding-top: 10%;
  }
  .bespoke-page .factory-4 .bottom .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .factory-7 {
    padding-top: 0;
  }
  .bespoke-page .factory-5 {
    padding: 60px 0;
  }
  .bespoke-page .factory-3 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bespoke-page .factory-3 .box .left {
    width: 100%;
  }
  .bespoke-page .factory-3 .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .link {
    height: 2em;
    width: 2em;
  }
  .about-page .about-2 .list li i {
    max-width: 50px;
    display: block;
  }
  .about-page .about-3 .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .list li i {
    max-width: 50px;
  }
  .about-page .about-3 .list li .content {
    width: 100%;
  }
  .milestones-page .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .milestones-page .list ul li .year {
    width: 100%;
    text-align: left !important;
  }
  .milestones-page .list ul li .line {
    display: none;
  }
  .milestones-page .list ul li .content {
    width: 100%;
  }
  .milestones-page .list:before {
    display: none;
  }
  .markets-page .markets-1 .list ul {
    font-size: 5px;
  }
  .markets-page .markets-4 .box .mask {
    position: relative;
    height: 200px;
  }
  .markets-page .markets-4 .box .mask i {
    background-attachment: unset !important;
    background-position: center !important;
  }
  .markets-page .markets-4 .box {
    background-color: transparent;
    padding: 0;
  }
  .markets-page .markets-4 .box .box2 {
    padding: 30px 0 0;
  }
  /*.markets-page .markets-6 .list {
    padding-left: 5%;
    padding-right: 5%;
  }*/
  .solutions-page .solutions-4 span.h2 {
    font-size: 24px;
  }
  .solutions-page .solutions-3 .box .list .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solutions-page .solutions-3 .box .list .box2 .img {
    width: 100%;
  }
  .solutions-page .solutions-3 .box .list .box2 .content {
    width: 100%;
  }
  .solutions-page .solutions-1 .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .responsibility-page .responsibility-3 .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .responsibility-page .responsibility-3 .slide .left {
    width: 100%;
  }
  .responsibility-page .responsibility-3 .slide .right {
    width: 100%;
    margin-top: 3%;
  }
  .bespoke-page .factory-4 .bottom .list ul li {
    padding: 10px;
    width: 100%;
  }
  .bespoke-page .factory-4 .bottom .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }
  .bespoke-page .factory-4 .bottom .list {
    margin-top: 0;
  }
  .bespoke-page .factory-4 .bottom .list ul {
    margin-right: 0;
  }
  .bespoke-page .factory-7 form textarea {
    height: 160px;
  }
}
@media screen and (min-width: 500px) {
  .solutions-page .solutions-3 .box .right .slick-track {
    width: 100% !important;
  }
}

.honor-page .init-1 .container .left {
    width: 230px
}

.honor-page .init-1 .container .left .listC .list {
    cursor: pointer;
    margin-top: 80px;
    color: #777
}

.honor-page .init-1 .container .left .listC .list .num {
    line-height: 1
}

.honor-page .init-1 .container .left .listC .list .text {
    margin-top: 10px
}

.honor-page .init-1 .container .left .listC .list .line {
    height: 5px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    background-color: #3854b8;
    margin-top: 10px
}

.honor-page .init-1 .container .left .listC .list:hover,.honor-page .init-1 .container .left .listC .list.active {
    color: #3854b8
}

.honor-page .init-1 .container .left .listC .list:hover .line,.honor-page .init-1 .container .left .listC .list.active .line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 0
}

.honor-page .init-1 .container .right {
    width: -webkit-calc(-130%);
    width: -moz-calc(-130%);
    width: calc(100% - 230px);
    padding-left: 120px
}

.honor-page .init-1 .container .right .list {
    display: none;
    width: 100%
}

.honor-page .init-1 .container .right .list .listC {
    width: 100%;
    position: relative
}

.honor-page .init-1 .container .right .list .imgC {
    padding-right: 70px;
    width: -webkit-calc(-150%);
    width: -moz-calc(-150%);
    width: calc(100% - 250px);
    position: relative
}

.honor-page .init-1 .container .right .list .imgC ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0
}

.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
    height: auto
}

.honor-page .init-1 .container .right .list .imgC ul .slick-slide>div {
    height: 100%
}

.honor-page .init-1 .container .right .list .imgC ul .slick-list {
    height: 100%
}

.honor-page .init-1 .container .right .list .imgC ul li {
    height: 100%;
    padding: 90px 0;
    width: 30%;
    display: inline-block;
    position: relative;
    z-index: 1
}

.honor-page .init-1 .container .right .list .imgC ul li .box {
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: .4;
    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
}

.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
    width: 100%
}

.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
    z-index: 2
}

.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 2;
    opacity: 1
}

.honor-page .init-1 .container .right .list .galleryC {
    width: 250px;
    text-align: center;
    padding: 40px 0;
    position: relative
}

.honor-page .init-1 .container .right .list .galleryC i {
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer
}

.honor-page .init-1 .container .right .list .galleryC i:hover {
    color: #3854b8
}

.honor-page .init-1 .container .right .list .galleryC .prev {
    top: 0;
    bottom: unset
}

.honor-page .init-1 .container .right .list .galleryC ul li {
    padding: 10px 0
}

.honor-page .init-1 .container .right .list .galleryC ul li .box {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    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;
    border-radius: 10px;
    height: 74px;
    cursor: pointer;
    font-size: 18px
}

.honor-page .init-1 .container .right .list .galleryC ul li .box p {
    overflow-y: auto;
    padding-right: 4px;
    max-height: 74px
}

.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
    background-color: #3854b8;
    color: #fff
}

.honor-page .init-1 .container .right .list.active {
    display: block
}

.honor-page .init-1 .container .right .list.active .listC .imgC {
    -webkit-animation: fadeInLeftSmall .5s linear;
    -moz-animation: fadeInLeftSmall .5s linear;
    -o-animation: fadeInLeftSmall .5s linear;
    animation: fadeInLeftSmall .5s linear
}

.honor-page .init-1 .container .right .list.active .listC .galleryC {
    -webkit-animation: fadeInRightSmall .5s linear;
    -moz-animation: fadeInRightSmall .5s linear;
    -o-animation: fadeInRightSmall .5s linear;
    animation: fadeInRightSmall .5s linear
}

@media (max-width: 1250px) {
    .honor-page .init-1 .container .left {
        width:150px
    }

    .honor-page .init-1 .container .right {
        width: -webkit-calc(-50%);
        width: -moz-calc(-50%);
        width: calc(100% - 150px);
        padding-left: 20px
    }

    .honor-page .init-1 .container .right .list .imgC {
        padding-right: 20px
    }
}

@media (max-width: 1000px) {
    .honor-page .init-1 .container .left {
        width:100%
    }

    .honor-page .init-1 .container .left .listC {
        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: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .honor-page .init-1 .container .left .listC .list {
        margin: 20px 15px 0;
        text-align: center
    }

    .honor-page .init-1 .container .left .listC .list:first-child {
        margin-top: 20px
    }

    .honor-page .init-1 .container .right {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .honor-page .init-1 .container .right .list .imgC {
        width: 100%
    }

    .honor-page .init-1 .container .right .list .galleryC {
        width: 100%
    }

    .honor-page .init-1 .container .right .list .galleryC ul li .box {
        height: auto;
        padding: 16px
    }

    .honor-page .init-1 .container .right .list .imgC {
        padding-right: 0
    }
}

@media (max-width: 500px) {
    .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
        -webkit-transform:scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .honor-page .init-1 .container .right .list .imgC ul li {
        padding: 40px 5px;
        padding-top: 20px
    }
}

.faq-page {
    /*padding-top: 39px;*/
    background-color: #faf9f9;
}
.faq-page .faq-1 {
    background: url(../images/faq-bg.png) no-repeat right bottom;
    padding-bottom: 6%;
}
.faq-page .faq-1 .header {
    max-width: 1134px;
}
.faq-page .faq-1 .header .title {
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-1 .content {
    margin-top: 82px;
    border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
    border-bottom: 1px solid #bebebe;
    padding: 34px 0 40px;
    color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-weight: bold;
    cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
    padding-right: 34px;
    width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
    display: inline-block;
    vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-page .faq-2 .box {
    background: url(../images/faq-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 11.459% 20% 10.6771%;
    text-align: center;
}
.faq-page .faq-2 .box .play {
    font-size: 36px;
    color: #fff;
    background-color: rgba(71, 26, 26, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 280px;
    height: 280px;
    line-height: 280px;
    position: relative;
    text-align: center;
}
.faq-page .faq-3 {
    background: url(../images/ab-wz.png) no-repeat center top;
    margin-top: 7%;
    padding-top: 7%;
    margin-bottom: 5%;
}
.faq-page .faq-3 .header {
    color: #030303;
}
.faq-page .faq-3 .header .title {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-3 .header p {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 12px;
}
.faq-page .faq-3 .search {
    text-align: center;
    margin-top: 87px;
}
.faq-page .faq-3 .search form {
    max-width: 773px;
    margin: 0 auto;
    position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
    width: 100%;
    height: 54px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
    background: url(../images/faq-icon.png) no-repeat 29px center;
    text-align: right;
    border: 0;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 18px;
    width: 176px;
    text-transform: uppercase;
    color: #030303;
    border-left: 1px solid #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
    background-position-x: 30px;
    color: var(--color);
    border-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-1 .header .title {
        font-size: 60px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 52px;
    }
    .faq-page .faq-1 {
        background: transparent;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-1 .header .title {
        font-size: 45px;
    }
    .faq-page .faq-1 .content {
        margin-top: 40px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 40px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page {
        padding-top: 0;
    }
    .faq-page .faq-1 .header .title {
        font-size: 36px;
        line-height: 1.4;
    }
    .faq-page .faq-1 .content {
        margin-top: 20px;
    }
    .faq-page .faq-1 .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .faq-page .faq-1 .content ul li .tit em {
        padding-right: 20px;
    }
    .faq-page .faq-2 .box {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-page .faq-3 {
        background: transparent;
        margin-top: 5%;
    }
    .faq-page .faq-3 .header .title {
        font-size: 36px;
    }
    .faq-page .faq-3 .header p {
        font-size: 20px;
        line-height: 1.4;
    }
    .faq-page .faq-3 .search {
        margin-top: 20px;
    }
    .faq-page .faq-3 .search form input[type="text"] {
        padding-right: 0;
    }
    .faq-page .faq-3 .search form input[type="submit"] {
        position: initial;
        margin-top: 20px;
        border: 1px solid #000;
        height: 50px;
        padding-right: 15px;
        background-position-x: 20px;
    }
}
.faq-page .marginBox {
    text-align: center
}

.faq-page .marginBox .box {
    text-align: left
}

.faq-page .marginBox .box .left {
    width: 40%
}

.faq-page .marginBox .box .left .box2 {
    padding: 50px 35px;
    background: #266f86;
    border-radius: 20px
}

.faq-page .marginBox .box .left .box2 .slide {
    padding-right: 10px
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1.8em;
    display: block;
    color: #fff
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1em;
    line-height: 1.2
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
    display: none !important
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
    margin-bottom: 0
}

.faq-page .marginBox .box .right {
    width: 60%;
    padding-left: 3%
}

.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 20px
}

.faq-page .marginBox .box .right .list ul li span.title {
    font-weight: 700;
    font-size: 18px;
    color: #242424;
    text-align: right;
    display: block;
    position: relative
}

.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
    cursor: hand
}

.faq-page .marginBox .box .right .list ul li span.title i:after,.faq-page .marginBox .box .right .list ul li span.title i:before {
    content: '';
    background: #000;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
    -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)
}

.faq-page .marginBox .box .right .list ul li .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    margin: 30px 0;
    display: none
}

.faq-page .marginBox .box .right .list ul li.active {
    background: #fff;
    border-radius: 20px
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
    -webkit-transform: translate(-50%,-50%) rotate(0);
    -moz-transform: translate(-50%,-50%) rotate(0);
    -ms-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0)
}

.faq-page .marginBox .box .right .list ul li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1600px) {
    .faq-page .marginBox .box .left .box2 {
        padding:30px 20px
    }

    .faq-page .marginBox .box .left .box2 .slide span.h6 {
        font-size: 16px;
        margin-bottom: 1em
    }

    .faq-page .marginBox .box .left .box2 .slide .nav ul li {
        font-size: 16px;
        margin-bottom: .8em
    }

    .faq-page .marginBox .box .right .list ul li span.title,.faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px
    }

    .faq-page .marginBox .box .right .list ul li .text {
        margin: 20px 0
    }

    .faq-page .marginBox .box .right .list ul li {
        padding: 10px;
        margin-bottom: 10px
    }

    .faq-page .marginBox {
        padding: 90px 0
    }
}

@media screen and (max-width: 1250px) {
    .faq-page .marginBox .box {
        margin-top:30px
    }

    .faq-page .marginBox .box .right {
        width: 100%;
        padding-left: 0
    }

    .faq-page .marginBox .box .left {
        display: none
    }
}

@media screen and (max-width: 700px) {
    .faq-page .marginBox .box .right .list ul li span.title,.faq-page .marginBox .box .right .list ul li .text {
        font-size:14px;
        padding-left: 10px;
        line-height: 2
    }

    .faq-page .marginBox .box .right .list ul li span.title i {
        width: 10px;
        height: 10px;
        font-size: 14px
    }
}
.i-advantage {
    margin-top:70px;
    margin-bottom: 80px

}
.i-advantage .left {
    width: 55%;
}
.i-advantage .right {
    width: 45%;
}
.i-advantage h6 {
    color: #e5a814;
}
.i-advantage p {
    line-height: 2;
}
.i-advantage .tab {
    margin-top: 50px;
}
.i-advantage .tab ul {
    margin: -3px;
    max-width: 650px

}
.i-advantage .tab ul li {
    margin-bottom: 15px;
    padding-right: 20px

}
.i-advantage .tab ul li a {
    padding: 0 20px;
    line-height: 1.2;
    color: #afafaf;
    border-radius: 5px;
    border: 1px solid currentcolor;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    display: flex;
    align-items: center;
    height: 70px
}
.i-advantage .tab ul li span {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    margin-right: 5px
}
.i-advantage .tab ul li.active a,
.i-advantage .tab ul li:hover a {
    color: #000000;
}
.i-advantage .bag {
    border-radius: 50%;
    border: 1px dashed black;
    padding: 10%;
}
.i-advantage .bag .img {
    border-radius: 50%;
    overflow: hidden;
}
.i-advantage .bag .num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.i-advantage .bag .num span {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    border: 4px solid currentcolor;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.i-advantage .bag .num span.active {
    color: #e5a814;
}
.i-advantage .bag .num span:nth-of-type(1) {
    left: 46%;
    top: -3%;
}
.i-advantage .bag .num span:nth-of-type(2) {
    left: -25px;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
}
.i-advantage .bag .num span:nth-of-type(3) {
    left: 10%;
    top: 81%;
}
.i-advantage .bag .num span:nth-of-type(4) {
    right: 10%;
    top: 81%;
}
.i-advantage .bag .num span:nth-of-type(5) {
    right: -25px;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
}
.i-advantage .bag .num span:nth-of-type(6) {
    right: 10%;
    top: 12%;
}
.i-advantage .bag .text {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 30%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFFFFF;
    padding: 40px 20px ;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.i-advantage .bag .text .mml-text {
    display: none;
}
.i-advantage .bag .text h4{
    color: #333333;
    font-weight: bold;
    font-size: 20px
}
.about2-page .about-1 {
    padding: 90px 0;
}
.about2-page .about-1 .box {
    padding: 60px 100px;
    background-color: #f9f9f9;
}
.about2-page .about-1 .text {
    line-height: 2;
}
.about2-page .about-1 .number {
    margin-top: 50px;
}
.about2-page .about-1 .number ul {
    margin: 0 -100px;
}
.about2-page .about-1 .number ul li {
    padding: 15px;
}
.about2-page .about-1 .number ul li + li {
    border-left: 1px solid #c9cecd;
}
.about2-page .about-7 {
    padding: 100px 0;
}
.about2-page .about-7 .list {
    overflow: hidden;
}
.about2-page .about-7 .list ul {
    margin: -15px;
}
.about2-page .about-7 .list ul li {
    padding: 15px;
}
.about2-page .about-7 .list ul li img{
    width: 100%
}
.about2-page .about-7 .list .slick-arrow {
    position: absolute;
    z-index: 1;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    width: 28px;
    height: 56px;
    border: none;
    background-color: #FFFFFF;
}
.about2-page .about-7 .list .slick-arrow.slick-prev {
    left: 115px;
}
.about2-page .about-7 .list .slick-arrow.slick-next {
    right: 115px;
}
@media screen and (max-width: 1200px) {
    .about2-page .about-1 .box {
        padding: 60px;
    }
    .about2-page .about-1 .number ul {
        margin: 0 -60px;
    }
}
@media screen and (max-width: 1000px) {

    .about2-page .about-1 {
        padding: 60px 0;
    }
    .about2-page .about-1 .box {
        padding: 30px 15px;
    }
    .about2-page .about-1 .number ul {
        margin: 0 -15px;
    }
    .about2-page .about-1 .number {
        margin-top: 30px;
    }
    .about2-page .about-7 {
        padding: 60px 0;
    }
}
@media screen and (max-width: 700px) {
    .about2-page .about-1 .number ul li {
        border: none!important;
    }
}
@media screen and (max-width: 500px) {
    .about2-page .about-7 .list .slick-arrow.slick-prev {
        left: 30px;
    }
    .about2-page .about-7 .list .slick-arrow.slick-next {
        right: 30px;
    }
}
.customer-page .customer-2 .box {
    margin: -15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.customer-page .customer-2 .box .left {
    padding: 100px 0 100px 100px;
    width: 50%
}
.customer-page .customer-2 .box .left .text{
    font-size: 18px;
    line-height: 2;
    margin-top: 40px;
    color: #666666;
}
.customer-2 .box ul.slick-dots{
    bottom: -40px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.customer-2 .box ul.slick-dots button {
  display: none;
}
.customer-2 .box ul.slick-dots li{
    width: 93px;
    height: 4px;
    background-color: #000000;
    opacity: 0.3;
}
.customer-2 .box  ul.slick-dots li.slick-active{
    background-color: #000000;
    opacity: 1
}
.customer-page .customer-2 .box .right{
    width: 40%;
    padding-top: 50px
}
.customer-page .customer-2 .box .right li{
    padding-right: 5px
}
.customer-page .customer-2 .box .right img{
    margin: 0 0 0 auto
}
.customer-page .customer-2 .tabs {
    border-bottom: 1px solid #f2f2f2;
}
.customer-page .customer-2 .tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.customer-page .customer-2 .tabs ul li {
    padding: 15px 0;
    position: relative;
    width: auto;
}
.customer-page .customer-2 .tabs ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 3px;
    background-color: #e5a814;
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.customer-page .customer-2 .tabs ul li.active::after {
    opacity: 1;
}
.customer-page .customer-2 .tabs ul li a {
    font-style: italic;
}
.customer-page .customer-2 .content .text {
    color: #a0a0a0;
}
.qualitys .customer-2 .ui{
    padding: 80px 100px 100px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 80px
}
.qualitys .customer-2 .left{
    padding-right: 85px
}
.qualitys.technology  .customer-2 .left{
    padding-right: 205px
}
.qualitys .customer-2 .right img{
    width: 100%
}
.qualitys .customer-2 .left .text{
    margin-top: 40px;
}
.qualitys .customer-2 .left .text .t1{
    font-size: 20px;
    font-weight: bold;

    line-height: 1.4;
    margin-bottom: 10px
}
.qualitys .customer-2 .left .text p{
    padding-left: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 2;
    position: relative
}
.qualitys .customer-2 .left .text p::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .5em;
    width: 10px;
    height: 10px;
    background: #e6a814;
    border-radius: 50%;

}
.technology{
    background: #f9f9f9
}
.technology.about2-page .about-1 .box{
    background: #fff;
    padding: 80px 0 0 0
}
.technology.about2-page .about-1 .number{
    background: url(../images/t_bg.jpg) no-repeat center top / cover;
    padding: 70px 0;
    color: #fff
}
.technology.about2-page .about-1 .number .t1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px
}
.technology.about2-page .about-1 .number ul{
    margin: 0
}

.technology.about2-page .about-1 .number ul li{
    border: none !important;

}
.technology.about2-page .about-1 .number ul li em{
    margin-right: 5px
}
.technology .about2-page .about-7 .list .three{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.technology .about2-page .about-7 .list .three .column{
    margin-bottom: 20px
}
@media screen and (max-width: 1000px){
    .qualitys .qualitys-2 .left{
        width: 100%
    }
    .customer-page .custom-1 .box .right{
        display: none
    }
    .customer-page .custom-1 .box .left{
        width: 100%
    }
    .customer-page .custom-1 .box .left ul li{
        padding: 25px 20px
    }
}
@media screen and (max-width: 1440px) {
    .qualitys.technology  .customer-2 .left{
        padding-right: 105px
    }
}
@media screen and (max-width: 1200px) {
    .customer-page .customer-3 .list ul {
        margin: 40px;
    }
    .customer-page .customer-3 .list ul li {
        padding: 15px;
    }
    .customer-page .customer-3 .list .slick-arrow.slick-prev {
        left: 0;
    }
    .customer-page .customer-3 .list .slick-arrow.slick-next {
        right: 0;
    }
    .qualitys .qualitys-1 ul{
        margin-right: -40px
    }
    .qualitys .qualitys-1 ul li{
        padding-right: 40px
    }
    .qualitys .qualitys-2 .right{
        padding-left: 20px;
        padding-top: 10px
    }
    .qualitys .customer-2 .left{
        padding-right: 40px
    }
    .qualitys.technology  .customer-2 .left{
        padding-right: 55px
    }
}
@media screen and (max-width: 1000px) {
    .qualitys .qualitys-1 ul{
        margin-right: -20px
    }
    .qualitys .qualitys-2 .right{
        padding: 0;

    }
    .qualitys .customer-2 .ui{
        padding: 0 15px;
    }
    .qualitys .customer-2 .left{
        padding-right: 0
    }
    .qualitys.technology  .customer-2 .left{
        padding-right: 0
    }
    .qualitys .qualitys-1 ul li{
        padding-right: 20px
    }
    .customer-page .customer-1 .list ul {
        display: block;
        margin: -10px;
    }
    .customer-page .customer-1 .list ul li {
        padding: 10px;
    }
    .customer-page .customer-1 .list .mml-text {
        padding: 30px 15px;
    }
    .customer-page .customer-2 .box .left {
        width: 100%;
    }
    .customer-page .customer-2 .box .right {
        width: 100%;
        text-align: center;
    }
    .customer-page {
        padding-top: 60px;
    }
    .customer-page .customer-2 {
        padding: 60px 0;
    }
    .customer-page .customer-3 {
        padding: 60px 0;
    }
    .customer-page .customer-4 {
        padding: 60px 0;
    }
}
@media screen and (max-width: 700px) {
    .customer-page .customer-2 .tabs ul {
        display: block;
    }
    .customer-page .customer-2 .tabs ul li {
        margin-right: 30px;
    }
    .customer-page .custom-1 .box .left ul li{
        width: 100%
    }
}
@media screen and (max-width: 1200px) {
    .i-advantage p br {
        display: none;
    }
    .i-advantage .tab ul li a {
        line-height: 50px;
        padding: 0 10px;
    }
    .i-advantage .bag {
        padding: 10%;
    }
}
@media screen and (max-width: 1000px) {
    .i-advantage .left {
        width: 100%;
        padding: 0;
    }
    .i-advantage .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .i-advantage .tab ul {
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .i-advantage {
        display: none;
    }
}

.product-page {
  padding: 4.74% 0 0%;
}

.product-page .category {
  text-align: center;
}

.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}

.product-page .category ul {
  margin-right: -40px;
}

.product-page .category ul li {
  padding-right: 40px;
}

.product-page .category ul li .img-box {
  display: block;
  overflow: visible
}

.product-page .category ul li .img-box img {
  display: inline-block;
  border-radius: 10px;
}
.product-page .category ul li .img-box {
  max-width: 310px;
}

.product-page .category ul li .tit {
  display: block;
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}

.product-page .category ul li.active .tit {
  color: var(--color);
}

.product-page .top {
  text-align: center;
  margin-top: 5%;
}

.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}

.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}

.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}

.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}

.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}

.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}

.product-page .top .fl-list ul li:hover {
  color: var(--color);
}

.product-page .top .fl-list:hover ul {
  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;
}

.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}

.product-page .top .product-search form {
  width: 365px;
  position: relative;
}

.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}

.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) var(--color) no-repeat center center;
}

.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}

.product-page .info .ui.container {
  max-width: 1273px;
}

.product-page .info h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--color);
}

.product-page .info .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 1%;
}

.product-page .list {
  margin-top: 3.25%;
}

.product-page .list ul {
  margin: 0 -52px -89px 0;
}

.product-page .list ul li {
  padding: 0 52px 89px 0;
}

.product-page .list ul li .img-box {
  display: block;
  /*border: solid 1px #dadada;*/
  padding: 30px 0
}

.product-page .list ul li .img-box img {
  display: inline-block;
}

.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 90%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

/*.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}

.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}*/

.product-page .list ul li .tit {
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 25px;
  display: block;

}
.product-page .list ul li .tit:hover{
  color: var(--color);
}

@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }

  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }

  .product-page .list ul li .tit {
    font-size: 19px;
  }

}

@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }

  .product-page .top .product-search {
    margin-left: 26px;
  }

  .product-page .top .product-search form {
    width: 320px;
  }

  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }

  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }

  .product-page .category {
    display: none;
  }

  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}

@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }

  .product-page .info h1 {
    font-size: 36px;
  }

}

@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }

  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }

}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
  background-image: url('../images/banner-btn-l.png');
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
  background-image: url('../images/banner-btn-r.png');
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--color);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 500px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
  color: #666;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn {
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #acce22;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prodet-page .prodet-2 .ret ul li .content.form form{
  margin: 0 auto;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
    font-size: 20px;
line-height: 36px;
  }
  .prodet-page .prodet-1 .box .right .content a.msgBtn {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}
.inner-page .m-page {
  margin-top: 5%;
  margin-bottom: 7%;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  border-color: #474747;
}

.inner-page .m-page span.current {
  border-color: #474747;
}
.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

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

.m-link .prev a.link img {
  margin-right: .5em;
}

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

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

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

.m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

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

.contact-page {
    padding-top: 120px;
}

.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,
.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 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;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.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: 10px;
    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;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li button {
  border: none;
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 40px;
}

.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,
.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;
    color: #83827f;
    margin-top: 7px;
}

.contact-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
    color: #111;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    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%;
    padding-left: 20px;
}

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

@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }

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

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

    .contact-page .contact-2 {
        padding-top: 60px;
    }

    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }

    .contact-page .contact-1 .left form ul li .more {
        padding: 18px 20px;
    }

    .contact-page .contact-2 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 2px 12px;
    }

    .contact-page .contact-1 .left form ul li p {
        display: block;
        padding: 10px 0 0 0;
    }

    .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;
    }
}
.news-page .news-1 {
    background-color: #faf9f9;
}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 1.8;
    height: 3.6em;
    margin-bottom: 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page {
    padding: 50px 0;
        background-color: #faf9f9;
}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 200px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    background-color: #077087;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-right: 4%;
}
@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1{
        padding: 70px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
    .inner-page .product_list ul li {
        padding: 10px;
    }
    .inner-page .product_list ul {
        margin: -10px;
    }
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
}
@media screen and (max-width: 1000px) {
     
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
     
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
        line-height: 1.6;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
}
.newdet-page .form ul {
    margin: -10px
}

.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px
}

.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px
}

.newdet-page .form ul li input,.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.newdet-page .form ul li input:focus,.newdet-page .form ul li textarea:focus {
    border-color: var(--color)
}

.newdet-page .form ul li textarea {
    height: 80px
}
.newdet-page .form ul li button {
  border: none;
}
.newdet-page .form ul li.wid-100 {
    width: 100%
}
.rongbro-1 li,
.rongbro-1 li>div {
  height: 100%;
}
.rongbro-1 .text {
  margin-bottom: auto;
}
.rongbro-2 {
  background-color: #f3f3f3;
}
.markets-10 {
  background-color: #f6f6f6;
}
.markets-10 a {
  border: 1px solid #e0e0e0;
  background-color: white;
}
.markets-11 .bg {
  background-color: #031418;
}
.markets-11 .map {
  position: relative;
  color: white;
}
.markets-11 .map li {
  position: absolute;
  transform: translate(-50%,-50%);
}
.markets-11 .map li span {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding: 0 1em;
  white-space: nowrap;
}
.markets-11 .map li i:not([class]) {
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: white;
  position: relative;
  display: block;
}
.markets-11 .map li i:not([class]):after,
.markets-11 .map li i:not([class]):before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  animation: ks 2s infinite linear;
}
.markets-11 .map li i:not([class]):before {
  animation-delay: .6s;
}
.markets-11 .map li i.iconfont {
  font-size: 1.5em;
}
.markets-11 .map li:nth-child(1) {
  top: 39%;
  left: 85%;
}
.markets-11 .map li:nth-child(2) {
  top: 68%;
  left: 26%;
}
.markets-11 .map li:nth-child(3) {
  top: 88%;
  left: 24%;
}
.markets-11 .map li:nth-child(4) {
  top: 45%;
  left: 48%;
}
.markets-11 .map li:nth-child(5) {
  top: 61%;
  left: 51%;
}
.markets-11 .map li:nth-child(6) {
  top: 46%;
  left: 56%;
}
.markets-11 .map li:nth-child(7) {
  top: 49%;
  left: 61%;
}
.markets-11 .map li:nth-child(8) {
  top: 55%;
  left: 60%;
}
.markets-11 .map li:nth-child(9) {
  top: 60%;
  left: 60%;
}
.markets-11 .map li:nth-child(10) {
  top: 53%;
  left: 63%;
}
.markets-11 .map li:nth-child(11) {
  top: 46%;
  left: 88%;
}
.markets-11 .map li:nth-child(12) {
  top: 59%;
  left: 85%;
}
.markets-11 .map li:nth-child(13) {
  top: 78%;
  left: 88%;
}
.markets-11 .map li:nth-child(2) span,
.markets-11 .map li:nth-child(3) span,
.markets-11 .map li:nth-child(4) span,
.markets-11 .map li:nth-child(5) span,
.markets-11 .map li:nth-child(7) span,
.markets-11 .map li:nth-child(8) span {
  left: auto;
  right: 100%;
}
.markets-11 .map canvas {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 1;
  pointer-events: none;
}