@font-face {
  font-family: 'Garamond';
  src: url('../fonts/Garamond.eot');
  src: url('../fonts/Garamond.eot?#iefix') format('embedded-opentype'), url('../fonts/Garamond.woff2') format('woff2'), url('../fonts/Garamond.woff') format('woff'), url('../fonts/Garamond.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #018dd7;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1730px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  padding: 19px 31px 16px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin-left: 24px;
  position: relative;
  width: 33px;
  height: 16px;
  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;
  overflow: hidden;
}
.more i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i img:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 0);
  -moz-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}
.more:hover,
.more:focus {
  background: #000;
}
.more:hover i img:first-child,
.more:focus i img:first-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, 0);
  -moz-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  transform: translate(150%, 0);
}
.more:hover i img:last-child,
.more:focus i img:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 18px 22px 17px 24px;
  border-radius: 30px;
  border: solid 1px #214a4f;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 36px;
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link i {
  margin-left: 24px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link:hover {
  border-color: var(--color);
  color: #fff;
}
.link:hover::after {
  width: 100%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.link:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 18px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  height: 100%;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 3.3em;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-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: 14px;
  background: #fff;
  top: 130%;
  left: -10px;
  width: 180px;
  -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.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-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 {
  display: block;
  float: none;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy ul {
  left: initial;
  right: 0;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.inner,
#header.active {
  top: 0;
}
#header.inner::after,
#header.active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header.inner .nav .ui.menu .more:hover,
#header.active .nav .ui.menu .more:hover {
  background: #fff;
  color: #000;
}
#header.inner .nav .ui.menu .more:hover img,
#header.active .nav .ui.menu .more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.text-color {
  color: var(--color);
}
.font {
  font-family: 'Garamond';
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 47%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner ul li .text .title {
  line-height: 1.1;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  max-width: 1020px;
  margin: 0 auto;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner .data {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}
#banner .data ul li .num {
  line-height: 1;
}
#banner .data ul li .num sub {
  margin-bottom: 3px;
}
#banner .data ul li::after {
  display: none;
}
.i-tag {
  font-size: 24px;
  display: block;
  line-height: 1.5;
}
.i-title {
  font-size: 80px;
  line-height: 1;
  font-family: 'Garamond';
  margin-top: 22px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
#index-body .i-product {
  padding: 6.3542% 0 5.3646%;
}
#index-body .i-product ul li .img-box {
  background-color: #e5e5e5;
}
#index-body .i-product ul li .img-box .i2{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
#index-body .i-product ul li .img-box:hover .i1{
  opacity: 0;
}
#index-body .i-product ul li .img-box:hover .i2{
  opacity: 1;
}
/*#index-body .i-product ul li .img-box:hover {
  background: var(--color);
}*/
#index-body .i-product ul li .title:hover {
  text-decoration: underline;
}
#index-body .i-product ul li .title{
  min-height: 101px;
}
#index-body .i-product ul li .con {
  line-height: 1.5;
}
#index-body .i-about {
  background: url(/compressedsofafactory/2026/03/17/aboutbg.jpg) no-repeat center;
  background-size: cover;
  padding: 8.073% 0 9.375%;
  color: #fff;
  z-index: 1;
}
#index-body .i-about .text {
  width: 46%;
}
#index-body .i-about .text .wz {
  width: 113px;
  height: 31px;
  border-radius: 15px;
  border: solid 1px #ffffff;
  padding-left: 14px;
}
#index-body .i-about .text .wz::before {
  content: '';
  width: 6px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 21px;
}
#index-body .i-about .text .title {
  line-height: 1.1;
  width: 90%;
}
#index-body .i-about .text .con {
  line-height: 1.6;
}
#index-body .i-about .text .con h1 {
  display: inline;
}
#index-body .i-about .text .link {
  background: transparent;
  border-color: #fff;
}
#index-body .i-about .text .link i {
  color: var(--color);
}
#index-body .i-about .text .link::after {
  background: #fff;
}
#index-body .i-about .text .link:hover {
  color: var(--color);
}
#index-body .i-about .img {
  width: 47.42%;
}
#index-body .i-about .img img {
  width: 100%;
}
#index-body .i-about .name {
  z-index: -1;
  right: 0;
  bottom: -100px;
  font-size: 240px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.15;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .i-advantage {
  padding: 7.92% 0 7.76042%;
  background: url(../images/adbg.png) no-repeat center right;
}
#index-body .i-advantage .left {
  width: 47.53%;
}
#index-body .i-advantage .left ul {
  position: relative;
  height: 572px;
}
#index-body .i-advantage .left ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 20px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}
#index-body .i-advantage .left ul li.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-advantage .right {
  width: 47.65%;
}
#index-body .i-advantage .right ul {
  border-top: 1px solid var(--color);
}
#index-body .i-advantage .right ul li {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
#index-body .i-advantage .right ul li .top {
  color: #666;
}
#index-body .i-advantage .right ul li .top .title {
  font-size: 30px;
  font-weight: bold;
  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;
  line-height: 1;
}
#index-body .i-advantage .right ul li .top .title span {
  font-size: 16px;
  color: var(--color);
}
#index-body .i-advantage .right ul li .top .tz {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  font-size: 19px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .right ul li .top .tz i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .right ul li .bottom {
  line-height: 1.5;
  color: #2a2a2a;
  padding-left: 42px;
}
#index-body .i-advantage .right ul li.active .top .title {
  color: var(--color);
}
#index-body .i-advantage .right ul li.active .top .tz {
  background: var(--color);
  color: #fff;
}
#index-body .i-advantage .right ul li.active .top .tz i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-news {
  background-color: #fff;
  padding: 4.271% 0 5.6771%;
}
#index-body .i-news ul li .ig {
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .i-news ul li .ig .img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .ig .img img {
  display: inline-block;
}
#index-body .i-news ul li .ig .text .title {
  line-height: 1.2;
  min-height: 56px;
}
#index-body .i-news ul li .ig .text .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(180, 180, 180, 0.43);
}
#index-body .i-news ul li .ig .text .con {
  line-height: 1.5;
}
#index-body .i-news ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 67, 67, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .ig:hover .img {
  opacity: 1;
}
#index-body .i-news ul li .ig:hover::after {
  background: rgba(1, 141, 215, 0.8);
}
#footer {
  background-color: #2c2c2c;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .box .left {
  width: 70%;
  padding-right: 70px;
}
#footer .box .left .title {
  font-size: 43px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 680px;
}
#footer .box .left .content {
  margin-top: 64px;
}
#footer .box .left .content .tit {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 17px;
}
#footer .box .left .content ul li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5px;
}
#footer .box .left .content ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  opacity: .4;
}
#footer .box .left .content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .left .content ul li a:hover {
  opacity: 1;
}
#footer .box .left .content ul li a:hover::after {
  width: 100%;
}
#footer .box .left .content .f-wz #ewm {
  width: 104px;
  border: 3px solid #fff;
  margin: 54px auto 0;
}
#footer .box .left .content .f-contact {
  max-width: 300px;
}
#footer .box .left .content .f-contact ul li {
  margin-bottom: 20px;
}
#footer .box .left .content .f-contact ul li em {
  font-size: 20px;
  line-height: 1.5;
}
#footer .box .left .content .f-contact ul li p {
  font-size: 16px;
  line-height: 1.4;
  opacity: .4;
}
#footer .box .left .content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .box .right {
  width: 30%;
  padding: 39px 0 0 53px;
}
#footer .box .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}
#footer .box .right ul li span {
  width: 53px;
  height: 31px;
  border-radius: 15px;
  border: solid 1px #fff;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .right ul li .text {
  padding-left: 40px;
  width: 89.55%;
}
#footer .box .right ul li .text label {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 7px;
  display: block;
}
#footer .box .right ul li .text input[type="text"] {
  width: 100%;
  height: 38px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  color: rgba(234, 234, 234, 0.34);
}
#footer .box .right ul li .text input[type="text"]::-webkit-input-placeholder {
  color: rgba(234, 234, 234, 0.34);
}
#footer .box .right ul li .text input[type="text"]:-moz-placeholder {
  color: rgba(234, 234, 234, 0.34);
}
#footer .box .right ul li .text input[type="text"]::-moz-placeholder {
  color: rgba(234, 234, 234, 0.34);
}
#footer .box .right ul li .text input[type="text"]:-ms-input-placeholder {
  color: rgba(234, 234, 234, 0.34);
}
#footer .box .right ul li .text input[type="text"]::placeholder {
  color: rgba(234, 234, 234, 0.34);
}
#footer .box .right ul li.active span {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#footer .box .right ul li:last-child {
  margin-bottom: 0;
}
#footer .box .right ul li input[type="submit"] {
  margin-left: 93px;
  border: 0;
  padding: 15px 27px 14px;
  border-radius: 4px;
  font-size: 18px;
}
#footer .box .right ul li input[type="submit"]:hover {
  background: #fff;
  color: var(--color);
}
#footer .f-copy {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  position: relative;
  color: rgba(255, 255, 255, 0.56);
  border-top: 2px solid rgba(255, 237, 221, 0.5);
  padding: 22px 0 18px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.56);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.56);
}
@media (max-width: 1680px) {
  #index-body .i-advantage .left ul {
    height: 500px;
  }
  #index-body .i-advantage .left ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 2em;
  }
}
@media (max-width: 1250px) {
  #index-body .i-about .name {
    bottom: 30%;
    font-size: 126px;
  }
  #index-body .i-news ul li .ig .text .title {
    min-height: 47px;
  }
  #index-body .i-news ul li .ig .text .bottom time,
  #index-body .i-news ul li .ig .text .bottom .name {
    padding: 6px 0;
  }
  #footer .box .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  #banner .data {
    display: none;
  }
  .i-tag {
    font-size: 20px;
  }
  .i-title {
    font-size: 60px;
  }
  .font-26,
  .font-24 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 16px;
  }
  .radius-20 {
    border-radius: 20px;
  }
  #index-body .i-about .text {
    width: 100%;
    padding: 0 0 20px;
  }
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-advantage .left {
    display: none;
  }
  #index-body .i-advantage .right {
    width: 100%;
  }
  #index-body .i-advantage .right ul li .bottom {
    padding-left: 34px;
  }
  #footer .box .left .content .f-link,
  #footer .box .left .content .f-product {
    display: none;
  }
}
@media (max-width: 700px) {
  .i-tag {
    font-size: 18px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-advantage .right ul li .top .title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .i-tag {
    font-size: 16px;
    line-height: 1.8;
  }
  .i-title {
    margin-top: 6px;
    font-size: 30px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-about .name {
    display: none;
  }
  #index-body .i-advantage .right ul li .top .title {
    font-size: 20px;
  }
  #footer .box .left .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #footer .box .left .content {
    margin-top: 20px;
  }
  #footer .box .left .content .f-wz {
    display: none;
  }
  #footer .box .right ul li .text {
    padding-left: 20px;
  }
  #footer .box .right ul li .text label {
    font-size: 17px;
    line-height: 1.7;
  }
  #footer .box .right ul li .text input[type="text"] {
    font-size: 14px;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
    padding: 12px 0 10px;
  }
}
.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 170px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 71px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  background-image: none;
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f6f6f6;
  color: black;
}
.inner-banner .ui.container{
  max-width: 1700px;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 900;
  color: var(--color);
}
.inner-banner .text .mbx { 
  font-size: 14px;
  margin-top: 12px;
  color: #666;
}
.about-page .about-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-top: 30px;
}
.about-page .about-1 .right {
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.about-page .about-1 .play {
  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%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}
.about-page .about-1 .play:hover {
  background: var(--color);
}
.about-page .about-1 .play i {
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 1.5;
  transition: .5s;
  margin-top: 10px;
  font-family: 'Montserrat';
}
.about-page .about-1 .right .data ul li:hover .num {
  color: var(--color);
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-5 {
  padding: 2% 0 0%;
}
.about-page .about-5 .content {
  margin-top: 101px;
}
.about-page .about-6 ul li {
  width: 33.3%;
  position: relative;
}
.about-page .about-6 ul li img {
  min-height: 500px;
  object-fit: cover;
}
.about-page .about-6 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px;
  color: #ffffff;
}
.about-page .about-6 ul li .text .box {
  flex: 1;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont {
  display: none;
}
.about-page .about-7 {
  position: relative;
}
.about-page .about-7 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  color: #fff
}
.about-page .about-7 .text .box {
  margin: 0 0 0 auto;
  text-align: center;
}
.about-page .about-7 .Hbtn {
  color: #fff;
  border-color: #fff;
}
.about-page .about-7 .Hbtn:hover {
  border-color: var(--color);
}
#index-body .i-why {
  background: #f5f5f5
}
#index-body .i-why .top {
  margin-bottom: 54px;
}
#index-body .i-why .top .left .i-title {
  display: inline-block;
}
#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}
#index-body .i-why .top .right {
  padding-left: 70px;
}
#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}
#index-body .i-why .top .right .des.active {
  display: block
}
#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}
#index-body .i-why .wrap .left ul {
  margin: -13px;
}
#index-body .i-why .wrap .left ul li {
  padding: 13px;
}
#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 320px;
}
#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
}
#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}
#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 45px;
}
#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
#index-body .i-why .wrap .right ul li {
  height: 664px;
}
#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage .top .btn {
  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;
}
.advantage .top .btn .more {
  position: relative;
}
.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage .header {
  text-align: left;
}
.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage2 .content ul li {
  width: 16%;
  overflow: hidden;
}
.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 480px;
}
.advantage .content ul li .ig i {
  display: block;
}
.advantage .content ul li .ig .tit {
  position: absolute;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  font-weight: 500;
}
.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  transition: all .3s linear;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage .content ul li.active {
  width: 50%;
}
.advantage .content ul li.active .box .t1 {
  line-height: 1.2;
  color: var(--color);
  font-size: 36px;
  font-weight: bold;
}
.advantage .content ul li.active .box .cont {
  margin-top: 30px;
  color: #666;
  line-height: 1.5;
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage .content ul li.active .tit {
  opacity: 0;
}
.color-66 {
    color: #666;
}
.testimonials-page .marginBox {
  text-align: center;
}
.testimonials-page .ret .list {
  margin: 0;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  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%);
  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;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}
