@font-face {
  font-family: 'barlow';
  src: url(../fonts/Barlow-Medium.ttf) format('truetype'), url(../fonts/Barlow-Medium.eot) format('eot'), url(../fonts/Barlow-Medium.woff) format('woff'), url(../fonts/Barlow-Medium.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'barlow';
  src: url(../fonts/Barlow-Regular.ttf) format('truetype'), url(../fonts/Barlow-Regular.eot) format('eot'), url(../fonts/Barlow-Regular.woff) format('woff'), url(../fonts/Barlow-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'hem';
  src: url(../fonts/HemiHead426.ttf) format('truetype'), url(../fonts/HemiHead426.eot) format('eot'), url(../fonts/HemiHead426.woff) format('woff'), url(../fonts/HemiHead426.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root {
  --base-color: #e60012;
  --color: #e60012;
}
body,
html {
  font-size: 10px;
}
body {
  font-family: "barlow";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
.ui.container {
  padding: 0 0px;
  position: relative;
  max-width: 1720px;
  width: 95%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4 {
  font-family: "hem";
}
#header {
  z-index: 9999999;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header.active .language span {
  color: #fff;
}
#header.active .h-search img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
#header .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
#header .nav1 .ui.container{
  padding-top: 0;
  padding-bottom: 0;
}
#header #navdown {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#header #navdown.home0{
  color: #fff;
}
#header #navdown.home0 em{
  border-color: #fff;
}
#header #navdown.home0 em i{
  background: #fff;
}
#header #navdown span.font-20 {
  margin-left: 38px;
}
#header #navdown.active {
  color: #fff;
}
#header #navdown.active em {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #fff;
}
#header #navdown.active em i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
#header #navdown.active em i:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
#header #navdown.active em i:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
#header #navdown em {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  position: relative;
}
#header #navdown em i {
  width: 28px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header #navdown em i:nth-child(1) {
  margin-top: -5px;
}
#header #navdown em i:nth-child(2) {
  margin-bottom: -5px;
}
#header .rights {
  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;
}
#header .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: 25px;
  cursor: pointer;
}
#header .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: 1.5;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 500;
}
#header .language.home0 span{
  color: #fff;
  border-color:#fff; 
}
#header .language span img {
  margin-right: 15px;
}
#header .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 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 .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 .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 .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .h-search.home0 img{
  filter: brightness(1) ;
}
#header .h-search img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header .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;
  margin-left: 30px;
}
#header .feedback i {
  font-size: 24px;
  color: #fff;
  margin-bottom: 3px;
}
#header .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #252525;
  position: relative;
}
#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;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 40px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--base-color);
  color: var(--base-color);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .ui.menu .menu-box ul.menu > li a:hover{
  color: #fff;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 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;
  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: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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 .nav1 {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 29px 0;
}
#header .nav1 .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;
}
#header .nav1 .ui.menu .logo {
  position: relative;
}
#header .nav1 .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.35));*/
}
#header .nav1 .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
  background: rgba(9, 23, 51, 0.6);
  border-radius: 5px;
  padding: 17px 72px 17px 58px;
}
#header .nav1 .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  /*margin-right: 57px;*/
  font-family: 'barlow';
  color: #000;
  line-height: 1;
  letter-spacing: 1px;
  -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;
  /*text-transform: capitalize;*/
}
#header .nav1 .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#header .nav1 .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav1 .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--base-color);
}
#header .nav1 .ui.menu .menu-box ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav1 .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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #000;
  display: none \9;
}
#header .nav1 .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav1 .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav1 .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav1 .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav1 .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav1 .ui.menu .sl {
  display: inline-block;
  background: rgba(9, 23, 51, 0.6);
  border-radius: 5px;
  padding: 18px 35px 14px;
  margin: 0 25px 0 0px;
}
#header .nav1 .ui.menu .h-search {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1;
  margin-left: 52px;
}
#header .nav1 .ui.menu .h-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#header .nav1 .ui.menu .h-language span {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
#header .nav1 .ui.menu .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #091733;
  display: none \9;
}
#header .nav1 .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav1 .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav1 .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav1 .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav1 .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav1::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.inner .nav,
#header.on .nav {
  display: none;
}
#header.inner .nav1,
#header.on .nav1 {
  top: 0;
  position: relative;
}
#header.on .nav1 {
  padding: 10px 0;
  position: fixed;
}
#header.on .nav1::after {
  width: 100%;
}
#header.on .nav1 .ui.menu .menu-box,
#header.on .nav1 .ui.menu .sl {
  background: transparent;
}
.menudown {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 12.7em 0 8em 0;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}
.menudown .ui.container {
  max-width: 1600px;
}
.menudown .menu-box ul.menu > li {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.menudown .menu-box ul.menu > li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.menudown .menu-box ul.menu > li a:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: var(--base-color);
}
.menudown .menu-box ul.menu > li ul.sub-menu {
  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: 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;
}
.menudown .menu-box ul.menu > li ul.sub-menu li {
  display: inline-block;
  padding-right: 2.5em;
}
.menudown .menu-box ul.menu > li ul.sub-menu li a {
  color: #fff;
  font-size: 20px;
}
.menudown .menu-box ul.menu > li ul.sub-menu li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  position: relative;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .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 .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: 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: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: 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;
}
#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: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: 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;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li .content {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  top: 20em;
}
#banner .bannerbox ul.bannerlist li .content .h2 {
  max-width: 850px;
  margin: 0 auto;
  text-transform: uppercase;
}
#banner .bannerbox ul.bannerlist li .content .h2 em {
  color: var(--base-color);
}
#banner .bannerbox ul.bannerlist li .content .imgbox .ui.container{
  position: relative;
  padding-bottom: 7.5em;
  padding-left: 50px;

}
#banner .bannerbox ul.bannerlist li .content .imgbox .ui.container img.dec{
  position: absolute;
  left: 0;
  bottom: 0;
}
.gxs-1 {
  padding: 8em 0 12em 0;
  position: relative;
  background: #fff;
}
.gxs-1 .ui.container {
  max-width: 1820px;
  width: 98%;
  margin-left: auto;
  margin-right: 0;
}
.gxs-1 .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: 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;
}
.gxs-1 .ui.container  .main{
  text-align: center;
}
.gxs-1 .ui.container .main a.more{
      height: 57px;
    line-height: 60px;
    width: 220px;
    margin-left: -540px;
    text-align: center;
    border-radius: 4px;
    background: var(--base-color);
    font-size: 24px;
    font-family: 'hem';
    text-transform: uppercase;
    color: #fff;
    transition: .3s all;
    display: inline-block;
    margin-top: 40px;
}
.gxs-1 .ui.container  .main a.more:hover{
  transition: 0.3s all;
  background: #000;
}
.gxs-1 .ui.container .top .h3 {
      width: 530px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.gxs-1 .ui.container .top .h3 em {
  color: var(--base-color);
  display: block;
}
.gxs-1 .ui.container .top .h4 small {
  display: block;
  font-family: 'barlow';
}
.gxs-1 .ui.container .main ul li {
  padding-left: 530px;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .main ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-1 .ui.container .main ul li:hover .img-box {
  opacity: 1;
}
.gxs-1 .ui.container .main ul li:hover .right {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .main ul li .img-box {
  position: absolute;
  left: 0;
  width: 30%;
  max-width: 420px;
  border-radius: 7px;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.gxs-1 .ui.container .main ul li .right {
  height: 90px;
  line-height: 90px;
  border-top: 1px solid #aaa;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.gxs-1 .ui.container .main ul li:last-child .right{
  border-bottom: 1px dashed #aaa;
}
.gxs-2 {
  position: relative;
  background: #fff;
}
.gxs-1:before{
  content: "";
  width: 100%;
  height: 140px;
  
}
.gxs-2 .gd {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: url(../images/about-imgs.jpg) center center no-repeat;
  background-size: cover;
  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;
}
.gxs-2 .gd .text {
  width: 90%;
  max-width: 810px;
  text-align: center;
}
.gxs-2 .gd .text .h3 {
  color: #fff;
}
.gxs-2 .gd .text .h3 em {
  color: var(--base-color);
}
.gxs-2 .gd .text .txt {
  color: #fff;
  line-height: 2;
  margin-top: 27px;
}
.gxs-2 .move .ui.container {
  max-width: 1520px;
}
.gxs-2 .move .ui.container ul li {
  margin-bottom: 40px;
  text-align: right;
}
.gxs-2 .move .ui.container ul li:nth-child(2n) {
  text-align: left;
}
.gxs-2 .move .ui.container ul li:nth-child(2n) .img-box {
  margin-left: 0;
  margin-right: auto;
}
.gxs-2 .move .ui.container ul li .img-box {
  width: auto;
  margin-left: auto;
  margin-right: 40;
}
.gxs-2 .move .ui.container ul li .img-box img {
  width: auto;
}
.gxs-3 {
  padding: 8em 0 13em 0;
  background: url(../images/about-imgs3.png) center bottom no-repeat;
  background-position-y: -170px;
}
.gxs-3 ul.data {
  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;
}
.gxs-3 ul.data li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-3 ul.data li i {
  width: 101px;
  height: 101px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.5em;
}
.gxs-3 ul.data li .rights span {
  font-family: "hem";
}
.gxs-3 ul.data li .rights p {
  margin-top: 0px;
}
.gxs-3 .btm {
  margin-top: 10em;
  height: 350px;
  overflow: hidden;
}
.gxs-3 .btm .h2 {
  color: var(--base-color);
}
.gxs-3 .btm .h3 {
  margin-top: 20px;
  line-height: 1.4;
    text-transform: uppercase;
}
.gxs-3 .btm ul li{
  height: 325px;
}
.gxs-4 {
  background: #a5b1b0;
  padding-top: 11em;
  padding-bottom: 10em;
}
.gxs-4 > .text {
  padding-top: 6em;
}
.gxs-4 .main ul li {
  padding-bottom: 40px;
}
.gxs-4 .main ul li .item {
  border-radius: 30px;
  background: #fff;
  padding: 6.5em 7em;
  height: 570px;
  position: relative;
  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;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.gxs-4 .main ul li .item .text {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.gxs-4 .main ul li .item .text span.nums {
  font-size: 140px;
  line-height: 1;
  font-family: "hem";
  letter-spacing: 0px;
  color: transparent;
  -webkit-text-stroke-color: #aaa;
  opacity: 1;
  -webkit-text-stroke-width: 1px;
  margin-bottom: 13.5em;
}
.gxs-4 .main ul li .item .text .h3 {
  color: var(--base-color);
  margin-top: 70px;
  line-height: 1;
}
.gxs-4 .main ul li .item .text .h4 em {
  color: #8e8e8e;
}
.gxs-4 .main ul li .item .text p {
  max-width: 870px;
  color: #aaa;
  line-height: 32px;
}
.gxs-4 .main ul li .item .box {
  position: relative;
  z-index: 5;
}
.gxs-4 .main ul li .item .box a.more {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  border: 1px solid #aaa;
  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;
}
.gxs-4 .main ul li .item .box a.more img {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  -webkit-transition: 0.3S all;
  -moz-transition: 0.3S all;
  transition: 0.3S all;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
.gxs-4 .main ul li .item .box a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-4 .main ul li .item .box a.more:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.gxs-4 .main ul li .item .img-box {
  position: absolute;
  max-width: 1150px;
  right: 6.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70%;
}
.gxs-4 .main ul li .item .img-box img {
  width: auto;
}
.gxs-5 {
  padding-top: 15px;
  padding-bottom: 10px;
}
.gxs-5 ul.applist {
  margin-top: 3em;
}
.gxs-5 ul.applist li {
  padding: 20px;
  margin-top: 20px;
}
.gxs-5 ul.applist li .item {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 ul.applist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.gxs-5 ul.applist li .item:hover .img-box .zhezhao {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 ul.applist li .item:hover .text .h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-5 ul.applist li .item:hover .text a.more2{
  opacity: 1;
  transition: 0.3s all;
}
.gxs-5 ul.applist li .item .img-box {
  position: relative;
}
.gxs-5 ul.applist li .item .img-box .zhezhao {
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 8;
  position: absolute;
  background: url(../images/line-zu.png) center center no-repeat rgba(0, 0, 0, 0.3);
}
.gxs-5 ul.applist li .item .text {
  padding: 2em 2.5em;
}
.gxs-5 ul.applist li .item .text .h5 {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 ul.applist li .item .text a.more2 {
  font-size: 18px;
  transition: 0.3s all;
  opacity: 0;
}
.gxs-5 ul.applist li .item .text a.more2 em {
  margin-right: 10px;
}
.gxs-6 {
  padding-top: 7em;
  padding-bottom: 10em;
}
.gxs-6 .ui.container {
  max-width: 1520px;
}
.gxs-6 .main {
  margin-top: 55px;
  border-top: 1px solid #aaa;
}
.gxs-6 .main ul.newslist li .item {
  border-bottom: 1px solid #aaa;
  height: 172px;
  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;
  padding-top: 3.3em;
}
.gxs-6 .main ul.newslist li .item .h4 {
  width: 60%;
  max-width: 720px;
  text-transform: uppercase;
  line-height: 1.6;
}
.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 .right {
  width: 50%;
  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-6 .main ul.newslist li .item .right p {
  max-width: 535px;
  line-height: 32px;
}
.gxs-6 .main ul.newslist li .item .right a.more2 {
  width: 50px;
  height: 50px;
  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: #000;
}
.gxs-6 .main ul.newslist li .item .right a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
#footer {
  padding: 0 35px  35px 35px;
  background: #fff;
}
#footer .footer-main {
  background: url(../images/footer-bj.jpg) right top no-repeat;
  background-size: cover;
  padding: 55px 0 17px 60px;
  border-radius: 30px;
}

/*#footer .footer-main .ui.container .sharebox ul li:hover{
  transition: 0.3s all;
  background: var(--base-color);
  color: #fff;
  border-color: var(--base-color);
}*/
#footer .footer-main .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: 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 .ui.container .top .links {
  width: 232px;
}
#footer .footer-main .ui.container .top .links ul li {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#footer .footer-main .ui.container .top .links ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 500;
}
#footer .footer-main .ui.container .top .links ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}
#footer .footer-main .ui.container .top .info {
  width: 480px;
}
#footer .footer-main .ui.container .top .info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex;
  -webkit-justify-content: flex;
  -moz-box-pack: flex;
  -ms-flex-pack: flex;
  justify-content: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  font-weight: 500;
}
#footer .footer-main .ui.container .top .info ul li i {
  min-width: 37px;
  margin-right: 15px;
}
#footer .footer-main .ui.container .bottom {
  margin-top: 10em;
}
#footer .footer-main .ui.container .bottom form {
  width: 100%;
  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 .ui.container .bottom form input[type="text"] {
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  color: #000;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 3px;
  border: none;
  width: 264px;
}
#footer .footer-main .ui.container .bottom form input[name="content"] {
  width: 423px;
}
#footer .footer-main .ui.container .bottom form input[type="submit"] {
  width: 200px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0;
  border: none;
  text-transform: uppercase;
}
#footer .footer-main .ui.container .bottom form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
}
#footer .footer-bottom .ui.container {
  padding-top: 20px;
  padding: 0% 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;
  margin-top: 10px;
  line-height: 30px;
  color: #000;
}
#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: #000;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #000;
}
#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-72 {
  font-size: 72px;
  line-height: 1;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
}
.font-47 {
  font-size: 48px;
  line-height: 1.2;
}
.font-36 {
  font-size: 36px;
}
@media screen and (max-width: 1680px) {
    #header .nav1 .ui.menu .menu-box {
    padding: 17px 40px;
  }
  #header .nav1 .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
    #header .nav1 .ui.menu .sl {
    margin: 0 102px 0 30px;
  }
  #header .nav1 .ui.menu .sl .h-search {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1440px) {
        #header .nav1 .ui.menu .menu-box {
        padding: 17px 30px;
    }
  #header .nav1 .ui.menu .menu-box ul.menu > li {
    margin-right: 22px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .gxs-6 .main ul.newslist li .item .right p {
    width: 80%;
  }
  .font-72 {
    font-size: 50px;
  }
  .gxs-3 ul.data li i {
    width: 80px;
    height: 80px;
  }
  #banner .bannerbox ul.bannerlist li .content {
    top: 10em;
  }
  body,
  html {
    font-size: 6px;
  }
  .font-36 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 40px;
  }
   .font-47 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
   #header .nav1 .ui.menu .menu-box {
    padding: 17px 20px;
  }
  #header .nav1 .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 20px;
  }
  #header .nav1 .ui.menu .sl {
    padding: 18px 20px 14px;
  }
  #header .nav1 .ui.menu .sl .h-language span,
  #header .nav1 .ui.menu .sl .h-search span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .font-60 {
    font-size: 42px;
  }
  #banner .bannerbox ul.bannerlist li .content {
    top: 20em;
  }
  .font-36 {
    font-size: 24px;
  }
  .font-72 {
    font-size: 42px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-30 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
   #header .nav1 .ui.menu .logo{
    width: 7%;
  }
  #header .nav1 .ui.menu .menu-box {
    padding: 13px 10px;
  }
  #header .nav1 .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
      #header .nav1 .ui.menu .sl .h-search {
        margin-left: 8px;
    }
  #header .nav1 .ui.menu .sl {
    padding: 11px 10px 10px;
    margin: 0 102px 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .fkjdfyh {
    display: none !important;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .bannerbox ul.bannerlist li .content {
    top: 8em;
  }
  .gxs-1 .ui.container .main ul li {
    padding-left: 270px;
  }
  .gxs-3 ul.data li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ui.container {
    width: 85%;
  }
  .gxs-2 .move .ui.container ul li .img-box {
    width: 30%;
  }
  .font-48 {
    font-size: 30px;
  }
   .font-47 {
    font-size: 30px;
  }
  .gxs-4 .main ul li .item .img-box {
    top: auto;
    bottom: 0;
  }
  .gxs-6 .main ul.newslist li .item .h4 {
    width: 100%;
  }
  .gxs-6 .main ul.newslist li .item .right {
    width: 100%;
  }
  .gxs-6 .main ul.newslist li .item {
    height: auto;
    padding: 4em 0;
  }
  #footer .footer-main .ui.container .top .links {
    display: none;
  }
  #footer .footer-main .ui.container .bottom form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-main .ui.container .bottom form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  .gxs-4 .main ul li .item .text span.nums {
    font-size: 90px;
    margin-bottom: 40px;
  }
  .font-48 {
    font-size: 24px;
  }
   .font-47 {
    font-size: 24px;
  }
  .gxs-5 {
    padding-top: 11.5em;
  }
  .gxs-1 .ui.container .main ul li .right {
    width: 100%;
  }
  .gxs-1 .ui.container .main ul li {
    padding: 0;
  }
  .gxs-1 .ui.container .main ul li .img-box{
    left: auto;
    right: 0;
  }
  .gxs-1 .ui.container .main a.more{
    margin-left: 0;
  }
  #banner .bannerbox ul.bannerlist li .content .imgbox .ui.container img.dec{
    width: 20%;
    display: none;
  }
 
}
@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;
  }
  .mb-nav {
    display: none;
  }
  .gxs-1 .ui.container .main ul li .img-box {
    position: relative;
    width: 80%;
    margin: 0 auto;
    top: 0;
    left: auto;
    display: block;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .gxs-2 .gd {
    position: relative;
    height: auto;
    padding: 5em 0;
    top: 0;
  }
  .gxs-2 .move {
    display: none;
  }
  .ui.container {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  #banner .bannerbox ul.bannerlist li .content {
    display: block;
  }
  #banner .bannerbox ul.bannerlist li .content .h2{
    display: none;
  }
  .font-36 {
    font-size: 18px;
  }
  .gxs-1 .ui.container .main ul li .right {
    text-align: center;
  }
  .gxs-4 .main ul li .item .img-box {
    display: none;
  }
  .gxs-4 .main ul li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-4 .main ul li .item .text {
    width: 100%;
  }
  .gxs-4 .main ul li .item .text span.nums {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .font-48 {
    font-size: 20px;
  }
   .font-47 {
    font-size: 20px;
  }
  html,
  body {
    font-size: 5px;
  }
  .gxs-4 .main ul li .item {
    padding: 4em 5em;
  }
  #footer {
    padding: 0 0 0 0;
  }
  #footer .footer-main {
    padding: 15px 15px;
  }
}
@-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: 24px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
  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: 25px;
  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: 200px;
  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;
}
.ewm {
  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;
}
.ewm #ewm{
  width: 120px;
  height: 120px;
  display: none;
  padding: 5px;
  background: #fff;
