@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.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-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Black.ttf) format('truetype'), url(../fonts/Montserrat-Black.eot) format('eot'), url(../fonts/Montserrat-Black.woff) format('woff'), url(../fonts/Montserrat-Black.woff2) format('woff2');
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: "mon";
  --index-main-color: #3c98d5;
  --index-main-color1: #eacd2b;
  font-weight: 400;
}
.set-position-center {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.set-display-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.set-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 95%;
  max-width: 1750px;
}
.text {
  font-size: 16px;
  line-height: 2;
}
.huhu{
  margin-top: 40px;
  overflow-y: scroll;
  max-height: 320px;
  margin-bottom: -40px;
}
:root {
  --index-main-color1: #06205e;
  --index-main-color12: #0383cb;
  --index-main-color13: #1f5196;
}
strong {
  font-weight: 700;
}
.tit,
.title {
  font-weight: 700;
  text-transform: uppercase;
}
.titbj {
  font-weight: 900;
  font-size: 116px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #f6f6f6;
  z-index: -1;
}
.language {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0px;
  position: relative;
  width: auto;
}
.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;
  font-size: 14px;
  color: #fff;
}
.language span img {
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
.language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 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(--index-main-color1);
  display: none;
}
.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;
}
.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;
  line-height: 30px;
}
.language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
.language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header {
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header.scoller {
  position: fixed;
  width: 100%;
  top: -100%;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header.scoller.on {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
#header.on {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
#header .nav .feedback {
  position: relative;
  width: auto;
  height: 38px;
  line-height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -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;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 35px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
#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: #3c98d5;
  border-color: #3c98d5;
}
#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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  width: 287px;
  padding-left: 25px;
}
#header .ui.menu .right {
  width: -webkit-calc(100% - 287px);
  width: -moz-calc(100% - 287px);
  width: calc(100% - 287px);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#header .ui.menu .right .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;
  font-size: 16px;
  padding: 25px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.on .ui.menu .right .top {
  padding: 5px 0;
}
#header .ui.menu .right .top p {
  margin-left: 69px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.7;
}
#header .ui.menu .right .top .h-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 80px;
  margin-left: auto;
}
#header .ui.menu .right .top .h-search em {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  line-height: 1.5;
}
#header .ui.menu .right .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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 60px;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .ui.menu .menu-box ul.menu {
  margin-left: 31px;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 37px;
  font-size: 16px;
  line-height: 30px;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#header .ui.menu .menu-box ul.menu > li:before {
  content: "";
  width: 0%;
  position: absolute;
  height: 1px;
  background: #fff;
  bottom: 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .ui.menu .menu-box ul.menu > li:hover,
#header .ui.menu .menu-box ul.menu > li.active {
  -webkit-transition: 0.5s border;
  -moz-transition: 0.5s border;
  transition: 0.5s border;
}
#header .ui.menu .menu-box ul.menu > li:hover:before,
#header .ui.menu .menu-box ul.menu > li.active:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 23px 0 22px;
}
#header.on .ui.menu .menu-box ul.menu > li > a {
  padding: 10px 0;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 300px;
  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(--index-main-color1);
  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: 16px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#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: 16px;
  background: #fff;
  top: 0;
  left: 100%;
  width: 300px;
  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(--index-main-color1);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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 .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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: hand;
}
#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 {
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--index-main-color1);
}
#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(--index-main-color1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--index-main-color1);
  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;
  white-space: nowrap;
}
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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--index-main-color1);
}
#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(--index-main-color1) !important;
}
#banner .bannerbox {
  position: relative;
}
#banner .bannerbox .content {
  position: absolute;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#banner .bannerbox .content .ui.container {
  text-align: left;
  color: #fff;
}
#banner .bannerbox .content .ui.container .title {
  line-height: 1.25;
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.57);
}
#banner .bannerbox .content .ui.container p {
  color: #FFF;
  margin: 29px 0 39px;
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.57);
}
#banner .bannerbox .content .ui.container a.more {
  font-size: 16px;
  color: #000000;
}
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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
}
a.more em {
  width: 48px;
  height: 48px;
  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-right: 15px;
}
a.more em i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-animation: xz 5s  linear infinite;
  -moz-animation: xz 5s  linear infinite;
  animation: xz 5s  linear infinite;
}
a.more em i:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #00bbff;
  top: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
a.more2 {
  width: 107px;
  height: 107px;
  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;
  text-align: center;
}
a.more2 span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: url(../images/more-yuan-bj.png) center center no-repeat;
}
a.more2 em {
  font-size: 18px;
  color: #fff;
  margin-right: 0;
  text-transform: uppercase;
}
a.more2 i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-animation: xz 5s  linear infinite;
  -moz-animation: xz 5s  linear infinite;
  animation: xz 5s  linear infinite;
}
a.more2 i:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #50e1e2;
  top: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
