@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat Light.woff) format('woff'), url(../fonts/Montserrat Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat Regular.woff) format('woff'), url(../fonts/Montserrat Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat Medium.woff) format('woff'), url(../fonts/Montserrat Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat SemiBold.woff) format('woff'), url(../fonts/Montserrat SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat Bold.woff) format('woff'), url(../fonts/Montserrat Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype'), url(../fonts/Montserrat-ExtraBold.eot) format('eot'), url(../fonts/Montserrat ExtraBold.woff) format('woff'), url(../fonts/Montserrat ExtraBold.woff2) format('woff2');
  font-weight: 800;
}
body {
  font-family: "Montserrat";
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
#header.fixed {
  position: fixed;
}
#header.fixed .h-top {
  display: none;
}
#header.fixed .nav .logo {
  width: 200px;
}
#header .nav {
  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;
  border-bottom: 1px solid #8f8f9a;
}
#header .nav .left {
  margin-left: 0;
  margin-right: auto;
}
#header .nav .right {
  margin-left: auto;
  margin-right: 0;
}
#header .h-top {
  margin-top: 35px;
  text-align: right;
}
#header .h-top ul {
  display: inline-block;
  vertical-align: top;
}
#header .h-top li {
  margin-right: 40px;
  display: inline-block;
  line-height: 24px;
}
#header .h-top li i {
  float: left;
  font-size: 0;
}
#header .h-top li i img {
  vertical-align: middle;
}
#header .h-top li span {
  padding-left: 40px;
  display: block;
  color: #ed7020;
  font-weight: 400;
}
#header .h-top .msgBtn {
  display: inline-block;
  vertical-align: top;
  height: 56px;
  line-height: 56px;
  padding: 0 38px;
  border-radius: 10px;
  color: #fff;
  background-color: #ed7020;
  font-weight: 400;
}
#header .h-bottom {
  display: inline-block;
  width: 100%;
}
#header .h-bottom .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 .h-bottom .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .h-bottom .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  font-weight: 400;
}
#header .h-bottom .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 16px;
  -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;
}
#header .h-bottom .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .h-bottom .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 30px 0;
}
#header .h-bottom .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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);
  display: none \9;
}
#header .h-bottom .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 .h-bottom .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .h-bottom .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #ed7020;
  color: white;
}
#header .h-bottom .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 .h-bottom .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 .h-bottom .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 .h-bottom .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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: #fd2318;
}
#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: #fd2318 !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: 15px;
}
#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: 18px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
      line-height: 2;
}
#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: 15px;
}
#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-banner,
  .inner-page {
    margin-top: 120px;
  }
}
.hover-language .zhuyu {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.hover-language .zhuyu i {
  margin-left: 5px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  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 10px;
  line-height: 20px;
  font-size: 11px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  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;
  overflow: hidden;
}
#banner li > img {
  opacity: 0;
}
#banner li video{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
#banner p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
.baseBtn {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background-color: #ed7020;
  min-width: 266px;
  text-align: center;
  border-radius: 10px;
  padding: 0 15px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: #4d4d4d;
}
.baseBtn span {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  min-width: 140px;
  padding-right: 10px;
  text-align: left;
}
.baseBtn i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.baseBtn i img {
  display: inline-block;
  vertical-align: middle;
}
.i-other {
  background-color: #ed7020;
  padding: 30px 0;
}
.i-other .left {
  width: 65%;
  vertical-align: middle;
}
.i-other .right {
  width: 35%;
  vertical-align: middle;
}
.i-other p {
  font-weight: 400;
  color: #fff;
  line-height: 2;
}
.i-other a {
  display: inline-block;
  line-height: 30px;
}
.i-other a span {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.i-other a i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.i-other a i img {
  vertical-align: middle;
}
.our-about {
  padding-top: 80px;
}
.our-about .box {
  padding: 0 6% 60px;
  border-bottom: 2px solid #e9eaeb;
}
.our-about .Tit {
  font-size: 100px;
  line-height: 1.2;
  font-weight: bold;
}
.our-about .Tit span {
  color: #ed7020;
}
.our-about .right .desc {
  line-height: 2;
  font-weight: 400;
  color: #4e4e4e;
}
.our-about .right .desc::after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 128px;
  border-bottom: 2px solid #8f8f9a;
}
.our-about .bottom {
  border-bottom: 2px solid #e9eaeb;
}
.our-about .bottom li {
  text-align: center;
  font-weight: 400;
}
.our-about .bottom li .num em {
  font-size: 46px;
}
.baseTit {
  font-size: 36px;
  font-weight: 400;
  line-height: 2;
}
.our-product {
  padding: 60px 0 100px;
}
.our-product .desc {
  max-width: 1000px;
  margin: auto;
  line-height: 2;
  font-weight: 400;
  color: #4e4e4e;
}
.our-product .list ul {
  margin: -15px -20px;
}
.our-product .list li {
  padding: 15px 20px;
}
.our-product .list .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-product .list .name {
  padding: 15px;
  font-weight: 500;
  color: #343434;
  background-color: #f5f5f5;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .box:hover .name {
  color: #fff;
  background-color: #ed7020;
}
.i-advantage {
  background-color: #f5f5f5;
}
.i-advantage .left {
  vertical-align: middle;
}
.i-advantage .left li {
  padding-left: 50px;
  position: relative;
  line-height: 2;
}
.i-advantage .left li + li {
  margin-top: 40px;
}
.i-advantage .left li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 6px solid #ed7020;
}
.i-advantage .left .name {
  font-weight: 400;
}
.i-advantage .right {
  vertical-align: middle;
  padding-left: 20%;
}
.i-advantage .right li + li {
  margin-top: 90px;
}
.i-advantage .right .icon {
  float: left;
}
.i-advantage .right .name {
  padding-top: 10px;
  font-weight: 400;
  margin-left: 100px;
}
.i-custom {
  background: url(../images/custom-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 130px 0;
}
.i-custom .content {
  max-width: 660px;
  line-height: 2;
}
.our-application {
  padding-top: 70px;
  position: relative;
}
.our-application::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 40%;
  left: 0;
  right: 0;
  background-color: #e9eaeb;
}
.our-application .desc {
  max-width: 1000px;
  margin: auto;
  font-weight: 400;
  line-height: 2;
  color: #4e4e4e;
}
.our-application .arrows span {
  margin: 0 15px;
  cursor: pointer;
}
.our-application .list {
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.our-application .list ul {
  margin: -10px;
}
.our-application .list li {
  padding: 10px;
}
.our-application .list .name {
  margin: 40px 0;
  font-weight: 500;
}
.our-news {
  padding: 100px 0 70px;
}
.our-news span.arrow {
  width: 60px;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e9eaeb;
  font-size: 24px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.our-news span.arrow + span {
  margin-left: 20px;
}
.our-news span.arrow:hover {
  color: #fff;
  border-color: #ed7020;
  background-color: #ed7020;
}
.our-news .line {
  margin: 50px 0;
  border-bottom: 1px solid #e9eaeb;
}
.our-news .list ul {
  margin: 0 -65px;
}
.our-news .list li {
  padding: 0 65px;
}
.our-news .list .name {
  font-weight: 600;
  line-height: 1.7;
}
.our-news .list .name:hover {
  color: #ed7020;
}
.our-news .dots ul {
  margin-top: 50px;
}
.our-news .dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ebebeb;
}
.our-news .dots li.slick-active {
  background-color: #ed7020;
}
.our-news .dots li button {
  display: none;
}
.our-news .dots li + li {
  margin-left: 10px;
}
#footer {
  background-color: #333333;
  color: #fff;
}
#footer .foot-top {
  padding: 80px 0 50px;
}
#footer .nav {
  margin-bottom: 50px;
}
#footer .nav li {
  width: auto;
  margin: 0 30px;
}
#footer .nav li a:hover {
  color: #ed7020;
}
#footer .cms {
  font-weight: 400;
}
#footer .social-links a {
  margin: 0 25px;
}
#footer .social-links a:hover {
  color: #ed7020;
}
#footer .foot-content {
  margin-top: 60px;
  text-align: left;
  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-content .foot-block {
  max-width: 580px;
}
#footer .foot-content .foot-block span {
  font-weight: 400;
}
#footer .foot-bottom {
  background-color: #ed7020;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}
