@font-face {
  font-family: 'RM';
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
}
body {
  font-family: 'RM';
  overflow-x: hidden;
  width: 100%;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
@-webkit-keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
@keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #024e83;
}
#header .ui.container {
  max-width: 1650px;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  background-color: #fff;
  padding: 10px 1.9rem;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  font-family: 'RR';
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 0 0 5.2rem;
  font-size: 0.9rem;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -97%;
  left: 44%;
  width: 14px;
  height: 8px;
  background: url(../images/active-icon.png) no-repeat;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 199%;
  left: -10px;
  width: 200px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #024e83;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-right: 1px solid rgba(102, 102, 102, 0.3);
  padding: 7px 0 5px 0;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}
#header .nav .ui.menu .h-language span {
  text-decoration: underline;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 190%;
  left: -140%;
  width: 125px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #024e83;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu #menuBtn {
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 20;
  position: relative;
  margin: 0 1.25rem 0 2.75rem;
}
#header .nav .ui.menu #menuBtn i {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-animation: wd 3s linear infinite alternate;
  -moz-animation: wd 3s linear infinite alternate;
  animation: wd 3s linear infinite alternate;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu #menuBtn i:first-child {
  top: 0;
}
#header .nav .ui.menu #menuBtn i:nth-child(2) {
  top: 12px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
#header .nav .ui.menu #menuBtn i:last-child {
  bottom: 0;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
#header #menuContent {
  position: fixed;
  top: 0;
  right:0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  z-index: 999;
  background: #151515;
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header #menuContent .flex {
  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;
  height: 100%;
  padding: 0 10%;
  position: fixed;
  z-index: 999;
}
#header #menuContent .flex .info h6 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#header #menuContent .flex .info .text {
  padding: 40px 0;
  border-bottom: 1px solid #484848;
  border-top: 1px solid #484848;
  font-size: 18px;
  line-height: 1.6;
}
#header #menuContent .flex .info .text em {
  color: #949494;
  display: block;
}
#header #menuContent .flex .share {
  margin-top: 30px;
}
#header #menuContent .flex .share ul li {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  background: #eee;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header #menuContent .flex .share ul li a {
  display: block;
}
#header #menuContent .flex .share ul li:hover {
  color: white;
  background: #024e83;
}
#header #menuContent .flex span.close {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 3%;
  top: 3%;
  background: #222;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header #menuContent .flex span.close:hover {
  background: #024e83;
}
#header #menuContent .flex span.close::after,
#header #menuContent .flex span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#header #menuContent .flex span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menuContent .flex span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header #menuContent .ui.container {
  position: static;
}
#header #menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  bottom: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 21px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center rgba(255, 255, 255, 0);
  right: 110px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center rgba(255, 255, 255, 0);
  right: 28px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 45%;
  bottom: 3%;
}
#banner ul.slick-dots li {
  width: 60px;
  height: 2px;
  display: inline-block;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ffffff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .product ul.slick-dots {
  position: absolute;
  left: 45%;
  bottom: -20%;
}
#index-body .product ul.slick-dots li {
  width: 21px;
  height: 21px;
  border: solid 1px #024e83;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .product ul.slick-dots li::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #024e83;
  border: solid 1px #024e83;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  opacity: 0;
}
#index-body .product ul.slick-dots li button {
  display: none;
}
#index-body .product ul.slick-dots li.slick-active::before {
  opacity: 1;
}
#index-body .product .slick-slide .content {
  display: none;
}
#index-body .product .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;
  min-width: 700px;
}
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: #e4e4e4;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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: #024e83;
  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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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;
  text-transform: capitalize;
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #024e83;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
#banner ul li .text h3 {
  font-size: 4.75rem;
  line-height: 1;
}
#banner ul li .text p {
  font-size: 22px;
  font-family: 'RR';
  line-height: 1.4;
  width: 60%;
  margin: 10px auto 0;
}
#banner ul li .text .more {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 31px 11px 30px;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 0.5px;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #121212;
  outline: none;
  position: relative;
  margin-top: 3.6rem;
}
#banner ul li .text .more::before,
#banner ul li .text .more::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
#banner ul li .text .more::before {
  width: calc(102%);
  height: 1px;
  bottom: -6px;
  left: 10px;
}
#banner ul li .text .more::after {
  width: 1px;
  height: calc(102%);
  top: 10px;
  right: -6px;
}
#banner ul li .text .more:hover,
#banner ul li .text .more:active,
#banner ul li .text .more:focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#banner ul li .text .more:hover:before,
#banner ul li .text .more:active:before,
#banner ul li .text .more:focus:before {
  width: 0;
}
#banner ul li .text .more:hover:after,
#banner ul li .text .more:active:after,
#banner ul li .text .more:focus:after {
  height: 0;
}
#banner .banner-desc-1 {
  position: absolute;
  left: 0;
  width: 90px;
  max-width: 90px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .banner-desc-1 dl {
  line-height: 90px;
  padding: 0;
  list-style: none;
  margin: 0;
}
#banner .banner-desc-1 dl dd {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
  letter-spacing: .75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#banner .banner-desc-1 dl dd a {
  width: 100%;
}
#banner .banner-desc-1 dl dd a span {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .banner-desc-1 dl dd:last-child {
  margin-bottom: 0;
}
#banner .banner-desc-1 dl dd:hover a span {
  color: #024e83;
}
#banner::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 79px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
#banner::after {
  content: '';
  position: absolute;
  bottom: 79px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.line {
  position: absolute;
  z-index: 3;
  right: 4rem;
  top: 0;
  width: 1px;
  height: 105vh;
  background-color: rgba(255, 255, 255, 0.5);
}
#index-body .more {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  background-color: #e77b24;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  position: relative;
  width: 173px;
  height: 48px;
  line-height: 48px;
}
#index-body .more::before,
#index-body .more::after {
  content: "";
  position: absolute;
  background: #e77b24;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
#index-body .more::before {
  width: calc(102%);
  height: 1px;
  bottom: -6px;
  left: 10px;
}
#index-body .more::after {
  width: 1px;
  height: calc(102%);
  top: 10px;
  right: -6px;
}
#index-body .more:hover,
#index-body .more:active,
#index-body .more:focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#index-body .more:hover::before,
#index-body .more:active::before,
#index-body .more:focus::before {
  width: 0;
}
#index-body .more:hover::after,
#index-body .more:active::after,
#index-body .more:focus::after {
  height: 0;
}
#index-body h3.title {
  font-size: 2.25rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #024e83;
  padding-left: 1.4rem;
}
#index-body h3.title::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e77b24;
}
#index-body h3.title::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #024e83;
}
#index-body .i-product {
  padding-top: 4rem;
  position: relative;
  z-index: 4;
}
#index-body .i-product .content {
  margin-top: 2.3rem;
}
#index-body .i-product .content ul {
  margin-right: -5px;
}
#index-body .i-product .content ul .slick-slide {
  margin-right: 5px;
}
#index-body .i-product .content ul li .img {
  position: relative;
}
#index-body .i-product .content ul li .img .i1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .img .text {
  position: absolute;
  top: 1.65rem;
  left: 0;
  width: 100%;
  padding: 0 3.6rem 0 1.4rem;
  color: #fff;
  font-size: 26px;
  font-family: 'RR';
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .img .mores {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .img .mores .more {
  background-color: #fff;
  color: #121212;
  font-size: 18px;
  width: 156px;
  height: 44px;
  line-height: 44px;
}
#index-body .i-product .content ul li .img .mores .more::before,
#index-body .i-product .content ul li .img .mores .more::after {
  background: #fff;
}
#index-body .i-product .content ul li .img .mores .more:hover,
#index-body .i-product .content ul li .img .mores .more:active,
#index-body .i-product .content ul li .img .mores .more:focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#index-body .i-product .content ul li:hover .img .i1 {
  opacity: 1;
}
#index-body .i-product .content ul li:hover .img .text {
  opacity: 0;
}
#index-body .i-product .content ul li:hover .img .mores {
  opacity: 1;
}
#index-body .about {
  padding: 5.25rem 0 3rem;
  position: relative;
}
#index-body .about .header .left h1 {
  font-size: 2rem;
  color: #121212;
  line-height: 1.3;
  margin-top: 1.6rem;
  margin-bottom: 10px;
  width: 80%;
}
#index-body .about .header .left p {
  font-size: 20px;
  line-height: 1.6;
  color: #121212;
  font-family: 'RR';
}
#index-body .about .header .left .more {
  margin-top: 2.15rem;
}
#index-body .about .header .left .more:hover,
#index-body .about .header .left .more:active,
#index-body .about .header .left .more:focus {
  background: transparent;
  color: #e77b24;
  border-color: #e77b24;
}
#index-body .about .header .left .data {
  margin-top: 4.7rem;
}
#index-body .about .header .left .data li h3 {
  font-size: 4.5rem;
  line-height: 1;
  color: #024e83;
}
#index-body .about .header .left .data li h3 em {
  display: inline-block;
}
#index-body .about .header .left .data li h3 sub {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
}
#index-body .about .header .left .data li p {
  font-size: 18px;
  color: #121212;
  width: 86%;
  font-weight: 600;
  line-height: 1.2;
}
#index-body .about .header .left .data li:nth-child(3) {
  padding-left: 1rem;
}
#index-body .about .header .left .data li:nth-child(3) p {
  width: 100%;
}
#index-body .about .header .left .data li:last-child {
  padding-left: 2.6rem;
}
#index-body .about .header .left .data li:last-child p {
  width: 100%;
}
#index-body .about .header .right {
  padding-left: 4.75rem;
  position: relative;
  z-index: 1;
}
#index-body .about .header .right::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 3.65rem;
  border: solid 5px #024e83;
  width: 78.6%;
  height: 93.71%;
}
#index-body .about::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 38%;
  background-color: #eeeeee;
}
#index-body .product {
  position: relative;
  z-index: 1;
  padding: 5rem 0 6.8rem;
  background-color: #eee;
}
#index-body .product .header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
#index-body .product .header .more:hover,
#index-body .product .header .more:active,
#index-body .product .header .more:focus {
  background: transparent;
  color: #e77b24;
  border-color: #e77b24;
}
#index-body .product .content {
  margin-top: 2.4rem;
}
#index-body .product .content ul {
  margin-right: 6px;
}
#index-body .product .content ul .slick-slide {
  margin-right: 6px;
}
#index-body .product .content ul .slick-slide img {
  display: block;
}
#index-body .product .content li a {
  display: block;
}
#index-body .product .content li .img {
  position: relative;
  background-color: #fff;
}
#index-body .product .content li .img .mores {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(2, 78, 131, 0.8);
  color: #fff;
  font-size: 18px;
  padding: 13px 0;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .text {
  padding-top: 1.15rem;
  text-align: center;
}
#index-body .product .content li .text h4 {
  font-size: 22px;
  color: #121212;
  line-height: 1.4;
  max-width: 350px;
  margin-left: 18px;
  /*text-transform: uppercase;*/
}
#index-body .product .content li .text p {
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'RR';
}
#index-body .product .content li:hover .mores {
  opacity: 1;
  bottom: 0;
}
#index-body .video {
  position: relative;
  background: url(../images/video.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 7.25rem 0;
  z-index: 1;
}
#index-body .video::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.3);
}
#index-body .video .play {
  position: relative;
  display: inline-block;
}
#index-body .video .play::before,
#index-body .video .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .video .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .why {
  padding-top: 3.8rem;
  position: relative;
}
#index-body .why .header .left {
  width: 49%;
  /*margin-top: 2.1rem;*/
}
#index-body .why .header .left h4 {
  font-size: 2rem;
  color: #121212;
  line-height: 1.3;
  margin-top: 1.5rem;
}
#index-body .why .header .left .more {
  margin-top: 2.3rem;
}
#index-body .why .header .left .more:hover,
#index-body .why .header .left .more:active,
#index-body .why .header .left .more:focus {
  background: transparent;
  color: #e77b24;
  border-color: #e77b24;
}
#index-body .why .header .right {
  width: 51%;
  font-size: 20px;
  line-height: 1.6;
  color: #121212;
  font-family: 'RR';
}
#index-body .why .header .right em {
  font-family: 'RB';
}
#index-body .why .content {
  /*overflow: hidden;*/
  padding: 1rem 3.75rem;
}
/*#index-body .why .content ul {
  padding: 5.25rem 0 3rem;
}
#index-body .why .content ul .slick-list {
  overflow: visible;
}*/
#index-body .why .content .swiper-container{
    padding: 5.25rem 0 3rem;
}
#index-body .why .content .swiper-slide{
    -webkit-transform: scale(.61);
        -moz-transform: scale(.61);
        -ms-transform: scale(.61);
        -o-transform: scale(.61);
        transform: scale(.61);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        position: relative;
        z-index: 1;
  /*transform: scale(0.8);  
  -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;*/
}
#index-body .why .content .swiper-slide img{
    width: 100%;
}
#index-body .why .content .swiper-slide-prev,
#index-body .why .content .swiper-slide-next {
        -webkit-transform: scale(.81);
        -moz-transform: scale(.81);
        -ms-transform: scale(.81);
        -o-transform: scale(.81);
        transform: scale(.81);
        position: relative;
        z-index: 2;
      }
