@font-face {
  font-family: 'mic';
  src: url(../fonts/MicrogrammaD-BoldExte.ttf) format('truetype'), url(../fonts/MicrogrammaD-BoldExte.eot) format('eot'), url(../fonts/MicrogrammaD-BoldExte.woff) format('woff'), url(../fonts/MicrogrammaD-BoldExte.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype'), url(../fonts/Montserrat-ExtraBold.eot) format('eot'), url(../fonts/Montserrat-ExtraBold.woff) format('woff'), url(../fonts/Montserrat-ExtraBold.woff2) format('woff2');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-display: swap;
}
:root {
  --base-color: #0f296e;
  --color: #0f296e;
}
body,
html {
  font-size: 10px;
}
body {
  font-family: "mon";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.title {
  font-family: "mic";
  font-weight: 700;
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 1577px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
}
#header.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu .language span img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu ul.menu > li > a:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: -webkit-linear-gradient(top, #000, transparent);
  background: -moz-linear-gradient(top, #000, transparent);
  background: linear-gradient(to bottom, #000, transparent);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: 114px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  background: var(--base-color);
  border-radius: 18px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .ui.menu .menu-box ul.menu > li:hover,
#header .ui.menu .menu-box ul.menu > li.active {
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
#header .ui.menu .menu-box ul.menu > li:hover > a:before,
#header .ui.menu .menu-box ul.menu > li.active > a:before {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 15px;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li > a:before {
  content: "";
  width: 25px;
  height: 0px;
  position: absolute;
  right: 5px;
  top: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-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 .ui.menu .menu-box ul.menu > li ul.sub-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: 15px;
  background: #fff;
  top: 0;
  left: 100%;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 0px;
}
#header .ui.menu .language span {
  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;
  line-height: 2;
}
#header .ui.menu .language span img {
  margin-right: 15px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 120px;
  -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(--base-color);
  display: none;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  margin: 0 15px;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#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%;
  position: relative;
}
#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(--base-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(--base-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(--base-color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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(--base-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(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li img {
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: top center;
  object-position: top center;
}
#banner .bannerbox ul.bannerlist li .content {
  position: absolute;
  left: 0;
  top: 72%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner .bannerbox ul.bannerlist li .content .h2 {
  color: #fff;
  line-height: 1;
}
#banner .bannerbox ul.bannerlist li .content .h2 em {
  display: block;
  color: var(--base-color);
}
#banner .bannerbox ul.bannerlist li .content .text {
  color: #fff;
  margin-top: 2.5em;
  margin-bottom: 7.5em;
}
#banner .bannerbox ul.bannerlist li .content .text p {
  max-width: 470px;
  line-height: 1.55555556;
}
a.more {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  border-color: #fff;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
}
a.more.black:before {
  border-color: #000;
}
a.more.black::after {
  background: var(--base-color);
}
a.more.black em {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more.black:hover em {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
a.more:hover em {
  top: -10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more:hover:after {
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more:before {
  width: 100%;
  height: 100%;
  border-color: inherit;
  border: 1px solid #fff;
  content: "";
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
a.more:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 1;
}
a.more em {
  position: relative;
  font-size: 18px;
  color: inherit;
  z-index: 2;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .tags {
  font-size: 130px;
  line-height: 0.6;
  font-family: "mic";
  opacity: 0.1;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -40px;
  text-transform: uppercase;
}
#index-body .tags.white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background-image: -webkit-linear-gradient(top, #fff, transparent);
  background-image: -moz-linear-gradient(top, #fff, transparent);
  background-image: linear-gradient(to bottom, #fff, transparent);
}
#index-body .tags.black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(top, #000, transparent);
  background-image: -moz-linear-gradient(top, #000, transparent);
  background-image: linear-gradient(to bottom, #000, transparent);
}
.gxs-1 {
  background: url(../images/index-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 6em;
}
.gxs-1 .top {
  text-align: center;
  color: #fff;
}
.gxs-1 .top .h3 {
  margin-top: 0px;
  margin-left:-50px;
  margin-right: -50px;
}
.gxs-1 .top p {
  max-width: 450px;
  margin: 0 auto;
  color: #fff;
}

.gxs-1 .main2{
  margin-top: 30px;
}
.gxs-1 .main2 ul{
  margin:-10px;
}
.gxs-1 .main2 ul li{
  padding: 10px;
}
.gxs-1 .main2 ul li .item{
  height: 430px;
  width: 100%;
  padding: 2.5em;
  background: #fff;
  border-radius: 10px;
}
.gxs-1 .main2 ul li .item .h4{
  color: #000;
  line-height: 1.8!important;
  height: 92px!important;
  overflow-y: auto;
  font-weight:500;
  font-family: "mon";
}
.gxs-1 .main {
  position: relative;
  margin-top: -100px;
}

.gxs-1 .main span.btn {
  width: 50px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 6;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.gxs-1 .main span.btn.slick-prev {
  left: 30%;
}
.gxs-1 .main span.btn.slick-next {
  right: 30%;
}
.gxs-1 .main span.btn:hover:before {
  background: var(--base-color);
  border-color: var(--base-color);
}
.gxs-1 .main span.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border: 1px solid #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
}
.gxs-1 .main span.btn i {
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.gxs-1 .main ul .slick-current li .item .img-box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul .slick-current li .item .top,
.gxs-1 .main ul .slick-current li .item a.more {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul li .item {
  height: 850px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gxs-1 .main ul li .item a.more {
  opacity: 0;
}
.gxs-1 .main ul li .item .top{
  opacity: 0;
  margin-bottom: 40px;
}
.gxs-1 .main ul li .item .img-box {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul li .item .img-box img {
  /*max-width: 429px;*/
}
.gxs-2 {
  padding-top: 10em;
}
.gxs-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-2 .ui.container .left {
  max-width: 880px;
  width: 56%;
}
.gxs-2 .ui.container .left .h3 {
  line-height: 1.2;
  margin-top: -40px;
  color: var(--base-color);
}
.gxs-2 .ui.container .left .text {
  margin-top: 3em;
  margin-bottom: 9em;
  color: #666;
}
.shouye{
  font-size: 18px;
  line-height: 32px;
  margin-top: 3em;
  margin-bottom: 9em;
  color: #666;
}
.shouye h1{
  display: inline!important;
  font: inherit;
}
.gxs-2 .ui.container .right {
  width: 43%;
  position: relative;
  margin-bottom: -14em;
}
.gxs-2 .ui.container .right .play {
  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%);
}
.gxs-3 {
  padding-top: 10em;
  padding-bottom: 6em;
  background: #f3f4f6;
}
.gxs-3 .ui.container {
  width: 1747px;
  margin-left: auto;
  margin-right: 0;
}
.gxs-3 .h3 {
  color: var(--base-color);
  line-height: 1.34482759;
}
.gxs-3 .main {
  margin-top: 6em;
  width: 100%;
  overflow: hidden;
  padding-right: 10%;
}
.gxs-3 .main ul li {
  padding: 4em 5em;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .main ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-3 .main ul li:hover .item .top img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(40) grayscale(1);
  filter: brightness(40) grayscale(1);
}
.gxs-3 .main ul li:hover .item .text {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.gxs-3 .main ul li .item .top {
  text-align: left;
  display: block;
  margin-bottom: 8em;
}
.gxs-3 .main ul li .item .top img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .main ul li .item .text {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #666;
}
.gxs-3 .main ul li .item .h4 {
  margin-bottom: 5px;
  color: inherit;
  line-height: 1.4;
}
.gxs-3 .main ul li .item p {
  color: inherit;
  line-height: 1.8;
}
.gxs-3 .btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6em;
}
.gxs-3 .btm .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-3 .btm .navbox span.btn {
  width: 50px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.gxs-3 .btm .navbox span.btn:hover:before {
  background: var(--base-color);
  border-color: var(--base-color);
}
.gxs-3 .btm .navbox span.btn:hover i {
  color: #fff;
}
.gxs-3 .btm .navbox span.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border: 1px solid #666;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
}
.gxs-3 .btm .navbox span.btn i {
  font-size: 24px;
  color: #666;
  position: relative;
  z-index: 3;
}
.gxs-3 .btm .swiper-scrollbar {
  position: relative;
  height: 2px;
  background: #eee;
  display: block;
  width: 100%;
  margin-left: 30px;
}
.gxs-3 .btm .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--base-color);
}
.gxs-4 {
  padding-top: 10em;
  padding-bottom: 10em;
  background: #1f2326;
  overflow: hidden;
  position: relative;
}
.gxs-4 img.dec{
   position: absolute;
   right: 0;
   top: -25%;
   z-index: 6;
}
.gxs-4 .ui.container .tags {
  text-transform: capitalize!important;
  opacity: 0.7!important;
}
.gxs-4 .ui.container .box .text {
  color: #fff;
}
.gxs-4 .ui.container .box .text p {
  opacity: .5;
  line-height: 1.8;
}
.font-60{
  line-height: 1.2;
}
.gxs-4 .ui.container .top {
  margin-top: -1em;
  z-index: 3;
  position: relative;
  margin-bottom: 4.5em;
}
.gxs-4 .ui.container .top .img-box {
  width: 73%;
  max-width: 1150px;
}
.gxs-4 .ui.container .top .text {
  max-width: 600px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gxs-4 .ui.container .top .text .h2 em {
  color: var(--base-color);
  display: block;
}
.gxs-4 .ui.container .top .text .h2 em.mb{
  margin-bottom:-40px;
}
.gxs-4 .ui.container .top .text p {
  max-width: 380px;
  opacity: 0.5;
  margin-left: auto;
  margin-right: 0;
}
.gxs-4 .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-4 .ui.container .bottom .left {
  width: 52%;
  max-width: 787px;
}
.gxs-4 .ui.container .bottom .left .text .h2 em {
  color: var(--base-color);
}
.gxs-4 .ui.container .bottom .right {
  width: 46%;
  max-width: 706px;
  position: relative;
}
.gxs-4 .ui.container .bottom .right .text {
  width: 90%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7em;
  max-width: 580px;
}
.gxs-4 .ui.container .bottom .right .text .h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}
.gxs-4 .ui.container .bottom .right .text p {
  opacity: 8;
}
.gxs-5 {
  padding: 10em 0;
}
.gxs-5 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
.gxs-5 .top .navbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4em;
}
.gxs-5 .top .navbox a {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  position: relative;
  margin-left: 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
}
.gxs-5 .top .navbox a:hover,
.gxs-5 .top .navbox a.active {
  color: #fff;
}
.gxs-5 .top .navbox a:hover:before,
.gxs-5 .top .navbox a.active:before {
  background: var(--base-color);
  border-color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .top .navbox a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: -1;
}
.gxs-5 .main .cateitem ul {
  margin: 0 -15px;
}
.gxs-5 .main .cateitem ul li {
  padding: 0 15px;
}
.gxs-5 .main .cateitem ul li .item {
  width: 100%;
  padding: 3em 4.5em;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .main .cateitem ul li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--base-color);
}
.gxs-5 .main .cateitem ul li .item:hover .h4 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.gxs-5 .main .cateitem ul li .item .h4 {
  color: #999;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.6;
  min-height: 5em;
}
.gxs-5 .main .cateitem ul li .item p {
  /*text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 1;*/
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 45px;
  color: #666;
  line-height: 32px;
}
.gxs-5 .main .cateitem ul li .item .btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gxs-5 .main .cateitem ul li .item .btm .time {
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.gxs-6 {
  padding: 10em 0;
  background: url(../images/form-bg.jpg) center center no-repeat;
  background-size: cover;
}
.gxs-6 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-6 .ui.container .left {
  width: 50%;
  max-width: 410px;
  color: #fff;
}
.gxs-6 .ui.container .left .h3 {
  margin-bottom: 85px;
  line-height: 1.2;
}
.gxs-6 .ui.container .left p {
  opacity: 0.5;
  line-height: 1.6;
}
.gxs-6 .ui.container .right {
  width: 50%;
  max-width: 745px;
}
.gxs-6 .ui.container .right form input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-bottom: 25px;
  background: transparent;
}
.gxs-6 .ui.container .right form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form input[type="text"]:focus {
  border-color: #fff;
}
.gxs-6 .ui.container .right form textarea {
  width: 100%;
  height: 100px;
  line-height: 1.8;
  padding-left: 25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  margin-bottom: 55px;
}
.font-20{
  font-size: 20px;
  line-height: 36px;
}
.gxs-6 .ui.container .right form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.gxs-6 .ui.container .right form textarea:focus {
  border-color: #fff;
}
.gxs-6 .ui.container .right form a.more:after {
  background: var(--base-color);
  z-index: 1;
}
.gxs-6 .ui.container .right form a.more em {
  position: relative;
  z-index: 3;
  color: #fff;
}
.gxs-6 .ui.container .right form a.more input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
#footer {
  background: url(../images/footer-icon.png) right bottom no-repeat #1a3783;
}
#footer .footer-main {
  padding: 9em 0;
}
#footer .footer-main .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container .left {
  width: 48%;
  max-width: 500px;
}
#footer .footer-main .ui.container .left .logo {
  margin-bottom: 7.5em;
}
#footer .footer-main .ui.container .left .infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
#footer .footer-main .ui.container .left .infobox .column {
  display: inline-block;
}
#footer .footer-main .ui.container .left .infobox .column.wid100 {
  width: 100%;
}
#footer .footer-main .ui.container .left .infobox .column em {
  opacity: 0.5;
  line-height: 1.8;
}
#footer .footer-main .ui.container .right {
  width: 50%;
  max-width: 720px;
  padding-top: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container .right .links .h4 {
  color: #fff;
  margin-bottom: 80px;
}
#footer .footer-main .ui.container .right .links ul li {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
#footer .footer-main .ui.container .right .links ul li:hover a:before {
  right: 5px;
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .right .links ul li a {
  position: relative;
}
#footer .footer-main .ui.container .right .links ul li a:before {
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  top: -10px;
  right: -20px;
  opacity: 0;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  border-top: 1px solid #fff;
  padding: 5px 0;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .ui.container .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .ui.container ul.sharelist {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .ui.container ul.sharelist li {
  margin-left: 15px;
}
#footer .footer-bottom .ui.container ul.sharelist li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-bottom .ui.container ul.sharelist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1350px;
  }
  .gxs-3 .ui.container {
    width: 1350px;
  }
  #index-body .tags {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1150px;
  }
  .gxs-3 .ui.container {
    width: 1150px;
  }
  #index-body .tags {
    font-size: 85px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  .gxs-3 .ui.container {
    width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 670px;
  }
  .gxs-3 .ui.container {
    width: 670px;
  }
  .gxs-1 .main span.btn.slick-prev {
    left: 5%;
  }
  .gxs-1 .main span.btn.slick-next {
    right: 5%;
  }
  .gxs-1 .main ul li .item {
    height: auto;
  }
  .gxs-2 .ui.container .left {
    width: 100%;
  }
  .gxs-2 .ui.container .right {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  #footer .footer-main .ui.container .right {
    display: none;
  }
  #footer .footer-main .ui.container .left {
    width: 100%;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  .ui.container {
    width: 470px;
  }
  .gxs-3 .ui.container {
    width: 470px;
  }
  #index-body .tags {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .gxs-4 .ui.container .bottom .left {
    width: 100%;
  }
  .gxs-4 .ui.container .bottom .right {
    width: 100%;
    margin-top: 20px;
  }
  .gxs-5 .top .navbox a {
    font-size: 14px;
  }
  a.more em {
    font-size: 14px;
  }
  .gxs-6 .ui.container .left {
    width: 100%;
  }
  .gxs-6 .ui.container .left .h3 {
    margin-bottom: 20px;
  }
  .gxs-6 .ui.container .right {
    width: 100%;
    margin-top: 25px;
  }
  html,
  body {
    font-size: 6px;
  }
  .gxs-1 .main2 ul li .item{
    height: auto;
  }
  .backtop,.whatsapp,.ewm,#Pop_UpsBtn{
    display: none!important;
  }
  .gxs-5 .top .navbox{
    flex-wrap: wrap;
  }
  .gxs-5 .top .navbox a{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .ui.container {
    width: 95%;
  }
  .gxs-1 .main span.btn {
    display: none!important;
  }
  .gxs-2 .ui.container .right .play {
    max-width: 50px;
  }
  html,
  body {
    font-size: 4px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  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%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 20px;
  bottom: 40px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#Pop_UpsBtn:hover {
  background: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 20px;
  bottom: 280px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}



/*inner css kaishi*/

/*
.btn-go {
  color: #fff;
  width: 250px;
  height: 50px;
  background-color: #0f296e;
  font-size: 22px;
 background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.btn-go a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
.btn-go a span {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.5s;
}
.btn-go:hover a span {
  transform: translateX(50px);
}
.btn-go:hover a .line {
  transform: translateX(-80px);
}
.btn-go:hover a .triangle {
  margin-left: 5px;
}
.btn-go a .line {
 width: 45px !important;
  height: 2px !important;
  transition: all 0.5s;
  margin-top: 0!important;
}
.btn-go a .triangle {
  width: 5px !important;
  height:10px !important;
  margin-top: 0!important;
}*/
.title-tag{
  color: #0f296e;
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-shadow: none;
  font-family: "Poppins-Regular";
  line-height: normal;
  text-transform: none;
}
.title-tag::before{
  content: "";
  height: 2px;
  width: 50px;
  margin-right: 15px;
  background-color: #0f296e;
}

.xt-title {
  font-size: 184px;
  color: #fff;
  font-family: Teko-Bold;
  width: 50%;
  line-height: 150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 5px 5px 5px #0f296e;
  text-shadow: -4px 0 4px #0f296e, /* 右边阴影 */ 4px 0 4px #0f296e, /* 上边阴影 */ 0 -4px 4px #0f296e, /* 下边阴影 */ 0 4px 4px #0f296e;
}
.inner-title{
  color: #fff;
  font-family: Teko-Bold;
  text-shadow: -4px 0 4px #0f296e, /* 右边阴影 */ 4px 0 4px #0f296e, /* 上边阴影 */ 0 -4px 4px #0f296e, /* 下边阴影 */ 0 4px 4px #0f296e;
  font-size: 40px;
}



/* inner */
.contact-page .init-1 .container .right .left{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .right{
  width: 100%;
  padding-left: 0;
}
.contact-page .init-1 .container .right #addForm textarea{
  width:100%;
  flex-direction: column;
}
.contact-page .init-1 .container .right #addForm input[type=text], 
.contact-page .init-1 .container .right #addForm input[type=email]{
 width:49%;
 flex-direction: column;
}
.contact-page .init-1 .container .right #addForm .grid-box{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-page .init-1 .container .right #addForm .grid-box .left{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right #addForm .grid-box .right{
  width: 100%;
  padding-left: 0;
}
.inner-banner {
  height: 250px;
  position: relative;
  background-image: url(../images/about_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner .shadow {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(26,55,131, 0.4)), color-stop(rgba(26,55,131, 0)), to(rgba(26,55,131, 0)));
  background-image: -webkit-linear-gradient(right top, rgba(26,55,131, 0.4), rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: -moz-linear-gradient(right top, rgba(26,55,131, 0.4), rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: linear-gradient(to left bottom, rgb(26 55 131 / 40%), rgba(26,55,131, 0), rgba(26,55,131, 0));
}
.inner-banner .container {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  border-bottom: 1px solid #dcdcdd;
}
.inner-banner .container .cont {
  /*max-width: 600px;*/
  color: #ffffff;
  padding-top: 160px;
}
.inner-banner .container .cont .cat_name {
  font-weight: bold;
  font-size: 28px;
  line-height: 0;
  text-transform: capitalize;
}
.inner-banner .container .cont .des {
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
}
.inner-banner .container .mbx {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  font-size: 18px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: #0f296e;
}
.inner-page {
  padding: 110px 0;
  background-color: #fff;
  color: #000;
}
.inner-page h1,
.inner-page h2,
.inner-page h3{
  font-weight: bold;
}
.font-16{
  line-height: 30px;
}
.more_cont {
  position: relative;
  display: inline-block;
  padding: 12px 38px;
  /*background: #0f296e;*/
  border-radius: 28px;
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont span {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover {
  background-color: #fff;
  color:#fff;
}
.more_cont:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.m-nav_hc {
    z-index: 2;
    position: relative;
    display: none;
}

.m-nav_hc i {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}

.m-nav_hc i.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-nav_hc .active_cate {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    background: #0f296e;
    color: #fff;
    padding: 6px 16px;
    padding-right: 36px;
    text-transform: uppercase;
}

.m-nav_hc .active_cate i {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
}



.m-nav_hc .item_cont {
    -webkit-box-shadow: 0 0 6px 0 #cdcdcd;
    box-shadow: 0 0 6px 0 #cdcdcd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}



.m-nav_hc .item_cont .item {
    padding: 10px 16px;
    padding-right: 36px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px #eee solid;
}

.m-nav_hc .item_cont .item>a.active {
    color: #0f296e;
}

.m-nav_hc .item_cont .item:last-child {
    border-bottom: none;
}

.m-nav_hc .item_cont .item i {
    position: absolute;
    top: 15px;
    right: 16px;
}

.m-nav_hc .item_cont .item a {
    display: block;
}

.m-nav_hc .item_cont .item .item_item_cont {
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 2;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item.active {
    color: #0f296e;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}
.about-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  font-size: 20px;
  line-height: 36px;
}
.about-page .init-1 .container .des {
  margin-top: 30px;
  font-family: 'Poppins-Regular';
}
.about-page .init-1 .container .left {
  padding-right: 170px;
  width: 56%;
}
.about-page .init-1 .container .left .title {
  line-height: 1.4;
  font-size: 40px;
  font-weight: bold;
}
.about-page .init-1 .container .right {
  font-family: 'Poppins-Regular';
  width: 43%;
}
.about-page .init-2 {
  margin-top: 90px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page .init-3 {
  margin-top: 40px;
}
.about-page .init-3 .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.about-page .init-3 .container .list {
  max-width: 340px;
  padding: 0 10px;
  margin-top: 40px;
  cursor: pointer;
}
.about-page .init-3 .container .list .top {
  font-size: 60px;
  font-family: 'Teko-Bold';
}
.about-page .init-3 .container .list .top sup {
  font-size: 20px;
  margin-left: 6px;
}
.about-page .init-3 .container .list .bottom {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.about-page .init-3 .container .subline {
  position: absolute;
  top: 132px;
  left: 0%;
  background-color: #454545;
  height: 1px;
  width: 100%;
}
.about-page .init-3 .container .subline div {
  position: relative;
  top: -2px;
  left: 0;
  width: 20%;
  height: 5px;
  background-color: #0f296e;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about-page .init-4 {
  margin-top: 170px;
}
.about-page .init-4 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.about-page .init-4 .container .left {
  width: 38%;
}
.about-page .init-4 .container .left .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.about-page .init-4 .container .left .list {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-4 .container .left .list .cir {
  background-color: #ffffff;
  min-width: 8px;
  margin-top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 12px;
}
.about-page .init-4 .container .left .list:hover {
  color: #0f296e;
}
.about-page .init-4 .container .left .list:hover .cir {
  background-color: #0f296e;
}
.about-page .init-4 .container .right {
  width: 56%;
}
.about-page .init-4 .container .right img {
  width: 100%;
  display: block;
}
.about-page .init-5 {
  margin-top: 160px;
}
.about-page .init-5 .container {
  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;
}
.about-page .init-5 .container .list {
  border: 1px solid #eee;
  width: 33.33%;
  padding: 50px 30px 15px;
  position: relative;
}
.about-page .init-5 .container .list .shadow {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(26,55,131, 0.4)), color-stop(rgba(26,55,131, 0)), to(rgba(26,55,131, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(26,55,131, 0.4), rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: -moz-linear-gradient(left top, rgba(26,55,131, 0.4), rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: linear-gradient(to right bottom, rgb(26 55 131 / 40%), rgba(26,55,131, 0), rgba(26,55,131, 0));
}
.about-page .init-5 .container .list .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .list .img {
  height: 64px;
  /*filter: brightness(0.5);*/
}
.about-page .init-5 .container .list .title {
  margin-top: 26px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
.about-page .init-5 .container .list .des {
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
  max-height: 140px;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;
}
.about-page .init-5 .container .list:hover .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.about-page .init-5 .container .list:hover .img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-6 {
  margin-top: 130px;
}
.about-page .init-6 .container .title_cont {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-6 .container .title_cont .tip_title {
  font-size: 40px;
  font-weight: bold;
}
.about-page .init-6 .container .swiper {
  margin-top: 46px;
}
.about-page .init-6 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq-page .init-1 .container {
  text-align: center;
}
.faq-page .init-1 .container .tip {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.faq-page .init-1 .container form {
  overflow: hidden;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  max-width: 960px;
  background-color: #ffffff;
}
.faq-page .init-1 .container form input {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 36px;
  padding-right: 80px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.faq-page .init-1 .container form .submit_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/faq_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  right: 32px;
  top: 18px;
}
.faq-page .init-1 .container .des {
  margin-top: 34px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.faq-page .init-2 {
  margin-top: 110px;
}
.faq-page .init-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-page .init-2 .container .left {
  /*width: calc(100% - 590px);*/
  width: 100%;
  /*padding-right: 56px;*/
}
.faq-page .init-2 .container .left .list {
  margin-top: 44px;
  border: 1px solid #4e4e4e;
}
.faq-page .init-2 .container .left .list .title {
  padding: 16px 12px;
  font-size: 22px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1a1a1a;
  cursor: pointer;
}
.faq-page .init-2 .container .left .list .title .title_1 {
  margin-right: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .init-2 .container .left .list .title.active .title_1 {
  color: #0f296e;
}
.faq-page .init-2 .container .left .list .des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 50px;
  display: none;
}
.faq-page .init-2 .container .left .list:first-child {
  margin-top: 0;
}
.faq-page .init-2 .container .left .m-page {
  text-align: left;
}
.faq-page .init-2 .container .right {
  width: 590px;
  padding: 54px 70px 40px 70px;
  background-color: #1a1a1a;
}
.faq-page .init-2 .container .right .tip {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.faq-page .init-2 .container .right input,
.faq-page .init-2 .container .right textarea {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border: none;
  font-weight: 300;
  color: #000000;
}
.faq-page .init-2 .container .right input::-webkit-input-placeholder, .faq-page .init-2 .container .right textarea::-webkit-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-moz-placeholder, .faq-page .init-2 .container .right textarea:-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::-moz-placeholder, .faq-page .init-2 .container .right textarea::-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-ms-input-placeholder, .faq-page .init-2 .container .right textarea:-ms-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::placeholder,
.faq-page .init-2 .container .right textarea::placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right .submit_btn {
  margin-top: 22px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
      border: 1px solid #0062b3;
}
.m-page {
  text-align: right;
  margin-top: 80px;
}
.m-page span,
.m-page a {
  display: inline-block;
  margin: 7px;
  width: 50px;
  height: 36px;
  background-color: #f3f4f6;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span:hover,
.m-page a:hover,
.m-page span.current,
.m-page a.current {
  background-color: #0f296e;
  color: #ffffff;
}
.news-page .container .cat_name_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
}
.news-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
}
.news-page .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  /*width: 36px;*/
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .cat_name_list .list:hover::before,
.news-page .container .cat_name_list .list.active::before {
  background-color: #0f296e;
}
.news-page .container .content {
  margin-top: 70px;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.news-page .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.news-page .container .content .list .box {
  height: 100%;
  border: 1px solid #eee;
}
.news-page .container .content .list .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .content .list .box a:hover {
  color: #0f296e;
}
.news-page .container .content .list .box .img {
  position: relative;
  z-index: 2;
  height: 310px;
}
.news-page .container .content .list .box .cont {
  position: relative;
  padding: 36px 30px;
}
.news-page .container .content .list .box .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(26,55,131, 0.4)), color-stop(rgba(26,55,131, 0)), to(rgba(26,55,131, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(26,55,131, 0.4), rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: -moz-linear-gradient(left top, rgba(26,55,131, 0.4), rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: linear-gradient(to right bottom, rgb(15 41 110 / 40%), rgba(26,55,131, 0), rgba(26,55,131, 0));
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
}
.news-page .container .content .list .box .cont .title {
  font-size: 20px;
  line-height: 36px;
  min-height: 7.3em;
  margin-top: 16px;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
  z-index: 2;
  /*min-height: 108px;*/
}
.news-page .container .content .list .box .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.news-page .container .content .list:hover .box .cont .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.productYd-page .container .content {
  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;
}
.productYd-page .container .content .list {
  margin-top: 70px;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
  position: relative;
  padding-bottom: 40px;
  padding-right: 60px;
}
.productYd-page .container .content .list .box {
  background-image: url(../images/product_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 36px 36px 50px 36px;
  height: 100%;
}
.productYd-page .container .content .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-image: linear-gradient(to right bottom, rgba(2, 55, 131, 0.7), rgba(241, 0, 9, 0), rgba(241, 0, 9, 0))
}
.productYd-page .container .content .list .box .cont {
  position: relative;
  /*max-width: 400px;*/
  z-index: 2;
}
.productYd-page .container .content .list .box .cont .title {
  display: block;
  font-weight:bold;
  font-size: 30px;
  line-height: 1.6;
  min-height: 50px;
}
.productYd-page .container .content .list .box .cont .des {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productYd-page .container .content .list .box .cont .more {
  margin-top: 70px;
}
.productYd-page .container .content .list .pro_img {
  position: absolute;
  height: 75%;
  -o-object-fit: contain;
  object-fit: contain;
  bottom: 0;
  right: 0;
  max-width: 100%;
  top: 100px;
  z-index:10;
}
.productYd-page .container .content .list:hover .box .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.productYd-page .container .content .list:nth-child(2n) {
  margin-left: 120px;
}
.service-page {
  background-color: #191919;
  padding-top: 0;
  padding-bottom: 170px;
}
.service-page .init-1 {
  padding-bottom: 140px;
}
.service-page .init-1 .container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .init-1 .container .left {
  width: 35%;
}
.service-page .init-1 .container .left .title {
  font-size: 56px;
  line-height: 1.2;
  font-weight:bold;
}
.service-page .init-1 .container .left .title_2 {
  font-size: 20px;
  line-height: 36px;
  font-weight:bold;
}
.service-page .init-1 .container .left .des {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.service-page .init-1 .container .left .des p {
  margin-top: 16px;
}
.service-page .init-1 .container .right {
  width: 60%;
  background-color: #ffffff;
  /*padding: 80px 50px 20px 50px;*/
}
.service-page .init-1 .container .right .img {
  position: relative;
}
.service-page .init-1 .container .right .img span {
  display: block;
  overflow: hidden;
}
.service-page .init-1 .container .right .img span img {
  display: block;
  width: 100%;
  height: 100%;
}
.service-page .init-1 .container .right .img .two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  direction: rtl;
}
.service-page .init-1 .container .right .img .two img {
  width: auto;
  max-width: none;
}
.service-page .init-1 .container .right .img .btn_cont {
  cursor: pointer;
  position: absolute;
  width: 50px;
  z-index: 2;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .init-1 .container .right .img .btn_cont .cir {
  background-color: #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.service-page .init-1 .container .right .img .btn_cont .cir .fa-angle-left {
  margin-right: 6px;
}
.service-page .init-1 .container .right .img .btn_cont .subline {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 4px;
  height: -webkit-calc(75%);
  height: -moz-calc(75%);
  height: calc(75%);
  background-color: #000000;
}
.service-page .init-1 .container .right .img .btn_cont .subline_2 {
  top: 0;
}
.service-page .init-2 {
  /*background-image: url(../images/service_1.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  /*padding-top: 160px;*/
  padding-bottom: 90px;
  /*margin-bottom: -160px;*/
}
.service-page .init-2 .container .tip_title {
  font-weight:bold;
  font-size: 56px;
}
.service-page .init-2 .container .title_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .init-2 .container .title_list .list {
  text-align: left;
  margin: 0 25px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  padding: 4px 12px;
  cursor: pointer;
}
.service-page .init-2 .container .title_list .list p {
  position: relative;
  z-index: 2;
}
.service-page .init-2 .container .title_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .init-2 .container .title_list .list:hover::before,
.service-page .init-2 .container .title_list .list.active::before {
  background-color: #0f296e;
}
.service-page .init-2 .container .swiper {
  margin: auto;
  margin-top: 70px;
  max-width: 1180px;
  overflow: hidden;
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  font-size: 20px;
  line-height: 36px;
}
.service-page .init-3 {
  margin-top: -100px;
}
.service-page .init-3 .container {
  position: relative;
  background-color: #404040;
  padding: 70px 100px;
  -webkit-box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
  width: 50%;
  padding-right: 60px;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left img {
  width: 100%;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
  padding-top: 30px;
  width: 50%;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
  font-weight:bold;
  font-size: 56px;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
}
.service-page .init-3 .container .next,
.service-page .init-3 .container .prev {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: -16px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  background-color: #2e2e2e;
}
.service-page .init-3 .container .next i,
.service-page .init-3 .container .prev i {
  position: relative;
  z-index: 2;
}
.service-page .init-3 .container .next.swiper-button-disabled,
.service-page .init-3 .container .prev.swiper-button-disabled {
  opacity: 0.4;
}
.service-page .init-3 .container .prev {
  left: -16px;
}
.service-page .init-4 .box{
  background: url(../images/service4-bg.png) no-repeat center top;
  padding: 67px 0 48px;
}
.service-page .init-4 .box .title{
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
}
.service-page .init-4 .box .content{
  margin-top: 72px;
}
/*.service-page .init-4 .box .content ul{
  padding: 0 11.41%;
  margin-right: -75px;
}*/
/*.service-page .init-4 .box .content ul li{
  padding-right: 75px;
}*/
.service-page .init-4 .box .content ul li .download{
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.service-page .init-4 .box .content ul li .download span{
  font-size: 18px;
  line-height: 32px;
}
.service-page .init-4 .box .content .slick-arrow{
   position: absolute;
  top: 40%;
  width: 30px;
	height: 30px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transition: .5s;
}
.service-page .init-4 .box .content .slick-prev{
  left: 56px;
  background: rgba(255,255,255,0.2);
}
.service-page .init-4 .box .content .slick-prev::before{
  content: "\f053";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: var(--black);
}
.service-page .init-4 .box .content .slick-prev:hover{
  background: var(--white);
}
.service-page .init-4 .box .content .slick-next{
  right: 8%;
  background: rgba(255,255,255,0.2);
}
.service-page .init-4 .box .content .slick-next::before{
  content: "\f054";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: var(--black);
}
.service-page .init-4 .box .content .slick-next:hover{
  background: var(--white);
}
.gallery-page .container .content {
  margin: 0 -20px;
  margin-top: -50px;
}
.gallery-page .container .content p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}
.gallery-page .container .content .column {
  margin-top: 50px;
  padding: 0 20px;
}
.gallery-page .container .content .column .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .container .content .column .box a img {
  width: 100%;
}
.gallery-page .container .content .column .box .text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
}
.gallery-page .container .content .column .box .text .cir {
  width: 6px;
  height: 6px;
  background-color: #0f296e;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 8px;
}
.gallery-page .container .content .column:hover .box .text {
  opacity: 1;
}
.gallery-page .container .m-page {
  text-align: center;
}
.contact-page {
  padding: 0;
}
.contact-page .init-1 {
  padding-top: 110px;
  padding-bottom: 140px;
  position: relative;
  /*background-image: url(../images/contact_1.jpg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 44%;
}
.contact-page .init-1 .container .left .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.contact-page .init-1 .container .left .des {
  font-size: 16px;
  color: #8b8b8b;
  margin-top: 32px;
  line-height: 30px;
}
.contact-page .init-1 .container .left .tip {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 30px;
  margin-right: 15px;
}
.contact-page .init-1 .container .left .contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.contact-page .init-1 .container .left .contact_list .list {
  margin-top: 26px;
  font-size: 16px;
  line-height: 30px;
  width:100%;
  display: flex;
  align-items:flex-start;
}

.contact-page .init-1 .container .left .contact_list .list.address {
  /*max-width: 350px;*/
  margin-top: 40px;
}
.contact-page .init-1 .container .left .contact_list .list.share {
  max-width: 350px;
  margin-top: 40px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  background-color: #8b8b8b;
  padding: 0;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a i {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .right {
  width: 56%;
  padding-left: 150px;
  /*padding-right: 230px;*/
}
.contact-page .init-1 .container .right form {
  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;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-top: 30px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 10px 14px;
  font-size: 16px;
  line-height: 30px;
  border: none;
}
.contact-page .init-1 .container .right form a.more{
  position: relative;
  margin-top: 40px;
}
.contact-page .init-1 .container .right form input[type="submit"]{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin-top: 0!important;
z-index: 9;
}
.contact-page .init-1 .container .right form input::-webkit-input-placeholder, .contact-page .init-1 .container .right form textarea::-webkit-input-placeholder {
  color: #666;
}
.contact-page .init-1 .container .right form input:-moz-placeholder, .contact-page .init-1 .container .right form textarea:-moz-placeholder {
  color: #666;
}
.contact-page .init-1 .container .right form input::-moz-placeholder, .contact-page .init-1 .container .right form textarea::-moz-placeholder {
  color: #666;
}
.contact-page .init-1 .container .right form input:-ms-input-placeholder, .contact-page .init-1 .container .right form textarea:-ms-input-placeholder {
  color: #666;
}
.contact-page .init-1 .container .right form input::placeholder,
.contact-page .init-1 .container .right form textarea::placeholder {
  color: #666;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .submit_btn {
  width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 8px;
  margin-top: 30px;
  border: 1px solid #0062b3;
}
.contact-page .init-1 .container .right form .submit_btn span {
  position: relative;
  z-index: 2;
}
.contact-page .init-2 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.newdet-page .container .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: capitalize;
}
.newdet-page .container .time {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #000!important;
}
.newdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  line-height: 30px;
  font-size: 16px;
}
.m-link {
  margin-top: 40px;
}
.m-link a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 30px;
}
.m-link a:nth-child(2) {
  margin-top: 4px;
}
.m-link a:hover {
  border-bottom-color: #ffffff;
}
.related_product {
  margin-top: 90px;
}
.related_product .swiper{
  overflow: hidden;
}
.related_product .container .swiper .swiper-slide {
  text-align: center;
}
.related_product .container .swiper .swiper-slide a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.related_product .container .swiper .swiper-slide .img {
  padding: 30px;
  background-color: #ffffff;
}
.related_product .container .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related_product .container .swiper .swiper-slide .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  padding: 4px;
}
.related_product .container .swiper .swiper-slide .text:hover {
  color: #0f296e;
}
.m-page_2 {
  margin-top: 80px;
}
.m-page_2 .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-page_2 .wp-pagenavi span,
.m-page_2 .wp-pagenavi a {
  margin: 9px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page_2 .wp-pagenavi span.current,
.m-page_2 .wp-pagenavi a.current {
  background-color: #0f296e;
  color: #ffffff;
  border-color: #0f296e;
}
.m-page_2 a:hover {
  background-color: #0f296e;
  color: #ffffff;
  border: 1px solid #0f296e;
}
.pro_nav_pc .container {
  border-bottom: 1px solid #383838;
  padding: 0 0px 40px 0px;
  position: relative;
}
.pro_nav_pc .container .next,
.pro_nav_pc .container .prev {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 80px;
  right: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.pro_nav_pc .container .next i,
.pro_nav_pc .container .prev i {
  position: relative;
  z-index: 2;
}
.pro_nav_pc .container .prev {
  left: 0;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  padding: 0 10px;
  padding-right: 30px;
  height: 200px;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont {
  margin-top: 16px;
  position: relative;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont .one_title {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  padding-right: 20px;
  margin-bottom: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
  text-align: center;
  -webkit-text-decoration-color: #000;
  -moz-text-decoration-color: #000;
  text-decoration-color: #000;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont .one_title:hover,
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont .one_title.active {
  -webkit-text-decoration-color:var(--base-color);
  -moz-text-decoration-color:var(--base-color);
  text-decoration-color: var(--base-color);
  color: var(--base-color);
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont i {
  font-size: 20px;
  line-height: 36px;
  position: absolute;
  top: 5px;
  right: 0;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a {
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  -moz-text-decoration-color: #000;
  text-decoration-color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a .cir {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  margin-right: 15px;
  margin-top: 9px;
  min-width: 5px;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a:hover,
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a.active {
  -webkit-text-decoration-color: #fff;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.product-page .init-2 {
  margin-top: 80px;
  text-align: center;
}
.product-page .init-2 .container .tip_title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.cpmiaoshu {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.product-page .init-2 .container .tip_des {
  font-size: 16px;
  margin: auto;
  margin-top: 50px;
  line-height: 30px;
  /*max-width: 1320px;*/
      max-height: 420px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}
.product-page .init-2 .container .content {
  margin-top: 20px;
  text-align: left;
}
.product-page .init-2 .container .content ul {
  margin: 0 -30px;
}
.product-page .init-2 .container .content ul li {
  padding: 0 30px;
  margin-top: 60px;
  text-align: center;
}
.product-page .init-2 .container .content ul li a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-2 .container .content ul li .img {
  /*padding: 40px;*/
  /*background-color: #fff;*/
  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;
}
.product-page .init-2 .container .content ul li .img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-2 .container .content ul li .more {
  /*background: #0f296e;
  border-color: #0f296e;
  display: inline-block;*/
  margin-top: -28px;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
.product-page .init-2 .container .content ul li .title {
  font-size: 20px;
  margin-top: 14px;
  line-height: 36px;
  min-height: 144px;
}
.product-page .init-2 .container .content ul li .des {
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  color: #b1b1b1;
  display: none;
}
.product-page .init-2 .container .content ul li:hover .more {
  /*border-color: var(--black);*/
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .init-2 .container .content ul li .more::before{
  background: var(--black);
}
.product-page .init-2 .container .content ul li:hover .title,
.product-page .init-2 .container .content ul li:hover .des {
  color: #0f296e;
}
.seo_cont {
  padding-bottom: 160px;
  background-color: #000000;
}
.seo_cont .seo_news .container .tip_title {
  color: #fff;
}
.seo_cont .seo_news .container .swiper {
  margin-top: 40px;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #0f296e;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 300px;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .title {
  /*margin-top: 50px;*/
  font-size: 20px;
  line-height: 36px;
  min-height: 50px;
  text-transform: capitalize;
  font-weight: bold;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}
.seo_cont .list_cont {
  margin-top: 130px;
}
.seo_cont .list_cont.mt_0 {
  margin-top: 0;
}
.seo_cont .knowledge {
  color: #ffffff;
}
.seo_cont .container .tip_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding-top: 50px;
}
.seo_cont .knowledge .container .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
.Auxil-honor ul li{
padding: 0 15px;
}
.prodet-page .init-1 {
  margin-top: 90px;
}
.prodet-page .init-1 .container {
  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;
}
.prodet-page .init-1 .container .left {
  width: 40%;
  /*height: 614px;*/
}
.prodet-page .init-1 .container .left a {
  /*height: 100%;*/
  display: block;
  width: 100%;
  /*background-color: #ffffff;*/
  /*padding: 40px;*/
}
.prodet-page .init-1 .container .left a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .right {
  width: 56%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 36px;
  line-height: 1.4;
  color: var(--color);
}
.prodet-page .init-1 .container .right .auth {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .share_list {
  margin-top: 16px;
}
.prodet-page .init-1 .container .right .share_list a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
.prodet-page .init-1 .container .right .share_list a i {
  margin-right: 4px;
}
.prodet-page .init-1 .container .right .des {
  font-size: 20px;
  line-height: 36px;
  margin-top: 25px;
  max-height: 355px;
    padding-right: 20px;
margin-bottom: 40px;
overflow: auto;
}
/*.prodet-page .init-1 .container .right .des li{
    list-style-type: inherit;
}*/

.prodet-page .init-1 .container .right .des li:before{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}
.prodet-page .init-1 .container .right .des table{
   width:80%;
}
.prodet-page .init-1 .container .right .Auxil-through{
  padding-top: 138px;
  text-align: left;
}
.prodet-page .init-1 .container .right .more {
  /*margin-top: 50px;*/
}
.prodet-page .init-1 .container .left .swiper {
  margin-top: 30px;
  overflow: hidden;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 240px;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  /*height: 100%;*/
  background-color: #fff;
  padding: 20px;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-2 {
  margin-top: 60px;
}
.prodet-page .init-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #9e9e9e;
}
.prodet-page .init-2 .container .left {
  width: 320px;
  margin-left: 0px;
}
.prodet-page .init-2 .container .left .list {
  padding: 20px 40px;
  border-bottom: 1px solid #9e9e9e;
  position: relative;
  cursor: pointer;
  line-height: 36px;
  font-size: 20px;
}
.prodet-page .init-2 .container .left .list::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  background-color: #0f296e;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.prodet-page .init-2 .container .left .list:hover::before,
.prodet-page .init-2 .container .left .list.active::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.prodet-page .init-2 .container .right {
  min-height: 530px;
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
  border-left: 1px solid #9e9e9e;
}
.prodet-page .init-2 .container .right .list {
  padding: 40px;
  display: none;
}
table td, table th{
  font-weight: 400 !important;
  text-align: center !important;
  width:auto !important;
}
/*table td:last-child {
    color: #fff !important;
}*/
.prodet-page .init-2 .container .right .description .des {
  font-size: 16px;
  line-height: 30px;
  /*text-align: center;*/
}
.prodet-page .init-2 .container .right .description .des table{

  width:100% !important;
}
/*.prodet-page .init-2 .container .right .description .des table tbody{
  min-width: 1600px;
}*/
/*.prodet-page .init-2 .container .right .description .des table tr:first-child{
  background: #0f296e;
}*/
.prodet-page .init-2 .container .right .description .des table tr:nth-child(even){
  background: transparent;
}
.prodet-page .init-2 .container .right .about .content {
  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;
}
.prodet-page .init-2 .container .right .about .content .img {
  width: 40%;
}
.prodet-page .init-2 .container .right .about .content .text_cont {
  /*width: 54%;*/
}
.prodet-page .init-2 .container .right .about .content .text_cont .tip {
  font-size: 20px;
  font-weight: 700;
}
.prodet-page .init-2 .container .right .about .content .text_cont .des {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .init-2 .container .right .contact_info .tip {
  font-size: 20px;
}
.prodet-page .init-2 .container .right .contact_info form {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .contact_info form a.more{
  padding-top: 0;
}
.prodet-page .init-2 .container .right .contact_info form a.more input[type="submit"]{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 6;
}
.prodet-page .init-2 .container .right .contact_info form .lists {
  margin-top: 50px;
  width: 50%;
  padding-right: 100px;
}
.prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
  font-size: 22px;
}
.prodet-page .init-2 .container .right .contact_info form .lists input {
  width: 100%;
  padding: 6px 0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
.prodet-page .init-2 .container .right .contact_info form .more {
  padding: 13px 40px;
  margin-top: 50px;
  text-transform: uppercase;
}
.prodet-page .init-3 {
  margin-top: 160px;
}
.prodet-page .init-3 .container .swiper{
  overflow: hidden;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img-box{
  background: #f3f3f3;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  background-color: transparent;
  padding: 40px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more {
  margin-top: -28px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  background: #0f296e;
  border-color: #0f296e;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 20px;
  margin-top: 12px;
  line-height: 36px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
  color: #0f296e;
}
.oem-page {
  background-color: #000;
}
.oem-page .tips_title {
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  font-style: italic;
}
.oem-page .init-1 .container .tips_des {
  text-align: center;
  font-size: 20px;
  margin: 10px auto 0;
  max-width: 1200px;
  line-height: 36px;
}
.oem-page .init-1 .container .content {
  margin-top: 66px;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
  line-height: 40px;
  min-height: 3.3em;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  max-height: 90px;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;
}
.oem-page .init-2 {
  margin-top: 110px;
}
.oem-page .init-2 .container .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.oem-page .init-2 .container .content .left {
  width: 42%;
}
.oem-page .init-2 .container .content .left .des {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.oem-page .init-2 .container .content .left .img_cont {
  position: relative;
  margin-top: 50px;
}
.oem-page .init-2 .container .content .left .img_cont .img_1 {
  display: block;
  width: 100%;
}
.oem-page .init-2 .container .content .left .img_cont .img_2 {
  height: 86%;
  position: absolute;
  bottom: 30px;
  right: -100px;
}
.oem-page .init-2 .container .content .right {
  width: 47%;
}
.oem-page .init-2 .container .content .right .img {
  display: block;
  width: 100%;
}
.oem-page .init-2 .container .content .right .des {
  margin-top: 36px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.oem-page .init-2 .container .content .right .list_cont {
  margin-top: 10px;
}
.oem-page .init-2 .container .content .right .list_cont .list {
  margin-top: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
  font-size: 20px;
  line-height: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .num {
  font-size: 16px;
  line-height: 30px;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt {
  margin-top: 10px;
  height: 9px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: #b7b7b7;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt div {
  border-radius: 4px;
  background-color: #0f296e;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(2) .jdt div {
  width: 20%;
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(3) .jdt div {
  width: 50%;
}
.oem-page .init-2 .container .content .right .list_cont .list.active .jdt div {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.oem-page .init-3 {
  margin-top: 120px;
}
.oem-page .init-3 .container form {
  max-width: 890px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .init-3 .container form .list {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 100%;
}
.oem-page .init-3 .container form .list.w_50 {
  width: -webkit-calc(50% - 18px);
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
}
.oem-page .init-3 .container form .list.text_center {
  text-align: center;
  margin-top: 40px;
}
.oem-page .init-3 .container form .list.list_upload {
  cursor: pointer;
  height: 56px;
}
.oem-page .init-3 .container form .list.list_upload input {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.oem-page .init-3 .container form .list.list_upload .cont {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  padding: 0 16px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-3 .container form .list input,
.oem-page .init-3 .container form .list textarea {
  padding: 16px;
  width: 100%;
  background-color: #404040;
  border: none;
}
.oem-page .init-3 .container form .list input::-webkit-input-placeholder, .oem-page .init-3 .container form .list textarea::-webkit-input-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input:-moz-placeholder, .oem-page .init-3 .container form .list textarea:-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::-moz-placeholder, .oem-page .init-3 .container form .list textarea::-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input:-ms-input-placeholder, .oem-page .init-3 .container form .list textarea:-ms-input-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::placeholder,
.oem-page .init-3 .container form .list textarea::placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list .submit_btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  padding: 12px 60px;
      border: 1px solid var(--white);
}
.oem-page .init-4 {
  margin-top: 110px;
}
.oem-page .init-4 .swiper{
  overflow: hidden;
}
.oem-page .init-4 .container .title_list {
  position: relative;
}
.oem-page .init-4 .container .title_list .prev,
.oem-page .init-4 .container .title_list .next {
  position: absolute;
  width: 10px;
  height: 24px;
  top: 82px;
  right: 0;
  font-size: 26px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.oem-page .init-4 .container .title_list .prev {
  left: 0;
}
.oem-page .init-4 .container .title_list .subline {
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding: 90px 0;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont {
  position: relative;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .cir {
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .num {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont {
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: -webkit-calc(126%);
  bottom: -moz-calc(126%);
  bottom: calc(126%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top:-110px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p {
  padding: 6px 12px;
  background-color: #0f296e;
  position: relative;
  top: 20px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #0f296e;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .num {
  top: -34px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont {
  top: -webkit-calc(126%);
  top: -moz-calc(126%);
  top: calc(126%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::before {
  display: none;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #0f296e;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .cir,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .cir {
  background-color: #0f296e;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .num,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .num {
  color: #0f296e;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .text_cont,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .text_cont {
  opacity: 1;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
  padding: 90px 50px 50px 50px;
  border: 1px solid #fff;
  position: relative;
  height: auto;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
  max-width: 150px;
  position: absolute;
  bottom: 6px;
  right: 1px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(20%, rgba(26,55,131, 0.4)), color-stop(rgba(26,55,131, 0)), to(rgba(26,55,131, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(26,55,131, 0.4) 20%, rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: -moz-linear-gradient(left top, rgba(26,55,131, 0.4) 20%, rgba(26,55,131, 0), rgba(26,55,131, 0));
  background-image: linear-gradient(to right bottom, rgba(26,55,131, 0.4) 20%, rgba(26,55,131, 0), rgba(26,55,131, 0));
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
  position: relative;
  z-index: 2;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 36px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 18px;
  margin-top: 20px;
  line-height: 32px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .cont .cir {
  background-color: #0f296e;
}
.haha{
  margin-top: 20px!important;
  margin-bottom: 40px!important;
}
.zhishi{
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  color: var(--white);
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 80px;
  color: var(--white);
}
.bankuai h3{
  font-size: 22px!important;
  line-height: 40px;
  margin: 10px 0;
  color: #0f296e;
  text-transform: capitalize!important;
}
.bankuai h2{
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
}
.huhu{
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 380px!important;
  display: block;
  float: right;
  } 
@media (max-width: 1500px) {
  .inner-banner .container .cont {
    max-width: 800px;
  }
  .about-page .init-3 .container .list {
    max-width: 220px;
  }
  .about-page .init-3 .container .list .top {
    font-size: 50px;
  }
  .productYd-page .container .content .list {
    width: -webkit-calc(32%);
    width: -moz-calc(32%);
    width: calc(32%);
  }
  .productYd-page .container .content .list:nth-child(2n) {
    margin-left: 30px;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
    margin-top: 20px;
    margin: auto;
    max-width: 500px;
    padding-right: 0;
    width: 100%;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    width: 100%;
  }
  .service-page .init-4 .box .content ul{
    margin-right: -36px;
  }
  .service-page .init-4 .box .content ul li{
    padding-right: 36px;
  }
  .contact-page .init-1 .container .right {
    padding-right: 0;
  }
  .prodet-page .init-1 .container .left {
    width: 40%;
  }
  .prodet-page .init-1 .container .right {
    width: 56%;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 200px;
  }*/
  .oem-page .tips_title {
    font-size: 50px;
  }
  .productYd-page .container .content .list .box{
    padding: 36px 15px 50px;
  }
  .productYd-page .container .content .list .box{
    height: auto;
  }
  .productYd-page .container .content .list .pro_img{
    position: initial;
    height: auto;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    height: auto;
  }
  .inner-banner .container .cont {
    padding-bottom: 100px;
    padding-top: 160px;
  }
  .inner-banner .container .mbx {
    margin-top: 20px;
    position: relative;
    top: 0;
  }
  .about-page .init-1 .container .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
  }
  .about-page .init-4 .container .left {
    width: 100%;
  }
  .about-page .init-4 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .about-page .init-5 .container .list {
    padding: 20px 16px;
  }
  .faq-page .init-2 .container .right {
    display: none;
  }
  .faq-page .init-2 .container .left {
    padding-right: 0;
    width: 100%;
  }
  .news-page .container .content {
    margin: 0 -15px;
    padding-top: 0;
  }
  .news-page .container .content .list {
    padding: 0 15px;
  }
  .news-page .container .cat_name_list {
    display: none;
  }
  .service-page .init-1 .container .left {
    text-align: center;
    width: 100%;
  }
  .service-page .init-1 .container .right {
    display: none;
    margin-top: 40px;
    width: 100%;
  }
  .service-page .init-4 .box .content ul li .download span{
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .init-2 {
    margin-top: 0;
  }
  .pro_nav_pc {
    display: none;
  }
  .prodet-page .init-1 {
    margin-top: 0;
  }
  .prodet-page .init-2 .container .right .about .content .img {
    width: 100%;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding-right: 30px;
  }
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    right: -44px;
    bottom: 10px;
  }
   .inner-banner .container .cont .cat_name{
    line-height: normal;
  }
}
@media (max-width: 1000px) {
  .m-nav_hc {
    display: block;
  }
 

  .inner-banner {
    margin-top: 40px!important;
    text-align: center;
  }
  .inner-banner .container .cont .cat_name {
    font-size: 40px;
    line-height: normal;
  }
  .about-page .init-1 .container {
    text-align: center;
  }
  .about-page .init-3 .container .subline {
    display: none;
  }
  .about-page .init-3 .container .list {
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 50%;
  }
  .about-page .init-3 .container .list .bottom {
    margin-top: 10px;
  }
  .about-page .init-4 .container .left .title {
    text-align: center;
  }
  .about-page .init-5 .container .list {
    text-align: center;
    width: 50%;
  }
  .about-page .init-6 .container .title_cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .init-6 .container .title_cont .tip_title {
    text-align: center;
    width: 100%;
  }
  .about-page .init-6 .container .title_cont .more {
    margin-top: 20px;
  }
  .news-page .container .content .list {
    text-align: center;
    width: 50%;
  }
  .news-page .container .content .list .box .img {
    height: 200px;
  }
  .m-page {
    text-align: center;
  }
  .productYd-page .container .content .list {
    width: 100%;
  }
  .productYd-page .container .content .list:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 .container .left {
    margin-top: 40px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    text-align: center;
  }
  .contact-page .init-1 .container .left .des {
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    width: 100%;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    /*height: 90vw;*/
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -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;
  }
  .prodet-page .init-1 .container .right > div {
    width: 100%;
  }
  .prodet-page .init-1 .container .left .swiper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .share_list {
    width: 100%;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 340px;
  }*/
  .prodet-page .init-2 .container {
    border: none;
  }
  .prodet-page .init-2 .container .left {
    width: 100%;
    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;
    border: 1px solid #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .prodet-page .init-2 .container .left .list:hover::before,
  .prodet-page .init-2 .container .left .list.active::before {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 25%;
    padding: 20px 15px;
  }
  .prodet-page .init-2 .container .left .list.active {
    background-color: #0f296e;
    color: #fff;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    border: none;
    min-height: 0;
    border: 1px solid #ffffff;
    margin-top: 10px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding: 0;
    width: 100%;
  }
  .oem-page .init-2 .container .content .left {
    width: 100%;
  }
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    display: none;
  }
  .oem-page .init-2 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .haha{
    display: none;
  }
  .service-page .init-1,
  .service-page .init-2{
    padding: 60px 0;
  }
  .service-page .init-1 .container .left .title{
    font-size: 42px;
  }
  .service-page .init-2{
    margin-bottom: 0;
  }
  .service-page .init-2 .container .tip_title{
    font-size: 38px;
  }
  .service-page .init-4 .box .title{
    font-size: 42px;
  }
  .service-page .init-4 .box .content{
    margin-top: 30px;
  }
  .service-page .init-4 .box .content ul{
    padding: 0 6%;
  }
  .service-page .init-4 .box .content .slick-prev{
    left: 0;
  }
  .service-page .init-4 .box .content .slick-next{
    right: 5%;
  }
  .prodet-page .init-1 .container .right .Auxil-through{
    padding-top: 60px;
  }
  .prodet-page .init-2 .container .left{
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-1 .container .right .Auxil-through{
    padding-top: 30px;
  }
  .service-page .init-1,
  .service-page .init-2,
  .service-page .init-4 .box{
    padding: 30px 0;
  }
  .service-page .init-4 .box .title {
    font-size: 32px;
    line-height: 1.4;
  }
  .service-page .init-4 .box .content .slick-next {
    right: 12%;
  }
  .sjfeleimiaoshu {
    display: none!important;
  }
  .about-page .init-2 .container img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .productYd-page .container .content .list {
    padding: 0;
  }
  .productYd-page .container .content .list:first-child {
    margin-top: 0;
  }
  .productYd-page .container .content .list .pro_img {
    display: none;
    height: 40%;
  }
  .productYd-page .container .content .list .box .cont {
    text-align: center;
    width: 100%;
  }
  .service-page .init-2 {
    background: #191919;
  }
  .service-page .init-2 .container .title_list {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .service-page .init-3 .container {
    padding: 40px;
  }
  .service-page .init-3 .container .next {
    right: 0;
  }
  .service-page .init-3 .container .prev {
    left: 0;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 44vw;
  }*/
  .prodet-page .init-1 .container .right .share_list {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    padding: 10px 20px;
    width: 50%;
    border-bottom: 1px solid var(--white);
  }
  .prodet-page .init-2 .container .right .list {
    padding: 20px;
  }
  .oem-page .init-2 {
    margin-top: 40px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list.w_50 {
    width: 100%;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
    padding: 30px 16px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
    width: 60px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  /*.more_cont {
    font-size: 18px;
    line-height: 32px;
    padding: 6px 20px;
  }*/
      .prodet-page .init-2 .container .right {
        overflow: auto;
    }
    .prodet-page .init-2 .container .right table td,
    .prodet-page .init-2 .container .right table th{
      white-space: nowrap;
    }
  .inner-banner .container .cont .des {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px;
  }
  .inner-banner .container .cont {
    padding: 40px 0;
  }
  .inner-banner .container .cont .cat_name {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
  }
  .inner-banner .container .cont .des {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .container .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-page {
    padding: 40px 0;
  }
  .about-page .init-1 .container {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .init-1 .container .left .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .init-1 .container .des {
    margin-top: 20px;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
  .about-page .init-3 .container .list {
    width: 100%;
  }
  .about-page .init-3 .container .list:first-child {
    margin-top: 10px;
  }
  .about-page .init-3 .container .list .top {
    font-size: 30px;
    line-height: 1;
  }
  .about-page .init-4 {
    margin-top: 40px;
  }
  .about-page .init-4 .container .left .title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 44px;
  }
  .about-page .init-4 .container .left .list {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .init-4 .container .left .list .cir {
    margin-top: 6px;
  }
  .about-page .init-5 {
    margin-top: 40px;
  }
  .about-page .init-5 .container .list {
    width: 100%;
  }
  .about-page .init-6 {
    margin-top: 40px;
  }
  .about-page .init-6 .container .title_cont .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .init-6 .container .swiper {
    margin-top: 20px;
  }
  .faq-page .init-1 .container .tip {
    font-size: 24px;
    line-height: 44px;
  }
  .faq-page .init-1 .container form {
    height: 54px;
    margin-top: 20px;
  }
  .faq-page .init-1 .container form input {
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px;
  }
  .faq-page .init-1 .container form input:first-child {
    padding-right: 32px;
  }
  .faq-page .init-1 .container form .submit_btn {
    height: 18px;
    right: 12px;
    width: 18px;
  }
  .faq-page .init-1 .container .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .faq-page .init-2 {
    margin-top: 40px;
  }
  .faq-page .init-2 .container .left .list {
    margin-top: 20px;
  }
  .faq-page .init-2 .container .left .list .title {
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .init-2 .container .left .list .des {
    padding: 20px 30px;
  }
  .faq-page .init-2 .container .left .m-page {
    text-align: center;
  }
  .m-page {
    margin-top: 40px;
  }
  .news-page .container .content {
    margin: 0;
  }
  .news-page .container .content .list {
    padding: 0;
    width: 100%;
  }
  .news-page .container .content .list:first-child {
    margin-top: 0;
  }
  .news-page .container .content .list .box .cont {
    padding: 16px;
  }
  .news-page .container .content .list .box .img {
    height: 60vw;
  }
  .m-page span {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
  }
  .m-page a {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
  }
  .productYd-page .container .content .list {
    margin-top: 30px;
  }
  .productYd-page .container .content .list .box {
    padding: 40px 16px;
  }
  .productYd-page .container .content .list .box .cont .title {
    font-size: 20px;
    line-height: 36px;
  }
  .productYd-page .container .content .list .box .cont .more {
    margin-top: 30px;
  }
  .service-page .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .service-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-1 .container .left .title_2 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 32px;
  }
  .service-page .init-1 .container .left .des p {
    margin-top: 10px;
  }
  .service-page .init-2 {
    padding-bottom: 40px;
  }
  .service-page .init-2 .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-2 .container .title_list .list {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin: 0;
    padding: 0 8px;
    width: 100%;
  }
  .service-page .init-2 .container .swiper {
    margin-top: 40px;
  }
  .service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .init-3 {
    margin-top: 0;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    padding-top: 0;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .gallery-page .container .content {
    margin: 0;
  }
  .gallery-page .container .content .column {
    margin-top: 20px;
    padding: 0;
  }
  .gallery-page .container .content .column:first-child {
    margin-top: 0;
  }
  .gallery-page .container .content .column .box .text {
    opacity: 1;
  }
  .contact-page .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .contact-page .init-1 .container .right form input {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .right form textarea {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .init-1 .container .left .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_list {
    text-align: center;
  }
  .contact-page .init-1 .container .left .contact_list .list {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.email {
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.address {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_list .list.share {
    margin-top: 20px;
  }
  .newdet-page .container .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .related_product {
    margin-top: 40px;
  }
  .related_product .container .swiper .swiper-slide .img {
    padding: 20px;
  }
  .product-page .init-2 .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .product-page .init-2 .container .tip_des {
    margin-top: 10px;
  }
  .product-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .product-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-2 .container .content ul li .title {
    font-size: 18px;
    line-height: 32px;
    min-height: 70px;
  }
  .m-page_2 {
    margin-top: 20px;
  }
  .seo_cont {
    padding-bottom: 40px;
  }
  .seo_cont .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .seo_cont .seo_news .container .swiper {
    margin-top: 20px;
  }
  .seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    margin-top: 20px;
    min-height: 9em;
    line-height: 32px;
  }
  .seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 50vw;
  }
  .seo_cont .knowledge {
    display: none;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-1 .container .right .auth {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .init-1 .container .right .des {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .prodet-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .left .list {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 0;
  }
  .prodet-page .init-2 .container .left .list:first-child {
    border: none;
  }
  .prodet-page .init-2 .container .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .left .list {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .init-2 .container .right .description .des {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .right .contact_info .tip {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-2 .container .right .contact_info form .more {
    padding: 6px 20px;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .tip {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .des {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    margin-top: 40px;
  }
  .oem-page .tips_title {
    font-size: 24px;
    line-height: 44px;
  }
  .oem-page .init-1 .container .tips_des {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-1 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    margin-top: 14px;
    line-height: 32px;
    min-height: 5.3em;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 10px;
  }
  .oem-page .init-2 .container .content .left .des {
    text-align: center;
  }
  .oem-page .init-2 .container .content .left .img_cont {
    margin-top: 20px;
  }
  .oem-page .init-2 .container .content .right .des {
    margin-top: 20px;
    text-align: center;
  }
  .oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-3 {
    margin-top: 40px;
  }
  .oem-page .init-3 .container form {
    margin-top: 0;
  }
  .oem-page .init-3 .container form .list.text_center {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list .submit_btn {
    padding: 6px 40px;
  }
  .oem-page .init-4 {
    margin-top: 40px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
    margin: auto;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
    text-align: center;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 18px;
    line-height: 32px;
    min-height: 3.2em;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 16px;
    line-height: 30px;
  }
}

.case-page ul{
  margin: 0 -98px -96px 0;
}
.case-page ul li{
  padding: 0 98px 96px 0;
}
.case-page ul li .ig{
  border: 1px solid rgba(0,98,179,0.5);
}
.case-page ul li .ig .img-box{
  display: block;
}
.case-page ul li .ig p{
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 17px 77px; 
  height: 100px;
}
@media screen and (max-width: 1680px) {
  .case-page ul{
    margin: 0 -40px -40px 0;
  }
  .case-page ul li{
    padding: 0 40px 40px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 30px 26px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page{
    padding: 60px 0;
  }
  .case-page ul{
    margin: 0 -20px -20px 0;
  }
  .case-page ul li{
    padding: 0 20px 20px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page{
    padding: 30px 0;
  }
  .case-page ul{
    margin: 0 -15px -15px 0;
  }
  .case-page ul li{
    padding: 0 15px 15px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
}
.zhinengh1{
  font-size: 36px;
  line-height: 1.4;
}
.gxs-6.contact{
  display: none;
}
.slick-slider{
  display: block!important;
}



.inner-page .sideBarBox .sideBarRight .productList li {
    padding: 10px 15px;
}
.inner-page .sideBarBox .sideBarRight .productList ul {
    margin: 0 -15px;
}
.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}
.inner-page .sideBarBox .sideBarRight .right .text .neirong {
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  height: 4.375em;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
  line-height: 32px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a i {
  margin-right: 1.5em;
  opacity: .8;
  font-size: .8em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active>a,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active>a em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  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;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 2%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarRight {
  width: 73%;
}

.i-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}
.product-page{
  padding: 8% 0;
}
.inner-page .productList ul li a.img-box {
  display: block;
  background-color: #f3f3f3;
  overflow: unset;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.inner-page .productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li .content span.h6 {
  font-weight: 500;
  font-size: 18px!important;
  color: #120c0b;
  display: block;
  padding: .5em 0 .2em 0;
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
 
}
.inner-page .productList ul li .content span.h6 a{
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;*/
  margin-bottom: .5em;
}
.inner-page .productList ul li .content .text {
  font-size: 16px;
  line-height: 30px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;*/
  display: none!important;
}
.inner-page .productList ul li:hover a.img-box {
  background-color: var(--color);
}
.inner-page .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  transform: translateY(49%);
}
.inner-page .productList ul li:hover .content span.h6 {
  color: #fff;
  border-bottom-color: #fff;
}
.inner-page .productList ul li:hover .content .text {
  color: #fff;
}
.inner-page .productList ul li:hover .content {
  -webkit-transform: translateY(-225%);
  -moz-transform: translateY(-225%);
  -ms-transform: translateY(-225%);
  transform: translateY(-225%);
}
.product-det-page .product-det-1 {
  padding: 100px 0 100px;
}
.product-det-page .product-det-1 .box {
  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;
}
.product-det-page .product-det-1 .left {
  width: 40%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left a img {
  margin: auto;
  width: 100%;
}
.product-det-page .product-det-1 .left .smallImg a img {
  height: 120px;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 19%;
  padding-right: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #f3f3f3;
  border-radius: 20px;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-search-white.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 60%;
  padding-left: 3.5%;
  vertical-align: middle;
  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;
}
.product-det-page .product-det-1 .right .flexBottom a.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-det-page .product-det-1 .right h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 1em 0 2em;
  line-height: 30px;
  font-size: 16px;
  max-height: 200px;
  overflow-y: auto;
}
.product-det-page .product-det-1 .right .more {
  margin-bottom: 10px;
}
.product-det-page .product-det-1 .right .flexTop span.tag {
  text-transform: capitalize;
}
.product-det-page .product-det-1 .right .smallImg a img {
  display: block;
  margin: 0 auto;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul .slick-track {
  margin-left: 0;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .right .smallImg {
  width: 100%;
}
.product-det-page .product-det-1 .right .smallImg a{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg a img{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title {
  color: #000;
}
.product-det-page .product-det-2 {
  padding: 60px 0;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
}
.product-det-page .product-det-2 .left .navList {
  background-color: #fff;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: #fff;
  background-color: #000;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: 400;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: 0.5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.2;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: 400;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: 0.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: 400;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: var(--color);
  border-bottom-color: var(--color);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -15px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 15px;
}
.inner-page.product-det-page span.h2 em {
  color: var(--color);
}
.inner-page.product-det-page .i-application {
  text-align: center;
}
.inner-page.product-det-page .i-application ul {
  margin: 0 -15px;
}
.inner-page.product-det-page .i-application li {
  padding: 15px;
}
.inner-page.product-det-page .i-application li p {
  font-size: 18px;
  padding: 20px 0;
}
.inner-page.product-det-page .i-application .txt {
  line-height: 2;
  margin: 0 auto;
  font-size: 15px;
  width: 65%;
}
.miaoshu-det .top {
  margin-bottom: 30px;
}
.miaoshu-det .top h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  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;
}
.miaoshu-det .top p {
  font-size: 17px;
  line-height: 2;
  padding: 5px 0;
}
.miaoshu-det .top h2:before {
  content: "";
  width: .8em;
  height: .8em;
  background: var(--color);
  margin-right: .5em;
}
.miaoshu-det .bottom table {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
  line-height: 1.8;
  padding: 5px;
}
.inner-page .dotsBox {
  margin-top: 50px;
  text-align: center;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox .dots,
.inner-page .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #c3deff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.inner-page .dotsBox .prev:after,
.inner-page .dotsBox .next:after,
.inner-page .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .dotsBox .prev:hover,
.inner-page .dotsBox .next:hover,
.inner-page .dotsBox button:hover,
.inner-page .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 1700px) {
  inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6,
  span.tag,
  .inner-page .text,{
    font-size: 16px;
  }
  span.h2 {
    font-size: 48px;
  }
  }
  @media screen and (max-width: 1450px) {
   span.h2 {
    font-size: 36px;
  }
  span.tag,
  .inner-page .text{
    font-size: 14px;
  }

  .inner-page .productList ul li:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover .content span.h6 {
    color: #120c0b;
    border-bottom-color: #ececec;
  }
  .inner-page .productList ul li:hover .content .text {
    color: #222;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6{
    font-size: 14px;
    line-height: 2;
  }
  
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 18px;
  }
  .inner-page .productList ul li .content {
    padding: 0;
  }
  .inner-page .productList ul li .content span.h6,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 24px;
  }
  .inner-page.product-det-page .i-application li p{
    font-size: 14px;
    line-height: 2;
  }
  .product-det-page .product-det-1 .left .bigImg a:before {
    zoom: .7;
  }
  .product-det-page .product-det-1 .right .text {
    font-size: 14px;
  }
  .product-det-page .product-det-1 .right .more {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  span.h2 {
    font-size: 24px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
  .inner-page .productList ul li .content span.h6,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 16px;
    line-height: 30px;
    min-height: 8.8em;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .product-det-page .product-det-1 .left {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .i-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .i-title {
    font-size: 24px!important;
    line-height: 44px!important;
  }
}



.yzbox {
  position: fixed;
  width: 500px;
  max-width: 95%;
  height: auto;
  padding: 20px 15px;
  background: #fff;
  border: 2px solid var(--color);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
}
.yzbox .close {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
}
.yzbox .main {
  text-align: center;
}
.yzbox .main .form form {
  width: 100%;
}
.yzbox .main .form form input[type="text"],
.yzbox .main .form form textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.yzbox .main .form form input[type="text"]::-webkit-input-placeholder, .yzbox .main .form form textarea::-webkit-input-placeholder {
  color: #aaa;
}
.yzbox .main .form form input[type="text"]:-moz-placeholder, .yzbox .main .form form textarea:-moz-placeholder {
  color: #aaa;
}
.yzbox .main .form form input[type="text"]::-moz-placeholder, .yzbox .main .form form textarea::-moz-placeholder {
  color: #aaa;
}
.yzbox .main .form form input[type="text"]:-ms-input-placeholder, .yzbox .main .form form textarea:-ms-input-placeholder {
  color: #aaa;
}
.yzbox .main .form form input[type="text"]::placeholder,
.yzbox .main .form form textarea::placeholder {
  color: #aaa;
}
.yzbox .main .form form input[type="submit"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.yzbox .main .form form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}
.yzbox .main .form span.closebtn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  color: #000;
  font-weight: 700;
  display: block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.yzbox .main .form span.closebtn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
  color: #fff;
}

.whatsapp {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: #fff;
  right: 20px;
  bottom: 200px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
.whatsapp:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}


/*add solution css*/

.solution-page .init-1 {
  padding-top: 210px;
  position: relative;
  z-index: 2;
}
.solution-page .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #f3f3f3;
transform: translateY(-45%);
font-family: "mic";
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
  font-family: "mic";
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
  line-height: 32px;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page .init-1 .container .desC {
  overflow: hidden;
  border-radius: 20px;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
  font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
  max-width: 820px;
  margin-top: 24px;
}
.solution-page .init-2 .container .left {
  width: 58%;
}
.solution-page .init-2 .container .left img {
  width: 100%;
}
.solution-page .init-2 .container .right {
  width: 36%;
  margin-left: auto;
}
.solution-page .init-2 .container .right .des {
  color: #666666;
  margin-top: 24px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.solution-page .init-3 .container .left {
  width: 36%;
}
.solution-page .init-3 .container .left .des {
  color: #666666;
  margin-top: 20px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
  width: 60%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
  width: 49%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.solution-page .init-3 .container .right .rightL img {
  display: block;
  max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
  width: 45%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
  overflow: hidden;
  border-radius: 10px;
  height: 290px;
  border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
  height: 100%;
  max-width: unset;
  display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
  margin-top: 50px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
  height: 100%;
  display: block;
  max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight:bold;
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 25%;
  padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
  font-weight:bold;
  font-family: "mic";
}
.solution-page .init-5 .container .cont p{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea,
.solution-page .init-5 .container .cont .content form .list select,
.solution-page .init-5 .container .cont .content form .list option
{
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list select{
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.solution-page .init-5 .container .cont .content form .list option{
  font-size: 18px;
  color: #000;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: #3854b8;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
.solution-page .init-5 .container .cont .content form{
  display: flex;
  flex-wrap: wrap;
 
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 140px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .container .left {
    width: 100%;
  }
  .solution-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page .init-3 .container .right .rightL {
    width: 100%;
  }
  .solution-page .init-3 .container .right .rightR {
    width: 100%;
    margin-top: 10px;
  }
  .solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 10px;
    height: auto;
  }
  .solution-page .init-3 .container .right .rightL img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img1 {
    height: auto;
  }
  .solution-page .init-3 .container .right .rightR .img1 img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img2 img {
    width: 100%;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
    line-height: 1.8;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
  .inner-page .sideBarBox .sideBarRight .productList .grid-3 {
	grid-template-columns: repeat(2,1fr);
}
}

.solution-page .init-5 .container .cont .content form .list.wid-50{
  width: 50%;
}



.about-page .service-3 {
    padding-top: 7.2%;
    padding-bottom: 100px;
}
.about-page .service-3 .header {
    text-align:center;
}
.about-page .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.about-page .service-3 .content {
    margin-top: 65px;
}
.about-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.about-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.about-page .service-3 .content ul li .ig {
    border: solid 2px var(--color);
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    height: 383px;
    position: relative;
}
.about-page .service-3 .content ul li .ig i{
    display: block;
}
.about-page .service-3 .content ul li .ig .tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    /*margin-top: 30px;*/
    padding-bottom: 20px;
}
.about-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 200px;
    overflow: auto;
}
.about-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 500;
}
.about-page .service-3 .content ul li.active {
    width: 50%;
}
.about-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
@media screen and (max-width: 1440px) {
     
    .about-page .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .about-page .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px){
   .about-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .about-page .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max-width: 1100px){
   .about-page .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px){
   .about-page .service-3 .header .title{
        font-size: 70px;
    }
    .about-page .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .about-page .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .about-page .service-3 .content ul li.active{
        width: 50%;
    }
    .about-page .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .about-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .about-page .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px){
   .about-page .service-3 .header .title {
        font-size: 53px;
    }
    .about-page .service-3 .content{
        margin-top: 20px;
    }
    .about-page .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .about-page .service-3 .content ul li .ig{
        padding: 10px;
    }
    .about-page .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .about-page .service-3 .content ul li .ig .num{
        bottom: 0;
    }
   
   
}
@media screen and (max-width: 500px){
   .about-page .service-3 .header .title {
        font-size: 36px;
        line-height: 1.6;
    }
    .about-page .service-3 .content ul li,
    .about-page .service-3 .content ul li.active{
        width: 100%;
    }
    .about-page .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .about-page .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .about-page .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}

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

span.h2 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 48px;
    display: block;
    text-transform: uppercase;
}
span.tag {
    font-size: 18px;
    display: block;

    color: #01a9f8;
    line-height: 1.2;
    margin-bottom: .5em;
}
.inner-page .text {
    font-size: 18px;
    color: #757575;
    line-height: 32px;
}
.service-page .init-1 {
  padding: 103px 0 0px;
}

.service-page .init-1 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .init-1 .title .acc .tag {
  margin-top: 20px;
}
.service-page .init-1 .title p {
  margin-top: 50px;
  max-width: 465px;
}
.service-page .init-1 .top {
  margin-top: 0px;
  width: 100%;
}
.service-page .init-1 .ui.container{
  justify-content: center;
}
.service-page .init-1 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}
.service-page .init-1 .top ul li {
  position: relative;
  padding: 0 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: 1s
}
.service-page .init-1 .top ul li .acc {
  position: relative;
  height: 761px;
  
  border-radius: 30px;
  cursor: pointer;
}
.service-page .init-1 .top ul li .tit3 {
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  font-size: 30px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page .init-1 .top ul li .box {
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  padding: 0 65px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.service-page .init-1 .top ul li .box .tit {
  font-size: 60px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.service-page .init-1 .top ul li .box dl {
  margin-top: 60px;
  max-width: 430px;
}
.service-page .init-1 .top ul li .box dl dd a {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: capitalize;
  padding: 16.5px 0;
  padding-right: 39px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page .init-1 .top ul li .box dl dd a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 39px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/bann1.png) no-repeat center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*.service-page .init-1 .top ul li .box dl dd a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}*/
.service-page .init-1 .top ul li .box dl dd a:hover::before {
  width: 100%;
}
.service-page .init-1 .top ul li .box dl dd a:hover {
  padding: 16.5px 15px;
}
.service-page .init-1 .top ul li .box dl dd a:hover::after {
  right: 15px;
}
.service-page .init-1 .top ul li.active {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}
.service-page .init-1 .top ul li.active .acc .tit3 {
  opacity: 0;
  z-index: -1;
}
.service-page .init-1 .top ul li.active .acc .box {
  opacity: 1;
  z-index: 11;
}
@media screen and (max-width: 1100px){
   .service-page .init-1 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .init-1 .title p {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .service-page .init-1 {
    padding: 80px 0;
  }
  .service-page .init-1 .top {
    margin-top: 40px;
  }
  .service-page .title .tag i {
    display: initial;
  }
 .service-page .init-1 .top ul li .box {
    padding: 0 40px;
  }
  .service-page .init-1 .top ul li .box dl {
    margin-top: 30px;
  }
  .service-page .init-1 .top ul li .tit3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px){
   .service-page .init-1 {
    padding: 50px 0;
  }
  .service-page .init-1 .top ul {
    flex-wrap: wrap;
  }

  .service-page .init-1 .top ul li {
    width: 100%!important;
    flex: unset!important;
    margin: 20px 0
  }
  .service-page .init-1 .top ul li .box {
    opacity: 1!important;
    z-index: 19!important
  }
  .service-page .init-1 .top ul li .tit3 {
    display: none!important
  }
}
@media screen and (max-width: 450px){
  .service-page .init-1 .title .acc .tag {
    margin-top: 10px;
    line-height: 2;
  }
  .service-page .init-1 .top ul li .box {
    padding: 0 20px
  }

  .service-page .init-1 .top ul li .box .tit {
    font-size: 24px;
  }
  .service-page .init-1 .top ul li .box dl dd a {
    font-size: 14px;
    line-height: 28px;
  }
  .service-page .init-1 .top ul li .box dl dd a:after {
    display: none
  }
}



.ewm {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 20px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
.ewm #ewm{
  width: 120px;
  height: 120px;
  display: none;
  padding: 5px;
  background: #fff;
position: absolute;
top: 50%;
right: 100%;
transform: translateY(-50%);
max-width: 120px;
}
.ewm #ewm canvas{
  width: 120px;
  height: 120px;
}
.ewm:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}

    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

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

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

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
    .content.privacy .h2{
      margin-bottom: 40px;
    }
     .content.privacy .h3{
       margin-top: 30px;
     }

     #pups_from form ul li a{
       height: 38px;
       line-height: 38px;
       padding: 0 20px;
       background: var(--base-color);
       color: #fff;
       transition: 0.3s all;
       font-size: 16px;
     }
     #pups_from form ul li a{
       transition: 0.3s all;
       background: #000;
     }

     @media screen and (max-width: 700px){
        .solution-page .init-5 .container .cont .content form .list.wid-50{
      width: 100%!important;
    }
    .service-page .init-1 .top ul li .box .tit{
      font-size: 36px!important;
      line-height: 1.6;
    }
    .solution-page .init-5 .container .cont .content form .btn{
      margin-left: auto!important;
      margin-right: auto!important;
    }
    span.h2{
      font-size: 36px!important;
    }
     }

     /*seo加手机端样式*/
    @media screen and (max-width: 700px){
      .gxs-2 .ui.container .left .h3{
        line-height: 1.6;
      }
      .gxs-3 .main ul li .item .h4{
        font-size: 18px;
        line-height: 32px;
      }
      .shouye{
        margin-top: 2em;
        margin-bottom: 3em;
      }
      .font-24{
        font-size: 14px;
        line-height: 28px;
      }
      .description{
        display: none;
      }
      .font-44{
        font-size: 18px;
        line-height: 32px;
      }
      .font-18{
        font-size: 16px;
        line-height: 30px;
      }
      .solution-page .init-5 .container .cont p{
        line-height: 1.8;
      }
    }

     @media screen and (max-width: 500px){
       .inner-page .sideBarBox .sideBarRight .productList .grid-3 {
	grid-template-columns: repeat(1,1fr);
}
     }