@font-face {
  font-family: 'LexendDeca-Regular';
  src: url(../fonts/LexendDeca-Regular.ttf) format('truetype'), url(../fonts/LexendDeca-Regular.eot) format('eot'), url(../fonts/LexendDeca-Regular.woff) format('woff'), url(../fonts/LexendDeca-Regular.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #848484;
}
input::-moz-placeholder {
  color: #848484;
}
input:-moz-placeholder {
  color: #848484;
}
input:-ms-input-placeholder {
  color: #848484;
}
body {
  font-family: 'LexendDeca-Regular';
  margin: 0;
  padding: 0;
  --color: #85c123;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1685px;
  margin:0 auto;
  position: relative;
}
.ui.container2 {
  width: 1265px;
  margin:0 auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
}
#header .header-b {
  height: 45px;
}
#header .header-b .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#header .header-b .content .left {
  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;
}
#header .header-b .content .left a {
  font-size: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 15px;
  margin-right: 20px;
}
#header .header-b .content .left a:last-child {
  -webkit-filter: sepia(1);
  filter: sepia(1);
  margin-right: 0;
}
#header .header-b .content .right {
  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;
  justify-content: flex-end;
  width: calc(100% - 155px);
}
#header .header-b .content .right .h-search {
  width: 30px;
  text-align: center;
  cursor: pointer;
}
#header .header-b .content .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .header-b .content .right ul li {
  font-size: 14px;
  color: #fff;
  margin-right: 35px;
}
#header .nav {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 20px;
  color: #fff;
  -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 .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
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;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 61px;
}
#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: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  color: #fff;
  font-weight: bold;
}
.language-box .zhuyu img {
  width: 30px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0px;
  z-index: 100;
  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;
}
.language-box ul.sub-menu li a {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
.home-title {
  position: relative;
}
.home-title h3 {
  position: relative;
  z-index: 5;
  font-size: 45px;
  font-family: 'LexendDeca-Regular';
  text-align: center;
}
.home-title p {
  font-size: 20px;
  font-family: 'LexendDeca-Regular';
  text-transform: uppercase;
  text-align: center;
}
.btn-go {
  padding: 12px 40px;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go:hover {
  border: 1px solid var(--color);
  background-color: transparent;
  color: var(--color);
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
#banner {
  margin-top: 115px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
#banner .banner-content ul li .content h3 {
  font-size: 60px;
  font-family: 'LexendDeca-Regular';
  line-height: 1.2;
  max-width: 775px;
  margin-bottom: 55px;
}
#banner .banner-content ul li .content p {
  margin-bottom: 10px;
  font-size: 20px;
}
#banner .banner-content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product-search {
  background-color: #fbfbfb;
  padding: 95px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .product-search form {
  margin: 35px 0 50px;
  position: relative;
}
#index-body .product-search form input[type='text'] {
  width: 600px;
  height: 60px;
  padding: 0 25px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
}
#index-body .product-search form input[type='submit'] {
  position: absolute;
  width: 25px;
  height: 26px;
  right: 15px;
  top: 15px;
  border: none;
  background: url("../images/search-black.png") no-repeat;
}
#index-body .product-search ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .product-search ul li {
  padding: 5px 30px;
  border-radius: 35px;
  background-color: #e7e7e7;
  font-size: 18px;
  color: #676767;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product-search ul li:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .product {
  padding: 105px 0;
}
#index-body .product .product-content ul {
  margin: 40px -17px 0;
}
#index-body .product .product-content ul li {
  padding: 33px 17px;
}
#index-body .product .product-content ul li h4 {
  font-size: 23px;
  margin-top: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li h4:hover {
  color: var(--color);
}
#index-body .solution {
  height: 690px;
  overflow: hidden;
  position: relative;
}
#index-body .solution .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top:0;
}
#index-body .solution .bigImg ul li{
  opacity: 0;
  transition: all 0.5s;
}
#index-body .solution .bigImg ul li.active{
  opacity: 1;
}
#index-body .solution .small{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
}
#index-body .solution .small ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}
#index-body .solution .small ul li.active .box-h {
  bottom: 0;
  opacity: 1;
}
#index-body .solution .small ul li {
  width: 25%;
  height: 500px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
#index-body .solution .small ul li .box-s {
  width: 100%;
  height: 75px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
#index-body .solution .small ul li .box-s h4 {
  font-size: 24px;
  color: #fff;
}
#index-body .solution .small ul li .box-h {
  position: absolute;
  bottom: -200px;
  width: 100%;
  padding: 40px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .solution .small ul li .box-h h4 {
  font-size: 24px;
  color: #fff;
  margin: 10px 0 5px;
}
#index-body .solution .small ul li .box-h p {
  font-size: 16px;
  color: #fff;
}
#index-body .about {
  padding: 205px 0 0;
  height: auto;
  position: relative;
}
#index-body .about .about-content {
  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;
}
#index-body .about .about-content .left {
  max-width: 645px;
}
#index-body .about .about-content .left .home-title p {
  text-align: left;
  margin-bottom: 10px;
}
#index-body .about .about-content .left .home-title h3 {
  text-align: left;
  font-size: 40px;
}
#index-body .about .about-content .left .text {
  font-size: 18px;
  margin: 25px 0 35px;
  max-width: 640px;
  opacity: 0.6;
  line-height: 1.6;
}
#index-body .about .about-content .right {
  position: relative;
  z-index: 5;
  margin-right: 85px;
  height: 500px;
}
#index-body .about .about-content .right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .player-box {
  width: 100%;
  margin-top: 105px;
  padding-left: 325px;
  height: 200px;
}
#index-body .about .player-box ul {
  width: 100%;
  height: 100%;
  background-color: var(--color);
  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;
  padding-left: 85px;
}
#index-body .about .player-box ul li:last-child {
  margin-right: 0;
}
#index-body .about .player-box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 220px;
}
#index-body .about .player-box ul li .left {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 5px;
  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: 25px;
}
#index-body .about .player-box ul li .right {
  color: #fff;
}
#index-body .about .player-box ul li .right p {
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .about .player-box ul li .right h4 {
  font-size: 60px;
  margin-top: -10px;
}
#index-body .advantage {
  padding: 95px 0;
}
#index-body .advantage .advantage-content ul {
  margin: 30px -10px 0;
}
#index-body .advantage .advantage-content ul li:hover {
  padding: 10px;
}
#index-body .advantage .advantage-content ul li:hover .box {
  padding: 40px 30px 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#index-body .advantage .advantage-content ul li:hover .box img {
  display: none;
}
#index-body .advantage .advantage-content ul li:hover .box h4 {
  display: none;
}
#index-body .advantage .advantage-content ul li:hover .box p {
  overflow: visible;
  overflow-y: auto;
  display: block;
  -webkit-line-clamp: 100;
  -webkit-box-orient: vertical;
  max-height: 81px;
}
#index-body .advantage .advantage-content ul li:hover .box .adv-dots {
  margin-top: 60px;
}
#index-body .advantage .advantage-content ul li:hover .box .adv-dots span {
  background-color: var(--color);
}
#index-body .advantage .advantage-content ul li .box {
  padding: 20px 30px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 330px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content ul li h4 {
  font-size: 20px;
  margin: 25px 0 10px;
  text-align: center;
}
#index-body .advantage .advantage-content ul li p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .advantage .advantage-content ul li .adv-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
#index-body .advantage .advantage-content ul li .adv-dots span {
  width: 10px;
  height: 10px;
  background-color: #dcdcdc;
  margin: 0 2px;
  border-radius: 50%;
}
#index-body .honor {
  height: 620px;
  background: url("../images/honor-bg.jpg") no-repeat;
  background-position: right;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .honor .honor-content {
  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;
}
#index-body .honor .honor-content .left {
  max-width: 520px;
}
#index-body .honor .honor-content .left .home-title h3 {
  white-space: nowrap;
}
#index-body .honor .honor-content .left .home-title p,
#index-body .honor .honor-content .left .home-title h3 {
  text-align: left;
}
#index-body .honor .honor-content .left .text {
  font-size: 18px;
  margin: 30px 0 35px;
}
#index-body .honor .honor-content .right {
  margin-left: 180px;
  width: 680px;
}
#index-body .honor .honor-content .right ul .slick-current li .box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 40px;
}
#index-body .honor .honor-content .right ul .slick-current + .slick-slide li .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .honor .honor-content .right ul li .box {
  height: 460px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .process {
  background: url(../images/789.jpg) no-repeat;
  padding: 505px 100px 150px;
  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;
}
#index-body .process .process-jian {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 30px 15px;
}
#index-body .process .process-list {
  width: 18%;
}
#index-body .process .process-list .process-icon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  min-height: 90px;
}
#index-body .process .process-list .process-icon span {
  position: absolute;
  right: -60px;
  top: -55px;
  color: #000;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .process .process-list h4 {
  color: #fff;
  font-size: 20px;
  font-family: 'LexendDeca-Regular';
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  white-space: nowrap;
}
#index-body .process .process-list p {
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins-Light';
  text-align: center;
  line-height: 2;
}
#index-body .news {
  padding: 155px 0 95px;
}
#index-body .news .news-content ul {
  margin: 65px -25px 0;
}
#index-body .news .news-content ul li {
  padding: 0 25px;
}
#index-body .news .news-content ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .news .news-content ul li .box .img_box {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#index-body .news .news-content ul li .box .img_box .date {
  position: absolute;
  right: 90px;
  top: 0;
  padding: 0 15px 0 30px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