#index-body .why .content .swiper-slide img{
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
#index-body .why .content .swiper-slide-active,
#index-body .why .content .swiper-slide-duplicate-active{
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: relative;
        z-index: 3;
    /*transform: scale(1);
    position: relative;
    z-index: 2;*/
}
#index-body .why .content .swiper-slide-active img,
#index-body .why .content .swiper-slide-duplicate-active img{
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
#index-body .why .content ul .slick-slide.slick-current {
  transform: scale(1);
  transform-origin: center center;
  transition: .6s;
}
#index-body .why .content ul .slick-slide.slick-current li img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
#index-body .why .content ul .slick-slide.slick-active {
  position: relative;
  z-index: -1;
  transform: scale(1);
  transform-origin: center center;
  transition: 1s;
}
#index-body .why .content ul .slick-slide.slick-active.slick-center {
  position: relative;
  transform: scale(1.35);
  transform-origin: center center;
  transition: 1s;
  z-index: 2;
}
#index-body .why .content ul li img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
#index-body .why .al,
#index-body .why .ar {
  position: absolute;
  top: 65%;
  cursor: pointer;
}
#index-body .why .al {
  left: 7%;
}
#index-body .why .ar {
  right: 7%;
}
#index-body .news {
  padding: 4rem 0 3.6rem;
  position: relative;
}
#index-body .news .header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
#index-body .news .header .more:hover,
#index-body .news .header .more:active,
#index-body .news .header .more:focus {
  background: transparent;
  color: #e77b24;
  border-color: #e77b24;
}
#index-body .news .content {
  margin-top: 2.45rem;
}
#index-body .news .content ul {
  margin-right: -2.3rem;
}
#index-body .news .content ul .slick-slide {
  margin-right: 2.3rem;
}
#index-body .news .content ul li .img {
  width: 45.6%;
}
#index-body .news .content ul li .text {
  background-color: #024e83;
  width: 68.2%;
  margin: 2.75rem 0 0 -13.8%;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 2.9rem 2.85rem 2.9rem 2.65rem;
}
#index-body .news .content ul li .text time {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-family: 'RR';
}
#index-body .news .content ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
  margin-top: 2.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .text p {
  font-size: 18px;
  font-family: 'RR';
  line-height: 1.5;
  margin-top: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .text .more {
  width: 156px;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  margin-top: 2.75rem;
  font-size: 18px;
  color: #024e83;
}
#index-body .news .content ul li .text .more::before,
#index-body .news .content ul li .text .more::after {
  background: #fff;
}
#index-body .news .content ul li .text .more:hover,
#index-body .news .content ul li .text .more:active,
#index-body .news .content ul li .text .more:focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #eeeeee;
}
#footer .ui.container {
  max-width: 1080px;
  width: 100%;
}
#footer .box {
  padding-top: 3rem;
}
#footer .box h3 {
  font-size: 24px;
  line-height: 1;
  font-family: 'RB';
  color: #024e83;
  padding-top: 2.2rem;
  text-transform: uppercase;
}
#footer .box ul {
  margin-top: 1.55rem;
}
#footer .box ul li {
  font-size: 16px;
  line-height: 1.2;
  color: #121212;
}
#footer .box ul li img {
  display: inline-block;
  vertical-align: top;
}
#footer .box ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding-left: 11px;
}
#footer .box ul li:last-child {
  margin-bottom: 0;
}
#footer .box ul li:last-child img {
  vertical-align: middle;
}
#footer .box .f-ab {
  padding-right: 1rem;
}
#footer .box .f-ab ul {
  margin-top: 1.65rem;
}
#footer .box .f-ab ul li {
  margin-bottom: 0.9rem;
}
#footer .box .f-nav {
  padding-left: 12%;
}
#footer .box .f-nav ul li {
  margin-bottom: 1.1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .f-nav ul li:hover {
  color: #024e83;
}
#footer .box .f-code {
  text-align: right;
  padding-top: 2.2rem;
}
#footer .box .f-code #ewm {
  border: 6px solid #fff;
  width: 148px;
  margin: 0 0 0 auto;
}
#footer .box .f-code .share {
  margin-top: 2.05rem;
}
#footer .box .f-code .share dd {
  display: inline-block;
  margin-right: 3px;
}
#footer .box .f-code .share dd:last-child {
  margin-right: 0;
}
#footer .f-form {
  margin-top: 2rem;
  border-radius: 8px;
  width: 100%;
  background: rgba(18, 18, 18, 0.16);
  padding: 1.9rem 1.55rem 1.9rem 2rem;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
#footer .f-form h4 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  width: 22%;
}
#footer .f-form form {
  width: 78%;
}
#footer .f-form form input[type="text"],#footer .f-form form textarea {
  border: none;
  width: 26.5%;
  height: 40px;
  font-size: 16px;
  font-family: 'RR';
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  margin-right: 10px;
}
#footer .f-form form textarea{
    padding-top: 8px;
}
#footer .f-form form input[type="text"]::placeholder,
#footer .f-form form textarea::placeholder {
  color: #fff;
}
#footer .f-form form input[type="text"]::-webkit-input-placeholder,
#footer .f-form form textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-form form input[type="text"]:-ms-input-placeholder,
#footer .f-form form textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-form form input[type="text"]:-moz-placeholder,
#footer .f-form form textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-form form input[type="submit"] {
  width: 100px;
  height: 53px;
  background-color: #e77b24;
  border-radius: 5px;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-form form input[type="submit"]:hover {
  background-color: #024e83;
}
#footer .f-copy {
  text-align: center;
  margin-top: 3.2rem;
  font-size: 14px;
  font-family: 'RR';
  width: 100%;
  padding: 0.9rem 0 0.5rem;
  color: #fff;
  background-color: #024e83;
}
#footer .f-copy img{
    width: 14%;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy svg:hover {
  fill: #e77b24;
}
#footer .icon1 {
  position: absolute;
  top: 42px;
  left: 18px;
  z-index: -1;
}
#footer .icon2 {
  position: absolute;
  bottom: 3.1rem;
  left: 8.95rem;
  z-index: -1;
}
#footer .icon3 {
  position: absolute;
  right: 60px;
  top: 8.9rem;
  z-index: -1;
}
#footer .icon4 {
  position: absolute;
  right: 13.2rem;
  bottom: 4.75rem;
  z-index: -1;
}
.f-slide {
  position: fixed;
  bottom: 3rem;
  right: 0;
  z-index: 99;
}
.inquiry {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #024e83;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #024e83;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #e77b24;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1654px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 0 0 3rem;
  }
  #index-body .i-product .content ul li .img .text {
    padding: 0 2rem 0 1.4rem;
  }
  #index-body .about .header .left h1 {
    width: 82%;
  }
  #footer .icon2 {
    left: 1.95rem;
  }
  #footer .icon4 {
    right: 8rem;
  }
}
@media screen and (max-width: 1440px) {
  #banner .banner-desc-1 {
    top: 45%;
  }
  #index-body .i-product .content ul li .img .text {
    padding: 0 1rem 0 1.4rem;
    font-size: 24px;
  }
  #index-body .about .header .left .data li:nth-child(3) {
    padding-left: 0rem;
  }
  #index-body .about .header .left .data li:last-child {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 1300px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 0 0 2rem;
  }
  #banner::after {
    bottom: 55px;
  }
  #banner .slick-arrow {
    bottom: 6px;
  }
  #index-body .i-product .content ul li .img .text {
    font-size: 22px;
  }
  #index-body .about .header .left h1 {
    width: 88%;
  }
}
@media screen and (max-width: 1200px) {
  #banner ul li .text {
    top: 20%;
  }
  #banner .banner-desc-1 dl dd {
    margin-bottom: 20px;
  }
  .line {
    height: 80vh;
  }
  #index-body .why .al,
  #index-body .why .ar {
    z-index: 1;
    width: 30px;
    height: 60px;
  }
  #index-body .news .content ul li .text {
    padding: 2.9rem 2rem 2.9rem 2rem;
  }
  #index-body .news .content ul li .text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo {
    padding: 10px 1rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 0 0 1rem;
  }
  #banner .banner-desc-1 dl dd {
    font-size: 14px;
  }
  #banner ul li .text p {
    width: 80%;
  }
  #index-body .about .header .left h1 {
    width: 96%;
  }
  #index-body .about .header .right {
    padding-left: 1rem;
  }
  #footer .f-form form input[type="submit"] {
    width: 146px;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    z-index: 20;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav {
    padding: 0;
    background: #024e83;
  }
  #header .nav .ui.menu #menuBtn {
    display: none;
  }
  #header .nav .ui.menu {
    height: 60px;
  }
  #mobile #menu-on i {
    background: #fff;
  }
  #header .nav .ui.menu .logo {
    height: 60px;
  }
  #header .nav .ui.menu .logo img {
    width: 56%;
  }
  .line {
    display: none;
  }
  #banner::after,
  #banner::before {
    display: none;
  }
  #banner .banner-desc-1 {
    display: none;
  }
  #banner ul li .text h3 {
    font-size: 4rem;
  }
  #banner ul li .text p {
    width: 100%;
    font-size: 20px;
  }
  #banner ul li .text .more {
    padding: 7px 20px;
    font-size: 18px;
    margin-top: 2rem;
  }
  #banner .slick-prev {
    right: 80px;
  }
  #index-body .about::after {
    display: none;
  }
  #index-body .about .header .left p {
    font-size: 17px;
  }
  #index-body .about .header .left .data {
    display: none;
  }
  #index-body h3.title::before {
    top: 0;
  }
  #index-body h3.title::after {
    top: 12px;
  }
  #index-body .product ul.slick-dots {
    bottom: -12%;
  }
  #footer .f-form {
    display: none;
  }
  #footer .icon1,
  #footer .icon2,
  #footer .icon3,
  #footer .icon4 {
    display: none;
  }
  #index-body .why .header .left {
    width: 100%;
  }
  #index-body .why .header .right {
    width: 100%;
    padding-top: 2rem;
  }
  #footer .f-copy img{
      width: 21%;
  }
}
@media screen and (max-width: 700px) {
  #header .nav .ui.menu .logo {
    width: 50%;
    line-height: 60px;
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: auto;
    vertical-align: middle;
  }
  #banner ul li .text h3 {
    font-size: 2.5rem;
  }
  #banner ul li .text p {
    font-size: 16px;
  }
  #banner ul li .text .more {
    padding: 7px 12px;
    font-size: 16px;
    margin-top: 2rem;
  }
  #index-body .about .header .right {
    display: none;
  }
  #index-body .more {
    width: 115px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  #index-body .product ul.slick-dots {
    left: 35%;
  }
  #index-body .video {
    display: none;
  }
  #index-body .why .header .right {
    font-size: 16px;
  }
  #index-body .why .header .left .more {
    margin-top: 2rem;
  }
  #index-body .why .al,
  #index-body .why .ar {
    display: none;
  }
  #index-body .news .content ul li .img {
    width: 100%;
  }
  #index-body .news .content ul li .text {
    width: 100%;
    margin: 0;
  }
  #footer .box .f-nav,
  #footer .box .f-code {
    display: none;
  }
  #index-body .news .content ul li .text h3 {
    font-size: 20px;
  }
  #index-body .news .content ul li .text p {
    font-size: 16px;
  }
  #index-body .news .content ul li .text .more {
    width: 115px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  #footer .f-copy img {
    width: 45%;
}
}