a.more3 {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: var(--index-main-color13);
}
a.more3 img {
  -webkit-filter: brightness(40);
  filter: brightness(40);
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotateZ(-30deg);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more3:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
span.tag {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: #000;
  text-transform: uppercase;
}
.mt-75 {
  margin-top: 75px;
}
.gxs-1 {
  padding: 86px 0 188px;
  background: url(../images/index-about-bj.png) bottom -55px center no-repeat;
  background-size: auto;
}
.gxs-1 .ui.container .left {
  padding-right: 70px;
}
.gxs-1 .ui.container .left .top {
  position: relative;
  z-index: 3;
  padding-top: 15px;
}
.gxs-1 .ui.container .left .top span.tag {
  color: #1d1d1d;
}
.gxs-1 .ui.container .left .top img.dec {
  position: absolute;
  left: 0;
  top: -37px;
  z-index: -1;
}
.gxs-1 .ui.container .left .top .title {
  text-transform: unset;
  font-weight: 800;
  font-size: 44px;
  color: var(--index-main-color);
  margin-top: 6px;
}
.gxs-1 .ui.container .left .data {
  margin-top: 44px;
  margin-bottom: 53px;
}
.gxs-1 .ui.container .left .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gxs-1 .ui.container .left .data ul li {
  display: inline-block;
  text-align: center;
  color: #eacd2b;
}
.gxs-1 .ui.container .left .data ul li span {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 800;
}
.gxs-1 .ui.container .left .data ul li p {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  margin-top: 6px;
}
.gxs-1 .ui.container .left .text .tit {
  font-weight: 800;
  margin-right: -40px;
  color: #0d0d0d;
}
.gxs-1 .ui.container .left .text p {
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 25px;
}
.gxs-1 .ui.container .left .wanlongshou {
  font-weight: 300;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.gxs-1 .ui.container .left .wanlongshou h1{
  display: inline;
}
.gxs-1 .ui.container .left .imgbox {
  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;
  margin: 0 0 22px 0;
}
.gxs-1 .ui.container .left a.more i {
  border-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 2;
}
.gxs-1 .ui.container .right {
  padding-left: 3%;
  margin-top: 191px;
}
.gxs-1 .ui.container .right .imgbox {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.gxs-1 .ui.container .right .imgbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eacd2b;
  top: -18px;
  right: -18px;
  z-index: -1;
}
.gxs-1 .ui.container .right .imgbox a.more {
  position: absolute;
  bottom: 80px;
  left: 20%;
}
.gxs-2 {
  height: 930px;
  position: relative;
  padding-top: 0px;
  background: url('../images/product-category-img.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.gxs-2 .navbox {
  width: 50%;
  position: absolute;
  top: 111px;
  right: 85px;
  z-index: 9;
}
.gxs-2 .navbox ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: 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;*/
  /*flex-wrap: wrap;*/
  /*display: flex; */
}
.gxs-2 .navbox ul li {
  /*flex-shrink: 0;*/
  width: 109px!important;
  height: 109px!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #9b9b9b;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  /*margin-left: 40px;*/
  margin-right: 40px;
  background: #fff;
}
.gxs-2 .navbox li:hover,
.gxs-2 .navbox ul li.active {
  border-color: #eacd2b;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .cateitem {
  position: relative;
  padding-top: 108px;
  background-size: cover;
  height: 930px;
}
.gxs-2 .top .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;
}
.gxs-2 .top .ui.container .left .title {
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  max-width: 378px;
}
.gxs-2 .top .ui.container .left a.more3 {
  background: #3c98d5;
}
.gxs-2 .top .ui.container .left p {
  line-height: 30px;
  color: #fff;
  margin: 29px 0 91px;
  max-width: 631px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
.gxs-2 .top .ui.container .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: 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;
}
.gxs-2 .top .ui.container .right ul li {
  width: 109px;
  height: 109px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: 40px;
}
.gxs-2 .top .ui.container .right ul li:hover,
.gxs-2 .top .ui.container .right ul li.active {
  border-color: var(--index-main-color1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--index-main-color1);
}
.gxs-2 .bottom {
  position: absolute;
  width: 90%;
  max-width: 1430px;
  height: 360px;
  background: url(../images/index-product-2-bj.jpg) bottom center;
  background-size: cover;
  bottom: 0;
  right: 0;
  -webkit-animation: bjwave 20s linear infinite;
  -moz-animation: bjwave 20s linear infinite;
  animation: bjwave 20s linear infinite;
}
.gxs-2 .bottom .top {
  padding: 20px;
}
.gxs-2 .bottom .top a {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1a1a1a;
  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-2 .bottom .top a em {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-animation: xz 5s  linear infinite;
  -moz-animation: xz 5s  linear infinite;
  animation: xz 5s  linear infinite;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  border: 1px solid #000;
}
.gxs-2 .bottom .main {
  padding: 0 75px;
}
.gxs-2 .bottom .main ul {
  margin: 0 -35px;
}
.gxs-2 .bottom .main ul li {
  padding: 0 35px;
}
.gxs-2 .bottom .main ul li .item {
  text-align: center;
}
.gxs-2 .bottom .main ul li .item .img-box {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-2 .bottom .main ul li .item .img-box img{
  max-width: 180px;
}
.gxs-2 .bottom .main ul li .item .pname {
  color: #000;
  margin-top: 2px;
}
.gxs-2 .bottom .main ul li .item .pname a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .bottom .main ul li .item .pname a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--index-main-color12);
}
.gxs-3 {
  padding-top: 153px;
  padding-bottom: 50px;
}
.gxs-3 .ui.container .top {
  position: relative;
}
.gxs-3 .ui.container .top .title {
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 4px;
}
.gxs-3 .ui.container .top span.tag {
  color: var(--index-main-color1);
}
.gxs-3 .ui.container .main {
  margin-right: -16px;
  padding-left: 16px;
}
.gxs-3 .main .row1 {
  margin-top: -34px;
}
.gxs-3 .main .row1 ul {
  flex-wrap: wrap;
  align-items: flex-end;
}
.gxs-3 .main .row1 ul li {
  position: relative;
}
.gxs-3 .main .row1 ul li a.title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  transition: .3s;
}
.gxs-3 .main .row1 ul li a.title:hover{
  color: var(--index-main-color);
}
.gxs-3 .main .row1 ul li:nth-child(1) {
  width: 29.82857%;
}
.gxs-3 .main .row1 ul li:nth-child(n+2) {
  width: 31.371%;
}
.gxs-3 .main .row1 ul li:first-child {
  margin-bottom: -35px;
}
.gxs-3 .main .row1 ul li:nth-child(3) {
  margin-left: 2.22857143%;
  margin-right: 4.4%;
}
.gxs-3 .main .row1 ul li:nth-child(5) {
  margin: 0 2.45714286%;
}
.gxs-3 .main .row1 ul li:nth-child(n+4) {
  margin-top: 35px;
}
.gxs-5 {
  position: relative;
  padding-top: 138px;
  padding-bottom: 67px;
  background: #fff;
}
.gxs-5 img.lt {
  position: absolute;
  top: 0;
  left: 0;
}
.gxs-5 img.rb {
  position: absolute;
  top: 0;
  right: 0;
}
.gxs-5 .ui.container {
  max-width: 1570px;
}
.gxs-5 .ui.container .top span.tag {
  color: var(--index-main-color1);
}
.gxs-5 .ui.container .top {
  position: relative;
  text-align: left;
  z-index: 1;
}
.gxs-5 .ui.container .top .titbj {
  color: #f6f6f6;
}
.gxs-5 .ui.container .top .title {
  text-transform: uppercase;
  font-weight: 800;
}
.gxs-5 .ui.container .news-bottom {
  text-align: center;
}
.gxs-5 .ui.container a.more4 {
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  color: var(--index-main-color);
  border: 2px solid #dedede;
  font-size: 16px;
  font-weight: 700;
  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;
  text-transform: uppercase;
  margin: 0 auto;
}
.gxs-5 .ui.container a.more4 em {
  margin-right: 10px;
}
.gxs-5 .ui.container a.more4 img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .ui.container a.more4:hover {
  background: var(--index-main-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .ui.container a.more4:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.gxs-5 .ui.container .main {
  margin-top: 93px;
  overflow: hidden;
  margin-bottom: 78px;
}
.gxs-5 .ui.container .main ul.newslist {
  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-5 .ui.container .main ul.newslist li {
  width: 25%!important;
}
.gxs-5 .ui.container .main ul.newslist li.swiper-slide-active {
  width: 50%!important;
}
.gxs-5 .ui.container .main ul.newslist li.swiper-slide-active .imgbox .text {
  border-radius: 30px 0 0 0 ;
  overflow: hidden;
}
.gxs-5 .ui.container .main ul.newslist li.swiper-slide-active .imgbox .text:before {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .ui.container .main ul.newslist li .item {
  display: block;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox {
  height: 447px;
  width: 100%;
  position: relative;
  display: block;
  background-size: cover!important;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  max-width: 405px;
  padding: 21px 20px 19px 20px;
  border-radius: 20px 0 0 0;
  display: inline-block;
  text-align: left;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #eeeeee;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:hover .time {
  color: #000;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:hover .nname {
  color: #000;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3c98d5;
  z-index: -1;
  background-size: cover;
  top: 0;
  left: 0;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text .time {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text .time .day {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text .time .date {
  font-size: 14px;
  line-height: 2;
}
.gxs-5 .ui.container .main ul.newslist li .item .imgbox .text .nname {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin-top: 16px;
  height: 76px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#index-body .factory {
  margin-bottom: 4px;
}
#index-body .factory .factory-slide-ul {
  margin-right: 4px;
}
#index-body .factory .factory-slide-ul a.img-box {
  margin-right: 4px;
  display: block;
}
#footer {
  background: url('../images/f-bg.jpg') center center no-repeat;
  background-size: cover;
  padding-top: 76px;
  position: relative;
}
/*#footer::before {
  content: "";
  width: 100%;
  height:80%;
  background: url(../images/footer-bj-point.jpg) center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: bjwave2 20s ease-in-out infinite;
  -moz-animation: bjwave2 20s ease-in-out infinite;
  animation: bjwave2 20s ease-in-out infinite;
}*/
#footer .footer-main .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 25px 48px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
}
#footer .footer-main .ui.container .top .language {
  margin-top: 50px;
}
#footer .footer-main .ui.container .top .language span {
  font-size: 16px;
}
#footer .footer-main .ui.container .main {
  position: relative;
  padding: 39px 25px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  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 .main .infox {
  width: 350px;
  padding-top: 20px;
}
#footer .footer-main .ui.container .main .infox ul li {
  margin-bottom: 41px;
}
#footer .footer-main .ui.container .main .ewmbox {
  text-align: center;
  margin-top: 17px;
}
#footer .footer-main .ui.container .main .ewmbox .ewm {
  display: block;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 4px;
}
#footer .footer-main .ui.container .main .ewmbox #ewm {
  width: 124px;
  height: 124px;
  border: 4px solid #fff;
}
#footer .footer-main .ui.container .main .ewmbox p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 51px;
}
#footer .footer-main .ui.container .main .ewmbox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .main .ewmbox ul.sharelist li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 5px;
  background: #3b5999;
  color: #fff;
}
#footer .footer-main .ui.container .main .ewmbox ul.sharelist li:nth-child(2) {
  background: #00aced;
}
#footer .footer-main .ui.container .main .ewmbox ul.sharelist li:nth-child(3) {
  background: #199d0f;
}
#footer .footer-main .ui.container .main .ewmbox ul.sharelist li:nth-child(4) {
  background: #0067a1;
}
#footer .footer-main .ui.container .main .formbox {
  max-width: 320px;
  width: 40%;
}
#footer .footer-main .ui.container .main .formbox form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#footer .footer-main .ui.container .main .formbox form ul li {
  width: 100%;
  padding: 0 10px;
  color: #000;
}
#footer .footer-main .ui.container .main .formbox form ul li:nth-child(1),
#footer .footer-main .ui.container .main .formbox form ul li:nth-child(2) {
  margin-bottom: 9px;
}
#footer .footer-main .ui.container .main .formbox form ul li input[type="submit"] {
  border: none;
  margin-top: 13px;
  background: transparent;
  border: 1px solid #fff;
  height: 28px;
  line-height: 28px;
  padding: 0 25px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#footer .footer-main .ui.container .main .formbox form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--index-main-color1);
  border-color: var(--index-main-color1);
  color: #000;
}
#footer .footer-main .ui.container .main .formbox form ul li.wid50 {
  width: 50%;
}
#footer .footer-main .ui.container .main .formbox form ul li.wid50 input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  height: 43px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}
#footer .footer-main .ui.container .main .formbox form ul li.wid50 input::placeholder {
  color: #fff;
}
#footer .footer-main .ui.container .main > div {
  display: inline-block;
}
#footer .footer-main .ui.container .main > div .tit {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  margin-top: 19px;
}
#footer .footer-main .ui.container .main > .formbox .tit {
  margin-bottom: 35px;
}
#footer .footer-main .ui.container .main > div ul li {
  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;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 23px;
  font-weight: 300;
}
#footer .footer-main .ui.container .main > .solu ul li {
  margin-bottom: 16px;
}
#footer .footer-main .ui.container .main > .infox ul li:nth-child(2) {
  margin-bottom: 27px;
}
#footer .footer-main .ui.container .main > .infox ul li:last-child {
  line-height: 1.9;
}
#footer .footer-main .ui.container .main > div ul li P {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
/*#footer .footer-main .ui.container .main>div ul li P{
  margin-left: 7px;
}*/
#footer .footer-main .ui.container .main .infox ul li p{
  margin-left: 7px;
}
#footer .footer-main .ui.container .main > div ul li img {
  margin: 0 5px auto 0;
}
#footer .footer-main .ui.container .main > div ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
  line-height: 32px;
}
#footer .footer-main .ui.container .main > div ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#footer .footer-main .ui.container .main:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 385px;
  background: rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 0px;
}
#footer .footer-bottom .ui.container {
  padding-top: 25px;
  padding-bottom: 19px;
  -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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-top: none;
  margin-bottom: 0px;
}
#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: 4px;
}
#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: rgba(255, 255, 255, 0.7);
}
.yejiao{
  margin-left: 20px;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--index-main-color1) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.7);
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: rgba(255, 255, 255, 0.7);
}
#footer .footer-bottom svg:hover {
  fill: var(--index-main-color1);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
