@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
::-webkit-scrollbar-thumb {
  background: var(--color);
}
.layui-layer-msg{
  width: 420px !important;
}
body {
  margin: 0;
  padding: 0;
  --color: #04347b;
  font-family: 'Poppins-Regular';
}
.ui.container {
  padding: 0 15px;
  width: 1720px;
  margin: auto;
  position: relative;
}

.font-60 {
  font-size: 60px;
}
.font-36 {
  font-size: 36px;
}
.font-42 {
  font-size: 42px;
}
.font-48 {
  font-size: 40px;
  line-height: 2;
}
.font-30 {
  font-size: 30px;
}
.font-40 {
  font-size: 40px;
}
.font-45{
  font-size: 45px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#header .nav {
  position: relative;
  height: 110px;
  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;
}
.homelan {
    font-size: 16px;
    max-width: 740px;
    margin: 20px 0 30px;
    line-height: 30px;
    opacity: 0.6;
}
.footlan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 600px;
    display: inline-block;
    vertical-align: middle;
}
.homelan h1{
  display:inline;
}
#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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  width: 82%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 28px;
  font-size: 18px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
  -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: auto;
  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;
  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;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #04347b;
  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 > 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 ul.sub-menu > li:hover ul.sub-menu  > li:hover > ul.sub-menu{
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .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;
}
#header .nav .ui.menu .right .h-inquire {
  margin: 0 20px;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  position: relative;
}
#header .nav .ui.menu .right .h-search input[type='text'] {
  width: 165px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 35px;
  padding: 0 40px 0 20px;
  font-size: 18px;
}
#header .nav .ui.menu .right .h-search input[type='submit'] {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/search.png") no-repeat;
  width: 20px;
  height: 18px;
  border: none;
}
#header .nav .ui.menu .right .h-inquire,
#header .nav .ui.menu .right .language-box {
  border-radius: 50%;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: 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: 14px 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;
  line-height: 30px;
}
#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-family: 'Poppins-SemiBold';
  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 #gotop i{
  margin-top: 10px;
}
#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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  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: 110px;
  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 {
  font-family: "Poppins-SemiBold";
}
.home-title h3 {
  font-size: 40px;
}
.home-title span {
  display: block;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.btn-go {
  padding: 12px 40px;
  color: #fff;
  font-size: 16px;
  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: 35px;
}
.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);
  border-radius: 35px;
}
.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: 120px;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul .slick-dots {
  bottom: 70px;
}
#banner .banner-content ul li {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
#banner .banner-content ul li .content {
  width: 100%;
  padding: 0 100px;
  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%);
  z-index: 5;
  color: #fff;
}
#banner .banner-content ul li .content h3 {
  font-size: 54px;
  font-family: 'Poppins-SemiBold';
  max-width: 740px;
  margin-bottom: 30px;
}
#banner .banner-content ul li .content .btn-go {
  background-color: #fff;
  color: var(--color);
  border-color: transparent;
}
#banner .banner-content ul li .content .btn-go:hover {
  background-color: var(--color);
  color: #fff;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.sidebar {
  position: fixed;
  right: 40px;
  bottom: 15%;
  z-index: 1000;
}
.sidebar button {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background-color: var(--color);
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.sidebar button span {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  background-color: #a8a8a8;
  font-size: 16px;
  width: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.sidebar button:hover span {
  width: 240px;
}
.sidebar button:last-child {
  margin-bottom: 0;
}
.sidebar button:hover {
  background-color: #000;
}
#index-body .category .category-content .home-title {
  margin-bottom: 45px;
}
#index-body .category .category-content .home-title .category-title {
  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;
}
#index-body .category .category-content .home-title .category-title .category-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .category .category-content .home-title .category-title .category-btn button {
  width: 45px;
  height: 45px;
  background-color: #999;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
#index-body .category .category-content .home-title .category-title .category-btn button:last-child {
  margin-left: 20px;
}
#index-body .category .category-content .home-title .category-title .category-btn button:hover {
  background-color: var(--color);
}
#index-body .category .category-content ul {
  width: 100%;
}

#index-body .category .category-content ul .swiper-slide{
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
   transition: width 1s ease;
}
#index-body .category .category-content ul .swiper-slide:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .category .category-content ul .swiper-slide:hover .box{
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
}
#index-body .category .category-content ul .swiper-slide:hover .goto {
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
}
#index-body .category .category-content ul .swiper-slide:hover .shape svg {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#index-body .category .category-content ul li {
  height: 620px;
  position: relative;
}
#index-body .category .category-content ul li .shape{
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: -1px;
  overflow: hidden;
  border-radius: 0 30px 0 0;
}
#index-body .category .category-content ul li .shape svg{
  opacity: 0;
  -webkit-transform: translate(60px, -60px);
  -moz-transform: translate(60px, -60px);
  -ms-transform: translate(60px, -60px);
  transform: translate(60px, -60px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#index-body .category .category-content ul li .goto {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 55px;
  top: 40px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #3d4565;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
#index-body .category .category-content ul li .goto:hover {
  background-color: #000;
  color: #fff;
}
#index-body .category .category-content ul li .img_box {
  display: block;
  width: 100%;
  height: 560px;
  overflow: hidden;
  border-radius: 35px;
}
#index-body .category .category-content ul li .img_box .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
#index-body .category .category-content ul li .box
 {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  width: 95%;
  padding: 30px;
  background-color: var(--color);
  color: #fff;
  border-radius: 25px;
  margin: 0 auto;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
#index-body .category .category-content ul li .box h4 {
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 10px;
}
#index-body .category .category-content ul li .box p {
  font-size: 16px;
}
#index-body .about {
  padding: 140px 0;
  position: relative;
}
#index-body .about .about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .about-content .left {
  max-width: 50%;
}
#index-body .about .about-content .left .home-title h3 {
  max-width: 600px;
  line-height: 50px;
}
#index-body .about .about-content .left .home-title h3:nth-child(2) {
  color: #000;
}
#index-body .about .about-content .left p {
  font-size: 16px;
  max-width: 740px;
  margin: 20px 0 30px;
  line-height: 30px;
  opacity: 0.6;
}
#index-body .about .about-content .left .about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@keyframes tiao{
  0%{
    transform: translateY(0px);
  }
  50%{
     transform: translateY(-20px);
  }
  100%{
     transform: translateY(0px);
  }
}
#index-body .about .about-content .left .about-box .about-list:hover img{
  animation: tiao 1s ease-in-out;
}
#index-body .about .about-content .left .about-box .about-list:first-child {
  margin-right: 150px;
}
#index-body .about .about-content .left .about-box .about-list h4 {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  max-width: 220px;
  margin-top: 25px;
}
#index-body .about .about-content .right {
  max-width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .about-content .right .right_img_1 {
  max-width: 445px;
  margin-right: 30px;
  will-change: transform;
  -webkit-transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
  -moz-transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
  transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}
#index-body .about .about-content .right .right_img_2 {
  max-width: 390px;
  height: auto;
  position: relative;
}
#index-body .about .about-content .right .right_img_2 .img_box:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
#index-body .technical .technical-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .technical .technical-content .left {
  height:  calc(100vh - 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #d4e6ff;
}
#index-body .technical .technical-content .left .content {
  width: 960px;
  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-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;
  padding-left: 100px;
}
#index-body .technical .technical-content .left .content p {
  font-size: 16px;
  opacity: 0.4;
  max-width: 640px;
  margin: 30px 0;
  line-height: 30px;
}
#index-body .technical .technical-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .technical .technical-content ul li:hover .box h4 {
  margin-bottom: 20px;
}
#index-body .technical .technical-content ul li:hover .box p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
#index-body .technical .technical-content ul li:hover .box .goto{
   -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
#index-body .technical .technical-content ul li:hover .box .num{
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
#index-body .technical .technical-content ul li {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 650px;
  height: calc(100vh - 90px);
}
#index-body .technical .technical-content ul li img {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .technical .technical-content ul li .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  max-width: 540px;
}
#index-body .technical .technical-content ul li .box .num{
   width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    font-size: 60px;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto 25px;
     -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .technical .technical-content ul li .box h4 {
  display: block;
  font-size: 40px;
  font-family: "Poppins-SemiBold";
  text-align: center;
  width: 540px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 50px;
}
#index-body .technical .technical-content ul li .box p {
  font-size: 16px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 30px;
}
#index-body .technical .technical-content ul li .box .goto{
    display: block;
    width: 60px;
    height: 60px;
    background-color: var(--color);
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -ms-transform:translateY(100px);
    transform:translateY(100px);
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  margin: 20px auto 0;
}
#index-body .technical .technical-content ul li .box .goto i{
      -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#index-body .product {
  padding: 140px 0;
}
#index-body .product .product-content .home-title {
  margin-bottom: 40px;
}
#index-body .product .product-content .home-title .product-title {
  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;
}
#index-body .product .product-content .home-title .product-title .product-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .product .product-content .home-title .product-title .product-btn button {
  width: 45px;
  height: 45px;
  background-color: #999;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
#index-body .product .product-content .home-title .product-title .product-btn button:last-child {
  margin-left: 20px;
}
#index-body .product .product-content .home-title .product-title .product-btn button:hover {
  background-color: var(--color);
}
#index-body .product .product-content ul .slick-list {
  margin: 0 -999px 0 -15px;
}
#index-body .product .product-content ul li {
  padding: 15px 15px;
  cursor: pointer;
}
#index-body .product .product-content ul li .box {
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#index-body .product .product-content ul li .box .img-box {
  display: block;
  max-width: 65%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}