position: absolute;
top: 50%;
right: 100%;
transform: translateY(-50%);
}
.ewm: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 */
.inner-page span.tag {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}
.inner-page span.h2 {
  font-size: 60px;
  text-transform: uppercase;
  /*font-weight: bold;*/
  display: block;
  line-height: 1.3;
  margin-bottom: .6em;
}
.inner-page span.h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.inner-page .text {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
}
.inner-page .text .d3h1 h1{
  display: inline;
}
.inner-page a.more {
  font-size: 16px;
  padding: .7em 1.5em;
  /*margin-top: 50px;
  border: 2px solid #444;*/
  color: #444;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.more:hover,
.inner-page a.more.on {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page a.more.on {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.more.on:hover {
  background-color: #000000;
    color: #ffffff;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 60px;
}
.inner-page .m-page .wp-pagenavi {
  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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border: 1px solid transparent;
  color: #888;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 2px;
  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;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: var(--color);
  color: var(--color);
}
.manufacuring-page .manufacuring-1 {
  padding: 130px 0;
  position: relative;
  margin: 100px 0;
}
.manufacuring-page .manufacuring-1 .mask {
  position: absolute;
  height: 670px;
  width: 49%;
  border-radius: 30px;
    right: 100px;
  top: 0;
  background-size: cover;
  background-position: center;
}
.manufacuring-page .manufacuring-1 .left {
  width: 39%;
}
.manufacuring-page .manufacuring-1 .left .btn {
  margin-top: 40px;
}
.manufacuring-page .manufacuring-1 .left .btn a.more {
  margin-right: 2em;
}
.manufacuring-page .manufacuring-2 {
  padding: 140px 0;
  text-align: center;
}
.manufacuring-page .manufacuring-2 .left {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.manufacuring-page .manufacuring-2 .left span.h2 {
  font-size: 48px;
  line-height: 1.3;
}
.manufacuring-page .manufacuring-2 .left .text {
  margin: 2em auto;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .left .text h1{
  display: inline;
}
.manufacuring-page .manufacuring-2 .left .text p {
  margin-top: 1em;
}
.manufacuring-page .manufacuring-2 .left .text p:first-child {
  margin-top: 0;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .left a.more {
  margin-top: 0;
}
.manufacuring-page .manufacuring-2 span.h3 {
  margin: 1em 0;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .list {
  padding: 50px 0;
  position: relative;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .list:after {
  /*content: '';*/
  width: 1px;
  height: 100%;
  background-color: #7D7D7D;
  position: absolute;
  left: 50%;
  top: 0;
}
.manufacuring-page .manufacuring-2 .list 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;
}
.manufacuring-page .manufacuring-2 .list ul li {
  padding: 10px;
  width: 20%;
}
.manufacuring-page .manufacuring-2 .list ul li .flex {
  /*padding: 10px;*/
  /*border-bottom: 1px solid #7D7D7Daa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  font-size: 18px;
  height: 100%;
  text-align: center;
}
.manufacuring-page .manufacuring-2 .list ul li .flex i.img {
  font-size: 1.5em;
  /*margin-right: .7em;*/
  color: var(--color);
  flex-shrink: 0;
}
.manufacuring-page .manufacuring-2 .list ul li .flex i.img img {
  display: block;
  margin: 0 auto;
}
.manufacuring-page .manufacuring-2 .list ul li .flex span.h6 {
  font-weight: bold;
  height: 3em;
  overflow: hidden;
  display: block;
}
.manufacuring-page .manufacuring-2 .list ul li .flex .text {
  margin-top: .5em;
  font-size: 16px;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .box {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.manufacuring-page .manufacuring-2 .box .img {
  background-size: cover;
  background-position: center;
}
.manufacuring-page .manufacuring-2 .box .content {
  padding-left: 5%;
}
.manufacuring-page .manufacuring-2 a.more {
  margin-top: 2em;
}
.manufacuring-page .manufacuring-3 {
  padding-bottom: 120px;
}
.manufacuring-page .manufacuring-3 span.h3 {
  margin-bottom: 1.7em;
  font-size: 48px;
  line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}
.manufacuring-page .manufacuring-3 span.h3:after {
  content: '';
  width: 3em;
  height: 4px;
  background-color: var(--color);
  display: block;
  margin-top: .3em;
}
.manufacuring-page .manufacuring-3 .list {
  border-bottom: 1px solid #7D7D7D;
}
.manufacuring-page .manufacuring-3 .list ul li {
  padding: 50px 0;
  border-top: 1px solid #7D7D7D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.manufacuring-page .manufacuring-3 .list ul li span.num {
  font-size: 70px;
  /*font-weight: bold;*/
  font-family: 'hem';
  line-height: 1;
  color: var(--base-color);
}
.manufacuring-page .manufacuring-3 .list ul li .content {
  width: 100%;
  padding: 0 3%;
}
.manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
  font-size: 40px;
  /*font-weight: bold;*/
  font-family: 'hem';
  text-transform: uppercase;
  line-height: 1.2;
  
}
.manufacuring-page .manufacuring-3 .list ul li .content .text {
  margin-top: 1em;
}
.manufacuring-page .manufacuring-3 .list ul li .content a.link {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1em;
  font-weight: normal;
  color: var(--color);
}
.manufacuring-page .manufacuring-3 .list ul li .content a.link:after {
  content: ' >';
}
.manufacuring-page .manufacuring-3 .list ul li .img {
  width: 40%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -50px;
  padding-left: 5%;
  margin-bottom: -100px;
}
.manufacuring-page .manufacuring-3 .list ul li .img img {
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacuring-page .manufacuring-3 .list ul li:hover .img img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.injection-page .injection-1 {
  padding: 100px 0;
  position: relative;
}
.injection-page .injection-1 .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/injection-1.jpg");
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.injection-page .injection-1 .left {
  width: 50%;
  display: block;
  margin-left: auto;
  padding-left: 2%;
}
.injection-page .injection-1 .left .btn {
  margin-top: 40px;
}
.injection-page .injection-1 .left .btn a.more {
  margin-right: 2em;
}
.injection-page .manufacuring-2 .left {
  margin-bottom: 50px;
}
.injection-page .injection-2 {
  padding-bottom: 100px;
}
.injection-page .injection-2 .list {
  margin-top: 50px;
}
.injection-page .injection-2 .list ul {
  margin: -10px;
}
.injection-page .injection-2 .list ul li {
  padding: 10px;
}
.injection-page .injection-2 .list ul li a.img-box {
  display: block;
}
.injection-page .injection-3 {
  padding-bottom: 130px;
  text-align: center;
}
.injection-page .injection-3 span.h3 {
  margin-bottom: 1em;
}
.injection-page .injection-3 .btn a.more {
  margin: 0 1em;
}

@media screen and (max-width: 1450px) {
    .manufacuring-page .manufacuring-1,
  .manufacuring-page .manufacuring-2 {
    padding: 100px 0;
  }
    .injection-page .injection-3,
  .manufacuring-page .manufacuring-3,
  .injection-page .injection-2 {
    padding-bottom: 100px;
  }
   .manufacuring-page .manufacuring-3 .list ul li span.num {
    font-size: 48px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 28px;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex {
    font-size: 20px;
    padding: 30px 0;
  }
  .manufacuring-page .manufacuring-2 .list ul li {
    padding: 0 30px;
  }
  .manufacuring-page .manufacuring-2 .list ul {
    margin: 0 -30px;
  }
  .manufacuring-page .manufacuring-2 .list {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1250px) {
  .manufacuring-page .manufacuring-1 .left .btn a.more {
    margin-right: .5em;
  }
  .manufacuring-page .manufacuring-1 .left {
    width: 46%;
  }

  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 38px;
  }
    .manufacuring-page .manufacuring-1 .left .btn {
    margin-top: 20px;
  }
    .manufacuring-page .manufacuring-1,
  .manufacuring-page .manufacuring-2 {
    padding: 60px 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li .img img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .manufacuring-page .manufacuring-3 .list ul li .img {
    padding-left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li {
    padding: 30px 0;
  }
  .injection-page .injection-2 .list {
    margin-top: 30px;
  }
  .injection-page .injection-3,
  .manufacuring-page .manufacuring-3,
  .technology-page .technology-2,
  .injection-page .injection-2 {
    padding-bottom: 60px;
  }
  .technology-page .technology-2 .list ul li .box {
    height: 300px;
  }
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
   .manufacuring-page .manufacuring-1 .left {
    width: 100%;
  }
  .manufacuring-page .manufacuring-1 .mask {
    display: none;
  }
  .manufacuring-page .manufacuring-1 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .injection-page .injection-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .injection-page .injection-1 .mask {
    display: none;
  }
  .injection-page .injection-1 {
    padding: 50px 0;
  }
  .manufacuring-page .manufacuring-2 .left {
    width: 100%;
  }
    .manufacuring-page .manufacuring-3 .list ul li .content a.link {
    font-size: 16px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 15px;
  }
  .inner-page .ui.container.industrycontent{
    display: none!important;
  }
  .manufacuring-page .manufacuring-2 .list ul li {
    width: 100%;
  }
  .manufacuring-page .manufacuring-2 .list:after {
    display: none;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex {
    font-size: 18px;
    padding: 20px 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li .img {
    display: none;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 20px;
  }
  .manufacuring-page .manufacuring-3 .list ul li span.num {
    font-size: 36px;
  }
  .injection-page .injection-1 .left .btn {
    margin-top: 20px;
  }
  .technology-page .technology-2 .list ul li {
    width: 100%;
  }
  .technology-page .technology-2 .list ul li .box {
    height: auto;
  }
  .manufacuring-page .manufacuring-2 .box .content {
    width: 100%;
    padding-left: 0;
  }
  .manufacuring-page .manufacuring-2 .box .img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .manufacuring-page .manufacuring-2 .box {
    display: block;
  }
}


/*about css*/

.about-page h2.title {
  color: #000;
  /*text-align: center;*/
  font-size: 48px;
  /*font-weight: 900;*/
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 10px;
}
.about-page .about-1 {
  padding-top: 120px;
  padding-bottom: 80px;
}
.about-page .about-1 .left {
  width: 33%;
}
.about-page .about-1 .left ul {
  margin-top:48px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 45px;
}
.about-page .about-1 .left ul li h2 {
  font-size: 64px;
  font-weight: 900;

}
.about-page .about-1 .left ul li h2 span{
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 18px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
}
.about-page .about-1 .left ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
      width: 67%;
    line-height: 2;
    font-weight: 300;
    font-size: 20px;
    padding-left: 160px;
}
.about-page .about-1 .right p {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top {
  position: relative;
}
.about-page .about-2 .top .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius:100%;
   
}
.about-page .about-2 .top .play i{
  color: #000;
  font-size: 36px;
}
.about-page .about-2 .top .play:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    background: #fff;
}
.about-page .about-2 .top .play:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    transform: translate(-50%,-50%);
    border: 2px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    animation-delay: .4s;
    background: #fff;
}
.about-page .about-2 .bottom {
  background: #023991;
  padding: 36px 0;
}
.about-page .about-2 .bottom .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .bottom .ui.container .left {
  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;
}
.about-page .about-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin-left: 30px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  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;
}
.about-page .about-2 .bottom .ui.container .right:hover {
  background: black;
  color: white;
}
.about-page .about-3 {
  padding-top: 110px;
  padding-bottom: 90px;
}
.about-page .about-3 .left {
  padding-right: 120px;
    width: 47%;
}
.about-page .about-3 .right {
    width: 53%;
}
.about-page .about-3 .left .content {
  margin-top: 10px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 24px;
  /*font-weight: 900;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
  padding-right: 40px;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  padding-bottom: 4px;
    padding-left: 2px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: var(--base-color);
  border: 1px solid 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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background: var(--base-color);
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  display: none;
}
.about-page .about-3 .right ul li .content .text {
 font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 20px;
}
.about-page .about-3 .right ul li.active .fa {
  background: var(--base-color);
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url(../images/factory-01.jpg) no-repeat center;
  color: white;

}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
  padding-bottom: 5px;
}
.about-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--base-color);
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 520px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.about-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}
.about-page .about-4 .content .more:hover {
  background: var(--base-color);
  color: white;
}
.about-page .about-5 {
  overflow: hidden;
  /*padding-top: 30px;*/
  padding-bottom: 100px;

}
 
.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 1280px;
  margin: 5px auto 50px;
}
.about-page .about-5 ul {
  margin: -30px;
}
.about-page .about-5 ul li {
  padding: 30px;
  margin-top: 30px;
}
.about-page .about-5 ul .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.about-page .about-5 ul .slick-arrow button{
  display: none;
}
.about-page .about-5 ul .slick-prev{
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-5 ul .slick-next{
  right: -60px;
}
.about-page .about-5 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat center;
  background-position: center bottom;
  padding: 65px 0 230px;
  overflow: hidden;
  margin-bottom: 8em;
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}
@media screen and (max-width: 1600px) {
     .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1400px) {
   .about-page h2.title {
    font-size: 34px;
  }
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 22px;
    margin-bottom: 26px;
    line-height: 2;
  }
  .about-page .about-1 .right p h1{
     font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }

  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
   .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .about-page h2.title {
    font-size: 28px;
  }
   .about-page .about-2 .top .play {
    width: 80px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 22px;
    margin-left: 15px;
  }
  .about-page .about-2 .bottom .ui.container a.right {
    height: 45px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .left .content {
    margin-top: 15px;
  }
  .about-page .about-5 {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  about-page .about-3 .left{
    padding-right: 0;
  }

  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p{
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .right{
    max-height: 390px;
    overflow: auto;
  }
   
  .about-page .about-4 .content .box,
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text{
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3{
    font-size: 18px;
  }
  .about-page .about-4 .tab{
    margin-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 70px 0 40px;
  }
  .about-page h2.title {
    font-size: 20px;
    line-height: 2;
  }
  .about-page .about-6 {
    padding-top: 10px;
  }
   .about-page h2.title{
    padding-bottom: 0;
  }
    .about-page .about-2 .bottom{
    padding: 16px 0 5px;
  }
}


.inner-banner{
  height: 450px;
  background-size: cover;
  text-align: center;
  color: white;
  padding-top: 200px;
}
.inner-banner h2{
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  /*font-weight: bold;*/
}
a.footmeigesin {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 590px;
    display: inline-block;
    vertical-align: middle;
}
.inner-banner p{
  font-size: 18px;
}

.manu-page h2 {
    font-size: 40px;
    line-height:46px;
}
.manu-page .about-1 {
    padding: 120px 15px 100px;
    position: relative;
}
.manu-page .about-1::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 1078px;
    height: 556px;
    right: 130px;
    bottom: -90px;
    /*background: url(../images/about-1-bg.jpg) no-repeat center center;*/
}
.manu-page .about-1 .content {
    margin: 0 auto;
    max-width: 1560px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.manu-page .about-1 .content .left {
    width: 50%;
    position: relative;
}
.manu-page .manu-img img{
  width: 100%;
}
.manu-page .manu-img li{
  position: relative;
}
.manu-page .manu-img li p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px 15px;
}
.manu-page .about-1 .content .left > img {
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}


.manu-page .about-1 .content .left .play {
    position: absolute;
    display: block;
    right: -40px;
    bottom: 60px;
    z-index: 6;
}
.manu-page .about-1 .content .left .play::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.manu-page .about-1 .content .left .play::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}



.manu-page .about-1 .content .right .play {
    position: absolute;
    display: block;
    left: 40px;
    bottom: 65px;
    z-index: 6;
}
.manu-page .about-1 .content .right .play::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.manu-page .about-1 .content .right .play::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.manu-page .about-1 .content .right {
    width: 50%;
    padding-left: 40px;
    position: relative;
}
.manu-page .about-1 .content h4 {
    font-size: 25px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    /*font-weight: 500;*/
}
.manu-page .about-1 .content h2 {
    color: var(--color);
    margin: 20px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.manu-page .about-1 .content p {
    line-height: 1.7;
}
.manu-page .about-2 {
    padding: 80px 0 60px;
    position: relative;
}
.manu-page .about-2::after {
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    background:#f5f5f5;
    left: 0;
    top: 0;
    z-index: -1;
}

.manu-page .about-2.right::after{
    left: auto;
    right: 0;
    width: 60%;
}
.manu-page .about-2 .content {
    margin: 0 auto;
    max-width: 1560px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.manu-page .about-2 .content .left {
    width: 50%;
    padding-right: 90px;
}
.manu-page .about-2 .content h2 {
    color: var(--color);
    margin-bottom: 35px;
    font-weight: 500;
}
.manu-page .about-2 .content p {
    line-height: 2;
}
.manu-page .about-2 .content .right {
    width: 50%;
}
.manu-page .about-3 {
    text-align: center;
    padding: 60px 0;
    background: url(../images/about-3-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
/*.manu-page .about-3 .top {
  margin-bottom: 70px;
}*/
.manu-page .about-3 .top h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
.manu-page .about-3 .top p {
    max-width: 680px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.5;
}
.manu-page .about-3 .top .more {
    margin-top: 50px;
}
.manu-page .about-4 {
    background: #f3f3f3;
    padding: 60px 0 50px;
}
.manu-page .about-4 .container {
    max-width: 1200px;
}
.manu-page .about-4 .top {
    text-align: center;
}
.manu-page .about-4 .top h2 {
    color: #9e8657;
    margin-bottom: 25px;
    font-weight: 500;
}
.manu-page .about-4 .top p {
    color: #000000;
    margin: 0 auto;
    max-width: 845px;
}
.manu-page .about-4 .content {
    margin-top: 60px;
    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-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;
}
.manu-page .about-4 .content .historyBox {
    max-width: 350px;
}
.manu-page .about-4 .content .historyBox h4 {
    font-size: 36px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}
.manu-page .about-4 .content .historyBox p {
    font-size: 20px;
}
.manu-page .about-4 .content .historyBox .arrow-l,
.manu-page .about-4 .content .historyBox .arrow-r {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 0;
    background: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 15px;
}
.manu-page .about-4 .content .historyBox .arrow-l:hover,
.manu-page .about-4 .content .historyBox .arrow-r:hover {
    color: #b41c1d;
}
.manu-page .about-4 .content .historyBox .arrow-l {
    left: 0;
}
.manu-page .about-4 .content .historyBox .arrow-r {
    right: 0;
}
.manu-page .about-4 .content .right {
    padding-left: 50px;
    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;
}
.manu-page .about-4 .content .right .text {
    margin-left: 30px;
}
.manu-page .about-4 .content .right .text h5 {
    font-size: 60px;
    line-height: 1;
    color: #afafaf;
    font-weight: 500;
}
.manu-page .about-4 .content .right .text h5 span {
    display: block;
    font-weight: 500;
}
.manu-page .about-4 .partnerBox {
    margin-top: 100px;
}
.manu-page .about-4 .partnerBox ul{
    margin: -15px;
}
.manu-page .about-4 .partnerBox li {
    padding: 15px;
    cursor: pointer;
}
.manu-page .about-5 {
    padding: 50px 0 50px;
    background: #1f2128;
}
.manu-page .about-5 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.manu-page .about-5 .container .left {
    width: 65.5%;
}
.manu-page .about-5 .container .right {
    width: 34.5%;
    padding-left: 30px;
}
.manu-page .about-5 .container .right .content {
    max-width: 405px;
    margin: 0 0 0 auto;
}
.manu-page .about-5 .container .right .content h4 {
    font-size: 80px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}
.manu-page .about-5 .container .right .content p {
    color: #afafaf;
}
.manu-page .about-5 .container .right .content h2 {
    font-size: 130px;
    line-height: 1;
    font-weight: 500;
    color: rgba(154, 27, 64, 0.1);
    margin-top: 35px;
}
.manu-page .about-6 {
    padding: 100px 0 60px;
        /*background: #eee;*/
}
.manu-page .about-6 .content {
    margin: 0 auto;
    max-width: 1635px;
}
.manu-page .about-6 .top {
    text-align: center;
}
.manu-page .about-6 .top h2 {
        color: #000000;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}
.manu-page .about-6 .top p {
    color: #000000;
    margin: 0 auto;
    max-width: 705px;
}
.manu-page .about-6 .newsBox {
    margin-top: 60px;
}
.manu-page .about-6 .newsBox ul{
    margin: -15px;
}
.manu-page .about-6 .newsBox ul li{
    padding: 15px;
}
.manu-page .about-6 .newsBox .news-img {
    display: block;
    overflow: hidden;
    position: relative;
}
.manu-page .about-6 .newsBox .news-img .play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
}
.manu-page .about-6 .newsBox .news-img .play::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.manu-page .about-6 .newsBox .news-img .play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}

.manu-page .about-6 .newsBox .content h5 {
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    display: -webkit-box;
        font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    overflow: hidden;
    text-transform: capitalize;
    margin: 30px 0 20px;
    min-height: 58px;
}
.manu-page .about-6 .newsBox .content h5:hover {
    color: #b41c1d;
}
.manu-page .about-6 .newsBox .content .time {
    color: #5d5d5d;
    line-height: 1;
    margin-top: 20px;
}
.manu-page .about-6 .newsBox .content p {
    color: #5d5d5d;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
    max-height: 145px;
    overflow: auto;
}
.manu-page+div+.i-form.Auxil-form{
  display: none;
}
@media screen and (max-width: 1610px){
  .manu-page .about-2 .content .left{
        padding-left: 15px;
    }
}
@media screen and (max-width: 1437px){
  .manu-page .about-5 .container .right .content h2{
        font-size: 80px;
    }
}
@media screen and (max-width: 1000px){
  .manu-page .about-4 .content .historyBox{
        max-width: 100%;
    }
    .manu-page .about-4 .content .right{
        display: none;
    }
    .manu-page .about-5 .container .left{
        width: 100%;
    }
    .manu-page .about-5 .container .right {
        width: 100%;
        padding-left: 0;
    }
    .manu-page .about-5 .container .right .content{
        max-width: 100%;
    }

    .manu-page .about-1 .content .left{
        width: 100%;
    }
    .manu-page .about-1 .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .manu-page .about-1 .content .left .play{
        right: auto;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .manu-page .about-1 .content .right .play{
        right: auto;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}
@media screen and (max-width: 700px){
   .manu-page .about-2 .content .left {
        padding: 0 15px;
        width: 100%;
    }
    .manu-page .about-2 .content .right {
        width: 100%;
        padding: 20px 15px 0;
    }
}


.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 24px;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}


.contact-page .contact-1 {
    padding: 120px 0 80px;
}
.contact-page .contact-1 .left {
    width: 30%;
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
    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;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, var(--color) 0%, #e60012 100%);
    display: block;
    padding: 6px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: var(--color);
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 16px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 18px;
    margin-top: 4px;
    color: black;
    display: block;
}
.contact-page .contact-1 .right {
    width: 70%;
    padding-left: 4%;
}
.contact-page .contact-1 .right .form {
    padding: 60px;
    background: #f4f4f4;
}
.contact-page .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 25px;
    outline: none;
    line-height: 19px;
    border: none;
    font-size: 18px;
    caret-color: var(--color);
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
    background: var(--color);
    color: white; 
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    padding: 0;
}
.contact-page .contact-1 .right .form ul li a.more:hover{
  transition: 0.3s all;
}
.contact-page .contact-2 .box {
    padding: 40px 55px;
    -o-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    border-radius: 14px;
    text-align: center;
}

.contact-page .contact-2 .box span.tag {
    color: var(--color);
}
.contact-page .contact-2 .box span.tag:before {
    display: none;
}
.contact-page .contact-2 .box h2.title {
    /*color: white;*/
    font-size: 48px;
    margin: 40px;
}
.contact-page .contact-2 .box .left {
    width: 70%;
    vertical-align: middle;
}
.contact-page .contact-2 .box .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.contact-page .contact-3 {
    position: relative;
    margin-bottom: 80px;
    z-index: 0;
}
.contact-page .contact-3 .button-group .button {
    background: var(--color);
}
.contact-page .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
.contact-page span.tag {
    font-size: 18px;
    font-weight: 500;
    color: var(--color);
    display: block;
    line-height: 1;
    margin-bottom: 1em;
}
.contact-page h2.title {
    font-size: 40px;
    text-transform: uppercase;
    color: #1c1628;
    line-height: 1;
}
.i-form.Auxil-form.contact{
  display: none;
}
@media screen and (max-width: 1500px){
  .contact-page .contact-1 {
        padding: 80px 0 40px;
    }
    .contact-page .contact-1 .left .info ul li span {
        width: 70px;
        height: 70px;
    }
    .contact-page .contact-1 .left .info ul li h6 {
        font-size: 13px;
    }
    .contact-page .contact-1 .left .info ul li h6 small {
        font-size: 1.2em;
    }
    .contact-page .contact-1 .right .form {
        padding: 30px;
    }
    .contact-page .contact-1 .right .form ul li {
        padding: 5px;
    }
    .contact-page .contact-1 .right .form ul {
        margin: -5px;
    }
    .contact-page .contact-1 .right .form ul li input,
    .contact-page .contact-1 .right .form ul li textarea {
        padding: 15px;
    }
    .contact-page .contact-2 .box h2.title {
        font-size: 28px;
    }
    .contact-page .contact-2 .box {
        padding: 50px 5%;
    }
}
@media screen and (max-width: 1000px){
   .contact-page .contact-2 .box {
        padding: 30px 3%;
        margin-top: -50px;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px){
  .contact-page .contact-2 .box .left {
        width: 100%;
    } 
    .contact-page .contact-2 .box .right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}
@media screen and (max-width: 500px){
   .contact-page .contact-2 .box h2.title {
        font-size: 22px;
    }
    .contact-page .contact-2 .box {
        margin-top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-page .contact-2 {
        padding-bottom: 30px;
    }
}


.service-page h2.title small {
  margin-top: 0;
}
.service-page .service-1 {
  padding: 100px 0 30px;
}
.service-page .service-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-1 .box .left {
  width: 52%;
  padding-right: 30px;
}
.service-page .service-1 .box .left .list ul {
  margin: -15px;
}
.service-page .service-1 .box .left .list ul li {
  padding: 15px;
}
.service-page .service-1 .box .left .list ul li .box2 {
  border: 1px solid #301500;
  position: relative;
  padding: 40px 20px 30px;
  border-radius: 10px;
  text-align: center;
}
.service-page .service-1 .box .left .list ul li .box2:after,
.service-page .service-1 .box .left .list ul li .box2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.service-page .service-1 .box .left .list ul li .box2:after {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  left: 5%;
  top: -1px;
}
.service-page .service-1 .box .left .list ul li .box2:before {
  width: 100%;
  height: 90%;
  left: -1px;
  top: 5%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-page .service-1 .box .left .list ul li .box2 i {
  display: block;
  height: 85px;
  line-height: 85px;
}
.service-page .service-1 .box .left .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-1 .box .left .list ul li .box2 h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 2;
  margin: 25px 0;
}
.service-page .service-1 .box .left .list ul li .box2 .text {
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 11em;
}
.service-page .service-1 .box .left .list ul li .box2:hover:after,
.service-page .service-1 .box .left .list ul li .box2:hover:before {
  opacity: 0;
}
.service-page .service-1 .box .right {
  width: 48%;
}
.service-page .service-1 .box .right a.img-box {
  height: 100%;
  border-radius: 10px;
}
.service-page .about-3 h2.title{
  font-size: 48px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}
.service-page .about2-page{
  background: #f4f4f4;
  padding: 50px 0;
}
.service-page .about-3 .list {
  margin: 40px -30px 40px;
}
.service-page .about-3 .swiper-button-prev {
  left: -10%;
}
.service-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .about-3 .swiper-button-next {
  right: -10%;
}
.service-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .about-3 .list ul li{
  padding: 30px;
}
.service-page .about-3 .list ul li .box {
    position: relative;
    text-align: left;
}
.service-page .about-3 .list ul li .box .content {
    padding: 25px;
    border-radius: 14px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.service-page .about-3 .list ul li .box .content h6 {
        font-weight: 500;
    font-size: 22px;
    margin: 25px 0 0px;
    text-transform: capitalize;
    line-height: 1.6;
}
.service-page .about-3 .list ul li .box .content .text {
    font-size: 18px;
    color: #a0a0a0;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.service-page .about-3 .list ul li .box span {
    font-size: 40px;
    font-family: 'hem';
    line-height: 2;
    margin-bottom: 30px;
    margin-left: 10%;
    position: relative;
    display: inline-block;
}
.service-page .about-3 .list ul li .box .content+span {
    margin-bottom: 0;
    margin-top: 30px;
    font-family: 'hem';
        font-size: 40px;
    font-weight: 400;
}


.service-page .about-3 .list ul li .box span:after {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-filter: drop-shadow(0 -3px 3px rgba(0,0,0,.04));
    filter: drop-shadow(0 -3px 3px rgba(0,0,0,.04));
}
.service-page .about-3 .list ul li .box .content+span:after {
    border-bottom: none;
    border-top: 22px solid #fff;
    -webkit-filter: drop-shadow(0 3px 3px rgba(0,0,0,.04));
    filter: drop-shadow(0 3px 3px rgba(0,0,0,.04));
    top: -30px;
}
.service-page .contact-2 {
  margin-top: 95px;
  background: url("../images/service-3-bg.jpg") center top 140px no-repeat;
  background-size: cover;
  padding-bottom: 125px;
}
.service-page .contact-2 .box {
  background: white;
}
.service-page .service-2 {
  padding-bottom: 150px;
  background: url("../images/service-3-bg.jpg") center bottom 80px no-repeat;
  background-size: cover;
  text-align: center;
}
.service-page .service-2 img {
  margin: 45px auto 0;
}

.service-page h2.title {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2; 
}

.service-page .form ul li.wid-100 .more{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: var(--color);
  padding: 0 30px;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 1700px){
   .service-page .service-1 {
    padding: 50px 0 30px;
  }
  .service-page .service-1 .box .left .list ul li .box2 h6 {
    font-size: 20px;
    margin: 15px 0;
  }
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 60px;
    line-height: 60px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i img {
    max-height: 100%;
  }
  .service-page .about-3 .swiper-button-prev,
  .service-page .about-3 .swiper-button-next {
    display: none !important;
  }
  .service-page .about-3 .list {
    margin: 40px -20px 0;
  }
}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1250px){
   .service-page .service-1 .box .left .list ul li .box2 {
    padding: 15px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .service-page .about-3 .list ul li .box .content h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px){
   .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }
  .service-page .service-1 .box .right a.img-box {
    height: 240px;
  }
  .service-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li.wid-50{
  width: 50%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}

@media screen and (max-width: 1000px) {
   .inner-banner {
    margin-top: 40px;
  }
  .inner-banner {
    height: 250px !important;
    padding-top: 40px !important;
}
.inner-banner h2 {
    font-size: 18px !important;
}
}


.product-page{
  padding: 100px 0;
}
.product-page .content:after {
  content: '';
  display: block;
  clear: both;
}
.product-page .content .slick.fr {
  padding-left: 5%;
  padding-bottom: 5%;
}
.product-page .product-list {
  margin-top: 70px;
}
.product-page .product-list .slide {
  margin-bottom: 70px;
}
.product-page .product-list .slide:last-child {
  margin-bottom: 0;
}
.product-page .product-list .slide .left {
  padding-right: 30px;
}
.product-page .product-list .slide .left .slick {
  display: block;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.product-page .product-list .slide .left .slick a {
  display: block !important;
}
.product-page .product-list .slide .right h3 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid var(--color);
}
.product-page .product-list .slide .right h3.title {
  text-transform: uppercase;
  padding-right: 80px;
}
.product-page .product-list .slide .right h3.title i {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  background: var(--color);
  position: absolute;
  right: 0;
  bottom: -35px;
}
.product-page .product-list .slide .right h4 {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
  font-weight: bold;
}
.product-page .product-list .slide .right .box2 {
  margin-top: 20px;
}
.product-page .product-list .slide .right .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #3e3c3c;
  opacity: .73;
  font-weight: 500;
  word-break: break-word;
  max-height: 5.4em;
  overflow: auto;
}
.product-page .product-list .slide .right .slick2 {
  margin: -10px;
  padding-top: 20px;
}
.product-page .product-list .slide .right .slick2 .slick-slide>div {
  padding: 10px;
}
.product-page .product-list .slide .right .slick2 a {
  display: block;
  border: 10px solid var(--color);
  border-radius: 100%;
}
.product-page .product-list .slide .right .slick2 a img {
  padding: 10%;
}
.product-page .product-list .slide .right .faqList h5 i.fa {
  float: right;
  margin-left: .5em;
}
.product-page .product-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;
  margin: 0 -17.5px;
}
.product-page .product-list ul li {
  padding: 0 17.5px;
  width: 33.333%;
  margin-bottom: 37px;
}
.product-page .product-list ul li > a {
  display: block;
  border: 10px solid var(--color);
  border-radius: 100%;
  overflow: hidden;
}
.product-page .product-list ul li h6 {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.product-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: var(--color);
}
.product-page .product-list ul li .pro-box::after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  padding: 10px 10px 20px;
  border-bottom: 2px solid #eee;
}
.product-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}
.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 25px;
}
.product-page .product-list ul li .pro-box .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
  overflow-y: auto;
  max-height: 110px;
}
.product-page .product-list ul li .pro-box .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon-2-1.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box .more:hover {
  background: var(--color);
}
.product-page .product-list ul li .pro-box .more i {
  margin-left: 12px;
  font-size: 12px;
}
.product-page .product-list2 {
  margin-top: 30px;
}
.product-page .product-list2 ul {
  margin: -10px;
}
.product-page .product-list2 ul li {
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-page .product-list2 ul li .box {
  position: relative;
}
.product-page .product-list2 ul li .box .mask {
  display: block;
  width: 90%;
  height: 90%;
  background-size: cover;
  background-position: center center;
  -webkit-mask-image: url('../images/init-2-mask.png');
  mask-image: url('../images/init-2-mask.png');
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s 1.5s;
  -moz-transition: 1s 1.5s;
  transition: 1s 1.5s;
}
.product-page .product-list2 ul li .box .content2 {
  vertical-align: middle;
  width: 100%;
  color: black;
  position: relative;
  z-index: 1;
  -webkit-transition: .8s 2s;
  -moz-transition: .8s 2s;
  transition: .8s 2s;
  text-align: left;
  padding: 15px 0;
}
.product-page .product-list2 ul li .box .content2 h3 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  /*text-transform: uppercase;*/
  line-height: 36px;
  text-align: left;
  /*min-height: 7.5rem;*/
  min-height: 60px;
}
.product-page .product-list2 ul li .box .content2 .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin: 1em 0;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 3.6em;
}
.product-page .product-list2 ul li .box .content2 a.link {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}
.product-page .product-list2 ul li .box .content2 a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
  max-width: 35px;
}
.product-page .product-list2 ul li .box .img2 {
  vertical-align: middle;
  width: 100%;
  margin-left: 0;
  text-align: right;
  position: relative;
  /*border: 2px solid #eee;*/
  background: url('../images/byc.jpg') center center no-repeat;
  background-size: cover;
  /*padding: 5%;*/
  border-radius: 15px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div {
  width: 50%;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div.img2 a.img {
  background: url('../images/byc.jpg') center center no-repeat;
  background-size: cover;
  padding: 5%;
  border-radius: 15px;
}
.product-page .product-list2 ul li .box .img2 img {
  position: relative;
  left: 0;
  border: 1px solid #dbdbdb;
  padding: 50px 0;
  border-radius: 10px;
}
.product-page .content {
  margin-top: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #3e3c3c;
  opacity: .73;
  word-break: break-word;
}
.product-page h2 {
  font-size: 36px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
}
.product-page h1 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  line-height: 1.2;
  /*margin-top: .5em;*/
}
.product-page .sidebar-box .column .text {
  max-height: 450px;
  overflow: auto;
}
.inner-page .sidebar-content {
    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;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 23%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 7px;
  background: transparent;
  padding: 0 25px;
  font-size: 18px;
  color: #000;
  border: 1px solid var(--color);
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  /*text-align: center;*/
  margin: 50px 0 25px;
  /*font-weight: bold;*/
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity {
  margin-bottom: 40px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity>li .nav-box a {
  background: #eee;
  margin-bottom: 3px;
  border-top-right-radius: 25px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0 18px 25px;
  font-size: 18px;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 32px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity > li .nav-box a:hover {
  background: var(--color);
  color: white;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #eeede7;
  font-size: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 50px;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i {
  font-size: 20px;
  color: #000;
  height: 75px;
  line-height: 75px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px 0 0;
  position: absolute;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 3;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i:after {
  content: "\f0da";
  font-family: "FontAwesome";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i:after {
  content: "\f0d7";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box:hover i {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children {
  display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children {
  display: block;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a {
  display: block;
  padding: 12px 0 12px 25px;
  font-size: 16px;
  line-height: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children li.active a {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 40px 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 60px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 15px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 5px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 47px;
  padding: 80px 30px 85px;
  border-radius: 5px;
  background: url(../images/by.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.8;
  color: #ffffff;
      font-weight: 600;
  margin: 25px 0 28px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 20px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 77%;
  padding-left: 60px;
}
.inner-page .sidebar-content .sidebar-box.slideBarleft{
  padding-left: 0;
  padding-right: 60px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll .slick-track {
  margin-left: 0;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul {
  margin: -5px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul li {
  padding: 5px;
}
@media screen and (max-width: 1500px){
  .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    height: 50px;
    padding: 0 10px;
    border-radius: 8px;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
    right: 10px;
  }
  .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: 16px;
  }
  .news-page .list ul li .box a.img {
    height: 220px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px){
  .inner-page .sidebar-content .sidebar-nav .sidebar-info {
    padding: 30px 15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 12px;
  }
   .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;
  }
}
@media screen and (max-width: 1230px){
  .product-page .product-list {
    padding-left: 0;
  }
   .inner-page .sidebar-content .sidebar-nav {
    display: none;
  }
   .inner-page .sidebar-content .sidebar-box {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px){
  .product-page .product-list ul li {
    width: 50%;
  }
   .product-page .product-list ul li .pro-box h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list ul li {
    width: 100%;
  }
}


.news-page {
  padding: 80px 0;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: block;
}
.news-page .list ul li .box a.img {
  height: 500px;
  position: relative;
  background-position: center top;
}
.news-page .list ul li .box a.img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box .content {
  padding: 32px;
}
.news-page .list ul li .box .content span {
  position: relative;
  color: #555555;
  font-size: 18px;
  line-height: 28px;
  display: block;
}
.news-page .list ul li .box .content span i.fa {
  color: var(--color);
}
.news-page .list ul li .box .content h6 {
 font-size: 26px;
    text-transform: uppercase;
    line-height: 36px;
    font-family: 'hem';
    margin: .5em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 148px;
}
.news-page .list ul li .box .content h6:hover {
  color: var(--color);
}
.news-page .list ul li .box .content .text {
  margin-bottom: 1.5em;
}
 
.news-page .list ul li .box .content a.more i.plus {
  float: right;
}
.news-page .list ul li .box:hover a.img:after {
  opacity: .5;
}
@media screen and (max-width: 1700px){
   .news-page .list ul li .box .content h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1500px){
  .news-page .list ul li .box a.img {
    height: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .news-page .list ul li .box .content a.more {
    max-width: 90%;
  }
}
@media screen and (max-width: 1230px){
  .news-page .news-list ul li {
    width: 50%;
  }
  .news-page .list ul li .box .content {
    padding: 15px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 16px;
    line-height: 30px!important
  }
  .news-page .list ul li .box .content span {
    font-size: 14px;
    line-height: 28px;
  } 
  .news-page .list ul li .box a.img {
    height: 380px;
  }
}
@media screen and (max-width: 1000px){
   .news-page.news .list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 500px){
   .news-page.news .list ul li {
    width: 100% !important;
  }
}


.newdet-page {
  padding: 30px 0 0px;
}
.newdet-page.pro-new{
  padding-bottom: 50px;
}
.newdet-page .slideBarleft .newsContent {
  text-align: center;
}
.newdet-page .slideBarleft .newsContent h1 {
      font-size: 40px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
}  
.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f; 
  margin-top: 15px;
  line-height: 1;
}
.newdet-page .slideBarleft .newsContent .content {
  display: block;
  padding: 30px 0 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #181818;
  line-height: 32px; 
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}
.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}
.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}
.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}
.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: var(--color);
}
.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
      margin-bottom: 40px;
}
.newdet-page .slideBarleft .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  /*width: 60px;*/
  position: relative;
}
.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 52, 135, 0.55) url(../images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}
.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: var(--color);
}
.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .slideBarleft .newsContent .m-link div.next {
  text-align: right ;
}
.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}
.newdet-page .newsRet {
  padding-top: 80px;
  padding-bottom: 60px;
}
.newdet-page .newsRet h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}
/*.newdet-page .newsRet h2:after,
.newdet-page .newsRet h2:before {
  content: '';
  width: 52px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  background: var(--color);
}*/
.newdet-page .newsRet .list {
  margin-top: 50px;
}
.newdet-page .newsRet .list ul {
  margin: -14px;
}
.newdet-page .newsRet .list ul li {
  padding: 14px;
}
.newdet-page .newsRet .list ul li .box {
  background: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box a.img-box {
  display: block;
}
.newdet-page .newsRet .list ul li .box a.img-box img {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  -o-object-fit: contain;
}
.newdet-page .newsRet .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 52, 135, 0.73)));
  /* 閸忕厧顔怱afari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 52, 135, 0.73) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 52, 135, 0.73) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 52, 135, 0.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 52, 135, 0.73));
  background: -moz-linear-gradient(top, transparent, rgba(0, 52, 135, 0.73));
  background: linear-gradient(to bottom, transparent, rgba(230, 0, 18, 0.73));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)',GradientType=0)";
  /* 閸忕厧顔怚E8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)', GradientType=0);
  /* 閸忕厧顔怚E5~IE9 */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.newdet-page .newsRet .list ul li .box .content {
  padding: 20px;
}
.newdet-page .newsRet .list ul li .box .content h5 {
  font-size: 24px;
  color: #181818;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
      /*font-weight: 700;*/
  overflow: hidden;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  /*height: 2px;*/
  background: var(--color);
  display: block;
  margin-top: 10px;
}
.newdet-page .newsRet .list ul li .box .content h5:hover {
  color: var(--color);
}
.newdet-page .newsRet .list ul li .box .content a.more {
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background: var(--color); 
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 5px;*/
  display: inline-block;
  margin-top: 10px;
}
.newdet-page .newsRet .list ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page .newsRet .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}
.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
  opacity: 1;
}
.newdet-page .newsRet .btn {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .newsRet .btn li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .btn li button {
  display: none;
}
.newdet-page .newsRet .btn li.slick-active {
  width: 28px;
  background: var(--color);
}
@media screen and (max-width: 1500px){
  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2 {
    font-size: 42px;
  }
  .newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 18px;
  }
  .newdet-page .newsRet .btn {
    margin-top: 30px;
  }
  .newdet-page {
    padding: 55px 0 70px;
  }
}
@media screen and (max-width: 1250px){
   .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
   .newdet-page .slideBarleft .newsContent h1 {
    font-size: 24px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
  .newdet-page .newsRet .list ul li .box .content {
    padding: 15px 10px;
  }
  .newdet-page .newsRet .list ul li .box .content a.more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px){
  .newdet-page .newsRet h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .newsRet h2 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2:after,
  .newdet-page .newsRet h2:before {
    display: none;
  }
}
@media screen and (max-width: 500px){
   .newdet-page .slideBarleft .newsContent .m-link {
    display: none;
  }
  .newdet-page .newsRet h2 {
    font-size: 24px;
  }
  .newdet-page .newsRet {
    margin-top: 60px;
  }
  .newdet-page .newsRet .list {
    margin-top: 30px;
  }
}



.prodet-page .prodet-1 {
  background-color: #f6f6f6;
  padding: 75px 0 60px;
}
.prodet-page .prodet-1 .box .left {
  padding-right: 5%;
  width: 45%;
}
.prodet-page .prodet-1 .box .left h1 {
  font-size: 36px;
  font-weight: 500;
}
.prodet-page .prodet-1 .box .left .text {
    font-size: 18px;
    line-height: 32px;
    width: 820px;
    color: #363636;
    margin: 1em 0 2em;
    max-width: 100%;
}
.prodet-page .prodet-1 .box .left .text img {
  mix-blend-mode: darken;
}
.prodet-page .prodet-1 .box .left .text strong {
  font-weight: bold;
  color: #043c83;
}
.prodet-page .prodet-1 .box .left .m-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.prodet-page .prodet-1 .box .left .m-link a {
  display: block;
}
.prodet-page .prodet-1 .box .left .m-link a:hover {
  text-decoration: underline;
}
.prodet-page .prodet-1 .box .right {
  padding-left: 0;
  position: sticky;
  top: 130px;
  width: 55%
}
.prodet-page .prodet-1 .box .right .imgGallery {
  position: relative;
  margin-bottom: 25px;
}
.prodet-page .prodet-1 .box .right .imgGallery img {
  width: 100%;
}
.prodet-page .prodet-1 .box .right .imgGallery .smallImg {
  position: absolute;
  width: 45%;
  bottom: 8px;
  right: 16px;
}
.prodet-page .prodet-1 .box .right .imgGallery .smallImg ul {
  margin: -3px;
}
.prodet-page .prodet-1 .box .right .imgGallery .smallImg ul li {
  padding: 3px;
}
.prodet-page .prodet-1 .box .right .imgGallery .smallImg ul li a {
  display: block;
  border: 2px solid #efefef;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .box .right .imgGallery .smallImg ul .slick-current li a {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-1 .box .right > img {
  mix-blend-mode: darken;
}
.prodet-page .prodet-2 {
  overflow: hidden;
}
.prodet-page .prodet-2 .options {
  font-size: 24px;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.prodet-page .prodet-2 .options:before {
  content: '';
  width: 200%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: inherit;
  height: 100%;
  z-index: -1;
}
.prodet-page .prodet-2 .options span {
  min-width: 10em;
  padding: 0 1em;
  text-align: center;
  position: relative;
  line-height: 1.2;
  height: 2.91666667em;
  border-bottom: 3px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:first-child:before,
.prodet-page .prodet-2 .options span:after {
  content: '';
  width: 3px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.prodet-page .prodet-2 .options span:first-child:before {
  left: 0;
}
.prodet-page .prodet-2 .options span.active,
.prodet-page .prodet-2 .options span:hover {
  border-bottom-color: #ffe4e7;
}
.prodet-page .prodet-2 .options a.msg {
  margin-left: auto;
  height: 2em;
  font-size: 0.83333333em;
  padding: 0 2em;
  background-color: #de3f3f;
  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;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options a.msg:hover {
  background-color: black;
}
.prodet-page .prodet-2 .ret {
  margin: 50px 0 80px;
}
.prodet-page .prodet-2 .ret .text {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.prodet-page .prodet-2 .ret .text strong{
  font-family: "hem";
  font-size: 30px;
  font-weight: 500!important;
}
.prodet-page .prodet-2 .ret h2,
.prodet-page .prodet-2 .ret h3,
.prodet-page .prodet-2 .ret h4,
.prodet-page .prodet-2 .ret h5 {
  font-size: 1.5em;
  color: var(--color);
  margin-bottom: 1em;
  line-height: 1.2;
}
.prodet-page .prodet-2 .ret table {
  border: none;
  margin: 1em 0;
}
.prodet-page .prodet-2 .ret table tr {
  background-color: transparent !important;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret table tr td {
  border: none;
  border-bottom: 1px #aeaeb0 dashed;
  padding: .4em 1em;
  white-space: nowrap;
}
.prodet-page .prodet-2 .ret table tr th {
  border: none;
  background-color: var(--color);
  color: white;
  font-size: 1.2em;
  padding: .3em 1em;
}
/*.prodet-page .prodet-2 .ret table tr:hover {
  background-color: #eee !important;
}*/
.prodet-page .prodet-2 .ret table tr:last-child td {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding-bottom: 100px;
}
.prodet-page .prodet-3 span.h2 {
  color: var(--color);
  margin-bottom: .5em;
  font-size: 48px;
}
.prodet-page .prodet-3 .form ul {
  margin: -15px -33px;
}
.prodet-page .prodet-3 .form ul li {
  padding: 15px 33px;
}
.prodet-page .prodet-3 .form ul li label {
  border: 1px solid #d9d9d9;
  font-size: 16px;
  height: 3.125em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .5em;
}
.prodet-page .prodet-3 .form ul li label i {
  width: 2.75em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.125em;
}
.prodet-page .prodet-3 .form ul li label input,
.prodet-page .prodet-3 .form ul li label textarea {
  width: 100%;
  border: none;
  font-weight: 400;
  background-color: transparent;
  padding: .8em 0;
}
.prodet-page .prodet-3 .form ul li label input::-webkit-input-placeholder, .prodet-page .prodet-3 .form ul li label textarea::-webkit-input-placeholder {
  color: #111;
}
.prodet-page .prodet-3 .form ul li label input:-moz-placeholder, .prodet-page .prodet-3 .form ul li label textarea:-moz-placeholder {
  color: #111;
}
.prodet-page .prodet-3 .form ul li label input::-moz-placeholder, .prodet-page .prodet-3 .form ul li label textarea::-moz-placeholder {
  color: #111;
}
.prodet-page .prodet-3 .form ul li label input:-ms-input-placeholder, .prodet-page .prodet-3 .form ul li label textarea:-ms-input-placeholder {
  color: #111;
}
.prodet-page .prodet-3 .form ul li label input::placeholder,
.prodet-page .prodet-3 .form ul li label textarea::placeholder {
  color: #111;
}
.prodet-page .prodet-3 .form ul li label.textarea {
  height: 8.4375em;
}
.prodet-page .prodet-3 .form ul li input[type="submit"] {
  font-size: 20px;
  height: 2.5em;
  font-weight: 500;
  padding: 0 2.5em;
  background-color: var(--color);
  color: white;
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .form ul li input[type="submit"]:hover {
  background-color: black;
}
.prodet-page .prodet-3 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-4 {
  padding: 70px 0;
  background-color: #f7f7f7;
  text-align: center;
}
.prodet-page .prodet-4 span.h2 {
  margin-bottom: 1em;
  color: var(--color);
}
@media screen and (max-width: 1600px) {
  .prodet-page .prodet-2 .options{
    font-size: 20px;
  }
  .prodet-page .prodet-1 .box .left h1 {
    font-size: 28px;
  }
   .prodet-page .prodet-3 .form ul li input[type="submit"]{
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret .text {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .form ul li label {
    font-size: 14px;
  }
   .prodet-page .prodet-2 .options {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .options {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options {
    font-size: 18px;
  }
   .prodet-page .prodet-1 .box .left h1 {
    font-size: 24px;
  }
}
 @media screen and (max-width: 1250px) {
    .prodet-page .prodet-1 .box .left h1 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 8%;
  }
  .prodet-page {
    margin-top: 40px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 70px;
  }
  .prodet-page .prodet-2 .options,
  .inner-page .ProductList ul li span.h6 {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .form ul li {
    padding: 10px;
  }
  .prodet-page .prodet-3 .form ul {
    margin: -10px;
  }
    .prodet-page .prodet-3 .form ul li input[type="submit"],
  .product-page .sideBarBox .sideBarLeft .form,
  .product-page .sideBarBox .sideBarLeft .nav {
    font-size: 14px;
  }
 }
 @media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .options span {
    min-width: auto;
  }
  .prodet-page .prodet-2 .options a.msg {
    display: none;
  }
  .prodet-page .prodet-2 .options {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
    .prodet-page .prodet-2 .options {
    font-size: 14px;
  }
 }
 .prodet-page .prodet-1 .box .left h1 {
    /*font-weight: 600;*/
}


.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -30px -15px;
}
.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 500px) {
    .gallery-page ul{
    margin: 0;
  }
}
@media screen and (max-width: 1000px){
  .gallery-page ul.seven li{
    width: 20% !important;
  }
}
@media screen and (max-width: 700px){
  .gallery-page ul.seven li{
    width: 25% !important;
  }
}
@media screen and (max-width: 500px){
  .gallery-page ul.seven li{
    width: 33% !important;
  }
  .gallery-page {
    padding: 50px 0 65px;
  }
}
#cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .seoPublic .title {
            font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'hem';
    line-height: 1.4;
    margin-bottom: 0.5em;
    }

    .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: 30px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

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

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }
    .seoPublic .Auxil-honor .list ul .slick-track{
      margin-left: 0;
    }
    .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: 01px;
    }

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

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

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 16px;
    width: 120px;
    text-align: center;
    margin-top: .5em;
    padding: 3px 0;
    color: #ffffff;
    background-color: #e60012;
    display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

   .pt-80 {
  padding-top: 80px;
} 
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-2 {
  position: relative;
  z-index: 2;
  /*background-color: #d8d9db;*/
}
#index-body .init-2 .sub {
  position: absolute;
  width: 100%;
  height: 540px;
  top: 0;
  left: 0;
  background-color: #262626;
}
#index-body .init-2 .sub .img {
  position: absolute;
}
#index-body .init-2 .sub .img1 {
  width: 16%;
  height: 86%;
  left: 0;
  top: 0;
  background-position: left top;
}
#index-body .init-2 .sub .img2 {
  width: 120px;
  height: 190px;
  top: 0;
  right: 0;
  background-position: right top;
}
#index-body .init-2 .container .titleC .left .tipsTitle {
  font-family: 'MICROGBE';
  text-transform: uppercase;
  color: #fff;
}
#index-body .init-2 .container .titleC .left .tipsDes {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.57);
  margin-top: 10px;
}
#index-body .init-2 .container .titleC .right {
  margin-left: auto;
}
#index-body .init-2 .container .titleC .right .btn {
  width: 70px;
  height: 70px;
  border: 1px solid #949494;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
#index-body .init-2 .container .titleC .right .btn:hover {
  background-color: #aa050c;
  border: 1px solid #fff;
}
#index-body .init-2 .container .titleC .right .next {
  margin-left: 26px;
}
#index-body .init-2 .container .content {
  margin-top: 46px;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide{
  height: auto;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  padding: 30px;
  position: relative;
  height: 100%;
  z-index: 2;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .shadowC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .shadowC .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg, transparent 30px, #fff 0);
  background: -moz-linear-gradient(135deg, transparent 30px, #fff 0);
  background: -o-linear-gradient(135deg, transparent 30px, #fff 0);
  background: linear-gradient(-45deg, transparent 30px, #fff 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .shadowC .shadow2 {
  opacity: 0;
  /*background: -webkit-linear-gradient(135deg, transparent 30px, #aa050c 0);
  background: -moz-linear-gradient(135deg, transparent 30px, #aa050c 0);
  background: -o-linear-gradient(135deg, transparent 30px, #aa050c 0);
  background: linear-gradient(-45deg, transparent 30px, #aa050c 0);*/
  background:  #aa050c;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .tipsC .line {
  width: 36px;
  background-color: #000;
  height: 1px;
  margin-right: 10px;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  width: 58px;
  height: 58px;
  margin-top: 80px;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
      font-weight: 500;
    font-family: 'hem';
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 20px;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .shadow2 {
  opacity: 1;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .tipsC {
  color: #fff;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .tipsC .line {
  background-color: #fff;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .title {
  color: #fff;
}
#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .des {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1000px) {
    #index-body .init-2 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
    #index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
    #index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
    margin-top: 20px;
  }
    .pt-80 {
    padding-top: 40px;
  }
}




/*7-22 add  new css kaishi*/


#header .nav1 .h-top .ui.container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  
}
#header .nav1 .h-top .ui.container ul.sharelist{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
#header .nav1 .h-top .ui.container ul.sharelist li{
  margin-right: 10px;
}
#header .nav1 .h-top .ui.container ul.sharelist li a{
  font-size: 18px;
  color: #000;
  
}
#header .nav1 .h-top .ui.container ul.sharelist li a:hover{
  color: var(--color);
}
#header .nav1 .h-top .ui.container .right{
  display: inline-flex;
  justify-content: flex-end;
  align-content: center;
  
}
#header .nav1 .h-top .ui.container .right .info{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  
}
#header .nav1 .h-top .ui.container .right .info i{
  margin-right: 10px;
}
#header .nav1 .h-top .ui.container .right .info:hover,
#header .nav1 .h-top .ui.container .right .whatsapp:hover{
  color: var(--base-color);
}
.df {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#index-body .news {
  margin-top: 92px;
  margin-bottom: 106px;
}
#index-body .news .content {
  position: relative;
}
#index-body .news .content .news-slide-prev-button,
#index-body .news .content .news-slide-next-button {
  position: absolute;
  right: 5.813%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333333;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
#index-body .news .content .news-slide-prev-button:hover,
#index-body .news .content .news-slide-next-button:hover {
  color: #ffffff;
  border-color: #c31401;
  background-color: #c31401;
}
#index-body .news .content .news-slide-prev-button {
  bottom: 4px;
}
#index-body .news .content .news-slide-next-button {
  bottom: 80px;
}
#index-body .news .news-slide-ul .slide-box {
  padding-top: 25px;
}
#index-body .news .news-slide-ul .slide-box .left {
  -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: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 90px;
  line-height: 1;
  color: #c31401;
  font-family: Arial-BoldMT;
  -webkit-transform: translateY(-19px);
  -moz-transform: translateY(-19px);
  -ms-transform: translateY(-19px);
  transform: translateY(-19px);
}
#index-body .news .news-slide-ul .slide-box .left img {
  max-width: none;
}
#index-body .news .news-slide-ul .slide-box .date {
  margin-top: 40px;
  font-family: ArialMT;
  margin-left: 67px;
  margin-right: 60px;
  width: 70px;
  height: 70px;
  background: #c31401;
  border-radius: 4px;
  text-align: center;
  padding-top: 5px;
}
#index-body .news .news-slide-ul .slide-box .date .day {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
#index-body .news .news-slide-ul .slide-box .date .month {
  font-size: 14px;
  color: #ffffff;
}
#index-body .news .news-slide-ul .slide-box .text {
  max-width: 62.74%;
}
#index-body .news .news-slide-ul .slide-box .text .title {
  display: block;
  font-size: 30px;
  line-height: 45px;
  color: #010101;
  margin-bottom: 24px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .news .news-slide-ul .slide-box .text .title:hover {
  color: #c31401;
}
#index-body .news .news-slide-ul .slide-box .text .intro {
  font-size: 18px;
  line-height: 2;
  color: #010101;
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
   #index-body .news {
    margin: 80px 0;
  }
  #index-body .news .content .news-slide-prev-button,
  #index-body .news .content .news-slide-next-button {
    display: none;
  }
  #index-body .news .news-slide-ul .slide-box .date {
    margin: 0 15px;
  }
  #index-body .news .news-slide-ul .slide-box .text {
    max-width: 75%;
  }
}
@media screen and (max-width: 700px) {
    #index-body .news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #index-body .news .news-slide-ul .slide-box .text .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
    #index-body .news {
    margin-bottom: 0;
  }
  #index-body .news .news-slide-ul .slide-box {
    padding-top: 0;
  }
  #index-body .news .news-slide-ul .slide-box .left {
    display: none;
  }
  #index-body .news .news-slide-ul .slide-box .date {
    margin-left: 0;
  }
  #index-body .news .news-slide-ul .slide-box .text .title {
    font-size: 20px;
  }

}

#header .nav1 .h-top .ui.container .right i.xie{
    width: 1px;
    height: 28px;
    background: #aaa;
    margin-right: 15px;
    transform: rotateZ(20deg);
}
#header .nav1 .h-top .ui.container .right .whatsapp{
  color: var(--base-color);
}
#header .nav1 .h-top .ui.container .right .whatsapp:hover{
  color: #1370ed;
}
#footer .footer-main .ui.container .sharebox ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
#footer .footer-main .ui.container .sharebox ul li{
  font-size: 18px;
  color: #000;
  margin-right: 15px;
  transition: 0.3s all;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  /*border: 1px solid #000;*/
  justify-content: center;
}