@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: bold;
}
body {
  font-family: "Poppins";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  height: 116px;
  line-height: 116px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  line-height: 50px;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #3392d2;
  color: #3392d2;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #3392d2;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .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 .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msgBtn {
  margin-left: 17px;
  margin-right: 0;
  width: 198px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #000000;
  transition: .5s ease;
  cursor: pointer;
}
#header .nav .ui.menu .msgBtn:hover {
  color: #3392d2;
  border-color: #3392d2;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  color: transparent;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow:hover {
  background-color: #3392d2;
  border-color: #3392d2;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center;
  left: 3%;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center;
  right: 3%;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 160px;
  left: 8%;
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  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 {
  table-layout: fixed;
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #3392d2;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#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: #3392d2 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner {
    padding-top: 40px;
  }
}
.hover-language {
  line-height: 50px;
}
.hover-language .zhuyu {
  display: block;
}
.hover-language .zhuyu img {
  vertical-align: middle;
}
.hover-language .zhuyu span {
  vertical-align: middle;
  margin-left: 4px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #000000;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 84%;
  left: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .bg {
  padding-top: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/banner-mask.png);
  background-size: 100% auto;
}
#banner h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
#banner h2 strong {
  margin-top: 20px;
  display: block;
  font-size: 54px;
  font-weight: bold;
}
#banner p {
  margin-top: 50px;
}
.baseBtn {
  display: inline-block;
  min-width: 225px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  background-color: #3392d2;
  padding: 0 25px;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: #000000;
}
.baseBtn span {
  display: inline-block;
  vertical-align: top;
  min-width: 125px;
  padding-right: 25px;
}
.baseBtn img {
  display: inline-block;
  vertical-align: middle;
}
.baseBtn.row {
  color: #3392d2;
  background-color: #FFFFFF;
}
.baseTit .Tag {
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  color: #f2f2f2;
}
.baseTit .Tit {
  margin-top: -40px;
  font-size: 60px;
  font-weight: 600;
}
.baseTit .Tit span {
  color: #3392d2;
}
.baseTit .Tit.small {
  font-size: 60px;
}
.main-show {
  z-index: 1;
}
.main-show::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1660px;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 17px 81px rgba(154, 154, 154, 0.24);
  box-shadow: 0 17px 81px rgba(154, 154, 154, 0.24);
}
.module-1 {
  position: relative;
  margin-top: -110px;
  max-width: 1660px;
  padding: 80px 0;
}
.module-1 .container {
  width: 1100px;
  max-width: 1100px;
}
.module-2 .list .slick-list {
  padding-top: 90px!important;
  padding-bottom: 90px!important;
}
.module-2 .list .slick-current li {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}
.module-2 .list .slick-arrow {
  filter: brightness(0.7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  color: transparent;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.module-2 .list .slick-arrow:hover {
  filter: brightness(1);
  background-color: #3392d2;
  border-color: #3392d2;
}
.module-2 .list .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center;
  left: -3%;
}
.module-2 .list .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center;
  right: -3%;
}
.module-2 .list ul {
  margin: 0 -25px;
}
.module-2 .list li {
  padding: 0 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.module-2 .list .box {
  overflow: hidden;
}
.module-2 .list .box .bg {
  padding-top: 117%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.module-2 .list .box .bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/product-mask.png);
  background-size: auto 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.module-2 .list .box .content {
  left: 6%;
  bottom: 10%;
  width: 88%;
}
.module-2 .list .box .content .name {
  font-size: 33.46px;
  color: #FFFFFF;
  font-weight: 600;
}
.module-2 .list .box .content .content-text {
  height: 0;
  opacity: 0;
  -webkit-transition: height 500ms ease-in-out, opacity 0.7s ease-in-out;
  -moz-transition: height 500ms ease-in-out, opacity 0.7s ease-in-out;
  transition: height 500ms ease-in-out, opacity 0.7s ease-in-out;
}
.module-2 .list .box .content .content-text > div {
  padding-bottom: 90px;
}
.module-2 .list .box .content .content-text > div .text {
  font-size: 22.31px;
  color: #FFFFFF;
}
.module-2 .list .box .content .content-text > div .btns {
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.module-2 .list .box:hover .content .content-text > div .btns {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.module-2 .list .box:hover .bg::after {
  opacity: 1;
}

.module-3 {
  max-width: 1660px;
  padding: 40px 0 110px;
}
.module-3 .container {
  width: 1100px;
  max-width: 1100px;
}
.module-3 .content {
  margin: 30px 0 80px;
}
.module-3 .content .text {
  color: #000004;
  line-height: 1.7;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.module-4 {
  margin-top: -100px;
  padding-top: 850px;
  overflow: hidden;
}
.module-4 .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  will-change: transform;
}
.module-4 .play {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-family: FontAwesome;
  color: #3392d2;
  cursor: pointer;
}
.module-4 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.46);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.module-5 {
  position: relative;
  margin-top: -125px;
  max-width: 1680px;
  margin-left: auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 17px 81px rgba(154, 154, 154, 0.24);
  box-shadow: 0 17px 81px rgba(154, 154, 154, 0.24);
}
.module-5 .container {
  width: 1440px;
  max-width: 1440px;
}
.i-form {
  padding-top: 68px;
}
.i-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 16px;
  margin-right: 30px;
  padding-bottom: 10px;
}
.i-form input[type="submit"] {
  border: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 226px;
  height: 56px;
  color: #FFFFFF;
  background-color: #3392d2;
  font-size: 20px;
  margin-right: 0;
  padding-bottom: 0;
  transition: .5s ease;
}
.i-form input[type="submit"]:hover {
  background-color: #000000;
}
.i-advantage {
  padding: 135px 0;
}
.i-advantage .left {
  width: 50%;
}
.i-advantage .left .list {
  margin-top: 80px;
}
.i-advantage .left .list li + li {
  margin-top: 30px;
}
.i-advantage .left .list li i img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .left .list li .text {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .left .list li .text strong {
  font-weight: bold;
}
.i-advantage .left .list li:hover i img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.i-advantage .left .list li:hover .text {
  color: #3392d2;
}
.i-advantage .right {
  width: 50%;
  padding-left: 30px;
  text-align: right;
}
.module-6 {
  padding: 110px 0;
  overflow: hidden;
}
.module-6 .slick-list {
  overflow: visible;
}
.module-6 .list {
  margin-top: 60px;
  position: relative;
}
.module-6 .list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.module-6 .list .slick-arrow img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.module-6 .list .slick-arrow:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}
.module-6 .list .arrow_l {
  left: 15%;
}
.module-6 .list .arrow_r {
  right: 15%;
}
.module-6 .list li {
  padding: 0 130px;
}
.module-6 .page {
  margin-top: 60px;
  color: #626262;
  font-weight: bold;
}
.module-6 .page em {
  font-size: 25px;
  color: #3392d2;
}
.module-7 {
  background: url(../images/module-7-bg.jpg) no-repeat center;
  background-size: cover;
  margin: 40px 0;
}
.module-7 .box {
  padding: 70px 0;
}
.module-7 .Tit {
  font-size: 45px;
  font-weight: 600;
  color: #FFFFFF;
}
.module-7 .text {
  color: #FFFFFF;
  max-width: 650px;
  margin-bottom: 60px;
}
.module-7 .left .img {
  width: 25%;
  top: -40px;
  bottom: -40px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.module-7 .right {
  padding-left: 30%;
}
.module-8 {
  padding: 100px 0;
}
.module-8 .line {
  border-bottom: 1px solid #e7e7e7;
}
.module-8 .list {
  margin-top: 55px;
}
.module-8 .list ul {
  margin: 0 -125px;
}
.module-8 .list li {
  padding: 0 95px;
}
.module-8 .list li .box {
  padding: 30px;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.module-8 .list li .box .date {
  font-size: 15px;
  margin-bottom: 15px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.module-8 .list li .box .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.module-8 .list li .box .text {
  font-size: 15px;
  margin-bottom: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.module-8 .list li .box .btns {
  color: #3392d2;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.module-8 .list li .box .btns span {
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
}
.module-8 .list li .box .btns img {
  display: inline-block;
  vertical-align: middle;
}
.module-8 .list li .box:hover {
  background-color: #f1f1f1;
  border-color: #3392d2;
}
.module-8 .list li .box:hover .date {
  color: #3392d2;
}
.module-8 .list li .box:hover .name {
  color: #3392d2;
}
.module-8 .list li .box:hover .text {
  color: #3392d2;
}
.module-8 .list li .box:hover .btns {
  opacity: 1;
}
#footer {
  background-color: #00253e;
  color: #FFFFFF;
}
#footer .foot-top {
  padding: 90px 0 30px;
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .foot-block {
  max-width: 320px;
}
#footer .foot-top .logo {
  margin-bottom: 60px;
}
#footer .foot-top h4 {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .foot-top .line {
  margin: 30px 0;
  border-bottom: 1px solid #FFFFFF;
}
#footer .foot-top p,
#footer .foot-top a {
  font-weight: 300;
}
#footer .foot-top ul li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .foot-top ul li a:hover {
  background-size: 100% 1px;
}
#footer .foot-top ul li {
  line-height: 24px;
}
#footer .foot-top ul li + li {
  margin-top: 24px;
}
#footer .foot-top ul li i {
  font-size: 0;
}
#footer .foot-top ul li i img {
  vertical-align: middle;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .foot-bottom img {
  height: 14px;
  vertical-align: middle;
}
#ewm {
  margin-top: 30px;
  width: 125px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1760px) {
  #banner h2 {
    font-size: 24px;
  }
  #banner h2 strong {
    font-size: 60px;
  }
  .baseTit .Tag {
    font-size: 80px;
  }
  .baseTit .Tit {
    font-size: 45px;
  }
  .main-show::before {
    width: 1600px;
  }
  .module-1 {
    max-width: 1600px;
  }
  .module-3 {
    max-width: 1600px;
  }
  .module-5 {
    max-width: 1600px;
  }
  .module-5 .container {
    width: 1440px;
    max-width: 1440px;
  }
  .i-advantage .left .list {
    margin-top: 40px;
  }
}
@media (max-width: 1630px) {
  .ui.container {
    width: 1440px;
  }
  .main-show::before {
    width: 1400px;
  }
  .module-1 {
    max-width: 1400px;
  }
  .module-3 {
    max-width: 1400px;
  }
  .module-5 {
    max-width: 1400px;
  }
  .module-5 .container {
    width: 1230px;
    max-width: 1230px;
  }
  .module-2 .list .box .content .name {
    font-size: 24px;
  }
  .module-2 .list .box .content .content-text > div .text {
    font-size: 20px;
  }
  .module-6 .list ul {
    margin: 0 -100px;
  }
  .module-6 .list li {
    padding: 0 100px;
  }
  .module-8 .list ul {
    margin: 0 -90px;
  }
  .module-8 .list li {
    padding: 0 60px;
  }
}
@media (max-width: 1440px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  .main-show::before {
    width: 1200px;
  }
  .module-1 {
    max-width: 1200px;
  }
  .module-3 {
    max-width: 1200px;
  }
  .module-5 {
    max-width: 1200px;
  }
  .module-5 .container {
    width: 1100px;
    max-width: 1100px;
  }
  .module-2 .list ul {
    margin: 0 -15px;
  }
  .module-2 .list li {
    padding: 0 15px;
  }
  .module-2 .list .box .content .name {
    font-size: 20px;
  }
  .module-2 .list .box .content .content-text > div {
    padding-bottom: 60px;
  }
  .module-2 .list .box .content .content-text > div .text {
    font-size: 16px;
  }
  .baseBtn {
    min-width: unset;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .baseBtn span {
    font-size: 16px;
    min-width: unset;
    padding-right: 10px;
  }
  .module-3 .content .text {
    font-size: 16px;
  }
  .baseTit .Tag {
    font-size: 70px;
  }
  .module-6 .list ul {
    margin: 0 -60px;
  }
  .module-6 .list li {
    padding: 0 60px;
  }
  .module-8 .list ul {
    margin: 0 -70px;
  }
  .module-8 .list li {
    padding: 0 40px;
  }
  .module-7 .left .img {
    width: 35%;
  }
  .module-7 .right {
    padding-left: 40%;
  }
  .font-18 {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav {
    height: 80px;
    line-height: 80px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .msgBtn {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 10px;
  }
  #banner h2 {
    font-size: 20px;
  }
  #banner h2 strong {
    font-size: 48px;
  }
  .baseTit .Tag {
    font-size: 60px;
  }
  .baseTit .Tit {
    font-size: 36px;
    margin-top: -20px;
  }
  .baseTit .Tit.small {
    font-size: 36px;
  }
  .module-4 {
    padding-top: 660px;
  }
  .i-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
  }
  .i-form input {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: -webkit-calc(50% - 30px) !important;
    width: -moz-calc(50% - 30px) !important;
    width: calc(50% - 30px) !important;
  }
  .main-show::before {
    width: 960px;
  }
  .module-1 {
    max-width: 960px;
  }
  .module-1 .container {
    width: 768px;
    max-width: 768px;
  }
  .module-3 {
    max-width: 960px;
  }
  .module-5 {
    max-width: 960px;
  }
  .module-5 .container {
    width: 768px;
    max-width: 768px;
  }
  .module-3 .container {
    width: 768px;
    max-width: 768px;
  }
  .i-advantage .left {
    width: 100%;
  }
  .i-advantage .right {
    display: none;
  }
  .module-7 .Tit {
    font-size: 36px;
  }
  .module-8 .list ul {
    margin: 0 -45px;
  }
  .module-8 .list li {
    padding: 0 15px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 100%;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .bg {
    padding-top: 80%;
  }
  .module-1 {
    padding: 60px 0;
  }
  .main-show::before {
    max-width: 93%;
  }
  .module-1 {
    max-width: 93%;
  }
  .module-1 .container {
    width: 100%;
    max-width: 86%;
  }
  .module-3 {
    max-width: 93%;
    padding: 60px 0;
  }
  .module-5 {
    max-width: 93%;
  }
  .module-5 .container {
    width: 100%;
    max-width: 86%;
  }
  .module-3 .container {
    width: 100%;
    max-width: 86%;
  }
  .module-3 .content {
    margin: 15px 0 40px;
  }
  .module-2 .list .slick-list {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .module-2 .list .slick-current li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .module-2 .list .box .content .content-text {
    height: auto!important;
    opacity: 1!important;
  }
  .module-2 .list .box .content .content-text > div .btns {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .module-4 {
    padding-top: 50%;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .module-6 {
    padding: 60px 0;
  }
  .module-6 .list {
    margin-top: 40px;
  }
  .module-6 .list .arrow {
    display: none;
  }
  .module-6 .page {
    margin-top: 40px;
  }
  .module-6 .list ul {
    margin: 0 -15px;
  }
  .module-6 .list li {
    padding: 0 15px;
  }
  .module-7 .box {
    padding: 40px 0;
  }
  .module-7 .text {
    margin-bottom: 30px;
  }
  .module-8 {
    padding: 60px 0;
  }
  .module-8 .list {
    margin-top: 40px;
  }
  .module-8 .list ul {
    margin: 0 -15px;
  }
  .module-8 .list li .box {
    padding: 15px;
    background-color: #f1f1f1;
    border-color: #3392d2;
  }
  .module-8 .list li .box .btns {
    opacity: 1;
  }
  .module-8 .list li .box .btns span {
    font-size: 16px;
  }
  .module-8 .list li .box .date {
    color: #3392d2;
  }
  .module-8 .list li .box .name {
    color: #3392d2;
  }
  .module-8 .list li .box .text {
    color: #3392d2;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-top {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  #banner h2 {
    font-size: 16px;
  }
  #banner h2 strong {
    font-size: 36px;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner p {
    margin-top: 30px;
  }
  .baseTit .Tag {
    font-size: 45px;
  }
  .baseTit .Tit {
    font-size: 24px;
    margin-top: -10px;
  }
  .baseTit .Tit.small {
    font-size: 24px;
  }
  .module-2 .list .box .content {
    left: 5%;
    bottom: 5%;
    width: 90%;
  }
  .module-2 .list .box .content .name {
    font-size: 18px;
  }
  .module-2 .list .box .content .content-text > div .text {
    font-size: 14px;
  }
  .module-3 .content .text {
    font-size: 14px;
  }
  .baseBtn span {
    font-size: 14px;
    padding-right: 0;
  }
  .baseBtn img {
    display: none;
  }
  .module-4 {
    margin-top: 0;
  }
  .module-5 {
    margin-top: 0;
  }
  .i-form input {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .module-7 {
    margin: 0;
  }
  .module-7 .Tit {
    font-size: 24px;
  }
  .module-7 .left {
    display: none;
  }
  .module-7 .right {
    padding-left: 0;
  }
  .module-8 .list li .box .date {
    font-size: 14px;
  }
  .module-8 .list li .box .name {
    font-size: 18px;
  }
  .module-8 .list li .box .text {
    font-size: 14px;
  }
  #footer .foot-bottom .left {
    float: none;
  }
  #footer .foot-bottom .right {
    float: none;
  }
}
@media (max-width: 500px) {
  .main-show::before {
    max-width: 100%;
  }
  .module-1 {
    max-width: 100%;
  }
  .module-1 .container {
    width: 100%;
    max-width: 100%;
  }
  .module-3 {
    max-width: 100%;
  }
  .module-5 {
    max-width: 100%;
  }
  .module-5 .container {
    max-width: 100%;
  }
  .module-3 .container {
    max-width: 100%;
  }
  .module-1 {
    margin-top: 0;
  }
  #banner h2 {
    font-size: 14px;
  }
  #banner h2 strong {
    font-size: 24px;
  }
  .baseTit .Tag {
    font-size: 14px;
    color: #3392d2;
  }
  .baseTit .Tit {
    margin-top: 0;
  }
  .module-2 .list .box .bg {
    padding-top: 100%;
  }
  .i-form form {
    margin-right: 0;
  }
  .i-form input {
    width: 100%!important;
    margin-right: 0;
  }
  .i-form input[type="submit"] {
    height: 50px;
    font-size: 16px;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top .foot-block {
    max-width: 100%;
  }
  #footer .foot-top .foot-block + .foot-block {
    margin-top: 40px;
  }
  #footer .foot-top .logo {
    margin-bottom: 30px;
  }
  #footer .foot-top ul li + li {
    margin-top: 15px;
  }
  #footer .foot-top h4 {
    margin-bottom: 20px;
  }
  #footer .foot-top .line {
    margin: 15px 0;
  }
}