#index-body .product .product-content ul li .box .title {
  background-color: #d4e6ff;
  height: 145px;
  padding: 0 35px;
  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;
  color: #000;
}
#index-body .product .product-content ul li .box .title h4 {
  text-align: left;
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;  
}
#index-body .product .product-content ul li .box .title h4:last-child {
  opacity: 0.6;
}
#index-body .product .product-content ul li .box .title:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .product .product-content ul li .box .title:hover h4:last-child {
  opacity: 1;
}
#index-body .datashow {
  margin: 140px 0;
}
#index-body .datashow .datashow-content .home-title {
  margin-bottom: 140px;
}
#index-body .datashow .datashow-content .home-title span,
#index-body .datashow .datashow-content .home-title h3 {
  text-align: center;
}
#index-body .datashow .datashow-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;
}
#index-body .datashow .datashow-content ul li:hover .content {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  position: relative;
}
#index-body .datashow .datashow-content ul li {
  width: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .datashow .datashow-content ul li .content {
  width: 450px;
  height: 450px;
  border: 1px solid var(--color);
  border-radius: 50%;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
#index-body .datashow .datashow-content ul li .content h4 {
  font-size: 60px;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  margin-bottom: 15px;
}
#index-body .datashow .datashow-content ul li .content p {
  font-size: 16px;
  max-width: 300px;
  text-align: center;
  opacity: 0.6;
  line-height: 30px;
}
#index-body .datashow .datashow-content ul li:nth-child(2n) {
  margin-top: -90px;
}
#index-body .datashow .datashow-content ul li:nth-child(2n) .content {
  color: #fff;
}
#index-body .datashow .datashow-content ul li:nth-child(2n) .content p {
  opacity: 1;
}
#index-body .datashow .datashow-content ul li:nth-child(2) .content {
  background-color: #3871c5;
  position: relative;
  z-index: 2;
  border: none;
}
#index-body .datashow .datashow-content ul li:last-child .content {
  background-color: #04347b;
  position: relative;
  z-index: 2;
  border: none;
}
#index-body .publicize {
  height: 740px;
  background: url('../images/publicize-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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;
  position: relative;
}
#index-body .publicize .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#index-body .publicize .publicize-content {
  z-index: 5;
  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;
}
#index-body .publicize .publicize-content .right{
  max-width: 800px;
}
#index-body .publicize .publicize-content .left {
  color: #fff;
  max-width: 790px;
}
#index-body .publicize .publicize-content .left h4 {
  font-size: 40px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 70px;
}
#index-body .publicize .publicize-content .left p {
  font-size: 16px;
  line-height: 30px;
}
#index-body .news {
  padding: 140px 0;
}
#index-body .news .news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 55px;
}
#index-body .news .news-content .right {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .news .news-content .left {
  width: 50%;
  padding-left: 25px;
  max-height: 530px;
  overflow: hidden;
}
#index-body .news .news-content .left ul li.active a h4,
#index-body .news .news-content .left ul li.active a button {
  color: var(--color);
}
#index-body .news .news-content .left ul li.active a button {
  border-color: var(--color);
}
#index-body .news .news-content .left ul li.active div p{
  height: 96px;
}
#index-body .news .news-content .left ul li.active div span {
  height: auto;
}
#index-body .news .news-content .left ul li {
  width: 100%;
  padding: 0 0 35px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.8);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 25px;
}
#index-body .news .news-content .left ul li:last-child{
   border-bottom:none;
}
#index-body .news .news-content .left ul li .news-b {
  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;
}
#index-body .news .news-content .left ul li .news-b p {
  font-size: 16px;
  opacity: 0.6;
  max-width: 590px;
  width: calc(100% - 90px);
  height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
}
#index-body .news .news-content .left ul li .news-b span {
  font-size: 16px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content .left ul li .news-t {
  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;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
#index-body .news .news-content .left ul li .news-t button:hover {
  color: var(--color);
}
#index-body .news .news-content .left ul li .news-t button {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  background: transparent;
  border-radius: 50%;
  font-size: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins-SemiBold';
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content .left ul li .news-t button span {
  font-size: 26px;
}
#index-body .news .news-content .left ul li.active .news-t button span:last-child {
  display: block;
}
#index-body .news .news-content .left ul li .news-t button span:last-child {
  display: none;
}
#index-body .news .news-content .left ul li.active .news-t button span:first-child {
  display: none;
}
#index-body .news .news-content .left ul li .news-t button span:first-child {
  display: block;
}
#index-body .news .news-content .left ul li .news-t a{
  display: block;
  width: calc(100% - 60px);
}
#index-body .news .news-content .left ul li .news-t h4 {
  font-size: 24px;
  font-family: "Poppins-SemiBold";
 
}
#index-body .news .news-content .left ul li .news-t h4:hover {
  color: var(--color);
}
#index-body .partner {
  padding: 60px 0 80px;
}
#index-body .partner .partner-content {
  padding: 0 80px;
}
#index-body .partner .partner-content .content {
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .partner .partner-content .content ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-content {
  background: #292929;
  position: relative;
  border-radius: 25px;
  padding: 0 65px;
}
#footer .footer-userinfo {
  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;
  padding: 80px 0 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-userinfo .left h3 {
  color: #fff;
  font-size: 40px;
  font-family: 'Poppins-SemiBold';
  max-width: 790px;
}
#footer .footer-userinfo .right {
  max-width: 520px;
}
#footer .footer-userinfo .right p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 30px;
}
#footer .footer-userinfo .right form {
  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;
  flex-wrap: wrap;
}
#footer .footer-userinfo .right form input::placeholder{
  color: #000;
}
#footer .footer-userinfo .right form input {
  width: 250px;
  height: 50px;
  background: #fff;
  border: none;
  color: #000;
  border-radius: 35px;
  border-bottom: 1px solid#fff;
  font-size: 16px;
  padding: 0 20px;
}
#footer .footer-userinfo .right form input:nth-child(n+3) {
  margin-top: 20px;
}
#footer .footer-userinfo .right form input[type='submit']:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .footer-userinfo .right form input[type='submit'] {
  width: 250px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .topup {
  position: absolute;
  right: 70px;
  bottom: 115px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
}
#footer .footer-center .footer-t {
  padding: 70px 0 35px;
  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;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list span {
  margin: 35px 0 20px;
  line-height: 30px;
}
#footer .footer-center .footer-t .footer-t-gird .contact {
  max-width: 310px;
}
#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}
#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  .qc-img img,
#footer .footer-center .footer-t .footer-t-gird .t-list  .qc-img canvas{
  width: 120px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  margin-bottom: 30px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
  line-height: 30px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.4);
  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;
  line-height: 40px;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255, 0.4);
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 14px;
}
#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}
@media (max-width: 1800px) {
  .ui.container {
    width: 1600px;
  }
  #index-body .category .category-content ul .swiper-slide-active, #index-body .category .category-content ul .swiper-slide:hover{
    width: 740px;
  }
  #index-body .category .category-content ul .slick-slide.active {
    width: 730px;
  }
  #index-body .product .product-content ul .slick-list {
    margin: 0 -15px;
  }
  #index-body .datashow .datashow-content ul li .content {
    width: 420px;
    height: 420px;
  }
  #index-body .publicize .publicize-content .left {
    max-width: 50% ;
  }
  #index-body .publicize .publicize-content .right {
    max-width: 45% ;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 20px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 46px;
  }
  #index-body .about .about-content .left p {
    max-width: 640px;
  }
  #index-body .category .category-content ul .slick-slide {
    width: 320px;
  }
  #index-body .category .category-content ul li {
    height: 640px;
  }
  #index-body .technical .technical-content .left .content {
    width: 700px;
  }
  #index-body .datashow .datashow-content ul li .content {
    width: 380px;
    height: 380px;
  }
  #index-body .news .news-content .left ul li .news-b p {
    max-width: 560px;
  }
  #index-body .news .news-content .right {
    height: 460px;
  }
  #index-body .news .news-content .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .news {
    padding: 80px 0;
  }
  #footer .footer-userinfo .left h3 {
    font-size: 32px;
    max-width: 590px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .header-icon{
    width:150px;
  }
  #header .nav .ui.menu{
    width:90%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 38px;
    max-width: 440px;
  }
  .home-title h3 {
    font-size: 30px;
  }
  #index-body .about .about-content .left .home-title h3 {
    max-width: 425px;
    line-height: 1.4;
  }
  #index-body .category .category-content ul .slick-slide.active {
    width: 760px;
  }
  #index-body .category .category-content ul .slick-slide {
    width: 400px;
  }
  #index-body .about .about-content .right .right_img_2 {
    display: none;
  }
  #index-body .product .product-content ul li .box .title h4 {
    font-size: 20px;
  }
  #index-body .datashow .datashow-content ul li .content h4 {
    font-size: 36px;
  }
  #index-body .datashow .datashow-content ul li .content {
    width: 300px;
    height: 300px;
  }
  #index-body .datashow .datashow-content ul li .content p {
    font-size: 14px;
    max-width: 240px;
  }
  #index-body .datashow .datashow-content ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .datashow .datashow-content ul li {
    width: 23%;
  }
  #index-body .publicize {
    height: 580px;
  }
  #index-body .publicize .publicize-content .left h4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #index-body .news .news-content .right {
    height: 480px;
  }
  #index-body .news .news-content .left ul li a h4 {
    font-size: 20px!important;
  }
  #index-body .news .news-content .left ul li .news-b p {
    max-width: 390px;
  }
  #footer .footer-userinfo .left h3 {
    font-size: 28px;
    max-width: 560px;
  }
  #footer .footer-userinfo .right {
    max-width: 460px;
  }
  #footer .footer-userinfo .right form input,
  #footer .footer-userinfo .right form input[type='submit']{
    width:220px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .header-icon {
        width: 120px;
    }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #header .nav .ui.menu .right .h-search input[type='text'] {
    width: 120px;
    font-size: 16px;
  }
  #index-body .about .about-content {
    -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;
  }
  #index-body .about .about-content .left {
    margin-bottom: 60px;
    max-width: 100%;
  }
  #index-body .about .about-content .right {
    max-width: 100%;
  }
  #index-body .about .about-content .right .right_img_2 {
    display: block;
  }
  #index-body .about .about-content .left p {
    max-width: 100%;
  }
  #index-body .about .about-content .right .right_img_1 {
    width: 55%;
    max-width: 55%;
    margin-right: 0;
  }
  #index-body .about .about-content .right .right_img_1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .category .category-content ul .slick-slide {
    width: 330px;
  }
  #index-body .category .category-content ul .slick-slide.active {
    width: 640px;
  }
  #index-body .datashow .datashow-content ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .news .news-content .right {
    display: none;
  }
  #index-body .news .news-content .left {
    width: 100%;
    padding-left: 0;
  }
  #index-body .partner .partner-content {
    padding: 0 15px;
  }
  #footer .footer-userinfo .right form input {
    width: 180px;
  }
  #footer .footer-userinfo .left h3 {
    font-size: 24px;
    max-width: 425px;
  }
  #footer .footer-userinfo .right {
    max-width: 370px;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    max-width: 250px;
  }
  #footer .footer-center .footer-b p span {
    margin: 0 10px 0 0;
  }
  #footer .footer-userinfo .right form input,
   #footer .footer-userinfo .right form input[type='submit'] {
      width: 180px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 160px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-content ul li .content {
    padding: 0 40px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 24px;
    max-width: 275px;
  }
  #index-body .news .news-content .left{
      max-height: unset;
  }
  #index-body .about {
    padding: 80px 0;
  }
  #index-body .about .about-content .right .right_img_1 {
    width: 66%;
    margin-right: 30px;
  }
  #index-body .category .category-content ul .slick-slide,
  #index-body .category .category-content ul .slick-slide.active {
    width: 670px;
  }
  #index-body .datashow .datashow-content ul {
    -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;
  }
  #index-body .datashow .datashow-content ul li {
    width: 50%;
    margin: 20px 0;
  }
  #index-body .datashow .datashow-content ul li:nth-child(2n) {
    margin-top: 0px;
  }
  #index-body .publicize .publicize-content {
    -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;
  }
  #index-body .publicize .publicize-content .left,
  #index-body .publicize .publicize-content .right {
    width: 100%;
    max-width: 100%;
  }
  #index-body .publicize .publicize-content .left {
    margin-bottom: 40px;
  }
  #index-body .publicize {
    height: auto;
    padding: 60px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    max-width: 50%;
  }
  #footer .footer-userinfo {
    -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-userinfo .right,
  #footer .footer-userinfo .left {
    width: 100%;
    max-width: 100%;
  }
  #footer .footer-userinfo .right h3,
  #footer .footer-userinfo .left h3 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-userinfo .right form input {
    width: 350px;
  }
  #footer .footer-center .footer-b p {
    height: auto;
    padding: 15px 0;
    -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-b p span {
    text-align: center;
  }
  #footer .footer-userinfo .right form input {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  .home-title h3 {
    font-size: 24px;
  }
  #banner .banner-content ul li .content h3 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #index-body .about .about-content .right .right_img_2 {
    display: none;
  }
  #index-body .about .about-content .right .right_img_1 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  #index-body .category,
  #index-body .technical,
  #index-body .datashow,
  #index-body .publicize,
  #index-body .partner {
    display: none;
  }
  #index-body .about .about-content .left .about-box .about-list:first-child {
    margin-right: 0;
  }
  #index-body .about .about-content .left .about-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .about .about-content .left .about-box .about-list h4 {
    font-size: 18px;
  }
  #index-body .product {
    padding: 60px 0;
  }
  #footer .footer-userinfo .right 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .footer-userinfo .right form input[type='submit'] {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .footer-userinfo .right form input {
    width: 100%;
  }
  #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 {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li {
    height: 220px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 20px;
  }
  #index-body .about .about-content .left .about-box .about-list h4 {
    font-size: 16px;
  }
  .home-title h3 {
    font-size: 20px;
  }
  #index-body .news .news-content {
    margin-top: 0;
  }
  #footer {
    padding: 0;
  }
  .footer-box {
    display: none;
  }
  #footer .footer-content {
    border-radius: 0;
    padding: 0 15px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo img {
    width: 180px;
  }
  #index-body .product {
    padding: 0;
  }
}











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

#index-body .init-6 {
  background: #fbfbfb;
  padding: 75px 0;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}
#index-body .init-6 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-6 .top .left {
  width: 30%;
}
#index-body .init-6 .top .left .tit31 {
  position: relative;
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 42px;
  color: #000;
  line-height: 2;
  z-index: 11
}
#index-body .init-6 .top .left .tit31::after {
  content: '';
  position: absolute;
  left: 3px;
  top: -8px;
  width: 25px;
  height: 24px;
  z-index: -1
}
#index-body .init-6 .top .right {
  width: 70%;
  text-align: center;
  padding-left: 130px
}
#index-body .init-6 .top .right ul {
  align-items: center;
}

#index-body .init-6::after {
  content: '';
  position: absolute;
  left: 0;
  top: -80%;
  width: 203px;
  height: 340px;
  z-index: -1
}
#index-body .init-6.acc1::after {
  display: none
}
.inner-page .h3.title {
  position: relative;
  line-height: 2;
  z-index: 3;
  display: inline-block;
  font-family: 'Poppins-SemiBold';
font-size: 36px;
color: var(--color);
}

.inner-page {
  background: #f4f4f4;
}
.inner-page p {
  font-size: 16px;
  line-height: 2;
  overflow-y: auto;
}
.inner-banner {
  position: relative;
  margin-top: 120px;
}
.inner-banner img{
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

.inner-banner .top {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  z-index: 110
}
.inner-banner .top h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin: 16px auto;
    line-height: 30px;
}
.inner-banner .top p{
  display: none;
}
.inner-banner.app-banner .top p {
  font-size: 16px;
  color: white;
  display: block;
}
.inner-banner.acs1 .top p {
  display: inline-block;
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
  margin-top: -36px;
  border: 1px solid #fff;
    padding: 15px;
    border-radius: 20px;
}
.mbx {
  padding: 40px 0;
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  background: #fbfbfb;
}
.mbx span {
  color: #000;
}

.about-11 .top .left {
  width: 22%;
}
.about-11 .top .left h3 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 31px;
  color: #000000;
  line-height: 2;
}
.about-11 .top .left .con {
  margin-top: 58px;
}
.about-11 .top .left .con ul li {
  margin-bottom: 10px;
  position: relative;
}
.about-11 .top .left .con ul li a {
  display: flex;
  padding: 22px 21px 22px 40px;
  background: #F5F5F5;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.about-11 .top .left .con ul li a p {
  font-family: 'Poppins-SemiBold';
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  transition: 0.3s;
}
.about-11 .top .left .con ul li i {
  position: absolute;
  right: 21px;
  top: 20px;
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url(../images/about11.png) no-repeat center;
  transition: 0.3s;
  cursor: pointer;
}
.about-11 .top .left .con ul li a:hover,
.about-11 .top .left .con ul li a.active {
  background: var(--color);
}
.about-11 .top .left .con ul li a:hover p,
.about-11 .top .left .con ul li a.active p {
  color: #fff;
}
.about-11 .top .left .con ul li a:hover~i,
.about-11 .top .left .con ul li a.active~i {
  background: url(../images/about12.png) no-repeat center;
}
.about-11 .top .right {
  width: 78%;
  padding-left: 32px;
 position: relative;

}

.manu-page .about-11 .top .right {
 
  padding-left: 94px;
  overflow: visible
}
.about-11 .top .right .img {
  border-radius: 30px;
  overflow: hidden;
}
.about-11 .top .right .img img {
  border-radius: 30px;
}
.num1 {
  position: relative;
  /*left: -100px;
  top: -177px;*/
  margin-top: -177px;
  margin-left: -10px;
  background: #FBFBFB;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
width: 100%;
z-index: 111;
  max-width: 1140px;
}

.num1 span {
  font-family: 'Poppins-SemiBold';
    font-weight: 700;
    margin-right: 20px;
    font-size: 42px;
    color: var(--color);
    line-height: 2;
}
.num1 .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -95px;
  top: 9px;
  width: 127px;
  height: 118px;
  border-radius: 30px 0px 30px 0px;
  cursor: pointer;
  background-color: var(--color);
}
.num1 ul {
  display: flex;
  justify-content: space-between;
  padding: 35px 37px;
  padding-right: 58px;
  
}
.num1 ul li h2 em {
  font-family: 'Poppins-SemiBold';
  font-size: 48px;
  color: var(--color);
  line-height: 2;
}
.num1 ul li h2 sub {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 24px;
  color: var(--color);
  line-height: 2;
  margin-left: 14px;
}
.num1 ul li p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: var(--color);
  line-height: 2;
  margin-top: 13px;
}
.about-11 .top .right .tit2 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #000;
  line-height: 2;
  margin-top: 60px;
}
.about-11 .top .right .cona {
  margin-top: 37px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 2;
  opacity: 0.7;

 
}