#index-body .news .news-content ul li .box h4 {
  display: block;
  height: 95px;
  font-size: 24px;
  padding: 15px 20px;
}
#index-body .news .news-content ul li .box .box-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 40px;
}
#index-body .news .news-content ul li .box .box-b .title {
  width: 60%;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color:#8d8686;
}
#index-body .news .news-content ul li .box .box-b .text {
  width: 30%;
  padding-left: 20px;
  color:#8d8686;
}
#index-body .news .news-content ul li .box .box-b .text span {
  color: var(--color);
}
#index-body .news .news-content ul li .box .box-b .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  background-color: var(--color);
}
#footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#footer .footer-userinfo {
  height: 260px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8e993), to(#85c124));
  background-image: -webkit-linear-gradient(top, #c8e993 0%, #85c124 100%);
  background-image: -moz-linear-gradient(top, #c8e993 0%, #85c124 100%);
  background-image: linear-gradient(to bottom, #c8e993 0%, #85c124 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-userinfo .container2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
#footer .footer-userinfo .container2 .userinfo-left,
#footer .footer-userinfo .container2 .userinfo-right{
  position: absolute;
  top:50%;
}
#footer .footer-userinfo .container2 .userinfo-left{
  left: 0;
  transform: translate(-110%,-50%);
}
#footer .footer-userinfo .container2 .userinfo-right{
  right:0;
  transform: translate(110%,-50%);
}
#footer .footer-userinfo .home-title {
  max-width: 590px;
}
#footer .footer-userinfo .home-title h3,
#footer .footer-userinfo .home-title p {
  text-align: left;
  color: #fff;
}
#footer .footer-userinfo .right p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-userinfo form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-userinfo form input[type='text'] {
  width: 200px;
  height: 40px;
  background: none;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  padding: 0 15px;
}
#footer .footer-userinfo form input[type=submit] {
  width: 135px;
  height: 60px;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
}
#footer .footer-center {
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
}
#footer .footer-center .footer-t {
  padding-top: 80px;
  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 .footer-center .footer-t .footer-t-gird {
  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;
  padding-bottom: 60px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  width: 30%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.qcode .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.qcode span {
  font-size: 18px;
  margin: 25px 0 45px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-top: 15px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a {
  margin-bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-size: 22px;
  border: 1px solid var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:hover {
  background-color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  margin-bottom: 35px;
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-b .footer-b-content {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-center .footer-b .footer-b-content .left {
  text-align: center;
  opacity: 0.6;
}
#footer .footer-center .footer-b .footer-b-content .left span {
  font-size: 16px;
}
#footer .footer-center .footer-b .footer-b-content .left span img {
  width: 260px;
  height: auto;
  padding-top: 5px;
}
@media (max-width: 1700px) {
  .ui.container {
    width: 1400px;
    padding: 0 15px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 50px;
    max-width: 710px;
  }
  #index-body .about .player-box {
    width: 1400px;
    padding-left: 0;
    margin: 105px auto 0;
  }
  #index-body .solution .small ul li .box-s h4,
  #index-body .solution .small ul li .box-h h4 {
    font-size: 20px;
  }
  #index-body .honor {
    background-position: 60%;
  }
}
@media (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  .ui.container2 {
    width: 1200px;
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 25px;
  }
  #index-body .about .player-box {
    width: 1200px;
  }
   #header .header-b .content .right{
     width: 100%;
   }
  #header .header-b .content .right ul li {
    font-size: 12px;
}
  #index-body .honor .honor-content .right {
    margin-left: 0;
    width: 100%;
  }
  #index-body .honor .honor-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-title h3 {
    font-size: 40px;
  }
  #index-body .solution .small ul li .box-h h4,
  #index-body .solution .small ul li .box-s h4 {
    font-size: 20px;
  }
  #index-body .about .player-box ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }
  #index-body .about .player-box ul li {
    margin-right: 0;
  }
  #header .header-b .content .right ul li {
    margin-right: 20px;
  }
  #header .header-b .content .left {
    display: none;
  }
  #header .header-b .content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #index-body .honor {
      height: 460px;
  }
}
@media (max-width: 1250px) {
  .ui.container,
  .ui.container2,
  #index-body .about .player-box {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 15px;
    font-size: 18px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 40px;
  }
  #header .header-b .content .right ul li {
    margin-right: 5px;
  }
  #index-body .product-search ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .product-search ul li {
    margin: 15px;
  }
  #index-body .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .about .about-content .left {
    max-width: 100%;
  }
  #index-body .about .about-content .right {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  #index-body .about .about-content .left .home-title h3 {
    max-width: 640px;
  }
  #index-body .about .about-content .left .text {
    max-width: 100%;
  }
  #index-body .honor .honor-content .right {
    margin-left: 60px;
    width: 470px;
  }
  #index-body .news {
    padding: 95px 0;
  }
  #footer .footer-userinfo .container2 .home-title h3 {
    font-size: 28px;
  }
  #index-body .solution {
    height: 500px;
  }
  #index-body .about {
    padding: 105px 0 0;
  }
  #index-body .honor {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container,
  .ui.container2,
  #index-body .about .player-box {
    width: 700px;
  }
  #banner .banner-content ul li .content {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #banner .banner-content ul li .content h3 {
    font-size: 30px;
    max-width: 420px;
  }
  .home-title h3 {
    font-size: 30px;
  }
  #index-body .about {
    padding: 60px 0 0;
    height: auto;
    position: relative;
  }
  #index-body .about .player-box ul li .right h4 {
    font-size: 40px;
  }
  #index-body .honor .honor-content .right {
    width: 200px;
  }
  #index-body .honor .honor-content .right ul li .box {
    height: auto;
  }
  #index-body .honor .honor-content .right ul .slick-current li .box {
    padding-top: 0;
  }
  #index-body .news .news-content ul li .box .box-b .btn {
    width: 20%;
  }
  #index-body .news .news-content ul li .box .box-b .title {
    width: 80%;
  }
  #index-body .news .news-content ul li .box .box-b {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .news .news-content ul li .box .box-b .text {
    display: none;
  }
  #footer .footer-userinfo {
    height: auto;
    padding: 60px 0;
  }
  #footer .footer-userinfo .container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .footer-userinfo .container2 .home-title h3 {
    text-align: center;
  }
  #footer .footer-userinfo .container2 .home-title p {
    text-align: center;
  }
  #footer .footer-userinfo .container2 .right {
    margin-top: 20px;
  }
  #footer .footer-userinfo .container2 .right p {
    margin: 20px auto 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 50%;
  }
  #index-body .solution .small ul li{
    width: 50%;
    height: 50%;
  }
  #index-body .honor .honor-content .left .text {
    font-size: 16px;
    margin: 15px 0;
  }
  #index-body .honor {
    background-position: 70%;
    height: 310px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  .ui.container,
  .ui.container2,
  #index-body .about .player-box {
    width: 500px;
  }
  #index-body .product-search {
    display: none;
  }
  #banner .banner-content ul li .content h3 {
    margin-bottom: 20px;
  }
  #footer .footer-userinfo form input[type='text'] {
    width: 160px;
  }
  #footer .footer-center {
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    margin-top: 50px;
    width: 100%;
  }
  #footer .footer-center .footer-b .footer-b-content {
    height: auto;
    padding: 20px 0;
  }
  #index-body .honor,
  #index-body .advantage,
  #index-body .about .player-box,
  #index-body .solution {
    display: none;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 20px;
    max-width: 280px;
  }
  .btn-go {
    padding: 8px 20px;
    font-size: 16px;
  }
  .home-title h3 {
    font-size: 24px;
  }
  #index-body .product .product-content ul li a img {
    width: 100%;
  }
  #index-body .about .about-content .left .home-title h3 {
    text-align: left;
    font-size: 26px;
  }
  #index-body .about {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .ui.container,
  .ui.container2 {
    width: 100%;
  }
  #footer .footer-userinfo form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: none;
  }
  #footer .footer-userinfo form input[type='text'] {
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .product {
    padding: 65px 0;
  }
}
