#footer .foot-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .left {
    width: 20%;
  }
  #header .h-top {
    margin-top: 15px;
  }
  #header .h-bottom .ui.menu .menu-box ul.menu > li > a {
    padding: 15px 0;
  }
  #header .h-top .msgBtn {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
  .our-about .box {
    padding: 0 0 60px;
  }
  .i-advantage .right {
    padding-left: 15%;
  }
  .our-news .list ul {
    margin: 0 -20px;
  }
  .our-news .list li {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner p {
    margin-bottom: 25px;
  }
  .font-18 {
    font-size: 16px;
  }
  .baseBtn {
    min-width: auto;
    height: 45px;
    line-height: 45px;
  }
  .baseBtn span {
    min-width: auto;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 20px;
  }
  .our-about .Tit {
    font-size: 70px;
  }
  .our-about .bottom li .num em {
    font-size: 35px;
  }
  .baseTit {
    font-size: 30px;
  }
  .our-application .list .name {
    margin: 20px 0;
  }
  #footer .logo {
    width: 20%;
    margin: 0 auto 20px;
  }
  #footer .nav li {
    margin: 0 15px;
  }
  #footer .foot-content .foot-block {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #nav-height {
    display: none;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner p {
    font-size: 14px;
  }
  .font-16 {
    font-size: 15px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-about {
    padding-top: 60px;
  }
  .our-about .Tit {
    font-size: 30px;
  }
  .our-about .Tit br {
    display: none;
  }
  .our-about .box {
    padding: 0 0 30px;
  }
  .our-about .left {
    width: 100%!important;
    margin-bottom: 30px;
  }
  .our-about .right {
    width: 100%!important;
  }
  .our-about .right .desc::after {
    width: 100%;
    border-color: #e9eaeb;
  }
  .our-about .bottom {
    padding: 30px 0;
  }
  .our-about .bottom ul {
    margin: -15px;
  }
  .our-about .bottom li {
    width: 50%!important;
    padding: 15px;
  }
  .our-about .bottom li .num em {
    font-size: 24px;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list li {
    padding: 15px;
  }
  .baseTit {
    font-size: 24px;
  }
  .i-advantage .left {
    width: 100%!important;
    margin-bottom: 40px;
  }
  .i-advantage .right {
    width: 100%!important;
    padding: 0;
  }
  .i-advantage .right li {
    width: 33.33%;
  }
  .i-advantage .right .name {
    margin-left: 60px;
  }
  .i-advantage .right li + li {
    margin-top: 0;
  }
  .i-advantage .left li + li {
    margin-top: 20px;
  }
  .i-custom {
    padding: 90px 0;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .baseTit {
    margin-top: 0;
  }
  .our-news .line {
    margin: 30px 0;
  }
  .our-news .dots ul {
    margin-top: 30px;
  }
  .our-news .list ul {
    margin: 0 -15px;
  }
  .our-news .list li {
    padding: 0 15px;
  }
  .our-news span.arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
  #footer .nav {
    display: none;
  }
  #footer .foot-content {
    margin-top: 30px;
  }
  #footer .foot-content .foot-block {
    max-width: 300px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .left {
    text-align: center;
  }
  #banner p {
    display: none;
  }
  .i-other .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .i-other .right {
    width: 100%;
    text-align: left;
  }
  .i-advantage {
    display: none;
  }
  .our-application {
    display: none;
  }
  #footer .logo {
    width: 150px;
  }
  #footer .social-links a {
    margin: 0 10px;
  }
  #footer .foot-content {
    display: block;
    text-align: center;
  }
  #footer .foot-content .foot-block {
    max-width: 100%;
  }
  #footer .foot-content .foot-block + .foot-block {
    margin-top: 30px;
  }
}







