@font-face {
  font-family: 'Syne';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.eot');
  src: url('../fonts/Syne-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Bold.woff2') format('woff2'), url('../fonts/Syne-Bold.woff') format('woff'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.eot');
  src: url('../fonts/Syne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Regular.woff2') format('woff2'), url('../fonts/Syne-Regular.woff') format('woff'), url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Medium.eot');
  src: url('../fonts/Syne-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Medium.woff2') format('woff2'), url('../fonts/Syne-Medium.woff') format('woff'), url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Syne";
  font-weight: normal;
  max-width: 1920px;
  margin: 0 auto;
  --color: #e60012;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
#header .nav {
  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;
  height: 140px;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 22px;
  font-weight: bold;
  font-size: 18px;
  -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;
  padding: 1.5em 0;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  line-height: 1;
  border-bottom: 2px solid transparent;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  border-bottom-color: var(--color);
  color: var(--color);
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu {
  width: 260px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul,
#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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .language {
  position: relative;
  font-size: 16px;
  padding: 1.5em 0;
}
#header .nav .ui.menu .language span img {
  height: 16px;
  vertical-align: middle;
}
#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%;
  right: 0px;
  min-width: 160px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 35px;
  color: black;
  font-size: 15px;
  -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 {
  height: 16px;
  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.active {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.inner {
  background-color: white;
  position: sticky;
}
#header.active .nav .ui.menu,
#header.inner .nav .ui.menu {
  height: 120px;
}
#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;
}
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,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .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: 40px;
  }
  
.okjk{
    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;
}
.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 500;
  background: var(--color);
  color: white;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  position: relative;
  padding: 0 53px;
  overflow: hidden;
  z-index: 1;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  background-color: #000000;
}
.more:hover::after {
  width: 100%;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li video{
  display: block;
  width: 100%;
}
#banner ul li .content {
  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: 100%;
  z-index: 2;
}
#banner ul li.video .content,
#banner ul li.item2 .content{
  color: white;
}
#banner ul li .content .box {
  width: 55%;
}
#banner ul li .content .box span {
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding-left: 75px;
  font-weight: bold;
}
#banner ul li .content .box span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background: black;
}
#banner ul li .content .box .h2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  margin: 14px 0 25px;
}
#banner ul li .content .box .h2 em {
  font-size: .8em;
  display: block;
}
#banner ul li .content .box .h2::after {
  content: "";
  position: absolute;
  left: -13px;
  top: -9px;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--color);
}
#banner ul li .content .box p {
  font-size: 18px;
  line-height: 26px;
  max-width: 630px;
  margin-bottom: 25px;
}
#banner ul li .content .box .btn a:first-child {
  background-color: #000000;
  margin-right: 20px;
}
#banner ul li .content .box .btn a:first-child::after {
  background-color: var(--color);
}
#banner ul li .img {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  width: 50%;
  text-align: right;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
#banner ul li .img img {
  margin-left: auto;
}
#banner ul .slick-current li .content .box {
  -webkit-animation: fadeInUp 1s 0.3s forwards;
  -moz-animation: fadeInUp 1s 0.3s forwards;
  animation: fadeInUp 1s 0.3s forwards;
}
#banner ul .slick-current li .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner .share {
  position: absolute;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
