@font-face {
  font-family: 'kro';
  src: url(../fonts/KronaOne-Regular.ttf) format('truetype'), url(../fonts/KronaOne-Regular.eot) format('eot'), url(../fonts/KronaOne-Regular.woff) format('woff'), url(../fonts/KronaOne-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  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-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  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-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  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-weight: 300;
  font-display: swap;
}
:root {
  --base-color: #30c7b5;
  --color: #30c7b5;
}

body,
html {
  font-size: 13.31px;
}
.max-1450{
  max-width: 1450px;
}
body {
  font-family: "pop";
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
}
p {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,.title {
  font-family: "kro";
}
.fm{
  font-weight: 500;
}
.ui.container {
  padding: 0 60px;
  position: relative;
  width: 95%;
	max-width:1700px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #f3f5f3;
}
.flex-ac{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
}
#header.on {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--base-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .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 .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  max-width: 895px;
  width: 80%;
}
#header .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 auto;
  font-size: 20px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .ui.menu .menu-box ul.menu > li:hover {
  color: var(--base-color);
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .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;
  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: 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(--base-color);
  display: none \9;
}
#header .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: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .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 .ui.menu .menu-box ul.menu > li ul.sub-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: 0;
  left: 100%;
  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: 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(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 30px;
}
#header .ui.menu .language span {
  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;
  line-height: 2;
  font-size: 20px;
}
#header .ui.menu .language span em {
  width: 26px;
  height: 26px;
  display: block;
  background: url(../images/top-icon.png) no-repeat;
  background-position-y: center;
  background-position-x: 0;
  margin-right: 15px;
}
#header .ui.menu .language span i {
  width: 26px;
  height: 26px;
  background: url(../images/top-icon.png) no-repeat;
  background-position-y: center;
  background-position-x: 70%;
  margin-right: 0px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -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(--base-color);
  display: none;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang 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;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  width: 26px;
  height: 26px;
  margin-left: 0px;
  background: url(../images/top-icon.png) no-repeat;
  background-position-y: center;
  background-position-x: 100%;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#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%;
  position: relative;
}
#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: 40%;
  -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: var(--base-color);
}
#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: -75px;
}
#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: var(--base-color);
  -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: var(--base-color);
  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,
.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: var(--base-color);
}
#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: var(--base-color) !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;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 28px;
}
#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: var(--base-color);
}
#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;
}
a.more {
  width: auto;
  height: 65px;
  border: 4px solid var(--base-color);
  padding-left: 40px;
  padding-right: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 33px;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  z-index: 3;
	font-family:"kro";
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
a.more.active:before,
a.more:hover:before {
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: calc(100% - 12px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more.active i,
a.more:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}
a.more:before {
  content: "";
  position: absolute;
  width: 0;
  height: -webkit-calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  height: calc(100% - 8px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  left: 6px;
  display: block;
  background: var(--base-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  z-index: -1;
}
a.more i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: var(--base-color);
  margin-left: 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more em{
  white-space:nowrap;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5%;
  z-index: 7;
}
#banner .bannerbox ul.bannerlist li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	/* background: rgba(0,0,0,.3); */
	z-index: 5;
  background: url(../images/webli.png) left bottom no-repeat;
  opacity: 0.5;
  background-size: cover;
}
#banner .bannerbox ul.bannerlist li .content .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: center;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .left {
  width: 80%;
  max-width: 100em;
	position:relative;
	top:-200px;
  color: #fff;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .left span.tag {
  color: #fff;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .left .h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 6.2em;
  line-height: 1.17;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .left .h2 em {
  color: var(--base-color);
}
#banner .bannerbox ul.bannerlist li .content .ui.container .left .iconbox {
  margin-top: 6.5em;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .right {
  width: 50%;
  margin-right: -5%;
}
 span.tag {
  color: var(--base-color);
  display: block;
  padding: 0!important;
  font-family: "pop"!important;
  font-weight: 500;
  line-height: 1.8;
}
#index-body .h3 {
  letter-spacing: -2px;
}
#index-body .tops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .tops .left {
  display: inline-block;
}
#index-body .tops .left .h3 {
  display: inline-block;
}
.gxs-1 {
  margin-top: -15em;
  padding-bottom: 12em;
  position: relative;
  z-index: 9;
}
.gxs-1 .main {
  margin-top: 7.5em;
}
.gxs-1 .main ul {
  margin: -20px -20px;
}
.gxs-1 .main ul li {
  padding: 20px 20px;
}
.gxs-1 .main ul li .item .h4 {
  margin-top: 10px;
}
.gxs-1 .main ul li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-2 {
  height:auto;
  background: #393939;
  background-size: cover;
  padding-top: 0px;
  padding: 00px 0;
}
.gxs-2 .ui.container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  width: 100%;
  max-width: none;
}
.gxs-2 .ui.container .box {
  max-width: 800px;
  color: #fff;
  margin-left: 8%;
  padding-top:40px;
}
.gxs-2 .ui.container .box .h3 {
  color: inherit;
}
.gxs-2 .ui.container .box .text {
  margin: 35px 0;
  padding-right: 3em;
}
.gxs-2 .ui.container .box .text p {
  line-height: 2.22222222;
  color: inherit;
}
.gxs-2 .ui.container .box a.more {
  color: #fff;
}
.gxs-2 .ui.container .box a.more:before{
  width: ;
}
.gxs-2 .ui.container .box .btm {
  margin-top: 5em;
}
.gxs-2 .ui.container .box .btm ul {
  margin: 0 -15px;
}
.gxs-2 .ui.container .box .btm ul li {
  padding: 0 15px;
  text-align: left;
}
.gxs-2 .ui.container .box .btm ul li .h4{
  height: 50px;
  display: block;
}
.gxs-2 .ui.container .box .btm ul li .h4 span sub {
  font-size: 16px;
  font-weight: 300;
  font-family: "pop";
  position: relative;
  top: -8px;
}
.gxs-2 .ui.container .box .btm ul li p{
  line-height: 30px;
  margin-top: 0px;
}
.gxs-3 {
  position: relative;
  padding: 11em 0;
  overflow: hidden;
}
.gxs-3.made{
  padding-top: 11em;
  padding-bottom: 11em;
}
.gxs-3 img.dec {
  position: absolute;
  width: 40%;
/*   max-width: 850px; */
  left: 0;
  bottom: -60px;
}
.gxs-3 img.dec.dec2{
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 45%;

  bottom: auto;
  max-width: 49%;
}
.gxs-3 .ui.container .box {
  margin-left: auto;
  margin-right: 0;
  width: 56%;
	padding-left:0%;
/*   max-width: 740px; */
}
.gxs-3 .ui.container .box > p {
  line-height: 2;
  letter-spacing: -1px;
}
.gxs-3 .ui.container .box .main {
  margin-top: 3em;
  margin-bottom: 7em;
}
.gxs-3 .ui.container .box .main ul.cblist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  position: relative;
}
.gxs-3 .ui.container .box .main ul.cblist li:before{
  content: "";
  opacity: 0;
  position: absolute;
  left: 25px;
  top: 60px;
  width: 3px;
  height: 100%;
  background: url(../images/point-line.png) top center no-repeat;
  display: block;
  
}
.gxs-3 .ui.container .box .main ul.cblist li.active:before{
  opacity: 1;
}
.gxs-3 .ui.container .box .main ul.cblist li.active .text p {
  display: block;
}
.gxs-3 .ui.container .box .main ul.cblist li:nth-child(1) .icon {
  background-image: url(../images/adv-icon-list.png);
  background-position-x: center;
  background-position-y: -5%;
}
.gxs-3 .ui.container .box .main ul.cblist li:nth-child(2) .icon {
  background-image: url(../images/adv-icon-list.png);
  background-position-x: center;
  background-position-y: 36%;
}
.gxs-3 .ui.container .box .main ul.cblist li:nth-child(3) .icon {
  background-image: url(../images/adv-icon-list.png);
  background-position-x: center;
  background-position-y: 59%;
}
.gxs-3 .ui.container .box .main ul.cblist li:nth-child(4) .icon {
  background-image: url(../images/adv-icon-list.png);
  background-position-x: center;
  background-position-y: 81%;
}
.gxs-3 .ui.container .box .main ul.cblist li:nth-child(5) .icon {
  background-image: url(../images/adv-icon-list.png);
  background-position-x: center;
  background-position-y: 104%;
}


.gxs-3.made .ui.container .box .main ul.cblist li:nth-child(1) .icon {
  background-image: url(../images/adv-icon-list1.png);
  background-position-x: center;
  background-position-y: -5%;
}
.gxs-3.made .ui.container .box .main ul.cblist li:nth-child(2) .icon {
  background-image: url(../images/adv-icon-list1.png);
  background-position-x: center;
  background-position-y: 36%;
}
.gxs-3.made .ui.container .box .main ul.cblist li:nth-child(3) .icon {
  background-image: url(../images/adv-icon-list1.png);
  background-position-x: center;
  background-position-y: 59%;
}
.gxs-3.made .ui.container .box .main ul.cblist li:nth-child(4) .icon {
  background-image: url(../images/adv-icon-list1.png);
  background-position-x: center;
  background-position-y: 81%;
}
.gxs-3.made .ui.container .box .main ul.cblist li:nth-child(5) .icon {
  background-image: url(../images/adv-icon-list1.png);
  background-position-x: center;
  background-position-y: 104%;
}

.gxs-3 .ui.container .box .main ul.cblist li .icon {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 100%;
  background-color: var(--base-color);
  background-repeat: no-repeat;
}
.gxs-3 .ui.container .box .main ul.cblist li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  padding-top: 15px;
}
.gxs-3 .ui.container .box .main ul.cblist li .text .top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gxs-3 .ui.container .box .main ul.cblist li .text .top i {
  font-size: 12px;
  color: #aaa;
  position: relative;
  top: 5px;
}
.gxs-3 .ui.container .box .main ul.cblist li .text p {
  line-height: 30px;
  margin-top: 10px;
  max-width: 90%;
  display: none;
}
.gxs-4 {
  height: 635px;
  padding-top: 15em;
  background: url(../images/index-contact-b2.jpg) center center no-repeat;
  background-size: cover;
}
.gxs-4 .ui.container {
  text-align: center;
}
.gxs-4 .ui.container .h3 {
  color: #fff;
}
.gxs-4 .ui.container .info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #fff;
}
.gxs-4 .ui.container .info em {
  margin-left: 15px;
}
.gxs-4 .ui.container .formbox {
  max-width: 870px;
  margin: 0 auto;
  margin-top: 3.5em;
}
.gxs-4 .ui.container .formbox form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-4 .ui.container .formbox form textarea,
.gxs-4 .ui.container .formbox form input[type="text"],
.gxs-4 .ui.container .formbox form input[type="email"] {
  width: 100%;
  width: 100%;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  text-align: left;
}
.gxs-4 .ui.container .formbox form textarea{
  line-height: 50px;
}
.gxs-4 .ui.container .formbox form .box{
  margin: 0 -10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gxs-4 .ui.container .formbox form p{
	width:100%;
}
.gxs-4 .ui.container .formbox form span{
  padding: 0 10px;
	width:50%;
	
}
.gxs-4 .ui.container .formbox form ul{
  margin: 10 -10px;
}
.gxs-4 .ui.container .formbox form ul li{
  width: 50%;
  padding: 0 10px;
}
.gxs-4 .ui.container .formbox form span:nth-child(3){
	width:100%;
}
.gxs-4 .ui.container .formbox form span:nth-child(4){
  width: 100%;
}
.gxs-4 .ui.container .formbox form textarea::-webkit-input-placeholder,
.gxs-4 .ui.container .formbox form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.gxs-4 .ui.container .formbox form textarea::-webkit-input-placeholder,
.gxs-4 .ui.container .formbox form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.gxs-4 .ui.container .formbox form textarea::-webkit-input-placeholder,
.gxs-4 .ui.container .formbox form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.gxs-4 .ui.container .formbox form textarea::-webkit-input-placeholder,
.gxs-4 .ui.container .formbox form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.gxs-4 .ui.container .formbox form textarea::-webkit-input-placeholder,
.gxs-4 .ui.container .formbox form input[type="text"]::placeholder {
  color: #fff;
}
.gxs-4 .ui.container .formbox form textarea::-webkit-input-placeholder,
.gxs-4 .ui.container .formbox form input[type="email"]::placeholder {
  color: #fff;
}
.gxs-4 .ui.container .formbox form textarea::-webkit-input-placeholder,
.gxs-4 .ui.container .formbox form input[name="content"] {
  width: 100%;
}
.gxs-4 .ui.container .formbox form a.more {
  margin: 0 auto;
  color: #fff;
}
.gxs-4 .ui.container .formbox form a.more input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.gxs-5 {
  padding-top: 13.5em;
  padding-bottom: 12.5em;
}
.gxs-5 .ui.container .tops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.gxs-5 .ui.container .tops img.dec {
  position: absolute;
  left: -114px;
  bottom: -44px;
  z-index: -1;
}
.gxs-5 .ui.container .tops .h3 {
  display: inline-block;
  width: 30%;
  
}
.gxs-5 .ui.container .tops .right {
  /* max-width: 700px; */
  line-height: 2;
  width: 65%;
}
.gxs-5 .ui.container .tops .right p {
  line-height: 1.77777778;
  margin-bottom: 25px;
}
.gxs-5 .ui.container .main {
  margin-top: 8em;
}
.gxs-5 .ui.container .main ul {
  margin: -20px;
}
.gxs-5 .ui.container .main ul li {
  padding: 30px;
  text-align: center;
}
/* .gxs-5 .ui.container .main ul li:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
} */
.gxs-5 .ui.container .main ul li .item{
  text-align: center;
  padding: 5px 0;
  /* border: 1px solid #eee; */
}
/* .gxs-5 .ui.container .main ul li img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.5;
  margin: 0 auto;
} */
 .gxs-5 .ui.container .main ul li .item  img{
  margin: 0 auto;
 }
.gxs-6 {
  padding-top: 10.5em;
  padding-bottom: 12em;
  background: #ebebeb;
}
.gxs-6 .main {
  margin-top: 5em;
}
.gxs-6 .main ul.newslist {
  margin: -30px;
}
.gxs-6 .main ul.newslist li {
  padding: 30px;
  text-align: left;
}
.gxs-6 .main ul.newslist li .img-box {
  margin-bottom: 10px;
}
.gxs-6 .main ul.newslist li .item .time {
  color: #7d7d7d;
}
.gxs-6 .main ul.newslist li .item .h4 {
  margin-top: 10px;
  margin-bottom: 25px;
}
.gxs-6 .main ul.newslist li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .main ul.newslist li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-6 .main ul.newslist li .item p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
      line-height: 30px;
}
#footer {
  background: #333333;
  padding-bottom: 7em;
}
#footer .footer-main {
  padding-bottom: 3.5em;
}
#footer .footer-main .top {
  padding-top: 10em;
  text-align: center;
}
#footer .footer-main .top .h3 {
  color: #fff;
  margin-bottom: 30px;
}
#footer .footer-main .top .formbox {
  /* max-width: 1015px; */
  margin: 0 auto;
}
#footer .footer-main .top .formbox form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .top .formbox form .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  height: 70px;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  background: #3d3d3d;
  border-radius: 35px;
}
#footer .footer-main .top .formbox form .box input[type="text"],
#footer .footer-main .top .formbox form .box input[type="email"] {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: none;
  color: #FFF;
  background: transparent;
  font-size: 16px;
  padding-left: 15px;
  border-left: 1px solid #9f9f9f;
}
#footer .footer-main .top .formbox form .box input[name="your-name"]{
  border: none;
}
#footer .footer-main .top .formbox form .box input[type="text"]::-webkit-input-placeholder {
  color: #9f9f9f;
}
#footer .footer-main .top .formbox form .box input[type="text"]:-moz-placeholder {
  color: #9f9f9f;
}
#footer .footer-main .top .formbox form .box input[type="text"]::-moz-placeholder {
  color: #9f9f9f;
}
#footer .footer-main .top .formbox form .box input[type="text"]:-ms-input-placeholder {
  color: #9f9f9f;
}
#footer .footer-main .top .formbox form .box input[type="text"]::placeholder,
#footer .footer-main .top .formbox form .box input[type="email"]::placeholder  {
  color: #9f9f9f;
}
#footer .footer-main .top .formbox form .box input[name="name"] {
  border: none;
}
#footer .footer-main .top .formbox form span.btn {
  width: 108px;
  height: 70px;
  display: block;
  position: relative;
  border-radius: 35px;
  background: var(--base-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .top .formbox form span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#footer .footer-main .top .formbox form span.btn i {
  font-size: 28px;
  color: #fff;
}
#footer .footer-main .top .formbox form span.btn input[type="submit"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}
#footer .footer-main .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .center > div {
  display: inline-block;
  padding-top: 5em;
}
#footer .footer-main .center .h4 {
  color: #9f9f9f;
  margin-bottom: 30px;
}
#footer .footer-main .center .info p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  max-width: 290px;
  font-weight: 400;
}
#footer .footer-main .center .links ul li a {
  font-size: 18px;
  line-height: 1.88888889;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .center .links ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .footer-main .center .ewmbox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .center .ewmbox ul.sharelist li {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #9f9f9f;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
#footer .footer-main .center .ewmbox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  border-color: var(--base-color);
}
#footer .footer-main .center .ewmbox ul.sharelist li i {
  color: inherit;
  font-size: 14px;
}
#footer .footer-main .center .ewmbox #ewm {
  width: 132px;
  height: 132px;
  display: block;
  padding: 5px;
  background: #fff;
  margin-top: 15px;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  padding: 5px 0;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}
#footer .footer-bottom .ui.container .center {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #9f9f9f;
  font-weight: 500;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #9f9f9f;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #9f9f9f;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-56 {
  font-size: 56px;
  line-height: 1.17857143;
}
.font-52 {
  font-size: 52px;
  line-height: 1.5;
}
.font-40 {
  font-size: 40px;
  line-height: 1;
}
.font-17 {
  font-size: 17px;
}
.font-48{
  font-size: 48px;
}
  .font-26{
    font-size: 26px;
  }