:root {
  --base-color: #0075c1;
  --base-color2:#137bc7;
}


.gxs-cate {
    padding-top: 95px
}

.gxs-cate .container {
    text-align: left
}

.gxs-cate .container h3 {
    color: var(--base-color);
    font-family: 'gt';
    font-weight: 400;
    margin: 15px 0
}

.gxs-cate .container p,
.gxs-cate .container .textile {
    max-width: 680px;
    text-align: left;
    line-height: 2;
    margin-bottom: 45px;
    color: var(--base-color2)
}

.gxs-cate .container .textile h1 {
    display: inline
}

.gxs-cate .container .mainbox .top ul.catelist {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(6, 1fr);
}

.gxs-cate .container .mainbox .top ul.catelist li {
    width: 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;
    background: #ececec;
    border-radius: 5px 5px 0 0;
    height: 75px;
    font-family: "gt";
    font-weight: 700;
    color: var(--base-color);
    cursor: pointer
}

.gxs-cate .container .mainbox .top ul.catelist li i {
    display: inline-block;
    position: relative
}

.gxs-cate .container .mainbox .top ul.catelist li i img:nth-child(1) {
    opacity: 1
}

.gxs-cate .container .mainbox .top ul.catelist li i img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.gxs-cate .container .mainbox .top ul.catelist li em {
  max-width: 150px;
}

