@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-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-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');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'BlackerDisplay-Regular';
  src: url(../fonts/Blacker-Display-Regular.ttf) format('truetype'), url(../fonts/Blacker-Display-Regular.eot) format('eot'), url(../fonts/Blacker-Display-Regular.woff) format('woff'), url(../fonts/Blacker-Display-Regular.woff2) format('woff2');
}
body {
  font-family: "Poppins-Light";
  font-weight: 300;
  margin: 0 auto;
  background-color: #fff7f2;
  --color: #27477a;
  --font: 'BlackerDisplay-Regular';
  max-width: 1920px;
  --fontbold:'BlackerDisplay-Regular';
  --blue:#28477e;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1460px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active .nav .ui.menu .logo {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#header {
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  padding: 24px 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 30px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 22px;
  font-size: 20px;
  font-family: var(--font);
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#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;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: 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 #b39b80;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  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: #222;
  color: white;
}
#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 ul.sub-menu > li{
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  cursor: hand;
}
#header .nav .ui.menu .language {
  position: relative;
  margin: 0 30px;
}
#header .nav .ui.menu .language ul {
  -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: 0px;
  width: 140px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #b39b80;
  display: none \9;
  max-height: 700px;
  overflow-y: scroll;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -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 .inquiry {
  font-size: 16px;
  background-color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 37px;
  line-height: 37px;
  border-radius: 18px;
  padding: 0 20px;
  font-family: var(--font);
}
#header .nav .ui.menu .inquiry:hover {
  background-color: #5c92cb;
  color: white;
}
#header.active {
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .language > img,
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .inquiry {
  background-color: black;
  color: white;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #eb623a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #eb623a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #eb623a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.appdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 10px;
  }
  .buxianshi {
    display: none !important;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#index-body .i-about .left{
  position: relative;
}

#index-body .i-about .left .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: 110px;
  height: 110px;
  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;
}
#index-body .i-about .left .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .i-about .left .play img {
  position: relative;
  z-index: 10;
}
#index-body .i-about .right .mores {
    font-size: 20px;
    position: relative;
    margin-left: -34px;
    font-weight: 400;
}
.more{
  font-size: 20px;
  position: relative;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.more i {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #27477a;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color:#000;
    margin-right: 10px;
    overflow: hidden;
}

.more i img {
    vertical-align: middle;
    -webkit-animation: anim-arrow-forward-out .35s cubic-bezier(.104,.204,.492,1) 0s alternate forwards;
    -moz-animation: anim-arrow-forward-out .35s cubic-bezier(.104,.204,.492,1) 0s alternate forwards;
    animation: anim-arrow-forward-out .35s cubic-bezier(.104,.204,.492,1) 0s alternate forwards;
    transform: translateX(-20px);
    transition: all 0.5s;
}

.more:hover i {
    background: var(--blue);
    border: 1px solid var(--blue);
    width: 30px;
    height: 30px;
}

.more:hover i img {
    -webkit-animation: anim-arrow-forward-in .7s cubic-bezier(.104,.204,.492,1) 0s 1 forwards;
    -moz-animation: anim-arrow-forward-in .7s cubic-bezier(.104,.204,.492,1) 0s 1 forwards;
    animation: anim-arrow-forward-in .7s cubic-bezier(.104,.204,.492,1) 0s 1 forwards;
    transform: translateX(0px);
}
/*.more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 20px;
  margin-left: 15px;
  padding-bottom: 3px;
}
.more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: black;
}
.more::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #28477e;
}*/
@-webkit-keyframes rot {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes rot {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rot {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 50%;
  top: 31%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
}
#banner ul li .content .left {
  width: 58%;
}
#banner ul li .content .left .h2 {
  font-size: 83px;
  line-height: 1.1;
}
#banner ul li .content .left p {
  font-size: 16px;
  line-height: 23px;
  margin-top: 22px;
  margin-bottom: 90px;
}
#banner ul li .content .left a::after {
  background-color: white;
}
#banner ul li .content .left a::before {
  border-color: white;
}
#banner ul li .content .right {
  width: 42%;
  margin-top: 20%;
  text-align: right;
}
#banner ul li .content .right .img {
  margin-left: auto;
  display: inline-block;
}
#banner ul li .content .right .play {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner ul li .content .right .play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 141px;
  height: 142px;
  background: url(../images/banner-play-bg.png) no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rot 20s .3s linear infinite;
  -moz-animation: rot 20s .3s linear infinite;
  animation: rot 20s .3s linear infinite;
}
#banner ul .slick-active li .left {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#banner ul .slick-active li .right {
  -webkit-animation: 1s 0.6s fadeInRight both;
  -moz-animation: 1s 0.6s fadeInRight both;
  animation: 1s 0.6s fadeInRight both;
}
.mt-60 {
  margin-top: 60px;
}
.mb-30 {
  margin-bottom: 30px;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
#banner ul li .content .left .h2 {
  font-family: 'BlackerDisplay-Regular';
  font-size: 83px;
  line-height: 1.1;
}
.flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body {
  overflow: hidden;
}
#index-body .i-about {
  padding: 230px 0 80px;
}
#index-body .i-about .right {
  padding-left: 145px;
  vertical-align: middle;
}
#index-body .i-about .right .title {
  font-size: 60px;
  font-family: var(--font);
}
#index-body .i-about .right .content {
  font-size: 16px;
  line-height: 2;
  margin: 22px 0 56px;
  font-weight: normal;
}

#index-body .i-about .right .mores {
    font-size: 20px;
    position: relative;
    margin-left: -34px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

#index-body .i-about .right .mores i {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #27477a;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 8px;
}

#index-body .i-about .right .mores i img {
    vertical-align: middle;
    -webkit-animation: anim-arrow-forward-out .35s cubic-bezier(.104,.204,.492,1) 0s alternate forwards;
    -moz-animation: anim-arrow-forward-out .35s cubic-bezier(.104,.204,.492,1) 0s alternate forwards;
    animation: anim-arrow-forward-out .35s cubic-bezier(.104,.204,.492,1) 0s alternate forwards
}

#index-body .i-about .right .mores:hover i {
    background: var(--blue);
    border: 1px solid var(--blue);
    width: 30px;
    height: 30px
}

#index-body .i-about .right .mores:hover i img {
    -webkit-animation: anim-arrow-forward-in .7s cubic-bezier(.104,.204,.492,1) 0s 1 forwards;
    -moz-animation: anim-arrow-forward-in .7s cubic-bezier(.104,.204,.492,1) 0s 1 forwards;
    animation: anim-arrow-forward-in .7s cubic-bezier(.104,.204,.492,1) 0s 1 forwards
}
#index-body .i-application {
  padding-top: 100px;
  padding-bottom: 190px;
}
#index-body .i-application .h2 {
  margin-bottom: 50px;
  font-size: 60px;
  font-family: var(--font);
}
#index-body .i-application .left {
  width: 30%;
  vertical-align: bottom;
  padding-right: 50px;
}
#index-body .i-application .left .slick-track {
  padding-top: 30px;
}
#index-body .i-application .left .img {
  display: none;
}
#index-body .i-application .left .h3 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application .left .h3 i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -20px;
  font-weight: normal;
}
#index-body .i-application .left .txt {
  font-size: 16px;
  line-height: 2;
  margin-top: 250px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-application .left .slick-current .h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-application .left .slick-current .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-application .center {
  width: 40%;
  vertical-align: bottom;
}
#index-body .i-application .center ul {
  position: relative;
}
#index-body .i-application .center ul .slick-slide {
  opacity: 1 !important;
}
#index-body .i-application .center ul li.active a {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .i-application .center ul li.other {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 0%, 0 0%);
  clip-path: polygon(0 0, 0% 0, 0% 0%, 0 0%);
}
#index-body .i-application .center ul li {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
#index-body .i-application .center ul li a {
  display: block;
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  position: relative;
  z-index: 100;
}
#index-body .i-application .center ul li img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(1deg) scale(2, 2);
  -moz-transform: rotate(1deg) scale(2, 2);
  -ms-transform: rotate(1deg) scale(2, 2);
  transform: rotate(1deg) scale(1, 1);
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-application .center ul li:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .i-application .center ul li.active {
  z-index: 1;
  visibility: visible;
}
#index-body .i-application .center ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-application .center.on ul .slick-current li {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 1;
  visibility: visible;
}
#index-body .i-application .center.on ul .slick-current + div li {
  z-index: 1;
  visibility: visible;
}
#index-body .i-application .center.on ul .slick-current + div li img {
  -webkit-transform: rotate(0deg) scale(1, 1);
  -moz-transform: rotate(0deg) scale(1, 1);
  -ms-transform: rotate(0deg) scale(1, 1);
  transform: rotate(0deg) scale(1, 1);
}
#index-body .i-application .right {
  width: 30%;
  vertical-align: bottom;
  text-align: right;
}
#index-body .i-application .right span {
  cursor: pointer;
}
#index-body .i-application .right .prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-application .right .next {
  margin-left: 45px;
}
#index-body .i-product {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}
#index-body .i-product .ui.container {
  z-index: 2;
}
#index-body .i-product .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: 85px;
}
#index-body .i-product .top .column {
  width: auto;
}
#index-body .i-product .top .btn{
  position: absolute;
  right: 0;
  top:0;
}
#index-body .i-product .top .h2 {
  line-height: 1.1;
}
#index-body .i-product .top .center ul li {
  font-size: 20px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  line-height: 1.8;
}
#index-body .i-product .top .center ul li::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .top .center ul li.active,
#index-body .i-product .top .center ul li:hover {
  opacity: 1;
}
#index-body .i-product .top .center ul li.active::after,
#index-body .i-product .top .center ul li:hover::after {
  opacity: 1;
}
#index-body .i-product .bottom .left {
  width: 40%;
  padding-left: 100px;
}
#index-body .i-product .bottom .right {
  width: 60%;
  padding-left: 170px;
  padding-top: 125px;
}
#index-body .i-product .bottom .right .box .btn {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .i-product .bottom .right .h3 {
  font-size: 43px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