/*inner css start*/
:root {
    --base-color: #ed7020;
    --base-color2: #054370;
}

a.more {
  display: inline-block;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: var(--base-color);
  color: #fff;
  font-size: 16px;
  font-family: "ak";
  font-weight: bold;
  text-transform: uppercase;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #4d4d4d;
}


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

.gxs-product {
  padding-top: 70px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
.gxs-product .productbox {
  position: relative;
}
.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: #ed7020;
}
.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 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: 400;
  color: #121212;
  min-height: 81px;
      padding-top: 15px;
}
.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 span.btn.slick-prev {
    left: 0;
}
.gxs-product .productbox span.btn.slick-next {
    right: 6%;
}
}



@media screen and (max-width: 700px) {
  .gxs-product .productbox{
  text-align: center;
}

}

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


span.tag {
  color: #ed7020;
  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,
.mbx span {
  margin: 0 10px;
}
.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: 135px 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: 76px;
}
.about-page .about-1 .ui.container .left h3 {
  line-height: 1.64285714;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.about-page .about-1 .ui.container .left .content p {
  line-height: 2;
  font-weight: 400;
  color: #4e4e4e;
}

.about-page .about-1 .ui.container .right{
  position: relative;
}

.about-page .about-1 .ui.container .right .play{
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  background: #ed7020;
  cursor: pointer;
  cursor: hand;
}

.about-page .about-1 .ui.container .right .play:after,
.about-page .about-1 .ui.container .right .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .ui.container .right .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.about-page .about-2 {
  padding: 40px;
}
.about-page .about-2 .ui.container {
  text-align: left;
}
.about-page .about-2 .ui.container .culturebox {
  background: url(../images/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: bold;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  font-weight: 400;
}
.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(../images/about-4-bj.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: 160px 0;
  text-align: center;
}
.about-page .about-5 p {
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 2;
  color: #4e4e4e;
}
.about-page .about-5 .samplelist li {
  padding: 0 35px;
}
.app-page {
  padding-top: 60px;
}
.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;
  font-weight: 400;
}
.app-page .app-1 .appmain .text {
  max-width: 650px;
  text-align: left;
  font-weight: 400;
}
.app-page .app-1 .appmain .text h6 {
  /*text-transform: capitalize;*/
}
.app-page .app-1 .appmain .text .content {
  margin-top: 25px;
  margin-bottom: 45px;
  color: #4e4e4e;
}
.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: bold;
}
.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: 60px;
}
.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;
  font-weight: 400;
  text-transform: capitalize;
}
.manu-page .manu-1 .ui.container .right {
  padding-left: 40px;
  line-height: 2;
  font-weight: 400;
}
.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: left;
  font-weight: 400;
  line-height: 2;
}
.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%;
  line-height: 2;
  font-weight: 400;
}
.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;
  font-weight: 400;
}
.manu-page .manu-4 .top .ui.container .main .right {
  padding-left: 35px;
  line-height: 2;
  font-weight: 400;
}
.manu-page .manu-4 .bottom {
  margin-top: 100px;
}