#banner .share a {
  margin-right: 25px;
}
#banner .share a i {
  font-size: 20px;
}
.font-45 {
  font-size: 45px;
}
.i-tag {
  color: var(--color);
  font-weight: bold;
}
.i-title {
  position: relative;
  z-index: 1;
}
.i-title::after {
  content: "";
  position: absolute;
  background-color: var(--color);
  border-radius: 100%;
  z-index: -1;
  width: 64px;
  height: 64px;
}
#index-body .i-product {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 80px;
}
#index-body .i-product .i-title {
  display: inline-block;
  margin: 8px 0 55px;
}
#index-body .i-product .i-title::after {
  left: 60%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-product ul {
  margin: -15px;
}
#index-body .i-product ul .slick-list {
  padding-bottom: 50px;
}
#index-body .i-product ul li {
  padding: 15px;
  text-align: left;
}
#index-body .i-product ul li .box {
  position: relative;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  padding-bottom: 75px;
}
#index-body .i-product ul li .box .content {
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  padding-bottom: 10px;
}
#index-body .i-product ul li .box .content .title {
  position: relative;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
}
#index-body .i-product ul li .box .content .title .arrow {
  width: 75px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #dbdbdb;
  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-product ul li .box .content .title .arrow img {
  vertical-align: middle;
}
#index-body .i-product ul li .box .content .des {
  font-size: 16px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  border-top: 1px solid #dbdbdb;
  padding: 10px 25px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 63px;
}
#index-body .i-product ul li:hover .content {
  bottom: 0;
}
#index-body .i-product .more {
  width: 100%;
  text-align: center;
}
#index-body .i-about {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  background-position: right 2% bottom 4%;
  background-size: 12.76% auto;
  padding: 130px 0;
}
#index-body .i-about .left {
  position: relative;
  vertical-align: middle;
}
#index-body .i-about .left .pr {
  position: relative;
  width: 126.5%;
  margin-left: -26.5%;
}
#index-body .i-about .left video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .left .img{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .play{
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 95px;
  cursor: pointer;
  background: var(--color);
  color: #fff;
  font-size: 30px;
}
#index-body .i-about .play i {
    position: relative;
    left: 3px;
}
#index-body .i-about .left .box {
  position: absolute;
  left: 50%;
  top: 69%;
}
#index-body .i-about .left .box .num {
  position: relative;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
}
#index-body .i-about .left .box .num::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 136px;
  height: 136px;
  border-radius: 100%;
  background: var(--color);
  z-index: -1;
}
#index-body .i-about .left .box p {
  z-index: 2;
  position: relative;
  margin-top: 40px;
}
#index-body .i-about .right {
  padding-left: 70px;
  vertical-align: middle;
}
#index-body .i-about .right .i-title {
  line-height: 1.2;
  margin: 15px 0 14px;
}
#index-body .i-about .right .i-title::after {
  left: 65%;
  top: -4%;
}
#index-body .i-about .right .h4 {
  font-size: 24px;
  font-weight: bold;
}
#index-body .i-about .right .content {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 30px;
  margin-top: 12px;
  color: #494949;
}
.afhuadg {
  display: inline;
}
#index-body .i-about .right ul li .h3 {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#index-body .i-about .right ul li .h3 span {
  font-size: 18px;
}
#index-body .i-about .right ul li .h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #e2e2e2;
  z-index: -1;
}
#index-body .i-about .right ul li p {
  font-size: 18px;
  color: #494949;
  margin-top: 13px;
}
#index-body .i-about .right .more {
  background: black;
  margin-top: 40px;
  padding: 0 40px;
}
#index-body .i-about .right .more img {
  vertical-align: middle;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .right .more::after {
  background: var(--color);
}
#index-body .i-about .right .more:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
}
#index-body .i-why .top {
  margin-bottom: 54px;
}
#index-body .i-why .top .left .i-title {
  display: inline-block;
}
#index-body .i-why .top .left .i-title::after {
  left: 77%;
  top: 4%;
}
#index-body .i-why .top .right {
  padding-left: 70px;
}
#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 1.45;
  color: #494949;
}
#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}
#index-body .i-why .wrap .left ul {
  margin: -13px;
}
#index-body .i-why .wrap .left ul li {
  padding: 13px;
}
#index-body .i-why .wrap .left ul li .box {
  background: #f5f5f5;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
}
#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}
#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 44px;
  padding-right: 30px;
  min-height: 60px;
}
#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: white;
}
#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
#index-body .i-why .wrap .right img {
  border-radius: 10px;
}
#index-body .i-application {
  background-color: #f5f5f5;
  padding-top: 125px;
}
#index-body .i-application .left {
  width: 35%;
}
#index-body .i-application .left .i-title {
  line-height: 1.2;
  margin: 12px 0 44px;
}
#index-body .i-application .left .i-title::after {
  /*left: 70%;*/
  top: -4%;
  right: 0;
}
#index-body .i-application .left .content {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  color: #494949;
  padding-left: 35px;
}
#index-body .i-application .left .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: var(--color);
}
#index-body .i-application .left .btn {
  margin-top: 100px;
}
#index-body .i-application .left .btn span {
  display: inline-block;
  background-color: #e2e2e2;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