/*--------------------------------inner-page----------------------------*/

.inner-banner {
  height: 520px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 246px;
  color: white;
  z-index: 1;
  margin-top: 115px;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'HelveticaNeue';
}
.inner-banner .mbx {
  font-size: 16px;
  line-height: 2;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: var(--primary);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: var(--primary);
}
@media screen and (max-width: 1250px) {
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner {
    height: 300px;
    padding-top: 80px;
  }
}

.inner-page span.tt {
  font-size: 18px;
  line-height: 2;
  color: var(--color);
  position: relative;
  padding-left: 50px;
}
.inner-page span.tt:before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: var(--color);
  left: 0;
  top: 50%;
  position: absolute;
}
.f_56 {
  font-size: 46px;
  line-height: 2;
}
.f_20 {
  font-size: 20px;
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.product-page {
  padding: 120px 0 0;
}
.product-page .product-list h1{
  font-size: 30px;
  line-height: 2;
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}

.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  bottom: 100%;
}
/*.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
  min-height: 66px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #85c123;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: -webkit-linear-gradient(178deg,#1a4893 0%,#237699 0%,#2ca39f 0%,#36738e 47%,#3f437c 100%),-webkit-linear-gradient(#000,#000);
  background: -moz-linear-gradient(178deg,#1a4893 0%,#237699 0%,#2ca39f 0%,#36738e 47%,#3f437c 100%),-moz-linear-gradient(#000,#000);
  background: linear-gradient(-88deg, #85c123 0%, #237699 0%, #c8f580 0%, #5f8522 47%, #85c123 100%), linear-gradient(#000000, #000000);
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  position: relative;
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  margin-left: 5px;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.mores span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
}
.prodet-page .prodet-1 .right a.mores::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .right a.mores::before{
  display: none;
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right a.mores:hover::after{
  width: 100%;
}
.prodet-page .prodet-1 .right .inquiry-box .more em {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .inquiry-box .more span {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px 20px 16px;
    background: var(--black);
    margin-left: 29px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more i:before{
  background: url(../images/ann.png) no-repeat center;
}
/*.prodet-page .prodet-1 .right .inquiry-box .more::before{
  content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s,-moz-transform .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover{
  color: var(--white);
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover::before{
  -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}*/
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: var(--color);
}