.about-1 {
  padding-top: 0;
  background: #fff;
}
.about-1 .center {
  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;
  z-index: 3;
  margin-top: -119px;
  margin-bottom: 60px;
}
.about-1 .center .left {
  padding-left: 95px;
}
.about-1 .center .left .text {
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 50px;
  display: inline-block;
  width: 100%;
}
.about-1 .center .left .text ul li .main .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 30px;
}
.about-1 .center .left .text ul li .main p {
  max-height: 240px;
  overflow-y: auto;
  line-height: 2;
}
.about-1 .center .left .text .btm {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.about-1 .center .left .text .btm .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-1 .center .left .text .btm .btnbox span.btn {
  opacity: 0.5;
  cursor: pointer;
}
.about-1 .center .left .text .btm .btnbox span.btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev {
  margin-right: 20px;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-1 .center .left .text .btm .navbox {
  color: #000;
  
  font-size: 32px;
  font-style: italic;
}
.about-1 .center .left .text .btm .navbox .now {
  font-size: 48px;
  margin-right: 5px;
}
.about-1 .center .right {
  padding-left: 55px;
}
.about-1 .center .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.about-1 .center .right .top .play {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.about-1 .center .right .top .play:before {
  background: rgba(0, 53, 134, 0.3);
}
.about-1 .center .right .h3 {
  font-size: 180px;
  line-height: 2;
  color: #ecf0f4;
  margin-top: 60px;
  font-weight: 500;
}
.about-2 {
  padding: 90px 0;
}
.about-2 .ui.container .h3 {
  color: #000;
  margin-bottom: 50px;
}
.about-2 .ui.container .main ul.ab2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-2 .ui.container .main ul.ab2list.on li {
  width: -webkit-calc(19% - 28px);
  width: -moz-calc(19% - 28px);
  width: calc(19% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover {
  width: -webkit-calc(43% - 28px);
  width: -moz-calc(43% - 28px);
  width: calc(43% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .h4 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.about-2 .ui.container .main ul.ab2list li {
  width: -webkit-calc(25% - 24px);
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  position: relative;
  height: 625px;
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 20px;
  overflow: hidden
}
.about-2 .ui.container .main ul.ab2list li .h4 {
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 40px;
  top: 50px;
  opacity: 1;
}
.about-2 .ui.container .main ul.ab2list li .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-2 .ui.container .main ul.ab2list li .textbox .h5 {
  color: #fff;
  margin-bottom: 40px;
  line-height: 40px;
}
.about-2 .ui.container .main ul.ab2list li .textbox .content {
  color: #fff;
  line-height: 2;
  font-size: 18px;
  /*font-weight: 400;*/
}
.about-2 .ui.container .main ul.ab2list li .textbox .content p {
  margin-bottom: 20px;
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys.png);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) .textbox {
  background-image: url(../images/about-ys.png);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys2.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) .textbox {
  background-image: url(../images/about-ys2.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys3.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) .textbox {
  background-image: url(../images/about-ys3.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(4) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys4.png);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(4) .textbox {
  background-image: url(../images/about-ys4.png);
}
.about-4 {
  padding: 75px 0 200px 0;
}
.about-4 .ui.container {
  text-align: left;
}
.about-4 .ui.container .h3 {
  margin-bottom: 50px;
  font-family: 'Poppins-SemiBold';
}
.about-4 .ui.container .factorybox ul.factorylist {
  margin: 0 -20px;
}
.about-4 .ui.container .factorybox ul.factorylist li {
  padding: 0 20px;
}
.about-4 .ui.container .factorybox ul.factorylist li img {
  border-radius: 20px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots {
  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-top: 50px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid var(--color);
  margin: 0 5px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li button {
  display: none;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li.slick-active {
  background: var(--color);
}
.solu-1 {
  background: var(--color);
  color: #fff;
  padding: 30px;
}
.solu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.solu-1 .ui.container .logo {
  width: 95px;
  opacity: 0.5;
}
.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--color);
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}
.solu-2 .navbox ul.navlist li a em {
  
}
.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.solu-5 {
  padding-top: 110px;
}
.solu-5 ul.solulist2 li {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li .text {
  width: 40%;
  max-width: 455px;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 25px;
}
.solu-5 ul.solulist2 li .text span {
  
  text-transform: uppercase;
  color: #000;
  opacity: .5;
}
.solu-5 ul.solulist2 li .text P {
  margin-top: 15px;
}
.solu-5 ul.solulist2 li .imgbox {
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
}

.manu-page .top .right .swiper-button-prev,
.manu-page .top .right .swiper-button-next {
  width: 75px;
height: 75px;
top: 55%;
border-radius: 50%;
background: url(/lyusenfilters/2024/07/08/acs1.png) no-repeat center #FBFBFB;
transition: 0.3s
}
.manu-page .top .right .swiper-button-prev {
left: 4%
}
.manu-page .top .right .swiper-button-next {
transform: rotate(180deg);
right: -3%
}
.manu-page .top .right .swiper-button-prev:hover {
  background: url(/lyusenfilters/2024/07/08/acs.png) no-repeat center var(--color);
  transform: rotate(-180deg);
}
.manu-page .top .right .swiper-button-next:hover {
  background: url(/lyusenfilters/2024/07/08/acs.png) no-repeat center var(--color);
  transform: rotate(0);
}
.manu-1 {
 overflow: hidden
}
.manu-1 .manubox {
  margin-top: 42px;
  overflow: visible;
  padding-block-end: 67px
}


.manu-1 .manubox ul.manulist li .item {
background: #fff;
  padding: 30px 30px;
  height: 574px;
  padding-bottom: 50px;
  transition: 0.3s;
  border-radius: 24px;
  border: 1px solid #fbfbfb;
}
.manu-1 .manubox ul.manulist li .item:hover {

box-shadow: 11px 19px 43px 0px rgba(0,0,0,0.05);
border-radius: 20px;
border: 1px solid #FBFBFB;
}
.manu-1 .manubox ul.manulist li .item .text {
  padding-top: 30px;
}
.manu-1 .manubox ul.manulist li .item .text .h5 {
  margin-bottom: 20px;
  padding-left: 35px;
  border-left: 2px solid var(--color);
}
.manu-1 .manubox ul.manulist li .item .text p {
  
   line-height: 1.75;
    max-height: 120px;
    overflow-y: auto;
    color: #747474;
}
.manu-2 {
  padding-top: 95px;
}
.manu-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manu-2 .ui.container .left {
  padding-right: 38px;
}
.manu-2 .ui.container .right {
  padding: 0 64px;
}
.manu-2 .ui.container .right .h4 {
  margin-bottom: 25px;
  font-family: 'Poppins-SemiBold';
font-size: 36px;
color: var(--color);
}
.manu-2 .ui.container .right p {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
}
.manu-3 {
  padding: 87px 0 150px;
}

.manu-3 ul {
  display: flex;
  justify-content: space-between;
  
}
.manu-3 ul li .box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  transition: 0.5s
}



.manu-3 ul li .box .img {
  padding: 45px 0 35px;
}
.manu-3 ul li .box .img img {
  filter: brightness(0)
}
.manu-3 ul li .box h5 {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 24px;
color: #080808;
line-height: 2;
}

.manu-3 ul li .box p {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 16px;
color: #747474;
line-height: 2;
margin-top: 29px;
  padding: 0 30px;
}

.manu-3 ul li .box:hover {
  background: #FFFFFF;
box-shadow: 11px 19px 43px 0px rgba(0,0,0,0.05);
border-radius: 20px;
}

.manu-3 ul li .box:hover .img img {
  filter: brightness(1)
}




.manu-4 {
 padding-bottom: 80px;
 
}

.manu-4 .top ul {
  position: relative;
  margin: -18px -30px
}

.manu-4 .top ul .menu-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.manu-4 .top ul li {
  padding: 18px 30px;
}

.manu-4 .top ul li .box {
  border-radius: 20px;
  transition: 0.3s;
    background: #FFFFFF;
box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.05);
}

.manu-4 .top ul li .box .acc {
  padding: 42px 43px 60px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manu-4 .top ul li .box .acc .ads {
  width: 90%;
  max-width: 611px;
}
.manu-4 .top ul li:nth-child(odd) .box .acc .ads {
  text-align: right
}
.manu-4 .top ul li .box .acc .ads h5 {
font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 30px;
color: var(--color);
line-height: 2;
padding-bottom: 15px;
border-bottom: 1px solid var(--color);
}

.manu-4 .top ul li .box .acc .ads p {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 16px;
color:#626262;
line-height: 2;
height: 60px;
overflow: auto;
opacity: 0.7;
margin-top: 12px
}

.manu-4 .top ul li .box .acc .imga {
  width: 10%
}

/*.manu-4 .top ul li .box:hover {
  background: #FFFFFF;
box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.05);
}*/

.manu-5 {
  padding-top: 95px;
  padding-bottom: 115px;
}
.manu-5 .ui.container .factorybox {
  margin-top: 40px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 {
  margin: 0 -20px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 li {
  padding: 0 20px;
}
.custom-1 {
  padding: 90px 0;
}
.custom-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.custom-1 .top .h3 {
  width: 50%;
  padding-left: 35px;
  line-height: 1.2;
  border-left: 3px solid var(--color);
}
.custom-1 .top p {
  width: 50%;
  padding-left: 20px;
  line-height: 2;
}
.custom-1 .btm ul.list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.custom-1 .btm ul.list2 li.item {
  margin: 0 10px;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
}
.custom-1 .btm ul.list2 li.item img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-1 .btm ul.list2 li.item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom-2 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-2 .ui.container .top .left {
  padding-right: 65px;
}
.custom-2 .ui.container .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}
.custom-2 .ui.container .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-2 {
  padding-top: 90px;
  padding-bottom: 86px
}
.custom-2 h3.tit3 {
  font-family: 'Poppins-SemiBold';
font-family: 'Poppins-SemiBold';
font-size: 36px;
color: var(--color);
line-height: 1.5;
text-align: center;
padding-bottom: 50px;

}
.custom-2 .options {
  background: var(--color);
border-radius: 28px 28px 0px 0px;
}
.custom-2 .options ul {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.custom-2 .options ul li {
  position: relative;
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 20px;
color: #fff;
line-height: 2;
padding: 21px 60px;
cursor: pointer;
z-index: 11;
transition: 0.3s;
}
.custom-2 .options ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: -27px;
  width: 100%;
  height: 82px;
background: var(--color);
border-radius: 28px 28px 0px 0px;
z-index: -1;
opacity: 0;
transition: 0.3s;
}
.custom-2 .options ul li:hover,
.custom-2 .options ul li.active {
  padding-top: 5px;
  color: #fff;
}
.custom-2 .options ul li:hover::after,
.custom-2 .options ul li.active::after {
  opacity: 1
}
.custom-2 .ui.container .bottom {
  background: #FFFFFF;
box-shadow: 23px 23px 76px 0px rgba(0,0,0,0.05);
border-radius: 0px 0px 20px 20px;
  padding: 84px 106px 39px 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-2 .ui.container .bottom .left {
  padding-right: 80px;
}
.custom-2 .ui.container .bottom .left ul {
  margin: -30px;
}
.custom-2 .ui.container .bottom .left ul li {
  padding: 30px;
  text-align: center;
}
.custom-2 .ui.container .bottom .left ul li .tit4 {
  display: inline-block;
  margin-top: 25px;
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
border: 1px solid rgba(0, 0, 0, 0.7);
padding: 10px 68px;

}
.custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 2;
  margin-top: 45px;
}
.custom-2 .ui.container .bottom .right ul.list3 li.active {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
  width: 100%;
  position: relative;
  color: #666;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  
}
.custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 2;
  display: none;
  font-size: 16px;
}
.custom-3 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.custom-3 .ui.container {
  text-align: center;
}
.custom-3 .ui.container .strengthbox {
  margin-top: 55px;
}
.custom-3 .ui.container .strengthbox ul.list4 li {
  padding: 0 15px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item {
  background: #f7f7f7;
  border-radius: 5px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text {
  padding: 25px;
  text-align: center;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
  line-height: 2;
  font-weight: 400;
  margin-top: 15px;
  max-height: 116px;
  overflow-y: auto;
}

.custom-4 {
  position: relative;
}


.custom-4 .title1 .tit3 {
  font-family: 'Poppins-SemiBold';
font-size: 36px;
color: var(--color);
line-height: 2;
}

.custom-4 .title1 p {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 18px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
max-width: 1358px;
margin: 0 auto;
margin-top: 50px;
}
.custom-4 {
   padding: 80px 0;
}
.custom-4 .container .content{
  background-color: #fff;
  padding: 80px 0;
  margin-top: 60px;
  width: 100%;
  overflow-x: auto;
}
.custom-4 .container .content .container-1,
.custom-4 .container .content .container-2{
  width: 1690px;
}
.custom-4 .container-1{
  margin-bottom: 60px;
}
.custom-4 .container-1 ul li {
  padding: 0 40px;
  position: relative;
}

.custom-4 .container ul{
  display: flex;
}
.custom-4 .container ul li{
  width: 340px;
}
.custom-4 .container-1 ul li .title{
  background-color: var(--color);
  color: #fff;
  height: 160px;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom-4 .container-1 ul li::before{
  content:"\f061";
  display: block;
  font-family: 'FontAwesome';
  font-size: 30px;
  position: absolute;
  top:50%;
  transform: translate(50%,-50%);
  right: 0;
}
.custom-4 .container-1 ul li:last-child::before{
  display: none;
}
.custom-4 .container-1 ul li .title h4{
   font-size: 22px;
   font-family: 'Poppins-SemiBold';
   text-align: center;
}
.custom-4 .container-2 ul li {
  padding: 0 40px;
}
.custom-4 .container-2 ul li{
  border-right:2px solid rgba(0, 0, 0, 0.2);
}
.custom-4 .container-2 ul li:last-child{
  border-right:none;
}
.custom-4 .container ul li .img_content img{
  margin: 30px 0;
}
.custom-4 .container .box {
  text-align: center;
}
.custom-4 .container .box h5 {
  font-family: 'Poppins-SemiBold';
font-size: 20px;
color: #000000;
line-height: 2;
margin-top: 35px
}
.custom-4 .container .box p {
font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
margin-top: 15px
}
@media screen and (max-width: 1800px) {
    .gxs-1 .catebox .navbox {
    bottom: 20px;
  }
  .gxs-5 .bottom .right .morebox {
    height: 125px;
  }
  .inner-banner .top h3 {
    font-size: 48px
  }
  .footlan {
    display: none;
}

}
@media screen and (max-width: 1400px) {
  .font-48 {
    font-size: 36px;
  }
  .about-1 .center .right .h3 {
    font-size: 150px;
  }
  .inner-banner .top h3 {
    font-size: 36px
  }
  .num1 {
    max-width: 910px;
  }
  .custom-2 .options ul li:after{
    display: none;
  }
}
@media screen and (max-width: 1250px) {
   .gxs-3 .advbox ul.advlist li .item .textbox p {
    line-height: 2;
    max-height: 140px;
    overflow-y: auto;
  }
  .shouye{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .gxs-1{
    padding-bottom: 30px;
  }
  .inner-banner .top h3 {
    font-size: 32px
  }
  .gxs-5{
    padding-top: 25px;
  }
  .gxs-5 .bottom .right .morebox a.more4 {
    font-size: 20px;
  }
  .about-1 .center .right .h3 {
    font-size: 110px;
  }
  .manu-1 .manubox ul.manulist li .item .text p {
    line-height: 2;
    max-height: 120px;
    overflow-y: auto;
    color: #747474;
  }
  .manu-2 .ui.container .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .manu-4 .ui.container .left p {
    max-height: 200px;
    overflow-y: auto;
  }
  .about-1 .center .left {
    padding-left: 0;
  }
  .font-48 {
    font-size: 30px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
  }
  .font-36 {
    font-size: 28px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) {
   .gxs-1 .catebox .navbox {
    display: none;
  }
  .inner-banner .top h3 {
    font-size: 24px
  }
  .gxs-1 .catebox ul.catelist li .text {
    width: 80%;
    left: 10%;
    top: 5%;
  }
  .gxs-1 .catebox ul.catelist li .text p {
    line-height: 2;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .font-48 {
    font-size: 36px;
  }
  .font-36 {
    font-size: 28px;
  }
  .gxs-3 .advbox ul.numlist {
    position: relative;
    margin-top: 40px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-5 .bottom .left {
    width: 100%;
  }
  .gxs-5 .bottom .right {
    width: 100%;
    margin-top: 10px;
  }
  .about-1 .center .left .text {
    padding: 20px 15px;
  }
  .about-1 .center .right .h3 {
    font-size: 72px;
  }
  .about-2 .ui.container .main ul.ab2list li {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
  .about-2 .ui.container .main ul.ab2list.on li:hover {
    width: -webkit-calc(66.66% - 10px);
    width: -moz-calc(66.66% - 10px);
    width: calc(66.66% - 10px);
      border-radius: 20px;
  }
  .about-2 .ui.container .main ul.ab2list.on li {
    width: -webkit-calc(19% -10px);
    width: -moz-calc(19% -10px);
    width: calc(19% -10px);
  }
  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 55%;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 15px;
  }
  .font-30 {
    font-size: 18px;
    line-height: 2;
  }
  .custom-1 .btm ul.list2 li.item {
    width: 120px;
    height: 120px;
  }
  .manu-2 .ui.container .right {
    padding: 0 20px;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
  }
  .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }
  .solu-2 {
    top: 40px;
  }
  .manu-2 .ui.container .left {
    padding-right: 0px;
  }
   .custom-2 .ui.container .bottom .right ul.list3 li .top{
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
  
}
@media screen and (max-width: 700px) {
  .about-2 {
    display: none;
  }
  .sidebar button.email, .sidebar button.phone, .sidebar button.topup{
    display: none!important;
  }
   .gxs-1 .catebox ul.catelist li .text p {
    display: none;
  }
  .gxs-1 .catebox ul.catelist li .text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
   .gxs-2 .top .left p {
    padding-left: 0;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .gxs-2 .ui.container .bottom ul li .text {
    margin-top: 10px;
  }
  .gxs-3 .advbox ul.advlist li .item .img-box {
    width: 100%;
  }
  .gxs-3 .advbox ul.advlist li .item .textbox {
    width: 100%;
    margin-top: 20px;
  }
  .font-48 {
    font-size: 30px;
  }
  .gxs-6 .main ul.newslist li {
    width: 100%;
  }
   .gxs-2{
    background-size: 1200px;
  }
  .about-1 .center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-1 .center .left {
    width: 100%;
  }
  .about-1 .center .right {
    width: 100%;
    padding-left: 0;
  }
  .font-40 {
    font-size: 28px;
  }
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .manu-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manu-2 .ui.container .left {
    width: 100%;
  }
  .manu-2 .ui.container .right {
    width: 100%;
  }
  .font-20 {
    font-size: 14px;
  }
  .manu-4 .ui.container .left {
    width: 100%;
  }
  .manu-4 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .custom-1 .top .h3 {
    width: 100%;
  }
  .custom-1 .top p {
    width: 100%;
  }
  .custom-1 .btm ul.list2 li.item {
    width: 100px;
    height: 100px;
  }
  .manu-1 .manubox ul.manulist li {
    margin-top: 20px;
  }
  .custom-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2 .ui.container .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .top .right {
    width: 100%;
  }
 
}
@media screen and (max-width: 500px) {
   .gxs-1 .catebox .btnbox {
    display: none;
  }
  .gxs-2 .top .left {
    width: 100%;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 100%;
  }
  .gxs-6 .main ul.newslist li .btm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-6 .main ul.newslist li .item {
    padding: 20px;
  }
  .font-40 {
    font-size: 20px;
  }
  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
  .about-1 .center {
    margin-top: 0;
  }
  .font-48 {
    font-size: 24px;
  }
  .inner-page .h3.title:before {
    left: 0;
  }
  .font-36 {
    font-size: 24px;
  }
}

.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-3 .header h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 2;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}
.about-page .about-3 .header h3 em {
  color: var(--color);
}
.about-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
  padding-right: 24px;
}
.about-page .about-3 .info .single-facility {
  background: #fbfbfb;
  padding: 40px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 2;
}
.about-page .about-3 .info .single-facility:hover {
  background: #FFFFFF;
box-shadow: 14px 16px 21px 0px rgba(0,0,0,0.11);
border-radius: 20px;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
  overflow: auto;
}
.about-page .about-3 .info .single-facility span {
  display: inline-block;
  transition: 1s
}
.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 2;
  height: 130px;
  overflow: auto
}
.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
  color: var(--color);
  -webkit-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 1000px) {
    .about-page .about-3 .info ul li {
    width: 50%;
  }
    .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 .info ul {
    margin-right: 0;
  }
  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
}

.contact-page .marginBox {
  padding-top: 00px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.inner-page .form ul {
  margin: -20px -26px;
}
.inner-page .form ul li {
  padding: 20px 26px;
}
.inner-page .form ul li:nth-last-child(2){
  width:100% !important;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);

}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li textarea {
  height: 237px;
  padding-top: 21px;
}

.inner-page .form ul li input[type="submit"] {
  border-radius: 29px;
  background: var(--color);
  color: white;
  /*font-family: 'Poppins-SemiBold';*/
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li .file-upload-wrapper {
  position: relative;
  background: rgba(189,234,165,0.1);
border: 2px dashed #BDEAA5;
height: 237px;
text-align: center;
padding-top: 59px;
cursor: pointer;
}
.inner-page .form ul li .file-upload-wrapper input[type=file] {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inner-page .form ul li .file-upload-wrapper h5 {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 1;
margin: 30px 0 20px;
}

.inner-page .form ul li .file-upload-wrapper h5 i {
  font-weight: 300;
  text-decoration: underline;
}

.inner-page .form ul li .file-upload-wrapper p {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
line-height: 1;
}

@media screen and (max-width: 1600px) {
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}


.inner-page .sideLeft {
  width: 25%;
  padding-right: 20px;
  position: sticky;
  top: 120px;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  font-size: 30px;
  font-family: 'Poppins-SemiBold';
  color: #000;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list  ul > li > a{
  padding: 10px 40px 10px 20px;
  border-left: 4px solid var(--color);
  color: #000;
  display: block;
}
.inner-page .sideLeft .box .list ul li i{
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list > ul > li:hover > a,
.inner-page .sideLeft .box .list > ul > li.active > a,
.inner-page .sideLeft .box .list > ul > li > ul > li:hover > a,
.inner-page .sideLeft .box .list > ul > li > ul > li.active > a,
.inner-page .sideLeft .box .list > ul > li > ul > li > ul > li:hover > a,
.inner-page .sideLeft .box .list > ul > li > ul > li > ul > li.active > a {
  color: #fff !important;
  background-color: var(--color) !important;
}
.inner-page .sideLeft .box .list > ul > li:hover > i,
.inner-page .sideLeft .box .list > ul > li.active > i,
.inner-page .sideLeft .box .list > ul > li > ul > li:hover > i,
.inner-page .sideLeft .box .list > ul > li > ul > li.active  > i,
.inner-page .sideLeft .box .list > ul > li > ul > li > ul > li:hover > i,
.inner-page .sideLeft .box .list > ul > li > ul > li > ul > li.active  > i {
  color: #fff !important;
  top: 25px !important;
}
.inner-page .sideLeft .box .list > ul > li.active > ul,
.inner-page .sideLeft .box .list > ul > li > ul > li.active > ul{
  display: block;
}
.inner-page .sideLeft .box .list > ul > li.active > ul{
  padding: 20px;
}
.inner-page .sideLeft .box .list > ul > li.active > ul > li >ul{
  padding: 20px;
}
.inner-page .sideLeft .box .list > ul > li > ul > li a{
  font-size: 16px;
  background: #f5f5f5!important;
  color: #000!important;
}
.inner-page .sideLeft .box .list > ul > li > ul > li i{
  top:50%;
  transform: translateY(-50%);
}
.inner-page .sideLeft .box .list ul li ul li.active{
  color: var(--color);
  background: #fff;
}
.inner-page .sideLeft .img {
    display: none;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideRight {
  width: 75%;
}
.inner-page .sideRight .fenlei {
  color: var(--color);
  font-family: 'Poppins-SemiBold';
  margin-bottom: 34px;
  line-height: 2;
}
.inner-page .sideRight .content {
  line-height: 2;
}
.product-page {
  padding: 100px 0 60px;
  background: #f4f4f4;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: var(--color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 18px;
  font-family: 'Poppins-SemiBold';
  line-height: 2;
  padding: 20px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--color);
}
.productList ul li .box2 a.img {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  transition: 0.3s;
  padding: 10px 20px;
  overflow: hidden;
}
.productList ul li .box2:hover a.img {
  background: #FFFFFF;
box-shadow: 2px 3px 27px 0px rgba(0,0,0,0.03);
border-radius: 16px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 a.img .acc1 {
  position: relative;
  z-index: 11;
  transition:all 0.5s;
  border-radius: 10px;
}
.productList ul li .box2 a.img .acc2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  z-index: -1;
  transition:all 0.5s;
}
.productList ul li .box2 a.img:hover .acc1 {
  opacity: 0;
  z-index: -2;
}
.productList ul li .box2 a.img:hover .acc2 {
  opacity: 1;
  z-index: 19
}
.productList ul li .box2 .text {
padding-left: 10px;
  font-size: 16px;
  color: #0B0D0F;
  line-height: 2;
}



.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}



.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}

@media screen and (max-width: 1600px) {
  .product-page {
    padding: 20px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 0;
  }
  .inner-page .sideLeft .box .list > ul > li.active > ul {
    padding: 10px;
  }
  .inner-page .sideLeft .box .list > ul > li.active > ul > li >ul {
    padding: 0;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
  .inner-page .sideLeft .box .list > ul > li > ul > li > ul > li > a{
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
  #index-body .datashow .datashow-content ul li:nth-child(2n) {
    margin-top: -145px;
  }
  #index-body .datashow .datashow-content .home-title {
    margin-bottom: 180px;
  }

}
@media screen and (max-width: 1000px) {
   .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
    min-height: 5rem!important;
  }
  .product-page .productList ul li a.more{
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }
  .inner-page .sideRight .fenlei{
    margin-bottom: 10px;
  }
  .productList ul li .box2 a.img{
    margin: 0;
    padding: 0;
  }

}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .left {
  width: 37%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .left .smallImg {
margin-top: 21px
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul li img {
  background: #e3e3e3;
border-radius: 12px;
}

.prodet-page .prodet-1 .left .smallImg ul li.active img {
  border: 2px solid var(--color)
}

.prodet-page .prodet-1 .left .bigImg img {
  position: relative;
  display: block;
  background: #e3e3e3;
border-radius: 20px;

}
.prodet-page .prodet-1 .left .bigImg .img span {
  display: none!important;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -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;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 63%;
  padding-left: 67px;
  margin-top: 27px;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 2;
  font-family: 'Poppins-SemiBold';
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 2;
  margin: 1.8em 0 2em;
  overflow: auto;
  max-height: 250px;
}
.prodet-page .prodet-1 .right .btn{
  margin-top: 30px;
}
.prodet-page .prodet-1 .right .share {
 margin-top: 49px;
 display: flex;
 align-items: center
}
.prodet-page .prodet-1 .right .share h6 {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 2;
opacity: 0.7;
}
.prodet-page .prodet-1 .right .share .icon {
  display: flex;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .share ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .share ul li {
  margin-right: 12px
}
.prodet-page .prodet-1 .right .share a {

    width: 41px;
height: 41px;
border-radius: 50%;
border: 1px solid var(--color);
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
margin-right: 20px;
}

.prodet-page .prodet-1 .right .share a:hover {
  background: var(--color);
    color: #fff;
}

.prodet-page .prodet-1 .right .share a:hover img {
  filter: brightness(100)
}

.prodet-page .prodet-1 .right a.more {
  height: 61px;
  margin-top: 60px;
  background: var(--color);
border-radius: 31px;
font-family: 'Poppins-SemiBold';
font-family: 'Poppins-SemiBold';
font-size: 18px;
color: var(--color);
line-height: 61px;
}
.prodet-page .prodet-1 .right a.more:hover {
  background: #000;
  color: #fff
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-2 .options span {
  font-size: 20px;
  font-weight: 400;
  padding: 24px 20px;
  color: #000;
  margin-right: 35px;
  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;
  background: #EEEEEE;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
    border-radius: 10px 10px 0 0 ;
}
.prodet-page .prodet-2 .options span i {
  margin-right: 35px;
  color: rgba(0, 0, 0, 0.1)
}
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  border-bottom-color: transparent;
  color: rgba(255, 255, 255, 1);
  border-radius: 10px 10px 0 0 ;
}
.prodet-page .prodet-2 .options span.active i {
  color: rgba(255, 255, 255, 0.1);
}
.prodet-page .prodet-2 .ret {
  font-size: 18px;
  color: #242424;
  line-height: 2;
}
.prodet-page .prodet-2 .ret table{
  width: 100% !important;
}


.prodet-page .prodet-2 .ret .slide .cont-t .img {
  position: relative;
  padding-bottom: 38px;
  display: inline-block;
}

.prodet-page .prodet-2 .ret .slide .cont-t .img::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16px;
height: 16px;
background: var(--color);
border-radius: 50%;
border: 2px solid var(--color);
}

.prodet-page .prodet-2 .ret .slide .cont-t .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 76px;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2)
}

.prodet-page .prodet-2 .ret .slide .cont-t h4 {
font-family: 'Poppins-SemiBold';
font-family: 'Poppins-SemiBold';
font-size: 20px;
color: #222222;
line-height: 2;
margin-top: 40px
}

.prodet-page .prodet-2 .ret .slide .cont-t p {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 16px;
color: #0B0D0F;
line-height: 2;
opacity: 0.7;
margin-top: 20px
}

.prodet-page .prodet-2 .ret .slide .cont-b {
  margin-top: 95px;
} 

.prodet-page .prodet-2 .ret .slide .cont-b ul {
  display: flex;
  margin: 0 -20px;
}
.prodet-page .prodet-2 .ret .slide .cont-b ul li {
  padding: 0 20px;
}

.prodet-page .prodet-2 .ret .slide .cont-b .cona {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 16px;
color: #0B0D0F;
line-height: 2;
opacity: 0.7;
margin-top: 42px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) {
  padding-top: 115px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t {
  padding: 0 40px
}
.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-img {
  width: 35%;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con {
  width: 65%;
  padding-left: 85px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con h4 {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 38px;
color: #000000;
line-height: 2;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con span {
  display: block;
  margin-top: 20px;
  margin-left: -165px
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con .four-cona {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 18px;
color: #7a7a7a;
line-height: 2;
margin-top: 30px;
max-width: 100%;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con .four-btn {
  margin-top: 30px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con .four-btn a.more {
  height: 61px;
    background: var(--color);
    border-radius: 31px;
    font-family: 'Poppins-SemiBold';
    font-weight: 700;
    font-size: 18px;
    color: var(--color);
    line-height: 2;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b {
padding-top: 110px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
  width: 25%;
  margin: 15px 0
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc {
  display: flex;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc {
  padding-left: 20px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc i {
  display: inline-block;
  width: 1px;
height: 49px;
background: #334947;
margin-left: 27px;
margin-right: 35px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc h4 {
font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 20px;
color: #000000;
line-height: 2;
transition: 0.3s;
max-width: 270px;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li .four-acc span img {
  transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc {
  background: #334C49;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc span img {
  filter: brightness(100);
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc i {
  background: #fff;
}

.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li.active .four-acc h4 {
  color: #fff;
  line-height: 2;
}


.prodet-page .prodet-2 .ret .slide:nth-child(4) {
  padding-top: 82px;
}




.prodet-page .prodet-2 .ret .applic {
  margin-top: 55px;
}

.prodet-page .prodet-2 .ret .applic ul {
  margin: -17px -30px
}

.prodet-page .prodet-2 .ret .applic ul li {
  padding: 17px 30px;
  text-align: center
}

.prodet-page .prodet-2 .ret .applic ul li .img {
  margin: 0 auto;
  max-width: 342px;
}

.prodet-page .prodet-2 .ret .applic ul li h4 {
font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 20px;
color: #000000;
line-height: 2;
opacity: 0.7;
margin-top: 20px;
}

/*.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid white;
  text-align: center;
  padding: .5em;
}*/
.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 span{
  font-family: 'Poppins-SemiBold';
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.inner-page #productList 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;
  margin: 0 -30px;
  /*border-left: 1px solid #bfbfbf;*/
}
/*.inner-page #productList ul {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li {
  text-align: center;
  overflow: hidden;
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
  padding: 0 30px
}
/*.inner-page #productList ul.slick-slider {
  border-bottom: none;
}
.inner-page #productList ul.slick-slider li {
  border-bottom: 1px solid #bfbfbf;
}*/
/*.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
}*/
.inner-page #productList ul li .box {
  background: #FFFFFF;
box-shadow: 2px 3px 27px 0px rgba(0,0,0,0.03);
border-radius: 16px;
padding: 20px;
}
.inner-page #productList ul li a.img-box {
  display: block;
  
  overflow: unset;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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: 100%;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul li .btn 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-weight: 400;
  font-size: 20px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin-top: 24px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.inner-page #productList ul.slick-slider li span.h6 {
  height: 67px;
  overflow: hidden;
}
.inner-page #productList ul li a.link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: black;
  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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 2;
}
.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid white;
  line-height: 2;
}
.inner-page #productList ul li a.link em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page #productList ul li a.link em:after {
  border-color: white;
  top: 0;
  border-width: 3px;
}
.inner-page #productList ul li a.link:hover {
  background-color: var(--color);
}
.inner-page #productList ul li:hover {
  z-index: 1;
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1600px) {
    .prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  .num1 span,
  .num1 ul li h2 em {
    font-size: 32px
  }
  .num1 ul {
    padding-right: 150px;
  }
  .num1 .play {
    right: 20px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
    .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }
  .inner-page #productList ul li a.link em:after,
  .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
}
span.txt {
    font-size: 24px;
    letter-spacing: 0px;
    color: var(--color);
    text-transform: uppercase;
    display: block;
    line-height: 2;
}
@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
  .responsibility-page .responsibility-4 .accs.top .left {
    padding-left: 40px!important;
  }
  .inner-page~#footer .init-8 {
    padding-top:20px 
  }
  .prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
    width: 33.333%
  }
  .custom-2 .options ul li {
    font-size: 16px
  }
   .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 200px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
    color: #333;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
    .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 140px;
  }
    .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
    .inner-page #productList ul li span.h6 {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right .btn a:last-child button{
    margin-top: 20px;
    margin-left: 0;
  }
  .prodet-page .prodet-1 .right .share a {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 18px;
  }
 
}

/*news*/
.mb-20 {
    margin-bottom: 20px;
}

.font-30 {
    font-size: 30px;
}
.inner-page .slideBar-left {
  width: 22% !important;
  margin-bottom: 75px;
}

.inner-page .slideBar-left h3 {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 31px;
color: #000000;
line-height: 2;
padding-left: 33px;
margin-bottom: 60px;
}

.inner-page .slideBar-left h3.ac3 {
  margin-top: 105px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 10px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 22px 21px 22px 40px;
  line-height: 2;
}

.inner-page .slideBar-left .slideNav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
height: 100%;
background: var(--color);
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: var(--color);
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 78% !important;
  padding-left: 49px;
}
.inner-page .slideRight #index-body {
  margin-top: 0
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}


/*news*/
.news-page{
  padding-top: 110px;
 
}
.news-page .slideRight .i-news {
  overflow: unset !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 32px;
    text-align: center;
      display: -webkit-box;  
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden; 
  min-height: 96px;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Poppins-SemiBold';
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
     display: -webkit-box;  
  -webkit-line-clamp: 3;
  overflow: hidden; 
  min-height: 120px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 2;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 2;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}

/*newsdet-page*/
.newdet2-page {
    padding: 0 0 80px;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 48px;
    color: #0b2239;
    font-family: 'Poppins-SemiBold';
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 2;
}
.newdet2-page .content p{
  overflow-y: unset;
  max-height: unset;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}

.factory-page {
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
  z-index: 11
}

.factory-page::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  width: 518px;
  height: 968px;
  z-index: -1
}

.factory-page .about-11 .top .right {
  padding-left: 64px;
  border-bottom: none;
}
.factory-page .about-11 .top .right .top1 {
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 64px;
}
.factory-page .about-11 .top .right .top1 .img {
  width: 55%;
}
.factory-page .about-11 .top .right .top1 .con {
  width: 45%;
  padding-left: 25px;
}
.factory-page .about-11 .top .right .top1 .con h4 {
  font-family: 'Poppins-SemiBold';
font-size: 24px;
color: #000000;
line-height: 2;
margin-top: 32px;
}
.factory-page .about-11 .top .right .top1 .con span {
  display: block;
  width: 85px;
height: 4px;
background: var(--color);
margin: 22px 0
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top .righ ul {
  margin: -11px;
  margin-bottom: 45px;
}
.factory-page .top .right ul li {
  padding: 11px;
  text-align: center;
  font-size: 25px;
  font-family: 'Poppins-SemiBold';
}
.factory-page .top .right ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
 
}
.factory-page .top .right ul li:hover a,
.factory-page .top .right ul li.active a {
  background: var(--color);
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: var(--color);
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 2;
  width: 335px;
  margin: 60px auto;
}
.factory-page .more .fa {
  margin-left: 5px;
}
.factory-page .more:hover {
  background: black;
}

.factory-page .init-51 {
  position: relative;
  background: #f6f8f6;
  padding: 137px 0 64px;
  z-index: 11
}
.factory-page .init-51::after {
  content: '';
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  height: 167px;
  background: url(/lyusenfilters/2024/07/01/fac12.png) no-repeat center;
  z-index: -1
}
.factory-page .init-51 .title1 {
  position: relative;
}
.factory-page .init-51 .title1 .tit3 {
  display: initial;
  position: relative;
  font-family: 'Poppins-SemiBold';
font-family: 'Poppins-SemiBold';
font-size: 42px;
color: var(--color);
line-height: 2;
text-transform: uppercase;
padding: 42px 0;
}

.factory-page .init-51 .title1 .tit3::after {
  content: '';
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
height: 116px;
background: url(/lyusenfilters/2024/07/01/fac14.png) no-repeat center;
}
.factory-page .init-51 .title1 .tit3::before {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
height: 116px;
background: url(/lyusenfilters/2024/07/01/fac13.png) no-repeat center;
}
.factory-page .init-51 .title1 span {
  display: block;
  width: 69px;
height: 4px;
background: var(--color);
margin: 0 auto;
margin-top: 32px;
}
.factory-page .init-51 .title1 p {
font-family: 'Poppins-SemiBold';
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
max-width: 1200px;
margin: 0 auto;
margin-top: 60px;
}

.factory-page .init-51 ul li .img {
  width: 172px;
height: 172px;
background: #FFFFFF;
/*box-shadow: 23px 23px 35px 0px rgba(30,53,51,0.05);*/
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.factory-page .init-51 .top {
  margin-top: 50px
}
.factory-page .init-51 .bot {
  transform: rotate(-180deg);
}
.factory-page .init-51 .bot ul li .img {
  transform: rotate(180deg);
}
.factory-page .init-51 ul li {
  padding: 20px 0
}

.faq-page {
  padding-bottom: 300px;
  background:#FFFFFF;
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 
  padding: 0 160px;
  width: 100%;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
 
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 20px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
  .solu-4{
    display: none;
  }
}


.m-page{
  margin: 40px 0;
  width: 100%;
}

.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-content: center;
}
.m-page .wp-pagenavi a,.m-page .wp-pagenavi span{
  width: 46px;
  height: 46px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid var(--color);
  color: var(--color);
  margin: 0 10px;
  border-radius: 100%;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover{
  background: var(--color);
  color: #fff;
}
.m-page .wp-pagenavi span{
  background: var(--color);
  color: #fff;
}

#index.wrapper {
  position: relative;
  z-index: 11
}

#index.wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 956px;
  height: 1463px;
  background: url(/lyusenfilters/2024/07/04/history11.png) no-repeat center;
  z-index: -1
}

    .img-box a{
      display: inline-block;
    }
    .map iframe{
      width: 100%;
    }

    .dev_con{

  position: relative;
  padding-bottom: 170px;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.tab_time_bottom .showreel_box .view_box {
  margin-left: 55px;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  position: relative;
  width: 100px;
  font-size: 20px;
  color: rgba(50,75,73, 0.7);
  transition: all .5s ease;
  margin-right: 60px;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: var(--color);
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--color);
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  position: relative;

  width: 50px;
height: 50px;
line-height: 2;
background: var(--color);
box-shadow: 3px 3px 18px 0px rgba(0,0,0,0.26);
border-radius: 50%;
  text-align: center;
font-size: 20px;
color: #fff;
 
  left: 0;
  font-family: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;

}
.dev_tex_box > div{
  display: none;
  width: 70%;
  float: right;
  line-height: 2;
  font-size: 18px;
  margin-right: 120px;
  font-weight: 300;
  padding-bottom: 60px;
  min-height: 260px;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-family: 'rom';
  font-size: 240px;
  line-height: 2;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;

}
.time_line_case{
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
}
.time_line_case::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: url(/lyusenfilters/2024/07/03/history12.png) no-repeat center / cover
}
.time_line_box{
  width: 100%;
  position: relative;
  top: 0;
  left: 0!important;
  transition: all .5s ease;
}
.time_line_box > div{
  width: 100%!important;
  position: relative;
  font-size: 20px;
  line-height: 2;
}

.time_line_box 
.btn_time {
  position: relative;
  border-radius: 50%;

  z-index: 1;
  cursor: pointer;

}

.btn_time {
  padding: 75px 0;
}
.time_line_box .bodes::nth-child(1) .btn_time,
.time_line_box .bodes::nth-child(2) .btn_time {
  padding: 0;
}

.btn_time::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
height: 25px;
background: var(--color);
border-radius: 50%;
}

.btn_time .his-acc {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.btn_time .his-acc .his-h3 {
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 24px;
color: #000000;
line-height: 2;
padding-right: 50px;
}
.btn_time .his-acc .img {
  width: 206px;
height: 118px;
object-fit: cover;

}
.btn_time .his-acc .img img {
  width: 100%;
  height: 100%;
}
.btn_time .his-acc .his-cona {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0
}
.btn_time > span{
  position: absolute;
  left: 0%;
  margin-left: -23px;
  top: 70px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
  opacity: 0
}

.on .btn_time > span{
  opacity: 1
}

.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
/*.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;

}

/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;

}
.tab_time_bottom {
  position: relative;
  z-index: 11;
  margin-top: 60px;
}

.dev_tex_box {
  display: none;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:rgba(167,215,142, 0.3);}
.st3{
  fill-rule:evenodd;clip-rule:evenodd;
  fill: var(--color)!important;
}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: -65px;
  top: 0%;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg .acc1{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 41px!important;
  left: -43px;
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}

.on .btn_time:before {
  opacity: 0
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > .acc1{
  animation: alpha 2.25s linear infinite forwards;

}
.on .btn_time {
  position: relative;
  padding: 0;
  padding-bottom: 75px;
  
}
.on .btn_time .his-acc {
  position: relative;
  display: block;
  padding-left: 150px;
padding-top: 100px;
}

.on .btn_time .his-acc .his-h3 {
  position: absolute;
  left: 150px;
  top: 0;
  width: 100%;
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 193px;
color: #000000;
line-height: 2;
opacity: 0.05;
text-align: center;
max-width: 821px;
padding-right: 0;
z-index: 12
}
.on .btn_time .img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 429px;
  z-index: 19
}
.on .btn_time .his-acc .his-cona {
  position: static;
  opacity: 1;
  font-family: 'Poppins-SemiBold';
font-weight: 400;
font-size: 18px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
margin-top: 40px
}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}

.team-page .team-1 {
  padding: 27px 0 115px;
}
.team-page .team-1 .top ul {
  margin: -22px -35px;
}
.team-page .team-1 .top ul li {
  padding: 22px 35px;
}
.team-page .team-1 .top ul li .box {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 20px;
  transition: 0.3s;
}
.team-page .team-1 .top ul li .box .img {
  width: 32%;
}
.team-page .team-1 .top ul li .box .con {
  width: 68%;
  padding-left: 28px;
  margin-top: 23px;
}
.team-page .team-1 .top ul li .box .con h4 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.team-page .team-1 .top ul li .box .con .cona {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.7;
  margin-top: 25px;
  padding-right: 40px;
}
.team-page .team-1 .top ul li .box:hover {
  background: var(--color);
}
.team-page .team-1 .top ul li .box:hover .con h4,
.team-page .team-1 .top ul li .box:hover .con .cona {
  color: #fff;
}
.team-page .team-2 {
  padding: 135px 0 200px;
  background: url(../images/tema12.jpg) no-repeat center;
}
.team-page .team-2 .top {
  text-align: center;
}
.team-page .team-2 .top h4 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1;
}

.right_nav_list{position:fixed;
z-index:99;
margin-top: -80px;
} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:60px;height:60px;font-size:30px;background-color:#04347b;text-align:center;line-height:60px;}
.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}
.team-page .team-2 .top p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.7;
  max-width: 1043px;
  margin: 0 auto;
  margin-top: 30px;
}
.team-page .team-3 {
  padding: 145px 0 50px;
}
.team-page .team-3 .top .left {
  width: 60%;
  vertical-align: middle;
}
.team-page .team-3 .top .left ul li {
  margin-bottom: 70px;
}
.team-page .team-3 .top .left ul li .box .img {
  width: 8%;
  margin-top: 15px;
}
.team-page .team-3 .top .left ul li .box .con {
  width: 92%;
  padding-left: 45px;
}
.team-page .team-3 .top .left ul li .box .con h5 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.team-page .team-3 .top .left ul li .box .con .cona {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
  margin-top: 15px;
  max-width: 675px;
}
.team-page .team-3 .top .left ul li:last-child {
  margin-bottom: 0;
}
.team-page .team-3 .top .right {
  width: 40%;
  vertical-align: middle;
}
.down-page .about-11 .top .right {
  border-bottom: none;

  width: 100%;
  padding-left: 0
}
.dev_con .about-11 .top .right {
  padding-left: 277px
}
.down-page .about-11 .top .right ul li {
  margin-bottom: 28px;
}
.down-page .about-11 .top .right ul li .box {
  display: flex;

}
.down-page .about-11 .top .right ul li .box .img {
  height: auto;
  background: transparent;
  border-radius: 0;
  width: 10%;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down-page .about-11 .top .right ul li .box .img img {
  border-radius: 0;
}
.down-page .about-11 .top .right ul li .box .con {
  width: 90%;
  padding-left: 31px;
  display: flex;
  align-items: center;
}
.down-page .about-11 .top .right ul li .box .con .acc {
  padding: 46px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
}
.down-page .about-11 .top .right ul li .box .con .acc h5 {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
.down-page .about-11 .top .right ul li .box .con .acc a {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: #59B548;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
}
.down-page .about-11 .top .right ul li:last-child {
  margin-bottom: 0;
}

.contact1-page {
  padding: 40px 0 65px;
}
.contact1-page .contact1-1 .top ul {
  margin: 0 -45px;
}
.contact1-page .contact1-1 .top ul li {
  padding: 0 45px;
}
.contact1-page .contact1-1 .top ul li .box {
  background: #FFFFFF;
  box-shadow: 10px 39px 43px 0px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 58px 55px 50px;
}
.contact1-page .contact1-1 .top ul li .box .acc {
  display: flex;
  align-items: center;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact1-page .contact1-1 .top ul li .box .acc h4 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 24px;
  color: #242323;
  line-height: 2;
  margin-left: 42px;
}
.contact1-page .contact1-1 .top ul li .box .lianxi {
  display: flex;
  flex-wrap: wrap;
}
.contact1-page .contact1-1 .top ul li .box .lianxi p {
  font-weight: 400;
  font-size: 18px;
  color: #242323;
  line-height: 2;
  opacity: 0.6;
  width: 50%;
  margin-top: 40px;
}
.contact1-page .contact1-2 {
  margin: 65px 0;
}
.contact1-page .contact1-2 .form {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
  border-radius: 31px;
  padding: 50px 45px;
}
.contact1-page .contact1-2 .form h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 42px;
  color: #222222;
  line-height: 2;
}
.contact1-page .contact1-2 .form ul {
  margin: 0 -50px;
  margin-top: 34px;
}
.contact1-page .contact1-2 .form ul li {
  padding: 0 50px;
  margin-bottom: 17px;
}
.contact1-page .contact1-2 .form ul li input[type=text] {
  width: 100%;
  height: 80px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 1;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 40px;
}
.contact1-page .contact1-2 .form ul li label {
  display: block;
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 1;
  padding-left: 40px;
  padding-top: 36px;
}
.contact1-page .contact1-2 .form ul li textarea {
  width: 100%;
  height: 193px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  margin-top: 26px;
  padding-top: 10px;
}
.contact1-page .contact1-2 .form ul li input[type=submit] {
  width: 160px;
  height: 50px;
  background: var(--color);
  border-radius: 25px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  margin-top: 14px;
}
.contact1-page .contact1-2 .form ul li:last-child {
  margin-bottom: 0;
}
.contact1-page .contact1-3 {
  padding-top: 90px;
}
.contact1-page .contact1-3 .top .left {
  width: 53.75%;
  padding-right: 85px;
}
.contact1-page .contact1-3 .top .left .title1 h3 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 42px;
  color: #222222;
  line-height: 2;
}
.contact1-page .contact1-3 .top .left .title1 p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 2;
  opacity: 0.7;
  margin-top: 20px;
}
.contact1-page .contact1-3 .top .left .box {
  background: #f3f3f3;
  padding: 50px 32px;
  margin-top: 32px;
}
.contact1-page .contact1-3 .top .left .box ul li h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 30px;
  color: #242323;
  line-height: 2;
  margin-bottom: 22px;
}
.contact1-page .contact1-3 .top .left .box ul li p {
  font-weight: 400;
  font-size: 18px;
  color: #242323;
  line-height: 2;
  opacity: 0.6;
}
.contact1-page .contact1-3 .top .left .box ul li:last-child {
  margin-top: 75px;
}
.contact1-page .contact1-3 .top .right {
  width: 46.25%;
}
.responsibility-page .responsibility-1 {
  padding: 20px 0 90px;
}
.responsibility-page .responsibility-1 .top {
  display: flex;
  justify-content: space-between;
}
.responsibility-page .responsibility-1 .top .tit3 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #354B49;
  line-height: 2;
  text-transform: uppercase;
}
.responsibility-page .responsibility-1 .top p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  max-width: 892px;
}
.responsibility-page .responsibility-2 {
  position: relative;
  z-index: 111;
  padding-top: 80px;
}
.responsibility-page .responsibility-2 .title1 {
  text-align: center;
}
.responsibility-page .responsibility-2 .title1 h3 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #FFFFFF;
  line-height: 2;
  text-transform: uppercase;
}
.responsibility-page .responsibility-2 .title1 p {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 2;
  max-width: 841px;
  margin: 0 auto;
  margin-top: 40px;
}
.responsibility-page .responsibility-2 .list {
  margin-top: 122px;
  padding-bottom: 150px;
}
.responsibility-page .responsibility-2 .list ul li {
  transition: 0.3s;
  padding-top: 20px
}
.responsibility-page .responsibility-2 .list ul li .box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 20px 7px 70px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 80px 34px 40px;
  margin-top: 49px;
  transition: 0.5s
}
.responsibility-page .responsibility-2 .list ul li .box:hover {
  transform: translateY(-20px);
}
.responsibility-page .responsibility-2 .list ul li .box .img {
  position: absolute;
  left: 28px;
  top: -49px;
}
.responsibility-page .responsibility-2 .list ul li .box h5 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 2;
}
.responsibility-page .responsibility-2 .list ul li .box p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  margin-top: 20px;
}
.responsibility-page .responsibility-2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 514px;
  background: url(../images/responsibility11.jpg) no-repeat center / cover fixed;
  z-index: -1;
}
.responsibility-page .responsibility-3 .top.aa1 {
  margin-top: 108px;
}
.responsibility-page .responsibility-3 .top .con {
  vertical-align: bottom;
}
.responsibility-page .responsibility-3 .top .con h4 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #354B49;
  line-height: 2;
  text-transform: uppercase;
}
.responsibility-page .responsibility-3 .top .con p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  margin-top: 30px;
  max-width: 701px;
}
.responsibility-page .responsibility-3 .top .options {
  vertical-align: bottom;
  padding-left: 60px;
}
.responsibility-page .responsibility-3 .top .options ul {
  display: flex;
  justify-content: space-between;
}
.responsibility-page .responsibility-3 .top .options ul li {
  text-align: center;
  cursor: pointer;
}
.responsibility-page .responsibility-3 .top .options ul li .img {
  display: inline-block;
  position: relative;
  z-index: 11;
}
.responsibility-page .responsibility-3 .top .options ul li .img::after {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 21px;
  height: 21px;
  background: #A7D68E;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.responsibility-page .responsibility-3 .top .options ul li h6 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  margin-top: 30px;
}
.responsibility-page .responsibility-3 .top .options ul li:hover .img::after,
.responsibility-page .responsibility-3 .top .options ul li.active .img::after {
  opacity: 1;
}
.responsibility-page .responsibility-3 .bot.accs {
  padding-bottom: 86px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.responsibility-page .responsibility-3 .bot {
  margin-top: 40px;
}
.responsibility-page .responsibility-3 .bot ul li .box {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px;
}
.responsibility-page .responsibility-3 .bot ul li .box .content {
  padding-left: 40px;
  margin-top: 30px;
}
.responsibility-page .responsibility-3 .bot ul li .box .content h5 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-break: 2;
}
.responsibility-page .responsibility-3 .bot ul li .box .content p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  margin-top: 28px;
}
.responsibility-page .responsibility-4 {
  padding: 200px 0 60px;
}
.responsibility-page .responsibility-4 .top .left {
  width: 60%;
}
.responsibility-page .responsibility-4 .top .left h4 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #354B49;
  line-height: 2;
  text-transform: uppercase;
}
.responsibility-page .responsibility-4 .top .left ul li {
  margin-top: 75px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .img {
  width: 8%;
  margin-top: 15px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con {
  width: 92%;
  padding-left: 50px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con h5 {
  font-family: 'Poppins-SemiBold';
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: 2;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  margin-top: 15px;
  max-width: 670px;
}
.responsibility-page .responsibility-4 .top.accs {
  margin-top: 130px
}
.responsibility-page .responsibility-4 .top .right {
  position: relative;
  width: 40%;
}
.responsibility-page .responsibility-4 .top .right span {
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}
.responsibility-page .responsibility-4 .top .right img {
  position: relative;
  z-index: 11
}
.responsibility-page .responsibility-4 .top .right span img {
  position: relative;
  z-index: 1
}
.responsibility-page .responsibility-4 .accs.top .left {
  padding-left: 170px;
}
.responsibility-page .responsibility-5 {
  padding: 13px 0 50px;
}
.responsibility-page .responsibility-5 .title1 {
  text-align: center;
}
.responsibility-page .responsibility-5 .title1 h4 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  color: #354B49;
  line-height: 2;
  text-transform: uppercase;
}
.responsibility-page .responsibility-5 .title1 p {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  margin: 0 auto;
  max-width: 1010px;
  margin-top: 35px;
}
.responsibility-page .responsibility-5 .list {
  margin-top: 85px;
}
.responsibility-page .responsibility-5 .list .box {
  background: transparent;
  border-radius: 16px;
  padding: 33px;
  transition: 0.3s;
}
.responsibility-page .responsibility-5 .list .box h4 {
  font-family: 'Poppins-SemiBold';
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #222222;
  line-height: 2;
  margin-top: 37px;
}
.responsibility-page .responsibility-5 .list .box p {
  font-family: Myriad Pro;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 2;
  margin-top: 18px;
  opacity: 0.8;
}
.responsibility-page .responsibility-5 .list .box:hover {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
}



.st0 {
  fill: #E9EFF2;
  opacity: 0.5;
}
.st1 {
  opacity: 0.5;
  fill: rgba(167, 215, 142, 0.3);
}
.st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: var(--color) !important;
}
.titie_box_bg {
  display: inline-block;
  width: 130px;
  height: 130px;
  top: 0%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.5s ease;
}
.titie_box_bg svg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg .acc1 {
  opacity: 0.3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.time_line_box .btn_time .titie_box_bg {
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > .acc1 {
  animation: alpha 2.25s linear infinite forwards;
}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  50% {
    border-radius: 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}

.history1-page~#footer .init-8 {
padding-top: 0
}

.history1-page .about-11 {
  position: relative;
  z-index: 111
}

.history1-page {
  position: relative;
  padding-bottom: 260px;
}

.history1-page::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 956px;
height: 1463px;

}

.history1-page .top .left {
  width: 22%;
}
.history1-page .top .right {
  width: 78%;
  padding-left: 257px;
}
.history1-page .top .right .bot {
  height: 810px;
  overflow: hidden
}
.history1-page .top .right .bot ul {
  position: relative;
  z-index: 10;
}
.history1-page .top .right .bot ul .slick-list {
  padding-left: 65px!important;
}
.history1-page .top .right .bot ul li {
  position: relative;
  padding: 75px 0;
}
.history1-page .top .right .bot ul li .box {
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.history1-page .top .right .bot ul li .box h6 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 2;
  padding-right: 50px;
}
.history1-page .top .right .bot ul li .box .img {
  width: 206px;
  height: 118px;
  overflow: hidden;
  object-fit: cover;
}
.history1-page .top .right .bot ul li .box .img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.history1-page .top .right .bot ul li .box .acc {
  position: absolute;
  left: 150px;
  top: 0;
  max-width: 630px;
  width: 100%;
  opacity: 0;
}
.history1-page .top .right .bot ul li .box .acc h3 {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 193px;
  color: rgba(0, 0, 0, 0.05);
  line-height: 2;
  width: 100%;
  text-align: center;
}
.history1-page .top .right .bot ul li .box .acc .imga {
  position: relative;
  z-index: 11;
  padding-top: 95px;
}
.history1-page .top .right .bot ul li .box .acc .imga img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.history1-page .top .right .bot ul li .box .acc .cona {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 2;
  margin-top: 40px;
}
.history1-page .top .right .bot ul li .box::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: var(--color);
  border-radius: 50%;
  z-index: 12;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .box::after {
  opacity: 0;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .titie_box_bg {
  position: absolute;
  left: -65px;
  top: 20%;
  transform: scale(1);
  z-index: 11111;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center+div.slick-slide.slick-active li .acc1 {
  animation: alpha 2.25s linear infinite forwards;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .acs1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 2;
  z-index: 123;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .box h6 {
  opacity: 0;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .box .img {
  display: none;
}
.history1-page .top .right .bot ul .slick-current.slick-active +div.slick-slide.slick-active li .box .acc {
  position: relative;
  opacity: 1;
  left: 0;
}









.history1-page .top .right .bot ul::after {
  content: '';
  position: absolute;
  left: 72px;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--color);
  z-index: -1;
}
.history1-page .acs-time {
  position: relative;
  z-index: 111;
  margin-top: 60px;
  height: 50px;
  display: none;
}
.history1-page .acs-time .time {
  position: relative;
  max-width: 800px;
  padding-left: 50px;
  padding-right: 50px;
}
.history1-page .acs-time ul {
  position: static;
}
.history1-page .acs-time ul li {
  text-align: center;
}
.history1-page .acs-time ul li p {
  display: inline-block;
  position: relative;
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  font-size: 24px;
  color: rgba(50, 75, 73, 0.7);
  line-height: 2;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px
}
.history1-page .acs-time ul li p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--color);
  transition: 0.3s;
  opacity: 0;
}

.history1-page .acs-time ul li p:hover {
  color: var(--color);
}
.history1-page .acs-time ul li p:hover::after {
  opacity: 1;
}
/*.history1-page .acs-time ul li.active p {
  color: var(--color);
}
.history1-page .acs-time ul li.active p::after {
  opacity: 1;
}*/

.history1-page .acs-time ul .slick-slide.slick-current.slick-active li p {
  color: var(--color);
}
.history1-page .acs-time ul .slick-slide.slick-current.slick-active li p::after {
  opacity: 1
}
.history1-page .acs-time ul .slick-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/aca.png) no-repeat center var(--color);
  box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  font-size: 0;
  border: none;
}
.history1-page .acs-time ul .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.history1-page .acs-time ul .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}




.oem
{
    font-family: 'Poppins-SemiBold';
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    padding-right: 90px;
    margin: 0px 0 0px; 
}


 .oem h1 :hover{

   font-family: 'Poppins-SemiBold';
    font-weight: 400;
    font-size: 24px;
     color: #21A644;
    line-height: 2;
    padding-right: 90px;
    margin: 0px 0 0px; 

}
    

    @media screen and (max-width: 1320px) {
.about-11 .top .left {
  display: none!important
}
.about-11 .top .right {
  width: 100%!important;
  padding-left: 0!important
}
.num1 {
  top: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0
}
.about-2 .ui.container .main ul.ab2list li .h4 {
  left: 0;
  padding: 0 15px
}
.about-page .about-3 .info ul li {
  width: 50%
}
.about-4 {
 padding: 70px 0
}
#footer .init-8:after {
  width: 100%;
  height: 100%;
  border-radius: 0
}
#index-body .init-6:after {
  display: none
}
#footer .init-8 .top {
  padding: 50px 0
}
.responsibility-page .responsibility-1 .top {
  flex-wrap: wrap
}
.responsibility-page .responsibility-1 .top .tit3,
.responsibility-page .responsibility-1 .top p {
  width: 100%
}
.responsibility-page .responsibility-1 .top p {
  max-width: 100%!important;
  margin-top: 20px
}
.responsibility-page .responsibility-3 .top .con,
.responsibility-page .responsibility-3 .bot ul li .box .img {
  width: 100%
}
.responsibility-page .responsibility-3 .top .options,
.responsibility-page .responsibility-3 .bot ul li .box .content {
  width: 100%;
  padding-left: 0!important;
  margin-top: 30px
}
.responsibility-page .responsibility-2 .list {
  margin-top: 50px!important;
  padding-bottom: 50px!important
}
.responsibility-page .responsibility-4 .top .left {
  width: 100%!important
}
.responsibility-page .responsibility-4 .top .right {
  width: 100%!important;
  margin-top: 50px;
}
.responsibility-page .responsibility-4 .accs.top .left {
  width: 100%;
  padding-left: 0!important;
  margin-top: 40px;
}
.responsibility-page .responsibility-4 .accs.top .right {
  width: 100%
}
.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  max-width: 100%!important
}
.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  max-width: 100%!important
}
.responsibility-page .responsibility-4 .top .right span img {
  display: none
}
.responsibility-page .responsibility-4 .top.accs {
  margin-top: 60px!important
}
.manu-page .top .right .swiper-button-prev, .manu-page .top .right .swiper-button-next {
  display: none!important
}
.manu-2 .ui.container .left {
  padding-right: 0
}
.manu-2 .ui.container .right {
  padding-left: 30px;
  padding-right: 15px;
}
.manu-2 {
  padding-top: 50px
}
.manu-3 {
  padding: 50px 0
}
.prodet-page .prodet-2 .options span {
  width: 100%!important
}
.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con h4 {
  font-size: 24px
}
.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con {
  padding-left: 30px
}
.prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
  width: 50%
}
.custom-2 .options ul {
  flex-wrap: wrap;
}
.custom-2 .options ul li {
  padding: 20px 25px!important
}
.custom-2 .options ul li:after {
  height: 100%!important;
  border-radius: 0;
  top: 0;
}
.custom-2 .ui.container .bottom {
  padding: 50px 20px 50px
}
.custom-2 .ui.container .bottom .right{
  padding-left: 60px;
}
.custom-2 .ui.container .bottom .left ul {
    margin: 0;
}
.custom-4:after {
  display: none
}
.down-page {
  padding: 50px 0
}
.news-page {
  padding-top: 50px;
}
.contact1-page .contact1-1 .top ul li {
  width: 100%;
  margin: 20px 0
}
.contact1-page .contact1-3 .top .left {
  width: 100%;
  padding-right: 0;
}
.contact1-page .contact1-3 .top .right {
  width: 100%;
  margin-top: 30px;
}
}
.mt-45 {
    margin-top: 45px;
}
.why-1 {
  padding-top: 75px;
  padding-bottom: 80px;
  background: url(../images/why-bj-dec.png) center center no-repeat;
}
.why-1 .ui.container .h3{
  font-family: 'Poppins-SemiBold';
  text-align: center;
}
.why-1 .ui.container .h4{
  font-family: 'Poppins-SemiBold';
}
.why-1 .whyitem {
  padding: 60px 70px;
  border-radius: 20px;
  background: #fff;
}
.why-1 .whyitem .text {
  padding: 0 40px;
}
.yj {
  border-radius: 20px;
}
.why-1 .whyitem .text .content{
  max-height: 320px;
  overflow-y: auto;
  line-height: 2;
}
.why-1 .whyitem .btn-go{
  margin-top: 30px;
}
@media screen and (max-width: 1600px) {
  .font-36 {
    font-size: 20px;
    line-height: 36px!important;
  }
  .why-1 .whyitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .num1 ul {
    flex-wrap: wrap;
  }
  .num1 ul li {
    margin: 20px 0
  }
  .about-2 .ui.container .main ul.ab2list li .h4 {
    font-size: 20px
  }
  .responsibility-page .responsibility-1 {
    padding-bottom: 50px
  }
  .manu-2 .ui.container .left {
    width: 100%
  }
  .manu-2 .ui.container .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .manu-4 .top ul li {
    width: 100%!important;
  }
  .manu-4 .top ul .menu-logo {
    display: none
  }
   .why-1 .whyitem:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .why-1 .whyitem .column {
    width: 100%;
  }
  .why-1 .whyitem .column.img {
    margin: 20px 0;
  }
   .why-1 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 972px) {
  .num1 ul li:nth-child(1) {
    width: 100%!important
  }
  .num1 ul li {
    width: 50%
  }
  .why-1 .whyitem {
    padding: 30px 20px;
    border-radius: 20px;
    background: #fff;
  }
  .responsibility-page .responsibility-3 .top .options ul {
    flex-wrap: wrap;
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    margin-right: 20px;
  }
  .responsibility-page .responsibility-4 {
    padding: 50px 0
  }
  .manu-1 .manubox ul.manulist li .item {
    height: auto
  }
  .manu-2 .ui.container .left {
    width: 100%
  }
  .manu-2 .ui.container .right {
    width: 100%;
    padding-left: 0
  }
  .manu-3 ul {
    flex-wrap: wrap
  }
  .manu-3 ul li {
    width: 100%;
    margin: 15px 0
  }
  .factory-page .top .right ul li {
    width: 50%
  }
  .product-page .productList ul li {
    width: 50%
  }
  .prodet-page .prodet-2 .options {
    flex-wrap: wrap
  }
  .prodet-page .prodet-2 .options span {
    margin: 10px 0
  }
  .down-page .about-11 .top .right ul li .box .con .acc {
    padding: 20px;
  }
  .down-page .about-11 .top .right ul li .box .con .acc a,
  .down-page .about-11 .top .right ul li .box .con .acc h5 {
    font-size: 20px
  }
  .contact1-page .contact1-2 .form {
    padding: 20px
  }
  .contact1-page .contact1-2 .form h3,
  .contact1-page .contact1-3 .top .left .title1 h3 {
    font-size: 32px
  }
  .contact1-page .contact1-3 .top .left .box ul li h3 {
    font-size: 24px
  }
  .contact1-page .contact1-3 .top .left .box ul li:last-child {
    margin-top: 30px
  }
  .sidebar{
   
  }
}

@media screen and (max-width: 700px) {
  .num1 .play {
    display: none
  }
  .num1 ul {
    padding: 20px
  }
  .about-11 .top .right .tit2 {
    font-size: 32px
  }
  .about-page .about-3 .info ul li {
    width: 100%
  }
  .about-page .about-3 .info .single-facility h5 {
    font-size: 22px
  }
  .about-4 {
    padding: 50px 0
  }
  .history1-page .top .right .bot ul li .box .acc h3 {
    display: none;
  }
  .history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center+div.slick-slide.slick-active li .titie_box_bg {
    left: -34px
  }
  .responsibility-page .responsibility-1 .top .tit3,
  .responsibility-page .responsibility-2 .title1 h3,
  .responsibility-page .responsibility-3 .top .con h4,
  .responsibility-page .responsibility-4 .top .left h4,
  .responsibility-page .responsibility-4 .top .left h4,
  .responsibility-page .responsibility-5 .title1 h4,
  .inner-page .h3.title,
  .manu-2 .ui.container .right .h4,
  .custom-2 h3.tit3,
  .custom-4 .title1 .tit3 {
    font-size: 32px
  }
  .custom-2 h3.tit3 {
    padding-bottom: 20px
  }
  .responsibility-page .responsibility-4 .top .left ul li .box .con,
  .responsibility-page .responsibility-4 .top .left ul li .box .con {
    width: 100%;
    margin-top: 20px;
    padding-left: 0
  }
  .responsibility-page .responsibility-2 .title1 p {
    margin-top: 20px
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    margin-top: 20px;
    text-align: center
  }
  .responsibility-page .responsibility-3 .top.aa1 {
    margin-top: 30px
  }
  .responsibility-page .responsibility-3 .bot.accs {
    padding-block-end: 50px
  }
  .responsibility-page .responsibility-4 .top.accs {
    margin-top: 20px!important;
  }
  .responsibility-page .responsibility-5 .list {
    margin-top: 30px
  }
  .mbx {
    padding: 20px 0
  }
  .manu-1 .manubox ul.manulist li {
    margin-top: 0
  }
  .manu-1 .manubox {
    padding-bottom: 30px
  }
  .manu-4 .top ul li .box .acc .imga {
    display: none
  }
  .manu-4 .top ul li .box .acc .ads h5 {
    font-size: 24px
  }
  .factory-page .top .right ul li {
    width: 100%
  }
  .custom-2 {
    padding: 50px 0
  }
  .custom-4 .title1 p {
    margin-top: 20px
  }
  .custom-4 .swiper-container {
    margin-top: 30px
  }
  .down-page .about-11 .top .right ul li .box .img {
    display: none
  }
  .down-page .about-11 .top .right ul li .box .con {
    width: 100%;
    padding-left: 0
  }
  .newdet2-page {
    padding: 50px 0!important;
  }
  .contact1-page .contact1-1 .top ul li .box {
    padding: 20px;
  }
  .contact1-page .contact1-1 .top ul li .box .acc {
    padding-bottom: 20px
  }
  .contact1-page .contact1-1 .top ul li .box .lianxi p {
    width: 100%;
    margin-top: 20px;
  }
  .contact1-page .contact1-2 .form ul li input[type=text] {
    height: 60px;
    padding-left: 20px;
    font-size: 16px
  }

  .contact1-page .contact1-2 .form ul li textarea {
    height: 150px;
    padding-left: 20px;
    font-size: 16px
  }
  .contact1-page .contact1-2 .form ul li label {
    padding-left: 20px;
    font-size: 16px;
  }
  .contact1-page .contact1-3 {
    margin-top: 30px
  }
  .contact1-page .contact1-3 .top .left .box {
    padding: 30px 20px
  }
  .contact1-page .contact1-3 .top .left .box ul li {
    margin: 10px 0
  }
  .contact1-page .contact1-3 .top .left .box ul li h3 {
    margin-bottom: 15px
  }
  .responsibility-page .responsibility-4 .top .left ul li {
    margin-top: 30px
  }
  .manu-4 .top ul li .box .acc .ads {
    width: 100%
  }
  .manu-4 .top ul li .box .acc {
    padding: 30px 20px
  }
  .manu-4 .top ul li .box .acc .ads p,
  .manu-1 .manubox ul.manulist li .item .text p,
  .manu-2 .ui.container .right p {
    height: auto;
    min-height: auto
  }
  .inner-banner .top h3 {
    width: 100%
  }
  .inner-banner .top p {
    display: none
  }
  .prodet-page .prodet-2 .ret .slide:nth-child(2) {
    padding-top: 40px
  }
  .prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-img {
    width: 100%
  }
  .prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-t ul li .four-box .four-con {
    margin-top: 25px;
    width: 100%;
    padding-left: 0
  }
  .prodet-page .prodet-2 .ret .slide:nth-child(2) .content .four-b ul li {
    width: 100%
  }
  .prodet-page .prodet-3 .dots {
    display: none!important
  }
  .factory-page {
    padding: 40px 0
  }
  #footer .init-8:before {
    display: none
  }
  .why-1 .whyitem {
    padding: 30px 20px;
    border-radius: 20px;
    background: #fff;
  }
  .history1-page .top .right .bot ul .slick-list{
    padding-left: 0 !important;
  }
  .history1-page .top .right .bot ul::after {
    left: 7px;
  }
  .history1-page .top .right .bot ul li .box{
    flex-direction: column;
    align-items: flex-start;
  }
  .inner-banner .top h3 {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  
   .why-1 .whyitem .text {
    padding: 0 0px;
  }
  .num1 ul li {
    width: 100%!important
  }
  .about-11 .top .right .tit2 {
    font-size: 24px
  }
  .about-11 .top .right .cona {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px
  }
  .about-page .about-3 .info .single-facility {
    padding: 20px 15px
  }
  .about-page .about-3 .info .single-facility p {
    height: auto
  }
  .responsibility-page .responsibility-1 .top .tit3, .responsibility-page .responsibility-2 .title1 h3, .responsibility-page .responsibility-3 .top .con h4, .responsibility-page .responsibility-4 .top .left h4, .responsibility-page .responsibility-4 .top .left h4, .responsibility-page .responsibility-5 .title1 h4, .inner-page .h3.title, .manu-2 .ui.container .right .h4, .custom-2 h3.tit3, .custom-4 .title1 .tit3 {
    font-size: 24px
  }
  .custom-2 .options ul li {
    width: 50%;
  }
  .inner-page p {
    font-size: 16px!important;
    line-height: 2!important
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    width: 100%
  }
  .responsibility-page .responsibility-3 .bot ul li .box {
    padding: 20px 15px
  }
  .responsibility-page .responsibility-3 .bot ul li .box .content h5 {
    font-size: 22px
  }
  .responsibility-page .responsibility-3 .bot ul li .box .content p {
    margin-top: 15px
  }
  .responsibility-page .responsibility-3 .top .con p {
    margin-top: 15px
  }
  .responsibility-page .responsibility-5 .list .box {
    padding: 20px 15px
  }
  .manu-2 .ui.container .right p {
    height: auto
  }
  .prodet-page .prodet-1 {
    padding-top: 40px
  }
  .custom-2 .ui.container .bottom .right ul.list3 li .top {
    padding: 10px
  }
  .newdet2-page h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .contact1-page .contact1-1 .top ul li .box .acc h4 {
    font-size: 20px
  }
  .contact1-page .contact1-2 .form h3, .contact1-page .contact1-3 .top .left .title1 h3 {
    font-size: 24px
  }
  .contact1-page .contact1-3 .top .left .box ul li:last-child {
    margin-top: 20px
  }
  .contact1-page .contact1-3 .top .left .box ul li h3 {
    font-size: 20px
  }
}



    .seoPublic .title {
        font-size: 32px;
        font-family: 'Poppins-SemiBold';
        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: 30px;
        margin-bottom: 1em;
        font-family: 'Poppins-SemiBold';
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 30px;
        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: 32px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        font-family: 'Poppins-SemiBold';
    }

    .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: 30px;
        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;
        height: 50px;
        width: 160px;
        border-radius: 25px;
        font-size: 16px;
    }

    .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 {
       
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .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;
            display:none;
        }

        #cp-Nav {
            display: block;
        }

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-family: 'Poppins-SemiBold';
            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 .right div.h3 {
            font-size: 18px;
            line-height: 30px;
        }

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


  .sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.sidemenu-wrapper .sidemenu-content {
    background-color: #fff;
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}
.sidemenu-wrapper .widget form {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sidemenu-wrapper .widget form input[type='text']{
  width: 180px;
  height: 40px;
  border: none;
  padding:0 15px;
  background: #f3f3f3;
  color:#000;
  border-radius: 35px;
  margin: 5px 0;
  align-items: center;
}
.sidemenu-wrapper .widget form input[type='submit']{
  width: 140px;
  height: 40px;
  border: none;
  padding:0 15px;
  background: var(--color);
  color:#fff;
  border-radius: 35px;
  font-size: 16px;
  margin-left: 15px;
}
.widget {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
    background-color: var(--theme-color);
    margin-bottom: 24px;
    position: relative;
    border-radius: 8px;
    border: 0;
}
.th-widget-about {
    max-width: 354px;
    margin-bottom: -0.5em;
}
.th-widget-about p{
  font-size: 16px;
  line-height: 30px;
}
.th-widget-about .about-logo {
    margin-bottom: 44px;
}
.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: var(--color);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 30px 0;
}
.widget_title:after, .widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: rgba(164, 181, 186, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_title:after {
    background-color: var(--gray-color);
    width: 50px;
    height: 3px;
    border-radius: 0;
    margin-bottom: 0;
}
.th-widget-contact {
    max-width: 360px;
    margin-bottom: -0.4em;
}
.th-widget-contact .info-box_text:not(:last-child) {
    margin-bottom: 18px;
}
.th-widget-contact .info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.th-widget-contact .info-box_text .icon {
    color: var(--body-color);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 40px;
    line-height: 20px;
    border: 1px solid var(--body-color);
    border-radius: 50%;
    text-align: center;
}
.th-widget-contact .info-box_text .details {
    margin-top: -0.3em;
}
.th-widget-contact .info-box_text .details p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}
.newsletter-widget {
    max-width: 370px;
}
.th-social.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.th-social.style2 a{
  font-size: 18px;
  margin-right: 15px;
}
.header-layout1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: var(--color);
}
.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}
.th-header .menu-area {
    position: relative;
    z-index: 2;
}