.gxs-cate .container .mainbox .top ul.catelist li.active {
    background: var(--base-color);
    color: #fff
}

.gxs-cate .container .mainbox .top ul.catelist li.active i img:nth-child(1) {
    filter: brightness(0) invert(1);
}

.gxs-cate .container .mainbox .top ul.catelist li.active i img:nth-child(2) {
    opacity: 1
}

.gxs-cate .container .mainbox .top ul.catelist li:last-child {
    margin-right: 0
}

.gxs-cate .container .mainbox .top ul.catelist li i {
    min-width: 30px;
    margin-right: 10px
}

.gxs-cate .container .mainbox .bottom {
    overflow: hidden;
    min-height: 270px
}

.gxs-cate .container .mainbox .bottom ul.catelist li {
    position: relative
}

.gxs-cate .container .mainbox .bottom ul.catelist li .imgbox img {
    width: 100%
}

.gxs-cate .container .mainbox .bottom ul.catelist li .imgbox img.imgs2 {
    display: none
}

.gxs-cate .container .mainbox .bottom ul.catelist li .imgbox {
    overflow: hidden
}

.gxs-cate .container .mainbox .bottom ul.catelist li .text {
    position: absolute;
    width: 80%;
    display: inline-block;
    text-align: left;
    color: #fff;
    left: 0;
    bottom: 40px;
    padding-left: 40px
}

.gxs-cate .container .mainbox .bottom ul.catelist li .text h4 {
    font-weight: 700
}

.gxs-cate .container .mainbox .bottom ul.catelist li .text p {
    line-height: 2;
    opacity: .8;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #fff
}