@-webkit-keyframes xz {
  form {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes xz {
  form {
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes xz {
  form {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-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: 0.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: 0.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: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.mb-nav {
  position: relative;
  padding: 20px;
  display: none;
}
.mb-nav h5 {
  font-size: 24px;
  font-weight: bold;
  background: #7bc21f;
  color: #222;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav h5:hover {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 99;
  background: #fff;
  display: none;
}
.mb-nav .catebox i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 9999;
  font-size: 20px;
  padding: 20px;
}
.mb-nav .catebox i:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
.mb-nav .catebox ul.catelist > li {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu {
  width: 100%;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu li li {
  padding-left: 20px;
  margin: 5px;
  font-size: 14px;
  color: #000;
}
.mb-nav .catebox ul.catelist > li li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox ul.catelist > li li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
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;
}
.font-48 {
  font-size: 48px;
}
.font-50 {
  font-size: 50px;
}
.font-36 {
  font-size: 36px;
}
.font-33 {
  font-size: 33px;
}
#mobile .mobile-logo {
  z-index: 1;
  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 {
  width: 130px;
}


.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: block;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #f7f7f7;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
  line-height: 32px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: var(--index-main-color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        line-height: 30px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  /* .inner-banner{
    height: auto;
  } */
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}






.inner-page.lg-page{
  margin: 6vw 0;
}
.inner-page.lg-page .accessories-list li{
  padding: 0 15px;
}
.inner-page.lg-page .accessories-list li{
  margin-bottom: 25px;
}
.inner-page.lg-page .accessories-list li h5{
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

.inner-banner {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 position: relative;
 height: 800px;
}
.inner-banner .content {
 position: absolute;
 width: 100%;
 left: 0;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.inner-banner .content .ui.container .tit {
 text-transform: uppercase;
 color: #fff;
 margin-bottom: 30px;
}
.inner-banner .content .ui.container .mbx {
 font-size: 16px;
 line-height: 30px;
 text-transform: capitalize;
 color: #fff;
}
.inner-banner .content .ui.container .mbx a:hover {
 color: var(--index-main-color1);
}
.inner-page .tdec {
 position: relative;
 padding-bottom: 30px;
}
.inner-page .tdec:before {
 content: "";
 width: 90px;
 height: 5px;
 background: var(--index-main-color13);
 position: absolute;
 left: 0;
 bottom: 0;
}
.inner-page p {
 font-weight: 300;
 line-height: 2;
}
.inner-page .title {
 font-weight: 800;
 text-transform: uppercase;
}
.about-page .about-1 {
 padding-top: 30px;
 padding-bottom: 80px;
 background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
}
.about-page .about-1 .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;
}
.about-page .about-1 .ui.container .left {
 width: 30%;
 text-align: center;
}
.about-page .about-1 .ui.container .left .title {
 margin-bottom: 70px;
 display: inline-block;
}
.about-page .about-1 .ui.container .left .imgbox {
 position: relative;
 width: auto;
 margin: 0 auto;
}
.about-page .about-1 .ui.container .right {
 width: 65%;
}
.about-page .about-1 .ui.container .right .tit {
 color: #383838;
 line-height: 1.6;
 /*margin-bottom: 60px;*/
}
.about-page .about-1 .ui.container .right p {
 color: #636363;
 line-height: 30px;
 margin-bottom: 35px;
 font-size: 16px;
}
.jtjie {
  margin-top: 35px;
}
.fljie {
  margin-top: 35px;
}
.about-page .about-1 .ui.container .right ul.data {
 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;
}
.about-page .about-1 .ui.container .right ul.data li {
 display: inline-block;
 text-align: center;
}
.about-page .about-1 .ui.container .right ul.data li p {
 margin: 10px 0;
 font-size: 16px;
}
.about-page .about-1 .ui.container .right ul.data li span {
 font-weight: 800;
 color: #00bbff;
 font-size: 48px;
}
.about-page .about-2 {
 padding: 140px 0;
 background: url(../images/ab-his-bj.jpg) center center no-repeat;
 background-size: cover;
}
.about-page .about-2 .ui.container {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-direction: column;
 -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;
}
  .about-page .about-2 .ui.container .h2 {
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.about-page .about-2 .ui.container a.more {
    line-height: 54px;
    height: 54px;
    padding: 0 36px;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    color: #fff;
}
.about-page .about-2 .ui.container a.more:hover{
  background: var(--index-main-color);
}




.about-page .about-2 .ui.container .yearmain {
 width: 75%;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item {
 width: 100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -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;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item .img-box {
 width: 50%;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item .textbox {
 width: 50%;
}
.about-page .about-2 .ui.container .yearmain ul.year li .item .textbox p {
 width: 80%;
 color: #fff;
 line-height: 2;
 margin: 0 auto;
}
.about-page .about-2 .ui.container .yearbox {
 width: 25%;
 padding: 140px 0;
 display: flex;
 align-items: center;
 overflow: hidden;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist {
 width: 100%;
 height: 86px;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist .slick-list{
 overflow: unset;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist li {
 height: 75px;
 line-height: 75px;
 width: 100%;
 font-weight: 300;
 font-size: 60px;
 opacity: 0.5;
 color: #fff;
 text-align: right;
 padding-right: 40px;
 position: relative;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist li::before {
 content: "";
 width: 26px;
 height: 26px;
 border-radius: 100%;
 background: var(--index-main-color13);
 position: absolute;
 right: 0;
 top: 50%;
 margin-top: -13px;
 opacity: 0;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li {
 opacity: 1;
 font-size: 93px;
 font-weight: bold;
}
.about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li:before {
 opacity: 1;
}
.about-page .about-3 {
 padding-top: 154px;
 background: url(../images/ab-c-bj.jpg) bottom center no-repeat;
 background-size: cover;
 margin-bottom: 6.770833333333333vw;
}
.about-page .about-3 .ui.container {
 text-align: center;
 max-width: 1725px;
}
.about-page .about-3 .ui.container .title {
 font-weight: 800;
}
.about-page .about-3 .ui.container p {
 margin-top: 20px;
 margin-bottom: 60px;
}
.about-page .about-3 .ui.container .a3box ul.a3list {
 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;
}
.about-page .about-3 .ui.container .a3box ul.a3list li {
 width: 18%;
 -webkit-transition: 0.5s all;
 -moz-transition: 0.5s all;
 transition: 0.5s all;
 cursor: pointer;
}
.about-page .about-3 .ui.container .a3box ul.a3list li.active {
 width: 36%;
 -webkit-transition: 0.5s all;
 -moz-transition: 0.5s all;
 transition: 0.5s all;
}
.about-page .about-3 .ui.container .a3box ul.a3list li.active .item .textbox {
 opacity: 1;
 -webkit-transition: 0.5s all;
 -moz-transition: 0.5s all;
 transition: 0.5s all;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item {
 height: 600px;
 width: 100%;
 position: relative;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox {
 position: absolute;
 width: 100%;
 padding: 30px;
 left: 0;
 bottom: 50px;
 color: #fff;
 -webkit-transition: 0.5s all;
 -moz-transition: 0.5s all;
 transition: 0.5s all;
 opacity: 0;
 text-align: left;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox .tit {
 font-weight: 700;
 margin-bottom: 15px;
}
.about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox p {
 max-width: 400px;
}
.about-page .about-4 {
 padding: 118px 0;
 background: url(../images/ab-h-bj.jpg) center top no-repeat;
 background-size: cover;
 overflow: hidden;
}
.about-page .about-4 .ui.container {
 max-width: 1450px;
 text-align: center;
 position: relative;
 z-index: 3;
}
.about-page .about-4 .ui.container:before {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 top: 101%;
 left: 0;
 z-index: -1;
 margin-top: -46px;
 background: url("/prevail-telecom/2023/10/23/icon-about-4-ty.png") center top;
 background-size: 100% auto;
}
.about-page .about-4 .ui.container p {
 margin: 20px 0 60px 0 ;
}
.about-page .about-4 .ui.container ul.a4list {
 margin: 0 -38px;
 padding: 0 40px;
}
.about-page .about-4 .ui.container ul.a4list li {
 padding: 0 38px;
}
.about-page .about-4 .ui.container ul.a4list li .img-box1 {
 margin-bottom: 25px;
}
.about-page .about-4 .ui.container ul.a4list li .hname {
 font-size: 16px;
 color: #000;
 text-transform: uppercase;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 opacity: 0;
 transition: .3s;
}
.about-page .about-5 {
 height: 720px;
 background: url(/lockroom/2024/12/08/about-5-bg.jpg) center center no-repeat;
 background-size: cover;
 position: relative;
}
.about-page .about-5 .content {
 position: absolute;
 width: 100%;
 left: 0;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 2;
}
.about-page .about-5 .content .ui.container span.tag {
 font-size: 14px;
 color: #fff;
 text-transform: capitalize;
 font-weight: 400;
}
.about-page .about-5 .content .ui.container .tit {
 font-weight: 700;
 color: #fff;
 line-height: 1.5;
 margin-top: 20px;
}
.about-page .about-5 .content .ui.container p {
 color: #fff;
 max-width: 710px;
 margin-top: 30px;
 margin-bottom: 60px;
}
.about-page .about-6 {
 padding: 110px 0;
}
.about-page .about-6 .ui.container {
 text-align: center;
}
.about-page .about-6 .ui.container P {
 margin-top: 20px;
 margin-bottom: 40px;
}
.about-page .about-6 .ui.container ul.a6list {
 margin: 0 -15px;
}
.about-page .about-6 .ui.container ul.a6list li {
 padding: 15px;
}
.about-page .about-6 .ui.container ul.a6list li .item {
 -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
   padding: 25px 0;
}
.about-page .about-6 .ui.container ul.a6list li .item .img-box{
  display: block;
}
.about-page .about-6 .ui.container ul.a6list li .item .img-box img{
  margin: 0 auto;
}
.about-page .about-6 .ui.container ul.a6list li .item .eqname {
 height: 60px;
 line-height: 32px;
  padding: 0 20px;
}
.contact-page .contact-1 {
 padding: 105px 0;
 background: url(../images/news-icon-left.png) top left no-repeat #fff;
}
.contact-page .contact-1 .ui.container {
 max-width: 1590px;
 text-align: left;
}
.contact-page .contact-1 .ui.container .top {
 position: relative;
}
.contact-page .contact-1 .ui.container .main {
 margin-top: 90px;
 border-radius: 100px  100px 0 0;
 -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
 overflow: hidden;
}
.contact-page .contact-1 .ui.container .main ul li {
 /*border-right: 2px solid #e0e1e3;*/
 position: relative;
 height: 570px;
 box-shadow: -2px 0px 10px 0 rgba(0,0,0,0.2);
}
.contact-page .contact-1 .ui.container .main ul li:nth-child(1) img{
 position: relative;
 left: 60px;
}
.contact-page .contact-1 .ui.container .main ul li a.more6 {
 background: url(../images/contact-us-bj.png) center right no-repeat;
 background-size: cover;
 height: 42px;
 line-height: 42px;
 padding: 0 32px;
 border-radius: 21px 0 0 0;
 color: #fff;
 font-size: 16px;
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 position: absolute;
 bottom: 0;
 right: 0;
}
.contact-page .contact-1 .ui.container .main ul li a.more6:hover {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 background: #000;
 color: #fff;
}
.contact-page .contact-1 .ui.container .main ul li .tit {
 position: absolute;
 top: 10%;
 left: 30px;
}
.contact-page .contact-1 .ui.container .main ul li p {
 font-weight: 400!important;
 /*max-width: 410px;*/
 position: relative;
 padding: 0 20px 30px;
 height: 137px;
 margin-top: -40px;
}
.contact-page .contact-2 {
 position: relative;
}
.contact-page .contact-2 .formbox {
 background: #fff;
 width: 575px;
 padding: 35px 20px 70px 20px;
 height: 605px;
 position: absolute;
 left: 9%;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.contact-page .contact-2 .formbox .title {
 text-transform: uppercase;
 color: #000;
 margin-bottom: 25px;
}
.contact-page .contact-2 .formbox form ul {
 width: 100%;
}
.contact-page .contact-2 .formbox form ul li {
 margin-bottom: 20px;
}
.contact-page .contact-2 .formbox form ul li input[type="text"] {
 width: 100%;
 height: 55px;
 line-height: 55px;
 padding: 0 20px;
 color: #000;
 font-size: 17px;
 background: #f7f7f7;
 border: none;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]::-webkit-input-placeholder {
 color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]:-moz-placeholder {
 color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]::-moz-placeholder {
 color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]:-ms-input-placeholder {
 color: #666;
}
.contact-page .contact-2 .formbox form ul li input[type="text"]::placeholder {
 color: #666;
}
.contact-page .contact-2 .formbox form ul li textarea {
 width: 100%;
 height: 125px;
 font-size: 17px;
 line-height: 2;
 padding: 20px ;
 background: #f7f7f7;
 border: none;
}
.contact-page .contact-2 .formbox form ul li input[type="submit"] {
 height: 52px;
 line-height: 50px;
 padding: 0 55px;
 background: var(--index-main-color);
 color: #fff;
 font-size: 18px;
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 border: none;
}
.contact-page .contact-2 .formbox form ul li input[type="submit"]:hover {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 background: #000;
}
.product-yd-page .catebox {
 padding: 120px 0;
}
.product-yd-page .ui.container{
  max-width: 1430px;
}
.product-yd-page .catebox ul.catelist li .left{
  width: 28%
}
.product-yd-page .catebox ul.catelist li .text{
  width: 72%;
}
.product-yd-page .catebox ul.catelist li {
 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;
 background: #f5f5f5;
 position: relative;
 transition: 0.3s all;
}

.product-yd-page .catebox ul.catelist li .text {
 padding: 20px 55px 20px 105px;
 color: #000;
}
.product-yd-page .catebox ul.catelist li .text .top {
 position: relative;
}
.product-yd-page .catebox ul.catelist li .text p{
 max-height: 96px;
 overflow-y: auto;

}
.product-yd-page .catebox ul.catelist li .text .top a.more7 {
 position: absolute;
 right: 0;
 width: 75px;
 height: 75px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 100%;
 /*border: 2px dashed #dbdbdb;*/
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li .text .top a.more7:before{
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 border: 2px dashed #dbdbdb;
 border-radius: 100%;
 left:0;
 top: 0;
 animation: xz 5s linear infinite;

}
.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
 width: 89px;
 height: 89px;
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
 width: 49px;
 height: 49px;
 line-height: 49px;
 text-align: center;
 font-size: 18px;
 color: #fff;
 border-radius: 100%;
 background: #dbdbdb;
}
.product-yd-page .catebox ul.catelist li .text .title {
 font-weight: 800;
 line-height: 1.5;
 margin-bottom: 40px;
 max-width: 480px;
}
.product-yd-page .catebox ul.catelist li img.dec {
 position: absolute;
 bottom: 0;
 right: 0;
 filter: brightness(0.2);
 transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li:hover {
 background: var(--index-main-color13);
}
.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
 right: auto;
 left: 0;
}
.product-yd-page .catebox ul.catelist li:hover img.dec {

 filter: brightness(1);
 transition: 0.3s all;
}
.product-yd-page .catebox ul.catelist li:hover .left {
 float: right;
}
.product-yd-page .catebox ul.catelist li:hover .text {
 float: left;
 color: #fff;
}
.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
 border-color: #fff;
}
.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
 color: var(--index-main-color);
 background: #fff;
}
.product-page .tit i {
 font-size: 18px;
 margin-left: 20px;
}
.product-page .nav-1 .ui.container {
 padding-top: 80px;
 padding-bottom: 40px;
 border-bottom: 1px solid #dbdbdb;
}
.product-page .nav-1 ul.navlist {
 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;
 flex-wrap: wrap;
}
.product-page .nav-1 ul.navlist li{
  margin-bottom: 10px;
  margin-right: 15px;
}
.product-page .nav-1 ul.navlist li a {
 line-height: 34px;
 height: 34px;
 padding: 0 34px;
 border-radius: 17px;
 color: #3B3B3B;
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 display: inline-block;
 font-size: 14px;
}
.product-page .nav-1 ul.navlist li.active a,
.product-page .nav-1 ul.navlist li:hover a {
 background: var(--index-main-color);
 color: #fff;
}
.product-page .nav-2 .ui.container {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
 -moz-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 30px 0;
}
.product-page .nav-2 .ui.container .tit {
 display: inline-block;
 margin-right: 40px;
}
.product-page .nav-2 .ui.container .search-box form {
 height: 38px;
 width: 325px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
 -moz-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 0 25px;
 border-radius: 19px;
 border: 1px solid #dbdbdb;
}
.product-page .nav-2 .ui.container .search-box form input[type="submit"] {
 width: 16px;
 height: 16px;
 background: url(../images/inner-seach-icon.png) center center no-repeat;
 border: none;
}
.product-page .nav-2 .ui.container .search-box form input[type="text"] {
 width: 100%;
 height: 38px;
 line-height: 38px;
 color: #000;
 font-weight: 300;
 font-size: 14px;
 border: none;
 background: transparent;
 margin-right: 15px;
  margin-left: 15px;
}
.product-page .productbox {
 padding-bottom: 50px;
}
.product-page .productbox ul.list li {
 padding: 10px;
 margin-bottom: 80px;
}
.product-page .productbox ul.list li .item {
 height: 525px;
 width: 100%;
 background: #f4f4f4;
 border-radius: 10px;
 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;
}

.product-page .productbox ul.list li .item img.logo {
 position: absolute;
 width: 114px;
 /*-webkit-filter: brightness(0.5);
 filter: brightness(0.5);*/
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 top: 20px;
 left: 15px;
}
h1.wanh1 {
 font-size: 30px;
 font-weight: 600;
 padding-bottom: 10px;
}
.product-page .productbox .product-content {
 padding-top: 50px;
     max-height: 400px;
    overflow-y: scroll;
    padding-right: 1em;
}
.product-page .productbox ul.list li .item .pname {
 font-size: 18px;
 color: #000;
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 position: absolute;
 bottom: 25px;
 line-height: 1.8;
 text-align: left;
 width: 100%;
 left: 0;
 padding: 0 20px;
}
.product-page .productbox ul.list.system-application-scheme li .item{
 padding-top: 60px;
 height: auto!important;
 padding-bottom: 120px;


}
.product-page .productbox ul.list.system-application-scheme li .item .pname{
 max-height: 120px;
 overflow-y: auto;
}
.product-page .productbox ul.list li .item:hover {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
}
.product-page .productbox ul.list li .item:hover img.logo {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 /*-webkit-filter: brightness(2);
 filter: brightness(2);*/
}
.product-page .productbox ul.list li .item:hover .pname {
 color: var(--index-main-color13);
}
.prodet-page .prodet-1 {
 padding: 90px 0;
}
.prodet-page .prodet-1 .ui.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;
}
.prodet-page .prodet-1 .ui.container .imgs {
 padding-right: 20px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb {
 margin-bottom: 20px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li {
 width: 100%;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a {
 width: 100%;
 height: 600px;
 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;
 background: #f9f9f9;
}
.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a img{
  max-width: 70%;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg {
 position: relative;
 padding: 0 115px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg span {
 width: 36px;
 height: 36px;
 border-radius: 100%;
 text-align: center;
 line-height: 36px;
 color: #fff;
 background: #e3e3e3;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 font-size: 18px;
 cursor: pointer;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg span:hover {
 background: var(--index-main-color1);
}
.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-prev {
 left: 25px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-next {
 right: 25px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg ul {
 margin: 0 -10px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg ul li {
 padding: 0 10px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a {
 background: #f9f9f9;
 height: 135px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 padding: 0 20px;
}
.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a img {
 width: auto;
}
.prodet-page .prodet-1 .ui.container .right {
 padding-left: 70px;
 padding-top: 0px;
}
.prodet-page .prodet-1 .ui.container .right .small-product-img{
  margin-top: 20px;
  max-width: 676px;
  margin-right: -10px;
}
.prodet-page .prodet-1 .ui.container .right .small-product-img .slide-box{
  margin-right: 10px;
}
.prodet-page .prodet-1 .ui.container .right .title {
 line-height: 1.8;
 max-width: 676px;
}
.prodet-page .prodet-1 .ui.container .right p {
 line-height: 2;
 max-width: 680px;
     margin: 20px 0;
    max-height: 252px;
    overflow-y: scroll;
    padding-right: 1em;
}
.prodet-page .prodet-1 .ui.container .right a {
 text-transform: uppercase;
 height: 45px;
 line-height: 45px;
 padding: 0 30px;
 font-size: 16px;
 color: #fff;
 background: #3c98d5;
 display: inline-block;
}
.prodet-page .prodet-1 .ui.container .right .download{
  margin-left: 15px;
}
.prodet-page .prodet-1 .ui.container .right .download i{
  padding-right: 15px;
}
.prodet-page .prodet-1 .ui.container .right a:hover {
 background: var(--index-main-color1);
}
.prodet-page .prodet-2 .top ul.tabheader {
 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;
 height: 64px;
 background: #f9f9f9;
}
.prodet-page .prodet-2 .top ul.tabheader li {
 height: 64px;
 line-height: 64px;
 padding: 0 25px;
 color: #000;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 16px;
}
.prodet-page .prodet-2 .top ul.tabheader li.active,
.prodet-page .prodet-2 .top ul.tabheader li:hover {
 color: #fff;
 background: #3c98d5;
}
.prodet-page .prodet-2 .bottom {
 margin-top: 55px;
 background: #f3f3f3;
 padding: 50px 0;
 line-height: 30px;
}
.prodet-page .prodet-2 .bottom ul li .content table{
 max-height: 300px;
 overflow-y: scroll;
}
.prodet-page .prodet-2 .bottom ul li .content table td,
.prodet-page .prodet-2 .bottom ul li .content table th{
 text-align: center;
}
.download-page .ui.container {
 max-width: 1440px;
 padding: 115px 0;
}
.download-page .ui.container ul {
 margin: 0 -45px;
}
.download-page .ui.container ul li {
 padding: 45px;
}
.download-page .ui.container ul li .item {
 padding: 15px;
 background: #e9e9e9;
 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;
}
.download-page .ui.container ul li .item .img-box {
 width: 40%;
}
.download-page .ui.container ul li .item .text {
 width: 55%;
}
.download-page .ui.container ul li .item .text p {
 margin-top: 15px;
 margin-bottom: 85px;
}
.download-page .ui.container ul li .item .text .btnbox {
 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;
}
.download-page .ui.container ul li .item .text .btnbox a {
 font-size: 16px;
 color: #fff;
 height: 40px;
 line-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;
 padding: 0 10px;
 background: var(--index-main-color1);
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
}
.download-page .ui.container ul li .item .text .btnbox a:hover {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 background-color: var(--index-main-color12);
}
.download-page .ui.container ul li .item .text .btnbox a:nth-child(2) {
 margin-left: 5px;
}
.download-page .ui.container ul li .item .text .btnbox a i {
 margin-right: 5px;
}
.solu-page {
 background: #f5f5f5;
}
.solu-page .ui.container {
 padding: 110px 0;
}
.solu-page .ui.container ul {
 margin: 0 -15px;
}
.solu-page .ui.container ul li {
 padding: 25px  15px;
}
.solu-page .ui.container ul li .item {
 width: 100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background: #fff;
 padding: 50px;
 border-radius: 5px;
}
.solu-page .ui.container ul li .item:hover span {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 background: var(--index-main-color1);
}
.solu-page .ui.container ul li .item:hover span img {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 -webkit-filter: brightness(20);
 filter: brightness(20);
}
.solu-page .ui.container ul li .item:hover .sname {
 -webkit-transition: .3s all;
 -moz-transition: .3s all;
 transition: .3s all;
 color: var(--index-main-color1);
}
.solu-page .ui.container ul li .item span {
 width: 110px;
 height: 110px;
 min-width: 110px;
 margin-right: 20px;
 border-radius: 100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border: 1px solid #aaa;
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
}
.solu-page .ui.container ul li .item span img {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 -webkit-filter: brightness(0.5);
 filter: brightness(0.5);
}
.solu-page .ui.container ul li .item .sname {
 color: #808080;
 line-height: 2;
 text-transform: uppercase;
 font-weight: 400;
 font-weight: 700;
}
.sodet-page {
 padding: 100px 0;
}
.sodet-page .sodet-1 .ui.container {
 border-bottom: 1px solid #aaa;
}
.sodet-page .sodet-1 .ui.container ul {
 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;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0 -10px;
}
.sodet-page .sodet-1 .ui.container ul li {
 display: -webkit-inline-flex;
 display: -moz-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
 -moz-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 0 10px;
 position: relative;
 padding-bottom: 30px;
}
.sodet-page .sodet-1 .ui.container ul li:hover:before,
.sodet-page .sodet-1 .ui.container ul li.active:before {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 width: 80px;
}
.sodet-page .sodet-1 .ui.container ul li:before {
 content: "";
 width: 0px;
 height: 2px;
 position: absolute;
 left: 10px;
 bottom: 0;
 background: var(--index-main-color1);
}
.sodet-page .sodet-1 .ui.container ul li span {
 width: 80px;
 height: 80px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border: 1px solid #aaa;
 margin-right: 10px;
 border-radius: 100%;
 min-width: 80px;
}
.sodet-page .sodet-1 .ui.container ul li span img {
 -webkit-filter: brightness(0.5);
 filter: brightness(0.5);
}
.sodet-page .sodet-2 {
 padding: 45px 0;
}
.sodet-page .sodet-2 .ui.container ul.solist2 {
 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;
 margin: 0 -25px;
}
.sodet-page .sodet-2 .ui.container ul.solist2 li {
 display: inline-block;
 padding: 0 25px;
}
.sodet-page .sodet-2 .ui.container ul.solist2 li a {
 height: 50px;
 line-height: 50px;
 padding: 0 25px;
 text-transform: uppercase;
 font-size: 18px;
 background: #e5e5e5;
 color: #6d6d6d;
 border-radius: 25px;
 display: inline-block;
 font-weight: 500;
}
.sodet-page .sodet-2 .ui.container ul.solist2 li a:hover,
.sodet-page .sodet-2 .ui.container ul.solist2 li a.active {
 color: #fff;
 background: var(--index-main-color1);
}
.sodet-page .sodet-3 .content {
 padding: 50px 0;
}
.sodet-page .sodet-3 .bottom .textbox {
 margin-bottom: 30px;
}
.sodet-page .sodet-3 .bottom .textbox .tit.tdec {
 padding-bottom: 10px;
}
.sodet-page .sodet-3 .bottom .textbox p {
 margin-top: 25px;
 font-size: 16px;
 font-weight: 300;
}
.news-page {
 position: relative;
 padding: 55px 0;
}
.news-page .bj {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: -1;
}
.news-page .bj .ui.container {
 height: 100%;
}
.news-page .bj i {
 position: absolute;
 width: 1px;
 height: 100%;
 background: #eee;
 left: 0;
 left: 33.33%;
}
.news-page .bj i:nth-child(2) {
 left: 66.66%;
}
.news-page .newsbox {
 position: relative;
}
.news-page .newsbox:before {
 content: "";
 width: 100%;
 height: 1px;
 background: #eee;
 left: 0;
 top: 50%;
 position: absolute;
}
.news-page .newsbox .ui.container ul.newslist {
 margin: 0 -32px;
}
.news-page .newsbox .ui.container ul.newslist li {
 padding: 55px 32px;
}
.news-page .newsbox .ui.container ul.newslist li .item .img-box {
 position: relative;
}
.news-page .newsbox .ui.container ul.newslist li .item .img-box span.cat {
 position: absolute;
 right: 0;
 bottom: 0;
 width: 150px;
 height: 48px;
 display: inline-block;
 line-height: 48px;
 background: url(../images/contact-us-bj.png) center center no-repeat;
 background-size: cover;
 color: #fff;
 text-align: center;
 border-radius: 24px 0 0 0;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom {
 padding-top: 35px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom span.time {
 width: 75px;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom span.time .day {
 font-size: 50px;
 line-height: 1;
 font-weight: bold;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom span.time p {
 font-size: 14px;
 font-weight: 400;
 line-height: 2;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom .main {
 padding-left: 20px;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom .main .title {
 line-height: 40px;
 font-size: 22px;
 min-height: 5.5em;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom .main .title a {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom .main .title a:hover {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 color: #00bbff;;
}
.news-page .newsbox .ui.container ul.newslist li .item .bottom .main p {
 margin-top: 25px;
 font-weight: 400;
}
.m-page {
 width: 100%;
}
.m-page .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-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
 width: 47px;
 height: 47px;
 border-radius: 100%;
 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;
 color: #7f7f7f;
 font-size: 18px;
 line-height: 1.8;
 margin: 0 5px;
 cursor: pointer;
}
.m-page .wp-pagenavi span:hover,
.m-page .wp-pagenavi a:hover {
 background: var(--index-main-color1);
 color: #fff;
}
.m-page .wp-pagenavi span {
 background: var(--index-main-color1);
 color: #fff;
}
.backtops {
 width: 87px;
 height: 87px;
 border-radius: 100%;
 background: url(../images/more-yuan-bj.png) center center no-repeat;
 background-size: cover;
 color: #fff;
 font-size: 16px;
 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;
 position: absolute;
 top: 0;
 margin-top: -43.5px;
 right: 5%;
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 text-transform: uppercase;
 cursor: pointer;
}
.backtops:hover {
 -webkit-transition: 0.3s all;
 -moz-transition: 0.3s all;
 transition: 0.3s all;
 background: #000;
}
@media screen and (max-width: 1280px) {
  .gxs-1 .ui.container .left .top .title {
    white-space: wrap;
  }
  .gxs-3 .main .row1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .gxs-1 .ui.container .right {
    margin-top: 60px;
  }
  .gxs-3 .main .row1 ul {
    justify-content: space-between;
  }
  .gxs-3 .main .row1 ul li:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
  }
  .gxs-3 .main .row1 ul li:nth-child(5) {
    margin: 0 ;
  }
  .gxs-3 .main .row1 ul li:nth-child(n+1) {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .gxs-3 {
    display: none;
  }
  #index-body .factory {
    display: none;
  }
  .huhu{
    display: none;
  }
  .gxs-1 .ui.container .left .top img.dec {
    top: 0;
   }
   .prodet-page .prodet-1 .ui.container .right .title{
     line-height: 1.4;
    }
    .prodet-page .prodet-1 .ui.container .right a{
      padding: 0 20px;
  }
  .gxs-1 .ui.container .left .top .title {
    white-space: wrap;
    font-size: 25px;
  }
  .gxs-5 .ui.container .main {
    margin-bottom: 30px;
  }
  .gxs-5 .ui.container a.more4 {
    height: 38px;
    line-height: 38px;
  }
  .gxs-5 .ui.container .top .titbj {
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .gxs-1 .ui.container .left .top .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .gxs-1 .ui.container .left .text .tit {
    margin-right: 0;
    line-height: 1.8;
  }
  span.tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 1800px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #footer .footer-main .ui.container .main:before {
    left: 382px;
  }
}
@media screen and (max-width: 1600px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  .gxs-2 .navbox {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    padding-right: 15px;
    top: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .logo {
    max-width: 150px;
  }
  #header .ui.menu .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
  }
  .gxs-1 .ui.container .left .data ul li span {
    font-size: 36px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 1.8;
  }
  .font-38 {
    font-size: 26px;
  }
  .gxs-3 .ui.container .main .column .item .textbox .sname {
    font-size: 20px;
  }
  .gxs-4 .ui.container .content .mainbox {
    position: relative;
    top: 120px;
  }
  #footer .footer-main .ui.container .main > div.solu {
    display: none;
  }
  #footer .footer-main .ui.container .main > div.quick {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #header .ui.menu .logo {
    max-width: 100px;
  }
  #header .ui.menu .right {
    width: -webkit-calc(0%);
    width: -moz-calc(0%);
    width: calc(100% - 100px);
  }
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 5px;
    font-size: 14px;
  }
  .font-50 {
    font-size: 32px;
  }
  .gxs-2 .top .ui.container .left {
    width: 100%;
  }
  .gxs-2 .top .ui.container .right {
    width: 100%;
  }
  .gxs-2 .top .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-2 .top .ui.container .left p {
    max-width: none;
  }
  .gxs-3 .ui.container .main .column .item .textbox .sname {
    font-size: 16px;
  }
  .gxs-4 .ui.container .content .mainbox {
    position: relative;
    top: 225px;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .right .year {
    font-size: 100px;
  }
  #footer .footer-main .ui.container .main > div.about {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .gxs-1 .ui.container .right .imgbox a.more {
    position: absolute;
    bottom: -20px;
    left: 10%;
  }
  .font-50 {
    font-size: 20px;
    line-height: 1.8;
  }
  .gxs-1 .ui.container .left .data ul li span {
    font-size: 24px;
    line-height: 44px;
  }
  .gxs-4 .ui.container .content .mainbox {
    position: relative;
    top: 350px;
  }
  #footer .footer-main .ui.container .main .ewmbox .ewm {
    display: none;
  }
  #footer .footer-main .ui.container .main .ewmbox p {
    display: none;
  }
  .gxs-5 .ui.container .main ul.newslist li {
    width: 100%!important;
  }
  .gxs-5 .ui.container .main ul.newslist li.swiper-slide-active {
    width: 100%!important;
  }
  .gxs-2 {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer-bottom p {
    font-size: 14px;
    line-height: 2;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  .yejiao{
    display: none;
  }
  #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;
  }
  .font-48 {
    font-size: 32px;
  }
  .gxs-1 {
    padding: 20px 0;
    background: #fff;
  }
  .gxs-1 .ui.container .left {
    width: 100%;
    padding-right: 0;
  }
  .gxs-1 .ui.container .right {
    padding-left: 0;
    width: 100%;
  }
  .gxs-2 .top .ui.container .right {
    display: none;
  }
  .gxs-2 .bottom {
    width: 100%;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox {
    width: 100%;
    padding-left: 200px;
    position: relative;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .imgbox {
    display: none;
  }
  .gxs-2 .navbox ul {
    flex-wrap: wrap;
  }
  .gxs-2 .navbox ul li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-main .ui.container .main > div {
    width: 100%;
  }
  #footer .footer-main .ui.container .main .infox {
    width: 50%;
  }
  .product-yd-page .catebox{
    padding: 60px 0;
  }
  #footer .footer-main .ui.container .main .formbox {
    width: 50%;
    max-width: none;
  }
  #footer .footer-main .ui.container .main:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .gxs-3 .ui.container .main .column {
    padding: 0 38px;
    width: 100%;
  }
  .font-48 {
    font-size: 20px;
    line-height: 1.8!important;
  }
  #banner .bannerbox .content .ui.container p {
    display: none;
  }
  .gxs-1 .ui.container .left .data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-1 .ui.container .left .data ul li {
    width: 100%;
  }
  .gxs-1 .ui.container .left .imgbox {
    display: none;
  }
  .font-38 {
    font-size: 20px;
    line-height: 1.8!important;
  }
  .gxs-4 {
    display: none;
  }
  .gxs-5 {
    padding: 20px 0;
  }
  #footer .footer-main .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-main .ui.container .top .logobox {
    margin-bottom: 20px;
  }
  #footer .footer-main .ui.container .main .formbox {
    width: 100%;
    max-width: none;
  }
  #footer .footer-main .ui.container .main .formbox form ul li.wid50 {
    width: 100%;
  }
  .gxs-3 .ui.container .main .column.left > img {
    left: 0;
  }
  .gxs-3 .ui.container .main {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-main .ui.container .main .infox {
    width: 100%;
  }
  #footer .footer-main .ui.container .main .formbox {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner {
    height: 600px;
  }
  .font-40 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-32 {
    font-size: 24px;
    line-height: 44px!important;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist li {
    font-size: 50px;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist li::before {
    display: none;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li {
    font-size: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .ui.container .h2{
    font-size: 35px;
  }
  .inner-banner {
    height: 300px;
  }
  .about-page .about-1 .ui.container .right ul.data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .right ul.data li {
    width: 50%;
  }
  .about-page .about-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 .ui.container .h2{
    font-size: 24px;
  }
  .about-page .about-2 .ui.container a.more{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .about-page .about-2 .ui.container .yearmain ul.year li .item .img-box {
    width: 100%;
  }
  .about-page .about-2 .ui.container .yearmain ul.year li .item .textbox {
    width: 100%;
  }
  .about-page .about-2 .ui.container .yearmain {
    width: 100%;
  }
  .about-page .about-2 .ui.container .yearbox {
    width: 100%;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li {
    width: 100%;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item {
    width: 100vw;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .ui.container .main ul li p {
    left: 0;
    padding: 0 15px;
  }
  .contact-page .contact-1 .ui.container .main ul li {
    height: auto;
  }
  .font-20 {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .ui.container .right ul.data li span{
    font-size: 46px;
  }
  .contact-page .contact-1 .ui.container .main ul li {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .formbox {
    position: relative;
    top: 0;
    left: 5%;
    width: 90%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .ui.container .main ul li {
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .font-33 {
    font-size: 22px;
  }
  .product-yd-page .catebox ul.catelist li .text .top {
    padding-right: 70px;
  }
  .product-yd-page .catebox ul.catelist li .text p {
    max-height: 150px;
    overflow-y: scroll;
  }
  .product-yd-page .catebox ul.catelist li .text {
    padding: 20px;
  }
  .product-page .productbox ul.list li .item {
    /*height: 400px ;*/
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg {
    padding: 0 75px;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 50%;
  }
  .prodet-page .prodet-2 .top ul.tabheader {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .font-36 {
    font-size: 22px;
    line-height: 40px;
  }
  .product-page .nav-1 ul.navlist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .nav-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .nav-2 .ui.container .search-box form {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .ui.container .imgs .imgg ul li a {
    padding: 5px 0;
    height: auto;
  }
  .prodet-page .prodet-1 .ui.container .right {
    padding-left: 20px;
    padding-top: 90px;
  }
  .contact-page .contact-2 .formbox{
    position: unset;
    transform: translateY(0);
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul.catelist li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .product-yd-page .catebox ul.catelist li .left {
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .font-33 {
    font-size: 18px;
    line-height: 1.8!important;
  }
  .product-page .productbox ul.list li .item .pname{
    bottom: 10px;
  }
  .product-page .productbox .product-content{
    display: none;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .imgs {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .download-page .ui.container ul li .item .text .btnbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .ui.container ul li .item .text .btnbox a:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .download-page .ui.container ul li .item .text p {
    margin-bottom: 20px;
  }
  .solu-page .ui.container ul li .item span {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .sodet-page .sodet-1 .ui.container ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sodet-page .sodet-1 .ui.container ul li {
    width: 25%;
  }
  .sodet-page .sodet-2 .ui.container ul.solist2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sodet-page .sodet-2 .ui.container ul.solist2 li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .newsbox .ui.container ul.newslist li {
    width: 50%;
  }
  .news-page .bj {
    display: none;
  }
  .news-page .newsbox:before {
    display: none;
  }
  .solu-page .ui.container ul li {
    width: 50%;
  }
  .sodet-page .sodet-1 .ui.container ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .newsbox .ui.container ul.newslist li {
    width: 100%;
  }
  .solu-page .ui.container ul li {
    width: 100%;
  }
  .download-page .ui.container ul li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .ui.container ul li .item .img-box {
    width: 100%;
  }
  .download-page .ui.container ul li .item .text {
    width: 100%;
  }
  .sodet-page .sodet-1 .ui.container ul li {
    width: 50%;
  }
  .sodet-page .sodet-2 .ui.container ul.solist2 li a {
    font-size: 14px;
  }
  .download-page .ui.container ul li .item .text .btnbox {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .sodet-page .sodet-1 .ui.container ul li {
    width: 100%;
  }
}
.newdet-page {
  padding-bottom: 3rem;
}
.newdet-page .newdet-1 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 50px;
  margin: 50px 0;
}
.newdet-page .newdet-1 .top {
  border-radius: 40px;
}
.newdet-page .newdet-1 .top img {
  border-radius: 25px 25px 0px 0px;
  width: 100%;
}
.newdet-page .newdet-1 .top h1 {
  margin: 2rem 0 2rem;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
}
@-webkit-keyframes bjwave {
  from {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1437px;
  }
}
@-moz-keyframes bjwave {
  from {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1437px;
  }
}
@keyframes bjwave {
  from {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1437px;
  }
}
@-webkit-keyframes bjwave2 {
  from {
    background-position-x: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-100px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-100px) scale(0.9);
    transform: translateY(-100px) scale(0.9);
  }
  100% {
    background-position-x: 1920px;
  }
}
@-moz-keyframes bjwave2 {
  from {
    background-position-x: 0;
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -moz-transform: translateY(-100px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
  }
  75% {
    -moz-transform: translateY(-100px) scale(0.9);
    transform: translateY(-100px) scale(0.9);
  }
  100% {
    background-position-x: 1920px;
  }
}
@keyframes bjwave2 {
  from {
    background-position-x: 0;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-100px) scale(1.1);
    -moz-transform: translateY(-100px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-100px) scale(0.9);
    -moz-transform: translateY(-100px) scale(0.9);
    transform: translateY(-100px) scale(0.9);
  }
  100% {
    background-position-x: 1920px;
  }
}
/*.geek_picking_goodstable {
   height: 420px;
   padding-right: 40px;
}*/
.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.2;
 margin-bottom: 1em;
}

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

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

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

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

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

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

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

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

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

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

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
 color: var(--index-main-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;
 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(--index-main-color);
 color: var(--index-main-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(--index-main-color1);
}

.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(--index-main-color1);
 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(--index-main-color1);
}

.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(--index-main-color1);
 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;
 line-height: 40px;
 min-height: 3.5em;
 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(--index-main-color1);
}

.seoPublic .Auxil-related .list ul li .box .content p {
 display: block;
 font-size: 16px;
 color: #888;
 line-height: 30px;
 font-weight: 400;
 margin: .5em 0;
 height: 6em;
 display: -webkit-box;
 -webkit-box-orient: vertical;

}

.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(--index-main-color1);
 font-size: 16px;
 font-weight: 700;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 transition: .5s;
 color: var(--index-main-color1);
}

.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(--index-main-color1);
}

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

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

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

 .seoPublic .Auxil-news .list ul li .content div.h6 {
   font-size: 18px;
   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;
 }
 .seoIndustry.Auxil-industry,
 #footer .footer-bottom .ui.container p.footwwan,
 .product-page .nav-1 .ui.container {
   display: none !important;
 }
 h1.wanh1 {
   font-size: 16px;
   line-height: 30px;
 }
 .newdet-page .newdet-1 {
   padding: 5px;
 }
 .newdet-page .newdet-1 .top h1 {
   font-size: 18px;
 }
}

@media screen and (max-width: 1000px) {
 .seoPublic .title {
   font-size: 24px;
   line-height: 44px;
   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(--index-main-color1);
   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;
 }

 .seoPublic > div {
   padding: 30px 0;
 }
 .seoPublic .Auxil-about .box .right .text {
   max-height: none;
 }
}
@media screen and (max-width: 1000px) {
 .about-page .about-3{
   display: none;
 }
 .about-page .about-4 .ui.container:before{
   display: none;
 }
}
@media screen and (max-width: 800px) {

 .about-page .about-4 .ui.container ul.a4list li .hname{
   display: none;
 }
 .prodet-page .prodet-1 .ui.container .imgs .imgb ul li a{
   height: auto;
 }
}


.newdet-page .newdet-1 .content h3
{
   font-size: 24px;
   line-height: 44px;
   color: var(--index-main-color);
   font-weight: bold;
 }