.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;
  font-weight: 400;
}
.strength-page .stren-1 .ui.container .right p {
  line-height: 2;
  margin-top: 30px;
  font-weight: 400;
  color: #4e4e4e;
}
.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: #f7f7f7;
}
.strength-page .stren-2 .ui.container {
  text-align: center;
}
.strength-page .stren-2 .ui.container h3 {
  /*text-transform: uppercase;*/
  margin-bottom: 40px;
  color: #ed7020;
  font-weight: 400;
}
.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: 15px 15px 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 15px 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);
  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: 400;
}
.strength-page .stren-3 .ui.container .left p {
  line-height: 2;
  font-weight: 400;
  color: #4e4e4e;
}
.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;*/
  font-weight: 400;
  text-transform: capitalize;
}
.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: bold;
  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: bold;
  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: bold;
  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: 1180px;
  margin: 0 auto;
  /*text-align: justify;*/
  font-weight: 400;
  line-height: 2;
  color: #4e4e4e;
}
.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;
  font-weight: 400;
  line-height: 2;
}
.complete-page .complete2 .ui.container .top .main p {
  width: 45%;
  max-width: 715px;
  line-height: 2;
  font-weight: 400;
  color: #4e4e4e;
}
.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: 20px;
  border-top: 1px solid #666;
}
.complete-page .complete4 .content{
  font-size: 16px;
  line-height: 2;
}
.complete-page .complete4 .content h4{
  color: #ed7020;
    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;
  font-weight: 400;
  line-height: 1.8;
    font-size: 18px;
}
.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 {
  font-weight: bold;
  padding-top: 20px;
}
.complete-page .complete4 p {
  /*max-width: 630px;*/
  line-height: 2;
  margin: 0 auto;
}
.prodet-page{
  padding-top: 60px;
}
.prodet-page .prodet-1 {
  padding-top: 50px;
  padding-bottom: 150px;
}
.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;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .ui.container .right .box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  line-height: 2;
  font-weight: 400;
  color: #4e4e4e;
}
.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;*/
  margin-bottom: 30px;
  font-weight: 400;
      line-height: 2;
}
.prodet-page .prodet-2 .ui.container .main .left p {
  line-height: 2;
  color: #4e4e4e;
  font-weight: 400;
}
.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[type="text"] {
  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: 24px;
  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: 800;
  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: 40px;
  padding-bottom: 100px;
}
.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 {
  margin-top: 50px;
}
.product2-page .product-4 .ui.container .main ul.productlist {
  margin: 0 -18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li {
  padding: 18px;
}
.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: 400;
  position: relative;
  padding: 0 30px ;
  
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5:nth-child(1){
  min-height: 81px;
  text-transform: capitalize;
}
.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;
}
.contact-page .mbx {
  padding-top: 60px;
}
.contact-page .contact-1 {
  padding: 70px 0;
}
.contact-page .contact-1 .ui.container {
  text-align: center;
}
.contact-page .contact-1 .ui.container h3 {
  text-align: center;
  color: var(--base-color);
  line-height: 1;
  margin-bottom: 35px;
  font-weight: 400;
}
.contact-page .contact-1 .ui.container form {
  width: 100%;
}
.contact-page .contact-1 .ui.container form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .ui.container form ul li {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.contact-page .contact-1 .ui.container form ul li.btnbox {
  text-align: right;
}
.contact-page .contact-1 .ui.container form ul li.btnbox input[type="submit"] {
  margin-left: auto;
  margin-right: 0;
}
.contact-page .contact-1 .ui.container form ul li.wid50 {
  width: 48%;
}
.contact-page .contact-1 .ui.container form ul li .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox {
  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;
  width: 210px;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13px;
  cursor: pointer;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div span {
  font-size: 16px;
  margin-left: 10px;
}
.contact-page .contact-1 .ui.container form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.contact-page .contact-1 .ui.container form ul li select {
  background: #eee;
  color: #7d7d7d;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.contact-page .contact-1 .ui.container form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.contact-page .contact-1 .ui.container form ul li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.contact-page .contact-1 .ui.container form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.contact-page .contact-1 .ui.container form ul li p {
  font-size: 16px;
  line-height: 1;
  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;
}
.contact-page .contact-1 .ui.container form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  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;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-2 {
  padding-top: 70px;
  padding-bottom: 150px;
}
.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: 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;
}
.contact-page .contact-2 .ui.container .left {
  width: 55%;
}
.contact-page .contact-2 .ui.container .right {
  width: 40%;
}
.contact-page .contact-2 .ui.container .right h5 {
  font-weight: 400;
  margin-bottom: 15px;
}
.contact-page .contact-2 .ui.container .right .mailbox {
  margin: 55px 0;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
}
.contact-page .contact-2 .ui.container .right .btmbox {
  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;
}
.contact-page .contact-2 .ui.container .right .btmbox .left {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.contact-page .contact-2 .ui.container .right .btmbox .ewm {
  width: 125px;
  height: 125px;
  padding: 5px;
  background: #fff;
  display: block;
}
.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;
    font-weight: 800;
    line-height: 2;
    font-size: 18px;
  }

}
  .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;
    line-height: 2;
  }
  @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;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 18px;
  }
  .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox {
    margin: 20px 0;
  }.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;
    line-height: 1.8;
  }
  .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: 30px;
  }
  .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: 15px;
  }
  .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%;
  }
  .contact-page .contact-2 .ui.container .left {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: auto;
    height: auto;
  }
}
@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: 2;
  }
  .product-7 .ui.container .tit h1{
    display: none!important;
  }
  .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;
    color: #4e4e4e;
  }
  .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;
    color: #4e4e4e;
  }
  .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 {
    -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;
  }
  .prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li.wid50 {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-1 {
    padding: 20px 0;
  }
  .contact-page .contact-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-2 .ui.container .right .btmbox .ewm {
    display: none;
  }
}
@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: 75px;
  
}
.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: #ed7020;
  color: #fff;
}
.news-page {
  padding: 0px 0;
}
.news-page .list{
  min-height: 400px;
}
.news-page .list ul {
  margin: 0 0 100px;
}
.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: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
      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: 0px 0;
  padding-bottom: 80px;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.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: 2;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 400px;
}
 .m-link {
  font-size: 16px;
  line-height: 2;
  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: #ed7020;
  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: #ed7020;
}
.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;
  font-weight: 400;
}
@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: 620px;
 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 .ui.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;
  

}
.product-7 .ui.container{
  text-align: center;
padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  
}
.product-7 .ui.container .tit{
color: #ed7020;
font-weight: bold;
font-size: 42px;
line-height: 1.6;
text-transform: uppercase;

}
.product-7 .ui.container p{
  max-width:1055px;
  margin: 0 auto;
  line-height: 24/18;
}
@media screen and (max-width: 1000px) {
  .product-7 .ui.container .tit{
    font-size: 34px;
  }
  .sus-page .sus-banner{
    padding-top: 40px;
  }
  .prodet-page {
    padding-top: 80px;
  }
  .gxs-cate .ui.container .mainbox .top ul.catelist li{
    flex-wrap: wrap
  }
}
@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-page .faq-2 .top ul li {
    margin-bottom: 50px;
}

.faq-page .faq-2 .top ul li .con {
    position: relative;
    padding-left: 77px;
}

.faq-page .faq-2 .top ul li .con .tit4 {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    line-height: 1;
}

.faq-page .faq-2 .top ul li .con .cona {
    font-weight: 400;
    font-size: 16px;
    color: #919191;
    line-height: 24px;
    margin-top: 10px;
}

.faq-page .faq-2 .top ul li .cona:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 47px;
    background: url(../images/faq12.png) no-repeat center;
}

.faq-page .faq-2 .top ul li:last-child {
    margin-bottom: 0;
}

/*** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ***/

.our-about .right .desc h1 {
    display: inline;
}
#footer .foot-bottom a.foota {
    text-transform: capitalize;
}

.mt-15 {
    line-height: 2;
}
.font-14 {
    font-size: 15px;
    line-height: 2;
}

@media screen and (max-width: 500px) {
  #footer .foot-bottom a.foota {
    display: none;
}
}