#index-body .i-product .bottom .right .txt {
  max-width: 450px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  margin-top: 145px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-product .bottom .right .box.active .h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-product .bottom .right .box.active .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-product .circle {
  position: absolute;
  left: 152px;
  top: 42%;
  width: 175px;
  height: 175px;
  border: 1px solid #e0d4c6;
  border-radius: 100%;
}
#index-body .i-product .circle i {
  display: inline-block;
  border: 1px solid #e0d4c6;
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-animation: circle 2s ease-out infinite;
  -moz-animation: circle 2s ease-out infinite;
  animation: circle 2s ease-out infinite;
}
#index-body .i-product .circle i:nth-child(2) {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#index-body .i-product .circle i:nth-child(3) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-product .circle .text {
  font-size: 20px;
  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%);
  text-align: center;
}
#index-body .i-product .circle .text .line {
  width: 28px;
  height: 1px;
  background-color: #b6b3ae;
  margin-bottom: 4px;
}
#index-body .i-product2 {
  padding-bottom: 165px;
}
#index-body .i-product2 .h2,
#index-body .i-product .h2 {
  font-size: 60px;
  font-family: var(--font);
}
#index-body .i-product2 .content {
  font-size: 16px;
  max-width: 770px;
  margin-bottom: 60px;
  line-height: 2;
}
#index-body .i-product2 ul {
  margin: 0 -10px;
}
#index-body .i-product2 ul .slick-dots{
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
#index-body .i-product2 ul .slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 6px;
  transition: all 0.5s;
}
#index-body .i-product2 ul .slick-dots li.slick-active{
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .i-product2 ul .slick-dots li button{
  display: none;
}