#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #eee;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
    margin-top: 80px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span:hover {
    background: #024e83;
    color: white;
}
.about-page2 h2 {
    font-family: 'RM';
    font-size: 46px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 16px;
}
.about-page2 h2:after {
    /*content: '\f111 \f111 \f111';*/
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 20px;
    display: block;
    margin-top: 40px;
}
.about-page2 h2 small {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    letter-spacing: 0;
}
.about-page2 .about-1 {
    position: relative;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
}
.about-page2 .about-1:after {
    content: '';
    width: 40%;
    height: 60%;
    position: absolute;
    right: 0;
    top: 10%;
    background: #f1f4f6;
    z-index: -1;
}
.about-page2 .about-1 img.fr {
    margin-top: 150px;
    padding-left: 70px;
    padding-bottom: 25px;
    max-width: 750px;
}
.about-page2 .about-1 .play{
    position: absolute;
    top: 66%;
    right: 21%;
}
.about-page2 .about-1 .content {
    padding-top: 170px;
}
.about-page2 .about-1 .content h3 {
    font-size: 18px;
    line-height: 2;
    margin: 50px 0;
    color: #666;
}
.about-page2 .about-1 .content .text,.about-page2 .about-3 .text {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-page2 .about-1 .content .text p {
    padding-bottom: 25px;
}
.about-page2 .about-1 .content .text p:last-child {
    padding-bottom: 0;
}
.about-page2 .about-3 .partner-list ul {
    margin: -10px;
}
.about-page2 .about-3 .partner-list ul li {
    padding: 10px;
}
.about-page2 .about-1 .content .signature {
    text-align: right;
    margin-top: 30px;
    padding-right: 10%;
}
.about-page2 .about-1 .content .signature h5 {
    font-size: 14px;
    margin-right: 25px;
    line-height: 2;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.about-page2 .about-1 .content .signature h5 small {
    display: block;
}
.about-page2 .about-1 .content .signature img {
    display: inline-block;
    vertical-align: middle;
}
.about-page2 .about-2 {
    background: #f5f5f5;
    text-align: center;
    padding: 100px 0;
    position: relative;
}
.about-page2 .about-2:after {
    /*content: '';*/
    width: 1px;
    top: -60px;
    height: 120px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background: #1f1f1f;
}
.about-page2 .about-2 h2 small {
    margin-top: 20px;
}
.about-page2 .about-2 h2:after {
    display: none;
}
.about-page2 .about-2 .box {
    padding-top: 60px;
}
.about-page2 .about-2 .box ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}
.about-page2 .about-2 .box ul li {
    padding: 10px;
}
.about-page2 .about-2 .box ul li .box2 {
    display: block;
    background: white;
    padding: 80px 10% 40px;
    position: relative;
    z-index: 1;
    height: 100%;
}
.about-page2 .about-2 .box ul li .box2 i {
    position: absolute;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    color: #f5f5f5;
    top: 8px;
    left: 18px;
    font-size: 100px;
    z-index: -1;
}
.about-page2 .about-2 .box ul li .box2 h4 {
    font-size: 32px;
    line-height: 1.3;
    font-style: italic;
    color: #024e83;
}
.about-page2 .about-2 .box ul li .box2 h4 small {
    font-size: 12px;
    display: block;
    letter-spacing: 0;
    color: #999;
    line-height: normal;
    margin-top: 10px;
}
.about-page2 .about-2 .box ul li .box2 p {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 30px;
    color: #666;
    width: 380px;
    /*margin-left: -12px;*/
    min-height: 150px;
    max-width: 100%;
}
.about-page2 .about-2 .box ul li:nth-child(7) {
    width: 100%;
}
.about-page2 .about-3 {
    padding: 80px 0 100px;
    text-align: center;
}
.about-page2 .about-3 h5 {
    font-size: 36px;
    line-height: 1.94;
    letter-spacing: .3em;
    color: #444;
    margin-top: 100px;
}
.about-page2 .about-4 {
    padding: 130px 0;
    background: #f1f4f6;
}
.about-page2 .about-4 h2 {
    text-align: center;
}
.about-page2 .about-4 .box {
    margin-top: 50px;
}
.about-page2 .about-4 .box ul {
    margin: -40px 0;
}
.about-page2 .about-4 .box ul li {
    padding: 40px 0;
}
.about-page2 .about-4 .box ul li .left {
    width: 54%;
    position: relative;
    z-index: 1;
    text-align: right;
    margin-right: -4%;
    margin-top: 70px;
}
.about-page2 .about-4 .box ul li .left .content {
    display: block;
    background: white;
    padding: 70px 13% 80px;
    text-align: left;
    max-width: 760px;
    margin-left: auto;
}
.about-page2 .about-4 .box ul li .left .content span {
    width: 160px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .3em;
    background: #1f1f1f;
    display: block;
    text-align: center;
}
.about-page2 .about-4 .box ul li .left .content h4 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.8;
}
.about-page2 .about-4 .box ul li .left .content .text {
    font-size: 14px;
    line-height: 2.85;
}
.about-page2 .about-4 .box ul li .left .content a.more {
    width: 270px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    text-indent: .3em;
    letter-spacing: .3em;
    border: 1px solid #000;
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 50px;
}
.about-page2 .about-4 .box ul li .left .content a.more i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: .5s all,0s color;
    -moz-transition: .5s all,0s color;
    -ms-transition: .5s all,0s color;
    -o-transition: .5s all,0s color;
    transition: .5s all,0s color;
}
.about-page2 .about-4 .box ul li .left .content a.more i:after {
    content: '';
    width: 14px;
    height: 1px;
    background: black;
    position: absolute;
    right: 50%;
    top: 52%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page2 .about-4 .box ul li .left .content a.more:hover {
    border-color: #024e83;
    background: #024e83;
    color: white;
}
.about-page2 .about-4 .box ul li .left .content a.more:hover i {
    right: 5px;
}
.about-page2 .about-4 .box ul li .left .content a.more:hover i:after {
    background: white;
}
.about-page2 .about-4 .box ul li .right {
    width: 50%;
    position: relative;
}
.about-page2 .about-4 .box ul li:nth-child(even) .left {
    left: 46%;
}
.about-page2 .about-4 .box ul li:nth-child(even) .left .content {
    margin-left: -4%;
}
.about-page2 .about-4 .box ul li:nth-child(even) .right {
    left: -50%;
}
.about-page2 .about-5 {
    padding: 115px 0;
}
.about-page2 .about-5 h2 {
    text-align: center;
}
.about-page2 .about-5 .text {
    margin: 60px 0;
    font-size: 16px;
    line-height: 2;
    color: #666;

}
.about-page2 .about-5 h4 {
    margin-bottom: 30px;
    font-size: 26px;
}

.about-page2 .about-5 .factory-list ul {
    /*border: 1px solid #000;*/
    position: relative
}
.about-page2 .about-5 .factory-list ul .slick-prev {
    left: 2%;
    background: url(../images/left.png) no-repeat center #024e83;
}
.about-page2 .about-5 .factory-list ul .slick-next {
    text-align: center;
    right: 2%;
    background: url(../images/right.png) no-repeat center #024e83;
}
.about-page2 .about-5 .factory-list ul .slick-arrow {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid transparent;
    z-index: 1111;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.about-page2 .about-5 .factory-list ul .slick-prev:hover {
    background-color: #024e83;
}
.about-page2 .about-5 .factory-list ul .slick-next:hover {
    background-color: #024e83;
}


.about-page2 .about-5 .factory-list ul li{
    padding: 0 10px;
}
.about-page2 .about-5 .factory-list ul li p{
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    padding: 10px 0;
}
.about-page2 .about-3_news h3 {
    text-transform: capitalize;
    font-size: 32px;
    line-height: 1.3;
    margin: 15px 0;
    position: relative;
    font-family: 'RM';
    font-style: italic;
}
.about-page2 .about-3_news {
    padding: 50px 0;
    background: url("../images/about-3-bg.png") center center #024e83;
    color: white;
    text-align: center;
}
.about-page2 .about-3_news p {
    color: inherit;
    max-width: 850px;
    display: block;
    margin: 30px auto;
    font-size:16px;
    line-height: 1.5;
}
.about-page2 .about-3_news p {
    max-width: 850px;
    display: block;
    margin: 30px auto;
}
.about-page2 .about-3_news a.more {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;

    font-weight: 600;
    font-size: 16px;
    border: 2px solid #fff;
    color: #024e83;
    background: #fff none repeat scroll 0 0;
    padding: 12px 30px;
    letter-spacing: 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page2 .about-3_news a.more:hover {
    background: transparent;
    color: #fff;
}


.product-page2 {
    padding: 80px 0;
}
.product-page2 .prolongtime1 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.product-page2 .prolongtime2 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.product-page2 h2 {
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-align: center;
}
.product-page2 h2:after {
    content: '\f111 \f111 \f111';
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 20px;
    display: block;
    margin-top: 30px;
}
.product-page2 h2 i {
    font-size: 20px;
    display: block;

    font-weight: 600;
    line-height: 1.8;
    text-indent: .45em;
    letter-spacing: 1.45em;
    margin-bottom: 20px;
}
.product-page2 .text {
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    max-width: 980px;
    margin: 80px auto;
}


.product-page2 .top .side-left {
    width: 25.5%;
    display: inline-block;
    vertical-align: top;
}
.product-page2 .top .side-left form {
    position: relative;
}
.product-page2 .top .side-left form input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #000000;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 65px;
    color: #000000;

}
.product-page2 .top .side-left form input[type="submit"] {
    width: 60px;
    height: 50px;
    background: url(/chinamycar/2021/11/17/search.png) no-repeat center center #000000;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
}
.product-page2 .top .side-left .product-nav {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-top: 40px;
}
.product-page2 .top .side-left .product-nav h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
}
.product-page2 .top .side-left .product-nav > ul {
    margin-top: 13px;
}
.product-page2 .top .side-left .product-nav > ul > li {
    position: relative;

}
.product-page2 .top .side-left .product-nav > ul > li > a {
    display: block;
    padding: 13px 30px 13px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    transition: .5s;
    /*font-weight: 600;*/
}
.product-page2 .top .side-left .product-nav > ul > li a:hover {
    color: #024e83;
}
.product-page2 .top .side-left .product-nav > ul > li .fa {
    width: 44px;
    height: 44px;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: -10px;
    cursor: pointer;
}
.product-page2 .top .side-left .product-nav > ul > li .children {
    padding: 10px 0;
    display: none;
}
.product-page2 .top .side-left .product-nav > ul > li .children li {border-bottom: 1px solid #737373;}
.product-page2 .top .side-left .product-nav > ul > li .children li a {
    font-size: 16px;
    line-height: 1;
    color: #737373;

    display: block;
    margin: 15px 0;
}
.product-page2 .top .side-left .product-nav > ul > li .children li a:hover {
    color: #000000;
}
.product-page2 .top .side-left .p-contact {
    margin-top: 50px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.product-page2 .top .side-left .p-contact h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}
.product-page2 .top .side-left .p-contact .text {
    margin: 40px 0;
    font-size: 16px;
    line-height: 30px;
    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;
    color: #000000;

}
.product-page2 .top .side-left .p-contact .text span {
    display: inline-block;
    width: 60px;
    text-align: right;
}
.product-page2 .top .side-left .p-contact .text p {
    text-align: left;
    max-width: 75%;
    padding-left: 20px;
    color: inherit;
    font-size: 16px;
    font-weight: inherit;
    font-family: inherit;
    line-height: 2;
    font-style: inherit;
    width: 100%;
}
.product-page2 .top .side-left .p-contact .add {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-page2 .top .side-left .p-contact .add p {
    line-height: 1.5;
    margin-top: 4px;
}
.product-page2 .top .side-left .p-contact .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page2 .top .side-left .p-contact .icon 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    border-radius: 100%;
    height: 35px;
    margin-right: 15px;
    border: 1px solid #000000;
}
.product-page2 .top .side-left .p-contact .icon a:last-child {
    margin-right: 0;
}
.product-page2 .top .side-left .p-contact .icon a i {
    font-size: 20px;
    color: #000000;
}



.product-page2 .box {
    width: 74.5%;
    display: inline-block;
}

.product-page2 .box ul {
    margin: -10px;
    padding-left: 40px;
}
.product-page2 .box ul li {
    padding: 20px;
}
.product-page2 .box ul li a.img-box {
    display: block;
}
.product-page2 .box ul li a.img-box span {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-page2 .box ul li a.img-box span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.product-page2 .box ul li a.img-box span em {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
    line-height: 60px;
    height: 60px;
    width: 70%;
    text-align: center;
    border: 1px solid white;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.product-page2 .box ul li a.img-box span em:after {
    content: "\f1c2";
    font-size: 12px;
    position: absolute;
    font-family: "FontAwesome";
    top: 5px;
    right: 5px;
    line-height: normal;
}
.product-page2 .box ul li .content {
    background: white;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    max-width: 100%;
    text-align: center;
}
.product-page2 .box ul li .content h3 {
    font-weight: bold;
    font-size: 26px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-page2 .box ul li .content h3:hover {
    color: #024e83;
}
.product-page2 .box ul li .content em {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    display: block;
    color: #666;

}
.product-page2 .box ul li:hover a.img-box span:after,
.product-page2 .box ul li:hover a.img-box span em {
    opacity: 1;
}
@media screen and (max-width: 1600px) {
    .product-page2 .text {
        margin: 40px auto;
        line-height: 30px;
    }
    .product-page2 .box ul li .content {
        padding-top: 30px;
        margin-top: -30px;
    }
    .product-page2 .box ul li .content h3 {
        font-size: 20px;
    }
    .product-page2 .box ul li .content em {
        font-size: 16px;
        margin-top: 5px;
    }
    .about-page2 .about-1 img.fr {
        margin-top: -100px;
        max-width: 600px;
    }
    .about-page2 .about-1 .content {
        padding-top: 70px;
    }
    .about-page2 h2:after {
        margin-top: 20px;
    }
    .about-page2 .about-1 .content h3 {
        font-size: 28px;
        margin: 30px 0;
    }
    .about-page2 .about-1 .content .text {
        font-size: 15px;
        line-height: 2;
    }
    .about-page2 .about-2 {
        padding: 100px 0;
    }
    .about-page2 .about-2 .box ul li .box2 h4 {
        font-size: 28px;
    }
    .about-page2 .about-2 .box ul li .box2 h4 small {
        margin-top: 5px;
    }
    .about-page2 .about-2 .box ul li .box2 p {
        line-height: 30px;
        margin-top: 15px;
    }
    .about-page2 .about-3 {
        padding: 100px 0 150px;
    }
    .about-page2 .about-3 h5 {
        font-size: 28px;
        margin-top: 60px;
    }
    .about-page2 h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .about-page2 .about-2 .box ul li .box2 {
        padding: 40px 10%;
    }
    .about-page2 .about-4 .box ul li .left .content {
        padding: 50px 10%;
    }
    .about-page2 .about-4 .box ul li .left .content h4 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 1.4;
    }
    .about-page2 .about-4 .box ul li .left .content .text {
        line-height: 2;
    }
    .about-page2 .about-4 .box ul li .left .content a.more {
        width: 250px;
        line-height: 50px;
        height: 50px;
        margin-top: 30px;
    }
    .about-page2 .about-4 .box ul li .left {
        margin-top: 20px;
    }
    .about-page2 .about-5 {
        padding: 70px 0;
    }
    .about-page2 .about-5 .text {
        margin: 30px 0;
        line-height: 30px;

    }
}
@media screen and (max-width: 1250px) {
    .about-page2 .about-1 img.fr {
        max-width: 55%;
    }
    .about-page2 h2 {
        font-size: 36px;
        letter-spacing: 10px;
    }
    .about-page2 .about-1 .content h3 {
        font-size: 24px;
        margin: 20px 0;
    }
    .about-page2 .about-1 .content .text p {
        padding-bottom: 15px;
    }
    .about-page2 .about-1 {
        padding-bottom: 80px;
    }
    .about-page2 .about-2 .box ul li .box2 h4 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .about-page2 .about-2 .box ul li .box2 i {
        font-size: 70px;
    }
    .about-page2 .about-2 {
        padding: 70px 0 30px;
    }
    .about-page2 .about-3 {
        padding: 100px 0;
    }
    .about-page2 .about-3 h5 {
        font-size: 24px;
    }
    .about-page2 .about-4 {
        padding: 70px 0;
    }
    .about-page2 .about-4 .box ul li .left .content a.more {
        width: 200px;
        line-height: 40px;
        height: 40px;
        margin-top: 15px;
    }
    .about-page2 .about-4 .box ul li .left .content h4 {
        font-size: 22px;
    }
    .about-page2 .about-4 .box ul li {
        padding: 20px 0;
    }
    .about-page2 .about-4 .box ul {
        margin: -20px 0;
    }
    .product-page2 h2 {
        font-size: 32px;
        letter-spacing: 10px;
    }
    .product-page2 h2:after {
        margin-top: 15px;
    }
    .product-page2 h2 i {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page2 {
        padding: 60px 0;
    }
    .inner-page .m-page a:first-child,
    .inner-page .m-page span:first-child {
        margin-top: 40px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .about-page2 .about-1 img.fr {
        padding-left: 20px;
        padding-bottom: 20px;
        margin-top: -50px;
    }
    .about-page2 .about-1 .content .text {
        font-size: 13px;
    }
    .about-page2 .about-1 .content h3 {
        font-size: 20px;
    }
    .about-page2 h2:after {
        margin-top: 10px;
    }
    .about-page2 h2 {
        font-size: 32px;
    }
    .about-page2 .about-2 .box ul li {
        width: 50%;
    }
    .about-page2 .about-3 h5 {
        font-size: 20px;
        line-height: 1.4;
    }
    .about-page2 .about-4 .box ul li .left {
        width: 100%;
        margin: 0 !important;
        left: 0 !important;
    }
    .about-page2 .about-4 .box ul li .right {
        width: 100%;
        left: 0 !important;
    }
    .about-page2 .about-4 .box ul li .left .content {
        max-width: none;
        margin: 0 !important;
    }
    .about-page2 .about-4 .box {
        padding: 0 15px;
    }
    .about-page2 .about-5 .list ul li {
        padding: 0 15px;
    }
    .about-page2 .about-5 .list ul {
        margin: 0 -15px;
    }
    .about-page2 .about-5 .list ul li .box {
        font-size: 15px;
    }
}
@media screen and (max-width: 700px) {
    .product-page2 h2 {
        font-size: 28px;
    }
    .about-page2 .about-1 .content {
        padding-top: 30px;
    }
    .about-page2 .about-2 .box ul li {
        width: 100%;
    }
    .about-page2 .about-2 .box ul li .box2 h4 {
        font-size: 20px;
        line-height: 1.8;
    }
    .about-page2 h2 {
        font-size: 28px;
    }
    .about-page2 .about-5 .list {
        overflow: auto;
    }
    .about-page2 .about-5 .list ul {
        min-width: 700px;
    }
}
@media screen and (max-width: 500px) {
    .about-page2 .about-4 .box ul li .left .content h4 {
        font-size: 18px;
    }
    .about-page2 h2 {
        font-size: 24px;
        letter-spacing: 5px;
    }
    .about-page2 .about-1 .content h3 {
        font-size: 14px;
    }
    .product-page2 h2 {
        font-size: 24px;
    }
    .about-page2 .about-1 .content .signature h5 {
        margin-right: 10px;
        font-size: 12px;
        line-height: 1.6;
    }
}

.newdet-page .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .m-link a {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .m-link a:hover {
    color: #da251c;
    text-decoration: underline;
}
.inner-banner {
    position: relative;
    z-index: 1;
    margin-bottom:0 !important;
}
.inner-banner .box {
    width: 100%;
    position: relative;
    top: 0;
    vertical-align: middle;
}
.inner-banner .box img {
    width: 100%;
}
.inner-banner .text {
    color: white;
    vertical-align: middle;
    z-index: 1;
    position:absolute;
    top:50%;
    right:0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-banner .text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.6;
    background: #FFFFFF;
    -webkit-background-clip: text;
    color: transparent;
    display:inline-block;
}
.inner-banner .text h5 {
    font-size: 18px;
    line-height: 1.8;
    text-transform: capitalize;
    /*margin-top: 30px;*/
    width: 100%;
}
.inner-page {

    position:relative;
    z-index:1;
}
.inner-page .productpageh1{
    font-size:28px;
    text-align:center;
    color:#024e83;
    text-transform:capitalize;
}
.inner-page .productpageintro{
    line-height:28px;
    margin-bottom:20px;
    padding:0 20px;

}
.inner-page .productpageintro a:hover{
    color:#024e83;
}


.inner-page .bar-text {
    position: absolute;
    top: 0;
    left: -10%;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
    color: #024e83;

    font-size: 16px;
    line-height: 30px;
}
.inner-page .bar-text:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #024e83;
    display: inline-block;
    margin-bottom: 10px;
}
.inner-page .ui.container3 {
    width: 1500px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
.inner-page .ui.container3 .bar-left {
    width: 30%;
    padding-right: 5%;
}
.inner-page .ui.container3 .bar-left h5 {
    font-size: 40px;
    font-weight: bolder;
    color: #024e83;
    text-transform: uppercase;
    font-family: 'RM';
    letter-spacing: 2px;
    line-height: 1.6;
}
.inner-page .ui.container3 .bar-left h5 small {
    display: block;
    color: #666;
    font-size: 16px;
    text-transform: none;

    font-weight: bold;
    letter-spacing: 0;
    margin-top: 20px;
    line-height: 30px;
}
.inner-page .ui.container3 .bar-left h2 {
    font-size: 28px;
    color: black;
    text-transform: capitalize;
    margin-top: 80px;
}
.inner-page .ui.container3 .bar-right {
    width: 70%;

}
.inner-page .ui.container3 .bar-right p {
    font-size: 18px;

    color: #666;
    line-height: 2;
}
.inner-page .text-big {
    text-align: right;
    position: relative;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .text-big.txt-left {
    text-align:left;
}
.inner-page .text-big.txt-left h6 {
    padding-right:25%;
}
.inner-page .text-big.upp {
    text-transform:uppercase;
}
.inner-page .text-big h3 {
    font-size: 280px;
    line-height: 180px;
    font-family: "109-CAI978";
    color: rgba(0, 0, 0, 0.03);
}
.inner-page .text-big h6 {
    text-align: right;
    padding-right: 12%;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}
.inner-page .public-link {
    display: block;
    height: 500px;
    line-height: 500px;
    text-align: center;
    position: relative;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: 7s;
    -moz-transition: 7s;
    -ms-transition: 7s;
    -o-transition: 7s;
    transition: 7s;
}
.inner-page .public-link:before {
    content: '';
    left: 50%;
    top: 50%;
    background: inherit;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.inner-page .public-link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.46);
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 1;
    z-index: 1;
}
.inner-page .public-link .box {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.inner-page .public-link .box h6 {
    color: white;
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase;
}
.inner-page .public-link .box h2 {
    color: white;
    font-family: 'RM';
    font-size: 50px;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 10px 0;
}
.inner-page .public-link .box p {
    font-size: 16px;
    line-height: 30px;
    color: white;
}
.inner-page .public-link:hover {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.inner-page .public-link:hover:after {
    opacity: 0;
}
.inner-page .public-link:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.inner-page .mbx {
    padding: 30px 10%;
    font-weight: 300;
    font-size: 14px;
}
.inner-page .mbx a,
.inner-page .mbx span {
    margin-right: 15px;
}
.inner-page .mbx a:first-child {
    font-size: 16px;
    color: #024e83;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: bold;
}
.inner-page .mbx a:hover {
    color: #024e83;
}
.inner-page .scroll {
    position: relative;
}
.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 20px;
    color: black;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover {
    color: white;
    background: #024e83;
}
.mCSB_scrollTools {
    width: 3px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eee !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #222 !important;
}
.mCSB_inside > .mCSB_container {
    margin-right: 3px !important;
}
.about-page .about-1 {
    padding: 120px 0;
}
.about-page .about-1 .content {
    margin: -10px 0;
}
.about-page .about-1 .content p {
    padding: 10px 0;
}
.about-page .about-2 {
    overflow: hidden;
}
.about-page .about-2 img {
    width: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.about-page .about-2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-page .about-3 {
    position: relative;
}
.about-page .about-3:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom:0;
    background: #024e83;
    z-index: -1;
    height: 70%;
}
.about-page .about-3 .left {
    padding: 50px 7%;
    background: white;
    position: relative;
    top: -100px;
    width: 65%;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.about-page .about-3 .left p {
    font-size:18px;
    color:block;
    font-family:'Roboto-Light';
    padding:15px 0;
    line-height:32px;
}
.about-page .about-3 .left img {
    display:block;
    margin-left:auto;
    margin-right:0;
}
.about-page .about-4 .left ul li {
    border-bottom: 1px solid #dce5eb;
    padding: 50px 0;
}
.about-page .about-4 .left ul li:last-child {
    border-bottom: none;
}
.about-page .about-4 .left ul li h3 {
    font-size: 28px;
    color: black;
}
.about-page .about-4 .left ul li h3 em {
    color: #024e83;
    margin-right: 15px;
}
.about-page .about-4 .left ul li p {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
}
.about-page .about-4 .left {
    width:50%;
}
.about-page .about-4 .bar-left {
    width:50% !important;
    padding-right:20% !important;
}
.about-page .about-3 .right {
    width: 45%;
    margin-left: -10%;
}
.about-page .about-3 .right .bar-text {
    left: auto;
    right: 3%;
    top: 5%;
}
.about-page .about-3 .right h5 {
    font-size: 40px;
    color: #024e83;
    text-transform: uppercase;
    font-family: "109-CAI978";
    line-height: 40px;
    text-align: right;
    padding-left: 20%;
    padding-right: 15%;
    margin: 100px 0;
}
.about-page .about-3 .right .img {
    overflow: hidden;
}
.about-page .about-3 .right img {
    width: 100%;
}
.about-page .about-4 {
    padding: 150px 0 50px;
}
.about-page .about-4 ul li {
    padding: 30px 0;
    border-top: 1px solid #dce5eb;
}
.about-page .about-4 ul li:last-child {
    border-bottom: 1px solid #dce5eb;
}
.about-page .about-4 ul li .left {
    width: 25%;
    vertical-align: middle;
}
.about-page .about-4 ul li .left h3 {
    font-size: 18px;
    color: #024e83;
    font-weight: bold;
}
.about-page .about-4 ul li .left {
    width: 75%;
    vertical-align: middle;
}
.about-page .about-5 {
    padding:50px 0 90px;
    position:relative;
    margin-bottom:5%;
}
.about-page .about-5:after {
    content:'';
    position:absolute;
    right:0;
    top:25px;
    height:105%;
    width:95%;
    background:#024e83;
    z-index:-2;
}
.about-page .about-5:before {
    content:'';
    width:90%;
    height:100%;
    left:0;
    top:0;
    background:url('../images/about-xz-bg.jpg');
    background-size:cover;
    z-index:-1;
    position:absolute;
}
.about-page .about-5 .box {
    padding-left:50px;
}
.about-page .about-5 .box ul {
    display:inline-block;
    width:100%;
}
.about-page .about-5 .box li {
    padding:2px;
}
.about-page .about-5 .box li a {
    display:block;
}
.about-page .about-5 .box a.more {
    display:block;
    float:right;
    width:10%;
    text-align:center;
    margin-bottom:20px;
}
.about-page .about-6 {
    padding:50px 0;
}
.about-page .about-6 .ui.container3 {
    width:auto;
    padding:0;
}
.about-page .about-6 .bar-left {
    vertical-align:middle;
    padding-left:10%;
}
.inner-page .about-6 .bar-left .bar-text {
    left:50px;
    top:45%;
}
.about-page .about-6 .bar-right {
    vertical-align:middle;
    padding-right:50px;
}
.about-page .about-6 .bar-right ul li {
    padding:5px;
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.about-page .about-6 .bar-right ul li:nth-child(5n) {
    border-right:none;
}
.about-page .about-6 .bar-right ul li:nth-last-child(6)~li {
    border-bottom:none;
}
.product-page .product-1 {
    padding: 100px 0 50px;
}
.product-page .product-1 h2 {
    font-size: 40px;
    color: #024e83;
    text-transform: uppercase;
    font-family: "109-CAI978";
    letter-spacing: 2px;
    line-height: 40px;
}
.product-page .product-1 h2 small {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: none;
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: normal;
}
.product-page .product-1 ul li {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.product-page .product-1 ul li:last-child {
    margin-bottom: 0;
}
.product-page .product-1 ul li:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 75%;
    height: 80%;
    display: block;
    background: #eee;
    bottom: -20%;
    left: -15%;
}
.product-page .ui.container4 {
    max-width:90%;
    display:block;
    margin:0 auto;
}
.product-page .product-1 ul li .left {
    width: 55%;
    vertical-align: middle;
    margin-right: -5%;
    position: relative;
    z-index: 1;
    text-align: right;
}
.product-page .product-1 ul li .left .text-box {
    display: inline-block;
    /*   max-width: 850px; */
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background: white;
    text-align: left;
    padding: 60px;
    width:100%;
}
.product-page .product-1 ul li .left .text-box i {
    font-size: 14px;
    text-transform: uppercase;
    color: #024e83;
}
.product-page .product-1 ul li .left .text-box h3 {
    font-size: 28px;
    color: black;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-1 ul li .left .text-box h3:hover {
    color: #024e83;
}
.product-page .product-1 ul li .left .text-box p {
    font-size: 18px;
    color: black;
    margin: 50px 0 20px;
    font-family:'Roboto-Light';
    height:270px;
    overflow:auto;
}
.product-page .product-1 ul li .left .text-box a.more {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.product-page .product-1 ul li .left .text-box a.more:hover {
    background: #024e83;
    color: white;
}
.product-page .product-1 ul li .right {
    width: 55%;
    vertical-align: middle;
    margin-left: -5%;
    position: relative;
}
.product-page .product-1 ul li .right a {
    display: block;
}
.product-page .product-1 ul li .right img {
    width: 100%;
}
.product-page .product-1 ul li:nth-child(even):after {
    display: none;
}
.product-page .product-1 ul li:nth-child(even) .left {
    left: 45%;
    text-align: left;
}
.product-page .product-1 ul li:nth-child(even) .right {
    left: -45%;
}
.inner-page .init-1 {
    padding: 45px 0 20px;
    text-align: center;
    background: #1b1b1b;
    position: relative;
}
.inner-page .init-1 .box {
    max-width: 1370px;
    margin: 0 auto;
}
.inner-page .init-1 .box ul {
    margin: 0 -25px;
}
.inner-page .init-1 .box ul li {
    padding: 0 25px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .init-1 .box ul li i {
    display: block;
    line-height: 50px;
    height: 50px;
}
.inner-page .init-1 .box ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.inner-page .init-1 .box ul li h5 {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: white;
    margin-top: 5px;
}
.inner-page .init-1 .box ul li h5.ie {
    text-indent: -1.5em;
    white-space: nowrap;
}
.inner-page .init-1 .box ul li:hover {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}
.inner-page .init-1 .scroll {
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d3555d;
    font-size: 16px;
    line-height: 1;
}
.inner-page .init-1 .scroll i {
    height: 16px;
    line-height: 16px;
    display: block;
}
.inner-page .init-1 .scroll:before {
    content: '';
    height: 60px;
    width: 1px;
    background: #d3555d;
    display: block;
    margin: 0 auto;
}
.inner-page .init-1 .scroll:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: white;
    height: 60px;
    -webkit-animation: xs 2s linear infinite;
    -o-animation: xs 2s linear infinite;
    -ms-animation: xs 2s linear infinite;
    -moz-animation: xs 2s linear infinite;
    animation: xs 2s linear infinite;
}
.product-list-page>.box {
    padding: 60px 0;
}
.product-list-page .box h3 {
    font-size: 50px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'RM';
    font-style: italic;
    line-height: 1.3;
}
.product-list-page .box h3 small {
    display: block;
    font-size: 20px;
    line-height: 1.8;
    margin-top: 10px;

}
.product-list-page>.box ul {
    margin: -5px;
}
.product-list-page>.box li {
    padding: 5px;
}
.product-list-page>.box li a {
    display:block;
}
.product-list-page>.box li a:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
    transition:.5s;
    opacity:0;
}
.product-list-page>.box li a:before {
    content:'';
    width:40px;
    height:40px;
    background:#e77b24 url('../images/icon-search-white.png') no-repeat center center;
    position:absolute;
    left:50%;
    top:30%;
    margin-left:-30px;
    margin-top:-30px;
    z-index:1;
    transition:.5s;
    opacity:0;
}
.product-list-page>.box li a h4 {

    font-size:24px;
    line-height: 1.8;
    color:white;
    padding:0 20px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;
    text-align:center;
    width:100%;
    transition:.5s;
    opacity:0;
}
.product-list-page>.box li a:hover:after {
    opacity:1;
}
.product-list-page>.box li a:hover:before {
    top:50%;
    opacity:1;
}
.product-list-page>.box li a:hover h4 {
    bottom:10px;
    opacity:1;
}
.prodet-page .prodet-1 {
    padding: 100px 0;
}
.prodet-page .prodet-1 .pro-img {
    padding-right: 20px;
}
.prodet-page .prodet-1 .pro-img .singlebf{
    font-size: 16px;
    line-height: 2;
    margin-top: 25px;
}
.prodet-page .prodet-1 .pro-text {
    padding-left: 20px;
}
.prodet-page .prodet-1 .pro-text i {
    font-size: 16px;
    line-height: 30px;
    color: #024e83;
    text-transform: uppercase;
}
.prodet-page .prodet-1 .pro-text h3,.prodet-page .prodet-1 .pro-text h1 {
    font-size: 28px;
    line-height: 2;
    color: black;
    /*font-weight: bold;*/
}

#index-body.factory .init-3 {
    background: white;
}
#index-body.factory .init-3 .box .box2 .left {
    background: none;
    color: black;
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie1 {
    background-image: url(../images/icon-3-1-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie2 {
    background-image: url(../images/icon-3-2-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie3 {
    background-image: url(../images/icon-3-3-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie4 {
    background-image: url(../images/icon-3-4-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li p {
    color: rgba(0, 0, 0, 0.75)
}
#index-body.factory .init-3:after {
    display: none;
}
.prodet-page .prodet-1 .pro-text .content {
    padding: 30px 0;
    font-size: 20px;
    line-height: 1.6;
    color: black;
}
.prodet-page .prodet-1 .pro-text .gallery {
    overflow: hidden;
}
.prodet-page .prodet-1 .pro-text .gallery h4 {
    font-size: 18px;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}
.prodet-page .prodet-1 .pro-text .gallery ul {
    margin: -10px;
    padding: 0;

}
.prodet-page .prodet-1 .pro-text .msg {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    display: block;
}
.prodet-page .prodet-1 .pro-text .msg a {
    display:block;
}
.prodet-page .prodet-1 .pro-text .msg:hover {
    background: #024e83;
    color: white;
}
.prodet-page .prodet-1 .pro-text .gallery ul .slick-track {
    margin-left:0;
}
.prodet-page .prodet-1 .pro-text .gallery ul li {
    padding: 10px;
    margin: 0;
    width: 25%;
    float: left;
}
.prodet-page .prodet-1 .pro-text .gallery ul li i,
.prodet-page .prodet-1 .pro-text .gallery ul li span {
    display: none !important;
}
.prodet-page .prodet-1 .pro-text .gallery ul li img {
    width: 100%;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .pro-text .share {
    padding: 25px 0;
}
.prodet-page .prodet-1 .pro-text .share h4 {
    font-size: 18px;
    line-height: 1.8;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}
.prodet-page .prodet-1 .pro-text .share ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    text-align: center;
    background: #eee;
    color: black;
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .pro-text .share ul li a {
    display: block;
}
.prodet-page .prodet-1 .pro-text .share ul li i {
    font-family: "FontAwesome";
    font-size: inherit;
    color: inherit;
}
.prodet-page .prodet-1 .pro-text .share ul li:hover {
    background: #024e83;
    color: white;
}
.prodet-page .prodet-2 .box {
    display: block;
    background: #f8f8f8;
    padding: 100px 50px;
}
.inner-page .prodet-2 .single .about-1 .box{
    padding: 0 50px;
}
.prodet-page .prodet-2 .box .options {
    border-bottom: 1px solid #adadad;
}
.prodet-page .prodet-2 .box .options div {
    font-size: 20px;
    line-height: 1.8;
    color: white;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    padding: 10px 30px;
    background: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-2 .box .options div:hover,
.prodet-page .prodet-2 .box .options div.active {
    background: #024e83;
}
.prodet-page .prodet-2 .box .det {

    padding-top: 20px;
    font-size: 16px;
    line-height: 2;
}
.prodet-page .prodet-2 .box .det .list{
    padding-top: 1.5rem;
}
.prodet-page .prodet-2 .box .det .list ul .slick-slide{
   margin-right: 1.4rem;  
}
.prodet-page .prodet-2 .box .det .list ul{
    margin-right: -1.4rem;
}
.prodet-page .prodet-2 .box .det .list p{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
}
.prodet-page .prodet-2 .box .det-2 {display: block;}
.prodet-page .prodet-2 .box .det table {
    margin: 20px 0;
    /*overflow-x: scroll;*/
    white-space: nowrap;
}
/*.prodet-page .prodet-2 .box .det table tr:nth-child(odd) {
    background: #eee;
}*/
.prodet-page .prodet-2 .box .det table tr:first-child * {
    color: inherit;
}
/*.prodet-page .prodet-2 .box .det table tr td:nth-child(odd) {
    background: white;
}*/
.prodet-page .prodet-2 .box .det ol,
.prodet-page .prodet-1 .pro-text .content ul {
    padding-left: 18px;
}
.prodet-page .prodet-2 .box .det ol li,
.prodet-page .prodet-1 .pro-text .content ul li {
    list-style-type: disc;
}
.lg-page .lg-1 {
    padding: 100px 0 40px;
}
.lg-page .lg-1 h3 {
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.lg-page .lg-1 .box {
    padding-top: 0;
}
.lg-page .lg-1 .box ul {
    margin: -15px;
}
.lg-page .lg-1 .box ul li {
    padding: 15px;
}
.lg-page .lg-1 .box ul li .box2 {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.25);
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.lg-page .lg-1 .box ul li a {
    display: block;
    /* 	border:4px solid #eee; */
}
.lg-page .lg-1 .box ul li h4 {
    font-size: 18px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-1 .box ul li:hover h4 {
    background: #024e83;
    color: white;
}
.faq-page .faq-1 {
    padding: 100px 0 40px;
}
.faq-page .faq-1 h3 {
    font-size: 34px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-list li {
    margin: 0 0 10px;
    word-break: break-word;
    font-weight: 300;
}
.faq-page .faq-list li h4 {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 2;
    margin: 0;
    font-weight: 500;
    font-size: 18px;

    color: #363f4d;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.faq-page .faq-list li h4 i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.faq-page .faq-list li p {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;
    display: none;
    font-size: 18px;
    line-height: 2;
    color: #9a9a9a;
}
.faq-page .faq-1 .m-page a,
.faq-page .faq-1 .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.news-page .news-1 {
    padding: 100px 0 100px;
}
.news-page .news-1 h3 {
    font-size: 30px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.news-page .news-1 .box ul li {
    margin-bottom:50px;
    border:1px solid #e9e9e9;
}
.news-page .news-1 .box ul li:last-child {
    margin-bottom:0;
}
.news-page .news-1 .box ul li a.img-box {
    display: block;
}
.news-page .news-1 .box ul li .img {
    width:30%;
    vertical-align:middle;
    position:relative;
}
.news-page .news-1 .box ul li .img img{
  width: 100%;
}
.news-page .news-1 .box ul li .img time {
    width:100px;
    top:-15px;
    text-align:center;
    font-size:22px;
    line-height: 1.3;
    color:white;
    position:absolute;
    right:-35px;
    background:black;
    padding:15px 10px;
}
.news-page .news-1 .box ul li .img time em {
    display:block;
    font-family:'RM';
    line-height:30px;
    font-size:26px;
    margin-top:5px;
}
.news-page .news-1 .box ul li .content {
    padding: 30px 40px 14px 70px;
    width:70%;
    vertical-align:middle;
}
.news-page .news-1 .box ul li .content h4 {
    font-family: 'RB';
    font-size: 24px;
    line-height: 1.5;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .box ul li .content h4:hover {
    color: #024e83;
}
.news-page .news-1 .box ul li .content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 40px;
}
.news-page .news-1 .box ul li .content a.more {
    text-transform: capitalize;
    height:45px;
    line-height:45px;
    width:150px;
    text-align:center;
    font-size:17px;
    color:#222;
    border:1px solid #d6d6d6;
    transition:.5s;
    margin-left:auto;
    margin-right:0;
    display:block;
    /*font-weight: bold;*/
}
.news-page .news-1 .box ul li .content a.more:hover {
    background:#024e83;
    color:white;
}
.newdet-page .newdet-1 {
    padding: 100px 0 0;
    background: #f8f8f8;
}
.newdet-page .newdet-1 .box {
    /*   padding: 40px 20px; */
}
.newdet-page .newdet-1 .box h3 {
    font-size: 24px;
    line-height: 2;
    color: black;
}
.newdet-page .newdet-1 .box .content {
    display: block;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 2;
}
.newdet-page .newdet-1 .box .share ul {
    display: inline-block;
}
.newdet-page .newdet-1 .box .share ul li {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    color: black;
    font-size: 16px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-1 .box .share ul li:hover {
    color: white;
    background: #024e83;
}
.newdet-page .newdet-1 .box .share a.back {
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-1 .box .share a.back i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.newdet-page .newdet-1 .box .share a.back:hover {
    color: white;
    background: #024e83;
}
.contact-page .contact-1 {
    padding: 100px 0 100px;
}
.contact-page .map {
    padding-bottom: 0;
}
.sidedbar {
    position:relative;
    /*z-index:2;*/
}
.sidedbar .grid-box.two>.column.left {
    line-height:110px;
    height:110px;
    background:#024e83;
    padding:0 30px;
    font-size:20px;
    color:white;
    margin-top:-50px;
    text-align:right;
    text-transform:uppercase;
    width:35%;
    position: relative;
    z-index: 1;
}
.sidedbar .left span {
    font-size:20px;
    line-height: 1.6;
    max-width:255px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.sidedbar .grid-box.two>.column.right {
    width:65%;
}
.sidedbar .grid-box.two>.column.right .slick-track{
    margin: 0
}
.sidedbar .right ul {
    padding:0 100px 0 30px;
    line-height:60px;
    height:60px;
    border-bottom:1px solid #c7c7c7;
}
.sidedbar .right ul .slick-arrow {
    position:absolute;
    top:50%;
    right:30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border:none;
    background:none;
    color:transparent;
    font-size:0;
    width:0;
    height:0;
    display:block;
    cursor:pointer;
    cursor:hand;
}
.sidedbar .right ul .slick-arrow.slick-prev {
    border-right:10px solid #024e83;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    margin-right:30px;
}
.sidedbar .right ul .slick-arrow.slick-next {
    border-left:10px solid #666;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
.sidedbar .right ul li {
    padding:0 30px;
    font-size:18px;
    color:rgba(0,0,0,.67);
    transition:.5s;
    border-right:1px solid #7c7c7c;
    width:auto;
    line-height:1.8;
    vertical-align:middle;

}
.sidedbar .right ul li:hover {
    text-decoration:underline;
}
.prodetFeedback {
    padding: 44px 0 64px;
    background: #f2f2f2;
}
.prodetFeedback .innerTit {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000;
    font-family: 'RM';
}
.prodetFeedback .ptForm {
    margin-top: 50px;
}
.prodetFeedback .ptForm label {
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    font-weight: 500;
    margin-bottom: 0;

}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    background: none;
    color: #252525;
    font-size: 16px;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
    margin-bottom: 62px; width:100%;
}
.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 31%;
    margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:nth-child(3) {
    margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
    height: 50px;
    padding: 0 4px;
    font-size: 16px;
    line-height: 30px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
    height: 43px;
    border-bottom: 3px solid #024e83;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 75px; width:100%;
}
.prodetFeedback .ptForm .fbBot textarea {
    height: 16px;
    overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
    height: 55px;
    border-bottom: 3px solid #024e83;
}
.prodetFeedback .ptForm input[type="submit"] {
    cursor: pointer;
    text-align: center;
    padding-left: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
    width: 203px;
    height: 52px;
    border: none;
    background: #024e83 url("../images/fb-send.png") no-repeat right 10px center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;

}
.prodetFeedback .ptForm input[type="submit"]:hover {
    background-color: #222;
}
.thumb-gallery{
    padding:20px 0;
}
.thumb-gallery .slick-track{
    margin-left: 0;
    margin-right: 0;
}
.thumb-gallery li{
    width:25%;
    float:left;padding-right:10px;
}

#index-body .init-4 {
  background: #f6f6f6;
  padding: 70px 0 85px;
  position: relative;
}
#index-body .init-4 .mask {
  top: 2%;
}
#index-body .init-4 .list {
  margin-top: 80px;
}
#index-body .init-4 .list ul {
  margin: -13px;
}
#index-body .init-4 .list ul li {
  padding: 13px;
}
#index-body .init-4 .list ul li .box {
  padding: 17px;
  background: white;
  text-align: center;
  -o-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
}
#index-body .init-4 .list ul li .box .img {
  display: block;
  position: relative;
  overflow: hidden;
}
#index-body .init-4 .list ul li .box .img img {
  width: 100%;
}
#index-body .init-4 .list ul li .box .img:before {
  content: '';
  background: #024e83;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li .box .img:after {
  content: '';
  width: 46px;
  height: 46px;
  background: url("../images/icon-link.jpg") center center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
#index-body .init-4 .list ul li .box h6 {
  /*font-style: italic;*/
  font-size: 18px;
  line-height: 1.4;
  margin-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 2em;
}
#index-body .init-4 .list ul li .box h6:hover {
  color: #024e83;
}
#index-body .init-4 .list ul li .box .color {
  /*margin: 10px 0;*/
}
#index-body .init-4 .list ul li .box .color i {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  cursor: pointer;
}
#index-body .init-4 .list ul li .box .img:hover:before {
  opacity: .85;
}
#index-body .init-4 .list ul li .box .img:hover:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#index-body .init-4 .list ul .slick-arrow:hover {
  background-color: #024e83;
}
#index-body .init-4 .list ul .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.15);
  right: 105%;
}
#index-body .init-4 .list ul .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.15);
  left: 105%;
}
#index-body .init-4 .list ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-size: 12px;
}

#index-body span.tag {
  font-size: 17px;
  color: #024e83;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
#index-body h2.title {
  font-size: 2.1rem;
  color: #060606;
  line-height: 1.2;
  margin-top: 10px;
  /*font-style: italic;*/
}

@media screen and (max-width: 1600px) {
    #index-body .init-4 .list {
    margin-top: 50px;
  }
  #index-body .init-4 .list ul li .box h6 {
    font-size: 20px;
    margin-top: 15px;
  }
  #index-body .init-4 .list ul li .box .color i {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 1540px) {
    .inner-page .ui.container3 {
        max-width: 100%;
    }
    .inner-banner .text h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .inner-banner .text h5 {
        margin-top: 10px;
        font-size: 16px;
    }
    .inner-banner:after {
        width: 80%;
    }
    .inner-banner {
        margin-top: 90px;
    }
    .inner-page .bar-text {
        display: none;
    }
    .contact-page .contact-1,
    .newdet-page .newdet-1,
    .news-page .news-1,
    .faq-page .faq-1,
    .lg-page .lg-1,
    .product-page .product-1,
    .about-page .about-1 {
        padding: 40px 0;
    }
    .inner-page .ui.container3 .bar-left h2 {
        margin-top: 60px;
        font-size: 24px;
    }
    .inner-page .public-link {
        height: 400px;
        line-height: 400px;
    }
    .inner-page .public-link .box h2 {
        font-size: 40px;
    }
    .newdet-page .newdet-1 .box h3 {
        font-size: 20px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .inner-page .m-page {
        padding: 30px 0;
    }
    .faq-page .faq-1 h3 {
        font-size: 28px;
    }
    .faq-page .faq-1 .box ul li .q {
        font-size: 18px;
    }
    .prodet-page .prodet-2 .box .options div {
        font-size: 18px;
    }
    .prodet-page .prodet-1 .pro-text .content {
        padding: 15px 0;
    }
    .prodet-page .prodet-1 {
        padding: 60px 0;
    }
    .prodet-page .prodet-2 .box {
        padding: 50px 15px;
    }
    .inner-page .prodet-2 .single .about-1 .box{
        padding: 50px 15px;
    }
    .product-page .product-1 ul li .left .text-box h3,
    .about-page .about-3 .left ul li h3 {
        font-size: 24px;
    }
    .product-page .product-1 ul li .left .text-box p {
        margin: 20px 0 10px;
        font-size: 16px;
    }
    .product-page .product-1 ul li .left {
        padding: 0 15px;
    }
    .inner-page .text-big h3 {
        font-size: 180px;
        line-height: 100px;
    }
    .about-page .about-3 .left ul li {
        padding: 30px 0;
    }
    .about-page .about-3 .left {
        padding: 30px 3%;
    }
    .about-page .about-3 .right h5 {
        font-size: 34px;
        margin: 60px 0;
    }
    .about-page .about-4 {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1500px) {
    #index-body .init-4 .list ul li .box h6 {
    font-size: 16px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1250px) {
    #index-body .init-4 .list ul li .box {
    padding: 5px;
  }
  #index-body .init-4 .list ul li .box h6 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1200px) {
    .inner-banner .text h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .inner-page .ui.container3 .bar-right p {
        font-size: 16px;
        line-height: 30px;
    }
    .inner-page .ui.container3 .bar-left h2 {
        font-size: 20px;
    }
    .inner-page .ui.container3 .bar-left h5 {
        font-size: 34px;
        line-height: 34px;
    }
    .inner-page .text-big h3 {
        font-size: 140px;
        line-height: 80px;
    }
    .product-page .product-1 ul li .left .text-box h3,
    .about-page .about-3 .left ul li h3 {
        font-size: 20px;
    }
    .about-page .about-3 .left ul li p {
        margin-top: 5px;
    }
    .about-page .about-3 .left ul li {
        padding: 20px 0;
    }
    .prodet-page .prodet-1 .pro-text .share ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .prodet-page .prodet-1 .pro-text .share h4,
    .prodet-page .prodet-1 .pro-text .gallery h4 {
        font-size: 16px;
        line-height: 30px;
        padding: 5px 10px;
    }
    .prodet-page .prodet-1 .pro-text .gallery ul li {
        padding: 5px;
    }
    .prodet-page .prodet-1 .pro-text .gallery ul {
        margin: -5px;
    }
    .prodet-page .prodet-1 .pro-text h3,
    .news-page .news-1 h3 {
        font-size: 24px;
    }
    .prodet-page .prodet-2 .box .options div {
        font-size: 16px;
        line-height: 30px;
    }
    .prodet-page .prodet-2 .box .det {
        font-size: 16px;
    }
    .lg-page .lg-1 .box,
    .faq-page .faq-1 .box,
    .news-page .news-1 .box {
        padding-top: 30px;
    }
    .inner-page .public-link .box h2 {
        font-size: 34px;
    }
    .faq-page .faq-1 .box ul li .q {
        font-size: 16px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .inner-page .public-link {
        height: 300px;
        line-height: 300px;
    }
    .product-page .product-1 ul li .left .text-box p {
        height:200px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .box {
        top: 0;
    }
    .inner-page .ui.container3 {
        width: 700px;
    }
    .inner-banner {
        margin-top: 40px;
    }
    .inner-banner .text h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .inner-banner .text h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .inner-page .ui.container3 .bar-left h2 {
        font-size: 16px;
    }
    .news-page .news-1 .box ul li .content p {
        font-size: 16px;
        line-height: 30px;
        margin: 10px 0;
    }
    .news-page .news-1 .box ul li .content h4 {
        font-size: 18px;
        line-height: 1.8;
    }
    .news-page .news-1 .box ul li,
    .lg-page .lg-1 .box ul li {
        padding: 5px;
    }
    .news-page .news-1 .box ul,
    .lg-page .lg-1 .box ul {
        margin: -5px;
    }
    .faq-page .faq-1 h3 {
        font-size: 24px;
    }
    .faq-page .faq-1 .box ul li .a,
    .lg-page .lg-1 .box ul li h4 {
        font-size: 16px;
    }
    .prodet-page .prodet-1 .pro-img {
        width: 100%;
        padding-right: 0px;
    }
    .prodet-page .prodet-1 .pro-text {
        padding: 30px 0;
        width: 100%;
    }
    .product-page .product-1 h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .product-page .product-1 ul li .left .text-box {
        padding: 30px 15px;
    }
    .product-page .product-1 ul li .left .text-box p {
        font-size: 14px;
        margin: 10px 0;
    }
    .product-page .product-1 ul li .right {
        width: 60%;
        margin-left: -10%;
    }
    .product-page .product-1 ul li .left .text-box h3 {
        font-size: 18px;
    }
    .inner-page .text-big h3 {
        white-space: nowrap;
    }
    .inner-page .text-big {
        overflow: hidden;
        padding: 20px 0;
        margin: -20px 0;
    }
    .about-page .about-4 .bar-right ul li {
        padding: 15px 0;
    }
    .inner-page .mbx {
        padding: 20px 15px;
    }
    .sidedbar .box {
        display:none;
    }
    .sidedbar {
        height:20px;
        background:#024e83;
    }
    .news-page .news-1 .box ul {
        letter-spacing:-5px;
    }
    .news-page .news-1 .box ul li {
        width:50%;
        display:inline-block;
        letter-spacing:0;
        vertical-align:top;
        margin-bottom:20px;
    }
    .news-page .news-1 .box ul li .img {
        width:100%;
    }
    .news-page .news-1 .box ul li .img time {
        right:10px;
        top:10px;
        font-size:18px;
        line-height: 1.8;
        width:80px;
    }
    .news-page .news-1 .box ul li .img time em {
        font-size:20px;
        line-height:20px;
    }
    .news-page .news-1 .box ul li .content {
        width:100%;
        padding: 20px;
    }
    .news-page .news-1 .box ul li .content a.more {
        line-height:40px;
        height:40px;
        width:130px;
        font-size:16px;
    }
    .product-list-page>.box li a h4{
        position: relative;
        z-index: 2;
        color: #000;
        padding: 10px 0;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box {
        width: 100%;
    }
    .about-page .about-4 .bar-left,.about-page .about-4 .left {
        width:100% !important;
    }
    .about-page .about-4 .left {
        padding-top:30px;
    }
    .about-page .about-4 .left ul li {
        padding: 20px 0;
    }
    .about-page .about-4 .left ul li p {
        margin-top:10px;
    }
    .about-page .about-4 .left ul li h3 {
        font-size:24px;
    }
    .inner-page .text-big.txt-left h6 {
        padding-right:0;
    }
    .about-page .about-6 .bar-right {
        padding-right:0;
    }
    .about-page .about-6 .bar-right ul li {
        width:50%;
        border:none;
        border-bottom:1px solid #ebebeb !important;
    }
    .about-page .about-6 .bar-right ul {
        border-top:1px solid #ebebeb;
    }
    .about-page .about-6 .bar-right ul li:nth-child(2n+1) {
        border-right:1px solid #ebebeb;
    }
    .inner-banner .text {
        position: absolute;
        left: 50%;
        margin: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .inner-banner .text h2 {
        background: transparent;
        color: #024e83;
        font-size: 40px;
        line-height: 40px;
    }
    .inner-banner .text h5 {
        display: none;
    }
    .inner-page .ui.container3 .bar-left h2 {
        display: none;
    }
    .inner-page .ui.container3 .bar-left {
        width: 100%;
        padding-right: 0;
    }
    .inner-page .ui.container3 .bar-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .about-page .about-3 .left {
        width: 100%;
        top: 0;
        padding: 15px;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin: 0;
    }
    .about-page .about-3 .right h5 {
        display: none;
    }
    .about-page .about-4 {
        padding: 50px 0;
    }
    .inner-page{
        margin-top: 50px;
    }
    .inner-page .public-link {
        line-height: 240px;
        height: 240px;
    }
    .inner-page .public-link .box h2 {
        font-size: 25px;
        line-height: 1.8;
    }
    .product-page .product-1 ul li .left {
        width: 100%;
        margin: 0;
        left: 0 !important;
    }
    .product-page .product-1 ul li .right {
        width: 100%;
        margin: 0;
        padding: 0 15px;
        left: 0 !important;
    }
    .inner-page .m-page {
        padding: 15px 0;
    }
    .newdet-page .newdet-1 .box .share ul li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .newdet-page .newdet-1 .box .share a.back {
        line-height: 30px;
        height: 30px;
    }
    .newdet-page .newdet-1 .box .content {
        font-size: 16px;
    }
    .inner-page .mbx span {
        display: none;
    }
    .product-page .product-1 ul {
        padding-top: 30px;
    }
    .product-page .product-1 ul li .left .text-box a.more {
        line-height:40px;
        height:40px;
        width:140px;
        font-size:14px;
    }
    .product-list-page .box li a h4 {
        opacity:1;
    }
    /*.inner-banner{
        display: none;
    }*/
    .grid-box.four>.column {
        width: 50%;
    }
    .prodet-page .prodet-1 .pro-text h3, .prodet-page .prodet-1 .pro-text h1,
    .prodetFeedback .innerTit,
    .about-page2 .about-3_news h3,
    .product-list-page .box h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .about-page2 h2 {
        font-size: 24px;
        line-height: 1.6;
        letter-spacing: 5px;
    }
    .prodetFeedback .ptForm .fbTop li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .prodetFeedback .ptForm .fbTop {
        margin-bottom: 20px;
    }
    .news-page .news-1{
        padding: 10px 0;
    }
    .news-page .news-1 .box ul li .img time em {
        font-size: 16px;
        line-height: 20px;
    }
    .prodet-page .prodet-1 {
        padding: 10px 0;
    }
    .prodetFeedback .ptForm .fbBot {
        margin-bottom: 20px;
        width: 100%;
    }
    .product-page2 {
        padding: 10px 0;
    }
}
@media screen and (max-width: 500px) {
    #index-body .init-4 .list {
    margin-top: 40px;
  }
    .newdet-page .newdet-1 .box {
        padding: 30px 15px;
    }
    .about-page .about-5 {
        padding: 40px 0;
    }
    .faq-page .faq-list li h4 {
        font-size:18px;
    }
    .faq-page .faq-list li p {
        font-size:16px;
    }
    .news-page .news-1 .box ul li {
        width:100%;
    }
    .newdet-page .newdet-1 .box .share ul li {
        margin-right: 3px;
    }
    .newdet-page .newdet-1 .box .share a.back {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    .newdet-page .newdet-1 .box .share,
    .newdet-page .newdet-1 .box h3 {
        text-align: center;
    }
    .prodet-page .prodet-1 .pro-text h3,
    .news-page .news-1 h3,
    .faq-page .faq-1 h3,
    .lg-page .lg-1 h3 {
        font-size: 20px;
    }
    .prodet-page .prodet-1 {
        padding-bottom: 10px;
    }
    .prodet-page .prodet-2 .box .options div {
        padding: 5px 15px;
    }
    .prodet-page .prodet-2 .box .det {
        padding-top: 30px;
    }
    .prodet-page .prodet-2 .box .det table {
        margin: 10px 0;
        display: block;
        overflow: auto;
    }
    .inner-banner .text h2 {
        color: white;
        font-size: 20px;
        line-height: 1.8;
    }
    .product-page .product-1 h2,
    .inner-page .ui.container3 .bar-left h5 {
        font-size: 20px;
        line-height: 1.8;
    }
    .product-page .product-1 h2 small,
    .inner-page .ui.container3 .bar-left h5 small {
        display: none;
    }
    .about-page .about-3 .left ul li h3 {
        font-size: 18px;
    }
    .inner-banner .text {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        position: static;
        background: #024e83;
        padding: 0 15px;
        padding-top: 10px;
    }
    .inner-banner .text h5 {
        display: block;
    }
}

@media screen and (max-width: 1320px) {

    .product-page2 .top .side-left {display: none;}
    .product-page2 .box ul{
        padding: 0;
    }
    .product-page2 .box  {
        width: 100%;
    }
}

.ui.container .ysmbaby1{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #666;
    padding-left: 40px;
}
.ui.container .ysmbaby1 h1{
    font-size: 30px;
    line-height: 2;
    padding-bottom: 15px;
    padding-left: 405px;
    /*font-weight: bold;*/
    color: #024e83;
    font-family: 'RM';
    /*font-style: italic;*/
}
.strength-page .stre-init1{
    padding: 145px 0 162px;
}
.strength-page .stre-init1 h3{
    font-size: 70px;
    font-weight: bold;
    color: #ea5b23;
    line-height: 1;
    border-bottom: 1px solid #868686;
    padding-bottom: 34px;
    font-family: 'RM';
    font-style: italic;
}
.strength-page .stre-init1 h3 small{
    color: #040404;
    display: block;
}
.strength-page .stre-init1 .con{
    /*padding-top: 48px;*/
}
.strength-page .stre-init1 .con h4{
    color: #191a1a;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1em;
}
.strength-page .stre-init1 .con p{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
}
.strength-page .stre-init1 .con .con-top .text{
    padding-top:90px;
}
.strength-page .stre-init1 .con .con-bot{
    margin-top: -32px;
}
.strength-page .stre-init1 .con .con-bot .text{
    padding-top: 80px;
}
.strength-page .stre-init1 .con .con-bot .text h4{
    position: relative;
    font-size: 30px;
    line-height: 56px;
    padding-left: 58px;
    margin-bottom: 15px;
}
.strength-page .stre-init1 .con .con-bot .text h4:after{
    content:'';
    position: absolute;
    left: 0;
    top:50%;
    width: 44px;
    height: 1px;
    background: #ea5b23;
}
.strength-page .stre-init2{
    padding-top: 55px;
    position: relative;
    background: #fafbfb;
}
.strength-page .stre-init2:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 459px;
    left: 0;
    top:0;
    background: #191a1a;
}

.strength-page .stre-init2 .con{
    padding-top: 62px;
}
.strength-page .stre-init2 .con h3{
    color: #fff;
    font-size: 42px;
    margin-bottom: 17px;
    line-height: 1.1em;
}
.strength-page .stre-init2 .con p,
.strength-page .stre-init2 .con span{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.strength-page .stre-init2 .con span{
    position: relative;
    display: block;
    margin-top:80px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 32px;
}
.strength-page .stre-init2 .con span:after{
    content:'';
    position: absolute;
    left: 0;
    top:11px;
    height: 50px;
    width: 3px;
    background: #ea5b23;
}
.strength-page .stre-init3{
    padding: 95px 0;
    background: #fafbfb;
}
.strength-page .stre-init3 ul{
    position: relative;
}
.strength-page .stre-init3 ul li{
    padding: 0 50px;
}
.strength-page .stre-init3 ul li .con-box{
    margin-top: 30px;
}
.strength-page .stre-init3 ul li .con-box h3{
    color: #000000;
    font-size: 24px;
    line-height: 44px;
}
.strength-page .stre-init3 ul li .con-box p{
    color: #191a1a;
    font-size: 14px;
    line-height: 28px;
    margin-top: 18px;
}
.strength-page .stre-init3 ul .slick-arrow{
    position: absolute;
    top:30%;
    width: 58px;
    height: 57px;
    z-index: 20;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
}
.strength-page .stre-init3 ul .slick-arrow.slick-prev{
    background: url(/afastainlesskb/2021/07/08/1111.png);
    left: -25px;
}
.strength-page .stre-init3 ul .slick-arrow.slick-next{
    background: url(/afastainlesskb/2021/07/08/11112.png);
    right: -25px;
}
.strength-page .stre-init4{
    padding: 118px 0;
}
.strength-page .stre-init4 .con{
    padding-top: 164px;
}
.strength-page .stre-init4 .con h3{
    color: #191a1a;
    font-size: 42px;
    line-height: 80px;
    margin-bottom: 30px;
    font-weight: bold;
}
.strength-page .stre-init4 .con p{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
}
.strepage-page .strepage-init1{
    padding-bottom: 85px;
}
.strepage-page .strepage-init1 .con p{
    font-size: 18px;
    line-height: 32px;
    margin-right: 25px;
}
.strepage-page .strepage-init2{
    padding: 100px 0;
    background: url(/afastainlesskb/2021/07/08/strength_environmental_01.jpg) no-repeat center;
}
.strepage-page .strepage-init2 .list li{
    float: left;
    width: 247px;
    height: 247px;
    background: rgba(255,255,255,.9);
    padding: 80px 0 0 32px;
    margin-right: 21px;
    transition:0.3s ease;
}
.strepage-page .strepage-init2 .list li:hover{
    background: rgba(230,0,18,1);
}
.strepage-page .strepage-init2 .list li:hover h4{
    color: #fff;
}
.strepage-page .strepage-init2 .list li h4{
    color: #191a1a;
    font-size: 40px;
    font-weight: bold;
    padding-right: 25px;
    line-height: 1.1em;
    transition:0.3s ease;
}
.strepage-page .strepage-init3{
    padding: 125px 0 46px;
}
.strepage-page .strepage-init3 .con-box{
    margin-bottom: 45px;
}
.strepage-page .strepage-init3 .con-box h3{
    font-size: 45px;
    line-height: 90px;
    color: #191a1a;
    font-weight: bold;
    margin-bottom: 25px;
}
.strepage-page .strepage-init3 .con-box p{
    color: #191a1a;
    font-size: 18px;
    line-height: 32px;
}
.strepage-page.quality .strepage-init1 .con p{
    margin-top:30px;
    padding-right: 80px;
}
.strepage-page.quality .qulity-init2{
    margin-top:0;
    padding: 0 0 103px;
    position: relative;
}
.strepage-page.quality .qulity-init2:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 636px;
    left: 0;
    top:30px;
    background: #f7f7f7;
}
.strepage-page.quality .qulity-init2 .con{
    padding-top: 100px;
}
.strepage-page.quality .qulity-init2 .con h3{
    color: #191a1a;
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 50px;
    font-weight: bold;
}
.strepage-page.quality .qulity-init2 .con p{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 60px;
    position: relative;
}
.strepage-page.quality .qulity-init2 .con p:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 1px;
    background: #ea5b23;
}
.strepage-page.quality .qulity-init3{
    padding-bottom: 130px;
}
.strepage-page.quality .qulity-init3 p{
    color: #212121;
    margin-top: 65px;
    font-size: 18px;
    line-height: 32px;
}
.strength-page.raw-material .stre-init1 .con h4{
    font-size: 50px;
    margin-top: 20px;
}
.strength-page.raw-material .raw-init2{
    padding-bottom: 90px;
    margin-top: 30px;
}
.strength-page.raw-material .raw-init2 .con{
    margin-top: -50px;
}
.strength-page.raw-material .raw-init2 .con h3{
    color: #ea5b23;
    font-size: 90px;
    font-weight: bold;
    font-family: 'RM';
    font-style: italic;
    line-height: 0.9;
    margin-top: 50px;
}
.strength-page.raw-material .raw-init2 .con span{
    color: #212121;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-bottom: 30px;
    padding-top: 20px;
    display: block;
}
.strength-page.raw-material .raw-init2 .con span:after{
    content:'';
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.strength-page.raw-material .raw-init2 .con p{
    font-size: 18px;
    color: #212121;
    margin-top: 32px;
}
.strength-page.raw-material .raw-init3{
    background: #000;
}
.strength-page.raw-material .raw-init3 .con{
    padding: 85px 0 84px;
}
.strength-page.raw-material .raw-init3 .con h3{
    color: #024e83;
    font-size: 65px;
    /*font-weight: bold;*/
    margin-bottom: 25px;
    font-family: 'RM';
    font-style: italic;
}
.strength-page.raw-material .raw-init3 .con p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    position: relative;
    padding-bottom: 60px;
    margin-right: 20px;
}
.strength-page.raw-material .raw-init3 .con p:after{
    /*content:'';*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 1px;
    background: #fff;
    opacity: 0.8;
}
.strength-page.raw-material .raw-init3 .img{
    margin-top: -40px;
}
.strength-page.raw-material .raw-init4{
    padding: 73px 0 31px;
}
.strength-page.raw-material .raw-init4 h2{
    color: #191a1a;
    font-size: 70px;
    margin-bottom:50px;
    font-family: 'RM';
    font-style: italic;
    line-height: 1;
}
.strength-page.raw-material .raw-init4 li{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 82px;
    margin-bottom: 46px;
}
.strength-page.raw-material .raw-init4 li:after{
    content:'';
    position: absolute;
    left: 0;
    top:25%;
    width: 74px;
    height: 1px;
    background: #9e9e9e;
}
.strength-page.raw-material .raw-init5{
    padding: 104px 0;
    background: #f7f7f7;
}
.strength-page.raw-material .raw-init5 ul{
    position: relative;
}
.strength-page.raw-material .raw-init5 li{
    padding: 0 10px;
}
.strength-page.raw-material .raw-init5 ul .slick-arrow{
    position: absolute;
    top:50%;
    width: 13px;
    height: 27px;
    z-index: 20;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
}
.strength-page.raw-material .raw-init5 ul .slick-arrow.slick-prev{
    background: url(/afastainlesskb/2021/07/08/jjsjds-l.png);
    left: -25px;
}
.strength-page.raw-material .raw-init5 ul .slick-arrow.slick-next{
    background: url(/afastainlesskb/2021/07/08/jjsjds-r.png);
    right: -25px;
}
.strength-page .raw-init5{
    display: none!important;
}
.strength-page.raw-material .raw-init5{
    display: block!important;
}

.service-page .service-1 {
  padding: 100px 0 60px;
}
.service-page .service-1 span.tag {
  font-weight: 500;
  font-size: 24px;
  color: #024e83;
  line-height: 1.2;
  display: block;
}
.service-page .service-1 h2 {
  /*font-weight: bold;*/
  font-size: 44px;
  color: #191919;
  line-height: 1.2;
  margin: 15px 0;
}
.service-page .service-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  margin-bottom: 60px;
}
.service-page .service-1 .list {
  margin-top: 75px;
}
.service-page .service-1 .list ul {
  margin: -20px;
}
.service-page .service-1 .list ul li {
  padding: 20px;
}
.service-page .service-1 .list ul li .box {
  -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid #024e83;
}
.service-page .service-1 .list ul li .box a.img-box {
  display: block;
}
.service-page .service-1 .list ul li .box a.img-box img {
  width: 100%;
}
.service-page .service-1 .list ul li .box .content {
  padding: 25px 15px 10px;
}
.service-page .service-1 .list ul li .box .content h4 {
  font-weight: 600;
  font-size: 24px;
  color: #191919;
  display: block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 2.4em;
}
.service-page .service-1 .list ul li .box .content h4:hover {
  color: #024e83;
}
.service-page .service-1 .list ul li .box .content p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  margin: 10px 0 30px;
}
.service-page .service-1 .list ul li .box .content a.more {
  display: inline-block;
}
.service-page .service-2 {
  padding: 80px 0 70px;
  text-align: center;
  background: #fbfbfb;
}
.service-page .service-2 .list {
  text-align: left;
}
.service-page .service-2 .list ul {
  counter-reset: number;
}
.service-page .service-2 .list ul li .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
.service-page .service-2 .list ul li .left:before {
  content: '0' counter(number);
    counter-increment: number;
    font-weight: 400;
    color: #cdcdcd;
    display: block;
    line-height: 1;
    font-size: 20px;
}
.service-page .service-2 .list ul li .left h4,
.service-page .service-new .box ul h4 {
      font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #024e83;
    margin: 10px 0 25px;
    display: block;
}
.service-page .service-2 .list ul li .left p,
.service-page .service-new .box ul p {
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  max-width: 600px;
}
.service-page .service-2 .list ul li .left:after {
  content: '';
  width: 15%;
  height: 1px;
  background: #024e83;
  margin-top: 15px;
  display: block;
}
.service-page .service-2 .list ul li .left div.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: #024e83;
  color: white;
  cursor: pointer;
  cursor: hand;
  transition: .5s;
}
.service-page .service-2 .list ul li .left div.btn:hover {
  background: #222;
}
.service-page div.formBox {
  margin: 60px 0;
  padding: 35px 60px;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
/*-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
.service-page div.formBox h4 {
  font-size: 24px;
    /*font-weight: 700;*/
    margin-bottom: 30px;
    text-align: center;
}
.service-page div.formBox ul {
  margin: -10px;
}
.service-page div.formBox ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.service-page div.formBox ul li label {
  font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #525252;
}
.service-page div.formBox ul li input {
  width: 100%;
  line-height: 20px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.service-page div.formBox ul li:last-child {
  text-align: center;
  width: 100%;
}
.service-page div.formBox ul li input[type="submit"] {
  width: 12%;
  margin-left: auto;
  padding: 10px 20px;
  background: #024e83;
  color: white;
  text-transform: uppercase;
  /*font-weight: 600;*/
    font-size: 20px;
}
.service-page .service-new .box ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.service-page .service-new .box ul li {
  padding: 15px;
}
.service-page .service-new .box ul li .box2 {
    padding: 30px;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    /*border: 1px solid #e3e3e3;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    height: 100%;
}
.service-page .service-2 .list ul li .right {
  padding-left: 2%;
  vertical-align: middle;
  position: relative;
}
.service-page .service-2 .list ul li .right .img {
  background-size: cover;
  background-position: center center;
  height: 390px;
}
.service-page .service-2 .list ul li:nth-child(even) {
  margin: 80px 0;
}
.service-page .service-2 .list ul li:nth-child(even) .left {
  left: 50%;
  padding-left: 2%;
  padding-right: 0;
}
.service-page .service-2 .list ul li:nth-child(even) .right {
  left: -50%;
  padding-right: 2%;
  padding-left: 0;
}
.service-page .service-2 a.more {
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
  font-size: 24px;
  color: #024e83;
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 a.more i {
  margin-right: 10px;
}
.service-page .service-2 a.more:after {
  content: '';
  width: 95%;
  height: 1px;
  background: #024e83;
  display: block;
  margin-left: auto;
}
.service-page .service-3 {
      padding: 90px 0 150px;
    background-color: #f9f9f9;
    margin-top: 80px;
}
.service-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.service-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: #024e83;
}
.service-page .service-3 .list {
  margin: 65px 0 85px;
}
.service-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
}
.service-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 2px solid #efefef;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
}
.service-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .list .slide ul li h6 i:after,
.service-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #0d95e8;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li .text {
  font-size: 14px;
  line-height: 1.6;
  padding: 15px;
  font-weight: 300;
  display: none;
}
.service-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .list .slide:first-child {
  padding-right: 2%;
}
.service-page .service-3 .list .slide:last-child {
  padding-left: 2%;
}
.service-page .service-3 .content {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  max-width: 70%;
  display: inline-block;
}
.service-page .service-3 a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  border-radius: 25px;
  background: #024e83;
  font-weight: bold;
  font-size: 24px;
  color: white;
  display: inline-block;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 a.more:hover {
  opacity: .7;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 {
    padding: 60px 0;
  }
  .service-page .service-1 span.tag {
    font-size: 20px;
  }
  .service-page .service-1 h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list {
    margin-top: 50px;
  }
  .service-page .service-1 .list ul li .box .content h4,
  .service-page .service-2 a.more {
    font-size: 20px;
  }
  .service-page .service-1 .list ul li .box .content p {
    font-size: 14px;
  }
  .service-page .service-1 .list ul li .box .content a.more img {
    max-width: 40px;
  }
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li .left:before,
  .contact-page .contact-1 .left span.tag {
    font-size: 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .service-page .service-3 a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-3 h2:after {
    margin-top: 15px;
  }
  .service-page .service-3 .list {
    margin: 30px 0 50px;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 24px;
  }
  .service-page .service-2 .list ul li .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li:nth-child(even) {
    margin: 25px 0;
  }
  .service-page .service-2 .list ul li .right .img {
    height: 200px;
  }
  .service-page .service-2 a.more {
    margin-top: 40px;
  }
  .service-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }
  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
  .service-page .service-1 .list ul li .box .content {
    padding: 10px;
  }
   .service-page .service-3 .content {
    max-width: none;
  }
  .service-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }
  .service-page .service-2 a.more {
    font-size: 16px;
  }
  .ui.container .ysmbaby1{
      display: none;
  }
  .f-slide{
      bottom: 10rem;
  }
}
.resources-page .resources_2 {
  background-color: #fafafa;
}
h2.resources {
  font-weight: 600;
}
h2.resources::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #13237f;
  margin-top: 10px;
}
.resources_more {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.product_catalogue .img {
  width: 31%;
  vertical-align: middle;
}
.product_catalogue .mml-text {
  width: 69%;
  vertical-align: middle;
}
.product_catalogue .mml-text p {
  min-height: 75px;
}
.product_catalogue .mml-text .line {
  height: 1px;
  background: #e4e4e4;
}
.product_catalogue .mml-text .date time {
  font-weight: 500;
}
.product_catalogue .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}
.pdf_box ul {
  margin: -15px;
}
.pdf_box ul li {
  padding: 15px;
}
.pdf_box .mml-text {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.pdf_box .mml-text .title {
  padding-left: 55px;
  background: url(../images/pdf-icon.png) no-repeat left top;
  min-height: 110px;
}
.pdf_box .mml-text .line {
  height: 1px;
  background-color: #e5e5e5;
}
.pdf_box .mml-text .date time {
  font-weight: 500;
}
.pdf_box .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}
.catalogue-page .catalogue_list li {
  padding: 50px 0;
}
.catalogue-page .product_catalogue .img {
  width: 40%;
}
.catalogue-page .product_catalogue .mml-text {
  width: 60%;
}
#Product_Categories li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  font-weight: 500;
}
#Product_Categories li a {
  display: block;
  padding-left: 20px;
  position: relative;
}
#Product_Categories li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #9a9a9a;
  border-radius: 50%;
}
.video-page p {
    max-width: 690px;
    text-align: center;
    color: #222;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.video-page ul {
  margin: 0 -15px;
  text-align: left;
}
.video-page ul li {
  padding: 15px;
}
.video-page ul li .imgbox {
  overflow: hidden;
  position: relative;
}
.video-page ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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-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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.video-page ul li .imgbox .textbox i {
  /*margin-bottom: 20px;*/
  font-size: 45px;
  color: #fff;
}
.video-page ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.video-page ul li .imgbox .textbox h4 {
  font-size: 20px;
  /*font-weight: 600;*/
  line-height: 1.3em;
  color: #fff;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.video-page ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.video-page ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.video-page ul li:hover .imgbox .textbox {
  top: 0;
}