.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 22px;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.faq-page .faq-list li h4:hover{
  background: var(--color);
  color: #fff;
}
.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}
.inner-page .m-page {
  margin-top: 5%;
  margin-bottom: 7%;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: var(--color);
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  border-color: var(--color);
}
.inner-page .m-page span.current {
  border-color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #666;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  padding: .5em 0;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 16px;
  color: #242424;
  line-height: 1.8;
  margin-top: .3em;
  display: block;
  font-weight: 500;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  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;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 1.8;
  padding: 2em;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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;
  color: #666;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 40px
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h1 {
  transition: .5s;
  line-height: 36px;
}
.news-page .sideBarLeft .list ul li .content span.h1:hover {
  color: var(--color)
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin: 1em 0 2em 0 ;
}
.newdet-page .marginBox {
  padding: 90px 6%;
}
.newdet-page .sideBarLeft time {
  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;
  color: #666;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  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;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.m-link .prev a.link img {
  margin-right: .5em;
}
.m-link .next {
  margin-left: 20px;
  width: 100%;
}
.m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.m-link a.link {
  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-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  color: #242424;
  margin-bottom: .5em;
  padding: 0;
  border: 0;
}
.m-link a.link::after{
  display: none;
}
.m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}
.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .sideBarLeft .list ul li .content .text {
    font-size: 16px;
    line-height: 1.8;
  }
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}
.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #666;
}
.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #666;
}
.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #666;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #666;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
.newsProduct .prodet-3 ul li .img-box{
  background: #fff;
}
@media (max-width: 1680px) {
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page .about-6 ul li .text {
    padding: 80px
  }
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }
  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .m-link .btnBox {
    padding: 10px;
  }
  .m-link .btnBox .text time {
    font-size: 14px;
  }
  .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-6 ul li .text {
    padding: 80px 60px
  }
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
  .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
   .testimonials-page .marginBox {
    padding: 60px 0;
  }
}
@media (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-6 ul li .text {
    padding: 80px 40px
  }
  #index-body .i-why .wrap .right {
    display: none;
  }
  #index-body .i-why .wrap .left {
    width: 100%;
  }
  #index-body .i-why {
    padding: 80px 0;
  }
  .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
   .about-page .about-6 ul li .text {
    padding: 80px 20px
  }
}
@media (max-width: 1000px) {
  .about-page .about-7 .text .box {
    width: 100%
  }
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-6 ul li {
    width: 50%;
  }
  #index-body .i-why .top .left {
    width: 100%;
  }
  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-why {
    padding: 50px 0;
  }
  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage .content ul li.active {
    width: 50%;
  }
  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
   .news-page .sideBarLeft .list ul li a.img-box img {
    height: auto !important;
  }
    .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media (max-width: 700px) {
  .about-page .about-6 {
    display: none;
  }
  .about-page .about-7>img {
    height: 320px;
    object-fit: cover;
  }
  .about-page .about-7 .text {
    bottom: 40px;
  }
  #index-body .i-why .top .right .des {
    font-size: 16px;
  }
  .advantage {
    display: none;
  }
  .wid-50 {
    width: 100%;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text{
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .m-link .btnBox a.img {
    display: none;
  }
  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-7>img {
    height: 420px
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
  .m-link .prev {
    margin-right: 10px;
  }
  .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}
.contact-page .contact-1 .left {
  width: 43%;
}
.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}
.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}
.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 3px;
  bottom: 54px;
}
.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 1.8;
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}
.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}
.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 10px;
}
.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}
.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}
.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}
.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  padding-left: 11px;
}
.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}
.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
}
.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  color: #666;
}
.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}
.contact-page .contact-1 .right ul li p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}
.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact-page .contact-2 #mapContainer {
  height: 526px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }
  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }
  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }
  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }
  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }
  .contact-page .contact-2 {
    margin-top: 80px;
  }
  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .lh-1 {
    line-height: 1.3;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }
  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }
  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }
  .contact-page .contact-2 {
    margin-top: 30px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.5%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.inner-page span.tag {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: var(--color);
    display: block;
    margin-bottom: .5em;
}
.inner-page span.h2 {
    font-size: 40px;
    line-height: 1.2;
}
.service-page .text{
  font-size: 16px;
  line-height: 1.8;
}
.service-page .text p {
  margin-top: 2em;
}
.service-page .text p strong {
  font-weight: 500;
  color: black;
}
.service-page .text p:first-child {
  margin-top: 0;
}
.service-page .service-1 {
  position: relative;
  padding: 100px 0;
}
.service-page .service-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(left bottom, #018dd7, transparent 40%);
  background-image: -moz-radial-gradient(left bottom, #018dd7, transparent 40%);
  background-image: radial-gradient(left bottom, #018dd7, transparent 40%);
  opacity: .5;
}
.service-page .service-1 .left {
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.service-page .service-1 .left span.h2 {
  font-size: 80px;
}
.service-page .service-1 .right .text {
  margin: 2em 0;
}
.service-page .service-2 {
  padding-top: 100px;
}
.service-page .service-2 span.h2 {
  display: block;
  margin-bottom: 0em;
}
.service-page .service-2 .left {
  padding-right: 5%;
}
.service-page .service-2 .left img {
  margin-bottom: -50%;
}
.service-page .service-2 .right {
  padding-top: 0%;
}
.service-page .service-2 .right span.h5 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 1.5em;
  display: block;
}
.service-page .service-2 .list {
  margin-top: 50px;
  margin-bottom: -100px;
}
.service-page .service-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .list ul li .box2 {
  padding: 50px;
  background-color: white;
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.service-page .service-2 .list ul li .box2 span.h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
  width: 100%;
}
.service-page .service-2 .list ul li .box2 .text {
  font-size: 14px;
  margin: 1.5em 0 0;
  min-height: 145px;
}
.service-page .service-2 .list ul li .box2 a.link {
  margin-top: auto;
  margin-bottom: 0;
}
.service-page .service-2 .list ul li .box2 i.tb {
  font-size: 40px;
  display: block;
  margin-top: 1em;
  width: 100%;
  margin-bottom: 0;
}
.service-page .service-3 {
  background-image: url("../images/service-3-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 200px 0 100px;
  color: white;
}
.service-page .service-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 7%;
}
.service-page .service-3 .left .play {
  width: 100px;
  height: 100px;
  font-size: 24px;
  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;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
  cursor: pointer;
}
.service-page .service-3 .right span.tag {
  color: inherit;
}
.service-page .service-3 .right span.h2 {
  margin-bottom: 0.5em;
  display: block;
}
.service-page .service-3 .right .text {
  color: inherit;
}
.service-page .service-3 .right .nav {
  font-size: 16px;
  line-height: 30px;
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: 500;
}
.service-page .service-3 .right .nav a {
  padding: .5em 1em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .right .nav a:hover {
  background-color: #c30d23;
  color: white;
}
.inner-page .faq_list ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.inner-page .faq_list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  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;
  cursor: pointer;
}
.inner-page .faq_list ul li span.h6 i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .faq_list ul li span.h6 i img {
  display: block;
}
.inner-page .faq_list ul li .text {
  font-size: 14px;
  margin-top: 1em;
  display: none;
}
.inner-page .faq_list ul li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 1700px) {
  .service-page .service-1 {
    padding: 70px 0;
  }
  .service-page .service-2 .list ul li .box2 i.tb {
    font-size: 32px;
  }
  .service-page .service-2 .right span.h5{
    font-size: 20px;
  }
  .service-page .service-1 .left span.h2{
    font-size: 70px;
  }
  .service-page .service-1 .right .text {
    margin: 1em 0;
  }
  .service-page .service-2 .list ul li .box2{
    padding: 30px;
  }
  .service-page .service-3 .right .nav {
    font-size: 14px;
    margin-top: 2em;
    padding-top: 1.5em;
  }
  .service-page .service-2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-2 .list ul li .box2 i.tb {
    font-size: 28px;
  }
  .service-page .service-1 .left span.h2{
    font-size: 52px;
  }
  .service-page .service-2 .right span.h5{
    font-size: 18px;
  }
  .service-page .service-3 .left {
          position: static;
          width: 100%;
        }
        .service-page .service-3 .right {
          width: 100%;
          margin-top: 20px;
        }
        .service-page .service-3 .left .play {
          zoom: .6;
          margin-left: 0;
        }        
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .list ul li .box2 i.tb {
    font-size: 24px;
  }
  .service-page .service-2 .list ul li .box2{
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .left span.h2{
    font-size: 40px;
  }
  .service-page .service-1 .left,
  .service-page .service-2 .left{
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .right,
  .service-page .service-2 .right{
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .service-page .service-2 .left img{
    display: none;
  }
  .service-page .service-2 .right{
    padding-top: 0;
  }
  .service-page .service-2 span.h2 {
    margin-bottom: 0;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .list ul li .box2 span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 {
    padding: 50px 0;
  }
  .service-page .service-2 .list ul li .box2 i.tb {
    font-size: 20px;
  }
  .service-page .service-1 .left span.h2{
    font-size: 32px;
  }
  .service-page .service-3 .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
    position: static;
  }
  .service-page .service-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .service-3 .left .play {
    margin-right: auto;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .left span.h2{
    font-size: 24px;
  }
  .service-page .service-1 .left span.h2{
    line-height: 44px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-3 .right .nav {
    display: block;
  }
  .service-page .service-3 .right .nav a {
    margin-bottom: .5em;
    display: inline-block;
  }
}
.product-page {
  background-color: #f2f2f2;
}
.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: #fff;
  padding: 70px 20px 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  border-radius: 10px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: bold;
  margin-bottom: 30px;
  font-family: var(--fm);
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #666;
  display: block;
  font-size: 18px;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-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);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
  width: 100%;
  border-radius: 5px;
}
.product-page .init-1 .containerC .cateCont .more::before{
  display: none;
}
.product-page .init-1 .containerC .cateCont .more:hover{
  background: #000;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: bold;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
  border-radius: 5px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: var(--color);
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
 border-radius: 5px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 20px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  font-family: jost;
  line-height: 1.8;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 30px;
  background-color: #fff;
  border-radius: 5px;
  color: #666;
  justify-content: space-between;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
  font-weight: bold;
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  /*border-right: 1px solid #ededed;*/
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 17px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page {
  background-color: #f2f2f2;
}
.prodet-page .init-1 .container .containerC .left {
  padding-right: 0;
  width: 40%;
  margin-top: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.prodet-page .init-1 .container .containerC .left h1 {
font-family: JOST;
font-weight: 700;
font-size: 28px;
color: #151515;
line-height: 1.2;
}
.prodet-page .init-1 .container .containerC .left .title {
  font-weight: bold;
}
.prodet-page .init-1 .container .containerC .left .desC .tips {
  font-weight: bold;
  color: var(--color);
  display: flex
}
.prodet-page .init-1 .container .containerC .left .desC .tips p{
  color: #434343;
  margin-right: 20px;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.prodet-page .init-1 .container .containerC .left .desC .tips p.active,
.prodet-page .init-1 .container .containerC .left .desC .tips p:hover{
    color: var(--color);
}
.prodet-page .init-1 .container .containerC .left .desC .des {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 16px;
  border-top: 1px solid #cfcfcf;
  color: #666;
  line-height: 1.8;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tbody{
  min-width: 400px;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr {
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td {
  border: none;
  padding: 10px 0;
  text-align: left !important;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td b,
.prodet-page .init-1 .container .containerC .left .desC .des table tr td strong {
  font-weight: bold;
}
.prodet-page .init-1 .container .containerC .left .more{
  border-radius: 50px;
}
.prodet-page .init-1 .container .containerC .left .des2 {
  color: #666;
}
.prodet-page .init-1 .container .containerC .left .subImg {
  display: block;
}
.prodet-page .init-1 .container .containerC .right {
  width: 60%;
  margin-top: -20px;
  padding-left: 70px;
}
.prodet-page .init-1 .container .containerC .right ul li {
  margin-top: 20px;
  width: 50%;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img {
  display: block;
  background: #fff;
  border-radius: 5px;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img img {
  width: 100%;
}
.prodet-page .init-2 .cont {
  background-color: #e9e9e9;
  padding: 20px 70px;
}
.prodet-page .init-2 .cont .list {
  margin-top: 10px;
}
.prodet-page .init-2 .cont .list .h4 {
  display: block;
  font-weight: bold;
}
.prodet-page .init-2 .cont .list .title {
  color: #9a9a9a;
}
.prodet-page .init-2 .cont .list:hover .title {
  color: var(--color);
}
.prodet-page .init-2 .cont .prev {
  padding-right: 20px;
}
.prodet-page .init-2 .cont .next {
  margin-left: auto;
  text-align: right;
}
.prodet-page .init-3{
  padding: 5% 0;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
  .about-page .about-1 .right .data ul li .num{
    font-size: 40px;
  }
}
@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .product-page .init-1 .containerC .listContC .titleC .cat {
      font-size: 20px;
      line-height: 1.6;
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 40px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
  .about-page .about-1 .right .data ul li{
    font-size: 16px;
  }
  .about-page .about-1 .right .data ul li .num{
    font-size: 30px;
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  }
  .prodet-page .init-1 .container .containerC .left {
    width: 100%;
    padding-right: 0;
    position: static;
  }
  .prodet-page .init-1 .container .containerC .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 26px;
  }
  .prodet-page .init-2 .cont .list {
    width: 100%;
    text-align: left;
  }
  .about-page .about-7 > img{
    min-height: 300px;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-1 .containerC {
    padding: 0
  }
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  }
  .prodet-page .init-2 .cont {
    padding: 10px 20px;
  }
  .product-page .init-1 .containerC .listContC .titleC form{
    display: none;
  }
  .about-page .about-7 .text{
    bottom: initial;
  }
  .font-45 {
        font-size: 30px;
    }
    .about-page .about-5 .content{
      margin-top: 30px;
    }
}
@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 100%;
  }
  .prodet-page .init-1 .container .containerC .right ul li {
    width: 50%;
    margin-top: 10px;
  }
  .about-page .about-7 .text{
    top: 36%;
  }
}
.seoPublic .text a{
  color: inherit;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-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;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  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);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-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);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