.font-26 {
    font-size: 26px;
}
.design-page {
  padding-bottom: 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container {
  background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}
.design-page .init-2 .container .right .title_2 p{
  margin-top: 10px;
  font-family: 'Poppins-SemiBold';
  max-width: 580px;
  font-size: 28px;
}
.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: #005bac;
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: #005bac;
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: left;
}
.design-page .init-6 .container .tips p{
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
}
.design-page .init-6 .container .des {
  max-width: 850px;
  color: rgba(0, 0, 0, 0.8);
  margin: 40px auto 0;
}
.design-page .init-7 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  padding: 40px 60px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
  font-weight: bold;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #005bac;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005bac;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}
.zz-page span.tag {
    font-size: 20px;
    line-height: 1.4;
}
.zz-page .zz-1 {
  background: var(--color);
  padding: 106px 0 205px;
  color:#fff;
}
.zz-page .title {
    font-family: 'Poppins-SemiBold';
    font-size: 40px;
    line-height: 1.2;
}
.zz-page .zz-1 .text {
  vertical-align: middle;
}
.zz-page .zz-1 .text .title {
  margin-top: 21px;
}
.zz-page .zz-1 .text .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.zz-page .zz-1 .img {
  vertical-align: middle;
  text-align: right;
}
.zz-page .zz-2 {
  margin-top: -7%;
}
.zz-page .zz-2 ul {
  margin-right: -26px;
}
.zz-page .zz-2 ul li {
  padding-right: 26px;
  max-height: 255px;
}
.zz-page .zz-2 ul li .img-box {
  display: block;
}
.zz-page .zz-2 ul li .img-box img {
  width: 100%;
}
.zz-page .zz-2 ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -50px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.zz-page .zz-2 ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.zz-page .zz-2 ul .slick-dots li:last-child {
  margin-right: 0;
}
.zz-page .zz-2 ul .slick-dots li button {
  display: none;
}
.zz-page .zz-2 ul .slick-dots li.slick-active {
  background: var(--color);
}
.zz-page .zz-3 {
  margin-top: 173px;
}
.zz-page .zz-3 .header {
  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-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 64px;
  border-bottom: 1px solid #b8b8bc;
}
.zz-page .zz-3 .header .left {
  width: 55%;
  padding-right: 60px;
}
.zz-page .zz-3 .header .left span.tag {
  color: var(--color);
}
.zz-page .zz-3 .header .left .title {
  margin-top: 21px;
}
.zz-page .zz-3 .header .right {
  font-size: 20px;
  color: #474747;
  line-height: 1.5;
  width: 45%;
}
.zz-page .zz-3 .content {
  margin-top: 78px;
}
.zz-page .zz-3 .content ul {
  margin: 0 -52px -50px 0;
}
.zz-page .zz-3 .content ul li {
  padding: 0 52px 50px 0;
}
.zz-page .zz-3 .content ul li .ig {
  background-size: cover;
  height: 525px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.zz-page .zz-3 .content ul li .ig .desc {
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--color);
  color: var(--white);
  padding: 31px 43px 56px 32px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.zz-page .zz-3 .content ul li .ig .desc .tit {
  font-size: 25px;
  line-height: 1.5;
}
.zz-page .zz-3 .content ul li .ig .desc .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 11px;
}
.zz-page .zz-3 .content ul li .ig:hover .desc {
  opacity: 1;
}
.zz-page .about-2 {
  margin-top: 166px;
  position: relative;
}
.zz-page .about-2 ul{
  position: relative;
   z-index: 1;
}
.zz-page .about-2 ul li{
  display: flex !important;
  align-items: center;
  padding: 145px 0;
}
.zz-page .about-2 ul li .text{
  margin-left: 60px;
  width: calc(50% - 60px);
  padding-right: 60px;
  color: #fff;
}
.zz-page .about-2:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 81.25%;
    height: 100%;
    background: var(--color);
}
@media screen and (max-width: 1000px) {
  .zz-page .zz-1 {
    padding: 60px 0;
  }
  .zz-page .zz-1 .text {
    padding-right: 30px;
  }
  .zz-page .zz-1 .text .con {
    font-size: 18px;
  }
  .zz-page .zz-3 {
    margin-top: 60px;
  }
  .zz-page .zz-3 .header {
    padding-bottom: 30px;
  }
  .zz-page .zz-3 .header .left {
    padding-right: 20px;
  }
  .zz-page .zz-3 .content {
    margin-top: 40px;
  }
  .zz-page .zz-3 .content ul {
    margin: 0 -30px 30px 0;
  }
  .zz-page .zz-3 .content ul li {
    padding: 0 30px 30px 0;
  }
  .zz-page .zz-3 .content ul li .ig {
    height: 400px;
  }
  .zz-page .zz-3 .content ul li .ig .desc {
    padding: 30px 20px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .tit {
    font-size: 22px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .con {
    font-size: 18px;
  }
  .zz-page .about-2 {
    margin-top: 60px;
  }
  .custom-2 .ui.container .bottom .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .zz-page .zz-1 {
    padding: 30px 0;
  }
  .zz-page .zz-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .zz-page .zz-1 .text .title {
    margin-top: 10px;
  }
  .zz-page .zz-1 .text .con {
    margin-top: 10px;
  }
  .zz-page .zz-1 .img {
    margin-top: 20px;
    width: 100%;
  }
  .zz-page .zz-2 {
    margin-top: 30px;
  }
  .zz-page .zz-2 ul .slick-dots {
    bottom: -36px;
  }
  .zz-page .zz-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .zz-page .zz-3 .header .left {
    width: 100%;
    padding-right: 0;
  }
  .zz-page .zz-3 .header .right {
    width: 100%;
    margin-top: 10px;
  }
  .zz-page .zz-3 .content {
    margin-top: 20px;
  }
  .zz-page .zz-3 .content ul {
    margin: 0 -15px -15px 0;
  }
  .zz-page .zz-3 .content ul li {
    padding: 0 15px 15px 0;
  }
  .zz-page .zz-3 .content ul li .ig {
    height: 300px;
  }
  .zz-page .zz-3 .content ul li .ig .desc {
    padding: 20px 15px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .tit {
    font-size: 20px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .con {
    font-size: 16px;
  }
  .zz-page .about-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .zz-page .zz-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .zz-page .zz-3 .content ul li .ig .desc .tit {
    font-size: 18px;
    line-height: 1.6;
  }
  .zz-page .zz-3 .content ul li .ig .desc .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
  }
   .seoPublic .Auxil-through a {
    height: auto;
    padding: 10px 25px;
  }
}

.flex_cont {
  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;
  align-items: center;
}
.chairman-page .init-1 {
  padding: 120px 0;
}
.chairman-page .init-1 .left{
  width: 47%;
}

.chairman-page .init-1 .left img{
  width: 100%;
}

.chairman-page .init-1 .right{
  width: 47%;
  margin-left: auto;
}

.chairman-page .init-1 .right .title{
  font-family: 'Poppins-SemiBold';
  font-size: 50px;
}

.chairman-page .init-1 .right .des{
  margin-top: 20px;
  color: #777777;
}

.chairman-page .init-1 .right .list_cont{
  margin-top: 16px;
}

.chairman-page .init-1 .right .list_cont .list{
  margin-top: 20px;
  position: relative;
  padding-left: 24px;
}

.chairman-page .init-1 .right .list_cont .list .sub{
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 11px;
  left: 0;
  background: #000;
}

.chairman-page .init-1 .right img{
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .chairman-page .init-1 .left{
    width: 100%;
  }
  .chairman-page .init-1 .right{
    width: 100%;
    margin-top: 30px;
  }
}
.chairman-page .init-2 {
    padding-top: 120px;
}

.chairman-page .init-2 .list ul {
    margin: -25px;
    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;
}

.chairman-page .init-2 .list li {
    padding: 25px;
}

.chairman-page .init-2 .list .box {
    padding: 5%;
    min-height: 370px;
    background-color: var(--color);
    position: relative;
    overflow: hidden;
    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;
}

.chairman-page .init-2 .list .box i {
    display: block;
    width: 25%;
    margin: 0 auto 10%;
}
.chairman-page .init-2 .list .box .name {
    font-weight: bold;
    color: #fff;
}

.chairman-page .init-2 .list .box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color2);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.chairman-page .init-2 .list .box .mask {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10% 8% 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    background-color: var(--color);
}

.chairman-page .init-2 .list .box .mask hr {
    border: none;
    margin: 20px 0 40px;
    border-bottom: 1px solid #fff;
}

.chairman-page .init-2 .list .box .mask .text {
    color: #fff;
    line-height: 1.5;
    min-height: 6em;
    font-size: 16px;
}

.chairman-page .init-2 .list .box.on::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.chairman-page .init-2 .list .box.on .mask {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.chairman-page .init-2 .list .box.out::after {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.chairman-page .init-2 .list .box.out .mask {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.chairman-page .init-3 {
    padding: 130px 0 140px;
    background-color: #f0f9fb;
}

.chairman-page .init-3 .list {
    margin-bottom: 70px;
}

.chairman-page .init-3 .list ul {
    margin: -15px;
}

.chairman-page .init-3 .list li {
    padding: 15px;
}

.chairman-page .init-3 .line {
    height: 4px;
    background-color: #d6d6d6;
    position: relative;
}

.chairman-page .init-3 .line em {
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color2);
}

.chairman-page .init-3 .line.active em {
    width: 100%;
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    transition: 5s linear;
}

@media (max-width: 1600px) {
  .chairman-page .init-2 .list .box .name {
    font-size: 24px;
  }
  .chairman-page .init-2 .list .box .mask hr {
    margin: 20px 0;
  }
}
@media (max-width: 1400px) {
  .chairman-page .init-2 .list .box .mask .text {
    font-size: 14px;
  }
  .chairman-page .init-2 .list .box .mask {
        padding: 5%;
  }
}
@media (max-width: 1240px) {
    .chairman-page .init-2 .list .box .mask {
        padding: 20% 10% 0;
    }

    .chairman-page .init-2 .list .box .mask hr {
        margin: 20px 0;
    }

    .chairman-page .init-2 .list .box {
        min-height: 300px;
    }

    .chairman-page .init-2 .list ul {
        margin: -15px;
    }

    .chairman-page .init-2 .list li {
        padding: 15px;
    }
    .chairman-page .init-2 .list .box .name {
        font-size: 20px;
    }
    .chairman-page .init-2 .list .box .mask hr {
        margin: 10px 0;
    }
    .chairman-page .init-2 .list .box .mask {
        padding: 10% 5%;
    }
}

@media (max-width: 1024px) {
    .chairman-page .init-2 {
        padding-top: 60px;
    }

    .chairman-page .init-3 {
        padding: 60px 0;
    }

    .chairman-page .init-3 .list {
        margin-bottom: 35px;
    }
    .chairman-page .init-2 .list .box {
        min-height: 340px;
    }
    .chairman-page .init-1 .left {
      width: 100%;
      margin-bottom: 60px;
    }
    .chairman-page .init-1 .right {
      width: 100%;
      margin-left: 0;
    }
}

@media (max-width: 1000px) {
    .chairman-page .init-2 .list li {
        width: 50%;
    }
}
@media (max-width: 700px) {
    .chairman-page .init-2 .list li {
        width: 100%;
    }
}









.support-1 {
  padding-top: 100px;
}
.support-1 .desc {
  max-width: 800px;
  margin: auto;
}
.support-1 .list ul {
  margin-right: -35px;
}
.support-1 .list li {
  padding-right: 35px;
  margin-bottom: 35px;
}
.support-1 .list .box {
  position: relative;
  overflow: hidden;
}
.support-1 .list .box .text {
  background-color: #f0f9fb;
  padding: 0 20px 40px;
}
.support-1 .list .box .text i {
  position: relative;
  width:100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  text-align: center;
  background-color: #fff;
  margin: -30px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.support-1 .list .box .text i img {
  vertical-align: middle;
}
.support-1 .list .box .text p {
  color: #777777;
  max-height: 200px;
}

@media (max-width: 1000px) {
  .support-1 {
    padding-top: 60px;
  }
  .support-1 .list ul li.column{
    width: 50%;
  }
  .support-1 .list .box .text p {
    line-height: 1.6;
  }
  .font-45 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .support-1 .list ul li.column{
    width: 100%;
  }
  .font-45 {
    font-size: 24px;
  }
}
.r-d-team-1 {
    padding: 110px 0 150px;
  }
  .r-d-team-1 .tab {
    margin-top: 80px;
  }
  .r-d-team-1 .tab li {
    width: auto;
    margin: 0 4%;
    color: #777777;
  }
  .r-d-team-1 .tab li.active {
    font-weight: bold;
    color: #000000;
  }
  .r-d-team-1 .list {
    margin-top: 80px;
    position: relative;
  }
  .r-d-team-1 .list span.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .r-d-team-1 .list span.arrow:hover {
    color: #fff;
    background-color: #04347b;
  }
  .r-d-team-1 .list span.arrow.arrow_l {
    left: -60px;
  }
  .r-d-team-1 .list span.arrow.arrow_r {
    right: -60px;
  }
  .r-d-team-1 .list > div {
    height: 0;
    visibility: hidden;
  }
  .r-d-team-1 .list > div.active {
    height: auto;
    visibility: visible;
  }
  
  .r-d-team-1 .list > div.active li {
    animation: zoomIn .5s ease;
  }
  
  .r-d-team-1 .list li {
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
  }
  .r-d-team-1 .list li img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, -50px);
    -moz-transform: translate3d(0, 0, -50px);
    transform: translate3d(0, 0, -50px);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .r-d-team-1 .list .slick-active.slick-center li img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .r-d-team-2 {
    background-color: #f0f9fb;
    padding: 100px 0 130px;
    overflow: hidden;
  }
  .r-d-team-2 .list ul {
    margin: -20px;
  }
  .r-d-team-2 .list li {
    padding: 20px;
  }
  .r-d-team-2 .list .slick-list {
    overflow: unset;
    padding-right: 10%;
  }
  .r-d-team-2 .line {
    height: 4px;
    background-color: #d6d6d6;
    position: relative;
  }
  .r-d-team-2 .line em {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: var(--color2);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  @media (max-width: 1024px) {
    .r-d-team-1 {
      padding: 60px 0;
    }
    .r-d-team-1 .tab {
      margin-top: 40px;
    }
    .r-d-team-1 .list {
      margin-top: 40px;
    }
    .r-d-team-1 .list li img {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .r-d-team-1 .list ul {
      margin: -15px;
    }
    .r-d-team-1 .list li {
      padding: 15px;
    }
    .r-d-team-2 {
      padding: 60px 0;
    }
  }
  .r-d-team-3 {
    padding: 70px 0;
}

.r-d-team-3 .left .content {
    position: relative;
    padding: 63px 80px 80px;
}

.r-d-team-3 .left .content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: -160px;
    background-color: #f0f9fb;
}

.r-d-team-3 .left .arrows {
    margin-top: 30px;
    margin-right: 80px;
    position: relative;
}

.r-d-team-3 .left .arrows span.arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
}

.r-d-team-3 .left .arrows span.arrow:hover {
    color: var(--color1);
}

.r-d-team-3 .right {
    margin-top: 0px;
}


.r-d-team-4 {
    background-color: #fafafa;
    padding: 75px 0 70px
}
.r-d-team-4 .container{
  max-width: 1320px;
}
.r-d-team-4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.r-d-team-4 .top .text {
    width: 60%;
    padding-right: 60px
}

.r-d-team-4 .top .text h3 {
    font-size: 43px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 25px
}

.r-d-team-4 .top .text h5 {
    font-size: 25px;
    line-height: 40px
}

.r-d-team-4 .top .text .content {
    font-size: 18px;
    line-height: 1.9;
    margin-top: 40px
}

.r-d-team-4 .top .text .content p:not(:last-child) {
    margin-bottom: 50px
}

.r-d-team-4 .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
}

.r-d-team-4 .bottom .text {
    width: 60%;
    padding-left: 80px
}

.r-d-team-4 .bottom .text .content {
    font-size: 18px;
    line-height: 1.8
}

.r-d-team-4 .bottom .text .content p:not(:last-child) {
    margin-bottom: 60px
}

@media (max-width: 1470px) {
    .r-d-team-3 .left .content {
        padding: 60px;
    }

    .r-d-team-3 .right {
        margin-top: 60px;
    }
}

@media (max-width: 1024px) {
    .r-d-team-3 {
        padding: 35px 0;
    }
    .right_nav_list{right:15px;bottom:130px; position: fixed;}
.right_nav_list ul li{width:60px;height:60px;margin-top:5px;font-size:30px;line-height:60px}
}#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}
    .r-d-team-3 .left {
        width: 100% !important;
    }

    .r-d-team-3 .left .arrows {
        display: none;
    }

    .r-d-team-3 .right {
        width: 100% !important;
        margin-top: 0;
    }

    .r-d-team-3 .left .content::before {
        right: 0;
    }

    .r-d-team-3 .left .content {
        padding: 30px;
    }
    .r-d-team-4 .top,
    .r-d-team-4 .bottom{
      flex-wrap: wrap;
    }
    .r-d-team-4 .top .text{
      padding-right: 0;
      margin-bottom: 60px;
      width: 100%;
    }
    .r-d-team-4 .bottom .text{
      padding-left: 0;
      margin-top: 60px;
      width: 100%;
    }
    .r-d-team-4 .top .img,
    .r-d-team-4 .bottom .img{
      width: 100%;
    }
    .r-d-team-4 .top .img img,
    .r-d-team-4 .bottom .img img{
      width: 100%;
      object-fit: cover;
    }
}














































