#index-body .i-application .left .btn span i {
  font-size: 20px;
}
#index-body .i-application .left .btn span:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-application .right {
  width: 65%;
}
#index-body .i-application .right ul .slick-list {
  padding-bottom: 130px;
}
#index-body .i-application .right ul li {
  padding: 0 60px 0 50px;
}
#index-body .i-application .right ul li a {
  display: block;
  -webkit-box-shadow: 15px 32px 45px 0px rgba(184, 184, 184, 0.9);
  box-shadow: 15px 32px 45px 0px rgba(184, 184, 184, 0.9);
}
#index-body .i-news {
  background: url(../images/news-bg.jpg) no-repeat;
}
#index-body .i-news > .ui.container {
  max-width: 100%;
  padding: 0;
}
#index-body .i-news .left {
  width: 40%;
  padding-left: 10%;
  padding-right: 120px;
}
#index-body .i-news .left .i-title::after {
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-news .right {
  width: 60%;
  padding-right: 45px;
}
#index-body .i-news .right ul {
  margin: 0 -25px;
}
#index-body .i-news .right ul li {
  padding: 0 25px;
}
#index-body .i-news .right ul li .time {
  font-size: 14px;
  color: #494949;
  margin: 40px 0 15px;
}
#index-body .i-news .right ul li .des {
  font-size: 18px;
  line-height: 1.45;
  color: #494949;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