.gxs-product {
  padding-top: 70px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
.gxs-product .productbox {
  position: relative;
  width: 100%;
  left: 175px;
}
.gxs-product .productbox span.btn{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  font-size: 24px;
  transition: 0.3s all;
  opacity: 0.3;
  cursor: pointer;
}
.gxs-product .productbox span.btn:hover{
  opacity: 1;
  transition: 0.3s all;
  background: #0075c1;
}
.gxs-product .productbox span.btn.slick-prev{
  left: -8%;

}
.gxs-product .productbox span.btn.slick-next{
  right: 10%;
  
}
.gxs-product .productbox .swiper .swiper-scrollbar {
  width: 100%;
  height: 5px;
  background: #e1e1e1;
  position: relative!important;
  left: 0;
  margin-top: 25px;
  margin-bottom: 55px;
}
.gxs-product .productbox .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--base-color) !important;
}
.gxs-product .productbox span.tag {
  margin-bottom: 40px;
}
.gxs-product .productbox ul {
  margin: 0 -15px;
}
.gxs-product .productbox ul li {
  padding: 15px;
}
.gxs-product .productbox ul li .item {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
}
.gxs-product .productbox ul li .item .text {
  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: flex-end;
}
.gxs-product .productbox ul li .item .text .left {
  display: inline-block;
}
.gxs-product .productbox ul li .item .text .left h4 {
  display: inline-block;
  font-weight: 700;
  color: var(--base-color);
  min-height: 81px;
}
.gxs-product .productbox ul li .item .text .left p {
  color: var(--base-color2);
}
.gxs-product .productbox ul li .item .text a {
  width: 30px;
  height: 30px;
  min-width: 28px;
  border-radius: 100%;
  /*border: 1px solid var(--base-color);*/
  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;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-product .productbox ul li .item .text a i {
  font-size: 18px;
  color: var(--base-color);
}
.gxs-product .productbox ul li .item:hover .text a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}


@media screen and (max-width: 1800px) {
  .gxs-product .productbox{
    left: 50px;
  }
  .gxs-product .productbox span.btn.slick-prev {
      left: 0;
  }
  .gxs-product .productbox span.btn.slick-next {
      right: 6%;
  }
}

@media screen and (max-width: 1600px) {
  .gxs-product .productbox{
    left: 3%;
  }
}