.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-48 {
  font-size: 48px;
}
.contact-page{
  position: relative;
  z-index: 1;
}
.contact-page .tips_title_cont .tips p{
  display: inline-block;
  border-bottom: 2px solid var(--color);
}
.contact-page .tips_title_cont .tips_title{
  margin-top: 20px;
}
.contact-page .init-1 .tips_title_cont{
  text-align: center;
}
.contact-page .init-1 .container .list_cont{
  margin: 0 -15px;
}
.contact-page .init-1 .container .list_cont .list{
  margin-top: 40px;
  width: 33.33%;
  padding: 0 15px;
}
.contact-page .init-1 .container .list_cont .list .img{
  border-radius: 10px;
  overflow: hidden;
}
.contact-page .init-1 .container .list_cont .list .title{
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .init-1 .container .list_cont .list .des{
  font-size: 16px;
  margin-top: 10px;
}
.contact-page .init-2{
  margin-top: 100px;
  padding: 0 16px;
}
.contact-page .init-2 .container{
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  padding: 70px;
}
.contact-page .init-2 .container .left{
  vertical-align: middle;
  padding-right: 70px;
  width: 50%;
  border-right: 1px solid rgba(204 204 204 / 0.4);
}
.contact-page .init-2 .container .left .tips{
  font-size: 26px;
}
.contact-page .init-2 .container .left form input,
.contact-page .init-2 .container .left form textarea{
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn{
  padding: 8px 20px;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid var(--color);
  display: inline-block;
  cursor: pointer;
  color: var(--color);
  transition: all .5s;
  font-size: 16px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn:hover{
  color: #fff;
  background: var(--color);
}

.contact-page .init-2 .container .right{
  width: 50%;
  vertical-align: middle;
  padding-left: 70px;
}

.contact-page .init-2 .container .right .des{
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}
.contact-page .init-2 .container .right .share_list{
  margin-top: 20px;
}
.contact-page .init-2 .container .right .share_list a{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  transition: all .5s;
  background: #272727;
  color: #fff;
}

.contact-page .init-2 .container .right .share_list a:hover{
  background: var(--color);
  color: #fff;
}
.contact-page .init-3{
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.contact-page .init-3 iframe{
  width: 100%;
}
.f_16 {
   font-size: 16px;
  }
  .f_44 {
   font-size: 44px;
   line-height: 1.2;
  }
  .pt_80{
  padding-top: 80px;
}
.inner-page .sidebox {
  padding: 120px 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 23px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ee9f2b;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #f26122;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #f26122;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li:last-child{
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 99px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #ee9f2b;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}

.inner-page #index-body .product{
  padding: 50px 0 0 0;
}
.inner-page #index-body .product .content ul li{
  padding-top: 0;
}
.inner-page #index-body .product .content ul li .ig .text .tit{
  font-size: 18px;
  padding: 0 15px;
}

.production-sec{
  padding-bottom: 100px;
}
.production-sec .pur-sec {
  padding: 5rem 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 50%;
  padding-right: 40px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 760px;*/
}
.production-sec .pur-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #f26122;
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 50%;
  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;
  /*max-width: 760px;*/
  padding-left: 40px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 30px;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 3.25rem 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f26122), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, #f26122 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f26122;
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.news-page{
  padding:80px 0 0 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-page .ui.container ul.newslist li .left{
  width: 70%;
}
.news-page .ui.container ul.newslist li .img{
  width: 25%;
}
.news-page .ui.container ul.newslist li .column{
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child{
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 27px;
  width: 900px;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #2e2e2e;
  line-height: 2;
    font-size: 16px;
}
.news-page .ui.container ul.newslist li .text .content p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
width: 800px;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}


.newdet-page .ui.container .newst {
  padding: 20px 0;
  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;
}
.newdet-page .ui.container .newst span {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 2;
}
.newdet-page .ui.container .content {
  /*color: #a5a5a5;
  font-size: 18px;*/
  color: #474747;
    font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul{
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .more i{
  width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .more i img{
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i{
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i img{
  filter: grayscale(1) brightness(2);
}
.m-link {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 1.5rem;
  padding: 1.3rem 11px;
}
 .m-link a span {
  font-size: 16px;
    
  color: #151515;
  font-weight: bold;
}
 .m-link a em {
  font-size: 18px;
   
}
 .m-link .next {
  text-align: right;
}
.p05-manufacture{
    padding-bottom: 100px;
    padding-top: 3rem;
}
.container,.mml-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px  10px 0px;
}
.p05-how .title {
    margin-bottom: 100px
}

.p05-how .tab-blk h3 {
    font-size: 48px;
    margin-bottom: 65px
}

.p05-how .tab-blk:not(:last-child) {
    margin-bottom: 120px
}

.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}

.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    padding-bottom: 10px;
    padding-right: 15px
}

.p05-how .nav-tab a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #0b2ea6;
    content: '';
    display: block
}

.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px
}

.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a .num {
    display: inline-block;
     
    
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    color: rgba(153,153,153,.5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a p {
    color: rgba(153,153,153,.5);
    
    font-size: 16px;
    line-height: 24px;
    
    
}

.p05-how .nav-tab a.active .one-tab::before,.p05-how .nav-tab a:hover .one-tab::before {
    background-color: var(--color);
}

.p05-how .nav-tab a.active .num,.p05-how .nav-tab a:hover .num {
    color: var(--color);
}

.p05-how .nav-tab a.active p,.p05-how .nav-tab a:hover p {
    color: var(--color);
}

.p05-how .tab-outer {
    margin-top: 60px
}

.p05-how .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.p05-how .info {
    /*max-width: 650px;*/
    width: 55%;
    padding-left: 70px
}
.p05-how .info h2 {
    margin-bottom: 20px
}


.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}

.inner-page .sidebar-box {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;*/
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-pdf .inner-title{
  border-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1500px) {
  .f_56 {
    font-size: 36px;
  }
  .font-48 {
    font-size: 38px;
  }
  .f_44 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {

  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {

  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
     .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .product-page{
    padding: 80px 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .text {
    padding-left: 30px;
  }
  .news-page .ui.container ul.newslist li .text p {
    line-height:1.6;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {

  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .ui.container ul.newslist li .left {
    width: 100%;
  }
  .f_56 {
    font-size: 36px;
  }
  .body-overflow-box{
    overflow: hidden;
  }
  .contact-page .init-1 .container .list_cont .list{
    width: 100%;
    text-align: center;
  }
  .contact-page .init-2 .container .left{
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .contact-page .init-2 .container .right{
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .inner-page .sidebox{
    padding: 60px 0;
  }
   .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .prints-sec .mml-row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-sec .prints-sec .mml-row .img-wrap{
    width: 100%;
    order: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap{
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
    .inner-page .form ul li {
        width: 100% !important;
    }
     .product-page .product-list ul li {
    width: 50%;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
  .f_56 {
    font-size: 30px;
  }
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .prints-sec .mml-row .text-wrap h3,
  .production-sec .pur-sec .container .text-wrap h3{
    font-size: 28px;
    line-height: 32px;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
   .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .m-link .prev {
    width: 100%;
  }
   .m-link .next {
    width: 100%;
    text-align: left;
  }
   .m-link a em {
    font-size: 16px;
  }
  .m-link a span {
    font-size: 14px;
    line-height: 2;
  }
  .p05-how .tab-blk:not(:last-child) {
        margin-bottom: 60px
    }

    .p05-how .info {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .p05-how .info p {
        max-width: 100%
    }

    .p05-how .img {
        width: 100%;
        margin: 0 auto 30px
    }
    .p05-how .nav-tab {
        border-bottom: none
    }

    .p05-how .nav-tab a {
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding-left: 15px!important
    }

    .p05-how .nav-tab a:nth-child(even)::before {
        display: none
    }

    .p05-how .tab-outer {
        margin-top: 30px
    }
    .product-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list ul li {
    width: 100%;
  }
   .pt_80{
    padding-top: 40px;
  }
  .f_56 {
    font-size: 22px;
  }
   .f_20 {
    font-size: 16px;
  }
  .font-40{
    font-size: 32px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .f_44 {
    font-size: 22px;
    line-height: 2;
  }
  .inner-page span.tt{
    padding-left: 0;
  }
  .inner-page span.tt::before{
    display: none;
  }
 
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-30 {
    line-height: 1.8;
    font-size: 24px;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .contact-page .init-2{
    margin-top: 40px;
  }
  .contact-page .init-2 .container{
    padding: 20px 16px;
  }
  .contact-page .init-2 .container .left .tips{
    font-size: 20px;
  }
  .contact-page .init-3{
    margin-top: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
  }
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
  .p05-how .title {
        margin-bottom: 30px
    }

    .p05-how .tab-blk h3 {
        margin-bottom: 30px
    }

    .p05-how .nav-tab a:first-child {
        padding-left: 15px
    }

    .p05-how .nav-tab a .num {
        font-size: 26px;
        margin-right: 10px
    }
}
@media screen and (max-width:400px) {
    .p05-how .nav-tab a {
        width: 100%
    }

    .p05-how .nav-tab a::before {
        display: none!important
    }

    .p05-how .nav-tab a p {
        max-width: 100%
    }
}


@media screen and (max-width: 1440px) {
  .news-page .ui.container ul.newslist li .text h5,
  .news-page .ui.container ul.newslist li .text .content p{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p05-how .info{
    padding-left: 20px;
  }
  .p05-how .info h2{
    font-size: 20px;
    line-height: 1.4;
  }
  .p05-how .info p{
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 0;
  }
  .news-page .ui.container ul.newslist li .date {
    width: auto;
    display: block;
  }
  .news-page .ui.container ul.newslist li .img{
    display: none;
  }
  .news-page .ui.container ul.newslist li .text{
    width: 100%;
  }
}
@media screen and (max-width: 700px){
  .mml-row{
    padding: 30px 10px 0 0;
  }
  .p05-how .tab-blk h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .p05-how .info {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .p05-how .tab-blk h3{
    font-size: 30px;
  }
}

.yszc_box{
  position: fixed;
  left: 32px;
  bottom: 32px;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  padding: 15px 30px;
  width: 350px;
  max-width: 70%;
  color: #000;
  display: none;
}
.yszc_box .yszc_head{
  font-size: 24px;
  font-weight: 700;
}
.yszc_box .yszc_body{
  margin:22px 0 30px;
  max-height: 250px;
  overflow-y: scroll;
}
.yszc_box .yszc_body p{
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.yszc_box .yszc_btn a{
  cursor: pointer;
  display: block;
  width: 100%;
  line-height: 48px;
  background: rgba(0,0,0,1);
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.yszc_box .yszc_btn a.cl_btn{
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.yszc_box .yszc_btn a.ty_btn:hover{
  opacity: 0.8;
}
.text span{
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

.right_nav_list{position:fixed;bottom:150px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-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,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}

.product-add{
  background-image: -webkit-linear-gradient(178deg, #1a4893 0%, #237699 0%, #2ca39f 0%, #36738e 47%, #3f437c 100%), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(178deg, #1a4893 0%, #237699 0%, #2ca39f 0%, #36738e 47%, #3f437c 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(-88deg, #85c123 0%, #237699 0%, #c8f580 0%, #5f8522 47%, #85c123 100%), linear-gradient(#000000, #000000);
  color: #fff;
  padding: 34px 104px 36px 55px;
  font-size: 26px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 39px;
}
.product-add::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -54px;
  width: 298px;
	height: 126px;
  background: url(../images/sb-add.png) no-repeat;
}
.product-add a{
  color: #e6ffbd;
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .product-add{
    padding: 34px 50px 36px;
  }
}
@media screen and (max-width: 1440px) {
  .product-add{
    padding: 34px 30px 36px;
    font-size: 23px;
  }
}
@media screen and (max-width: 1000px) {
  .product-add{
    padding: 20px 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 700px) {
  .product-add:after{
    zoom: .8;
  }
}
@media screen and (max-width: 500px) {
  .product-add:after{
    zoom: .4;
  }
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }
.seoPublic .Auxil-related .list ul li .box a.img-box img{
  width: 100%;
  object-fit: cover;
}
    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    



.about-page .about-1 {
  padding-top: 120px;
}
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  right: 36px;
  bottom: 115px;
  display: inline-block;
  padding: 50px 50px 50px 60px;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 100, 40, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .text {
  max-width: 1339px;
  width: 100%;
  margin: -70px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 85px 68px 108px;
}
.about-page .about-1 .top .text .title{
  line-height: 1.2;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-2 {
  margin-top: 137px;
}
.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}
.about-page .about-2 .box .text .header .left{
  width: 100%;
}
.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}
.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}
.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 41px;
}
.about-page .about-2 .box .text .con p{
  padding-left: 2.35em;
  position: relative;
}
.about-page .about-2 .box .text .con p::before{
  content: '';
    position: absolute;
    top: .8em;
    left: 0;
    width: 1.5em;
    height: 2px;
    background: #fff;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: var(--color);
}
.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: -15px;
}
.about-page .about-3 .content ul li {
  padding: 15px;
  width: 33.3333333333%;
  color: #121212;
}
.about-page .about-3 .content ul li .box{
  width: 100%;
  height: 100%;
  padding: 39px 35px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  line-height: 1.6;
  margin: 15px 0;
}
.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.about-page .about-3 .content ul li:hover .box{
  background: var(--color); 
}
.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p{
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 120px 0 180px;
}
.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .header .more:hover {
  background: #000;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin-right: -42px;
}
.about-page .about-5 .content ul li {
  padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }
  .about-page .about-4 {
    max-width: 800px;
  }
  .about-page .about-1 .bottom ul li .data em{
    font-size: 56px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
  .about-page .about-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .about-page .about-4 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
   .i-tag {
    font-size: 18px;
  }
  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }
  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }
  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }
  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-2 {
    margin-top: 60px;
  }
  .about-page .about-2 .box {
    padding: 0 0 60px;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box::after {
    width: 100%;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul li {
    width: 50%;
  }
  .about-page .about-3 .list {
    margin-top: 60px;
  }
  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }
  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }
  .about-page .about-5 .header {
    padding-bottom: 30px;
  }
  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em{
    font-size: 37px;
  }
  .about-page .about-1 .bottom ul li .data sub{
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }
  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 30px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
  .font-52 {
    font-size: 28px;
  }
  .i-tag {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .top .text .title{
    line-height: 1.4;
  }
  .about-page .about-2 .box .text .con,
  .about-page .about-1 .top .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-2 .box .text{
    padding: 0 15px;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page .about-2 .box .text .con {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .header {
    padding-bottom: 10px;
  }
  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height:30px;
  }
  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .box .title {
    margin-top: 10px;
  }
  .about-page .about-4 .box .con {
    margin-top: 10px;
  }
  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .box .info .left {
    width: 100%;
  }
  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}






.test-page .test-1{
  padding-top: 90px;
}
.test-page .test-1 .box{
  margin: 0 -45px;
  margin-bottom: 50px;
}
.test-page .test-1 .box .column{
  padding: 0 45px;
  vertical-align: middle;
}
.test-page .test-1 .box .des{
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin-top: 20px;
}
.custom-page .custom-1{
  padding: 70px 0;
  text-align: center;
}
.custom-page .custom-1 .more{
  margin: 0 auto
}
.custom-page .custom-1 .ui.container{
  max-width: 1210px;
}
.custom-page .custom-1 .des{
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box{
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul{
  margin: -35px;
}
.custom-page .custom-2 .box ul li{
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title{
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}

#index-body .type {
  text-align: center;
}
#index-body .type .process{
  position: relative
}
#index-body .type .process .pag{
  width: 80%;
  height: 3px;
  background-color: #bebebe;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translatex(-50%)
}
#index-body .type .process .pag p{
  height: 100%;
  width: 0;
  background-color: #333333;
  transition: .5s
}
#index-body .type .process ul.op1 li{
  opacity: 0
}
#index-body .type .process ul{
  /*display: flex;
  justify-content: space-between;*/
  position: relative;
  z-index: 4
}
#index-body .type .process ul .slick-track{
      -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
#index-body .type .process ul li{
  max-width: 210px
}
.custom-page #index-body .type .process ul li{
  max-width: 300px;
}
.custom-page #index-body .type .process ul li .cont{
  height: 200px;
  overflow-y: auto;
  opacity: 0.6;
  line-height: 2;
}

@keyframes lineHeight{
  0%{
    width: 0;
  }
  100%{
    width: 250px;
  }
}
#index-body .type .num {
  width: 79px;
  height: 79px;
  background-color: #f4f4f4;
  border: solid 1px #999999;
  border-radius: 50%;
  margin: 0 auto;
  transition: .5s;
  position: relative;
  z-index: 7
}


#index-body .type  ul .slick-active li  .num::after{
  opacity: 1;
}
#index-body .type  ul .slick-active:last-child li  .num::after{
  opacity: 0;
}
#index-body .type ul .slick-active:last-child li  .num::before{
  opacity: 0;
}

/*#index-body .type ul  .slick-current li  .num {
  background-color: #333333;
  color: #ffffff;
}*/
#index-body .type .num::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 2px;
  background: #bebebe;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index-body .type .num::before {
  content: '';
  position: absolute;
  /*width: 1px;
  height: 0;*/
   width: 0%;
  height: 2px;
  background: #000;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3
}

#index-body .type  ul .slick-current li  .num::before{
  animation: lineHeight 5s forwards linear;
}
#index-body .type .process ul li:hover .num,#index-body .type ul  .slick-current li  .num{
  background-color: #333333;
  color: #ffffff;
}
#index-body .type .swiper {
  overflow: hidden;
  position: relative;
}

#index-body .type .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 38px;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #bebebe;
  height: 3px;
}
#index-body .type .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333333;
}



.service-page {
  padding: 0 0 0px;
}
.service-page .service-1 {
  margin-top: -121px;
}
.service-page .service-1 .left {
  vertical-align: middle;
  color: #474747;
  width: 54%;
  padding-top: 95px;
}
.service-page .service-1 .left .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.service-page .service-1 .left .con {
  font-size: 18px;
  line-height: 2;  
  margin-top: 30px;
}
.service-page .service-1 .right {
  width: 51%;
  vertical-align: middle;
  padding-left: 0;
  margin-right: -5%;
  padding-left: 55px;
}
.service-page .service-1 .right .img {
  position: relative;
  z-index: 1;
  padding-top: 121px;
}
.service-page .service-1 .right .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 11%;
  width: 64.4%;
  height: 91%;
  background: #f3f3f3;
  z-index: -1;
}
.service-page .service-2 .left {
  vertical-align: bottom;
  width: 49.44%;
}
.service-page .service-2 .left .title {
  font-size: 26px;
  color: #474747;
  font-weight: bold;
  line-height: 1.5;
}
.service-page .service-2 .left .img {
  display: inline-block;
  position: relative;
  margin-top: 31px;
}
.service-page .service-2 .left .img .play {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
}
.service-page .service-2 .left .img .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.service-page .service-2 .left .img .play i::before,
.service-page .service-2 .left .img .play i::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.service-page .service-2 .left .img .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.service-page .service-2 .right {
  vertical-align: bottom;
  margin-bottom: 22px;
  width: 50.56%;
}
.service-page .service-2 .right ul {
  margin-bottom: -29px;
}
.service-page .service-2 .right ul li {
  padding-bottom: 29px;
}
.service-page .service-2 .right ul li em {
  font-size: 23px;
  color: #474747;
  font-weight: bold;
  line-height: 1.4;
}
.service-page .service-2 .right ul li .progress {
  height: 11px;
  background-color: #dadada;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
.service-page .service-2 .right ul li .progress i {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: var(--color);
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.service-page .service-2 .right ul li:nth-child(1) .progress i {
  width: 24%;
}
.service-page .service-2 .right ul li:nth-child(2) .progress i {
  width: 24%;
}
.service-page .service-2 .right ul li:nth-child(3) .progress i {
  width: 49.15%;
}
/*.service-page .service-2 .right ul.active li .progress i {
  width: 0 !important;
}*/
.service-page .service-3 {
  padding: 97px 0 0px;
}
.service-page .service-3 .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  color: #474747;
}
.service-page .service-3 .content {
  margin-top: 22px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: -3.05%;
}
.service-page .service-3 .content ul li {
  width: 30.28%;
  margin-right: 3.05%;
  background: var(--color);
  color: white;
  padding: 32px 50px 60px ;
  text-align: center;
}
.service-page .service-3 .content ul li .tit {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}
.service-page .service-3 .content ul li p {
  font-size: 18px;
  line-height: 2;  
  margin-top: 7px;
}
.service-page .service-4 .cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 .cat-list .item {
  width: 20.6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.service-page .service-4 .cat-list .item .layer {
  height: 750px;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  transition: .1s ease;
  overflow: hidden;
  position: relative;
}
.service-page .service-4 .cat-list .item .layer .img {
  position: relative;
}
.service-page .service-4 .cat-list .item .layer .img img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-4 .cat-list .item .layer .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .cat-list .item.active {
  width: 39.2%;
}
.service-page .service-4 .cat-list .item.active .layer .img::after {
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent, #000);
  background: -moz-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
}
.service-page .service-5 {
  text-align: center;
  margin-top: 100px;
  color: #474747;
 
    margin-bottom: 100px;
}
.service-page .service-5 .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
.service-page .service-5 p {
  font-size: 16px;
  line-height: 1.8;  
  max-width: 655px;
  margin: 22px auto 0;
}
.service-page .service-5 .form {
  max-width: 932px;
  margin: 77px auto 0;
}
.service-page .service-5 .form ul {
  margin: 0 -90px -46px 0;
}
.service-page .service-5 .form ul li {
  padding: 0 90px 46px 0;
}
.service-page .service-5 .form ul li input,
.service-page .service-5 .form ul li textarea {
  width: 100%;
  height: 41px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  font-size: 18px;
  font-weight: 600;
}
.service-page .service-5 .form ul li input::-webkit-input-placeholder, .service-page .service-5 .form ul li textarea::-webkit-input-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:-moz-placeholder, .service-page .service-5 .form ul li textarea:-moz-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input::-moz-placeholder, .service-page .service-5 .form ul li textarea::-moz-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:-ms-input-placeholder, .service-page .service-5 .form ul li textarea:-ms-input-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input::placeholder,
.service-page .service-5 .form ul li textarea::placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:focus,
.service-page .service-5 .form ul li textarea:focus {
  border-color: var(--color);
}
.service-page .service-5 .form ul li textarea {
  padding-top: 7px;
}
.service-page .service-5 .form ul li.wid-100 {
  width: 100%;
}
.service-page .service-5 .form ul li span {
  font-size: 26px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: -6px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 25px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-5 .form ul li span:hover{
  background: #000;
}
.service-page .service-6 {
  padding-top: 117px;
}
.service-page .service-6 .slick-track{
  display: flex;
  display: -moz-box; 
  display: -webkit-flex;
  display: -moz-flex; 
  display: -ms-flexbox;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.service-page .service-6 .ui.container {
  max-width: 1646px;
  width: 100%;
}
.service-page .service-6 ul {
  margin-right: -85px;
}
.service-page .service-6 ul li {
  padding-right: 85px;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .content ul {
    margin-right: -2%;
  }
  .service-page .service-3 .content ul li {
    width: 31.33%;
    margin-right: 2%;
    padding: 32px 30px 60px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 {
    margin-top: -80px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 27px;
    line-height: 1.6;
  }
  .service-page .service-3 .content ul li p {
    font-size: 17px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 600px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-2 .left {
    padding-right: 2.44%;
  }
  .service-page .service-3 .content ul {
    margin-right: -1%;
  }
  .service-page .service-3 .content ul li {
    width: 32.33%;
    margin-right: 1%;
    padding: 32px 20px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 25px;
  }
  .service-page .service-3 .content ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .right {
    padding-left: 0;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 23px;
  }
  .service-page .service-3 .content ul li p {
    font-size: 15px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 550px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 550px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding-bottom: 60px;
  }
  .service-page .service-1 {
    margin-top: 0;
  }
  .service-page .service-1 .left {
    width: 100%;
    padding-top: 30px;
  }
  .service-page .service-1 .left .con {
    margin-top: 0;
  }
  .service-page .service-1 .right {
    display: none;
  }
  .service-page .service-2 .left {
    width: 100%;
    padding: 0;
  }
  .service-page .service-2 .left .img {
    margin-top: 15px;
    width: 100%;
  }
  .service-page .service-2 .left .img img {
    width: 100%;
  }
  .service-page .service-2 .right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .content ul li {
    padding: 32px 15px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 450px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 450px;
  }
  .service-page .service-5 {
    margin-top: 60px;
  }
  .service-page .service-5 .form ul {
    margin: 0 -20px -30px 0;
  }
  .service-page .service-5 .form ul li {
    padding: 0 20px 30px 0;
  }
  .service-page .service-6 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding-bottom: 30px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
  .service-page .service-3 .content ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .content ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 20px;
  }
  .service-page .service-4 {
    display: none;
  }
  .service-page .service-5 {
    margin: 0;
  }
  .service-page .service-5 .form {
    margin: 20px auto 0;
  }
  .service-page .service-5 .form ul li:nth-child(3) {
    width: 100%;
  }
  .service-page .service-6 {
    padding-top: 30px;
  }
  .service-page .service-6 ul {
    margin-right: -30px;
  }
  .service-page .service-6 ul li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .left .title {
    font-size: 32px;
  }
  .service-page .service-1 .left .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .left .img .play i {
    width: 20%;
  }
  .service-page .service-2 .right ul {
    margin-bottom: -15px;
  }
  .service-page .service-2 .right ul li {
    padding-bottom: 15px;
  }
  .service-page .service-2 .right ul li em {
    font-size: 20px;
  }
  .service-page .service-3 .title {
    font-size: 30px;
  }
  .service-page .service-3 .content ul {
    margin-right: 0;
  }
  .service-page .service-3 .content ul li {
    width: 100%;
    margin-right: 0;
  }
  .service-page .service-5 .title {
    font-size: 30px;
  }
  .service-page .service-5 p {
    margin: 0 auto;
  }
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  display: block;
  position: relative;
  cursor: pointer;

  
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.support-page .support-2{
  padding-top: 100px;
}
.support-page .support-2 .list {
    padding-left: 0;
    padding-right: 0;
}
.support-page .support-2 .list li {
    border-bottom: 1px solid #3b3a3a;
    cursor: pointer;
    overflow: hidden;
}
.support-page .support-2 .list li .content{
  width: 58%;
}
.support-page .support-2 .list li .num {
    line-height: .7;
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
    margin-bottom: -3%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.support-page .support-2 .list li .content {
    margin-left: 5%;
}
.support-page .support-2 .list li .content .text {
    display: none;
}
.support-page .support-2 .list li.active .num {
    margin-bottom: 4%;
    color: #3b3a3a;
    line-height: 1;
}
.font-em-20 {
    font-size: 2em;
}
.solution-page .solution-1 {
    position: relative;
}
.solution-page .solution-1 span.bg {
    width: 100%;
    height: 100%;
    max-width: 820px;
    z-index: -1;
    background-color: #eee;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.solution-page .solution-1 span.bg img {
    mix-blend-mode: darken;
    max-width: 57.21271394%;
    margin-top: 8%;
}
.solution-page .solution-1 span.h3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-1 .text {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-2{
  padding: 120px 0;
}
.solution-page .solution-2 i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 2em;
    border: 1px solid #767676;
    color: #767676;
}
.solution-page .solution-3{
      background-color: #f2f2f2;
}
.solution-page .solution-3 .box {
    padding-left: 5%;
    padding-right: 5%;

}
.solution-page .solution-3 .box .list {
    border: 1px solid #3b3a3a;
}
.solution-page .solution-3 .box .list ul {
    margin-right: -1px;
}
.solution-page .solution-3 .box .list ul li {
    border-right: 1px solid #3b3a3a;
    padding: 4% 10% 10%;
    position: relative;
}
.solution-page .solution-3 .box .list ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: .5s;
  overflow: hidden;
}
.solution-page .solution-3 .box .list ul li .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solution-page .solution-3 .box .list ul li:hover .mask {
  opacity: 1;
}
.solution-page .solution-3 .box .list ul li i img {
    margin: 0 auto;
}
.solution-page .solution-3 .box .list ul li span.h6 {
    line-height: 1.6;
    margin-top: 30px;
}
.solution-page .solution-3 .box .list ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide {
    height: auto;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div {
    height: 100%;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
    height: 100%;
}
.solution-page .solution-4 span.h2 {
    font-weight: bold;
    white-space: nowrap;
    -webkit-animation: rz 20s linear infinite;
    -moz-animation: rz 20s linear infinite;
    animation: rz 20s linear infinite;
    display: inline-block;
}
.solution-page .solution-4 span.h2 i {
    margin-left: 1em;
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
}
.solution-page .solution-4 span.h2 em {
    margin-right: 1em;
}
.solution-page .solution-4 .form {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-4 .form ul {
    row-gap: 1em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}
.solution-page .solution-4 .form ul input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding: .5em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: normal;
}
.solution-page .solution-4 .form ul input:focus {
    border-color: var(--color);
}
.solution-page .solution-4 .form ul input::-webkit-input-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-moz-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::-moz-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-ms-input-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul button {
    border: none;
    background-color: transparent;
    margin: 0 auto;
    font-weight: normal;
}
.font-60 {
    font-size: 60px;
}


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

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

.flex-1>* {
    width: 100%
}

.flex-2>* {
    width: 50%
}

.flex-3>* {
    width: 33.33333333%
}

.flex-4>* {
    width: 25%
}

.flex-5>* {
    width: 20%
}

.flex-6>* {
    width: 16.66666667%
}

.flex-7>* {
    width: 14.28571429%
}

.flex-8>* {
    width: 12.5%
}

.flex-9>* {
    width: 11.11111111%
}

.flex-10>* {
    width: 10%
}

.flex-s {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-dr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-drr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-as {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-ac {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-ae {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-cc {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.flex-ca {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.flex-cb {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.flex-jc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-ja {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-jb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-js {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-je {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wn {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 30px;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .solution-page .solution-1 span.bg {
    max-width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
      .solution-page .solution-2 i {
        zoom: .7;
    }
}














.customized-page{
  padding-bottom: 9.011%;
}
.customized-page .cus-1 .text{
  max-width: 909px;
  margin: 83px auto 0;
  text-align: center;
}
.customized-page .cus-1 .text .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 22px;
  position: relative;
}
.customized-page .cus-1 .text .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: var(--color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customized-page .cus-1 .text .con{
  line-height: 1.7;
  color: #0b0b0b;
  margin-top: 28px;
}
.customized-page .cus-1 .text .more{
  margin-top: 46px;
  background: var(--color);
  padding: 10px 24px;
}
.customized-page .cus-1 .img{
  margin-top: 83px;
  position: relative;
}
.pos{
  position: absolute;
}
.customized-page .cus-1 .img .text{
  bottom: 12%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  padding: 0 6%;
}
.customized-page .cus-1 .img .text .ig{
  max-width: 500;
}
.customized-page .cus-1 .img .text .title{
  text-align: left;
}
.customized-page .cus-1 .img .text .title::before{
  display: none;
}
.customized-page .cus-1 .img .text .con{
  color: #fff;
  text-align: left;
}
.customized-page .cus-1 .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.customized-page .cus-1 .img img{
  width: 100%;
}
.customized-page .cus-3{
  background-color: #ffffff;
  padding: 9% 20px 0;
}
.customized-page .cus-3 .box{
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 860px;
}
.customized-page .cus-4{
  padding: 59px 20px 30px;
  background: #ffffff;
}
.customized-page .cus-4 .form ul {
  margin: -7px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .cus-4 .form ul li {
  padding: 7px 10px;
}
.customized-page .cus-4 .form ul li input,
.customized-page .cus-4 .form ul li textarea,
.customized-page .cus-4 .form ul li label,
.customized-page .cus-4 .form ul li button {
  width: 100%;
  background-color: white;
  border: none;
  border-bottom: 1px solid #2a2a2d;
  font-size: 14px;
  line-height: 2;
  color: #6f6f6f;
  padding: 1em;
  display: block;
  height: 100%;
}
.customized-page .cus-4 .form ul li input[hidden] {
  display: none;
}
.customized-page .cus-4 .form ul li label {
  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;
}
.customized-page .cus-4 .form ul li label.tag {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.customized-page .cus-4 .form ul li label.tag em {
  margin-right: 0.71428571em;
}
.customized-page .cus-4 .form ul li label.tag div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.71428571em;
  max-width: 100%;
}
.customized-page .cus-4 .form ul li label.tag span {
  padding: 0.5em 0.71428571em;
  background-color: #f2f2f2;
  color: #6f6f6f;
  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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.customized-page .cus-4 .form ul li label.tag span i {
  margin-left: 0.71428571em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: white;
  position: relative;
  cursor: pointer;
}
.customized-page .cus-4 .form ul li label.tag span i:before,
.customized-page .cus-4 .form ul li label.tag span i:after {
  content: '';
  width: 60%;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.customized-page .cus-4 .form ul li label.tag span i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.customized-page .cus-4 .form ul li textarea {
  height: 100px;
}
.customized-page .cus-4 .form ul li p {
  font-size: 14px;
  line-height: 2;
  color: #bebebe;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customized-page .cus-4 .form ul li button {
  border-bottom: none;
  font-weight: bold;
  font-size: 18px;
  color: white;
  background: var(--color);
  padding: .8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customized-page .cus-4 .form ul li.wid-100 {
  width: 100%;
}

.p04-custom-parts {
  padding: 60px 0 100px;
  background-color: #f6f7f9;
}
.p04-custom-parts .text h3 {
  margin: 25px 0 5px;
}
.p04-custom-parts .mml-row {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p04-custom-parts .item {
  /*max-width: 340px;*/
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  margin: 0 10px 20px;
  padding: 35px 40px 35px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .item h3 {
    color: #85c123;
    font-size: 24px;
    line-height: 1.5;
    margin: 25px 0 5px;
    font-weight: bold;
}
.p04-custom-parts .icon {
  max-width: 60px;
  overflow: hidden;
}
.p04-custom-parts .title {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .title h2 {
  margin-bottom: 15px;
}
.p04-custom-parts .line {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 1px;
  height: 360px;
  /*background-color: #f63f06;*/
}
.p04-custom-parts .line::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 80px;
  /*background-color: #f63f06;*/
}
.text.mod-1 h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 p {
 font-size: 18px;
    line-height: 32px;
    /*color: #242424;*/
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.oem-page .oem-7 {
  padding: 140px 0;
}
.oem-page .oem-7 .box {
  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;
}
.oem-page .oem-7 .box .left {
  padding-right: 4%;
}
.oem-page .oem-7 .box .left .img {
  height: 620px;
  background-size: cover;
  background-position: center bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oem-page .oem-7 .box .left .img span {
  position: relative;
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}
.oem-page .oem-7 .box .left .img span i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.oem-page .oem-7 .box .left .img span i img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oem-page .oem-7 .box .left .img span i img.active {
  position: static;
  opacity: 1;
}
.oem-page .oem-7 .box .right ul {
  font-size: 10px;
  margin-top: 6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
  text-align: center;
}
.oem-page .oem-7 .box .right ul li {
  width: 25%;
  cursor: pointer;
  cursor: hand;
}
.oem-page .oem-7 .box .right ul li span {
  border-radius: 100%;
  background-color: #f8f8f8;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oem-page .oem-7 .box .right ul li span img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oem-page .oem-7 .box .right ul li p {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 1.25em;
}
.oem-page .oem-7 .box .right ul li.active span {
  background-color: var(--color);
}
.oem-page .oem-7 .box .right ul li.active span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1450px) {
  .oem-page .oem-7{
    padding: 70px 0;
  }
  .oem-page .oem-7 .box .right ul li p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1em;
  }
  .oem-page .oem-7 .box .right ul {
    margin-top: 4em;
  }
  .oem-page .oem-7 .box .left .img {
    height: 480px;
  }
  .oem-page .oem-7 .box .left .img span {
    max-width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .p04-custom-parts .title{
    width: calc(50% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(50% - 20px);
  }
  .p04-custom-parts{
    padding: 20px 0!important;
  }
   .oem-page .oem-7 .box .right ul {
    gap: 2em;
  }
  .oem-page .oem-7 .box .left .img {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .cus-1 .text{
    margin: 30px auto 0;
  }
  .customized-page .cus-1 .img{
    margin-top: 30px;
  }
  .customized-page .cus-3{
    padding: 30px 0;
  }
  .oem-page .oem-7 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .oem-page .oem-7 .box .right {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  .oem-page .oem-7 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-7 .box .left .img span {
    max-width: 35%;
  }
}
@media screen and (max-width: 500px) {
   .customized-page .cus-4 .form ul li label.tag {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .cus-4 .form ul li label.tag em {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .customized-page .cus-1 .text .title{
    font-size: 30px;
  }
  .customized-page .cus-1 .text .con{
    line-height: 2;
    margin-top: 14px;
  }
  .customized-page .cus-1 .text .more{
    margin-top: 20px;
  }
  .customized-page .cus-4{
    padding: 30px 0;
  }
  .customized-page .cus-3 .box{
    font-size: 24px;
    line-height: 1.5;
  }
  .p04-custom-parts .title{
    width: calc(100% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(100% - 20px);
  }
  .oem-page .oem-7 .box .left .img {
    height: 280px;
  }
  .oem-page .oem-7 .box .left .img span {
    max-width: 40%;
  }
  .oem-page .oem-7 .box .right ul li {
    width: 48%;
    margin-top: 15px;
  }
  .oem-page .oem-7 .box .right ul {
    gap: 2%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.rn_case1{
  padding: 100px;
}
.rn_case1 .box .list{
  margin: -12px;
}
.rn_case1 .box .list .item{
  padding: 12px;
}

.rn_case1 .box .list .item .text_box{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.rn_case1 .box .list .item .text{
  text-transform: capitalize;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.rn_case1 .box .list .item .text .con{
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
}