@media screen and (max-width: 1600px) {
  .gxs-1 {
    margin-top: 0;
  }
  /* .gxs-2 .ui.container .box .text {
    max-height: 10px;
    overflow-y: auto;
} */
.gxs-2 .ui.container .box {
    width: 75%;
    max-width: 800px;
    color: #fff;
    margin-left: 0;
    padding-top: 40px;
}
/* .gxs-2 .ui.container .box .btm ul li p{
  max-height: 80px;
  overflow-y: auto;
} */
}
@media screen and (max-width: 1400px) {

  #header .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  .font-56 {
    font-size: 32px;
  }
  .gxs-2{
    background-position: left;
  }
  .gxs-2 .ui.container{
    flex-wrap: wrap;
    justify-content: center;
  }
    .gxs-2 .ui.container .box{
      width: 100%;
    } 
    .gxs-2 .ui.container .imgbox{
      width: 100%;
      margin-top: 40px;
      text-align: center;
      max-width: 800px;
    }
    #banner .bannerbox ul.bannerlist li .content .ui.container .left{
      top:-20px;
    }
}
@media screen and (max-width: 1200px) {
  #header .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container .left .iconbox {
    margin-top: 3.5em;
  }
  .font-56 {
    font-size: 24px;
  }
  .font-52 {
    font-size: 32px;
  }
  .font-18 {
    font-size: 16px;
  }
  .gxs-2 {
    height: auto;
    padding: 8em 0;
  }
  .font-22 {
    font-size: 16px;
  }
  .gxs-2 .ui.container .box{
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
#banner .bannerbox ul.bannerlist li .content .ui.container .left{
  top: 0;
}
#banner .bannerbox ul.bannerlist li .content{
  top: 50%;
}
  #banner .bannerbox ul.bannerlist li .content .ui.container .left .iconbox {
    display: none;
  }
  a.more {
    height: 50px;
  }
  a.more i {
    width: 36px;
    height: 36px;
  }
  .font-40 {
    font-size: 30px;
  }
  .gxs-3 img.dec {
    display: none;
  }
  .font-24 {
    font-size: 16px;
  }
  .gxs-3 .ui.container .box {
    width: 100%;
  }
  #footer .footer-main .center > div.links {
    display: none;
  }
  .font-16 {
    font-size: 14px;
    line-height: 28px;
  }
  .gxs-2 .ui.container .box{
    left: 0%;
  }
  #footer .footer-bottom .ui.container .center{
    justify-content: center;
    p{
      text-align: center;
    }
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  #footer .footer-bottom .ui.container p a.foothuayue {
    display: none !important;
}
  .mb-nav {
    display: none;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container .left {
    width: 100%;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container .right {
    display: none;
  }
  h1.shouyeh1.font-18 {
    font-size: 14px !important;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .left .h2 {
    line-height: 30px;
}
  .font-28 {
    font-size: 20px;
  }

  .font-52 {
    font-size: 26px;
  }
  .font-18 {
    font-size: 14px;
  }
  html,
  body {
    font-size: 4px;
  }
  .gxs-2 .ui.container .box .btm ul li {
    padding-bottom: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
  .gxs-4 .ui.container .formbox form input[type="text"],
   .gxs-4 .ui.container .formbox form input[type="email"] {
    width: 100%;
  }
  .gxs-4 {
    height: auto;
    padding: 8em 0;
  }
  #footer .footer-main .top .formbox form .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px;
    border-radius: 0;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-main .top .formbox form .box input[type="text"],
  #footer .footer-main .top .formbox form .box input[type="email"]{
    width: 100%;
    margin-left: 20px;
    border: none;
    border-bottom: 1px solid #7d7d7d;
    margin-bottom: 15px;
  }
  .gxs-4 .ui.container .formbox form span{
    width: 100%;
  }
  
}
@media screen and (max-width: 500px) {
  .font-56 {
    font-size: 20px;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container .left a.more {
    display: none;
  }
  .font-52 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 14px;
  }
  #footer .footer-main .center .info p {
    font-size: 14px;
  }
  .font-22 {
    font-size: 14px;
  }
  .font-40 {
    font-size: 18px;
  }
  .gxs-4 .ui.container .info img {
    max-width: 20px;
  }
  .gxs-4 .ui.container .info p {
    font-size: 14px;
  }
  .gxs-4 .ui.container .info em{
    font-size: 12px;
  }
  #footer .footer-main .top .formbox form span.btn{
    height: 40px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 25px;
  bottom: 40px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#Pop_UpsBtn:hover {
  background: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 25px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}



/* inner css kaishi */
.i-tag {
  font-size: 28px;
/*   font-weight: 600; */
  color: #30c7b5;
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: #30c7b5;
  width: 40px;
  height: 1px;
  margin-right: 20px;
  display: none;
}
.font-45 {
  font-size: 45px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 100px;
}
.about-page .about-1 .top .i-title {
  margin-left: 40px;
}
.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
  padding: 100px 0;
  margin-top: 65px;
}
.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.about-page .about-1 .box ul li {
  width: 30%;
  background: #1a1a1a;
  margin: 0 10px;
  color: white;
  padding: 25px 20px 60px;
}
.about-page .about-1 .box ul li .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 34px 0 3px;
}
.about-page .about-1 .box ul li .h3 em {
  font-size: 49px;
}
.about-page .about-1 .box ul li p {
  font-size: 16px;
}
.about-page .about-1 .box ul li:first-child {
  background: var(--color);
}
.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s rotate linear infinite;
  -moz-animation: 20s 0.3s rotate linear infinite;
  animation: 20s 0.3s rotate linear infinite;
}
.about-page .about-1 .box .wrap .left {
  width: 40%;
}
.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-left: 50px;
  padding-right: 260px;
}
.about-page .about-1 .box .wrap .right .content {
  font-size: 18px;
  line-height: 2;
  opacity: 0.73;
}
.about-page .about-2 {
  background: url(../images/factory-bg.jpg) center;
  background-size: cover;
  color: white;
  padding-top: 130px;
  padding-bottom: 80px;
}
.about-page .about-2 .top {
  position: relative;
  margin-bottom: 80px;
}
.about-page .about-2 .top .i-tag {
  padding-top: 20px;
}
.about-page .about-2 .top .i-title {
  width: 45%;
  margin-left: 40px;
}
.about-page .about-2 .top .more_btn {
  position: absolute;
  right: 0;
}
.about-page .about-2 .top .more_btn .arrow {
  background: white;
}
.about-page .about-2 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.about-page .about-2 .top .more_btn .more {
  border-color: white;
  color: white;
}
.about-page .about-2 .list {
  padding-left: 230px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
  padding-right: 30%;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .box {
  position: relative;
  border-bottom: 2px solid var(--color);
}
.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 80px 20px 10px;
}
.about-page .about-2 .list ul li .box .arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.about-page .about-2 .list ul li .box .arrow img {
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-2 .list .btn {
  margin-top: 20px;
}
.about-page .about-2 .list .btn span {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: white;
  margin-right: 15px;
  cursor: pointer;
}
.about-page .about-2 .list .btn span img {
  vertical-align: middle;
}
.about-page .about-2 .list .btn span.prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.about-page .about-2 .list .btn span.next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page #index-body .i-advantage {
  background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
.about-page .about-3 {
  padding-bottom: 130px;
}
.about-page .about-3 .left {
  width: 20%;
  padding-top: 30px;
}
.about-page .about-3 .right {
  width: 80%;
}
.about-page .about-3 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 0;
  padding-right: 270px;
}
.about-page .about-3 .right ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li p {
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #5e5e5e;
}
.about-page .about-3 .right ul li .time {
  font-size: 20px;
  background: var(--color);
  color: white;
  height: 40px;
  line-height: 44px;
  border-radius: 20px;
  position: absolute;
  right: 50px;
  top: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 50px;
}
.about-page .about-3 .right ul li:first-child {
  padding-top: 0;
}
.about-page .about-3 .right ul li:hover .h3,
.about-page .about-3 .right ul li.active .h3 {
  font-size: 45px;
}
.about-page .about-3 .right ul li:hover p,
.about-page .about-3 .right ul li.active p {
  font-size: 20px;
}
.about-page .about-3 .right ul li:hover .time,
.about-page .about-3 .right ul li.active .time {
  opacity: 0;
}
.about-page .about-num {
  padding: 75px 0 90px;
}
.about-page .about-num ul {
  margin: -25px;
}
.about-page .about-num ul li {
  padding: 25px;
}
.about-page .about-num ul li p {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 17px;
}
.about-page .about-num ul li .h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-num ul li .h2 em {
  font-size: 50px;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-right {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.product-yd-page {
  padding: 100px 0 120px;
}
.product-yd-page .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  align-items: center;
}
.product-yd-page .item .content {
  width: 50%;
}
.product-yd-page .item .content .i-title {
  margin: 0 0 13px;
}
.product-yd-page .item .content .txt {
  font-size: 18px;
  line-height: 1.7;
  color: #5e5e5e;
  margin-bottom: 15px;
  display: none;;
}
.product-yd-page .item .content ul {
  margin: -10px;
  margin-bottom: 15px;
}
.product-yd-page .item .content ul .slick-track{
  margin-left: 0;
  margin-right: auto;
}
.product-yd-page .item .content ul li {
  padding: 10px;
  text-align: center;
}
.product-yd-page .item .content ul li .img-box {
  position: relative;
}
.product-yd-page .item .content ul li .img-box img {
  /* max-width: 150px; */
/*   margin: 0px auto 0; */
	background: #ebebeb;
	border-radius: 15px;
}
.product-yd-page .item .content ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #f6f6f6;
  z-index: -1;
  display: none;
}
.product-yd-page .item .content ul li h6 {
  font-size: 16px;
  line-height: 1.5;
	    text-align: left;
  margin-top: 20px;
  height: 48px;
  overflow-y: auto;
}
.product-yd-page .item .content .more_btn .more::after {
  color: black;
}
.product-yd-page .item .img {
  width: 50%;
  position: relative;
}
.product-yd-page .item .img .small-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  display:none!important;
}
.product-yd-page .item:last-child {
  margin-bottom: 0;
}
.product-yd-page .item:nth-child(2n-1) .content {
  padding: 0 40px 0 260px;
}
.product-yd-page .item:nth-child(2n-1) .img .big-img img {
  margin-left: auto;
  display: block;
  width: auto;
}
.product-yd-page .item:nth-child(2n-1) .img .small-img {
  left: 0;
}
.product-yd-page .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .item:nth-child(2n) .content {
  padding: 0 260px 0 40px;
}
.product-yd-page .item:nth-child(2n) .img .big-img img {
  display: block;
  width:auto;
}
.product-yd-page .item:nth-child(2n) .img .small-img {
  right: 0;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #bdbdbd;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: #30c7b5;
}
.product-page {
  padding-top: 100px;
}
.product-page .sideLeft {
  width: 22% !important;
  position: sticky;
  top: -550px;
}
.product-page .sideLeft .top {
 background: #f3f3f3;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.product-page .sideLeft .top .form {
  padding: 0 15px;
}
.product-page .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 5px;
}
.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #000;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}
.product-page .sideLeft .top .nav .h4 {
  color: #000;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 15px;
  color: #000;
  font-size: 18px;
  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 rgba(255, 255, 255, 0.1);
}
.product-page .sideLeft .top .nav ul li>a img{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideLeft .top .nav ul li >a img.active{
   -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li:hover > a,
.product-page .sideLeft .top .nav ul li.active > a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}
.product-page .sideLeft .top .nav ul li:hover > a::before,
.product-page .sideLeft .top .nav ul li.active > a::before,
.product-page .sideLeft .top .nav ul li:hover > a::after,
.product-page .sideLeft .top .nav ul li.active > a::after {
  opacity: 1;
}
.product-page .sideLeft .top .nav ul li ul li a{
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}
.product-page .sideLeft .top .nav ul li ul li:nth-child(1) a::before{
  content: none;
}
.product-page .sideLeft .top .nav ul li.active > ul{
  display: block;
}
.product-page .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 15px 20px;
    padding-bottom: 50px;
	color:#fff;
}

.product-page .sideLeft .bottom form input[type="text"],
.product-page .sideLeft .bottom form input[type="email"]{
	height:45px;
	background:transparent;
	
	font-size:16px;
	line-height:45px;
	color:#fff;
	margin-bottom:15px;
	border:none;
	border-bottom:1px solid #fff;
	width:100%;
}

.product-page .sideLeft .bottom form textarea{
	height:45px;
	background:transparent;
	
	font-size:16px;
	line-height:44px;
	color:#fff;
	margin-bottom:15px;
	border:none;
	border-bottom:1px solid #fff;
	width:100%;
}
.product-page .sideLeft .bottom form textarea::placeholder{
  color: #fff;
}
.product-page .sideLeft .bottom form ul li{
  width: 100%;
}
/* .product-page .sideLeft .bottom form ul li:nth-child(4){
  display: none;
} */
.product-page .sideLeft .bottom form .btn{
	width:200px;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:var(--color);
	transition:0.3s all;
	position:relative;
	margin:0 auto;
	border-radius:5px;
}
.product-page .sideLeft .bottom form .btn .fa{
	margin-left:10px;
}
.product-page .sideLeft .bottom form .btn:hover{
	transition:0.3s all;
	background:#000;
}
.product-page .sideLeft .bottom form input[type="submit"]{
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
}
.product-page .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}
.product-page .sideRight {
  width: 78% !important;
  padding-left: 75px;
}
.product-page .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page .sideRight ul {
  margin: 10px;
}
.product-page .sideRight ul li {
  padding: 10px;
  text-align: center;
}
.product-page .sideRight ul li .img-box {
  border-radius: 10px;
  background: #ebebeb;
  /*padding: 36px 50px;*/
}
.product-page .sideRight ul li img{
  background: #ebebeb;
}
.product-page .sideRight ul li p {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin: 15px 0 30px;
}
.prodet-page .prodet-1 {
  padding: 50px 0 80px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
}
.prodet-page .prodet-1 .left a {
  background: #ebebeb;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 0;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 48px;
  position: relative;
}
.prodet-page .prodet-1 .right h1{
  padding-right: 10px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 30px;
  opacity: 1;
  margin: 25px 0 60px;
  color: #666;
  max-height: 360px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .gallery {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .gallery ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .gallery ul li a {
  border-radius: 10px;
  display: block;
  background: #ebebeb;
  padding: 10px 20px;
}
.prodet-page .prodet-1 .right .gallery ul li a img {
  width: auto;
  margin: auto;
}
.prodet-page .prodet-1 .right .more_btn{
  position: relative;
  left: 0;
  top: 0;
}
.prodet-page .prodet-1 .right .more_btn .more::after {
  color: black;
}
.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #ebebeb;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-2 ul.options li {
  font-size: 24px;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 50px 0;
  position: relative;
}
.prodet-page .prodet-2 ul.options li a {
  position: relative;
  font-family: "kro";
 
}
.prodet-page .prodet-2 ul.options li a::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color);
}
.prodet-page .prodet-2 ul.options li.active {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 ul.options li.active a::after {
  background: white;
}
.prodet-page .prodet-2 .box {
  padding: 5px 0;
}
.prodet-page .prodet-2 .box .content {
  font-size: 16px;
  line-height: 30px;
  padding: 60px 0;
}
.prodet-page .prodet-2 .list {
  padding: 10px 0;
}
.prodet-page .prodet-2 .list ul {
  margin: -15px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .img-box {
  background: #ebebeb;
  border-radius: 10px;
  padding: 0px;
}
.prodet-page .prodet-2 .list ul li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
  opacity: 1;
  font-family: "kro";
}
.w-100 {
  width: 100%;
}
.hose-page .hose-1 {
  padding-top: 160px;
}
.hose-page .hose-1 .left {
  width: 30%;
  padding-top: 20px;
}
.hose-page .hose-1 .right {
  width: 70%;
}
.hose-page .hose-1 .right .content {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  margin-top: 45px;
}
.hose-page .hose-2 {
  padding-top: 90px;
}
.hose-page .hose-2 .h2 {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  left: 43px;
  bottom: -22px;
  z-index: 11;
}
.hose-page .hose-3 {
  padding-top: 150px;
  padding-bottom: 110px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 .left {
  width: 30%;
}
.hose-page .hose-3 .right {
  width: 70%;
}
.hose-page .hose-3 .right .txt {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  margin-bottom: 100px;
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  margin-top: 10px;
}
.hose-page .hose-4 .left {
  vertical-align: middle;
}
.hose-page .hose-4 .right {
  padding: 0 260px 0 130px;
  vertical-align: middle;
}
.hose-page .hose-4 .right .i-title {
  margin: 18px 0 20px;
}
.hose-page .hose-4 .right .txt {
  font-size: 18px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
  border-top: 1px solid #eee;
  position: relative;
  padding-left: 112px;
  padding-top: 60px;
  padding-bottom: 47px;
}
.hose-page .hose-4 .right ul li .h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.hose-page .hose-4 .right ul li p {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
  margin-top: 12px;
}
.hose-page .hose-4 .right ul li:first-child {
  border-top: none;
}
.hose-page .hose-4 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 100%;
  /*background: url(../images/icon.png) no-repeat left center;*/
}
.hose-page .hose-4 .right ul li:nth-child(1)::after{
  background: url(../images/a-a.png) no-repeat left center;
}
.hose-page .hose-4 .right ul li:nth-child(2)::after{
  background: url(../images/b-b.png) no-repeat left center;
}
.hose-page .hose-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #111111), color-stop(83%, white));
  background: -webkit-linear-gradient(top, #111111 83%, white 83% 100%);
  background: -moz-linear-gradient(top, #111111 83%, white 83% 100%);
  background: linear-gradient(to bottom, #111111 83%, white 83% 100%);
  padding-top: 110px;
}
.hose-page .hose-5 .top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin-bottom: 65px;
}
.hose-page .hose-5 .top .i-tag {
  padding-top: 20px;
  margin-right: 40px;
}
.hose-page .hose-5 .top .more_btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.hose-page .hose-5 .top .more_btn .more {
  border-color: white;
  color: white;
}
.hose-page .hose-5 .top .more_btn .arrow {
  background: white;
}
.hose-page .hose-5 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.hose-page .hose-5 ul .slick-list {
  padding-bottom: 110px;
}
.hose-page .hose-5 ul li {
  position: relative;
}
.hose-page .hose-5 ul li .content {
  position: absolute;
  left: 0;
  top: 53%;
  width: 35%;
  border-bottom: 3px solid #30c7b5;
  background: white;
  padding: 120px 45px 45px;
}
.hose-page .hose-5 ul li .content .h4 {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 90px;
}
.hose-page .hose-5 ul li .content .more_btn .more::after {
  color: black;
}
.hose-page .hose-5 ul .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.hose-page .hose-5 ul .slick-dots li {
  width: 50%;
  margin: 0 10px;
  height: 1px;
  background: #acacac;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hose-page .hose-5 ul .slick-dots li button {
  position: absolute;
  left: 0;
  bottom: 5px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hose-page .hose-5 ul .slick-dots li.slick-active {
  background: var(--color);
}
.hose-page .hose-5 ul .slick-dots li.slick-active button {
  opacity: 1;
}
.hose-page .hose-6 {
  padding: 100px 0 330px;
  background: url(../images/hose-form-bg.png) no-repeat left bottom;
}
.hose-page .hose-6 .top {
  width: 50%;
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
}
.hose-page .hose-6 .form {
  padding-right: 310px;
  position: relative;
}
.hose-page .hose-6 .form 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
  width: 48%;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
  width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
  color: black;
}
.elementor-widget-container {
  margin: 80px 0 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
  content: "";
  width: 1px;
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #dfe1e7;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: -webkit-calc(50% - 60px);
  -ms-flex-preferred-size: calc(50% - 60px);
  flex-basis: -moz-calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
  padding: 0 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
  /*height: 100%;*/
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  opacity: 0;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
  margin-right: 50px;
  margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
  height: 60px;
  line-height: 60px;
  width: 60px;
  -webkit-box-shadow: 0 0 0 1px #dfe1e7;
  box-shadow: 0 0 0 1px #dfe1e7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: var(--text);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
  -webkit-box-shadow: 0 0 0 1px var(--color);
  box-shadow: 0 0 0 1px var(--color);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
  opacity: .2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info .scroll-timeline-desc {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_light);
  margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.8;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
  width: 1px;
  background-color: var(--color);
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: auto;
  z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
  -webkit-box-shadow: 0 0 0 1px var(--color);
  box-shadow: 0 0 0 1px var(--color);
}
.contact-page .contact-2 ul {
  margin: 0 -70px;
  padding: 70px 0;
  border-radius: 0 0 50px 50px;
}
.contact-page .contact-2 ul li {
  padding: 0 70px;
  text-align: center;
}
.contact-page .contact-2 ul li .h4 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 2;
  padding-top: 26px;
}

.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -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);
  padding: 20px 40px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 18px;
  opacity: 0.8;
}
.news-page ul li .box>.column:first-child{
  width: 70%;
  padding-right: 20px;
}