#index-body .i-product2 ul li {
  padding: 0 10px;
}
#index-body .i-product2 ul li .box {
  position: relative;
}
#index-body .i-product2 ul li .box .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(37, 61, 105, 0.82);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 25px 20px;
}
#index-body .i-product2 ul li .box .hover .txt {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
#index-body .i-product2 ul li .box .hover .arrow {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  background-color: white;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 50%;
  top: 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);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product2 ul li .box .hover .arrow img {
  vertical-align: middle;
  margin: auto;
  margin-top: 38px;
}
#index-body .i-product2 ul li .box:hover .hover {
  opacity: 1;
}
#index-body .i-product2 ul li .box:hover .hover .arrow {
  -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);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body .i-news {
  background-color: #fff7f2;
  padding: 100px 0;
}
#index-body .i-news .i-news-content .h2 {
  font-size: 60px;
  font-family: var(--font);
}
#index-body .i-news .i-news-content .content {
  font-size: 16px;
  max-width: 770px;
  margin-bottom: 60px;
}
#index-body .i-news .i-news-content ul {
  margin: 60px -45px 0;
}
#index-body .i-news .i-news-content ul li {
  padding: 0 45px;
  cursor: pointer;
}
#index-body .i-news .i-news-content ul li .box .date {
  margin-bottom: 15px;
}
#index-body .i-news .i-news-content ul li .box .date span {
  font-size: 17px;
}
#index-body .i-news .i-news-content ul li .box h4 {
  font-size: 22px;
  font-family: var(--font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-news .i-news-content ul li .box h4:hover {
  color: var(--color);
}
#index-body .i-news .i-news-content ul li .box p {
  height: 90px;
  font-size: 18px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
#index-body .i-news .i-news-content ul li .box .more {
  margin-left: 0;
  font-size: 17px;
}
#index-body .i-news .i-news-content ul li .box .more:before {
  display: none;
}
#index-body .i-sus {
  background-color: #212721;
  position: relative;
  overflow: hidden;
}
#index-body .i-sus .imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 115px;
}
#index-body .i-sus .imgbox .left {
  width: 30%;
}
#index-body .i-sus .imgbox .left .img:nth-child(1) {
  margin-bottom: 50px;
}
#index-body .i-sus .imgbox .center {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#index-body .i-sus .imgbox .center .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
#index-body .i-sus .imgbox .center .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-sus .content {
  z-index: 3;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-sus .content .ui.container {
  height: 100%;
}
#index-body .i-sus .content .top {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
#index-body .i-sus .content .h2 {
  font-size: 160px;
  font-family: var(--font);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#index-body .i-sus .content .txt {
  font-size: 16px;
  line-height: 1.8;
  width: 40%;
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-sus .content .more {
  position: absolute;
  bottom: 40px;
  right: 0;
}
#index-body .i-sus .content .more i {
  border: 1px solid #fff;
}
#index-body .i-sus .content .more:hover i {
  border: 1px solid var(--blue);
}
#footer {
  background-color: #fff;
}
#footer .userinfo {
  height: 525px;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  color: white;
  padding-top: 70px;
}
#footer .userinfo .h2 {
  font-size: 30px;
  font-family: var(--font);
}
#footer .userinfo .txt {
  font-size: 16px;
  margin-bottom: 35px;
}
#footer .userinfo form {
  width: 100%;
}
#footer .userinfo form 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 -28px;
}
#footer .userinfo form ul li {
  width: 33.3333%;
  padding: 0 28px;
  margin-bottom: 40px;
}
#footer .userinfo form ul li input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid white;
  color: #fff;
  padding: 0 18px;
  font-size: 16px;
}
#footer .userinfo form ul li input::-webkit-input-placeholder {
  color: white;
}
#footer .userinfo form ul li input::-moz-placeholder {
  color: white;
}
#footer .userinfo form ul li input:-moz-placeholder {
  color: white;
}
#footer .userinfo form ul li input:-ms-input-placeholder {
  color: white;
}
#footer .userinfo form ul li textarea::-webkit-input-placeholder {
  color: white;
}
#footer .userinfo form ul li textarea {
  width: 100%;
  height: 115px;
  background-color: transparent;
  border: 1px solid white;
  color: #fff;
  padding: 18px;
  font-size: 16px;
}
#footer .userinfo form ul li input[type='submit'] {
  color: var(--color);
  font-family: 'Poppins-Medium';
  background-color: white;
  border: none;
  font-size: 16px;
  padding: 10px 40px;
}
#footer .userinfo form ul li:nth-child(n+4) {
  width: 100%;
}
#footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0;
}
#footer .wrap ul li {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  margin-bottom: 10px;
}
#footer .wrap ul li a {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
}
#footer .wrap ul li a:hover {
  color: var(--color);
}
#footer .wrap h4 {
  font-size: 24px;
  font-family: var(--font);
  margin-bottom: 10px;
}
#footer .wrap .f-logo {
  max-width: 425px;
}
#footer .wrap .f-logo .h2 {
  font-size: 44px;
  font-family: var(--font);
}
#footer .wrap .f-logo .txt {
  font-size: 14px;
}
#footer .wrap .f-logo .btn:hover {
  background-color: var(--color);
  color: white;
}
#footer .wrap .f-logo .btn:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer .wrap .f-logo .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 40px 0 90px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#footer .wrap .f-logo .btn span {
  font-size: 17px;
  font-family: var(--font);
  margin-right: 20px;
}
#footer .wrap .f-logo .btn img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .wrap .two {
  max-width: 360px;
}
#footer .wrap .two 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;
  margin-bottom: 15px;
}
#footer .wrap .two ul li:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .wrap .two ul li:last-child span {
  margin-top: -5px;
}
#footer .wrap .two ul li span {
  display: inline-block;
  margin-left: 10px;
}
#footer .wrap .two .box {
  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;
  margin-top: 60px;
}
#footer .wrap .two #ewm {
  display: inline-block;
  width: 115px;
  height: 115px;
  border: 5px solid white;
  vertical-align: bottom;
}
#footer .wrap .two .share {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 45px;
}
#footer .wrap .two .share a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid black;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}
#footer .wrap .two .share a:last-child {
  margin-right: 0;
}
#footer .wrap .two .share a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#footer .f-copy {
  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;
  background-color: #f6f4f2;
  height: 45px;
}
#footer .f-copy .container {
  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;
  font-size: 16px;
}
#footer .f-copy .container a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#footer .f-copy .container a img {
  height: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    max-width: 1350px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 30px;
  }
  #banner ul li .content .left .h2 {
    font-size: 70px;
  }
  #banner ul li .content .right {
    margin-top: 9%;
  }
  #index-body .i-product .circle {
    width: 140px;
    height: 140px;
    left: 18px;
  }
  #index-body .i-product .bottom .right .txt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    max-width: 1150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #index-body .i-about .right {
    padding-left: 100px;
  }
  #index-body .i-about .right .content {
    margin: 0px 0 30px;
  }
  #index-body .i-about .right .title {
    font-size: 48px;
  }
  #banner ul li .content .left .h2 {
    font-size: 52px;
  }
  #banner ul li .content .right .img {
    width: 80%;
  }
  #index-body .i-application .left .txt {
    margin-top: 120px;
  }
  #index-body .i-product .bottom .right {
    padding-left: 100px;
    padding-top: 30px;
  }
  #index-body .i-sus .content .h2 {
    font-size: 80px;
  }
  #footer .wrap{
    flex-wrap: wrap;
  }
  #footer .wrap .one,
  #footer .wrap .two{
    max-width: 50%;
    width: 50%;
  }
  #footer .wrap .f-logo{
    margin-bottom: 60px;
  }
  #footer .wrap .f-logo .btn{
    margin: 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  #index-body .i-about .grid-box{
    flex-direction: column;
    justify-content: center;
  }
  #index-body .i-about .left,
  #index-body .i-about .right{
    width: 100%;
  }
  #index-body .i-about .left{
    margin-bottom: 60px;
  }
  #index-body .i-about .right {
    padding-left: 50px;
  }
  #banner ul li .content .left p {
    margin-bottom: 35px;
  }
  #banner ul li .content .left .h2 {
    font-size: 42px;
  }
  #index-body .i-about .right {
    padding-left: 75px;
  }
  #index-body .i-about {
    padding-top: 100px;
  }
  #index-body .i-application {
    padding-top: 40px;
  }
  #index-body .i-product .bottom .right {
    padding-left: 30px;
    padding-top: 0;
  }
  #index-body .i-product .bottom .right .txt {
    margin-top: 10px;
  }
  #index-body .i-product2 ul li .box .hover {
    padding: 15px;
  }
  #index-body .i-product2 ul li .box .hover .txt {
    font-size: 15px;
    line-height: 22px;
  }
  #index-body .i-sus .content .txt {
    width: 55%;
  }
  #footer .wrap .two {
    max-width: 390px;
  }
  #footer .wrap .two ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner{
    margin-top: 40px;
  }
  #banner ul li .content .left .h2 {
    font-size: 32px;
  }
  #banner ul li .content {
    top: 21%;
  }
  #banner ul li .content .right .play {
    zoom: 0.8;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i-about .right .mores {
    margin-left: 0;
  }
  #index-body .i-application .left {
    width: 50%;
  }
  #index-body .i-application .center {
    width: 50%;
  }
  #index-body .i-application .right {
    width: 100%;
  }
  #index-body .i-product .circle {
    zoom: 0.6;
  }
  #index-body .i-product .bottom .right .h3 {
    font-size: 30px;
  }
  #index-body .i-sus {
    display: none;
  }
  #index-body .i-product2 {
    padding-bottom: 60px;
  }
  #footer .wrap .one {
    display: none;
  }
  #footer .wrap .two .share {
    margin-left: 12px;
  }
  #index-body .i-about .right .title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  #index-body .i-application .right {
    margin-top: 30px;
  }
  #index-body .i-product .bottom .right .box .btn{
    top:unset;
    left: 0;
    right:unset;
    bottom:-45px;
  }
  #index-body .i-product2 .h2,
  #index-body .i-product .h2 
  #index-body .i-news .i-news-content .h2,
  #index-body .i-application .h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #footer .wrap .f-logo {
    max-width: 100%;
    width: 100%;
  }
  #footer .wrap .two {
    max-width: 100%;
    width: 100%;
  }
  #footer .f-copy {
    height: auto;
    padding: 15px 0;
  }
  #footer .f-copy .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner ul li .content .right {
    display: none;
  }
  #banner ul li .content .left {
    width: 100%;
  }
  #banner ul li .content .left p {
    display: none;
  }
  #banner ul li .content .left .h2 {
    margin-bottom: 12px;
  }
  #index-body .i-application .left .slick-current .h3 {
    transform: translateY(30px);
    font-size: 30px;
  }
  #index-body .i-application .left .txt {
    margin-top: 35px;
  }
  #index-body .i-application .center {
    display: none;
  }
  #index-body .i-application .left .img {
    display: block;
  }
  #index-body .i-application .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-application {
    padding-bottom: 90px;
  }
  #index-body .i-product .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-product .top .column {
    width: 100%;
  }
  #index-body .i-product .top .h2 br {
    display: none;
  }
  #index-body .i-product .top .center {
    margin-top: 20px;
  }
  #index-body .i-product .top .more {
    position: absolute;
    right: 15px;
    top: 70px;
  }
  #index-body .i-application,
  #index-body .i-product{
    display: none;
  }
  #index-body .i-product .bottom .left {
    width: 100%;
  }
  #index-body .i-product .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-product {
    padding-bottom: 60px;
  }
  #index-body .i-news {
    padding: 60px 0 70px;
  }
  #index-body .i-news ul li .left .h4 {
    font-size: 20px;
  }
  #index-body .i-news ul li .center {
    width: 100%;
    margin: 12px 0;
  }
  #index-body .i-news ul li .left {
    width: 100%;
  }
  #index-body .i-news .more {
    right: 15px;
  }
  #index-body .i-news ul li .right {
    width: 100%;
    text-align: left;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .two {
    max-width: 100%;
  }
  #footer .wrap .three {
    max-width: 100%;
  }
  #footer .wrap .two #ewm,
  #footer .wrap .two .share {
    display: none;
  }
  #footer .userinfo {
    height: auto;
    padding: 70px 0;
  }
  #footer .userinfo form ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #footer .f-copy .container span{
    text-align: center;
  }
  #footer .wrap .f-logo .h2 {
    font-size: 30px;
    max-width: 300px;
    margin-bottom: 20px;
  }
  #banner ul li .content .left .h2 {
    font-size: 22px;
  }
  .font-40 {
    font-size: 28px;
  }
  #index-body .i-application .left .h3 {
    font-size: 28px;
  }
  .inner-banner .container .cat_name {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: var(--fontbold);
}
}













/*inner-page*/

.inner-banner {
    padding: 210px 0 160px;
    -o-background-size: cover;
    background-size: cover;
    color: #fff
}

.inner-banner .container .cat_name {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: var(--fontbold);
}

.inner-banner .container .cat_name.f_40 {
    font-size: 40px
}

.inner-banner .container .mbx {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2
}

.inner-banner .container .mbx a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.inner-banner .container .mbx a:hover {
    color: #245e3e
}