@media screen and (max-width: 1440px) {
  .gxs-cate .container .mainbox .top ul.catelist {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .gxs-product .productbox {
    left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .gxs-product .productbox .swiper .swiper-scrollbar{
    display: none!important;
  }

  .gxs-product{
    padding-bottom: 20px;
  }
}


/*inner css start*/
a.more {
  display: inline-block;
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  background: var(--base-color);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color2);
}

@media screen and (max-width: 800px) {
  a.more {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  

  .gxs-cate .container .mainbox .bottom ul.catelist li .text p {
      max-height: 60px;
      overflow-y: scroll;
  }
}

.gxs-cate .container .mainbox .bottom {
    position: relative;
}

.gxs-cate .container .mainbox .bottom .btn {
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 7;
    opacity: 0;
}

.gxs-cate .container .mainbox .bottom .btn.slick-prev {
    left: 0;
}

.gxs-cate .container .mainbox .bottom .btn.slick-next {
    right: 0;
}


@media screen and (max-width: 750px) {
  .gxs-cate {
      padding-top: 60px;
  }

  .gxs-cate .container .mainbox .bottom .btn {
      opacity: 1;
  }


    .gxs-cate .container .mainbox .bottom ul.catelist li .text p {
        display: none;
    }

    .gxs-cate .container .mainbox .bottom ul.catelist li .text h4 {
        margin-bottom: 15px;
    }


    .gxs-cate .container .mainbox .top ul.catelist {
        margin: 0 -5px;
    }

    .gxs-cate .container .mainbox .top ul.catelist .slick-current li {
        background: var(--base-color);
        color: #fff;
    }

    .gxs-cate .container .mainbox .top ul.catelist .slick-current li i img:nth-child(1) {
        opacity: 0;
    }

    .gxs-cate .container .mainbox .top ul.catelist .slick-current li i img:nth-child(2) {
        opacity: 1;
    }

    .gxs-cate .container .mainbox .top ul.catelist .slick-slide {
        padding: 0 5px;
    }


    .gxs-cate .container {
        text-align: center;
    }

    .gxs-cate .container p,.gxs-cate .container .textile {
        text-align: center;
    }

    .gxs-cate .container .mainbox .bottom ul.catelist li {
        display: block;
    }

    .gxs-cate .container .mainbox .bottom {
        min-height: 110px;
    }


    .gxs-cate .container .mainbox .bottom ul.catelist li .imgbox {
        width: 100%;
        height: auto;
    }

    .gxs-cate .container .mainbox .bottom ul.catelist li .imgbox img.imgs1 {
        display: none;
    }

    .gxs-cate .container .mainbox .bottom ul.catelist li .imgbox img.imgs2 {
        display: block;
    }

    .gxs-cate .container .mainbox .bottom ul.catelist li .text h4 {
        font-size: 36px;
    }
}



@media screen and (max-width: 500px) {
  .gxs-cate .container .mainbox .bottom ul.catelist li .text a.more {
      display: none;
  }
}


span.tag {
  color: var(--base-color2);
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.8;
}
.inner-banner {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 280px;
  left: 0;
}
.inner-banner .content .ui.container {
  color: #fff;
}
.inner-banner .content .ui.container h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.mbx {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.mbx.about {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 20px;
}

.mbx a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mbx a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.about-page .about-1 {
  padding: 60px 0;
  background: url(../images/about-1-rightjpg.jpg) center right no-repeat;
}
.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: 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-1 .ui.container .left {
  padding-right: 5%;
}
.about-page .about-1 .ui.container .left h3 {
  line-height: 1.64285714;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.about-page .about-1 .ui.container .left .content p {
  line-height: 2;
}
.about-page .about-2 {
  padding: 60px 0;
}
.about-page .about-2 .ui.container {
  text-align: left;
}
.about-page .about-2 .ui.container .culturebox {
  background: url(/pvc-coatedfabric/2025/06/18/about-2-bj..jpg) center center no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.about-page .about-2 .ui.container .culturebox ul li .item {
  height: 600px;
  color: #fff;
  position: relative;
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 200px;
  z-index: 3;
  
}
 .about-page .about-2 .ui.container .culturebox ul li .item:before{
    content:"";
    background: var(--base-color);
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
  transition: .3s all;
z-index: -1;
  }
   .about-page .about-2 .ui.container .culturebox ul li .item:hover:before{
     transition: 0.3s all;
     top: 0;
     
   }
.about-page .about-2 .ui.container .culturebox ul li .item h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
.about-page .about-3 {
  padding: 150px 0;
}
.about-page .about-3 .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: 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-3 .ui.container .left {
  padding-left: 65px;
}
.about-page .about-3 .ui.container .left .yearbox {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.about-page .about-3 .ui.container .left .yearbox svg {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  z-index: 999;
  /*border: 2px solid #eee;*/
  border-radius: 100%;
}
.about-page .about-3 .ui.container .left .yearbox svg path {
  fill: none;
  stroke: var(--base-color);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  stroke-dasharray: 0,800;
  stroke-dashoffset: 0;
}
.about-page .about-3 .ui.container .left .yearbox ul li {
  height: 250px;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4 {
  line-height: 300px;
  color: #f8f8f9;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4 {
  color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .right {
  text-align: right;
}
.about-page .about-3 .ui.container .right ul {
  max-width: 500px;
  margin-left: auto;
  margin-right: 80px;
}
.about-page .about-3 .ui.container .right ul li {
  text-align: left;
  padding-bottom: 65px;
  padding-top: 30px;
}
.about-page .about-3 .ui.container .right ul li span {
  color: #aaa;
}
.about-page .about-3 .ui.container .right ul li h5 {
  margin-top: 20px;
}
.about-page .about-4 {
  height: 750px;
  position: relative;
  background: url(/pvc-coatedfabric/2025/06/18/about-6-bj-2.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 500px;
}
.about-page .about-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.about-page .about-4 .ui.container {
  text-align: center;
}
.about-page .about-4 .ui.container p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-page .about-5 {
  padding: 90px 0;
  text-align: center;
}
.about-page .about-5 p {
  margin-top: 20px;
  margin-bottom: 35px;
}
.about-page .about-5 .samplelist li {
  padding: 0 35px;
}
.app-page {
  padding-top: 180px;
  padding-bottom: 140px;
}
.app-page .app-1 .appmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.app-page .app-1 .appmain .right .text {
  margin-left: 55px;
}
.app-page .app-1 .appmain .text {
  max-width: 650px;
  text-align: left;
}
.app-page .app-1 .appmain .text h6 {
  text-transform: uppercase;
}
.app-page .app-1 .appmain .text .content {
  margin-top: 25px;
  margin-bottom: 45px;
}
.app-page .app-1 .appmain .text p {
  line-height: 2;
}
.sus-page .sus-banner{
  padding-top: 120px;
  padding-bottom: 30px;
}
.sus-page .sus-1 {
  padding: 80px 0;
}
.sus-page .sus-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;
}
.sus-page .sus-1 .ui.container .left h5 {
  max-width: 750px;
}
.sus-page .sus-1 .ui.container .right {
  padding-left: 45px;
}
.sus-page .sus-1 .ui.container .right p {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 80px 0;
}
.sus-page .sus-2 .ui.container {
  text-align: left;
}
.sus-page .sus-2 .ui.container .honorbox {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist {
  margin: 0 -50px;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
  padding: 15px 50px;
  text-align: center;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -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);
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
  margin: 0 auto;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
  margin-top: 20px;
  height: 75px;
  text-align: center;
  position: relative;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  background: var(--base-color);
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}
.sus-page .sus-3 {
  padding: 80px 0;
}
.sus-page .sus-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-3 .top .left {
  text-align: right;
}
.sus-page .sus-3 .top .left h5 {
  color: var(--base-color);
}
.sus-page .sus-3 .top .right p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
.sus-page .sus-3 .main {
  margin-top: 150px;
  background: #f8f8f8;
  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;
}
.sus-page .sus-3 .main .left {
  padding-left: 100px;
  padding-right: 60px;
}
.sus-page .sus-3 .main .left h6 {
  margin: 30px 0;
}
.sus-page .sus-3 .main .left p {
  line-height: 2;
  margin-bottom: 65px;
}
.sus-page .sus-4 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.sus-page .sus-4 .ui.container {
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox {
  margin-top: 25px;
  border-top: 1px solid #999;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist {
  margin: 0 -50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
  padding: 50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
  background: #f8f8f8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
  padding: 65px 60px;
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
  color: #000;
  font-weight: 700;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
  line-height: 2;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.manu-page {
  padding-top: 180px;
}
.manu-page .manu-1 {
  padding: 60px 0;
}
.manu-page .manu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.manu-page .manu-1 .ui.container .left {
  padding-right: 55px;
}
.manu-page .manu-1 .ui.container .right {
  padding-left: 40px;
}
.manu-page .manu-3 {
  padding: 100px 0;
}
.manu-page .manu-3 .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: 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;
}
.manu-page .manu-3 .ui.container.bottom {
  margin-top: 60px;
}
.manu-page .manu-3 .ui.container .left {
  width: 55%;
  text-align: right;
}
.manu-page .manu-3 .ui.container .left .imgbox {
  display: inline-block;
  position: relative;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
  display: inline-block;
  position: absolute;
  width: 290px;
  height: 92px;
  text-align: left;
  color: #fff;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text p {
  position: absolute;
  width: 80%;
  max-width: 200px;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text1 {
  top: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text2 {
  bottom: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox ul {
  position: absolute;
  width: 100%;
  height: 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  left: 0;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li {
  text-align: center;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li span {
  width: 81px;
  height: 81px;
  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: #0080d3;
  margin: 0 auto;
}
.manu-page .manu-3 .ui.container .right {
  width: 40%;
}
.manu-page .manu-3 .ui.container .right p {
  line-height: 2;
  margin: 15px 0;
}
.manu-page .manu-4 {
  padding-top: 40px;
  padding-bottom: 160px;
}
.manu-page .manu-4 .top .ui.container {
  text-align: left;
}
.manu-page .manu-4 .top .ui.container .main {
  margin-top: 40px;
  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;
  padding-top: 55px;
  border-top: 1px solid #aaa;
}
.manu-page .manu-4 .top .ui.container .main .left {
  padding-right: 90px;
}
.manu-page .manu-4 .top .ui.container .main .right {
  padding-left: 35px;
}
.manu-page .manu-4 .bottom {
  margin-top: 100px;
}
.manu-page .manu-4 .bottom .ui.container {
  max-width: 1760px;
  padding: 0;
  margin-left: 0;
  margin-right: auto;
}
.manu-page .manu-4 .bottom ul.factorylist {
  margin: 0 -16px;
}
.manu-page .manu-4 .bottom ul.factorylist li {
  padding: 16px;
}
.strength-page .stren-1 {
  padding-top: 70px;
  padding-bottom: 160px;
}
.strength-page .stren-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: 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;
}
.strength-page .stren-1 .ui.container .right {
  padding-left: 90px;
  padding-right: 0;
}
.strength-page .stren-1 .ui.container .right h5 {
  line-height: 1.6;
}
.strength-page .stren-1 .ui.container .right p {
  line-height: 2;
  margin-top: 30px;
}
.strength-page .stren-1 .ui.container .right .top {
  text-align: left;
  padding-bottom: 40px;
  position: relative;
}
.strength-page .stren-1 .ui.container .right .top:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.strength-page .stren-1 .ui.container .right .bottom {
  margin-top: 60px;
}
.strength-page .stren-2 {
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
}
.strength-page .stren-2:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 675px;
  background: #054370;
}
.strength-page .stren-2 .ui.container {
  text-align: center;
}
.strength-page .stren-2 .ui.container h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist {
  margin: 0 -25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li {
  padding: 25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .img-box {
  border-radius: 35px 35px 0 0 ;
  overflow: hidden;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text {
  height: 360px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 35px 35px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  padding: 0 45px;
  padding-top: 40px;
  text-align: left;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  height: 47px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text p {
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.strength-page .stren-3 {
  padding: 90px 0;
}
.strength-page .stren-3 .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: 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;
}
.strength-page .stren-3 .ui.container .left {
  width: 38%;
  padding-right: 0%;
}
.strength-page .stren-3 .ui.container .left h3 {
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
  font-weight: bold;
}
.strength-page .stren-3 .ui.container .left p {
  line-height: 2;
}
.strength-page .stren-3 .ui.container .center {
  width: 30%;
}
.strength-page .stren-3 .ui.container .right {
  width: 25%;
}
.strength-page .stren-3 .ui.container .right ul.namelist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li:last-child {
  margin-bottom: 0;
}
.strength-page .stren-3 .ui.container .right ul.namelist li span {
  font-size: 18px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li i {
  width: 0px;
  height: 1px;
  margin: 0 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.strength-page .stren-3 .ui.container .right ul.namelist li p {
  text-transform: uppercase;
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active i {
  width: 65px;
  margin: 0 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .product-1 {
  padding-top: 197px;
  background: var(--base-color);
}
.product-page .product-1 .ui.container .main {
  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;
  border-radius: 30px 30px 0 0;
  background: #fff;
  -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);
  overflow: hidden;
}
.product-page .product-1 .ui.container .main .left {
  padding: 0 45px;
  text-align: left;
  width: 35%;
}
.product-page .product-1 .ui.container .main .left h4 {
  font-weight: 700;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .product-1 .ui.container .main .left p {
  margin-top: 25px;
}
.product-page .product-2 {
  padding: 130px 0;
  background: #f5f5f5;
}
.product-page .product-2 .ui.container .sidebox {
  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;
}
.product-page .product-2 .ui.container .sidebox .side-left {
  width: 315px;
}
.product-page .product-2 .ui.container .sidebox .side-left h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form {
  position: relative;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"] {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-style: italic;
  color: #000;
  background: transparent;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="submit"] {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/product-search-icon.png) center center no-repeat;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox {
  margin-top: 60px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist > li {
  background: #fff;
  position: relative;
  border-bottom: none!important;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li {
  position: relative;
  width: 100%;
  padding: 0 0;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li a {
  padding-left: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li i {
  font-size: 16px;
  position: absolute;
  width: 40px;
  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;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  right: 0;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li ul.sub-menu {
  display: none;
}
.product-page .product-2 .ui.container .sidebox .side-right {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist {
  margin: 0 -15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li {
  padding: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text {
  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;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left {
  display: inline-block;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left h4 {
  display: inline-block;
  font-weight: 700;
  color: var(--base-color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left p {
  color: var(--base-color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--base-color);
  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;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a i {
  font-size: 18px;
  color: var(--base-color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item:hover .text a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.complete-page {
  padding-top: 210px;
}
.complete-page .complete1 {
  padding: 45px 0;
  z-index: 88;
  position: relative;
}
.complete-page .complete1 .ui.ui.container {
  max-width: 1210px;
  text-align: center;
}
.complete-page .complete1 .ui.ui.container h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
.complete-page .complete1 .ui.ui.container p {
  max-width: 990px;
  margin: 0 auto;
}
.complete-page .complete1 .ui.ui.container .imgbox {
  margin-top: 30px;
}
.complete-page .complete2 {
  padding-top: 75px;
  padding-bottom: 35px;
}
.complete-page .complete2 .ui.container .top .main {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #666;
  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;
}
.complete-page .complete2 .ui.container .top .main h4 {
  width: 48%;
  max-width: 700px;
}
.complete-page .complete2 .ui.container .top .main p {
  width: 45%;
  max-width: 715px;
  line-height: 2;
}
.complete-page .complete2 .ui.container .bottom {
  width: 100%;
  overflow: hidden;
  padding: 0 200px;
  margin-top: 90px;
}
.complete-page .complete2 .ui.container .bottom ul {
  width: 80%;
}
.complete-page .complete2 .ui.container .bottom .honorbox {
  padding-bottom: 130px;
  background: url(../images/complete-honor-bj.png) bottom center no-repeat;
  background-size: 98%;
}
.complete-page .complete3,
.complete-page .complete4 {
  padding-bottom: 80px;
  z-index: 88;
  position: relative;
}
.complete-page .complete3 .newsbox,
.complete-page .complete4 .content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #666;
}
.complete-page .complete4 .content{
  font-size: 16px;
  line-height: 2;
}
.complete-page .complete4 .content h4{
  color: #0075c1;
    font-size: 20px;
    line-height: 1.8;
    padding: 10px 0;
}
.complete-page .complete3 .newsbox ul.newslist {
  margin: 0 -30px;
}
.complete-page .complete3 .newsbox ul.newslist li {
  padding: 0 30px;
  text-align: left;
}
.complete-page .complete3 .newsbox ul.newslist li .item .time {
  font-size: 14px;
  lighting-color: 2;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 {
  margin: 20px 0;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.complete-page .complete4:before {
  content: "";
  width: 90%;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  height: 70%;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.complete-page .complete4 h3 {
  margin-bottom: 130px;
  font-weight: bold;
  color: #fff;
}
.complete-page .complete4 p {
  max-width: 630px;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
}

.prodet-page .prodet-1 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.prodet-page .prodet-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;
}
.prodet-page .prodet-1 .ui.container .left {
  width: 40%;
}
.prodet-page .prodet-1 .ui.container .left ul.biglist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist {
  margin: 0 -15px;
  margin-top: 0px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li {
  padding: 15px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right {
  width: 55%;
}
.prodet-page .prodet-1 .ui.container .right h1 {
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
}
.prodet-page .prodet-1 .ui.container .right .box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right .box td,
.prodet-page .prodet-1 .ui.container .right .box th{
  border: none!important;
}
.prodet-page .prodet-1 .ui.container .right .box table tr:nth-child(even){
  background: none;
}
.prodet-page .prodet-1 .ui.container .right .box .top{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.prodet-page .prodet-1 .ui.container .right .box .top em{
  font-weight: bold;
}
.prodet-page .prodet-1 .ui.container .right .box i{
  font-size: 20px;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content{
  
  margin-top: 45px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .list{
  margin-bottom: 30px;
}
 
.prodet-page .prodet-1 .ui.container .right .box .content .title{
  margin-right: 20px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd{
  padding: 0 0px;
  text-align: center;
  border: 1px solid #eee;
  
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .item{
  margin-right: 5px;
  text-align: center;
  padding: 20px 0;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd span{
  margin-top: 10px;

}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd{
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #eee;
  margin-right: 20px;
  margin-top: 20px;
  width: auto!important;
}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box 
.prodet-page .prodet-1 .ui.container .right .text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .cnashu {
  color: #8F8F8F!important;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table {
  border: none;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table td,
.prodet-page .prodet-1 .ui.container .right .cnashu table th {
  border: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p {
  width: 100%;
  font-size: 16px;
  color: #8F8F8F;
  line-height: 1.5;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p em {
  font-weight: bold;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist {
  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-top: 15px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li {
  margin-right: 30px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li a {
  width: 45px;
  height: 45px;
  display: block;
}
.prodet-page .prodet-1 .ui.container .right .sharebox {
  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;
}
.prodet-page .prodet-1 .ui.container .right .sharebox em {
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist {
  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;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li {
  font-size: 24px;
  color: #8F8F8F;
  margin-left: 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.prodet-page .prodet-2 {
  padding: 90px 0;
}
.prodet-page .prodet-2 .ui.container .main {
  margin-top: 20px;
  padding-top: 30px;
  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;
  border-top: 1px solid #eee;
}
.prodet-page .prodet-2 .ui.container .main .left {
  width: 40%;
}
.prodet-page .prodet-2 .ui.container .main .left h3 {
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ui.container .main .left p {
  line-height: 2;
  color: #000;
}
.prodet-page .prodet-2 .ui.container .main .right {
  width: 55%;
}
.prodet-page .prodet-2 .ui.container .main .right form {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select {
  background: #eee;
  color: #000;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  line-height: 2;
  padding: 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p {
  font-size: 16px;
  line-height: 2;
  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-top: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: var(--base-color);
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox {
  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 -40px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
  padding: 0 40px;
}
.product2-page .product-3 {
  padding-top: 140px;
  padding-bottom: 40px;
  background: var(--base-color);
}
.product2-page .product-3 .mbx {
  color: #fff;
  opacity: 0.5;
}
.product2-page .product-3 .navbox {
  margin-top: 70px;
}
.product2-page .product-3 .navbox .ui.container {
  text-align: center;
}
.product2-page .product-3 .navbox .ui.container h1 {
  font-weight: bold;
  color: #fff;
}
.product2-page .product-3 .navbox .ui.container h2 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  margin: 35px 0;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist {
  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;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
  margin: 30px;
  padding: 0px;
 
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a{
 border: 1px solid transparent;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li.active a,
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li:hover a {
border-color: #fff;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a {
  padding: 15px;
  display: inline-block;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
  width: 69px;
  height: auto;
}
.product2-page .product-3 .navbox .ui.container .navcontent {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content {
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content.active {
  height: auto!important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 35px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown {
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.product2-page .product-4 {
  padding-top: 90px;
}
.product2-page .product-4 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top h5 {
  font-weight: bold;
  color: #000;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid #aaa;
  text-transform: uppercase;
}
.product2-page .product-4 .ui.container .top ul.cat2list {
  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;
}
.product2-page .product-4 .ui.container .top ul.cat2list li {
  margin-left: 40px;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product2-page .product-4 .ui.container .top ul.cat2list li.active a:before,
.product2-page .product-4 .ui.container .top ul.cat2list li:hover a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-4 .ui.container .main ul.productlist {
  margin: 0 -15px;
}
.product2-page .product-4 .ui.container .main ul.productlist > p {
  text-align: center;
}
.product2-page .product-4 .ui.container .main ul.productlist li {
  padding: 15px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item {
  border-radius: 10px;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  text-align: center;
  padding-bottom: 15px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 {
  font-weight: 700;
  position: relative;
  padding: 0 30px ;
  
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5:nth-child(1){
  min-height: 81px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  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%;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  filter: grayscale(1);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item{
  position: relative;
  overflow: hidden;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item:before{
  content:"";
  position: absolute;
  bottom:60px;
  width: 100%;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;

}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item span {
  color: var(--base-color);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist {
  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;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(1) {
  background: #3994cf;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(2) {
  background: #39cf8e;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(3) {
  background: #cf9139;
}

.font-55 {
  font-size: 55px;
}
.font-260 {
  font-size: 260px;
}
.font-127 {
  font-size: 127px;
}
.font-48 {
  font-size: 48px;
}
@media screen and (max-width: 1800px) {
  .font-260 {
    font-size: 190px;
    line-height: 210px!important;
  }
  .manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
    display: none;
  }
  .strength-page .stren-1 .ui.container .right .bottom {
    margin-top: 20px;
  }
  .product-page .product-1 .ui.container .main .left p {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll;
  }
  .complete-page .complete2 .ui.container .bottom {
    padding: 0 60px;
  }
  .complete-page .complete3 .newsbox ul.newslist li .item h6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

}
  .complete-page .complete3 .newsbox ul.newslist li .item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  @media screen and (max-width: 1600px) {
    .gxs-about .top .btmarea .ui.container .textbox{
    height: 200px;
  }
  }
  
@media screen and (max-width: 1400px) {
  .about-page .about-1 {
    padding: 120px 0;
  }
  .font-260 {
    font-size: 150px;
    line-height: 165px!important;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 600px;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 200px;
  }
  .about-page .about-3 .ui.container .right ul li {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
  
  .complete-page .complete2 .ui.container .bottom .honorbox {
    padding-bottom: 0;
    background: #fff;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    padding: 0 15px;
    padding-top: 50px;
    position: relative;

  }
 
  .app-page .app-1 .appmain .text .content {
    max-height: 200px;
    overflow-y: scroll;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 150px;
  }

  .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .font-60 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: 54px;
    height: auto;
  }
  .font-28 {
    font-size: 20px;
  }
  .about-page .about-1 .ui.container .left .content {
    max-height: 180px;
    overflow-y: scroll;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 150px;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 450px;
  }
  .font-260 {
    font-size: 110px;
    line-height: 120px!important;
  }
  .inner-banner {
    height: 400px;
  }
  .inner-banner .content {
    top: 140px;
  }

  .font-24 {
    font-size: 16px;
  }
  .font-36 {
    font-size: 24px;
  }
  .gxs-about .top .content{
    top: 22%;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    background: #fff;
  }
  .strength-page .stren-1 .ui.container .right h5{
    line-height: 1.8;
    font-size: 20px;
  }
  .about-page .about-1 .ui.container .left {
    padding-right: 20px;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    height: 400px;
  }
  .about-page .about-3 .ui.container .left {
    display: none;
  }
  .about-page .about-3 .ui.container .right {
    width: 100%;
  }
  .about-page .about-4 {
    height: 400px;
    padding-top: 130px;
  }
  .sus-page .sus-3 .top .left {
    padding-right: 40px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-16 {
    font-size: 14px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 15px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 50px 15px;
  }
  .strength-page .stren-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .strength-page .stren-1 .ui.container .left {
    width: 100%;
  }
  .complete-page .complete2 .ui.container .bottom {
    display: none;
  }
  .font-127 {
    font-size: 82px;
  }
  .complete-page .complete4 {
    height: 680px;
    padding-top: 40px;
    display: none!important;
  }
  .strength-page .stren-3 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 50%;
  }
  .strength-page .stren-3 .ui.container .right {
    width: 50%;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 60px;
    margin-top: 10px;
  }
  .product-page .product-1 .ui.container .main .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    padding-right: 0;
  }
  .product-page .product-2 .ui.container .sidebox .side-left {
    display: none;
  }
  .product-page .product-2 .ui.container .sidebox .side-right {
    width: 100%;
  }

  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: auto;
    height: auto;
  }

  .prodet-page .prodet-2 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ui.container .main .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .ui.container .main .left h3{
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-2 {
    padding: 20px 0;
  }
  .about-page .about-3 {
    padding: 20px 0;
  }
  .about-page .about-5 {
    padding: 20px 0;
    text-align: center;
  }
  .app-page {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .app-page .app-1 .appmain {
    margin-top: 20px;
  }
  .app-page .app-1 .appmain:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .app-page .app-1 .appmain .left {
    width: 100%;
    margin-top: 20px;
  }
  .app-page .app-1 .appmain .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .app-page .app-1 .appmain .right .text {
    padding: 0;
    margin-left: 0;
  }
  .sus-page .sus-1 .ui.container .left {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sus-page .sus-1 {
    padding: 20px 0;
  }
  .sus-page .sus-2 {
    padding: 20px 0;
  }
  .sus-page .sus-3 {
    padding: 20px 0;
  }
  .sus-page .sus-3 .top .left {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .top .right {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .main {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
  }
  .strength-page .stren-3 .ui.container .right {
    display: none;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manu-page .manu-3 .ui.container .left {
    width: 100%;
    text-align: right;
  }
  .manu-page .manu-3 .ui.container .right {
    width: 100%;
  }
  .manu-page .manu-3 {
    padding: 20px 0;
  }
  .manu-page .manu-4 .top .ui.container .main {
    margin-top: 20px;
    padding-top: 20px;
  }
  .manu-page .manu-4 .top .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .manu-page .manu-4 .top .ui.container .main .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
    height: auto;
  }
  .strength-page .stren-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .product-page .product-1 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-1 .ui.container .main .right {
    margin-top: 20px;
  }
  .font-127 {
    font-size: 55px;
  }
  .product-page .product-2 {
    padding: 20px 0;
    background: #f5f5f5;
  }
  .complete-page .complete2 .ui.container .top .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complete-page .complete2 .ui.container .top .main .left {
    width: 100%;
    padding-right: 0;
  }
  .complete-page .complete2 .ui.container .top .main .right {
    width: 100%;
    padding-left: 0;
  }
  .complete-page .complete4 h3 {
    margin-bottom: 40px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
    margin: 10px;
    padding: 0px;
  }
  .product2-page .product-4 .ui.container .top ul.cat2list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product2-page .product-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  
  .prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
    width: 100%;
  }
  
}
@media screen and (max-width: 500px) {
  .manu-page .manu-3 .ui.container .left {
    display: none;
  }
  .complete-page .complete2 {
    display: none;
  }
  .font-127 {
    font-size: 40px;
  }
  .font-32,
  .font-24 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist {
    display: none;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-55 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 14px;
    line-height: 2!important;
  }
  .about-page .about-3 .ui.container .right ul {
    margin-right: 0;
  }
  .product2-page .product-3 .navbox .ui.container .navcontent .content {
    font-size: 14px;
  }
}
.m-page{
  margin-top: 40px;
  
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;

}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  background: #fff;
  font-size: 16px;
}
.m-page .wp-pagenavi span{
  background: #0075c1;
  color: #fff;
}
.news-page {
  padding: 60px 0;
}
.news-page .list{
  min-height: 400px;
}

.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 30px;
  border: 1px solid #eee;
}

.news-page .list ul li .content h4 {
  font-size: 24px;
  font-weight: bold;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
      margin-top: 21px;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 80px;*/
  color: #767676;
}

.newdet-page {
  padding: 60px 0;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
 .m-link {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
 .m-link a {
  display: block;
}
 .m-link a:hover {
  text-decoration: underline;
}
/*inner css end*/
.about-his .ui.container span.gd {
  color: var(--base-color2);
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 120px;
  width: 25%;
  text-align: right;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.about-his .ui.container span.gd.active {
  position: absolute;
  top: 20px;
  left: 0;
}
.about-his .ui.container .yearbox {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
.about-his .ui.container .yearbox ul {
  width: 100%;
}
.about-his .ui.container .yearbox ul li {
  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;
}
.about-his .ui.container .yearbox ul li.active h4 {
  color: var(--base-color2);
}
.about-his .ui.container .yearbox ul li h4 {
  color: #a9a9a9;
  font-weight: bold;
}
.about-his .ui.container .yearbox ul li .textbox {
  max-width: 480px;
  padding: 40px 0;
}
.about-his .ui.container .yearbox ul li .textbox span {
  color: #a9a9a9;
}
.about-his .ui.container .yearbox ul li .textbox h5 {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .about-his .ui.container span.gd {
    display: none;
  }
  .about-his .ui.container .yearbox ul li h4 {
    display: none;
  }
  .about-his .ui.container .yearbox {
    width: 100%;
  }
  .about-his .ui.container .yearbox ul li .textbox {
    padding: 20px 0;
  }
}
.product-6{
 height: 600px;
 position: relative;

}
.product-6 .content{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  
}
.product-6 .mbx{
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
  color: #fff;
}
.gxs-cate .container .mainbox .top ul.catelist2 li a{
      width: 100%;
    max-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    height: 75px;
    font-weight: bold;
    
    cursor: pointer;
}
.product-7{
  padding-top: 70px;
  padding-bottom: 90px;
}
.product-7 .ui.container .tit{
color: #0075c1;
font-weight: bold;
font-size: 42px;
line-height: 1.6;
text-transform: uppercase;

}

@media screen and (max-width: 1000px) {
  .product-7 .ui.container .tit{
    font-size: 34px;
  }
  .sus-page .sus-banner{
    padding-top: 40px;
  }

  .product-6 .content {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-7 .ui.container .tit{
    font-size: 20px;
  }
  .product2-page .product-4 .ui.container .top{
    display: none;
  }
  .product-6{
    height: auto;
    padding: 120px 0;
  }
  .product-6 .mbx{
    text-align: center;
    font-size: 16px;
    line-height: 2;
    padding-top: 35px;
  }
}





#faq h2 {
  font-size: 25px;
}
#faq ul li h4 {
  position: relative;
  padding: 15px 25px;
  background: #f7f8fa;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
#faq ul li h4::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 20px;
}
#faq ul li p {
  padding: 0 25px;
  display: none;
}
#faq ul li.active h4 {
  color: #FFFFFF;
  background: #3392d2;
}
#faq ul li.active h4::after {
  content: "\f106";
}

@media screen and (max-width: 700px) {
  #faq h2 {
    font-size: 20px;
  }
}



.lg-page {
  padding: 60px 0;
}

.lg-page .list ul {
  margin: -15px;
}

.lg-page .list li {
  padding: 15px;
}

@media (max-width: 1000px) {
  .lg-page {
    padding: 60px 0;
  }
}






.contact-page .contact-1 {
    padding: 96px 0;
}

.contact-page .contact-1 .left {
    padding-right: 8%;
}

.contact-page .contact-1 .left h5 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-page .contact-1 .left p {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    margin-bottom: 24px;
}

.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    text-decoration: none;
}

.contact-page .contact-1 .left ul li .codeCont {
    display: flex;
    flex-wrap: wrap;
}

.contact-page .contact-1 .left ul li .codeCont .codeImg {
    width: 100px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}

.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 36px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--base-color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page .contact-1 .left ul li .contact-link-icon i,.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--base-color);
    color: #fff;
    width: 100%;
    text-align: center;
}

.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.contact-page .contact-1 .left ul li .contact-link-text {
    color: #555;
    font-size: 18px;
    line-height: 32px;
}

.contact-page .contact-1 .right {
    text-align: right;
    padding-left: 7%;
}

.contact-page .contact-1 .right .form-wrap {
    position: relative;
    border-radius: 0 0 40px;
}

.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    background: #fff;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
    border-radius: 0 0 40px;
}

.contact-page .contact-1 .right .form-wrap .form-box:before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: var(--base-color);
    z-index: -1;
    border-radius: 0 0 40px;
}

.contact-page .contact-1 .right .form-wrap .form-box:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(/template/en/images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

.contact-page .contact-1 .right .form-wrap .form-box h5 {
    color: #000;
    font-size: 40px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}

.contact-page .contact-1 .right .form-wrap .form-box li input,.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0,0,0,.04);
    border-color: ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact-page .contact-1 .right .form-wrap .form-box li input:focus,.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: #da1c28;
}

.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}

.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--base-color);
    -webkit-transition: border-color .4s ease,background-color .4s ease;
    transition: border-color .4s ease,background-color .4s ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}

.contact-page .contact-1 .map {
    margin-top: 72px;
}

.contact-page .contact-2 {
    background: #f5f5f5;
    padding: 96px 0;
}

.contact-page .contact-2 .contact-link-icon {
    font-size: 48px;
    color: #d12138;
}

.contact-page .contact-2 .list ul {
    margin: -10px;
}

.contact-page .contact-2 .list ul li {
    padding: 10px;
    text-align: center;
}

.contact-page .contact-2 .list ul li .box {
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
}

.contact-page .contact-2 .list ul li .box span.h6 {
    font-size: 18px;
    font-weight: 700;
}

.contact-page .contact-2 .list ul li .box .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.5em;
}

.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}

.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.contact-page .contact-2 .header .section-title span {
    color: #da1c28;
}

.contact-page .contact-2 .content ul {
    margin-right: -32px;
}

.contact-page .contact-2 .content ul li {
    padding-right: 32px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}

.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0;
    background-color: #fff;
}

.contact-page .contact-2 .content ul li .title:after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #da1c28;
    padding: 9px 14px;
    color: #fff;
}

.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: #000;
}

.contact-page .contact-2 .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0;
    margin-left: 0;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: #da1c28;
    border: 1px solid #da1c28;
    -webkit-box-shadow: 0px 5px 30px rgba(0,0,0,.05);
    box-shadow: 0px 5px 30px rgba(0,0,0,.05);
}

.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}

.contact-page .contact-2 .content ul li.active .title:after {
    background: #fff;
    color: #da1c28;
}

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

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

    .contact-page .contact-2 .content ul li {
        width: 50%;
    }
}

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

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

@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width:100%;
    }
}