.news-page ul li .box>.column:last-child{
  width: 30%;
  margin-top: 90px;
  text-align: right;
}
.news-page ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 12px 0 20px;
  min-height: 60px;
  line-height: 1.8;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.news-page ul li .box .more_btn .more::after {
  color: black;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .newdet-1 {
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 45px;
/*   font-weight: bold; */
}
.newdet-page .newdet-1 .time {
  font-size: 18px;
  opacity: 0.8;
  margin: 20px 0;
}
.newdet-page .newdet-1 .content {
  font-size: 18px;
  line-height: 2;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: left;
}
.newdet-page .newdet-1 .m-link{
  text-align: left;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li p{
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
  .about-page .about-2 .list {
    padding-left: 90px;
  }
  .product-yd-page .item:nth-child(2n-1) .content {
    padding-left: 70px;
  }
  .product-yd-page .item:nth-child(2n) .content {
    padding-right: 70px;
  }
  .hose-page .hose-4 .right{
    padding: 0 50px;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 31px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container h2{
    font-size: 38px;
  }
  .about-page .about-1 .box ul li .h3 em {
    font-size: 30px;
  }
  .about-page .about-1 .box .play {
    right: 150px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 34px;
  }
  /* .product-yd-page .item .content ul li .img-box img {
    max-width: 110px;
  } */
  .hose-page .hose-5 ul li .content{
    padding: 50px 30px 45px;
  }
  .hose-page .hose-5 ul li .content .h4{
    margin-bottom: 45px;
  }
  .prodet-page .prodet-1 .left a{
    padding: 0;
  }
  .prodet-page .prodet-1 .right .more_btn{
    position: relative;
    left: 0;
  }
  .prodet-page .prodet-1 .right h1{
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .ui.container h2 {
    font-size: 30px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }
  .about-page .about-2 .list ul li .box .h4 {
    font-size: 20px;
  }
  .product-yd-page .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-yd-page .item .img .small-img {
    width: 48%;
   
  }
  .product-yd-page .item .content .txt {
    margin-bottom: 20px;
  }
  .product-yd-page .item .content ul {
    margin-bottom: 30px;
  }

  .hose-page .hose-2 .h2{
    font-size: 43px;
  }
  .hose-page .hose-3 .right .txt{
    margin-top: 15px;
  }
  .hose-page .hose-4 .right ul li .h5{
    font-size: 24px;
  }
  /* .news-page ul li{
    width: 50% !important;
  } */
  .seoNews.news-page ul li{
    width: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .wrap .left {
    width: 100%;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1 .top {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    line-height: 2;
  }
  .inner-banner .ui.container h2 {
    font-size: 26px;
  }
  .inner-banner .ui.container .box .mbx{
    font-size: 15px;
  }
  .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    right: 35px;
  }
  .about-page .about-2 .list {
    padding-left: 20px;
  }
  .about-page .about-2 .top .more_btn {
    position: relative;
    left: 0;
    top: 30px;
  }
  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .right ul li .h3 {
    font-size: 24px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 25px;
  }
  .about-page .about-3 .right ul li:hover p,
  .about-page .about-3 .right ul li.active p {
    font-size: 16px;
  }
  .about-page .about-2 .list ul .slick-list {
    padding-right: 0;
  }
  .product-yd-page .item .img {
    display: none;
  }
  .product-yd-page .item .content {
    width: 100%;
  }
  .product-page .sideLeft {
    display: none;
  }
  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .hose-page .hose-1 .left{
    width: 100%;
  }
  .hose-page .hose-1 .right{
    width: 100%;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image,
  .elementor-widget-rebuilto-scroll-timeline .timeline-content-image{
    display: none;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before,
  .elementor-widget-rebuilto-scroll-timeline .timeline-line{
    left: 30px;
  }
  .hose-page .hose-4 .left,
  .hose-page .hose-3 .left{
    width: 100%;
  }
  .hose-page .hose-3 .right{
    width: 100%;
  }
  .hose-page .hose-4 .right{
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .hose-page .hose-5 .top{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-5 .top .more_btn{
    position: relative;
    left: 0;
    top: 0;
  }
  .hose-page .hose-5 ul li .content{
    width: 45%;
  }
  .hose-page .hose-5 ul li .content .h4{
    font-size: 24px;
    line-height: 1.2;
  }
  .hose-page .hose-6 .top{
    width: 100%;
  }
  .hose-page .hose-6{
    background: white;
    padding-bottom: 50px;
  }
  .contact-page .contact-2 ul li{
    padding: 0 15px;
  }
  .contact-page .contact-2 ul {
    margin: 0 -15px;
  }
  .newdet-page .newdet-1 h1{
    font-size: 34px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .ui.container .box .mbx {
    margin-bottom: 20px;
    line-height: 2;
  }
  .newdet-page{padding: 40px 0;}
  .newdet-page .newdet-1 h1{
    font-size: 26px;
    line-height: 1.3;
  }
  .about-page .about-1 .box ul {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
  .about-page .about-3 .right ul li {
    padding-right: 0;
  }
  .about-page .about-3 .right ul li .time {
    position: relative;
    left: 0;
    display: inline-block;
    top: 12px;
  }
  .hose-page .hose-1{
    padding-top: 55px;
  }
  .elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number{
    margin-right: 25px;
  }
  .hose-page .hose-2 .h2{
    font-size: 30px;
  }
  .hose-page .hose-6 .form{
    padding-right: 0;
  }
  .hose-page .hose-6 .form form .more_btn{
    position: relative;
    top: 0;
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hose-page .hose-5 ul li .content{
    position: relative;
    width: 100%;
  }
  .hose-page .hose-5 .top .more_btn{
    margin-top: 20px;
  }
  .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
  }
 
}
@media screen and (max-width: 500px) {
  .inner-banner .ui.container h2 {
    font-size: 20px;
  }
  .product-yd-page .item .content {
    padding: 0 15px !important;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 100%;
  }
  .product-yd-page {
    padding: 70px 0;
  }
  .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-6 .form form input{
    width: 100%;
  }
}
#water {
  position: absolute;
  width: 500px;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  z-index: 4;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 0;
}
.ins_banner {
  height: 48vh;
  position: relative;
  z-index: 2;
}

.pub_banner_box{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.con_banner{
  height: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.1);
  transition: all 3s ease;
}
.con_banner.on{
  transform: scale(1);
}
.sen_link_box{
  font-size: 0;
  width: 81.25vw;
  position: absolute;
  left: 9.375vw;
  bottom: 50%;
  transform: translateY(50%);
  color: #fff;
  padding-bottom: 0px;
  text-align: center;
}
.pre_box{
  display: inline-block;
  vertical-align: middle;
  min-width: 260px;
  padding-right: 3.6vw;
  margin-bottom: 0px
}
.at_present{
  line-height: 1.8;
  font-weight: 700;
  margin-top:  15px;
}
.at_present_en{
  color: rgba(255,255,255,.4);
  text-transform: inherit;
  line-height: 1;
}
.f_20{
  font-size: 20px;
}
.sty_line{
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: rgba(255,255,255,.5);
  margin: 0 ;
  width: 0%;
  transition: width .5s ease .2s;
}
.sen_link_con{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 13.54vw;
  position: relative;
  line-height: 100px;
}
.sen_link_con > a{
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 35px;
  font-size: 20px;
}
.sen_link_con > a i{
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: all .5s ease;
}
/*.sen_link_con:hover>a i{*/
/*transform: translateY(-50%)  rotate(90deg);*/
/*}*/
.sen_link_con .search_case{
  width: 280px;
}
.sen_link_con .search_case a{
  text-align: left;
  display: block;
  color: #999999;
  line-height: 62px;
  border-bottom: 1px solid #e1e1e1;
  transition: all .5s ease;
  position: relative;
}
.sen_link_con .search_case a:hover,.sen_link_con .search_case a.on{
  color: #00653b;
  border-bottom: 1px solid #e1e1e1;

}
.sen_link_con .search_case a::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #00653b;
  height: 1px;
  width: 0;
  transition: width .5s ease;
}
.sen_link_con .search_case a:hover,.sen_link_con .search_case a.on{
  color: #00653b;
}
.sen_link_con .search_case a:hover::after,.sen_link_con .search_case a.on::after{
  width: 100%;
}


.ab_on{
  -webkit-animation: feIn .5s ease;
  animation: feIn .5s ease;
}
@keyframes feIn {
  0%{
    opacity: 0;
    transform: scale(.5) translateX(-50%);
  }
  100%{
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}
.sen_link_con:hover .search_case{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sen_link_con .search_case::after{
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(45deg);
}



.tea_case{
  padding: 21px 0 80px 0;
  width: 67.71%;
  margin: 0 auto;
}
.tea_case.nopaddingset{
  padding: 0px 12px 20px;
}


#index-body .i-advantage {
  padding-bottom: 130px;
  padding-top: 90px;
  position: relative;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}
#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 184px;
}
#index-body .i-advantage .top .i-title {
  width: 60%;
  margin-left: 0px;
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}
/* #index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .top .more_btn .more::after {
  color: black;
} */
#index-body .i-advantage .list {
  padding-left: 230px;
}
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: 18px;
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color);
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
  min-height: 96px;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#index-body .i-about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}
  #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
}
    #index-body .i-advantage .list {
    padding-left: 80px;
  }
	  @media screen and (max-width: 1000px){
		    #index-body .i-advantage .top .more_btn {
    position: relative;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
    line-height: 1.8;
  }
		    #index-body .i-advantage .list {
    padding: 0 15px;
  }
	  }
@media screen and (max-width: 1000px){
	  #index-body .i-advantage .top {
    margin-bottom: 66px;
  }
}
.about-page #index-body .i-advantage {
  background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
        position:absolute;
        left: 0;
        width: auto;
        height: 100%;
        top: 0;
        z-index: 3;
        opacity: 0;
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* dingshang part css */
.about6-page .about-1 {
/*   background: url(../images/ab-wz.png) no-repeat center top; */
/* 	background: #f2f2f2; */
  background-size: 100% auto;
  padding-top: 6em;
  padding-bottom: 5em;
}
.about6-page .about-1 .top .left {
  width: 35%;
  padding-right: 0%;
}
.about6-page .about-1 .top .left span {
  font-size: 24px;
  line-height: 1.8;
  
  position: relative;
  color: var(--base-color);
}
/* .about6-page .about-1 .top .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
} */
.about6-page .about-1 .top .left .title {
  font-size: 52px;
  font-family: 'kro';
  line-height: 0.9;
  color: #030303;
  line-height: 1.5;
}
.about6-page .about-1 .top .left .title em {
  display: block;
  text-align: left;
}
.about6-page .about-1 .top .right {
  width: 65%;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
}
.about6-page .about-1 .img {
  padding-top: 55px;
}
.about6-page .about-1 .img .box {
  /* height: 619px; */
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 2%;
}
.about6-page .about-1 .img .box img{
  margin: 0 auto;
}
.about6-page .about-1 .img .box .play{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.about6-page .about-1 .img .box .play span{
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about6-page .about-1 .img .box .play span::before,
.about6-page .about-1 .img .box .play span::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about6-page .about-1 .img .box .play span::before{
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about6-page .about-1 .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-1.jpg);
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-repeat: no-repeat;
  max-width: 1710px;
}
.about6-page .about-1 .bottom {
  padding: 72px 61px 0 42px;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
/*   opacity: 0.65; */
}
.about6-page .about-1 .data {
  padding: 13px 7px 0 20px;
}
.about6-page .about-1 .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about6-page .about-1 .data ul li {
  position: relative;
  padding: 0 54px 0 51px;
}
.about6-page .about-1 .data ul li:nth-child(2) p{
  margin-left: 10px;
}
.about6-page .about-1 .data ul li .num {
  font-size:8.8em;
    font-family: 'kro';
  font-weight: bold;
  color: #30c7b5;
  opacity: 0.17;
  line-height: 1;
}
.about6-page .about-1 .data ul li p {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
.about6-page .about-1 .data ul li::after {
  content: '';
  position: absolute;
  top: 34%;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #000000;
  opacity: 0.1;
}
.about6-page .about-1 .data ul li:first-child {
  padding-left: 0;
}
/*.about6-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about6-page .about-1 .data ul li:last-child p{
  padding-left: 15px;
}
.about6-page .about-1 .data ul li:nth-child(4)::after,
.about6-page .about-1 .data ul li:last-child::after {
  display: none;
}
.about6-page .about-2 {
  background: url(../images/about2-bg.jpg) no-repeat center 178px;
  margin-top: 129px;
}
.about6-page .about-2 ul li {
  color: #fff;
  padding-bottom: 51px;
  position: relative;
  margin-bottom: 110px;
}
.about6-page .about-2 ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about6-page .about-2 ul li .img {
  width: 59.267%;
}
.about6-page .about-2 ul li .text {
  width: 40.733%;
  padding: 0 0 106px 53px;
}
.about6-page .about-2 ul li .text .tit {
  font-size: 51px;
  line-height: 1.1;
    font-family: 'kro';
}
.about6-page .about-2 ul li .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #f4f0ed;
  opacity: 0.65;
  margin-top: 26px;
}
.about6-page .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  padding-right: 32px;
}
.about6-page .about-2 ul li .nr .left {
  width: 70.466%;
  text-align: right;
  padding-right: 60px;
}
.about6-page .about-2 ul li .nr .left span {
  font-size: 18px;
  line-height: 1.8;
  padding: 0 112px 0 21px;
  position: relative;
}
.about6-page .about-2 ul li .nr .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.about6-page .about-2 ul li .nr .left .title {
  font-size: 117px;
  line-height: 1;
    font-family: 'kro';
}
.about6-page .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.26;
}
.about6-page .about-2 ul li:nth-child(odd) .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about6-page .about-2 ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about6-page .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 44px 0 0;
}
.about6-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about6-page .about-3 {
  padding: 10% 0 6.407%;
}
.about6-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about6-page .about-3 .left span {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}
.about6-page .about-3 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about6-page .about-3 .left .title {
  font-size: 82px;
  color: #030303;
  line-height: 1;
    font-family: 'kro';
  margin-top: 21px;
}
.about6-page .about-3 .left .title em {
  display: block;
}
.about6-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about6-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about6-page .about-3 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about6-page .about-3 .right .tag ul li {
  list-style: none;
  height: 25%;
  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;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about6-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about6-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
    font-family: 'kro';
}
.about6-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about6-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about6-page .about-3 .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(241, 238, 226, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.about6-page .about-3 .right .content ul li .tit {
  font-size: 82px;
  line-height: 1;
  color: #030303;
    font-family: 'kro';
}
.about6-page .about-3 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about6-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about6-page .about-3 .right .content ul li.active {
  background: rgba(241, 238, 226, 0.8);
}
@media screen and (max-width: 1680px) {
  .about6-page .about-1 .data ul li {
    padding: 0 50px 0 0;
  }
  .about6-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }
  .about6-page .about-2 ul li {
    margin-bottom: 60px;
  }
  .about6-page .about-3 .left .title {
    font-size: 72px;
  }
  .product-page .sideLeft .bottom form ul li a.more i{
    display: none;
  }
  .product-page .sideLeft .bottom form ul li a.more{
   width: 100%;
   text-align: center;
   padding-left: 0;
   padding-right: 0;
  }
  /* .gxs-3 img.dec.dec2{
    width: 50%;
  } */
}
@media screen and (max-width: 1440px) {
  .about6-page .about-1 .top .left {
    padding-right: 8.5%;
  }
  /* .about6-page .about-1 .data ul li .num {
    font-size: 110px;
  } */
  .about6-page .about-2 ul li .text .tit {
    font-size: 46px;
  }
  .about6-page .about-2 ul li .nr .left .title {
    font-size: 90px;
  }
  .about6-page .about-2 ul li .text .con {
    font-size: 16px;
  }
  .about6-page .about-3 .left .title {
    font-size: 66px;
  }
  .about7-page .about-5  h2.title{
    font-size: 30px!important;
  }
  .product-yd-page .item .content ul li h6{
    font-size: 14px;
  }
  .font-45 {
    font-size: 40px;
}
.font-30 {
    font-size: 20px;
}
}
@media screen and (max-width: 1280px) {
  .about6-page .about-1 .top .left {
    padding-right: 6%;
  }
  .about6-page .about-1 .data ul li {
    padding: 0 26px 0 0;
  }
  /* .about6-page .about-1 .data ul li .num {
    font-size: 60px;
  } */
  .about6-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }
  .about6-page .about-2 ul li {
    margin-bottom: 30px;
  }
  .about6-page .about-2 ul li .text {
    padding: 0 0 40px 40px;
  }
  .about6-page .about-2 ul li .text .tit {
    font-size: 40px;
  }
  .about6-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about6-page .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }
  .about6-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }
  .font-45 {
    font-size: 36px;
}
}
@media screen and (max-width: 1200px) {
  .product-page .sideLeft{
    display: none;
  }
  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0px;
}
}
@media screen and (max-width: 1100px) {
  .about6-page .about-1 .top .left .title {
    font-size: 77px;
  }
  .about6-page .about-2 ul li .nr .left .title {
    font-size: 83px;
  }
  .about6-page .about-3 .left .title {
    font-size: 53px;
  }
  .about6-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }
  .about6-page .about-3 .right .content ul li .tit {
    font-size: 60px;
  }
  .about6-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
  .i-tag{
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about6-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about6-page .about-1 .top .right {
    width: 100%;
  }
  .about6-page .about-1 .img {
    padding-top: 40px;
  }
  .about6-page .about-1 .bottom {
    padding: 30px 0 0 0;
  }
  .about6-page .about-1 .data {
    display: none;
  }
  .about6-page .about-2 {
    margin-top: 40px;
  }
  .about6-page .about-2 ul li {
    padding-bottom: 0;
  }
  .about6-page .about-2 ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about6-page .about-2 ul li .img {
    width: 100%;
  }
  .about6-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about6-page .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }
  .about6-page .about-2 ul li .nr .left {
    text-align: left;
  }
  .about6-page .about-2 ul li .nr .left .title {
    font-size: 54px;
  }
  .about6-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
  .about6-page .about-3 .left {
    position: initial;
    width: 100%;
  }
  .about6-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer {
    padding: 60px 0 26px;
  }
  .fluid-section-one .content-column{
    width: 100%!important;
  }
  .about7-page .about-5  h2.title{
    font-size: 24px!important;
  }
  .font-45 {
    font-size: 24px;
}
.i-tag{
  font-size: 16px;
}
}
@media screen and (max-width: 700px) {
  .about6-page .about-1 {
    background: transparent;
    padding-top: 0;
  }
  .about6-page .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }
  .about6-page .about-2 ul li .nr .right {
    display: none;
  }
  .about6-page .about-3 .left .title {
    font-size: 46px;
  }
  #footer{
    padding: 20px 0;
  }
   .about7-page .about-5  h2.title{
    font-size: 20px!important;
  }
  .font-45 {
    font-size: 20px;
}
.i-tag{
  font-size: 14px;
}
}
@media screen and (max-width: 500px) {
  .about6-page .about-1 .top .left .title {
    font-size: 50px;
  }
  .about6-page .about-1 .top .right {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .about6-page .about-1 .img {
    padding-top: 20px;
  }
  .about6-page .about-1 .img .box {
    height: 300px;
  }
  .about6-page .about-1 .bottom {
    font-size: 16px;
    line-height: 1.8;
  }
  .about6-page .about-2 ul li .text .tit {
    font-size: 32px;
  }
  .about6-page .about-2 ul li .nr .left .title {
    font-size: 40px;
  }
  .about6-page .about-3 .left .title {
    font-size: 32px;
  }
  .about6-page .about-3 .right {
    padding-left: 0;
  }
  .about6-page .about-3 .right .tag {
    display: none;
  }
  .about6-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about6-page .about-3 .right .content ul li .tit {
    font-size: 40px;
  }
  .about6-page .about-3 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about6-page .about-1 .top .left .title {
    font-size: 30px;
}
.faq-page .faq-list li{
  background: none!important;
}
.prodet-page .prodet-2 ul.options li{
  font-size: 13px;
}
}

.gallery-block.mix{
    display:none;
}
.team-section{
    position:relative;
    padding:100px 0px 90px;
}

.team-section .owl-dots{
    display:none;
}

.team-section .owl-nav{
    position:absolute;
    left:100px;
    top:50%;
    right:100px;
    display: none;
}

.team-section .owl-nav .owl-prev{
    position:absolute;
    left:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-next{
    position:absolute;
    right:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
    background-color:var(--color);
}

.team-section .auto-container{
    max-width:1600px;
}

.team-section .color-layer{
    position:absolute;
    content:'';
    left:45px;
    top:0px;
    right:45px;
    bottom:0px;
    /* background-color:#ffffff; */
}

.team-block{
    position:relative;
}

.team-block .inner-box{
    position:relative;
}

.team-block .inner-box .image{
    position:relative;
    overflow:hidden;
}

/*.team-block .inner-box .image:before{
    position:absolute;
    content:'';
    left:0px;
    right:0px;
    bottom:-60px;
    width:378px;
    height:363px;
    z-index:1;
    opacity:0;
    background:url(../images/pattern-3.png);
    background-position:right bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}*/

.team-block .inner-box:hover .image:before{
    opacity:0.8;
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.team-block .inner-box .image .circular-menu{
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu.active,
.team-block .inner-box .image .circular-menu:hover{
    opacity: 1;
}

.team-block .inner-box .image .floating-btn{
    display: block;
    z-index:20;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background-color: black;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: 0;
}

.team-block .inner-box .image .floating-btn:before{
    position:absolute;
    content:'';
    right:-5px;
    top:5px;
    bottom:-5px;
    left:5px;
    opacity:0.20;
    z-index:-1;
    background-color: #000000;
}

.team-block .inner-box .image .circular-menu:hover .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.team-block .inner-box .image .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .2);
}

.team-block .inner-box .image .circular-menu .floating-btn i {
    font-size: 16px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.team-block .inner-box .image .circular-menu.active .floating-btn i:before{
    content: "\f00d";
}

.team-block .inner-box .image .circular-menu:after {
    display: block;
    content: ' ';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu:hover:after {
    -webkit-transform: scale3d(5.5, 5.5, 1);
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.team-block .inner-box .image .circular-menu:before{
    position:absolute;
    content:'';
    right:0px;
    bottom:0px;
    width:140px;
    height:140px;
}

.team-block .inner-box .image .circular-menu .items-wrapper{
    padding: 0;
    margin: 0;
}

.team-block .inner-box .image .circular-menu .menu-item{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item span{
    position:relative;
    color: #ffffff;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: black;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item:hover span{
    background-color: #ffffff;
    color: black;
}

.team-block .inner-box .image .circular-menu:hover .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(1) {
    -webkit-transform: translate3d(1em,-7em,0);
    transform: translate3d(1em,-7em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(2) {
    -webkit-transform: translate3d(-3.5em,-6.3em,0);
    transform: translate3d(-3.5em,-6.3em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(3) {
    -webkit-transform: translate3d(-6.5em,-3.2em,0);
    transform: translate3d(-6.5em,-3.2em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(4) {
    -webkit-transform: translate3d(-7em,1em,0);
    transform: translate3d(-7em,1em,0);
    z-index:1;
}

.team-block .inner-box .lower-box{
    position:relative;
    padding-top:20px;
    text-align:center;
}

.team-block .inner-box .lower-box h3{
    position:relative;
    
}

.team-block .inner-box .lower-box h3 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-block .inner-box .lower-box h3 a:hover{
    color:var(--color);
}

.team-block .inner-box .lower-box .designation{
    position:relative;
    color:#555555;
    font-size:18px;
    font-weight:400;
    margin-top:8px;
}

.news-section{
    position:relative;
    padding:100px 0px 90px;
}
.news-section .centered {
  color: white;

}
.smallTitle{
  color: var(--base-color);
  font-family: "pop";
  font-weight: 500;
}
.news-section .owl-nav{
    display:none;
}

.news-section .owl-dots{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.news-section .owl-dots .owl-dot{
    position:relative;
    width:20px;
    height:8px;
    margin:0px 5px;
    display:inline-block;
    background-color:var(--color);
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover{
    background-color:black;
}

.news-section .owl-carousel .owl-stage-outer{
    padding:15px 0px 15px;
}

.news-section .image-layer{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-size:cover;
/*     background: #ededed!important; */
}

.news-section .image-layer:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:var(--color);
    opacity: 0;
}

.news-block{
    position:relative;
    margin-bottom:30px;
}

.news-block .inner-box{
    position:relative;
}

.news-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:30px;
    right:0px;
    bottom:0px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
    position:relative;
    overflow:hidden;
    background-color:var(--color);
}

.news-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.news-block .inner-box:hover .image img{
    opacity:0.5;
}

.news-block .inner-box .lower-content{
    position:relative;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:25px;
    padding-left:25px;
}

.news-block .inner-box .lower-content .post-meta{
    position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
    position:relative;
    color:#555555;
    font-size:12px;
    margin-right:10px;
    padding-left:22px;
    display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
    position:absolute;
    left:0px;
    top:1px;
    color:var(--color);
    font-size:13px;
    margin-right:6px;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
    margin-right:0px;
}

.news-block .inner-box .lower-content h4{
    position:relative;
    line-height:1.2;
    font-family: "pop";
    margin-top:00px;
    min-height: 41px;
}

.news-block .inner-box .lower-content h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-block .inner-box .lower-content h4 a:hover{
    color:var(--color);
}

.news-block .inner-box .lower-content .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:30px;
    margin-top:10px;
}

.news-block .inner-box .lower-content .lower-box{
    position:relative;
    margin-top:20px;
}


.news-block .inner-box .lower-content .lower-box .read-more{
    position:relative;
    color:black;
    font-size:16px;
    font-weight:800;
    padding: 13px 20px;
    display: inline-block;
}

.news-block .inner-box .lower-content .lower-box .plus-box{
    position:relative;
    color:#ffffff;
    width:50px;
    top:10px;
    height:50px;
    font-size:14px;
    font-weight:700;
    text-align:center;
    line-height:50px;
    display:inline-block;
    background-color:var(--color);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .lower-content .lower-box .plus-box{
    top:0px;
}

.news-block.style-two .inner-box .lower-content h4 a:hover,
.news-block.style-two .inner-box .lower-content .post-meta li .icon{
    color:var(--color);
}

.news-block.style-two .inner-box .lower-content .lower-box .plus-box{
    background-color:var(--color);
}

.service-page .service-1 {
  padding-bottom: 9.8%;
}
.service-page .service-1 .top .left {
  width: 47%;
}
.service-page .service-1 .top .left .title {
  font-size: 90px;
  line-height: 1;
    font-family: 'kro';
  color: #030303;
  text-transform: uppercase;
}
.service-page .service-1 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom {
  padding: 7.8% 0 0 66px;
}
.service-page .service-1 .bottom ul li {
  /*border-right: 1px solid #dcdcdc;*/
  /*text-align: center;*/
  padding-right: 60px;
  width: 21%;
}
.service-page .service-1 .bottom ul li .ig{
  position: relative;
  padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after{
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i{
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
  font-size: 24px;
  line-height: 1.3;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.service-page .service-1 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
		text-indent: 0;
		margin-right: 6px;
		visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child{
  padding-right: 0;
  width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
  display: none;
}
.service-page .service-1 .bottom ul li:hover i{
  filter: brightness(0);
}
.service-page .service-2 {
  position: relative;
	    background: #393939;
  padding: 87px 0 79px;
  z-index: 1;
}
.service-page .service-2 .left {
  width: 53.646%;
}
.service-page.made .service-2 .left{
  width: 47.6%;
  padding-left: 2%;
  padding-right: 6%;
}
.service-page.made .service-2 .left img{
  width: 100%;
}
.service-page .service-2 .left img{
  width: 90%;
}
.service-page .service-2 .right {
  width: 46.354%;
  color: #fff;
  padding: 38px 20px 0 6%;
  position: relative;
  right: 5%;
}
.service-page .service-2 .right .ig {
  /* max-width: 706px; */
  padding-left: 3%;
}
.service-page .service-2 .right .header {
  text-align: right;
}
.service-page .service-2 .right .header .tag {
  color: #fff;
  padding-right:0px;
  border: none;
  font-size: 28px;
  color: var(--base-color);
  font-family: "kro";
  line-height: 1.8;
}
.service-page .service-2 .right .header .tag:before,
.service-page .service-2 .right .header .tag:after{
  display: none!important;
}
.service-page .service-2 .right .header .tag::before {
  background: #fff;
  top: 8px;
}
/* .service-page .service-2 .right .header .title {
  text-align: center;
  font-size: 90px;
  line-height: 1;
    font-family: 'kro';
  margin-top: 6px;
  margin-left: -132px;
} */
.service-page .service-2 .right .header .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: .65;
  text-align: left;
  margin-top: 20px;
}
.service-page .service-2 .right .list {
	margin:0;
  margin-top: 30px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
}
.service-page .service-2 .right .list ul li {
  padding: 19px 0 22px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	width:100%;
}
.service-page .service-2 .right .list ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  flex-wrap: wrap;
}
.service-page.made .service-2 .right .list ul li .tit em {
  width: 100%;
  margin-right: 20px;
  max-width: none;
}
.service-page .service-2 .right .list ul li .tit em{
  width: 100%;
}
.service-page .service-2 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
  display: none;
}
.service-page .service-2 .right .list ul.tu li .tit i{
  width: auto;
  height: auto;
  display: block;
  margin-right: 10px;
}
.service-page .service-2 .right .list ul li .tit i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
}
.service-page .service-2 .right .list ul li .tit i::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
}
.service-page .service-2 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: .65;
  display: none;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
  opacity: 0;
}
.service-page .service-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background-color: #393939;
}
.service-page .service-3 {
  padding-top: 7.2%;
}
.service-page .service-3 .header {
  text-align: right;
}
.service-page .service-3 .header .title {
  font-size: 90px;
  color: #030303;
  line-height: 1;
    font-family: 'kro';
  margin-top: 5px;
}
.service-page .service-3 .content {
  margin-top: 65px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.service-page .service-3 .content ul li {
  padding-right: 20px;
  width: 20.79%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
  border: solid 1px #30c7b5;
  border-radius: 20px;
  padding: 55px 35px 30px 37px;
  height: 383px;
}
.service-page .service-3 .content ul li .ig i{
  display: block;
}
.service-page .service-3 .content ul li .ig .tit {
  font-size: 39px;
    font-family: 'kro';
  line-height: 1.2;
  margin-top: 15px;
}
.service-page .service-3 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 16px;
  color: #030303;
    font-family: 'kro';
}
.service-page .service-3 .content ul li.active {
  width: 37.63%;
}
.service-page .service-3 .content ul li.active .con {
  opacity: .65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.service-page .service-4 {
  padding: 10% 0 5.6%;
}
.service-page .service-4 .header .title {
  font-size: 90px;
    font-family: 'kro';
  line-height: 1;
  text-transform: uppercase;
  margin-top: 22px;
}
.service-page .service-4 .content {
  margin-top: 51px;
}
.service-page .service-4 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
}
.service-page .service-4 .content ul li {
  padding-right: 18px;
  width: 17.544%;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
  position: relative;
  height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.06) translateZ(0);
  -moz-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 8px 51px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.service-page .service-4 .content ul li .ig .text .tit {
  font-size: 41px;
  line-height: 1.1;
    font-family: 'kro';
  width: 54%;
}
.service-page .service-4 .content ul li .ig .text .mores {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 0 19px 38px;
  position: relative;
  z-index: 1;
}
.service-page .service-4 .content ul li .ig .text .mores img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
  margin-left: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
  content: '';
  position: absolute;
  left: 59px;
  top: 0;
  width: 57px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
  -webkit-transform: translateX(-86px);
  -moz-transform: translateX(-86px);
  -ms-transform: translateX(-86px);
  transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
  width: 29.824%;
}
.service-page .service-4 .content ul li.active .ig .img {
  height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .service-page .service-1 .bottom ul li{
    padding-right: 40px;
  }
  .service-page .service-4 .content ul li.active .text{
    display: block;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 36px;
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 .bottom ul li p{
    width: 90%;
  }
  .service-page .service-2 .right .header .title{
    font-size: 50px;
    margin-left: 0px;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 40px 30px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 .top .left .title{
    font-size: 80px;
  }
  .service-page .service-1 .bottom{
    padding-left: 0;
  }
  .service-page .service-1 .bottom ul li p {
    width: 100%;
  }
  .service-page .service-2{
    padding: 50px 0;
  }
  .service-page .service-2 .left,
  .service-page .service-2 .right{
    vertical-align: middle;
  }
  .service-page .service-2 .right{
    padding-top: 0;
  }
  .service-page .service-2 .right .ig{
    padding-left: 30px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 40px;
    margin-left: 0px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 29px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .top .left .title {
    font-size: 70px;
  }
  .service-page .service-1 .bottom ul li p{
    font-size: 21px;
  }
  .service-page .service-2 .right .header .title{
    font-size: 32px;
  }
  .service-page .service-2 .right .list{
    margin-top: 40px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 26px;
  }
  .service-page .service-4 .content ul li .ig{
    height: 400px;
  }
  .service-page .service-4 .content ul li.active .ig .img{
    height: 300px;
  }
  .service-page .service-4 .content ul li .ig .text{
    padding: 15px 8px 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .left,
  .service-page .service-1 .top .right{
    width: 100%;
  }
  .service-page .service-1 .top .right{
    margin-top: 20px;
  }
  .service-page .service-1 .bottom ul{
    margin-bottom: -20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 33.3333%;
  }
  .service-page .service-1 .bottom ul li{
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .left{
    display: none;
  }
  .service-page .service-2 .right{
    width: 100%;
  }
  .service-page .service-2::after{
    width: 100%;
  }
  .service-page .service-3 .header .title{
    font-size: 70px;
  }
  .service-page .service-3 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-3 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-3 .content ul li.active{
    width: 50%;
  }
  .service-page .service-3 .content ul li .ig .con{
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .service-page .service-3 .content ul li .ig {
    padding: 30px 20px 20px;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 17px;
  }
  .service-page .service-4 .header .title{
    font-size: 66px;
  }
  .service-page .service-4 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-4 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-4 .content ul li.active{
    width: 50%;
  }
  .service-page .service-4 .content ul li:last-child{
    width: 100%;
  }
  .service-page .service-4 .content ul li:last-child.active{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom ul li{
    width: 50%;
    padding-right: 20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 50%;
  }
  .service-page .service-1 .bottom ul li:nth-child(even){
    padding-right: 0;
  }
  .service-page .service-2 .right .list ul li .tit{
    font-size: 22px;
  }
  .service-page .service-3 .header .title {
    font-size: 53px;
  }
  .service-page .service-3 .content{
    margin-top: 20px;
  }
  .service-page .service-3 .content ul li .ig i{
    zoom: .7;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 10px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 24px;
    margin-top: 0;
  }
  .service-page .service-3 .content ul li .ig .num{
    bottom: 0;
  }
  .service-page .service-4 .header .title {
    font-size: 50px;
  }
  .service-page .service-4 .content{
    margin-top: 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 24px;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: .7;
  }
  .service-page .service-4 .content ul li .ig{
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .top .left .title {
    font-size: 50px;
  }
  .service-page .service-1 .top .right{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .bottom ul li{
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 100%;
  }
  .service-page .service-1 .bottom ul li .ig{
    padding: 0;
  }
  .service-page .service-1 .bottom ul li .ig::after{
    display: none;
  }
  .service-page .service-2 .right{
    padding: 0 15px;
  }
  .service-page .service-2 .right .ig{
    padding-left: 0;
    padding: 0 15px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 20px;
  }
  .service-page .service-2 .right .header .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-3 .header .title {
    font-size: 36px;
  }
  .service-page .service-3 .content ul li,
  .service-page .service-3 .content ul li.active{
    width: 100%;
  }
  .service-page .service-3 .content ul li .ig{
    height: auto;
    padding: 20px 15px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    line-height: 1.8;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-4 .header .title {
    font-size: 33px;
  }
  .service-page .service-4 .content ul li,
  .service-page .service-4 .content ul li.active{
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: 1;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    line-height: 1.8;
  }
  .service-page .service-4 .content ul li .ig .text{
    opacity: 1;
    display: block;
  }
}

/* jingli part css kaishi */

.contact-page .contact-1 {
  padding: 70px 0;
}
.contact-page .contact-1 .left {
  width: 100%!important;
  padding-right: 0%!important;
  vertical-align: middle;
  text-align: center;
}
.contact-page .contact-1 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-1 .right {
  width: 100%!important;
  vertical-align: middle;
  padding:0 20px;
}
/* .contact-page .contact-1 .right:first-child .list {
  border-right:1px solid #999;
} */
.contact-page .contact-1 .right .list ul {
  margin: -20px;
}
.contact-page .contact-1 .right .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .right .list ul li .box2 {
  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: flex-start;
}
.contact-page .contact-1 .right .list ul li .box2 i.fa {
  font-size: 60px;
  margin-right: .3em;
  width: 70px;
  text-align: center;
}
.contact-page .contact-1 .right .list ul li .box2 i{
  position: relative;
}
.tops1{
  top: -2px;
}
.tops2{
  top: -3px;
}
.contact-page .contact-1 .right .list ul li .box2 .content h6 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: .3em;
}
.contact-page .contact-2 {
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 .button-group .button {
  background-color: var(--color);
}
.contact-page .contact-3 {
  padding: 100px 0;
}
.contact-page .contact-3 .left {
  width: 35%;
  padding-right: 3%;
  vertical-align: middle;
  padding-top: 1%;
}
.contact-page .contact-3 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-3 .right {
  width: 65%;
  vertical-align: top;
}
.service-section{
    position:relative;
    padding:85px 0px;
}

.service-section .lower-text{
    position:relative;
    margin-top:40px;
}

.service-section .lower-text .text{
    position:relative;
    color:#555555;
    font-size:14px;
    padding:12px 25px;
    border-radius:50px;
    display:inline-block;
    border:1px dashed #acacac;
}

.service-section .lower-text .text a{
    position:relative;
    font-weight:700;
    color:var(--color);
}

.service-block{
    position:relative;
    margin-bottom:30px;
}

.service-block .inner-box{
    position:relative;
    text-align:center;
    margin-left:20px;
    padding:40px 30px 45px;
    background-color:#ffffff;
    box-shadow:0px 5px 25px rgba(0,0,0,0.10);
}

.service-block .inner-box .line-one{
    position:absolute;
    right:20px;
    top:0px;
    width:10px;
    height:100px;
    background-color:var(--color);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-one{
    height:70px;
}

.service-block .inner-box .line-two{
    position:absolute;
    right:40px;
    top:0px;
    width:6px;
    height:70px;
    background-color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-two{
    height:100px;
}

.service-block .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:105px;
    height:105px;
    z-index:-1;
    background:url(../images/icons/pattern-1.png) no-repeat;
}

.service-block.style-two .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:270px;
    height:270px;
    background:url(../images/icons/pattern-2.png) no-repeat;
}

.service-block .inner-box .icon-box{
    position:relative;
    padding-top:5px;
    text-align:center;
    margin-bottom:35px;
    display:inline-block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.service-block .inner-box:hover .icon-box{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box .icon-box:before{
    position:absolute;
    content:'';
    left:50%;
    top:50%;
    width:105px;
    height:90px;
    background-color:#f6f6f6;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 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%);
}

.service-block .inner-box:hover .icon-box:before{
    background-color:#ffeee7;
}

.service-block .inner-box .icon-box .icon{
    position:relative;
    font-size:50px;
    color:var(--color);
    line-height:1em;
}

.service-block .inner-box h4{
    position:relative;
    line-height:44px;
    font-weight:800;
    margin-bottom:15px;
}

.service-block .inner-box h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box h4 a:hover{
    color:var(--color);
}

.service-block .inner-box .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:30px;
    margin-bottom:22px;
    font-family: 'Open Sans', sans-serif;
}

.service-block .inner-box .read-more{
    position:relative;
    color:var(--color);
    font-size:18px;
    font-weight:700;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box .read-more .arrow{
    position:relative;
    color:black;
}

.service-block .inner-box .read-more:hover{
    color:black;
}
.inner-page section:after {
  content: '';
  display: block;
  clear: both;
}
.inner-page section .centered {
  margin-bottom: 0px;
  position: relative;
}
.inner-page section .grid-box {
  margin: -15px;
}
.inner-page section .grid-box .column {
  padding: 15px;
}
.inner-page section h4 {
  font-size: 17px;
  
}
.inner-page section h3 {
  font-size: 18px;
  line-height: 1.6;
}
.inner-page section h5 {
  font-size: 20px;
  line-height: 36px;
}
.about3-page .about-6 {
    padding: 80px 0;
    background: #ebebeb;
    padding-bottom: 100px!important;
}
.about3-page .about-6 .box {
    position: relative;
}
.about3-page .about-6 .list {
    margin-top: 70px;
}
.about3-page .about-6 .list ul {
    margin: 0 -80px;
}
.about3-page .about-6 .list ul li {
    padding: 60px 80px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .list ul li h6 {
    font-size: 40px;
    font-weight: bold;
}
.about3-page .about-6 .list ul li .text {
    max-height: 9.6em;
    overflow: auto;
    padding-right: .5em;
    color: #666;
}
.about3-page .about-6 .list ul .slick-current li {
    padding-top: 0;
}
.about3-page .about-6 .tagList {
    margin-top: 80px;
    color: #bfbfbf;
}
.about3-page .about-6 .tagList ul .slick-list {
    padding-right: 3em;
    font-size: 24px;
}
.about3-page .about-6 .tagList ul li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-top: 10px;
}
.about3-page .about-6 .tagList ul li i {
    display: block;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-bottom: .7em;
    position: relative;
}
.about3-page .about-6 .tagList ul li i:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: black;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .tagList ul li i:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 2%;
    top: 0;
    background: black;
    -webkit-transition: 5s 1.5s;
    -moz-transition: 5s 1.5s;
    transition: 5s 1.5s;
}
.about3-page .about-6 .tagList ul .slick-current li {
    color: black;
}
.about3-page .about-6 .tagList ul .slick-current li i:before {
    opacity: 1;
}
.about3-page .about-6 .tagList ul .slick-current li i:after {
    width: 100%;
}
@media screen and (max-width: 1800px) {
    .about3-page .about-6 .list {
        margin-top: 50px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 50px;
    }
    .about3-page .about-6 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1500px) {
    .about3-page .about-6 .list ul li h6 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .about3-page .about-6 .box {
        margin-left: 0;
    }
    .about3-page .about-6 .list ul li h6 {
        font-size: 24px;
        line-height: 44px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .about3-page .about-6 .list ul li {
        padding: 0;
    }
    .product-page .cpt .cpt-1 span{
    position: absolute;
    left: 10%;
    top: 5%;
    font-size: 18px!important;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
  }
  .product-page .cpt .cpt-12 .box .box2 .info p {
    margin-bottom: 5px;
    font-size: 18px!important;
    padding: 0.5em;
    background: #fff;
    line-height: 32px;
    text-align: left;
    font-weight: 700;
  }
  .product-page .cpt .cpt-13 table tr td {
    padding: 15px 0;
    border: none;
    font-size: 20px!important;
    line-height: 36px;
    background: 0 0 !important;
    vertical-align: top;
}
   .product-page .cpt .cpt-14 .box .text {
    font-size: 18px!important;
    font-weight: 600;
    margin-top: 1.5em;
}
    .product-page .cpt .text {
    font-size: 24px;
    line-height: 44px;
    color: inherit;
    opacity: 1;
}
    .product-page .cpt .cpt-10 .box .img .text {
    margin-top: 2.5em;
    font-size: 24px!important;
    line-height: 44px;
    opacity: .41;
}
    .about3-page .about-6 .list ul {
        margin: 0;
    }
    .about3-page .about-6 .list {
        margin-top: 30px;
    }
    .about3-page .about-6 .tagList ul li {
        font-size: 20px;
    }
}

.gallery-section{
    position:relative;
    padding:100px 0px 140px;
    background-position:center top;
    background-repeat:no-repeat;
    display: inline-block;
    width: 100%;
}

.gallery-section .filters{
    position:relative;
    margin-bottom:60px;
    text-align:center;
}

.gallery-section .filters .filter-tabs{
    position:relative;
    padding:0px 30px;
    border-radius:50px;
    display:inline-block;
    border:1px solid #ebebeb;
}

.gallery-section .filters li{
    position: relative;
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    margin:0px 30px 0px;
    padding:16px 0px 18px;
    padding-left:35px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters li .icon{
    position: absolute;
    left:0px;
    font-size:26px;
    color:#222222;
    line-height:1em;
    font-weight:400;
    top:16px;
    margin-right:10px;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:var(--color);
}

.gallery-section .filters li:last-child::before{
    display:none;
}

.gallery-section .filters li:before{
    position:absolute;
    content:'';
    right:-30px;
    top:14px;
    height:35px;
    width:1px;
    background-color:#ebebeb;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters li:hover .icon,
.gallery-section .filters li.active .icon{
    color:var(--color);
}

.gallery-section .lower-text{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.gallery-section .lower-text .text{
    position:relative;
    color:#505050;
    font-size:16px;
    font-weight:600;
    padding:18px 40px;
    border-radius:50px;
    display:inline-block;
    border:1px solid #acacac;
}

.gallery-section .lower-text .text a{
    position:relative;
    color:var(--color);
    font-weight:900;
}
.gallery-section .ret .text {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .about2-page .about-10 .main ul li .textbox {
    padding: 30px 3% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 24px;
  }
  .about-page .about-3 i.mask {
    height: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .about2-page .about-10 .main ul li {
    display: block;
  }
  .about2-page .about-10 .main ul li .img-box,
  .about2-page .about-10 .main ul li .textbox {
    width: 100%;
    left: 0 !important
  }
  .about2-page .about-10 .main ul li .textbox {
    padding: 30px 5% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 22px;
  }
  .about2-page .about-10 .main ul li .list ul li h6 {
    font-size: 30px;
  }
  .about2-page .about-10 .main ul li .list ul {
    display: block;
  }
  .inner-page.product-page .sidebar-content .sidebar-box .two>div {
    width: 100%;
    padding: 0 !important;
  }
  .product-page .product-list .slide .right h3.title {
    position: relative;
  }
  .product-page .product-list .slide .right h3.title i {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }
  .product-page .product-list .slide .right .text {
    max-height: none;
  }
  .inner-banner .content {
    top: 20%;
    zoom: .8;
  }
  .about-page .about-60 .box {
    padding: 20px;
  }
  .fluid-section-one .content-column {
    width: 100%;
  }
  .fluid-section-one .image-column {
    display: none;
    padding: 0;
  }
  .fluid-section-one .content-column .inner-column {
    max-width: none;
    padding: 50px 0;
  }
  .team-section .owl-nav,.team-section .color-layer {
    display: none;
  }
  .gallery-section,.team-section,.news-section {
    padding: 50px 0;
  }
}
.inner-page section .grid-box{
	margin:0 -15px;
}
.inner-page section .grid-box .column {
    padding: 15px;
}

.services-page-section{
	position:relative;
	padding:100px 0px 70px;
 background: #b5b5b5;
}
.service-block-four .inner-box{
	position:relative;
	padding:0px 30px 0px;
}

.service-block-four .inner-box .image{
	position:relative;
	background-color:var(--color);
}

.service-block-four .inner-box .image img{
	position:relative;
	width:100%;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .image img{
	opacity:0.80;
}

.service-block-four .inner-box .lower-content{
	position:relative;
	margin-top:-40px;
	text-align:center;
}

.service-block-four .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-60px;
	right:-20px;
	bottom:30px;
	z-index:-1;
	border-radius:8px;
	border:2px solid #cccccc;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
  background: #fff;
}

.service-block-four .inner-box:hover .lower-content:before{
	border-color:var(--color);
	background-color:var(--color);
}
.service-block-four .inner-box a.more {
  transition: .5s;
}
.service-block-four .inner-box:hover a.more {
  background-color: #888;
}

.service-block-four .inner-box .lower-content .icon{
	position:relative;
	width:80px;
	height:80px;
	color:var(--color);
	font-size:44px;
	line-height:80px;
	margin:0 auto;
	text-align:center;
	border-radius:50px;
	background-color:#f6f6f6;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box .lower-content h4{
	position:relative;
	line-height: 40px;
/* 	font-weight: 500; */
	margin-top: 22px;
	margin-bottom:14px;
  font-size: 22px;
  height: 80px;
  overflow-y: auto;
  text-align: center;
}

.service-block-four .inner-box .lower-content h4 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
  
}

.service-block-four .inner-box:hover .lower-content h4 a,
.service-block-four .inner-box:hover .lower-content .text{
	color:#ffffff;
  
}

.service-block-four .inner-box .lower-content .text{
	position:relative;
	color:#555555;
	line-height:1.8em;
	margin-bottom:22px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
  text-align: left;

}

.services-page-section{
	position:relative;
	padding:100px 0px 70px;
}
.service-block-four .inner-box{
	position:relative;
	padding:0px 50px 0px;
  z-index: 3;
}

.service-block-four .inner-box .image{
	position:relative;
	background-color:var(--color);
}

.service-block-four .inner-box .image img{
	position:relative;
	width:100%;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .image img{
	opacity:0.80;
}

.service-block-four .inner-box .lower-content{
	position:relative;
	margin-top:-40px;
	text-align:center;
}

.service-block-four .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-60px;
	right:-20px;
	bottom:-15px;
	z-index:-1;
	border-radius:8px;
	border:2px solid #cccccc;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
  background: #fff;
}

.service-block-four .inner-box:hover .lower-content:before{
	border-color:var(--color);
	background-color:var(--color);
}
.service-block-four .inner-box a.more {
  transition: .5s;
}
.service-block-four .inner-box:hover a.more {
  background-color: #888;
}

.service-block-four .inner-box .lower-content .icon{
	position:relative;
	width:80px;
	height:80px;
	color:var(--color);
	font-size:44px;
	line-height:80px;
	margin:0 auto;
	text-align:center;
	border-radius:50px;
	background-color:#f6f6f6;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box .lower-content h4{
	position:relative;
	line-height: 40px;
/* 	font-weight: 800; */
	margin-top: 22px;
	margin-bottom:14px;
  font-size: 20px;
}

.service-block-four .inner-box .lower-content h4 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-four .inner-box:hover .lower-content h4 a,
.service-block-four .inner-box:hover .lower-content .text{
	color:#ffffff;
}

.service-block-four .inner-box .lower-content .text{
	position:relative;
	color:#555555;
	line-height:1.8em;
	margin-bottom:22px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
  height: 175px;
  overflow-y: auto;
}
.f-18 {
    margin-top: 25px;
    margin-bottom: 65px;
    font-weight: bold;
    max-height: 400px;
    padding-right: 20px;
    overflow-y: scroll;
    line-height: 2;
}
.f-22 {
    font-size: 22px;
}
.f-33 {
    font-size: 33px;
}
.fb {
    font-weight: bold;
}
.blue {
    color: var(--color);
}
.f-24 {
    font-size: 24px;
    line-height: 44px;
}
.f-19 {
    font-size: 20px;
    line-height: 36px;
}
.f-21 {
    font-size: 22px;
    line-height: 40px;
}
.f-48 {
    font-size: 48px;
    line-height: 1.2;
}
.f-30 {
    font-size: 30px;
    line-height: 1.6;
}
.f-14 {
    font-size: 14px;
    line-height: 28px;
}
.f-40 {
    font-size: 40px;
    line-height: 1.2;
}
.f-27 {
    font-size: 28px;
    line-height: 1.6;
}
.f-18 {
    margin-top: 25px;
    margin-bottom: 65px;
    font-weight: bold;
    max-height: 400px;
    padding-right: 20px;
    overflow-y: scroll;
    line-height: 2;
}
.f-22 {
    font-size: 22px;
}
.f-33 {
    font-size: 33px;
}
.fb {
    font-weight: bold;
}
.blue {
    color: var(--color);
}
.f-24 {
    font-size: 24px;
    line-height: 44px;
}
.f-19 {
    font-size: 20px;
    line-height: 36px;
}
.f-21 {
    font-size: 22px;
    line-height: 40px;
}
.f-48 {
    font-size: 48px;
    line-height: 1.2;
}
.f-30 {
    font-size: 30px;
    line-height: 1.6;
}
.f-14 {
    font-size: 14px;
    line-height: 28px;
}
.f-40 {
    font-size: 40px;
    line-height: 1.2;
}
.f-27 {
    font-size: 28px;
    line-height: 1.6;
}
.about2-page .navside .navlist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about2-page .about-1 .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about2-page .about-1 .main .left {
    position: relative;
}
.about2-page .about-1 .main .right {
    padding-left: 5%;
    padding-right: 10%;
}
.about2-page .about-1 .main .right h1 {
    font-weight: bold;
    max-width: 450px;
    line-height: 2;
}
.about2-page .about-1 .main .right .content {
    max-height: 370px;
    overflow-y: scroll;
    padding-right: 40px;
}
.about2-page .about-1 .main .right .content p {
    color: #050302;
    line-height: 2;
}
.about2-page .about-3 {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}
.about2-page .about-3 img {
    margin-top: 20px;
}
.about2-page .about-4 {
    padding-bottom: 160px;
    padding-top: 50px;
}
.about2-page .about-4 .ui.container {
    text-align: left;
}
.about2-page .about-4 .ui.container > p {
    margin-top: 40px;
}
.about2-page .about-4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.about2-page .about-4 .top p {
    color: #666666;

    line-height: 1.6;
    margin-left: 10px;
}
.about2-page .about-4 .team {
    margin-top: 90px;
}
.about2-page .about-4 .team ul.teamlist {
    margin: 0 -15px;
}
.about2-page .about-4 .team ul.teamlist li {
    padding: 15px;
}
.about2-page .about-4 .team ul.teamlist li .item {
    position: relative;
    padding-bottom: 60px;
}
.about2-page .about-4 .team ul.teamlist li .item .imgbox {
    overflow: hidden;
    border-radius: 20px;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox {
    -webkit-box-shadow: 1px 2px 43px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 2px 43px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    width: 90%;
    padding: 20px 10px;
    background: var(--color);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox p {

    margin-bottom: 15px;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist {
    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;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 100%;
    margin: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li a {
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #fff;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li:hover a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}
.about2-page .about-5 {
    margin: 40px 0;
}
.about2-page .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about2-page .ui.container .top em {
    font-weight: bold;
    font-weight: bold;
    color: var(--color);
    margin-right: 10px;
}
.about2-page .ui.container .top h6 {
    color: #666666;
}
.about2-page .ui.container .top h3 {
    font-weight: bold;
    color: #000000;
    opacity: 0.9;
}
.about2-page .about-6 p {
    color: #050302;
    line-height: 1.8;

    font-weight: 300;
    margin-top: 40px;
}
.about2-page .about-7 .main {
    margin-top: -20px;
}
.about2-page .about-7 .main ul li {
    position: relative;
    padding-left: 45%;
    margin-bottom: 60px;
    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;
}
.about2-page .about-7 .main ul li .img-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 50%;
}
.about2-page .about-7 .main ul li .textbox {
    text-align: left;
    padding: 50px 0;
    padding-left: 15%;
    padding-right: 5%;
    -webkit-box-shadow: 2px 2px 21px 3px rgba(156, 156, 156, 0.15);
    box-shadow: 2px 2px 21px 3px rgba(156, 156, 156, 0.15);
}
.about2-page .about-7 .main ul li .textbox h3 {
    margin-bottom: 20px;
}
.about2-page .about-7 .main ul li .textbox .number {
    width: 64px;
    height: 55px;
    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;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    background: var(--color);
}
.about2-page .about-7 .main ul li .textbox .content {
    height: 450px;
    overflow-y: scroll;
    padding-right: 20px;
}
.about2-page .about-7 .main ul li:nth-child(even) {
    padding-right: 45%;
    padding-left: 0;
}
.about2-page .about-7 .main ul li:nth-child(even) .img-box {
    right: 0;
    left: auto;
}
.about2-page .about-7 .main ul li:nth-child(even) .textbox {
    padding-right: 15%;
    padding-left: 5%;
}
.about2-page .about-10 {
    padding-bottom: 100px;
}
.about2-page .about-10 .main ul li {
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about2-page .about-10 .main ul li .img-box {
    width: 50%;
    z-index: 3;
    flex-shrink: 0;
    position: relative;
}
.about2-page .about-10 .main ul li .textbox {
    position: relative;
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
    background: #f5f5f5;
    z-index: 2;
    padding-bottom: 70px;
}
.about2-page .about-10 .main ul li .textbox h3 {
    margin-bottom: 30px;
}
.about2-page .about-10 .main ul li .textbox .content {
    max-height: 180px;
    overflow-y: scroll;
    padding-right: 20px;
}
.about2-page .about-10 .main ul li .list {
  margin-top: 40px;
}
.about2-page .about-10 .main ul li .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
}

.about2-page .about-10 .main ul li .list ul li {
    text-align: center;
    width: auto;
    display: block;
}

.about2-page .about-10 .main ul li .list ul li h6 {
    font-weight: 700;
    font-size: 60px;
    color: white;
    line-height: 1;
    display: block;
    width: 100%;
}

.about2-page .about-10 .main ul li .list ul li p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px
}

.about2-page .about-10 .main ul li .textbox .num {
    font-weight: bold;
    font-size: 388px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    color: #fff;
    opacity: 0.4;
    right: 5%;
    bottom: 0;
}
.about2-page .about-10 .main ul li:nth-child(even) .img-box {
    right: 0;
    left: 50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox {
    background: var(--color);
    left: -50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox h3 {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .content {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .num {
    left: 0;
    opacity: 0.1;
}
.about2-page .about-11 .qualitybox ul.qualitylist {
    margin: 0 -40px;
    margin-top: 60px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li {
    padding: 20px 40px;
    padding-bottom: 0;
    position: relative;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:before {
    content: "";
    width: 1px;
    height: 65%;
    position: absolute;
    background: #ececec;
    right: 0;
    bottom: 0;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:nth-child(3):before {
    display: none;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item {
    text-align: center;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item:hover span img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span {
    width: 169px;
    height: 169px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span:before {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 70px 0 70px 70px;
    background: var(--color);
    z-index: -1;
    position: absolute;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item h5 {
    color: var(--color);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item p {
    font-weight: 300;

    min-height: 260px;
    line-height: 2;
}
.about2-page .about-12 h3 {
    color: var(--color);
    font-weight: bold;
    margin-bottom: 10px;
}
.about2-page .about-12 .honorbox {
    margin-bottom: 50px;
    margin-top: 20px;
}
.about2-page .about-12 .honorbox ul.honorlist {
    margin: 0 -10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2px;
    margin-top: 10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #ededed;
    padding: 0;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li button {
    display: none;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li.slick-active {
    background: var(--color);
}
.about2-page .about-12 .honorbox ul.honorlist li {
    padding: 10px;
}
@media screen and (max-width: 1400px) {
    .f-40 {
        font-size: 32px;
    }
    .f-24 {
        font-size: 20px;
    }
    .about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 100px;
    }
    .f-32 {
        font-size: 24px;
    }
    .f-16 {
        font-size: 14px;
        line-height: 2;
    }
    .f-27 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .f-16 {
        font-size: 14px;
    }
    .f-27 {
        font-size: 20px;
    }
    .contact-page .contact-1 .right .list ul li{
      width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .f-24 {
        font-size: 16px;
    }
    .about-page{
      margin-top:-40px;
    }
    p.fl {
        width: 100%!important;
        white-space: normal!important;
    }
    .about2-page .about-10 .main ul li .textbox .num {
        font-size: 200px;
    }
    .jiayan {
        display: none !important;
    }
    .f-32 {
        font-size: 16px;
        line-height: 2;
    }
    h1.sidh1 {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .about2-page .about-1 .main {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .about2-page .about-1 .main .left {
        width: 100%;
    }
    .about2-page .about-1 .main .right {
        width: 100%;
    }
    .about2-page .about-1 .main .right {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
    }
    .about2-page .about-7 .main ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about2-page .about-7 .main ul li .textbox {
        padding-left: 5%;
    }
    .about2-page .about-7 .main ul li:nth-child(even) {
        padding-right: 0;
    }
    .about2-page .about-7 .main ul li:nth-child(even) .textbox {
        padding-right: 5%;
    }
    .about2-page .about-7 .main ul li .textbox .content {
        height: auto;
    }
    .about2-page .about-7 .main {
        margin-top: 20px;
    }
    .about2-page .about-7 .main ul li .img-box {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    .about2-page .about-10 .main ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about2-page .about-10 .main ul li .textbox {
        padding-left: 5%;
    }
    .about2-page .about-10 .main ul li:nth-child(even) {
        padding-right: 0;
    }
    .about2-page .about-10 .main ul li:nth-child(even) .textbox {
        padding-right: 5%;
    }
    .about2-page .about-10 .main ul li .textbox .content {
        height: auto;
        padding-bottom: 40px;
    }
    .about2-page .about-10 .main ul li .img-box {
        position: relative;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .font-22 {
        font-size: 14px;
    }

}
@media screen and (max-width: 600px) {
    .f-40 {
        font-size: 20px;
    }
    .font-32 {
        font-size: 20px;
    }
    .about2-page .about-11 .qualitybox ul.qualitylist li .item p {
        min-height: auto;
        padding-bottom: 20px;
    }
    .navside .ui.container ul.navlist li{
        width: 50%;
        text-align: center;
    }
    .f-29 {
        font-size: 16px;
    }
    .f-53 {
        font-size: 20px;
    }
}
.fluid-section-one{
    position:relative;
    padding:0px 0px 20px;
    overflow: hidden;
}

.fluid-section-one:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:#393939;
}

.fluid-section-one .container{
    position:relative;
    min-height:250px;
}

.fluid-section-one .image-column{
    position:absolute;
    right:-43px;
    
    width:50%;
    height:100%;
    top: -25px;
}


.fluid-section-one .image-column .image-box{
    position:relative;
    z-index:2;
/*     padding-top:6px; */
/*     clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%); */
}

.fluid-section-one .image-column .image-box img{
    position:relative;
    display:block;
    min-width:932px;
    min-height:750px;
}

/* .fluid-section-one .image-column .color-layer{
    position:absolute;
    content:'';
    left:-20px;
    top:15px;
    right:0px;
    bottom:3px;
    z-index:1;
    background-color:var(--color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .color-layer-two{
    position:absolute;
    content:'';
    left:-5px;
    top:4px;
    right:0px;
    bottom:19px;
    z-index:1;
    background-color:#ffffff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.35);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
} */

.fluid-section-one .image-column .video-box{
    position:absolute;
    left:45px;
    bottom:60px;
    width:100px;
    height:100px;
    color:var(--color);
    z-index:10;
    font-size:30px;
    text-align:center;
    line-height: 100px;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:#ffffff;
    border-radius:50px 50px 0px 50px;
}

.fluid-section-one .image-column .video-box .overlay-box span{
    position: absolute;
    width:100px;
    height:100px;
    left:50%;
    top: 50%;
    z-index:99;
    color: var(--color);
    font-weight:400;
    font-size:16px;
    text-align: center;
    border-radius:10px;
    padding-left:15px;
    display: inline-block;
    margin-top: -50px;
    margin-left:-50px;
    background-color:#ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fluid-section-one .image-column .video-box .ripple,
.fluid-section-one .image-column .video-box .ripple:before,
.fluid-section-one .image-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
    height:100px;
    margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.fluid-section-one .content-column{
    position:relative;
    float:left;
    width:50%;
    z-index:1;
}

.fluid-section-one .content-column .inner-column{
    position:relative;
    max-width:680px;
    width:100%;
    float:right;
    padding:40px 45px 0px 0;
}

.fluid-section-one .content-column .sec-title{
    margin-bottom:25px;
    color: white;
}

.fluid-section-one .content-column .text{
    position:relative;
    color:#ffffff;
    font-size:16px;
    line-height:30px;
    margin-bottom:35px;
}
.fluid-section-one .content-column .text strong{
  font-size: 20px;
}
/* Fact Counter */

.fact-counter{
    position:relative;
    z-index:1;
}

.fact-counter .column{
    position:relative;
    margin-bottom:30px;
}

.fact-counter .column .inner{
    position:relative;
    margin-right:-30px;
}

.fact-counter .column .inner .content{
    position:relative;
    padding-left:60px;
}

.fact-counter .column .inner .icon{
    position:absolute;
    left:0px;
    top:7px;
    color:var(--color);
    font-size:40px;
    text-align:center;
    line-height:1em;
    font-weight: 400;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon{
    color:#ffffff;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
    position:relative;
    font-weight:600;
    color:#222222;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .count-outer{
    position:relative;
    font-weight:700;
    color:#ffffff;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .counter-title{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
}


/* 
.inner-page span.tag {
  position: relative;
  width: 14px;
  height: 20px;
  margin-bottom: 24px !important;
  border-left: 2px solid #002155;
  border-right: 2px solid #002155;
}
.inner-page span.tag:after {
  position: absolute;
  content: '';
  left: 4px;
  top: -5px;
  width: 2px;
  height: 20px;
  background-color: var(--color);
} */
.inner-page h6.smallTitle {
  position: relative;
  color: var(--color);
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 1.8;
/*   text-transform: capitalize; */
}
.inner-page h2.title {
  font-size: 52px;
  line-height: 1.5;
}
.inner-page .text {
  font-size: 16px;
  line-height: 30px;
}
/* .inner-page a.more {
  position: relative;
  font-weight: 800;
  color: #222222;
  font-size: 18px;
  padding: 8px 24px;
  line-height: 44px;
  display: inline-block;
  background: url(../images/icon-more-bg.png);
}
.inner-page a.more i.plus {
  position: relative;
  right: -45px;
  bottom: -2px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
  background-color: var(--color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.inner-page a.more i.plus:after,
.inner-page a.more i.plus:before {
  content: '';
  width: 50%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.inner-page a.more i.plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.inner-page a.more:hover i.plus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
} */
.inner-page .img {
  background-size: cover;
  background-position: center center;
  display: block;
}
.inner-page .form ul {
  margin: -15px;
}
.inner-page .form ul li {
  padding: 15px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 10px 20px;
  color: #222222;
  height: 54px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 190px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .contact-3 .form ul li.wid-100 a.more input[type="submit"]{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	top:0;
	left:0;
	z-index:3;
}
.about7-page .about-1 {
  padding-top: 180px;
  background: url("../images/about-1-bg.png") right bottom no-repeat;
}
.about7-page .about-1 .left {
  padding-right: 7%;
  position: relative;
}
.about7-page .about-1 .left > h6 {
  position: absolute;
  right: 0;
  top: 20%;
  color: #e5e5e5;
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateY(100%);
  -moz-transform: rotate(-90deg) translateY(100%);
  -ms-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
  line-height: 1;
}
.about7-page .about-1 .left .bg {
  position: absolute;
  left: -55px;
  top: -55px;
  width: 70%;
  height: 95%;
  z-index: -1;
  background-color: #ebebeb;
}
.about7-page .about-1 .left .imgBox {
  height: 600px;
  position: relative;
}
.about7-page .about-1 .left .imgBox h6 {
  position: absolute;
  right: -48px;
  top: 52%;
  z-index: 11;
  padding: 16px 22px 16px;
  border-radius: 50px 0px 0px 50px;
  background-color: #222222;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.about7-page .about-1 .left .imgBox h6 small {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin-left: .5em;
}
.about7-page .about-1 .left .imgBox span.img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about7-page .about-1 .left .imgBox:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 104%;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about7-page .about-1 .left .imgBox:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 108%;
  width: 100%;
  background-color: var(--color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about7-page .about-1 .left .imgBox:hover h6 {
  border-radius: 0px 50px 50px 0px;
}
.about7-page .about-1 .right {
  vertical-align: middle;
}
.about7-page .about-1 .right .text {
  margin: 2em 0;
  max-height: 320px;
  overflow: auto;
  padding-right: 1em;
}
.about7-page .about-1 .right .text p {
  margin-top: 1em;
}
.about7-page .about-1 .right .text p:first-child {
  margin-top: 0;
}
.about7-page .about-1 .right .phone {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  margin-left: 80px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.about7-page .about-1 .right .phone span {
  position: relative;
  display: block;
  color: #222222;
  font-weight: 800;
  font-size: 30px;
  margin-top: 8px;
  line-height: 1;
}
.about7-page .about-1 .right img {
  display: block;
  margin-top: 40px;
}
.about7-page .about-2 .list {
  position: relative;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.about7-page .about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about7-page .about-2 .list ul li .box {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 35px 35px;
  height: 100%;
}
.about7-page .about-2 .list ul li .box i.fa {
  float: right;
  text-align: right;
  font-size: 64px;
  line-height: 1em;
  color: var(--color);
  font-weight: 400;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.about7-page .about-2 .list ul li .box span.line {
  position: relative;
  width: 32px;
  height: 16px;
  border-top: 2px solid var(--color);
  border-bottom: 2px solid var(--color);
  display: block;
}
.about7-page .about-2 .list ul li .box span.line:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: 2px;
  width: 32px;
  background-color: var(--color);
}
.about7-page .about-2 .list ul li .box h6 {
  position: relative;
  font-size: 54px;
  font-weight: 700;
  line-height: 1em;
  margin-top: .5em;
}
.about7-page .about-2 .list ul li .box p {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 1em;
}
.about7-page .about-2 .list ul li .box:hover i.fa {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about7-page .about-2 .list ul li:nth-child(2) .box {
  background: var(--color);
}
.about7-page .about-2 .list ul li:nth-child(4) .box {
  background: black;
  color: white;
  --color: white;
}
.about7-page .about-2 .list ul li:nth-child(2) .box i.fa {
  color: black;
}
.about7-page .about-3 {
  padding: 240px 0 90px;
  position: relative;
  color: white;
}
.about7-page .about-3 i.mask {
  content: '';
  width: 70%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/about-3-bg.jpg");
}
.about7-page .about-3 i.mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: .8;
}
.about7-page .about-3:after {
  content: '';
  width: 30%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/about-3-bg2.png");
  z-index: -1;
}
.about7-page .about-3 .box span.tag {
  border-color: white;
}
.about7-page .about-3 .box .left {
  padding-right: 10%;
  --color: white;
}
.about7-page .about-3 .box .left .text {
  margin-top: 1.5em;
}
.about7-page .about-3 .box .right .img {
  height: 540px;
  width: 540px;
  border-radius: 100%;
  border-top-right-radius: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.about7-page .about-3 .box .right .img .play {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding-left: 4px;
  display: inline-block;
  margin-top: -40px;
  margin-left: -40px;
  line-height: 80px;
  border-radius: 50% 0% 50% 50%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color);
  cursor: pointer;
  cursor: hand;
  display: none;
}
.about7-page .about-3 .box .right .img .play i {
  border-left: 18px solid white;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about7-page .about-3 .box .right .img .play:after,
.about7-page .about-3 .box .right .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
  z-index: -1;
}
.about7-page .about-3 .box .right .img .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about7-page .about-4 {
  padding-bottom: 120px;
}
.about7-page .about-4 .left {
  padding-right: 3%;
}
.about7-page .about-4 .left .text {
  margin: 2em 0;
}
.about7-page .about-4 .left .list {
  margin-bottom: 60px;
}
.about7-page .about-4 .left .list ul li {
  margin-bottom: 15px;
}
.about7-page .about-4 .left .list ul li h6 {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: .4em;
}
.about7-page .about-4 .left .list ul li h6 small {
  float: right;
}
.about7-page .about-4 .left .list ul li .line {
  position: relative;
  width: 100%;
  height: 5px;
  background: var(--color);
}
.about7-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  height: 100%;
  width: 0;
  -webkit-transition: 3s .5s;
  -moz-transition: 3s .5s;
  transition: 3s .5s;
}
.about7-page .about-4 .left .list ul li .line i:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: inherit;
}
.about7-page .about-4 .left .list ul li:last-child {
  margin-bottom: 0;
}
.about7-page .about-4 .left .list.active ul li:nth-child(1) .line i {
  width: 65%;
}
.about7-page .about-4 .left .list.active ul li:nth-child(2) .line i {
  width: 85%;
}
.about7-page .about-4 .left .list.active ul li:nth-child(3) .line i {
  width: 75%;
}
.about7-page .about-4 .right {
  padding-left: 3%;
}
.about7-page .about-4 .right .list ul {
  margin: -15px;
}
.about7-page .about-4 .right .list ul li {
  padding: 15px;
}
.about7-page .about-4 .right .list ul li .img {
  height: 270px;
  position: relative;
}
.about7-page .about-4 .right .list ul li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about7-page .about-4 .right .list ul li .img h6 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
  color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about7-page .about-4 .right .list ul li .img h6 small {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: .5em;
}
.about7-page .about-4 .right .list ul li .img:hover:after,
.about7-page .about-4 .right .list ul li .img:hover h6 {
  opacity: 1;
}
.about7-page .about-5 {
 padding: 40px 0 40px;
	background: #ebebeb;
/*   background: #f1f1f1 url("../images/about-1-bg.png") right top no-repeat; */
}
.about7-page.sus-page .about-5{
  background: #f2f3f2;
}
.about7-page.made-page .about-5 .ui.container,
.about7-page.sus-page .about-5 .ui.container{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.about7-page .about-5 .left {
  padding-right: 3%;
  position: relative;
  z-index: 1;
}
.about7-page .about-5 .left .img {
  height: 490px;
  border-bottom-left-radius: 10px;
}
.about7-page .about-5 .left .img.ie2 {
  margin-left: 30%;
  height: 290px;
  border-left: 15px solid white;
  border-top: 15px solid white;
  border-bottom-left-radius: 0;
  margin-top: -20%;
  position: relative;
}
.about7-page .about-5 .left .img.ie2 span {
  position: absolute;
  left: -3%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about7-page .about-5 .left .img.ie2 span img {
  -webkit-animation: rotate360 10s linear infinite;
  -moz-animation: rotate360 10s linear infinite;
  animation: rotate360 10s linear infinite;
}
.about7-page .about-5 .left .bg {
  width: 70%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
}
.about7-page .about-5.fanzhuan .left{
	float: left;
}
.about7-page .about-5.fanzhuan .left .bg{
	transform:rotateY(180deg);
	left:auto;
	right:-20%;
}
.about7-page .about-5.fanzhuan .left{
	padding-right:0%;
	padding-left:5%;
}
.about7-page .about-5.fanzhuan .box{
	display:flex;
	flex-direction:row-reverse;
	flex-wrap:wrap;
}
.about7-page .about-5.fanzhuan .box .right{
	text-align:left;
  padding-left: 5%;
}
.about7-page .about-5.fanzhuan .box .right img{
  width: 100%;
}
.about7-page .about-5 .box .right{
  padding-right: 5%;
}
.about7-page .about-5.fanzhuan .left .img.ie2{
	margin-left:auto;
	margin-right:30%;
}
.about7-page .about-5.fanzhuan .left .text{
  margin: 2em 0;
}
.about7-page .about-5.fanzhuan .left .img.ie2 span{
	right:-2%;
	transform:translate(50%,-50%);
	left:auto;
}
.about7-page .about-5 .left .bg img {
  -webkit-animation: tb 2s linear infinite alternate;
  -moz-animation: tb 2s linear infinite alternate;
  animation: tb 2s linear infinite alternate;
}
.about7-page .about-5 .right .text {
  margin: 2em 0;
  /* max-height: 240px;
  overflow-y: auto; */
}
.about7-page .about-5 .right .text p {
  margin-top: 1em;
}
.about7-page .about-5 .right .text p:first-child {
  margin-top: 0;
}
.about7-page .about-5 .right .list {
  margin-bottom: 60px;
}
.about7-page .about-5 .right .list ul {
  margin: -5px;
}
.about7-page .about-5 .right .list ul li {
  padding: 5px;
  font-size: 18px;
}
.about7-page .about-5 .right .list ul li i.fa {
  margin-right: .5em;
  color: var(--color);
}
.about7-page .about-6 {
  padding: 100px 0;
  background: url("../images/about-6-bg.jpg");
}
.about7-page .about-6 .left {
  width: 40%;
  padding-right: 7%;
  vertical-align: middle;
}
.about7-page .about-6 .left span.tag {
  display: inline-block;
  vertical-align: middle;
}
.about7-page .about-6 .left h6.smallTitle {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}
.about7-page .about-6 .left .text {
  margin: 2em 0;
}
.about7-page .about-6 .left a.more {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.about7-page .about-6 .right {
  width: 60%;
  vertical-align: middle;
}
.about7-page .about-6 .right .list ul {
  margin: -15px;
}
.about7-page .about-6 .right .list ul li {
  padding: 15px;
}
.about7-page .about-6 .right .list ul li .img {
  height: 130px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about7-page .about-6 .right .list ul li .img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@-webkit-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-moz-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about7-page .about-60 .box {
  padding: 40px;
  background: var(--color);
  color: white;
  border-radius: 20px;
  text-align: center;
  margin-top: -7%;
}
.about7-page .about-60 .box ul {
  margin: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about7-page .about-60 .box li {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.about7-page .about-60 .box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.about7-page .about-60 .box li span {
  margin-right: 15px;
  max-width: 30%;
  flex-shrink: 0;
}
.about7-page .about-60 .box li .content {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1700px) {
.about7-page .about-1 {
    padding-top: 100px;
  }
  .inner-page h2.title {
    font-size: 32px;
  }
  .about7-page .about-2 .list ul li .box h6 {
    font-size: 48px;
  }
  .about7-page .about-2 .list ul li .box p {
    font-size: 18px;
  }
  .about7-page .about-2 .list {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  .about7-page .about-3 {
    padding: 180px 0 60px;
  }
  .about7-page .about-4 {
    padding-bottom: 80px;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 18px;
    line-height: 32px;
  }
  .inner-page .text {
    font-size: 16px;
    line-height: 30px;
    opacity: 1.75;
  }
  /* .inner-page h6.smallTitle {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: .8em;
  } */
  .inner-page span.tag {
    margin-bottom: 15px !important;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 48px;
  }
 
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    line-height: 24px;
    height: 44px;
    font-size: 14px;
    padding: 10px;
  }
  /* .inner-page a.more {
    font-size: 16px;
    padding: 4px;
  } */
  .service-page .list ul li .box i.fa {
    font-size: 40px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 20px;
    line-height: 36px;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    font-size: 16px;
  }
  .inner-page .form ul li textarea {
    height: 120px;
  }
}	

@media screen and (max-width: 1500px) {
	.contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 36px;
  }
  .about7-page .about-1 .left .imgBox {
    height: 540px;
  }
  .about7-page .about-1 .right .phone {
    font-size: 16px;
  }
  .about7-page .about-1 .right .phone span {
    font-size: 24px;
    line-height: 44px;
  }
  .about7-page .about-2 .list ul li .box h6 {
    font-size: 36px;
    line-height: 1.4;
  }
  .about7-page .about-2 .list ul li .box i.fa {
    font-size: 48px;
  }
}

@media screen and (max-width: 1400px) {
  .about7-page .about-1 .left .imgBox h6 {
    font-size: 36px;
    padding: 10px 15px;
  }
  .about7-page .about-1 .left .imgBox h6 small {
    font-size: 12px;
  }
  .about7-page .about-1 .left > h6 {
    right: -20px;
  }
  .about7-page .about-2 .list ul li .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .about7-page .about-3 {
    padding: 120px 0 60px;
  }
  .about7-page .about-3 .box .right .img {
    width: 400px;
    height: 400px;
  }
  .about7-page .about-3 .box .right .img .play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .about7-page .about-5 .left .img {
    height: 400px;
  }
  .about7-page .about-5 .left .img.ie2 {
    height: 260px;
  }
  .about7-page .about-5 .left .img.ie2 span {
    max-width: 120px;
  }
  .contact-page .contact-1,
  .contact-page .contact-3,
  .gallery-page,
  .service-page,
  .product-page {
    padding: 60px 0;
    margin-top: -50px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page .form ul li {
    padding: 8px;
  }
  .inner-page .form ul {
    margin: -8px;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after,
  .about7-page .about-1,
  .about7-page .about-5 {
    background-size: 40% auto;
  }
  .service-page .list ul li .box {
    zoom: .8;
  }
  .service-page .list ul li {
    padding: 15px;
  }
  .service-page .list ul {
    margin: -15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info {
    padding: 30px 15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 12px;
  }
  .news-page .list ul li .box .content a.more {
    max-width: 90%;
  }
  .inner-page a.more i.plus {
    right: -30px;
  }
  .product-page h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .product-list2 ul li .box .content2 h3 {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 12px;
    background-size: auto 10px;
  }
  .product-page .product-list2 ul li .box .content2 .text {
    margin: 1em 0;
  }
  .product-page .product-list2 ul li .box .content2 a.link {
    font-size: 14px;
    line-height: 28px;
  }
  .product-page .product-list2 ul li .box .content2 a.link img {
    max-width: 25px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    font-size: 14px;
  }
  .about6-page .about-1 .top .left .title{
    font-size: 40px;
  }
  /* .gxs-3 .ui.container .box{
    padding-left: 8%;
  } */
  .font-52{
    font-size: 32px;
  }
  .contact-page .contact-1 .right .list ul li .box2{
    align-items: flex-start;
  }
}
@media screen and (max-width: 1250px) {
	
  .about7-page .about-1 .right img {
    margin-top: 10px;
  }
  .about7-page .about-3 .box .right .img {
    height: 300px;
    width: 300px;
  }
  .about7-page .about-3 {
    padding: 80px 0 50px;
  }
  .about7-page .about-3 .box .left {
    padding-right: 5%;
  }
  .about7-page .about-4 .right .list ul li .img {
    height: 230px;
  }
  .about7-page .about-4 .left .list {
    margin-bottom: 30px;
  }
  .about7-page .about-4 .left .text {
    margin: 1em 0;
  }
  .about7-page .about-5 {
    padding: 70px 0;
  }
  .about7-page .about-5 .right .list ul li {
    font-size: 15px;
  }
  .about7-page .about-5 .right .list {
    margin-bottom: 30px;
  }
  .about7-page .about-5 .left .img.ie2 {
    margin-top: -27%;
  }
  .about7-page .about-6 {
    padding: 70px 0;
  }
  .about7-page .about-6 .left .text {
    margin: 1em 0;
  }
  .about7-page .about-4 .right .list ul li {
    padding: 5px;
  }
  .about7-page .about-4 .right .list ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
	.about7-page .about-1 .left {
    display: none;
  }
  .about7-page .about-1 .right {
    width: 100%;
  }
  .about7-page .about-1 {
    padding-top: 60px;
  }
  .inner-page h2.title {
    font-size: 22px;
    line-height: 40px!important;
  }
  .about7-page .about-2 .list ul li {
    width: 50%;
  }
  .about7-page .about-2 .list ul li .box {
    padding: 15px;
  }
  .about7-page .about-2 .list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about7-page .about-2 {
    padding: 50px 0;
  }
  .about7-page .about-3 {
    padding: 60px 0;
    background-size: cover;
  }
  .about7-page .about-3 i.mask {
    width: 100%;
    height: 100%;
  }
  .about7-page .about-4 {
    padding: 60px 0;
  }
  .about7-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about7-page .about-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about7-page .about-5 .left {
    display: none;
  }
  .about7-page .about-5 .right {
    width: 100%;
    padding-left: 5%;
    margin-top: 20px;
  }
  .about7-page .about-6 .left {
    width: 100%;
    padding-right: 0; 
    margin-top: 20px;
  }
  .about7-page .about-6 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .left,
  .contact-page .contact-3 .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .right,
  .contact-page .contact-3 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .right .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    width: 50px;
  }
  .service-page .list ul li,
  .news-page .list ul li {
    width: 50% !important;
  }

  .contact-page .contact-1 .right .list ul li .box2 {
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
  .about7-page .about-4 .right .list ul li .img h6 {
    font-size: 18px;
  }
  .service-page.made .list ul li {
    width: 100% !important;
}
.contact-page .contact-1 .right .list ul li{
  width: 50%;
}
}
@media screen and (max-width: 700px) {
	 .service-page .list ul li .box {
    padding: 25px;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    width: 100%;
  }
  .about7-page .about-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about7-page .about-3 .box .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .about7-page .about-3 .box .right .img {
    width: 100%;
    height: 200px;
    border-radius: 0;
  }
  .contact-page .contact-1 .right .list ul li{
  width: 100%;
}
}
@media screen and (max-width: 500px) {
	  .about7-page .about-4 .right .list ul li {
    width: 50%;
  }
  .service-page .service-2 .right .list ul li .tit{
    flex-wrap: wrap;
    
  }
  .service-page.made .service-2 .right .list ul li .tit em{
    width: 100%;
  }
    .service-page.made .service-2 .right .list ul li .tit p{
      width: 100%;
      margin-top: 20px;
    }
    .service-page .service-2 .right .list ul li{
      padding: 20px 20px 20px 0px;
    }
    .service-page .list ul li .box span.line2{
      display: none;
    }
}
.gallery-page {
  padding: 90px 0 110px;
}
.gallery-page .oprions {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-page .oprions a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 17px;
  line-height: 28px;
  transition: .5s;
  margin: 2px;
  width: 100%;
  text-align: center;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: var(--color);
}
.gallery-page .list ul {
  margin: -15px;
}
.gallery-page .list ul li {
  padding: 15px;
}
.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.faq-page span.tag {
  font-size: 24px;
  line-height: 1.8;
  padding-left: 0px;
  position: relative;
  text-transform: capitalize;
  color: var(--base-color);
  border: none!important;
}
.faq-page span.tag:before,
.faq-page span.tag:after{
  display: none!important;
}
/* .faq-page span.tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
} */
.faq-page {
  padding-top: 39px;
}
.faq-page .faq-1 {
  /* background: url(../images/faq-bg.png) no-repeat right bottom; */
  padding-bottom:80px;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
/* .faq-page .faq-1 .header .title {
  font-size: 52px;
  line-height: 1;
    font-family: 'kro';
  text-transform: uppercase;
} */
.faq-page .faq-1 .content {
  margin-top: 82px;
  /* border-top: 1px solid #bebebe; */
}
.faq-page .faq-1 .content ul.list2 li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul.list2 li .tit {
  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;
  font-size: 20px;
  line-height: 1.8;
    font-family: 'kro';
/*   font-weight: bold; */
  cursor: pointer;
}
.faq-page .faq-1 .content ul.list2 li .tit em {
  padding-right: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul.list2 li .tit i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .content ul.list2 li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul.list2 li .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul.list2 li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}
.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}
.faq-page .faq-3 {
  background: url(../images/ab-wz.png) no-repeat center top;
  margin-top: 13%;
  padding-top: 7%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
    font-family: 'kro';
  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: #30c7b5;
  border-color: #30c7b5;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
  .gxs-5 .ui.container .tops .right{
    width: 100%;
  }
  .gxs-5 .ui.container .tops .h3{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  .inner-page .m-page{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul.list2 li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-1 .content ul.list2 li .tit em {
    padding-right: 20px;
  }
  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type="text"] {
    padding-right: 0;
  }
  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}
/*公司概况*/
.com_con{
/*   background:url("../images/com_bg.png") no-repeat left bottom; */
  background-size: 100%;
  position: relative;
}
.sha_bias{
  width: 16.1459%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background:url(../images/banner-bg2.png) center repeat;
  pointer-events: none;
}
.sen_manifesto{
  color: #fff;
  font-size: 14px;
  line-height: 3;
  max-width: 450px;
  position: absolute;
  left: 0;
  bottom: 115%;
}
.com_con .joi_hint> span::after{
  display: none;
}
.com_con .joi_hint{
  float: none;
  width: 100%;
}
/* .com_con .tea_case{
  width: 81.25%;
} */
.com_img_case{
  margin-top: 80px;
  margin-bottom: 60px;
  width: 100%;
  margin-left: 0;
  padding-right: 19.871%;
  position: relative;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
/*   -webkit-box-shadow: 0 0 60px rgba(30, 46, 63, .36); */
/*   -moz-box-shadow: 0 0 60px rgba(30, 46, 63, .36); */
/*   box-shadow: 0 0 60px rgba(30, 46, 63, .36); */
  overflow: hidden;
/*   -webkit-box-sizing: content-box; */
/*   -moz-box-sizing: content-box; */
  box-sizing: content-box;
}
.sha_imgBox{
  position: absolute;
  right: 0;
  top: 0;
  width: 19.23%;
  height: 100%;
  /* background-color: rgba(255,255,255,.9); */
  /*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
  /*-moz-filter: blur(10px);*/
  /*-ms-filter: blur(10px);*/
  /*filter: blur(10px);*/
  z-index: 1;
}
.com_img_case .swiper-container{
  /* overflow: initial; */
  overflow: hidden;
}
.com_img_case .swiper-container video{
  max-width: 100%;
}
.com_img_case .swiper-slide > div img{
  display: block;
  width: 100%;
}
.sha_imgBox > div{
  font-size: 0;
  line-height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate3d(-50%,-50%,0) rotate(90deg);
  width: 280px;
}
.com_img_case .swiper-button-prev,.com_img_case .swiper-button-next{
  background-image: none;
  left: 0;
  right: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 44px;
}
.com_img_case .swiper-button-prev{
  margin-right: 60px;
}
.com_img_case .swiper-button-next{
  margin-left: 60px;
}
.com_img_case .swiper-pagination{
  color: #959ba1;
  width: auto;
  left: 0;
  bottom: 0;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.com_img_case .swiper-pagination .on{
  color: #000;
  font-size: 30px;
}
.com_info_case{
  margin-left:0%;
  width: 100%;
  margin-bottom: -50px;
  position: relative;
}
.fw_b{
  font-weight: 700;
}
.com_info_case p{
  padding-top: 25px;
  line-height: 30px;
  font-size: 16px;
  color: #56575a;
  
}
.com_info_case p sup{ margin-top: -25px;
  display: inline-block;}

.com_info_case p.fw_b{
  color: #000;
}
.com_title{
  position: absolute;
  color: #dde0e2;
  line-height: 1;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  left: 99.5%;
  top: 240px;
  white-space: nowrap;
  transform: rotate(90deg);
  display: none;
}

.joi_hint{
  float: left;
  width: 20%;
  margin-left: 0%;
  color: #000;
  position: relative;
}

.joi_hint > img{
  position: absolute;
  left: -130px;
  bottom: -10px;
  filter: brightness(0.9);
}

.joi_hint> span{
  position: relative;
  z-index: 1;
  
  line-height: 1.5;
  display: block;
  font-family: "kro";
  font-weight: 500;
}


.service-page {
  padding: 100px 0;
}
.service-page .list ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .list ul li {
  padding: 30px 25px;
}
.service-page .list ul li .box {
  position: relative;
  padding: 30px 60px;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 100%;
}
.service-page .list ul li .box i.fa {
  font-size: 50px;
  position: relative;
  left: 20px;
  margin: 20px 0;
  display: inline-flex;
  align-items: center;
}
.service-page .list ul li .box i.fa img{
 filter: brightness(0);
} 
.service-page .list ul li .box i.fa:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 105px;
  height: 90px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-page .list ul li .box span.line2:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: var(--color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box span.line2:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #111111;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box h6 {
  font-size: 20px;
/*   font-weight: bold; */
  line-height: 1.4;
  margin: 1em 0 .6em;
}
.service-page .list ul li .box:hover i.fa:after {
  background-color: var(--color);
}
.service-page .list ul li .box:hover span.line2:after {
  height: 90px;
}
.service-page .list ul li .box:hover span.line2:before {
  height: 70px;
}

@media screen and (max-width: 1700px) {
	 .service-page .list ul li .box i.fa {
    font-size: 40px;
  }
  .service-page .list ul li .box h6 {
    font-size: 20px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1700px) {
	 .service-page .list ul li .box {
    zoom: .8;
  }
  .service-page .list ul li {
    padding: 15px;
  }
  .service-page .list ul {
    margin: -15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1250px) {
	 .service-page .list ul li .box h6 {
    font-size: 16px;
    line-height: 30px!important
  }
	 .service-page .list ul li .box i.fa:after {
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
	 .service-page .list ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
	  .service-page .list ul li .box {
    padding: 25px;
  }
	@media screen and (max-width: 500px) {
  .service-page .list ul li {
    width: 100% !important;
  }
	}
}

.zzlist{
  flex-wrap: wrap;
}
.zzlist li{
  padding-right: 0!important;
  padding-left: 0!important;
  margin: 20px 0;
  text-align: center;
}
/* .zzlist li:nth-child(2):after{
  display: none!important;
} */
.zzlist li 
.inner-page section .centered .title{
  color: #000;
}

.about6-page .about-1 .data ul.zzlist li .num{
  font-size: 8em;
}
strong{
  font-weight: 700;
}
.top2{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.top2 .left{
  width: 75%;
}
.top2 a.more{
  margin-bottom: 20px;
}
.top2 .title{
  color: #000;
}
.txts{
  line-height: 1.6;
}
.mt-50{
  margin-top: 50px;
}
.mb-50{
  margin-bottom: 50px;
}

.about7-page .about-5  h2.title{
  font-size: 42px;
  line-height: 1.3;
}

.popup .overlay{
  top: 0;
  left: 0;
}
.zz{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  filter: brightness(0.95);
}
.ins_banner .pub_banner_box:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 240px;
  background: url(../images/banner-bg-1.png) center bottom no-repeat;
  right: 0;
  bottom: -4px;
  z-index: 1;
  background-size:cover;

}
.product-page .sideLeft .bottom form{
	max-width:90%;
	margin:0 auto;
}
.product-page .sideLeft .bottom form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.product-page .sideLeft .bottom form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.product-page .sideLeft .bottom form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.product-page .sideLeft .bottom form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.product-page .sideLeft .bottom form input[type="text"]::placeholder,
.product-page .sideLeft .bottom form input[type="email"]::placeholder {
  color:#fff;
}
#footer .footer-main .top .formbox .wpcf7-response-output{
	color: #fff;
}

.sty_line,.sen_link_con{
  display: none!important;
}

.faq-page .faq-list {
    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;
}
.faq-page .faq-list li {
    width: 48%;
    padding: 5rem 5rem 5rem 21rem;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: url(../images/faq-img.png) no-repeat 4rem 4rem;
    margin-bottom: 6rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.faq-page .faq-list li:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.faq-page .faq-list li h4 {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 1000px) {
    .faq-page .faq-list li{
        width: 100%;
        background-size: auto 100%;
    }
     .faq-page .faq-list li {
        padding: 3rem 3rem 3rem 8rem;
        background-size: 4rem auto;
        background-position: left 2rem top 3rem;
    }
    a.more{
      padding-left: 20px;
    }
    a.more i{
      margin-left: 10px;
    }
    .ui.container{
      padding: 0 20px;
    }
    .joi_hint > img{
      display: none;
    }
    .about7-page .about-5  h2.title{
      font-size: 22px;
    }
    #footer .footer-main .top .formbox form .box input[type="text"], #footer .footer-main .top .formbox form .box input[type="email"]{
      margin-left:0;
    }
}
@media screen and (max-width: 800px) {
.news-page ul li .box>.column:last-child{
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.news-page ul li .box>.column:first-child{
  width: 100%;
}
}
.sus-page .about-5  .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.max-865{
  max-width: 865px;
  margin-left: auto!important;
  margin-right: 0!important;
}
.contact-page .contact-1 .right .list ul li .box2 i{
  min-width: 80px;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
    .faq-page .faq-list li{
        background-size: auto;
    }
    .ui.container{
      padding: 0 15px;
    }
  }

  div.wpcf7 .ajax-loader{
    position:absolute;
    left: 10px;
    top: 20px;

  }
  .text-max{
    max-width: 845px!important;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-left: 0!important;
    padding-right: 0!important;
  }


.gxs-3 img.dec.dec3{
  display: block;
 }

  #index-body .gxs-3 img.dec.dec4{
  display: none;
 }
  @media screen and (min-width: 1921px) {
  .gxs-2 .ui.container .box{
    width: 50%;
    max-width: none;
  }
  .fluid-section-one .content-column .inner-column{
    max-width: 80%;
  }
  .product-yd-page .item:nth-child(2n) .img .big-img img{
    width: 95%;
  }
  .product-yd-page .item:nth-child(2n-1) .img .big-img img{
    width: 95%;
  }
  .about7-page .about-5.fanzhuan .left{

    padding-left: 5%;
  }
  .about7-page .about-5 .left{
    padding-right: 5%;
  }
  .about7-page .about-5 .left img{
    width: 100%;
  }
  .gxs-2{
    height: auto;
    padding: 0 0;
  }
  .gxs-2 .ui.container .box{
    padding-bottom: 0;
  }
  .gxs-5 .ui.container .tops .right{
    max-width: 80%;
  }
  .gxs-5 .ui.container{
    padding: 0 10%;
  }
  .gxs-5 .ui.container .tops .right{
    width: 65%;
  }
  /* .about6-page .about-1 .img .box{
    height: 881px;
  } */
  
.about6-page .about-1 .img .box .mask{
  max-width: 2430px;
}
.service-page.made .service-2 .right{
  padding-left: 6%;
  margin-left: 2%;
}
.service-page.made .service-2 .left{
  padding-left: 2%;
  padding-right: 6%;
}
.service-page.made .service-2 .left {
    width: 47.646%;
}
.service-page.made .service-2 .left img{
  width: 100%;
}
.service-page.made .service-2 .right .ig {
    max-width: 1000px;
    padding-left: 0px;
}
.service-page.made .service-2 .right .list ul li .tit em{
  max-width: none;
}
.at_present{
  font-size: 50px;
}
 .gxs-3 img.dec.dec3{
  display: none;
 }
 #index-body .gxs-3 img.dec.dec4{
  display: block;
 }
 .gxs-4{
  height: 63.5em;
 }
}
 .gxs-3.made .ui.container .box{
  width: 45%;
 }
/* .gxs-2 .ui.container .box .text{
  max-height: 220px;
  overflow-y: auto;
} */
  @media screen and (max-width: 1800px) {
.service-page .service-2 .left, .service-page .service-2 .right {
    vertical-align: middle;
}
.gxs-3 img.dec{
   top: 50%;
   bottom: 0;
  transform: translateY(-50%);
}
  }
/* shoujiban  xiaoping  */
  @media screen and (max-width: 1400px) {
.faq-page .faq-list li{
  width: 100%;
}
  }
  @media screen and (max-width: 1000px) {
    span.tag,.smallTitle {
      font-size: 20px!important;
      line-height: 1.5;
    }
    span.i-tag{
      font-size: 20px!important;
    }
    .h3,.title,.i-title,h1{
      font-size: 28px!important;
    }
    .news-page ul li .box .h3{
      font-size: 18px;
    }
     .about7-page .about-5 .box{
      flex-wrap: wrap-reverse;
     }
         .about7-page .about-5.fanzhuan .box{
      flex-wrap: wrap-reverse!important;
     }
    .about7-page .about-5 .left{
      display: block;
      width: 100%;
    }
      .about7-page .about-5{
        padding-top: 20px;
        padding-bottom: 20px;
      }
      .ins_banner{
        height: 300px;
      }
      .about7-page .about-5 .left{
        margin-top: 20px;
      }
      .gxs-3 img.dec{
        display: block;
        position: relative!important;
        width: 100%;
        margin-bottom: 20px;
        transform: none!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        max-width: 100%!important;
      }
      .gxs-3 .ui.container .box{
        padding-top: 20px;
        padding-bottom: 20px;
      }
      .service-page .list ul {
    margin: 0px;
}
.service-page .service-2 .left {
    display: block;
    width: 100%;
}

.service-page .service-2 .left img{
  width: 100%;
}
.product-yd-page .item{
  flex-wrap: wrap-reverse;
  margin-bottom: 40px;
}
.product-yd-page .item .img {
    display: block;
    width: 100%;
    margin-top: 40px;
   
}
.product-yd-page .item .img img{
      width: 100%;
    }
    .product-yd-page .item .content ul li .img-box img {
    max-width: 100%;
}
.jg1{
  display: flex;
  flex-direction: column-reverse;
}
.contact-page .contact-1   .box.mt-70{
  margin-top: 0px!important;
}
.top2 .left{
  width: 50%;
}
.gxs-3 img.dec.dec3 {
    display: none;
}

 .gxs-5 .ui.container .main ul li{
    max-width: 25%;
  }
  .product-yd-page .item .content {
    padding: 15px 15px !important;
}
.product-page .product-1{
  padding-bottom: 0!important;
}
.contact-page .contact-1, .contact-page .contact-3, .gallery-page, .service-page, .product-page {
    padding: 20px 0;
    margin-top: 00px;
}
.product-page .sideRight ul li p{
  margin-bottom: 0;
}
.product-yd-page {
    padding: 0px 0;
}
.seoPublic > div {
    padding-bottom:0;
}
    .product-yd-page .item {
    flex-wrap: wrap-reverse;
    margin-bottom: 10px;
}
.product-yd-page .item .content ul li h6{
  height: auto;
}
.product-yd-page .item .img{
  margin-top: 10px;
}
.gxs-3.made .ui.container .box{
  width: 100%;
 }
 .gxs-3{
  padding: 5.5em 0!important;
 }
 .gxs-3 .ui.container .box .main{
  margin-bottom: 0!important;
 }
 .gxs-3 .ui.container .box{
  padding-left:4%;
  padding-bottom: 0!important;
 }
 .service-page.made .service-2 .left{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
 }
 .about6-page .about-1 .top .left .title br{
  display: none;
 }
 .about6-page .about-1 .top .right{
  margin-top: 20px;
 }
 .service-page .service-2 .right .header {
    margin-top: 20px;
}
  }
  
    @media screen and (max-width: 700px) {
       span.tag,.smallTitle {
      font-size: 18px!important;
      line-height: 1.5;
    }
    span.i-tag{
      font-size: 18px!important;
    }
    .h3,.title,.i-title,h1{
      font-size: 24px!important;
    }
    .news-page ul li .box .h3{
      font-size: 18px;
    }
.service-page .list ul li{
  width: 100%!important;
}
.top2 a.more{
  margin-top: 30px;
}
.service-page .list ul li .box span.line2{
  display: none;
}
.top2 .left{
  width: 100%;
}
 .gxs-5 .ui.container .main ul li{
    max-width: 33.33%;
  }
   .news-page {
    padding: 25px 0;
}
 .ui.container{
      padding: 0 15px;
    }
    .m-page a, .m-page span{
      margin-top: 10px;
      
    }
    .com_con .tea_case {
    width: 100%;
}
.service-block-four .inner-box{
  padding: 0 15px;
}
.com_con .tea_case{
  padding-bottom: 0;
}
.services-page-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .footer-main .top .formbox form .box span{
  width: 100%!important;
}
    }
.about6-page .about-1 .img .box{
  height: auto!important;
}
     @media screen and (max-width: 500px) {
      .inner-page span.tag,
       span.tag,.smallTitle {
      font-size: 18px!important;
      line-height: 1.5;
      margin-top: 0!important;
      margin-bottom: 0!important;
    }
    span.i-tag{
      font-size: 18px!important;
      margin-top: 0;
      margin-bottom: 0;
    }
   .inner-page h2.title,
    .h3,.title,.i-title,h1{
      font-size: 24px!important;
      margin-top: 7px;
      line-height: 1.5!important;
    }
    .news-page ul li .box .h3{
      font-size: 18px!important;
    }

       .gxs-5 .ui.container .main ul li{
    max-width: 50%;
  }
 

    }

   
.nowarp{
  flex-wrap: nowrap!important;
}

@media screen and (max-width:700px){
	.product-page .sideRight ul{
		margin: 0;
	}
	.product-page .product-1 .sideRight .grid-box.three li{
		width: 100%;
	}
	.product-page .sideRight ul li p{
		line-height: 1.5;
		font-size: 14px;
	}
	.inner-page.prodet-page .prodet-2.Auxil-related{
		margin-top: 30px!important;
    padding-bottom: 30px!important;
	}
	.about7-page .about-5{
		padding-bottom: 20px!important;
	}
	.sjbtsbox{
		padding-top: 45px!important;
    padding-bottom: 25px!important;
	}
	.inner-page.about7-page .gxs-3 .ui.container .box > p,
	.inner-page.about7-page .gxs-3 .ui.container .box .main ul.cblist li.active .text p{
		font-size: 16px;
	}
	.inner-page.about7-page .inner-page.service-page{
		padding-top: 30px!important;
	}
	.service-page .service-2 .right .header{
		margin-top: 20px;
	}
	.service-page .service-2 .right .list{
		margin-top: 20px;
	}
	.contact-page.ksk0esoskv .contact-3{
		padding-bottom: 40px!important;
	}
	.about7-page .about-5 .right{
		margin-top: 20px;
	}
	.about7-page .about-5 .right .text{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.news-page ul li .box>.column:first-child{
		padding-right: 0;
	}
	.news-page ul li .box .h3{
		font-size: 18px!important;
	}
	.news-page ul li .box .content{
		-webkit-line-clamp: 5;
		line-clamp: 5;
	}
	.prodet-page .prodet-1 .right .content{
		margin-bottom: 30px;
	}
	.prodet-page .prodet-1{
		padding-bottom: 40px;
	}
	.about7-page .about-5 h2.title{
		line-height: 30px!important;
	}
	.lkskskie9 .about-1,
	.pjkd9343kd{
		padding: 0!important;
	}
	.oswok291{
		padding-top: 0!important;
	}
	.qnxk489mkc{
		margin-top: 20px;
	}
	.mskj923jd92{
		padding-bottom: 0!important;
	}
	.jso902jf833s{
		padding-top: 40px!important;
	}
	.owooo9203kd{
		padding-bottom: 0!important;
	}
  .product-yd-page .item .content ul li h6{
    height: 57px;
    overflow-y: auto;
  }
  .prodet-page .prodet-1 .right .content{
    font-size: 16px;
  }
  .sha_imgBox{
    display: none;
  }
  .about6-page .about-1 .top .left .title br{
    display: none!important;
  }
  .news-page ul li .box{
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .gxs-3{
    padding-bottom: 45px!important;
  }
  .about3-page .about-6{
    padding-bottom: 60px!important;
  }
  .pt721000{
    padding-top: 40px;
  }
  .product-page .sideRight .Auxil-catdes{
    opacity: 0.71;
  }
  .gxs-3.made{
    padding-top: 40px!important;
    padding-bottom: 0!important;
  }
   .inner-page.service-page.made .service-2{
    padding-top: 10px!important;
    padding-bottom: 40px!important;
  }

  .mb0721{
    margin-bottom: 0!important;
  }
  .pb0721{
    padding-bottom: 0!important;
  }
  .product-yd-page .item .content ul li h6{
    font-size: 12px;
  }
}
/* 取消图片触摸放大 */
.img-box{
  transition: 0.3s all;
  border: 1px solid transparent;
  
}
.img-box:hover{
  border-color: #aaa;
  transition: 0.3s all;
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.5);
}
.img-box:hover img {
    transform: scale(1, 1)!important;
}
.pr-0{
  padding-right: 0!important;
}

.product-page .sideLeft .bottom form ul li a.more em{
  font-size: 14px;
}

.gxs-3.made .ui.container{
  width: 95%;
  max-width: none;
}
.pp_details{
  display: none!important;
}
.slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto!important;
}