.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page .sidebar-left {
  width: 25%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebar-left .box {
  margin-bottom: 30px;
}
.inner-page .sidebar-left .box:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-left .box h3 {
  font-size: 30px;
  line-height: 1.8;
  color: var(--color);
  margin-bottom: 10px;
  font-family: var(--font);
}
.inner-page .sidebar-left .box ul li {
font-size: 16px;
line-height: 2;
  color: #303030;
  border-bottom: solid 1px #e5e5e5;
  padding: 3px;
  margin-bottom: 5px;
  width:80%;
  position: relative;
}
.inner-page .sidebar-left .box ul li>a{
padding-right: 20px;
}
.inner-page .sidebar-left .box ul li i{
position: absolute;
top: 12px;
right: 0;
cursor: pointer;
}
.inner-page .sidebar-left .box ul li li{
  width: 100%;
}
.inner-page .sidebar-left .box ul li ul li:last-child{
  border-bottom: none;
}

.inner-page .sidebar-left .box ul li a.child:after {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  right: 0;
  font-size: 16px;
}
.inner-page .sidebar-left .box ul li:hover,
.inner-page .sidebar-left .box ul li.active {
  color: var(--color);
  font-weight: bold;
}
.inner-page .sidebar-left .box ul li ul {
  padding-left: 10px;
  display: none;
}
.inner-page .sidebar-left .box ul li.active ul{
  display: block;
}
.inner-page .sidebar-left .box ul li.active a.child {
  color: var(--color);
}
.inner-page .sidebar-left .box ul li.active a.child:after {
  content: "\f107";
}
.inner-page .sidebar-left .box .share ul li a {
  display: block;
  padding: 5px 0;
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-right {
  width: 75%;
  padding-left: 30px;
}
.inner-page .sidebar-right h1{
  font-size: 30px;
  font-family: var(--fontbold);
}
.inner-page .sidebar-right .con{
  margin: 30px 0;
}
.inner-page .m-page {
  padding: 10px 0;
  /*border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;*/
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 5px 10px;
}
.inner-page .m-page span{
background: var(--color);
color: #fff;
}
.inner-page .m-page a:hover,
.inner-page .m-page .cud {
  color: var(--color);
}

.product-page .sidebar-box {
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}
.product-page .sidebar-right ul {
  text-align: left;
  margin: -10px;
}
.product-page .sidebar-right ul li {
  padding: 10px;
}
.product-page .sidebar-right ul li .box {
  border: solid 1px #b58c61;
  padding: 10px;
}



.product-page .sidebar-right ul li a.img-box {
  width: 100%;
  display: block;
  position: relative;
}
.gallery-page ul li .img-box{
  display: block;
  position: relative;
}
.gallery-page ul li .img-box .play{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  cursor: pointer;
}
.product-page .sidebar-right ul li a.img-box img {
  width: 100%;
}
.product-page .sidebar-right ul li .content {
  display: block;
  margin-top: 10px;
}
.prodet-page .text2{
  padding: 8px;
  background: #f8f8f8;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-top: 10px;
}
.prodet-page .content .text{
  padding: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.prodet-page .content .text:nth-child(3){
  margin-bottom: 0;
}
.prodet-page .content .text:nth-child(3) h3{
  font-size: 16px;
}
.prodet-page .content .text:nth-child(3) h5{
  font-size: 20px;
}
.prodet-page .content .text table{
  width: 100%;
}
.prodet-page .content .text ul li{
  /*display: inline-block;*/
  margin-right: 15px;
  line-height: 2;
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px;
}
.prodet-page .content .text ul li:nth-child(1){
  padding-left: 0;
  height: 30px;
  line-height: 1.8;
  font-size: 20px;
}
.prodet-page .content .text ul li span{
  width: 60px;
  height: 60px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left:0;
  top:3px;
}
.prodet-page .content .text ul{
  width: 418px;
}
.prodet-page .content .text ul li{
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.prodet-page .content .text ul li:nth-child(1){
  width: 100%;
}
.prodet-page .content .text table{
  width: 100%;
}
.prodet-page .content .text table tr td{
  border: 1px solid #d5d5d5;
  padding: 5px;
}
.product-page .sidebar-right ul li .content h5 {
  font-size: 14px;
  color: #929292;
  padding-right: 70px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-page .sidebar-right ul li .content h5:after {
  content: "\f005\f005\f005\f005\f123";
  font-family: "FontAwesome";
  color: var(--color);
  position: absolute;
  right: 0;
  top: 0;
}
.product-page .sidebar-right ul li .content h4 {
  display: block;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #333;
  margin-top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-page .sidebar-right ul li .box:hover{
    border: 2px solid var(--color);
box-shadow:  0px 8px 10px rgba(0, 0, 0, 0.2);
}
.product-page .sidebar-right ul li .box:hover .content h4{
  color: var(--color);
}
.product-page .sidebar-right ul li .content h4:hover {
  color: var(--color);
}
.product-page .sidebar-right ul li .content p{
font-size: 14px;
  color: var(--color);
  text-align: center;
  line-height: 1.1;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  cursor: crosshair;
}

.prodet-page .prodet-1 {
  padding: 150px 0 75px;
}
.prodet-page .prodet-1 .smallImg {
  width: 13%;
  padding-right: 1.5%;
  overflow: hidden;
}
.prodet-page .prodet-1 .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .smallImg ul li {
  padding: 10px;
  display: block !important;
}
.prodet-page .prodet-1 .smallImg ul li a.img-box {
  height: 155px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  display: block;
}
.prodet-page .prodet-1 .bigImg {
  width: 37%;
}
.prodet-page .prodet-1 .bigImg a.img-box {
  height: 645px;
  background-size: contain;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 .content {
  width: 50%;
  padding-left: 6%;
}
.prodet-page .prodet-1 .content h1 {
  font-size: 30px;
  color: #1a1a1a;
  font-family: 'Poppins-Bold';
  line-height: 2;
}
.prodet-page .prodet-1 .content span.tag {
  font-family: var(--fontbold);
  color: #28477e;
  font-size: 24px;
  line-height: 1.2;
  margin: 40px 0 30px;
  display: block;
}
.prodet-page .prodet-1 .content .text {
  font-size: 16px;
  color: #666;
  line-height: 2;
  max-height: 210px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .content a.btn {
  margin: 65px 0 80px;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding: 0 36px;
  border-radius: 5px;
  background-color: #1a1a1a;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .content a.btn:hover {
  background-color: #28477e;
}
.prodet-page .prodet-1 .content .share h6 {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1.2;
}
.prodet-page .prodet-1 .content .share a {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  font-size: 20px;
  color: #1a1a1a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .content .share a:hover {
  color: #28477e;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-2 .top {
  text-align: center;
}
.prodet-page .prodet-2 .top ul li {
  font-size: 24px;
  font-family: var(--font);
  line-height: 1.8;
  color: #525252;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 15px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prdctdsct h2 {
    font-size: 24px;
    line-height: 1.8;
    color: #525252;
    margin-bottom: 15px;
}
.prdctdsct {
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 18px;
    line-height: 2;
}
.prodet-page .prodet-2 .top ul li.active,
.prodet-page .prodet-2 .top ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-2 .bottom {
  /*padding-top: 50px;*/
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.prodet-page .prodet-3 {
  padding: 90px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 40px 0;
}
.prodet-page .prodet-3 h3 {
  font-size: 30px;
  line-height: 1.6;
  color: #333;
  font-family: var(--font);
  text-align: center;
}
.prodet-page .prodet-3 h3 small {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #999;
  margin-top: 0;
}
.prodet-page .prodet-3 .list {
  padding-top: 40px;
}
.prodet-page .prodet-3 .list ul {
  text-align: left;
  margin: -10px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 10px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  width: 100%;
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  width: 100%;
}
.prodet-page .prodet-3 .list ul li .content {
  display: block;
  margin-top: 10px;
}
.prodet-page .prodet-3 .list ul li .content h5 {
  font-size: 14px;
  color: #929292;
  padding-right: 70px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prodet-page .prodet-3 .list ul li .content h5:after {
  content: "\f005\f005\f005\f005\f123";
  font-family: "FontAwesome";
  color: var(--color);
  position: absolute;
  right: 0;
  top: 0;
}
.prodet-page .prodet-3 .list ul li .content h4 {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  /*font-weight: bold;*/
  color: #333;
  margin-top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;    
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
  color: var(--color);
}

.form form ul li {
  padding-bottom: 20px;
}
.form form ul li:last-child {
  padding-bottom: 0;
}
.form form ul li label {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.form form ul li input,
.form form ul li textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
.form form ul li input:focus,
.form form ul li textarea:focus {
  border-color: var(--color);
}
.form form ul li textarea {
  resize: vertical;
  -webkit-transition: .5s all,0s height;
  -moz-transition: .5s all,0s height;
  -ms-transition: .5s all,0s height;
  -o-transition: .5s all,0s height;
  transition: .5s all,0s height;
  height: 120px;
}
.form form ul li input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 8px 40px;
  background-color: var(--color);
  font-size: 20px;
  font-weight: 600;
  color: white;
  border: 0px;
}
.form form ul li input[type="submit"]:hover {
  color: white;
  background: #222;
}
.prodet-page .content {
    padding: 30px 0;
    color: #000 !important;
}
.prodet-page .prodet-2 .bottom .form h3 {
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-family: var(--font);
}
.prodet-page .prodet-2 .bottom .form {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .bottom .form form ul li input, 
.prodet-page .prodet-2 .bottom .form form ul li textarea {
  padding: 6px 15px;
}


.about-page {
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-page .init-1 .container .title {
  text-align: center;
  font-size: 48px;
  font-family: var(--font);
  text-transform: uppercase;
}
.about-page .init-1 .container .des {
  font-size: 18px;
  color: #666666;
  font-weight:500;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 30px;
}

@-webkit-keyframes img_scale {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@-moz-keyframes img_scale {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@keyframes img_scale {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
.about-page .init-1 .container .img_box{
  position: relative;
}

.about-page .init-1 .container .img_box .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: 110px;
  height: 110px;
  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;
}
.about-page .init-1 .container .img_box .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
.about-page .init-1 .container .img_box .play img {
  position: relative;
  z-index: 10;
}
.about-page .init-1 .container >img {
  max-width: 100%;
  margin: auto;
  margin-top: 60px;
  display: block;
}
.about-page .init-2 {
  margin-top: 130px;
}
.about-page .init-2 .container {
  position: relative;
  width: 100%;
}
.about-page .init-2 .container .sub_line {
  width: 100%;
  background-color: #e6e6e6;
  height: 1px;
}
.about-page .init-2 .container .swiper {
  width: 1400px;
  margin: auto;
  margin-top: -9px;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
  width: 17px;
  height: 17px;
  background-color: #e6e6e6;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir div {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 24px;
  font-weight:bold;
  margin-top: 25px;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  color: #5d5d5d;
  font-weight:500;
  margin-top: 20px;
  word-break: break-word;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover .cir {
  background-color: #000;
}
.about-page .init-3 {
  padding: 70px 0;
  background-color: #eeeeee;
  margin-top: 130px;
}
.about-page .init-3 .container .tip_title {
  font-size: 48px;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-3 .container .swiper {
  margin-top: 70px;
}
.about-page .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about-page .init-4 {
  margin-top: 130px;
  font-size: 48px;
}
.about-page .init-4 .container .prev,
.about-page .init-4 .container .next {
  width: 34px;
  height: 34px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: -65px;
  overflow: hidden;
  padding: 2px;
}
.about-page .init-4 .container .prev:hover,
.about-page .init-4 .container .next:hover {
  border-radius: 20%;
  background-color: #000;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-4 .container .video_cont{
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.about-page .init-4 .container #video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page .init-4 .container #video video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .video_cont .swiper{
  padding: 5px;
  width: 520px;
  margin: auto;
  margin-top: -130px;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
  height: 90px;
  border: 1px solid #fff;
  cursor: pointer;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .contain{
  position: relative;
}
.about-page .init-4 .container .prev {
  left: -65px;
}
.about-page .init-4 .container .tip_title {
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-4 .container .swiper {
  margin-top: 60px;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  display: block;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 325px;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  font-weight:bold;
  text-transform: uppercase;
}
.about-page .init-5 {
  margin-top:200px;
}
.about-page .init-5 .container {
  position: relative;
}
.about-page .init-5 .container .tip_title {
  font-family: var(--font);
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}
.about-page .init-5 .container .list_cont {
  margin: 30px -10px 0;
}
.about-page .init-5 .container .list_cont li{
  padding: 0 10px;
}
.about-page .init-5 .container .list_cont a {
  display: block;
}
.about-page .init-5 .container .list_cont a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .init-5 .container .list_cont a::before {
  background-color: #000;
}
.about-page .init-5 .container .list_cont a::after {
  background-color: #000;
}
.about-page .init-5 .container .list_cont a:hover {
  color: #fff;
}
.about-page .init-5 .container .img_cont {
  margin-top: 50px;
  background-image: url(../images/about_7.jpg);
  padding: 260px 40px 90px 40px;
  color: #fff;
  display: none;
}
.about-page .init-5 .container .img_cont:first-child{
  display: block;
}
.about-page .init-5 .container .img_cont .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight:bold;
}
.about-page .init-5 .container .img_cont .des {
  margin-top: 15px;
  font-weight:500;
  font-size: 18px;
  width: 760px;
  max-width: 100%;
}
.about-page .init-6 {
  margin-top: 75px;
}
.about-page .init-6 .container .tip_title {
  font-weight:bold;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-6 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-page .init-6 .container .list_cont .list {
  font-size: 18px;
  line-height: 32px;
  margin: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page .init-6 .container .list_cont .list .text {
  margin-left: 10px;
}

/*about页面新增样式*/
.about-page .about-4 {
  padding: 100px 0 20px;
  overflow: hidden;
  background: var(--white);
}

.about-page .about-4 .text {
  margin-top: 15px;
}

.about-page .about-4 .offerBox .swiper-container {
  padding: 85px 20px 0;
}
.about-page .about-4 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-4 .offerBox .swiper-slide:hover h4 {
  color: var(--color);
}
.about-page .about-4 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--color);
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 900;
  margin: 24px 0 12px;
  text-transform: uppercase;
}
.about-page .about-4 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1) span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2) span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3) span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4) span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5) span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6) span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7) span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8) span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}

.about-page .about-4 .list {
  margin-top: 25px;
  position: relative;
}

.about-page .about-4 h2{
  display: block;
    font-family: var(--font);
    font-size: 46px;
}
.about-page .about-4 .text{
  color: var(--black);
  font-size: 18px;
  line-height: 32px;
}

.about-page .about-4 .list ul {
  margin: 0 -20px;
}

.about-page .about-4 .list ul li {
  padding: 0 20px;
}

.about-page .about-4 .list ul li .box {
  display: block;
  padding: 25px 15px 35px;
  position: relative;
  z-index: 1;
}

.about-page .about-4 .list ul li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box i.icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  height: 72px;
}

.about-page .about-4 .list ul li .box h6 {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: var(--color);
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box .content {
  display: block;
  margin: 25px 0;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  height: 201.6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box i.fa {
  font-weight: bold;
  font-size: 72px;
  max-height: 20px;
  display: block;
  color: var(--color);
  line-height: 1;
  font-family: "Swis721 Cn BT";
  margin-left: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .list ul li .box i.fa:after {
  content: '”';
}

.about-page .about-4 .list ul li .box:hover:after {
  background: #1e6ba1;
  opacity: .9;
}

.about-page .about-4 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-4 .list ul li .box:hover h6,
.about-page .about-4 .list ul li .box:hover .content,
.about-page .about-4 .list ul li .box:hover i.fa {
  color: white;
}

.about-page .about-5 {
  padding: 100px 0;
}
.about-page .about-5 .ui.container{
  max-width: 1200px;
  width: 100%;
}
.about-page .about-5 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 50px;
}
.about-page .about-5 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 50px;
}
.about-page .about-5 .right h2{
  font-family: var(--font);
}
.about-page .about-5 .images {
  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-5 .images .img {
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}
.about-page .about-5 .images .img.pa {
  left: 130px;
}

.faq-page h3 {
  font-size: 44px;
  color: #333;
  font-family: var(--font);
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-top: 80px;
}
.faq-page h4 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-top: 25px;
}
.gallery-page h3 {
  font-size: 44px;
  color: #333;
  font-family: var(--font);
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-bottom: 40px;
}
.gallery-page h4 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding: 3px 0;
  text-align: center;
  margin-top: 25px;
}

.faq-page p {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}
.faq-page .top {
  padding: 80px 0 60px;
}
.faq-page .bottom {
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.faq-page .bottom ul li {
  margin-bottom: 10px;
  border: 1px solid #efefef;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .bottom ul li:last-child {
  margin-bottom: 0;
}
.faq-page .bottom ul li h3 {
  background: #f8f8f8;
  padding: 3px 30px 3px 10px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.faq-page .bottom ul li h3:after {
  content: "\f067";
  font-family: "FontAwesome";
  color: #999;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .bottom ul li .text {
  padding: 15px 20px;
  display: none;
}
.faq-page .bottom ul li.active {
  border-color: var(--color);
}
.faq-page .bottom ul li.active h3 {
  background: var(--color);
  color: white;
}
.faq-page .bottom ul li.active h3:after {
  content: "\f068";
  color: white;
}

.faq-page .init-2 ul.faq {
padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
display: block;
padding: 20px 25px;
margin-bottom: 10px;
background: #fff;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-family: var(--font);
  font-size: 20px;
  color: #222;
  line-height: 1.8;
  padding-bottom: 10px;
}
.faq-page .init-2 ul.faq li div{
font-family: Arial;
}
.faq-page .init-2 ul.faq li p {
font-size: 16px;
line-height: 2;
color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
box-shadow: 0 0 10px 0 #d1d1d1;
-webkit-box-shadow: 0 0 10px 0 #d1d1d1;
-moz-box-shadow: 0 0 10px 0 #d1d1d1;
-ms-box-shadow: 0 0 10px 0 #d1d1d1;
-o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: var(--color);
}
.gallery-page {
  padding: 80px 0;
}
.gallery-page ul {
  margin: -10px;
}
.gallery-page ul li {
  padding: 30px;
}
.gallery-page ul li a.img-box {
  display: block;
  -moz-box-shadow: -2 0 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: -1 0 10px rgba(0, 0, 0, 0.05);
}
.gallery-page ul li a.img-box img{
width: 100%;
}
.gallery-page ul li h5 {
  position: relative;
  z-index: 1;
  background: white;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.project-page{
  padding: 100px 0;
}
.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
  font-family: var(--fontbold);
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
  padding-left: 20px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
  font-size: 28px;
}
.appdet-page {
    padding:80px 0;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.appdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
    max-height: 600px;
    overflow: auto;
    padding-right: 30px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.appdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.appdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    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-top: 40px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 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;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
.appdet-page .application-img {
  margin: 50px 0;
}
.appdet-page .application-img ul{
  margin: -10px;
}
.appdet-page .application-img ul li{
  padding: 10px;
}
.appdet-page .application-intro b,
.appdet-page .application-intro strong{
  font-weight: bold;
}
.appdet-page .app-related-pro{
  padding: 50px 0;
}
.appdet-page .app-related-pro h3{
  font-family: var(--font);
}
.appdet-page .app-related-pro ul{
  margin: -10px;
}
.appdet-page .app-related-pro ul li{
  padding: 10px;
}
.appdet-page .app-related-pro ul li a{
    display: flex;
    justify-content: center;
}
.appdet-page .app-related-pro ul li p{
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 1.8;
}
.appdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
  padding-left: 60px;
}
.appdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
  font-size: 28px;
}

.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--fontbold);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--primary));
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    background-color: var(--color);
    color: #fff;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.inner-page.news-page h1, .inner-page.news-page h2, .inner-page.news-page h3 {
    font-family: var(--fontbold);
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 22px;
    font-family: var(--fontbold);
    line-height: 2;
    color: #000;
    transition: 0.5s;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
    font-size: 16px;
    color: var(--color);
    transition: all .5s ease;
    text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: var(--fontbold);
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    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-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
.news-page {
  padding: 90px 0;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}
 
.newdet-page {
  padding: 138px 0 80px;
}
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.newdet-page .newdet-2 ul .slick-prev{
  left: 0;
  transform: translate(-50%,-50%);
}
.newdet-page .newdet-2 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next{
  right: 0;
  transform: translate(50%,-50%);
}
.newdet-page .newdet-2 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    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-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
.history-page{
  padding: 100px 0;
}
.history-page ul li{
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.history-page ul li .title{
    width: 20% !important;
    color: var(--color);
}
.history-page ul li .content{
  width: 80% !important;
  font-size: 18px;
}
.newdet-page .application-img {
  margin: 50px 0;
}
.newdet-page .application-img ul{
  margin: -10px;
}
.newdet-page .application-img ul li{
  padding: 10px;
}
.newdet-page .application-intro b,
.newdet-page .application-intro strong{
  font-weight: bold;
}
.newdet-page .app-related-pro{
  padding: 50px 0;
}
.newdet-page .app-related-pro ul{
  margin: -10px;
}
.newdet-page .app-related-pro ul li{
  padding: 10px;
}
.newdet-page .app-related-pro ul li p{
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
  padding-left: 20px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
  font-size: 28px;
}

.contact-page .contact-1 {
  padding: 100px 0 20px;
}
.contact-page .contact-1 .map {
  position: relative;
}
.contact-page .contact-1 .map .tipMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.contact-page .contact-1 .map .tipMap span {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: opacity_ 2s linear infinite alternate;
  -moz-animation: opacity_ 2s linear infinite alternate;
  animation: opacity_ 2s linear infinite alternate;
  width: 100%;
}
.contact-page .contact-2 {
  padding-bottom: 40px;
  padding-top: 80px;
  text-align: center;
}
.contact-page .contact-2 .c-info {
  margin-top: 90px;
  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-2 .c-info li {
  width: 25%;
  text-align: center;
  padding: 40px 15px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
.contact-page .contact-2 .c-info li:hover {
  /*border: 1px solid #d0d0d0;*/
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.contact-page .contact-2 .c-info li span {
  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;
  background: none;
}
.contact-page .contact-2 .c-info li h4 {
  font-size: 20px;
  line-height: 1;
  color: #202020;
  text-transform: capitalize;
  margin-top: 25px;
}
.contact-page .contact-2 .c-info li i {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #28477e;
  margin: 20px 0 15px;
}
.contact-page .contact-2 .c-info li p {
  font-size: 18px;
  line-height: 1.8;
  color: #171717;
  font-weight: 400;
  margin: 0 auto;
  max-width: 250px;
}
.contact-page .contact-3 {
  padding: 80px 0 60px;
}
.contact-page .contact-3 .title{
  text-align: center;
}
.contact-page .contact-3 .form-box {
  margin-top: 50px;
}
.contact-page .contact-3 .form-box form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-3 .form-box form ul li {
  width: 46%;
  margin-bottom: 32px;
}
.contact-page .contact-3 .form-box form ul li p {
  font-size: 14px;
  line-height: 1;
  color: #3e3e3e;
  margin-bottom: 15px;
}
.contact-page .contact-3 .form-box form ul li input[type="text"],
.contact-page .contact-3 .form-box form ul li textarea {
  border: 2px solid #dfe0e1;
  padding: 0 30px;
  font-size: 16px;
  color: #000;
  height: 66px;
  width: 100%;
  background: none;
}
.contact-page .contact-3 .form-box form ul li input[type="text"]:focus,
.contact-page .contact-3 .form-box form ul li textarea:focus {
  border: 3px solid var(--primary);
}
.contact-page .contact-3 .form-box form ul li textarea {
  padding: 24px 30px;
  height: 155px;
}
.contact-page .contact-3 .form-box form ul li.message {
  width: 100%;
}
.contact-page .contact-3 .form-box form ul li.submit {
  width: 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;
}
.contact-page .contact-3 .form-box form ul li.submit p {
  max-width: 605px;
  line-height: 1.5;
  margin: 0;
}
.contact-page .contact-3 .form-box form ul li.submit input[type="submit"] {
  display: inline-block;
  padding: 18px 55px;
  border-radius: 7px;
  background: var(--color);
  font-size: 22px;
  line-height: 1;
  font-family: 'Poppins-Bold';
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: none;
}
.contact-page .contact-3 .form-box form ul li.submit input[type="submit"]:hover {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.contact-page .contact-2 h2,
.contact-page .contact-3 h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #202020;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--font);
}
.contact-page .contact-2 span,
.contact-page .contact-3 span {
  display: inline-block;
  width: 105px;
  height: 3px;
  background: var(--color);
  margin: 38px auto 30px;
}
.contact-page .contact-2 p,
.contact-page .contact-3 p {
  font-size: 18px;
  line-height: 1.8;
  color: #3e3e3e;
  max-width: 1220px;
}
@media screen and (max-width: 1600px) {
  .appdet-page .sidebar-box .sidebar-right .newdet-content .content{
    max-height: 560px;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 60px;
  }

  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 100%;
  }

  .about-page .about-4 .list ul li .box h6 {
    font-size: 20px;
  }

  .about-page .about-4 .list ul li .box .content {
    font-size: 16px;
    height: 176.4px;
  }
  .about-page .init-2 .container .swiper {
    width: 1200px;
  }
  .about-page .init-4 .container .prev {
    display: none;
  }
  .about-page .init-4 .container .next {
    display: none;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 280px;
  }
}

@media screen and (max-width: 1400px) {
  .appdet-page .sidebar-box .sidebar-right .newdet-content .content {
    max-height: 450px;
  }
  .prodet-page .prodet-1 .content h1 {
    font-size: 32px;
  }
  
  .prodet-page .prodet-1 {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .smallImg ul li a.img-box {
    height: 160px;
  }
  .prodet-page .prodet-1 .bigImg a.img-box {
    height: 527px;
  }
  .prodet-page .prodet-1 .content {
    padding-left: 3%;
  }
  .prodet-page .prodet-1 .content span.tag {
    font-size: 20px;
    margin: 20px 0 15px;
  }
  .prodet-page .prodet-1 .content a.btn {
    margin: 30px 0;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding: 0 25px;
  }
  .prodet-page .prodet-1 .content .share h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .content .share a {
    font-size: 16px;
    margin-left: 15px;
  }
  .about-page .about-4 .text {
    margin-top: 5px;
  }

  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }

  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }

  .about-page .about-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1200px) {
  .appdet-page .sidebar-box .sidebar-right .newdet-content .content {
    max-height: 320px;
  }
  .prodet-page .prodet-1 .smallImg ul li a.img-box {
    height: 140px;
  }
  .prodet-page .prodet-1 .bigImg a.img-box {
    height: 465px;
  }
  .prodet-page .prodet-1 .content a.btn {
    margin: 20px 0;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
  .prodet-page .prodet-1 .content h1 {
    font-size: 28px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
   .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
     font-size: 20px;
   }
   .newdet-page .sidebar-box .sidebar-right .newdet-content{
     padding-right: 0;
   }
  .news-page .newsList {
    margin-bottom: 50px;
  }
  .product-page .sidebar-right ul li .content h4,
  .prodet-page .prodet-3 .list ul li .content h4 {
      font-size: 16px;
      text-align: center;
  }
  .product-page .sidebar-right ul li .content h5,
  .prodet-page .prodet-3 .list ul li .content h5 {
      font-size: 12px;
  }
  .product-page .sidebar-box,
  .prodet-page .prodet-1,
  .prodet-page .prodet-2,
  .prodet-page .prodet-3,{
      padding: 60px 0;
  }
  .prodet-page .prodet-3 h3 {
      font-size: 24px;
      line-height: 1.8;
  }
  .about-page .init-2 .container .swiper {
    width: 970px;
  }
  .about-page .about-5 .left {
    padding: 0;
  }
  
  .faq-page .top {
      padding: 60px 0 30px;
  }
  .faq-page .bottom {
      padding-bottom: 60px;
  }
  .gallery-page {
      padding: 40px 0;
  }
  .gallery-page ul li h5 {
      font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.news-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page.news-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .newsList{
    padding-right: 0;
  }
  .contact-page .contact-2 .c-info li{
    width: 50%;
  }
  .appdet-page .sidebar-box .sidebar-right .newdet-content .left{
    width: 100%;
    padding-left: 0;
  }
  .appdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
    margin-top: 60px;
    padding-left: 0;
  }
  .appdet-page .sidebar-box .sidebar-right .newdet-content .right{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .smallImg {
    width: 20%;
  }
  .prodet-page .prodet-1 .bigImg {
    width: 80%;
  }
  .product-page .sidebar-right ul li {
      padding: 5px;
  }
  .product-page .sidebar-right ul {
      margin: -5px;
  }
  .product-page .sidebar-box {
      border-bottom: none;
  }
  .about-page .init-2 .container .swiper {
    width: 700px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 170px;
  }
  .about-page .about-4 .list ul li {
    width: 50%;
    padding: 10px;
  }

  .about-page .about-4 .list ul {
    margin: -10px;
  }


  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .left {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding: 0;
  }
  .appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
    font-size: 20px;
  }
  .appdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .inner-page .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-3 .form-box form ul li{
    width: 100%;
  }
  .contact-page .contact-3 .form-box form ul li.submit {
    flex-direction: column;
  }
  .contact-page .contact-3 .form-box form ul li.submit p{
    margin-bottom: 20px;
  }
  .prodet-page .prodet-1 .smallImg ul li a.img-box {
    height: 110px;
  }
  .prodet-page .prodet-1 .bigImg a.img-box {
    height: 375px;
  }
  .prodet-page .prodet-1 .content span.tag {
    font-size: 16px;
    margin: 10px 0;
  }
  .appdet-page .newdet-2 h2 {
    font-size: 34px;
  }
  .appdet-page {
    padding: 56px 0 80px;
  }
  .product-page .sidebar-right ul li {
    width: 50% !important;
  }
  .product-page .sidebar-box, .prodet-page .prodet-1, 
  .prodet-page .prodet-2, .prodet-page .prodet-3,
  .appdet-page,
  .contact-page .contact-2 .box,         
  .news-page {
    padding: 30px 0;
  }
  .product-page .sidebar-right ul li .content h4, .prodet-page .prodet-3 .list ul li .content h4{
    line-height: 1.5;
  }
  .prodet-page .init-1 .content div span{
      font-size: 20px !important;
          line-height: 1.8;
  }
  .prodet-page .init-1 .content table tr td,
  .prodet-page .init-1 .content table tr td span {
      line-height: 1.8;
  }
  .about-page .init-2 .container .swiper {
    width: 100%;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
    margin: auto;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    text-align: center;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
    text-align: center;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 35vw;
  }
  .about-page .init-5 .container .img_cont {
    text-align: center;
  }
  .about-page .init-5 .container .list_cont a{
    height: 25vw;
  }
  .about-page .init-4 .container .video_cont .swiper{
    width: 90%;
    margin-top: -90px;
  }

  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 80px;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 44px;
  }

  .about-page .about-4 .list ul li {
    width: 100%;
  }

  .about-page .about-4 .list ul li .box .content {
    height: auto;
    margin: 15px 0;
  }
  
  .gallery-page h3{
    font-size: 34px;
  }
  .faq-page h3{
    font-size: 30px;
    line-height: 1.3;
    margin-top: 30px;
  }
  .faq-page .init-2 ul.faq li h2{
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-page .init-2 ul.faq li{
    padding: 10px 15px;
  }
  .faq-page .init-2 ul.faq li p{
    font-size: 14px;
    line-height: 1.6;
  }
  
   .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
     font-size: 20px;
   }
   .newdet-page .sidebar-box .sidebar-right .newdet-content{
     padding-right: 0;
   }
   .newdet-page .newdet-2 h2 {
    font-size: 34px;
  }
  .newdet-page {
    padding: 56px 0 80px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 .c-info li{
    width: 100%;
  }
  .prodet-page .prodet-1 .smallImg ul li a.img-box {
    height: 80px;
  }
  .prodet-page .prodet-1 .bigImg a.img-box {
    height: 260px;
  }
  .prodet-page .prodet-1 .smallImg {
    width: 25%;
  }
  .prodet-page .prodet-1 .bigImg {
    width: 75%;
  }
  .prodet-page .prodet-1 .smallImg ul li {
    padding: 3px;
  }
  .prodet-page .prodet-1 .smallImg ul {
    margin: -3px;
  }
  .newdet-page .newdet-1 .content{
    font-size: 16px;
    line-height: 2;
  }
  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }
   
  .newdet-page .newdet-1 h1{
    font-size: 20px;
  }
  .appdet-page .newdet-1 h1{
    font-size: 20px;
  }
  .product-page .sidebar-box,
  .prodet-page .prodet-1,
  .prodet-page .prodet-2,
  .prodet-page .prodet-3, {
      padding: 40px 0;
  }
  .product-page .sidebar-right ul li{
    width: 100% !important;
  }
  .product-page .sidebar-right ul li .content h4{
    min-height: auto;
  }
  .prodet-page .prodet-3{
    margin: 0;
  }
  
  .about-page .about-4 h2{
    font-size: 30px;
  }
  .inner_banner_3 .container .top .des {
    font-size: 16px;
    line-height: 2;
  }
  .about-page {
    padding: 40px 0;
  }
  .about-page .init-1 .container .title {
    font-size: 20px;
  }
  .about-page .init-1 .container .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-1 .container img {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
  .about-page .init-3 {
    margin-top: 40px;
    padding: 20px 0;
  }
  .about-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-3 .container .swiper {
    margin-top: 20px;
  }
  .about-page .init-4 {
    margin-top: 40px;
  }

  .about-page .init-4 .container #video{
    height: 60vw;
  }
  .about-page .init-4 .container .video_cont .swiper{
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
  }
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 20vw;
  }
  .about-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 65vw;
  }
  .about-page .init-5 {
    margin-top: 40px;
  }
  .about-page .init-5 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-5 .container .list_cont {
    margin-top: 0;
  }
  .about-page .init-5 .container .img_cont {
    padding: 80px 15px;
  }
  .about-page .init-6 {
    margin-top: 40px;
  }
  
  .about-page .init-6 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 64px;
  }
}
























.seoPublic .title {
    font-size: 32px;
    font-family: var(--font);
    line-height: 1.4;
    margin-bottom: 2em;
}

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

.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 h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
    font-family: var(--font);
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 2;
    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 h6 {
    font-size: 22px;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font);
}

.seoPublic .Auxil-news .list ul li .content 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: 2;
    margin: 1em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.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-family: 'Poppins-SemiBold';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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: 2;
    font-weight: 400;
    margin: .5em 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.pro-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.pro-more i {
    margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

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

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

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

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

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

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

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

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

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

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

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

.sustainable-page {
  padding: 100px 0;
}
.sustainable-page .init-1 .container .left {
  font-weight: 500;
  width: 530px;
  padding-right: 10px;
  line-height: 1.6;
  font-family: var(--font);
}
.sustainable-page .init-1 .container .right {
  width: -webkit-calc(-430%);
  width: -moz-calc(-430%);
  width: calc(100% - 530px);
  color: #838383;
  line-height: 1.9;
}
.sustainable-page .init-1 .container .content {
  margin: 10px -25px 0;
}
.sustainable-page .init-1 .container .content .list {
  margin-top: 40px;
  padding: 0 25px;
}
.sustainable-page .init-1 .container .content .list .box {
  display: block;
  background-color: #ffffff;
  padding: 16px 60px 16px 16px;
}
.sustainable-page .init-1 .container .content .list .box .img {
  width: 166px;
  height: 166px;
  background-color: #fff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.sustainable-page .init-1 .container .content .list .box .img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-1 .container .content .list .box .text {
  width: -webkit-calc(-66%);
  width: -moz-calc(-66%);
  width: calc(100% - 166px);
  padding-left: 34px;
}
.sustainable-page .init-1 .container .content .list .box .text .title {
  font-weight: 500;
  margin-top: 10px;
      line-height: 1.7;
}
.sustainable-page .init-1 .container .content .list .box .text .des {
  color: #898989;
  margin-top: 10px;
  line-height: 1.8;
}
.sustainable-page .init-1 .container .content .list .box:hover {
  background-color: #27477a;
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .title {
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .des {
  color: #fff;
}
.sustainable-page .init-2 {
  text-align: center;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}
.sustainable-page .init-2 .container .tips {
  font-family: var(--font);
  line-height: 1.7;
}
.sustainable-page .init-2 .container .des {
  max-width: 660px;
  margin: 30px auto 0;
      line-height: 1.8;
}
.sustainable-page .init-3 .container .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  padding-right: 90px;
}
.sustainable-page .init-3 .container .left .list {
  margin-top: 50px;
}
.sustainable-page .init-3 .container .left .list .img {
  width: 50px;
}
.sustainable-page .init-3 .container .left .list .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 40px;
}
.sustainable-page .init-3 .container .left .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-3 .container .left .list .text .des {
  margin-top: 10px;
  color: #8d8d8d;
}
.sustainable-page .init-3 .container .left .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-3 .container .left .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sustainable-page .init-3 .container .left .list:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sustainable-page .init-3 .container .right {
  width: 510px;
}
.sustainable-page .init-3 .container .right img {
  width: 100%;
}
.sustainable-page .init-4 {
  background-color: #ffffff;
}
.sustainable-page .init-4 .container .img {
  width: 40%;
}
.sustainable-page .init-4 .container .right {
  width: 60%;
  padding-left: 120px;
}
.sustainable-page .init-4 .container .right .title {
  font-weight: 500;
}
.sustainable-page .init-4 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: #27477a;
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content .slick li .box {
  background-color: #ffffff;
}
.sustainable-page .init-5 .container .content .slick li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content .slick li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content .slick li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content .slick li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
}
.sustainable-page .init-5 .container .content .slick li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}
.sustainable-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 230px;
}
.sustainable-page .init-6 .container .left {
  width: 410px;
}
.sustainable-page .init-6 .container .left .tips {
  font-weight: 500;
}
.sustainable-page .init-6 .container .left .des {
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right {
  width: -webkit-calc(-310%);
  width: -moz-calc(-310%);
  width: calc(100% - 410px);
  padding-left: 280px;
}
.sustainable-page .init-6 .container .right .list {
  cursor: pointer;
  position: relative;
  margin-top: 36px;
}
.sustainable-page .init-6 .container .right .list .line_cont {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}
.sustainable-page .init-6 .container .right .list .line_cont .line1 {
  width: 14px;
  height: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line2 {
  width: 2px;
  height: 14px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.sustainable-page .init-6 .container .right .list .text {
  padding-left: 40px;
}
.sustainable-page .init-6 .container .right .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-6 .container .right .list .des {
  display: none;
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.sustainable-page .init-7 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.sustainable-page .init-7 .container .cont {
  background-color: #fff;
  padding: 60px 180px 100px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sustainable-page .init-7 .container .cont .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-7 .container .cont .tips_des {
  margin: 10px auto 0;
  color: #8e8e8e;
  text-align: center;
  max-width: 640px;
}
.sustainable-page .init-7 .container .cont .img {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.sustainable-page .init-8 .container .tips {
  font-family: var(--font);
  text-align: center;
  line-height: 1.6;
}
.sustainable-page .init-8 .container .tips_des {
  max-width: 1000px;
  color: #8a8a8a;
  text-align: center;
  margin: 20px auto 0;
      line-height: 1.8;
}
.sustainable-page .init-8 .container .content {
  margin-top: 50px;
}
.sustainable-page .init-8 .container .content .slick {
  margin: 0 -15px 0;
}
.sustainable-page .init-8 .container .content .slick .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide {
  height: auto;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide > div {
  height: 100%;
}
.sustainable-page .init-8 .container .content .slick li {
  height: 100%;
  padding: 0 15px;
}
.sustainable-page .init-8 .container .content .slick li .box {
  height: 100%;
  background-color: #ffffff;
  padding: 44px 60px;
}
.sustainable-page .init-8 .container .content .slick li .box .title {
  font-family: 'Poppins-SemiBold';
  line-height: 1.8;
}
.sustainable-page .init-8 .container .content .slick li .box .des {
  color: #8a8a8a;
  margin-top: 20px;
      line-height: 1.8;
}
.sustainable-page .init-8 .container .content .slick li .box:hover {
  background-color: #27477a;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .title {
  color: #fff;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .des {
  color: #fff;
}


@media (max-width: 1500px) {
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}
@media (max-width: 1250px) {
  .sustainable-page .init-6 .container .right {
    padding-left: 20px;
  }
  .sustainable-page .init-8 .container .content .slick li .box {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .sustainable-page .init-1 .container .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .content .list {
    width: 100%;
  }
  .sustainable-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .init-3 .container .right {
    display: none;
  }
  .sustainable-page .init-4 .container .img {
    display: none;
  }
  .sustainable-page .init-4 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content .slick li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    width: 100%;
  }
  .sustainable-page .init-6 .container .left {
    width: 100%;
  }
  .sustainable-page .init-6 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .sustainable-page .init-7 .container .cont {
    padding: 16px;
  }
}
@media (max-width: 700px) {
  .sustainable-page .init-6 {
    padding: 40px 0;
  }
  .sustainable-page .init-7 {
    display: none;
  }
}
@media (max-width: 500px) {
  .sustainable-page .init-1 .container .content .list {
    margin-top: 20px;
  }
  .sustainable-page .init-1 .container .content .list .box {
    text-align: center;
    padding: 20px 16px;
  }
  .sustainable-page .init-1 .container .content .list .box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-2 {
    padding: 40px 0;
  }
  .sustainable-page .init-3 .container .left .list {
    text-align: center;
  }
  .sustainable-page .init-3 .container .left .list .text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right .des {
    margin-top: 10px;
  }
}


#index-body .i-about .right .content h1 {
  display: inline;
}