#index-body .i-news .right ul li .title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news .right ul li .des::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: var(--color);
}
#index-body .i-news .right ul li:hover .title {
  color: var(--color);
}
#index-body .i-partner {
  border-top: 2px solid #f1f1f1;
}
#index-body .i-partner ul {
  text-align: center;
}
#index-body .i-partner ul li {
  padding: 10px;
  text-align: center;
}
#index-body .i-partner ul li img {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}
#index-body .i-partner ul li:hover img {
  opacity: 1;
}
#footer {
  background-color: #080808;
  padding-top: 95px;
}
#footer .top .left {
  width: 22%;
  padding-right: 40px;
}
#footer .top .left .i-title {
  color: white;
  line-height: 1.2;
  margin-top: 15px;
}
#footer .top .left .i-title::after {
  left: 10%;
  top: -4%;
}
#footer .top .right {
  width: 78%;
  background-color: #121212;
  padding: 45px 25px 20px;
}
#footer .top .right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #464646;
  padding-bottom: 20px;
}
#footer .top .right form input {
  width: 22%;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: white;
  border: none;
  padding-left: 15px;
  border-left: 1px solid #292828;
}
#footer .top .right form input[name="content"] {
  width: 40%;
}
#footer .top .right form input[type="submit"] {
  background-color: var(--color);
  border-left: none;
  text-align: center;
  padding: 0;
  width: 14%;
  white-space: nowrap;
}
#footer .top .right form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
#footer .coy {
  color: white;
  font-size: 16px;
  padding-bottom: 1.2em;
}
#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;
  margin-top: 65px;
  padding-bottom: 70px;
}
#footer .wrap .h5 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
}
#footer .wrap .one {
  width: 20%;
}
#footer .wrap .one .share a {
  margin-right: 25px;
  color: white;
}
#footer .wrap .one .share a i {
  font-size: 18px;
}
#footer .wrap .one p {
  font-size: 16px;
  color: white;
  margin-top: 25px;
}
#footer .wrap ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  color: #b3b3b3;
  line-height: 32px;
}
#footer .wrap ul li:hover {
  color: var(--color);
}
#footer .wrap .four {
  width: 26%;
}
#footer .wrap .four p {
  font-size: 16px;
  line-height: 32px;
  color: #b3b3b3;
}
#footer .wrap .four p:last-child {
  margin-bottom: 0;
}
#footer .wrap #ewm {
  width: 130px;
  height: 130px;
  border: 5px solid #fff;
}
#footer .wrap .two {
  width: 14%;
}
#footer .wrap .three {
  width: 48%;
}
#footer .f-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #464646;
  font-size: 16px;
  color: #424242;
}
#footer .f-copy svg {
  height: 26px;
  fill: #666;
  vertical-align: middle;
  width: auto;
}
#footer .f-copy .totop {
  color: white;
  cursor: pointer;
}
#footer .f-copy .totop i {
  color: var(--color);
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}
@media screen and (max-width: 1550px) {
  .ui.container {
    max-width: 1350px;
  }
  #banner ul li .content .box .h2 {
    font-size: 46px;
  }
  #banner ul li .content .box span {
    font-size: 24px;
  }
  .font-45 {
    font-size: 38px;
  }
  #index-body .i-about .right .h4 {
    font-size: 24px;
  }
  #index-body .i-about .right ul li p {
    font-size: 16px;
  }
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    max-width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 16px;
  }
  #banner ul li .content .box span {
    font-size: 18px;
  }
  #banner ul li .content .box .h2 {
    font-size: 34px;
  }
  #banner ul li .content .box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #index-body .i-product {
    padding: 65px 0 60px;
  }
  #index-body .i-product ul li .box .content .title {
    font-size: 18px;
  }
  .font-45 {
    font-size: 33px;
  }
  #index-body .i-about .right ul li .h3 span {
    font-size: 15px;
  }
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
  #index-body .i-application .left .btn {
    margin-top: 70px;
  }
  #index-body .i-news .left {
    padding-left: 4%;
    padding-right: 50px;
    width: 32%;
  }
  #index-body .i-news .right {
    width: 68%;
  }
  #index-body .i-news .right ul li .des {
    font-size: 16px;
  }
  #index-body .i-partner ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1300px){
  #header .nav .ui.menu .menu-box ul.menu>li{
    font-size: 17px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    max-width: 970px;
  }
  #header{
    display: none;
  }
  #mobile{
    display: block;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 13px;
  }
  #index-body .i-about .right .h4 {
    font-size: 20px;
  }
  .font-45 {
    font-size: 28px;
  }
  #index-body .i-about .right ul li {
    width: 50%;
  }
  .i-title::after {
    width: 50px;
    height: 50px;
  }
  #index-body .i-why .wrap .right {
    display: none;
  }
  #index-body .i-why .wrap .left {
    width: 100%;
  }
  #index-body .i-why {
    padding: 80px 0;
  }
  #index-body .i-application .left .content {
    font-size: 16px;
  }
  #index-body .i-news .left {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  #index-body .i-news .left .i-title {
    display: inline-block;
  }
  #index-body .i-news .right {
    padding: 0 15px;
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-partner {
    padding-bottom: 45px;
  }
  #footer .top .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .wrap .two,
  #footer .wrap .three {
    display: none;
  }
  #footer .wrap .four {
    width: 47%;
  }
  #footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content .box .h2 {
    font-size: 27px;
  }
  .more {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 32px;
  }
  #banner ul li .content .box .h2::after {
    width: 75px;
    height: 75px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-about .right ul li {
    width: 33%;
  }
  #index-body .i-about {
    padding: 45px 0 50px;
  }
  #index-body .i-why .top .left {
    width: 100%;
  }
  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-why {
    padding: 50px 0;
  }
  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
  #index-body .i-application .left {
    width: 100%;
  }
  #index-body .i-application .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-application .left .i-title {
    margin-bottom: 20px;
  }
  #index-body .i-application .left .btn {
    margin-top: 20px;
  }
  #index-body .i-application .right ul li a {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(184, 184, 184, 0.9);
    box-shadow: 0px 10px 30px 0px rgba(184, 184, 184, 0.9);
  }
  #index-body .i-application .right ul li {
    padding: 0 30px 0 32px;
  }
  #index-body .i-application .right ul .slick-list {
    padding-bottom: 70px;
  }
  #index-body .i-partner ul li {
    width: 33%;
  }
  #footer .top .right form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .right form input {
    width: 50%;
    margin-bottom: 15px;
    border-left: none;
    border-bottom: 1px solid #292828;
    padding-bottom: 10px;
  }
  #footer .top .right form input[name="content"] {
    width: 70%;
  }
  #footer .top .right form input[type="submit"] {
    width: 25%;
  }
  #footer .wrap .five {
    display: none;
  }
  #footer .wrap .one {
    display: none;
  }
  #footer .wrap .four {
    width: 100%;
  }
  #footer .wrap {
    margin-top: 20px;
    padding-bottom: 25px;
  }
  #footer .top .right {
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .img {
    display: none;
  }
  #banner ul li .content .box {
    width: 100%;
  }
  #banner ul li .content .box p {
    margin-bottom: 10px;
  }
  #index-body .i-product {
    padding: 40px 0;
  }
  #index-body .i-product .i-title {
    margin-bottom: 25px;
  }
  #index-body .i-product ul .slick-list {
    padding-bottom: 33px;
  }
  #index-body .i-about .left .box .num {
    font-size: 54px;
  }
  #index-body .i-about .left .box .num::after {
    width: 100px;
    height: 100px;
  }
  #index-body .i-application {
    padding-top: 40px;
  }
  #index-body .i-application .left .i-title {
    display: inline-block;
  }
  #index-body .i-partner ul li {
    vertical-align: middle;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content .box .h2 {
    font-size: 20px;
  }
  #banner ul li .content .box p {
    display: none;
  }
  #banner ul li .content .box .btn {
    display: none;
  }
  #banner ul li .content .box span {
    font-size: 15px;
    padding-left: 30px;
  }
  #banner ul li .content .box span::after {
    width: 20px;
  }
  .font-45 {
    font-size: 20px;
  }
  #index-body .i-about .left .box .num::after {
    width: 75px;
    height: 75px;
  }
  #index-body .i-about .left .box p {
    margin-top: 10px;
  }
  #index-body .i-about .right .h4 {
    font-size: 17px;
  }
  #index-body .i-about .right .content {
    font-size: 16px;
    margin-bottom: 17px;
  }
  #index-body .i-about .right ul li {
    width: 100%;
  }
  #index-body .i-why .top .right .des {
    font-size: 16px;
  }
  #footer .top .right form input {
    width: 100%;
  }
  #footer .top .right form input[name="content"] {
    width: 100%;
  }
  #footer .top .right form input[type="submit"] {
    width: 100%;
  }
  #footer .wrap .four p {
    font-size: 15px;
    line-height: 27px;
  }
}
.inner-page {
  color: #333;
}
.inner-page .m-page > div {
  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;
  gap: 5px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: var(--color);
  background-color: var(--color);
  color: white;
}
.mbx {
  line-height: 1;
}
.mbx span.font-30 {
  margin-right: 5px;
}
.mbx .link {
  margin-left: 5px;
}
.mbx .link a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mbx .link a:hover {
  color: var(--color);
}
.mbx .link span {
  display: none;
}
.space-page .list ul li a.img-box {
  z-index: 1;
}
.space-page .list ul li a.img-box img {
  position: relative;
  z-index: -1;
}
.space-page .list ul li a.img-box .play {
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.space-page .list ul li a.img-box .play i {
  border-left-color: var(--color);
}
.space-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.space-page .list ul li .content {
  background-color: #f2f2f2;
  padding: 7%;
}
.space-page .list ul li .content time {
  color: #999;
  line-height: 1;
}
.space-page .list ul li .content span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.2;
}
.space-page .list ul li .content span.h6:hover {
  color: var(--color);
}
.space-page .list ul li .content a.link {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #333;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.space-page .list ul li .content a.link:hover {
  border-bottom-color: #333;
}
.space-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.space-page .list ul li:hover a.img-box .play {
  opacity: 1;
}
.space-page .list ul.brand li a.img-box:before {
  opacity: 1;
}
.space-page .list ul.brand li a.img-box .play {
  opacity: 1;
}
hr {
  border: none;
  height: 1px;
  background-color: #e5e5e5;
  display: block;
}
.spacedet-page .spacedet-1 .text {
  /*max-width: 1100px;*/
  margin: 0 auto;
  text-align: left;
}
.spacedet-page .spacedet-2 span.h3 {
  color: #333;
}
.spacedet-page .spacedet-2 .list ul {
  margin: -15px;
}
.spacedet-page .spacedet-2 .list ul li {
  padding: 15px;
}
.nav-options {
  background-color: #f2f2f2;
  height: 70px;
  color: #333;
}
.nav-options .ui.container {
  height: inherit;
}
.nav-options .flex {
  gap: 4em;
  height: inherit;
}
.nav-options .flex a {
  height: 100%;
  position: relative;
  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;
}
.nav-options .flex a:before {
  content: '';
  width: 100%;
  height: 0.20833333em;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.nav-options .flex a:hover,
.nav-options .flex a.active {
  color: var(--color);
  font-weight: bold;
}
.nav-options .flex a:hover:before,
.nav-options .flex a.active:before {
  opacity: 1;
}
.history-page .left {
  width: 40%;
  padding-right: 5%;
  color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.history-page .left .dots p {
  margin-top: .5em;
  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;
}
.history-page .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.history-page .left span.h6 {
  font-style: italic;
}
.history-page .right {
  width: 60%;
}
.history-page .right .list ul li {
  position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  left: 1.23333333em;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.history-page .right .list ul li:first-child {
  padding-top: 0;
}
.history-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.history-page .right .list ul li i {
  width: 2.46666667em;
  height: 2.46666667em;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 2.33333333em;
}
.history-page .right .list ul li .content {
  width: 100%;
  background-color: #f2f2f2;
}
.history-page .right .list ul li .content .area {
  padding: 3% 4%;
}
.history-page .right .list ul li .content .area .text {
  max-height: 160px;
  overflow: auto;
}
.history-page .right .list ul li .content .area span.h6 {
  line-height: 1;
  color: #333;
}
.history-page .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-right: .3em;
}
.history-page .right .list ul li .content .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li.active:after {
  height: 100%;
}
.history-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}
.brand-page {
  overflow: hidden;
}
.brand-page .list .slick {
  margin: -8px;
}
.brand-page .list .slick li {
  padding: 8px;
}
.brand-page .text p {
  margin-top: 1.1em;
}
.brand-page .text p:first-child {
  margin-top: 0;
}
.brand-page .mw1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.brand-page .sfound .left {
  padding-right: 3.5%;
}
.brand-page .sfound .right {
  padding-left: 3%;
}
.brand-page .sfound .right .slick {
  padding-right: 60%;
  margin-right: -20%;
  overflow: hidden;
  padding-bottom: 70px;
}
.brand-page .sfound .right .slick .slick-list {
  overflow: unset;
  margin: -15px;
}
.brand-page .sfound .right .slick .slick-list li {
  padding: 15px;
}
.brand-page .sfound .right .slick .slick-list .slick-slide {
  position: relative;
  top: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.brand-page .sfound .right .slick .slick-list .slick-current {
  top: 70px;
}
.partners-page .list ul li span.h6 {
  padding: 3.5%;
  background-color: #f2f2f2;
  display: block;
}
.partners-page .info {
  background-color: #f2f2f2;
}
.partners-page .info i.iconfont {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #a3a3a3;
}
.inspiration-page span.h6 {
  background-color: #f2f2f2;
  padding: 4%;
  line-height: 1.2;
}
.inspiration-page .filter a.img-box {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inspiration-page .filter a.img-box:hover {
  -webkit-filter: unset;
  filter: unset;
}
.inspiration-page .team ul {
  row-gap: 1em;
}
.inspiration-page .team li {
  background-color: #e9e9e9;
  max-width: 210px;
  padding: 10px;
}
.inspiration-page .team li.wid {
  max-width: 300px;
}
.product-page .product-1 {
  background-color: #f2f2f2;
}
.product-page .product-1 .img {
  height: 250px;
  padding: 2%;
}
.product-page .product-1 .slideBar .left {
  padding-right: 3.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page .product-1 .slideBar .left .nav {
  background-color: white;
  padding: 1.42857143em;
}
.product-page .product-1 .slideBar .left .nav ul li {
  padding: 1.42857143em 0;
  border-bottom: 1px solid #e5e5e5;
}
.product-page .product-1 .slideBar .left .nav ul li:last-child {
  border-bottom: none;
}
.product-page .product-1 .slideBar .left .nav ul li i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .product-1 .slideBar .left .nav ul li a.on {
  color: var(--color);
}
.product-page .product-1 .slideBar .left .nav ul li a.on i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.product-page .product-1 .slideBar .left .nav ul li a.active {
  color: var(--color);
}
.product-page .product-1 .slideBar .left .nav ul li ul {
  margin-top: 1em;
  font-weight: normal;
  text-transform: capitalize;
  padding-left: 1em;
  display: none;
}
.product-page .product-1 .slideBar .left .nav ul li a.active~ul {
  display: block;
}
.product-page .product-1 .slideBar .left .nav ul li ul li {
  border-bottom: none;
  padding: .5em 0;
}
.product-page .product-1 .slideBar .left .nav ul li ul li a.active,
.product-page .product-1 .slideBar .left .nav ul li ul li a:hover {
  text-decoration: underline;
}
.product-page .product-1 .slideBar .right a.img-box {
  border: 1px solid #ebebeb;
}
.product-page .product-1 .slideBar .right span.h6 {
  padding: 5%;
}
.product-page .product-2 .text p {
  margin-top: 1.2em;
}
.product-page .product-2 .text p:first-child {
  margin-top: 0;
}
.product-page .prodet-1 .left {
  padding-right: 5%;
}
.product-page .prodet-1 .left .text {
  max-height: 300px;
  overflow: auto;
}
.product-page .prodet-1 .left .color span {
  height: 1em;
  width: 5em;
  border: 1px solid #dedede;
  cursor: pointer;
  cursor: hand;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .prodet-1 .left .color span.active {
  opacity: 1;
}
.product-page .prodet-1 .slick .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.product-page .prodet-1 .slick .slick-slide.slick-current ~ div {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.product-page .prodet-1 .text strong {
  font-weight: bold;
}
.product-page .prodet-2 {
  background-color: #f2f2f2;
}
.product-page .prodet-2 .text {
  line-height: 1.8;
}
.product-page .prodet-2 .text img {
  margin: 1.5em 0;
}
.product-page .prodet-2 .text table {
  margin: 2em 0;
}
.product-page .prodet-2 .text table tr:nth-child(even) {
  background-color: transparent !important;
}
.product-page .prodet-2 .text table td {
  text-align: left;
}
.product-page .prodet-2 .text table td img {
  margin: 0;
}
.about-page {
  background-repeat: no-repeat;
  background-position: center right -17%;
  background-size: contain;
}
.about-page .text p {
  margin-top: 1.2em;
}
.about-page .text p:first-child {
  margin-top: 0;
}
.contact-page .left {
  padding-right: 10%;
}
.contact-page .left i.iconfont {
  margin-right: .8em;
  color: #9c9c9c;
}
.contact-page iframe {
  border: none;
  height: 420px;
}
.Advantage-page .left .list ul {
  margin: -25px;
}
.Advantage-page .left .list ul li {
  padding: 25px;
}
.Advantage-page .text p {
  margin-top: 1.2em;
}
.Advantage-page .text p:first-child {
  margin-top: 0;
}
.Advantage-page .text.dots {
  padding-left: 1em;
}
.Advantage-page .text.dots p {
  position: relative;
}
.Advantage-page .text.dots p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  left: -1em;
  top: .5em;
}
.Advantage-page .technology a.img {
  width: 22.53164557%;
  overflow: hidden;
  border-radius: 50%;
  border-top-right-radius: 0;
}
.Advantage-page .technology .text {
  max-height: 150px;
  overflow: auto;
}
@media screen and (max-width: 1250px) {
  .mbx {
    padding-top: 40px;
  }
  .contact-page iframe {
    height: 360px;
  }
  .about-page {
    background-image: unset !important;
  }
  .about-page .wid-70 {
    width: 100%;
  }
  .product-page .product-1 .img {
    height: 200px;
  }
  .product-page .product-1 .slideBar .left {
    display: none;
  }
  .product-page .product-1 .slideBar .right {
    width: 100%;
  }
  .inspiration-page .list.wid-60 {
    width: 100%;
  }
  .brand-page .sfound .right .slick {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .brand-page .sfound .right .slick .slick-list .slick-current {
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .flex-wap > * {
    width: 100%;
    padding: 0 !important;
  }
  .contact-page iframe {
    height: 240px;
  }
  .product-page .product-1 .img {
    height: 120px;
  }
  .nav-options .flex {
    gap: 1em;
  }
  .partners-page .info {
    padding: 4%;
  }
  .space-page .list ul li a.img-box:before,
  .space-page .list ul li a.img-box .play {
    opacity: 1;
  }
  .history-page .left {
    position: static;
  }
  .history-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .history-page .right .list ul li .content .img {
    height: 180px;
  }
  .product-page .prodet-1 .slick .slick-slide.slick-current ~ div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .product-page .prodet-1 .left .color span {
    width: 50px;
  }
  #index-body .init-5 .text {
    height: 4.5em;
    overflow: hidden;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  #footer .logo {
    display:  none;
  }
  #footer .footer-top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .inspiration-page .team ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .inspiration-page .team li {
    width: 100%;
  }
  .nav-options {
    display: none;
  }
  .partners-page .partners {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners-page .partners ul {
    width: 100%;
  }
  .inner-page span.h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .inner-page span.h6 {
    font-size: 16px;
    line-height: 1.8;
  }
  .history-page .right .list ul li i {
    margin-right: 1em;
  }
  .history-page .right .list ul li .content .area .text {
    max-height: none;
  }
  #banner li .content .left a.more {
    display: none;
  }
}
h1.hhh {
    display: inline;
}
a.fooo {
    width: 743px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text.font-16.mt-17.mb-27.wow.fadeInUp.animated {
    font-size: 16px;
    line-height: 1.8;
}
.text.font-16 {
    font-size: 16px;
    line-height: 1.8;
}
p.pp {
    line-height: 1.8!Important;
}
.img.backImg.flex.flex-ae.flex-je.font-30 {
    font-size: 20px;
    color: #fff;
}
.contact-page .form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .form ul li {
    padding: 0 30px 37px 0;
}

.contact-page .form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact-page .form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box input::placeholder {
    color: #83827f;
}
.contact-page .form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact-page .form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact-page .form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
}
.contact-page .form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .form ul li .more {
    border: none;
}
.contact-page .form ul li .more:before {
    opacity: 1;
}
.contact-page .form ul li .more:hover:before {
    opacity: 0;
}
.contact-page .form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .form ul li:hover .box::before {
    width: 100%;
}
.contact-page .form ul li.active .box::before {
    width: 100%;
}
.contact-page .form ul li.wid-100 {
    width: 100% !important;
}