@font-face {
  font-family: 'QR';
  src: url('../fonts/Questrial-Regular.eot') format('eot'), url('../fonts/Questrial-Regular.woff2') format('woff2'), url('../fonts/Questrial-Regular.woff') format('woff'), url('../fonts/Questrial-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'FR';
  src: url('../fonts/FjallaOne-Regular.eot') format('eot'), url('../fonts/FjallaOne-Regular.woff2') format('woff2'), url('../fonts/FjallaOne-Regular.woff') format('woff'), url('../fonts/FjallaOne-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'OB';
  src: url('../fonts/Oswald-Bold.eot') format('eot'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
body {
  font-family: 'QR';
  --color:#0f449b;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1476px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .h-top {
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-top: 1.15rem;
}
#header .h-top .grid-box {
  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;
}
#header .h-top .grid-box .left {
  width: 70%;
  vertical-align: middle;
  padding: 0 1.9rem;
}
#header .h-top .grid-box .left li {
  display: inline-block;
  margin-right: 2.55rem;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#header .h-top .grid-box .left li img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .grid-box .left li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.65rem;
  color: #fff;
}
#header .h-top .grid-box .left li:last-child {
  margin-right: 0;
}
#header .h-top .grid-box .right {
  text-align: right;
  width: 30%;
  vertical-align: middle;
}
#header .h-top .grid-box .right ul {
  display: inline-block;
}
#header .h-top .grid-box .right ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.7rem;
}
#header .h-top .grid-box .right ul li img {
  width: 44px;
}
#header .h-top .grid-box .right ul li:last-child {
  margin-right: 0;
}
#header .h-top ul li {
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 0.5rem;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  background: #fff;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 2.2rem;
  margin-right: 0;
  vertical-align: middle;
  padding: 0.65rem 0;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 3.2rem 0 0;
  font-size: 18px;
  font-family: 'FR';
  -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 {
  color: #0f449b;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #0f449b;
}
#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: 16px;
  font-family: 'PL';
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  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 #0f449b;
  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;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a{
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 220px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0f449b;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
  color: #000;
  transition: .5s;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 220px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0f449b;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
  transition: .5s;
  color: #000;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  cursor: pointer;
  margin-left: 2.25rem;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 2.3rem;
}
#header .nav .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
}
#header .nav .ui.menu .h-language span {
  font-size: 16px;
  color: #b1d52e;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
#header .nav .ui.menu .h-language i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  margin-left: 1rem;
}
#header .nav .ui.menu .h-language 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: 110%;
  left: 0;
  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 #b1d52e;
  display: none \9;
}
#header .nav .ui.menu .h-language 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 .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#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 .btn {
  margin: 0 0.9rem 0 2.7rem;
  display: inline-block;
  vertical-align: middle;
  width: 159px;
  height: 51px;
  background-color: #0f449b;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 18px;
  font-family: 'FR';
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .btn:hover {
  background: #000;
}
#header.active .h-top {
  opacity: 0;
}
#header.active .nav {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.14);
}
#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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  color: transparent;
  border: none;
  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;
  left: 19px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center;
  right: 19px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  text-align: center;
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #a9a9a9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background: #4d6845;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
@media screen and (max-width: 1000px){
.product-box table {
  white-space: nowrap;
}
}
table tbody {
  display: table;
  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: #eee;
}
#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;
  background-color: #fff;
}
#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: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#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;
}
#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: #fd2318;
}
#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;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 32%;
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  width: 54%;
}
#banner ul li .text h3 {
  font-size: 2.6rem;
  line-height: 1.7;
  font-family: 'OB';
  text-transform: uppercase;
}
#banner ul li .text p {
  font-size: 18px;
  line-height: 1.7;
  width: 88%;
  margin-top: 1rem;
}
#banner ul li .text .more {
  display: block;
  width: 171px;
  height: 53px;
  background-color: #0f449b;
  border-radius: 5px;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  margin-top: 2.1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border-bottom: 3px solid #f39927;
}
#banner ul li .text .more:hover {
  background-color: #f39927;
}
#index-body .more {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 171px;
  height: 55px;
  background-color: #0f449b;
  border-radius: 5px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  border-bottom: 3px solid #f39927;
  display: block;
}
#index-body .more:hover {
  color: #fff;
  background: #f39927;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body span.sp {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
#index-body h3.title {
  font-size: 2.2rem;
  font-family: 'OB';
  line-height: 1.8;
}
#index-body p.desc {
  font-size: 18px;
  line-height: 1.7;
}
#index-body .about {
  padding: 2.5rem 0 3rem;
  background: url(../images/abg.jpg) no-repeat center center;
  position: relative;
  z-index: 1;
}
#index-body .about .data {
  margin-top: -6.5%;
  background-color: #0f449b;
  border-radius: 5px;
  padding: 2.85rem 4.15rem 2.4rem;
  color: #fff;
}
#index-body .about .data ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .about .data ul li h4 {
  font-size: 2.6rem;
  line-height: 1;
  font-family: 'FR';
}
#index-body .about .data ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .about .data ul li h4 sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 1;
  font-family: 'QR';
  margin-bottom: 5px;
  padding-left: 0.45rem;
}
#index-body .about .data ul li p {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: 'PR';
  margin-top: 0.7rem;
}
#index-body .about .info {
  padding-top: 3.9rem;
}
#index-body .about .info .text {
  width: 55%;
  /*padding-top: 2rem;*/
}
#index-body .about .info .text span {
  color: #0f449b;
}
#index-body .about .info .text h3 {
  font-size: 2.4rem;
  font-family: 'OB';
  color: #000;
}
#index-body .about .info .text h1 {
  font-size: 24px;
  font-family: 'FR';
  line-height: 1.2;
  margin-top: 0.5rem;
}
#index-body .about .info .text .desc {
  font-size: 18px;
  font-family: 'PL';
  line-height: 2;
  margin-top: 0.6rem;
}
#index-body .about .info .text .more {
  margin-top: 2.1rem;
}
#index-body .about .info .img {
  width: 45%;
  text-align: right;
  position: relative;
  z-index: 1;
}
#index-body .about .info .img .play {
  position: absolute;
  z-index: 1;
  top: 41%;
  left: 48%;
  cursor: pointer;
}
#index-body .about .info .img .play::before,
#index-body .about .info .img .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.4);
  -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 .about .info .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .info .img .icon {
  position: absolute;
  left: 25px;
  bottom: -1rem;
  display: inline-block;
  padding: 0.2rem 0.2rem 0.2rem;
  background: #0f449b;
  border-radius: 50%;
}
#index-body .about .info .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 1.45rem;
  height: 1.45rem;
  background-color: #f39927;
  border-radius: 50%;
  left: -36px;
  bottom: 24%;
}
#index-body .i-product {
  position: relative;
  z-index: 1;
}
#index-body .i-product .ui.container {
  max-width: 1846px;
  width: 100%;
}
#index-body .i-product .header {
  /*background: url(../images/ipbg.jpg) no-repeat center center;*/
  padding: 4.5rem 0 7rem;
  text-align: center;
  background: #f6f4f4;
  /*color: #fff;*/
  position: relative;
}
#index-body .i-product .header::after {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  background-color: #f39927;
  border-radius: 50%;
  position: absolute;
  top: -0.75rem;
  right: 37.5%;
}
#index-body .i-product .header p.desc {
  width: 43%;
  margin: 0 auto;
}
#index-body .i-product .content {
  background-color: #f6f4f4;
  position: relative;
  padding: 8rem 0 3.85rem;
}
#index-body .i-product .content ul {
  margin: -17.5% -0.85rem 0 0;
}
#index-body .i-product .content ul .slick-track {
  margin: 0;
}
#index-body .i-product .content ul li {
  padding-right: 0.85rem;
}
#index-body .i-product .content ul li .img {
  position: relative;
  border-radius: 5px;
}
#index-body .i-product .content ul li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 22, 111, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  border-radius: 5px;
}
#index-body .i-product .content ul li .img .desc {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 2rem 0 1.95rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .img .desc h4 {
  font-size: 24px;
  font-family: "OB";
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
}
#index-body .i-product .content ul li .img .desc .con {
  font-size: 16px;
  font-family: 'PL';
  line-height: 1.8;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .i-product .content ul li .img .desc .mores {
  display: inline-block;
  font-size: 16px;
  color: #f39927;
  font-family: 'FR';
  margin-top: 1.2rem;
}
#index-body .i-product .content ul li .img .desc .mores::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}
#index-body .i-product .content ul li .text {
  text-align: center;
  padding-top: 1.35rem;
  font-size: 20px;
  line-height: 1.4;
  font-family: 'PB';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#index-body .i-product .content ul li:hover .img .desc {
  top: 71px;
  opacity: 1;
}
#index-body .i-product .content ul li:hover .img::after {
  opacity: 1;
}
#index-body .i-product .content ul li:hover .text {
  opacity: 0;
}
#index-body .service {
  padding-top: 5.55rem;
}
#index-body .service .top .left {
  width: 34%;
  padding-right: 3%;
  padding-top: 0.75rem;
}
#index-body .service .top .left h3.title {
  margin-top: 0.5rem;
}
#index-body .service .top .left p.desc {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.5rem;
}
#index-body .service .top .right {
  width: 66%;
}
#index-body .service ul {
  margin: 0 -1.85rem 0 0;
}
#index-body .service ul li {
  padding-right: 1.85rem;
}
#index-body .service ul li .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
  padding: 2.35rem 1.75rem 1.85rem 1.75rem;
  margin-bottom: 3.85rem;
}
#index-body .service ul li .box .img {
  width: 82px;
  height: 82px;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #e2e2e2;
  text-align: center;
  line-height: 82px;
  margin-top: -24.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .service ul li .box .img img {
  vertical-align: middle;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
#index-body .service ul li .box .text {
  padding-top: 1.45rem;
}
#index-body .service ul li .box .text h3 {
  font-size: 24px;
  font-family: 'FR';
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .service ul li .box .text p {
  font-size: 18px;
  font-family: 'PL';
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .service ul li .box .text .mores {
  display: block;
  font-size: 18px;
  font-family: 'PR';
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1.2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .service ul li:hover .box .img {
  background: #0f449b;
  border-color: #0f449b;
}
#index-body .service ul li:hover .box .img img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
#index-body .service ul li:hover .box .text p {
  color: #000;
}
#index-body .service ul li:hover .box .text .mores {
  color: #f39927;
  font-family: 'PB';
}
#index-body .advantage {
  padding: 2.1rem 0 5rem;
  background: url(../images/adbg.png) no-repeat center center #fff;
  background-size: cover;
}
#index-body .advantage .box {
  margin-right: -18%;
}
#index-body .advantage .box .left {
  width: 46.3%;
}
#index-body .advantage .box .left .header h3.title {
  margin-top: 0.4rem;
}
#index-body .advantage .box .left .header p.desc {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.4rem;
}
#index-body .advantage .box .left .content {
  margin-top: 1.4rem;
}
#index-body .advantage .box .left .content ul li {
  padding: 1rem 8rem 0.8rem 0rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  cursor: pointer;
}
#index-body .advantage .box .left .content ul li h4 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'OB';
  color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .advantage .box .left .content ul li h4 em {
  display: inline-block;
  margin-right: 0.65rem;
}
#index-body .advantage .box .left .content ul li .con {
  margin-top: 0.7rem;
  display: none;
}
#index-body .advantage .box .left .content ul li .con p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .advantage .box .left .content ul li .con .mores {
  display: block;
  font-size: 18px;
  color: #f39927;
  line-height: 1;
  font-family: 'PB';
  margin-top: 1rem;
}
#index-body .advantage .box .left .content ul li.active {
  padding: 1rem 8rem 0.75rem 0.45rem;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
#index-body .advantage .box .left .content ul li.active h4 {
  color: #000;
}
#index-body .advantage .box .left .content ul li.active h4 em {
  color: #0f449b;
}
#index-body .advantage .box .left .content ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .box .right {
  width: 53.7%;
  padding-top: 3.2rem;
  position: relative;
  z-index: 1;
}
#index-body .advantage .box .right .bg {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: -1;
}
#index-body .partner {
  padding: 4.1rem 0 4.25rem;
}
#index-body .partner ul {
  margin-right: -2.85rem;
}
#index-body .partner ul li {
  padding-right: 1rem;
  vertical-align: middle;
}
#index-body .partner ul li img {
  width: 100%;
}
#index-body .application {
  background-color: #f4f4f4;
}
#index-body .application .left {
  background: url(../images/ap1.jpg) no-repeat center center;
  width: 35.4%;
  background-size: cover;
  height: 100%;
  color: #fff;
  padding: 6.0rem 4rem 12rem 12rem;
}
#index-body .application .left p.desc {
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
}
#index-body .application .left .arrow {
  margin-top: 2rem;
}
#index-body .application .left .arrow .al,
#index-body .application .left .arrow .ar {
  display: inline-block;
  cursor: pointer;
}
#index-body .application .left .arrow .al {
  margin-right: 1.1rem;
}
#index-body .application .right {
  width: 64.6%;
  padding: 3.7rem 0 3.25rem;
}
#index-body .application .right ul {
  margin: 0 -1.1rem 0 -2%;
}
#index-body .application .right ul .slick-list {
  padding-right: 171px !important;
}
#index-body .application .right ul .slick-track {
  margin: 0;
}
#index-body .application .right ul li {
  padding-right: 1.1rem;
}
#index-body .application .right ul li .img img {
  width: 100%;
}
#index-body .application .right ul li .text {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 1rem;
}
#index-body .application .right ul li .text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .news {
  padding: 3.55rem 0 6.95rem 0;
  overflow: hidden;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header p.desc {
  color: rgba(0, 0, 0, 0.7);
}
#index-body .news .content {
  margin-top: 2.7rem;
}
#index-body .news .content ul {
  margin-right: -1rem;
}
#index-body .news .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .news .content ul .slick-slide {
  padding: 2px;
}
#index-body .news .content ul li {
  padding-right: 0.5rem;
}
#index-body .news .content ul li a {
  display: block;
}
#index-body .news .content ul li .box {
  padding: 1.55rem 1.3rem 1.6rem 1.3rem;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .box h3 {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'FR';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .news .content ul li .box .desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.55rem;
}
#index-body .news .content ul li .box .desc time {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 9px;
}
#index-body .news .content ul li .box .desc time img {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px 0 0;
}
#index-body .news .content ul li .box .desc time em {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -6px;
}
#index-body .news .content ul li .box .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .box .desc .mores {
  display: block;
  margin-top: 0.75rem;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
#index-body .news .content ul li:hover .box {
  box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
}
#index-body .news .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  text-align: center;
}
#index-body .news .content ul .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.23);
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.65rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .news .content ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .news .content ul .slick-dots li button {
  display: none;
}
#index-body .news .content ul .slick-dots li.slick-active {
  background: #0f449b;
}
#footer {
  position: relative;
  z-index: 1;
  padding-top: 3.654rem;
  background: url(../images/fbg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
#footer .f-logo {
  display: block;
  text-align: center;
}
#footer .form {
  margin-top: 1.85rem;
}
#footer .form ul {
  width: 89%;
  display: inline-block;
}
#footer .form ul li {
  position: relative;
  padding-right: 0.95rem;
  width: 28.13%;
}
#footer .form ul li input[type="text"],
#footer .form ul li textarea {
  width: 100%;
  height: 51px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  padding-left: 60px;
}
#footer .form ul li input[type="text"]:focus,
#footer .form ul li textarea:focus {
  border: 1px solid #0f449b;
}
#footer .form ul li input[type="text"]::placeholder,
#footer .form ul li textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form ul li input[type="text"]::-webkit-input-placeholder,
#footer .form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form ul li input[type="text"]:-ms-input-placeholder,
#footer .form ul li textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form ul li input[type="text"]:-moz-placeholder,
#footer .form ul li textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form ul li textarea {
  padding-top: 16px;
}
#footer .form ul li i {
  position: absolute;
  left: 15px;
  top: 16px;
}
#footer .form ul li:last-child {
  width: 43.74%;
}
#footer .form .submit {
  width: 10.4%;
  background: #0f449b;
  color: #fff;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .form .submit img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
#footer .form .submit:hover {
  background: #f39927;
}
#footer .box {
  margin-top: 4.6rem;
}
#footer .box h3 {
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: 24px;
  font-family: 'FR';
  line-height: 1;
  text-transform: uppercase;
}
#footer .box ul li {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: 'PL';
  position: relative;
  padding-left: 14px;
}
#footer .box ul li::before {
  content: '';
  width: 4px;
  height: 7px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url(../images/f-icon.png) no-repeat center center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box ul li:hover {
  color: #f39927;
}
#footer .box ul li:hover::before {
  background: url(../images/f-icon1.png) no-repeat center center;
}
#footer .box .f-nav {
  width: 14%;
}
#footer .box .f-product {
  padding-left: 1%;
}
#footer .box .f-news {
  width: 13%;
}
#footer .box .f-contact {
  width: 26%;
}
#footer .box .f-contact ul li {
  margin-bottom: 11px;
  padding-left: 0;
  line-height: 1.5;
}
#footer .box .f-contact ul li i {
  width: 26px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
#footer .box .f-contact ul li span {
  display: inline-block;
  width: 90%;
  padding-left: 0.85rem;
  line-height: 2;
}
#footer .box .f-contact ul li::before {
  display: none;
}
#footer .box .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .box .f-code {
  width: 13.6666666%;
  padding-top: 2.5rem;
  text-align: right;
}
#footer .box .f-code #ewm {
  width: 142px;
  border: 5px solid #fff;
  margin: 0 0 0 auto;
}
#footer .box .f-code .share {
  margin-top: 1rem;
}
#footer .box .f-code .share dl dd {
  display: inline-block;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 16px;
  background: #292b34;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .f-code .share dl dd:last-child{
  margin-right: 0;
}
#footer .box .f-code .share dl dd a {
  display: block;
}
#footer .box .f-code .share dl dd:hover {
  background: #f39927;
}
#footer .f-copy {
  color: rgba(255, 255, 255, 0.4);
  background-color: #003181;
  width: 100%;
  margin-top: 3rem;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding: 0.8rem 0 0.45rem;
}
#footer .f-copy .left {
  width: 80%;
  font-size: 18px;
  vertical-align: middle;
}
#footer .f-copy .right {
  width: 20%;
  font-size: 18px;
  vertical-align: middle;
  text-align: right;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.2);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.2);
}
#footer .f-copy svg:hover {
  fill: #f39927;
}
#footer .f-top {
  position: absolute;
  right: 3.35rem;
  bottom: 130px;
  cursor: pointer;
}
.inquiry {
  position: fixed;
  bottom: 60px;
  right: 3.35rem;
  width: 41px;
  height: 41px;
  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: #f39927;
  cursor: pointer;
  -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.5);
  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: #f39927;
  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: #0f449b;
}
.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: 1830px) {
  #index-body .advantage .box {
    margin-right: -11%;
  }
}
@media screen and (max-width: 1730px) {
  #index-body .advantage .box {
    margin-right: -8%;
  }
  #index-body .advantage .box .right img {
    width: 94%;
  }
  #index-body .application .left {
    padding: 5.6rem 4rem 12rem 8rem;
  }
}
@media screen and (max-width: 1680px) {
  #banner ul li .text .left {
    padding-left: 4%;
  }
  #banner ul li .text h3{
    font-size: 2.4rem;
  }
  #banner .slick-arrow {
    top: 67%;
  }
  #banner .slick-prev {
    left: 2px;
  }
  #banner .slick-next {
    right: 2px;
  }
  #index-body .advantage .box .right img {
    width: 83%;
  }
  #index-body .advantage .box .right .bg img {
    width: 90%;
  }
  #index-body .application .left {
    padding: 5.6rem 4rem 12rem 2rem;
  }
  #footer .f-top {
    bottom: 60px;
    right: 10px;
  }
  .inquiry {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #index-body .i-product .header::after {
    right: 32.5%;
  }
  #footer .box .f-code .share dl dd {
    margin-right: 0.2rem;
  }
  #footer .f-copy .left,
  #footer .f-copy .right {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #header .h-top .grid-box .left li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
    font-size: 18px;
  }
  #banner ul li .text .left {
    width: 70%;
  }
  #banner ul li .text p{
    width: 96%;
  }
  #index-body .about .info .img::after {
    bottom: 20px;
  }
  #index-body .i-product .header p.desc {
    width: 72%;
  }
  #footer .box .f-nav {
    width: 25%;
  }
  #footer .box .f-ab {
    width: 25%;
  }
  #footer .box .f-product {
    width: 25%;
  }
  #footer .box .f-news {
    width: 25%;
  }
  #footer .box .f-contact {
    width: 36%;
    margin-top: 2rem;
  }
  #footer .box .f-code {
    width: 25%;
    margin-top: 2rem;
  }
  #footer .f-top {
    bottom: 140px;
  }
  .inquiry {
    bottom: 72px;
  }
  #header .h-top .grid-box .left li {
    font-size: 16px;
  }
  #header .nav .ui.menu .logo {
    width: 18%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .btn {
    margin: 0 0.9rem 0 1.7rem;
    width: 135px;
    font-size: 16px;
  }
  #banner ul li .text .left {
    width: 82%;
  }
  #banner ul li .text .more{
    margin-top: 1rem;
  }
  #index-body .about .data {
    padding: 2.85rem 3rem 2.4rem;
  }
  #index-body .about .info .text {
    padding-right: 2rem;
  }
  #index-body .about .info .text h3 {
    font-size: 2.2rem;
  }
  #index-body .service ul li .box {
    padding: 2.35rem 1rem 1.85rem 1rem;
  }
  #index-body .advantage .box .left .content ul li {
    padding: 1rem 3rem 0.8rem 1.45rem;
  }
  #index-body .advantage .box .left .content ul li.active {
    padding: 1rem 3rem 0.75rem 1.45rem;
  }
  #header .h-top {
    display: none;
  }
  #header .nav {
    padding: 0 !important;
    margin-top: 0;
  }
  #header .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .btn {
    display: none;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .data {
    display: none;
  }
  #banner ul li .text {
    top: 10%;
  }
  #banner ul li .text .left {
    padding-left: 0;
    width: 90%;
  }
  #index-body .about .info .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .info .img {
    display: none;
  }
  #index-body .about .info {
    padding-top: 0;
    padding-right: 0;
  }
  #index-body .i-product .header p.desc {
    width: 100%;
  }
  #index-body .i-product .content ul {
    margin: -22.5% -0.85rem 0 0;
  }
  #index-body .service .top .left {
    width: 100%;
  }
  #index-body .service .top .right {
    width: 100%;
    margin-top: 3.5rem;
  }
  #index-body .service ul li {
    width: 50%;
  }
  #index-body .advantage .box .left .content ul li h4 {
    font-size: 18px;
  }
  #index-body .advantage .box .left .content ul li {
    padding: 1rem 2rem 0.8rem 1.45rem;
  }
  #index-body .advantage .box .left .content ul li.active {
    padding: 1rem 2rem 0.8rem 1.45rem;
  }
  #index-body span.sp {
    font-size: 16px;
  }
  #index-body h3.title {
    font-size: 2rem;
  }
  #index-body p.desc {
    font-size: 16px;
  }
  #index-body .application .left {
    padding: 5.6rem 2rem 18rem 2rem;
  }
  #index-body .application .right {
    padding: 2.7rem 0 0rem;
  }
  #footer .form ul {
    width: 100%;
  }
  #footer .form ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  #footer .form ul li:last-child {
    width: 100%;
  }
  #footer .form .submit {
    width: 25%;
  }
  #footer .box .f-nav,
  #footer .box .f-product,
  #footer .box .f-ab,
  #footer .box .f-news {
    display: none;
  }
  #footer .box .f-contact {
    width: 60%;
  }
  #footer .box .f-code {
    width: 40%;
  }
  #footer .box {
    margin-top: 1.6rem;
  }
  #footer .f-copy .left {
    width: 100%;
  }
  #footer .f-copy .right {
    width: 100%;
    text-align: left;
  }
  #footer .f-top {
    bottom: 70px;
  }
  .inquiry {
    bottom: 14px;
  }
  #index-body .service ul li .box .img{
    margin-top: -18%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 14%;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text h3 {
    font-size: 2.1rem;
  }
  #banner ul li .text p {
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
  }
  #banner ul li .text .more {
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    margin-top: 1.1rem;
  }
  #index-body .about .info .text h3 {
    font-size: 2rem;
  }
  #index-body .about .info .text h1 {
    font-size: 18px;
  }
  #index-body .about .info .text .desc {
    font-size: 18px;
  }
  #index-body .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #index-body h3.title {
    font-size: 1.9rem;
  }
  #index-body .i-product .header p.desc {
    line-height: 1.4;
    font-size: 14px;
  }
  #index-body .i-product .header {
    padding: 4.5rem 0 7rem;
  }
  #index-body .i-product .content ul {
    margin: -29.5% -0.85rem 0 0;
  }
  #index-body .service ul li {
    width: 100%;
  }
  #index-body .service ul li .box {
    margin-bottom: 5rem;
  }
  #index-body .service ul li .box .text h3 {
    font-size: 20px;
  }
  #index-body .service ul li .box .text p {
    font-size: 14px;
  }
  #index-body .service ul li .box .text .mores {
    font-size: 14px;
  }
  #index-body .service .top .right {
    margin-top: 4.5rem;
  }
  #index-body .advantage,
  #index-body .partner,
  #index-body .application {
    display: none;
  }
  #index-body span.sp {
    font-size: 14px;
  }
  #index-body p.desc {
    line-height: 2;
    font-size: 14px;
    margin-top: 10px;
  }
  #footer .form .submit {
    width: 52%;
  }
  #footer .box .f-contact {
    width: 100%;
  }
  #footer .box .f-code {
    display: none;
  }
  #footer .box ul li {
    font-size: 14px;
  }
  #footer .f-copy .left,
  #footer .f-copy .right {
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-top {
    bottom: 98px;
  }
  /*.inquiry {
    display: none;
  }*/
  #index-body .service ul li .box .img{
    margin-top: -14.5%;
  }
}

@media screen and (max-width: 500px) {
  #banner ul li .text{
    top: 6%;
  }
  #banner ul li .text h3{
    font-size: 20px;
    line-height: 2;
  }
  #banner ul li .text p{
    font-size: 15px;
    line-height: 1.4;
  }
  #index-body .i-product .content ul {
    margin: -40.5% -0.85rem 0 0;
   }
}

#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-banner {
  height: 520px;
  background-size: cover;
  padding-top: 240px;
  /*background-attachment: fixed;*/
}
.inner-banner .left {
  width: 75%;
  vertical-align: middle;
}
.inner-banner .left h2 {
  font-size: 42px;
  color: white;
  text-transform: uppercase;
  line-height: 60px;
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.inner-banner .left h2:before {
  content: attr(data-text);
  font-size: 117px;
  opacity: .12;
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: 15px;
  z-index: -1;
}
.inner-banner .left h2:after {
  content: '';
  width: 22px;
  height: 16px;
  display: block;
  background: url("../images/icon-dots.png") center center no-repeat;
  margin-top: 2px;
}
.inner-banner .right {
  width: 25%;
  vertical-align: top;
  text-align: right;
  padding-top: 15px;
}
.inner-banner .right .mbx {
  display: block;
  font-size: 14px;
  color: white;
  opacity: .8;
  line-height: 2;
}
.inner-banner .right .mbx a:hover {
  text-decoration: underline;
}
.about-page .about-1 {
  padding: 60px 0 70px;
}
.about-page .about-1 .top {
  padding-left: 50%;
  text-align: center;
}
.about-page .about-1 .top span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #858585;
  text-transform: uppercase;
}
.about-page .about-1 .top span em {
  color: #f39927;
}
.about-page .about-1 .top h3 {
  font-size: 40px;
  color: #010101;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "OB";
  display: inline-block;
  width: auto;
  text-align: left;
}
.about-page .about-1 .top h3 em {
  color: #f39927;
}
.about-page .about-1 .img {
  margin-top: 10px;
  position: relative;
}
.about-page .about-1 .img .play{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
}
.about-page .about-1 .img .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img .play i::before,
.about-page .about-1 .img .play i::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;
}
.about-page .about-1 .img .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .list {
  padding: 55px 0;
}
.about-page .about-1 .list ul li {
  padding-left: 100px;
  position: relative;
  padding-right: 25px;
}
.about-page .about-1 .list ul li:after {
  content: '';
  width: 1px;
  height: 30px;
  background: #d2d2d2;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 .list ul li i {
  width: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.about-page .about-1 .list ul li i img {
  display: block;
  margin: 0 auto;
}
.about-page .about-1 .list ul li h4 {
  display: block;
  font-family: "OB";
  font-size: 40px;
  color: #f39927;
  line-height: 2;
}
.about-page .about-1 .list ul li p {
  display: block;
  font-size: 18px;
  line-height: 2;
  color: #545252;
}
.about-page .about-1 .list ul li:last-child:after {
  display: none;
}
.about-page .about-1 .content {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  max-width: 1365px;
  font-family: 'PL';
}
.about-page .about-2 {
  padding-bottom: 80px;
  position: relative;
}
.about-page .about-2:after {
  content: '';
  height: 86%;
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f39927;
}
.about-page .about-2 .img {
  padding-left: 3%;
  padding-right: 5%;
  vertical-align: bottom;
}
.about-page .about-2 .text {
  vertical-align: bottom;

}
.about-page .about-2 .text h3 {
  display: block;
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
  line-height: 2;
  font-family: "OB";
}
.about-page .about-2 .text .text {
 
  font-size: 18px;
  color: white;
  line-height: 2;
  margin-top: 35px;
}
.about-page .about-3 {
  padding: 70px 0 35px;
  background: #383838;
  text-align: center;
  color: white;
}
.about-page .about-3 h2 {
  font-family: "OB";
  font-size: 50px;
  line-height: 2;
  text-transform: uppercase;
}
.about-page .about-3 .text {
  font-size: 16px;
  line-height: 2;
  opacity: .7;
  max-width: 1100px;
  margin: 20px auto 35px;
}
.about-page .about-3 .list ul {
  margin: -15px;
}
.about-page .about-3 .list ul li {
  padding: 15px;
}
.about-page .about-3 .list ul li a {
  display: block;
}
.about-page .about-3 .progress {
  margin-top: 35px;
  width: 380px;
  height: 6px;
  background: #959595;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about-page .about-3 .progress i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 20%;
  background: white;
  top: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 {
  padding: 100px 0 75px;
  text-align: center;
}
.about-page .about-4 h2 {
  font-family: "OB";
  font-size: 50px;
  line-height: 2;
  text-transform: uppercase;
}
.about-page .about-4 .list {
  padding: 65px 0;
}
.about-page .about-4 .list ul {
  margin: -10px;
}
.about-page .about-4 .list ul li {
  padding: 10px;
}
.about-page .about-4 .list ul li a {
  display: block;
}
.about-page .about-4 .list ul li a img {
  display: block;
}
.about-page .about-4 a.more {
  display: inline-block;
  line-height: 56px;
  height: 56px;
  padding: 0 70px;
  background: #f39927;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 a.more:hover {
  background: #222;
}

#index-body .init-5 {
  padding: 45px 0 65px;
  text-align: center;
  background: #f39927;
}
#index-body .init-5 h3 {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  font-size: 1.75rem;
  font-family: "OB";
  text-transform: uppercase;
  line-height: 2;
  color: white;
}

.product-yd-page {
  padding: 50px 0 100px;
  background: #f8f6f6;
}
.product-yd-page ul li {
  margin-bottom: 20px;
  background: white;
  padding: 20px 35px;
}
.product-yd-page ul li .img {
  width: 60%;
  vertical-align: middle;
}
.product-yd-page ul li .img a {
  display: block;
}
.product-yd-page ul li .text {
  width: 40%;
  vertical-align: middle;
  padding-left: 35px;
}
.product-yd-page ul li .text h6 {
  display: block;
  font-size: 30px;
  color: #363636;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page ul li .text h6:hover {
  color: #f39927;
}
.product-yd-page ul li .text .content {
  margin-top: 15px;
  font-size: 18px;
  color: #757272;
  line-height: 1.8;
}
.product-page {
  background: #fbf9f7;
  overflow: hidden;
}
.product-page ul li {
  padding: 70px 0 50px;
  position: relative;
  z-index: 1;
}
.product-page ul li:after {
  content: '';
  width: 200%;
  left: 50%;
  top: 0;
  height: 100%;
  background: #272726;
  z-index: -1;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page ul li .img {
  vertical-align: middle;
  padding: 0 3%;
  position: relative;
}
.product-page ul li .text {
  padding-left: 2%;
  padding-right: 0;
  vertical-align: middle;
  color: white;
  position: relative;
}
.product-page ul li h3 {
  display: block;
  font-size: 35px;
  line-height: 2;
  text-transform: uppercase;
  color: #f39927;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page ul li .content {
  
  margin: 15px 0;
  font-size: 16px;
  line-height: 2;
   color: #636160;
}
.product-page ul li .link {
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.product-page ul li .link a {
  float: left;
  width: 33.3333%;
  padding-right: 5px;
  margin-bottom: 5px;
  line-height: 2;
  padding-left: 15px;
  color: #636160;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page ul li .link a:hover {
  color: #f39927;
}
.product-page ul li .link a:before {
  content: '';
  border:3px solid #f39927;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.product-page ul li .text .list dl {
  margin: -10px;
}
.product-page ul li .text .list dl dd {
  padding: 10px;
}
.product-page ul li .text .list dl dd h6 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.product-page ul li .text .list dl dd a {
  display: block;
}
.product-page ul li .text .list dl dd a img {
  display: block;
  width: 100%;
}
.product-page ul li:nth-child(even):after {
  left: auto;
  right: 50%;
}
.product-page ul li:nth-child(even) .img {
  left: 50%;
}
.product-page ul li:nth-child(even) .text {
  left: -50%;
  padding-left: 0;
  padding-right: 2%;
}
.product-page ul li:hover:after {
  background: #f39927;
}
.product-page ul li:hover .text h3 {
  color: white;
}
#index-body.inner .init-2 {
  padding-bottom: 80px;
  padding-top: 110px;
}
#index-body.inner .init-2 .top .left h2:after {
  opacity: .04;
}
.pageLink {
  /*background: #1e1e1d;*/
  padding: 50px 0;
  text-align: center;
}
.pageLink a,
.pageLink span {
  font-size: 18px;
  color: black;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid black;
  padding: 0 10px;
  margin: 3px;
}
.pageLink span,
.pageLink a:hover {
  background: #f39927;
  color: white;
}
.prodet-page .prodet-1 {
  padding: 35px 0 55px;
  text-align: center;
  background: #f1eeec;
}
.prodet-page .prodet-1 .ui.container {
  max-width: 1150px;
}
.prodet-page .prodet-1 h1 {
  display: block;
  font-size: 32px;
  color: #23231c;
  line-height: 2;
}
.prodet-page .prodet-1 .bigImg {
  display: block;
  margin: 40px 0;
}
.prodet-page .prodet-1 .smallImg {
  position: relative;
}
.prodet-page .prodet-1 .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .smallImg ul li a {
  display: block;
}
.prodet-page .prodet-1 .smallImg ul li a img {
  border: 15px solid white;
}
.prodet-page .prodet-1 .smallImg .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
  font-size: 28px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .smallImg .btn div.prev {
  right: 105%;
}
.prodet-page .prodet-1 .smallImg .btn div.next {
  left: 105%;
}
.prodet-page .prodet-1 .btn {
  margin-top: 65px;
}
.prodet-page .prodet-1 .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  border-radius: 15px;
  line-height: 50px;
  height: 50px;
  min-width: 170px;
  padding: 0 15px;
  background: #9ea6ab;
  color: white;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .btn a:first-child {
  background: #f39927;
}
.prodet-page .prodet-1 .btn a:hover {
  background: #222;
}
.prodet-page .prodet-2 {
  padding: 40px 0 30px;
  text-align: center;
  background: #1e1e1d;
  color: #f1eeec;
}
.prodet-page .prodet-2 .ui.container {
  max-width: 1200px;
}
.prodet-page .prodet-2 h2 {
  font-size: 32px;
  line-height: 2;
}
.prodet-page .prodet-2 h2:after {
  content: '';
  width: 73px;
  height: 3px;
  background: #f39927;
  margin: 20px auto 0;
  display: block;
}
.prodet-page .prodet-2 .content {
  margin-top: 40px;
  font-size: 18px;
  color: #eceaeb;
  line-height: 2;
}
.prodet-page .prodet-2 .content table {
  border: none;
  margin-top: 12px;
}
.prodet-page .prodet-2 .content table tr {
  background: transparent !important;
}
.prodet-page .prodet-2 .content table tr td {
  border: 1px solid #666;
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-3 {
  background: #fffcf7;
  padding: 60px 0 110px;
}
.prodet-page .prodet-3 .ui.container {
  max-width: 1200px;
}
.prodet-page .prodet-3 .slide {
  margin-bottom: 20px;
}
.prodet-page .prodet-3 .slide .img {
 
  vertical-align: middle;
  position: relative;
}
.prodet-page .prodet-3 .slide .text {
  padding-left: 3%;
  vertical-align: middle;
  font-size: 16px;
  color: #696966;
  line-height: 2;
  position: relative;
}
.prodet-page .prodet-3 .slide .text strong {
  display: block;
  font-size: 32px;
  margin-bottom: 30px;
}
.prodet-page .prodet-3 .slide .text strong:after {
  content: '';
  display: block;
  width: 73px;
  height: 3px;
  background: #f39927;
  margin-top: 1px;
}
.prodet-page .prodet-3 .slide:nth-child(even) .img {
  padding-right: 0;
  padding-left: 5%;
  left: 50%;
}
.prodet-page .prodet-3 .slide:nth-child(even) .text {
  padding-left: 0;
  padding-right: 5%;
  left: -50%;
}
.prodet-page .prodet-3 .slide:last-child {
  margin-bottom: 0;
}
.contact-page .ui.container {
  max-width: 1200px;
}
.contact-page .contact-1 {
  background: #f8f6f6;
  padding: 55px 0 45px;
}
.contact-page .contact-1 .left {
  padding-left: 3%;
  vertical-align: middle;
}
.contact-page .contact-1 .left h2 {
  font-size: 48px;
  color: #484141;
  font-family: "OB";
  line-height: 1.6;
}
.contact-page .contact-1 .left .text {
  display: block;
  font-size: 18px;
  color: #414951;
  line-height: 1.6;
  margin-top: 5px;
}
.contact-page .contact-1 .left .list {
  margin-top: 30px;
  padding-right: 10%;
}
.contact-page .contact-1 .left .list ul li {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.contact-page .contact-1 .left .list ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background: white;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}
.contact-page .contact-1 .left .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .left .list ul li h6 {
  display: block;
  font-size: 18px;
  color: #414951;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "OB";
  text-transform: uppercase;
}
.contact-page .contact-1 .left .list ul li p {
  font-size: 20px;
  color: #414951;
  line-height: 1.8;
  opacity: .82;
}
.contact-page .contact-1 .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
}
.contact-page .contact-1 .right .box2 {
  padding: 50px 8% 30px;
  background: #f39927;
}
.contact-page .contact-1 .right .box2 h2 {
  display: block;
  font-size: 40px;
  color: white;
  font-family: "OB";
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.contact-page .contact-1 .right .box2 .form ul {
  margin: -10px 0;
}
.contact-page .contact-1 .right .box2 .form ul li {
  padding: 10px 0;
}
.contact-page .contact-1 .right .box2 .form ul li label {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 18px;
  color: #282726;
  text-transform: uppercase;
  font-family: "OB";
}
.contact-page .contact-1 .right .box2 .form ul li input,
.contact-page .contact-1 .right .box2 .form ul li textarea {
  padding: 15px;
  line-height: 1.2;
  font-size: 18px;
  color: black;
  border: none;
  background: white;
  width: 100%;
}
.contact-page .contact-1 .right .box2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea::-webkit-input-placeholder {
  color: #bbbaba;
  /*text-transform: uppercase;*/
}
.contact-page .contact-1 .right .box2 .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea:-moz-placeholder {
  color: #bbbaba;
  /*text-transform: uppercase;*/
}
.contact-page .contact-1 .right .box2 .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea::-moz-placeholder {
  color: #bbbaba;
  /*text-transform: uppercase;*/
}
.contact-page .contact-1 .right .box2 .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .box2 .form ul li textarea:-ms-input-placeholder {
  color: #bbbaba;
  /*text-transform: uppercase;*/
}
.contact-page .contact-1 .right .box2 .form ul li input::placeholder,
.contact-page .contact-1 .right .box2 .form ul li textarea::placeholder {
  color: #bbbaba;
  /*text-transform: uppercase;*/
}
.contact-page .contact-1 .right .box2 .form ul li textarea {
  height: 100px;
}
.contact-page .contact-1 .right .box2 .form ul li input[type="submit"] {
  margin-top: 40px;
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #f2ede9;
  color: #f39927;
  text-transform: uppercase;
  border-radius: 27px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .box2 .form ul li input[type="submit"]:hover {
  background: black;
  color: white;
}
.contact-page .contact-2 {
  padding: 80px 0 30px;
  background: #333332;
}
.contact-page .contact-2 h2 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  text-align: center;
}
.contact-page .contact-2 .list {
  margin-top: 45px;
}
.contact-page .contact-2 .list ul li {
  margin-bottom: 25px;
}
.contact-page .contact-2 .list ul li h5 {
  padding: 15px 25px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  background: #e0e0e0;
  overflow: hidden;
}
.contact-page .contact-2 .list ul li h5:before {
  content: '';
  width: 40px;
  height: 40px;
  background: white;
  position: absolute;
  left: -20px;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-page .contact-2 .list ul li h5 i.fa {
  left: 3px;
  top: 3px;
  position: absolute;
}
.contact-page .contact-2 .list ul li .text {
  display: block;
  font-size: 16px;
  padding: 15px;
  background: #eee;
  line-height: 2;
}
.contact-page .contact-2 .list ul li:last-child {
  margin-bottom: 0;
}
.news-page {
  padding: 60px 0 80px;
}
.news-page .tab{
  margin-bottom: 2rem;
}
.news-page .tab ul{
 display: flex;
 display: -webkit-box;      
 display: -moz-box;        
 display: -ms-flexbox;     
 display: -webkit-flex;    
 -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
 justify-content: space-between;
 -webkit-box-justify-content: space-between;
 -moz-box-justify-content: space-between;
 -webkit-justify-content: space-between;
 -ms-justify-content: space-between;
}
.news-page .tab ul li{
  font-size: 18px;
  font-family: 'FR';
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .tab ul li a{
  position: relative;
  display: block;
}
.news-page .tab ul li a::after{
  content: "\f107";
  position: absolute;
  right: -12px;
  top: 0;
  font-size: 18px;
  font-family: 'fontAwesome';
}
.news-page .tab ul li ul.sub-menu{
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 240px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0f449b;
  display: none \9;
}
.news-page .tab ul li ul.sub-menu li{
  width: 100%;
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
.news-page .tab ul li ul.sub-menu li a{
   display: block;
  background: none;
}
.news-page .tab ul li ul.sub-menu li a::after{
  display: none;
}
.news-page .tab ul li ul.sub-menu li:hover{
  background: #222;
  color: white;
}
.news-page .tab ul li:hover ul.sub-menu{
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block !important;
}
.news-page .tab ul li:hover a::after{
  content: "\f106";
}
.news-page .tab ul li.active{
  color: #f39927;
}
.news-page .salai1 {
  font-size: 18px;
  font-weight: bold;
}
.news-page .salaipro {
  font-size: 16px;
  line-height: 2;
}
.news-page ul {
  margin: -10px;
}
.news-page ul li {
  padding: 10px;
}
.news-page ul li span {
  display: block;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}
.news-page ul li span time {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background: #f39927;
  color: white;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  white-space: nowrap;
}
.news-page ul li h5 {
  display: block;
  font-size: 18px;
  line-height: 2;
  padding: 8px;
  text-align: center;
  background: #eee;
 height: auto;
 white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform:Capitalize;
}


.news-page ul li p {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px;
}
.news-page ul li:hover h5 {
  color: white;
  background: #f39927;
}

.newdet-page {
  padding: 60px 0;
}
.newdet-page h2 {
  font-family: "OB";
  font-size: 24px;
  line-height: 2;
  text-align: center;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
}
.newdet-page .content {
  font-size: 18px;
  line-height: 2;
  color: #999;
  font-weight: 300;
}
.newdet-page .content table tbody {
  table-layout: fixed;
}
.newdet-page .content table td {
  word-break: break-word;
  word-break: auto-phrase;
}
/*.newdet-page .content table td:first-child {
  width: 120px !important;
}*/
.button-group .button {
  background: #f39927 !important;
}

#index-body .init-2 {
  padding: 100px 0;
  position: relative;
}
#index-body .init-2 .ui.container2 {
  max-width: 1500px;
}
#index-body .init-2 .top .left {
  width: 63%;
}
#index-body .init-2 .top .left h2 {
  font-size: 48px;
  color: white;
  line-height: 2;
}
#index-body .init-2 .top .left h2:after {
  font-size: 110px;
  letter-spacing: -2px;
  white-space: nowrap;
  left: -5px;
}
#index-body .init-2 .top .right {
  width: 37%;
}
#index-body .init-2 .top .right .text {
  display: block;
  font-size: 16px;
  color: #fcfbf9;
  line-height: 2;
}
#index-body .init-2 .bottom {
  margin-top: 80px;
}
#index-body .init-2 .bottom ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
#index-body .init-2 .bottom ul li a img {
  height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom ul li a h6 {
  font-size: 15px;
  color: #fcfbf9;
  font-family: "FR";
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}
#index-body .init-2 .bottom ul li a h6:after {
  content: '';
  width: 22%;
  background: #f39927;
  height: 2px;
  margin-top: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-2 .bottom ul:hover li {
  width: 14.285%;
}
#index-body .init-2 .bottom ul:hover li:hover {
  width: 28.57%;
}
#index-body h2 {
    font-size: 1.0rem;
    color: #646463;
    font-family: "PR";
    /*text-transform: capitalize;*/
    line-height: 2;
    position: relative;
    z-index: 1;
}
#index-body h2:after {
    content: attr(data-text);
    font-size: 6.35rem;
    opacity: .25;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}
#index-body .init-4 {
  padding: 135px 0 90px;
  background: #efece8;
  position: relative;
  z-index: 1;
}
#index-body .init-4:after {
  content: '';
  width: 100%;
  height: 16%;
  position: absolute;
  bottom: 0;
  left: 0;
  
  z-index: -1;
}
#index-body .init-4 h2 {
  text-align: center;
}
#index-body .init-4 h2:after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-4 .list {
  margin-top: 45px;
}
#index-body .init-4 .list ul {
  margin: 0 -17px;
}
#index-body .init-4 .list ul li {
  padding: 20px 17px 0;
}
#index-body .init-4 .list ul li a.img {
  display: block;
  position: relative;
}
#index-body .init-4 .list ul li a.img time {
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 36px;
  height: 36px;
  padding: 0 30px;
  background: #f39927;
  color: white;
  font-size: 15.5px;
  text-transform: uppercase;
}
#index-body .init-4 .list ul li .content {
  margin-top: 40px;
}
#index-body .init-4 .list ul li .content .tag {
  display: block;
}
#index-body .init-4 .list ul li .content .tag span {
  font-size: 13px;
  color: #505a68;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-4 .list ul li .content .tag span:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #dedede;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li .content .tag span:after {
  content: '';
  width: 23px;
  height: 1px;
  display: inline-block;
  vertical-align: bottom;
  background: #505a68;
  margin: 0 10px;
  position: relative;
  top: -3px;
}
#index-body .init-4 .list ul li .content .tag span:last-child:after {
  display: none;
}
#index-body .init-4 .list ul li .content .tag span:hover:before {
  background: #f39927;
}
#index-body .init-4 .list ul li .content h3 {
  margin: 20px 0 40px;
  font-size: 18px;
  color: #505a68;
  font-family: "QR";
  text-transform: capitalize;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-4 .list ul li .content h3:hover {
  color: #f39927;
}
#index-body .init-4 .list ul li .content a.more {
  font-size: 16px;
  color: #ededed;
  text-transform: uppercase;
}
#index-body .init-4 .list ul li .content a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li .content a.more:hover img {
  left: 10px;
}
#index-body .init-5 {
  padding: 45px 0 65px;
  text-align: center;
  background: #f39927;
}

@media screen and (max-width: 1600px) {
  #index-body .init-2 .top .left h2:after {
    font-size: 90px;
  }
   #index-body .init-2 {
    padding-top: 100px;
  }
  #index-body .init-2 .top .left h2 {
    font-size: 38px;
  }
  #index-body .init-4 {
    padding: 100px 0 60px;
  }
  #index-body .init-4 .list ul li .content h3 {
    font-size: 24px;
    margin: 10px 0 25px;
  }
  .inner-banner .left h2:before {
    font-size: 80px;
  }
  .inner-banner .left h2 {
    font-size: 44px;
  }
  .news-page ul li span time {
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 42px;
  }
  .product-yd-page {
    padding: 50px 0 60px;
  }
  .about-page .about-2 .text .text {
    font-size: 20px;
    margin-bottom: 0;
  }
  .about-page .about-3 h2,
  .about-page .about-4 h2 {
    font-size: 60px;
  }
  .about-page .about-3 .progress {
    margin-top: 60px;
  }
  .about-page .about-3 .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .top span {
    font-size: 16px;
  }
  .inner-banner {
    height: 400px;
    padding-top: 200px;
  }
  .inner-banner .left h2:before {
    font-size: 60px;
  }
  .about-page .about-1 .top h3,
  .about-page .about-1 .list ul li h4 {
    font-size: 32px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .content {
    font-size: 18px;
  }
  .about-page .about-2 {
    padding-bottom: 40px;
  }
  .about-page .about-2:after {
    height: 86%;
  }
  .about-page .about-3 h2,
  .about-page .about-4 h2 {
    font-size: 48px;
  }
  .about-page .about-3 .progress {
    margin-top: 40px;
  }
  .about-page .about-4 .list {
    padding: 40px 0;
  }
  .about-page .about-4 a.more {
    line-height: 46px;
    height: 46px;
    padding: 0 40px;
    font-size: 20px;
  }
  .prodet-page .prodet-3 .slide .text {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .slide .text strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-3 .slide .text strong:after {
    margin-top: 7px;
  }
  .prodet-page .prodet-3 {
    padding: 50px 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-2 .content table tr td {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .btn {
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .btn a {
    line-height: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .left h2{
    margin-top: 50px;
  }
   #index-body .init-2 .top .left h2:after {
    font-size: 70px;
  }
  #index-body .init-2 .top .left h2 {
    font-size: 32px;
  }
  #index-body .init-2 .top .right .text {
    font-size: 14px;
  }
  #index-body .init-2 .top .left {
    vertical-align: middle;
  }
  #index-body .init-2 .top .right {
    vertical-align: middle;
  }
  #index-body .init-2 .bottom {
    margin-top: 40px;
  }
  #index-body .init-2 .bottom ul li a {
    height: 400px;
  }
  #index-body .init-4 .list ul li .content {
    margin-top: 20px;
  }
  #index-body .init-4 .list ul li .content .tag span {
    font-size: 12px;
  }
  #index-body .init-5 {
    padding: 40px 0;
  }
  .newdet-page .content {
    font-size: 16px;
  }
  .pageLink a:after {
    height: 4px;
  }
  .inner-banner {
    height: 340px;
    padding-top: 140px;
  }
  .news-page ul li h5 {
    font-size: 16px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 36px;
  }
  .contact-page .contact-1 .left .text {
    margin-top: 15px;
  }
  .contact-page .contact-1 .left .list {
    margin-top: 40px;
  }
  .contact-page .contact-1 .left .list ul li h6 {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .right .box2 {
    padding: 20px 5%;
  }
  .contact-page .contact-1 .right .box2 h2 {
    font-size: 32px;
  }
  .contact-page .contact-1 .right .box2 .form ul li input,
  .contact-page .contact-1 .right .box2 .form ul li textarea {
    font-size: 16px;
  }
  .contact-page .contact-1 .right .box2 .form ul li input[type="submit"] {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .top .left h2:after {
    font-size: 54px;
  }
  #index-body .init-2 .top .left h2 {
    font-size: 28px;
  }
  #index-body .init-2 .top .left {
    width: 100%;
  }
  #index-body .init-2 .top .right {
    width: 100%;
    padding-top: 10px;
  }
  #index-body .init-2 .bottom ul li a {
    height: 260px;
  }
  #index-body .init-2 .bottom ul li a:hover img {
    left: -10%;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-2 .bottom ul li,
  #index-body .init-2 .bottom ul:hover li,
  #index-body .init-2 .bottom ul:hover li:hover {
    width: 33.3333%;
  }
  #index-body .init-4 .list ul li .content .tag span:after {
    width: 10px;
    margin: 0 5px;
  }
  #index-body .init-4 .list ul li .content .tag span:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  #index-body .init-4 .list ul li .content h3 {
    font-size: 18px;
  }
  #index-body .init-4 .list ul li .content a.more {
    font-size: 14px;
  }
  #index-body .init-4 .list ul li a.img time {
    right: 10px;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    padding: 0 15px;
  }
  #index-body .init-4 .list ul li {
    padding: 14px 5px 0;
  }
  #index-body .init-4 .list ul {
    margin: -14px -5px 0;
  }
  .inner-banner .left h2 {
    font-size: 38px;
    padding-left: 0;
  }
  .inner-banner .left h2:before {
    font-size: 46px;
  }
  .inner-banner .left {
    width: 100%;
  }
  .inner-banner .right {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }
  .inner-banner {
    padding-top: 100px;
  }
  .news-page {
    padding: 40px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .left h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 .left .list ul li p {
    font-size: 14px;
  }
  #mapContainer {
    height: 240px !important;
  }
  .prodet-page .prodet-3 .slide .text {
    font-size: 14px;
    padding-left: 15px;
  }
  .prodet-page .prodet-3 .slide .text strong {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .slide .img {
    padding-right: 15px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-1 h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .btn a {
    line-height: 38px;
    height: 38px;
    font-size: 16px;
  }
  #index-body.inner .init-2 {
    padding-bottom: 40px;
  }
  .product-page ul li:nth-child(even) .text {
    padding-left: 0;
  }
  .product-page ul li .text {
    padding-right: 0;
  }
  .product-page ul li .text h3 {
    font-size: 22px;
  }
  .product-page ul li .text .content {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .product-page ul li {
    padding: 30px 0;
  }
  .product-yd-page ul li .text h6 {
    font-size: 20px;
  }
  .product-yd-page ul li .text .content {
    font-size: 14px;
  }
  .product-yd-page ul li .text {
    padding-left: 15px;
  }
  .product-yd-page ul li {
    padding: 10px;
  }
  .about-page .about-1 .top h3,
  .about-page .about-1 .list ul li h4 {
    font-size: 28px;
  }
  .about-page .about-1 .list ul li i {
    width: 40px;
  }
  .about-page .about-1 .list ul li i img {
    max-width: 100%;
  }
  .about-page .about-1 .list ul li {
    padding-left: 50px;
    padding-right: 10px;
    width: 50%;
    margin-bottom: 10px;
  }
  .about-page .about-1 .list ul li:nth-child(2):after {
    display: none;
  }
  .about-page .about-1 .list {
    padding: 30px 0;
  }
  .about-page .about-2 .img {
    padding: 0;
  }
  .about-page .about-2 .text h3 {
    font-size: 32px;
  }
  .about-page .about-2 .text .text {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 0;
    line-height: 1.4;
  }
  .about-page .about-2 .text {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .about-page .about-2:after {
    height: 90%;
  }
  .about-page .about-3 h2,
  .about-page .about-4 h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page .about-4 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
   #index-body .init-2 .bottom ul li {
    width: 33.333%;
  }
   #index-body .init-2 .bottom ul li,
  #index-body .init-2 .bottom ul:hover li,
  #index-body .init-2 .bottom ul:hover li:hover {
    width: 50%;
  }
  .about-page .about-1 .top {
    padding-left: 0;
  }
  .about-page .about-1 .list ul li:after {
    display: none;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .product-yd-page ul li .text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .product-yd-page ul li .img {
    width: 100%;
  }
  .product-page ul li .img {
    width: 100% !important;
    left: 0 !important;
  }
  .product-page ul li .text {
    width: 100% !important;
    left: 0 !important;
    margin-top: 30px;
  }
  .product-page ul li:after {
    display: none;
  }
  .product-page ul li .text .content {
    color: black;
  }
  .product-page ul li:hover .text h3 {
    color: #f39927;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-1 h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .slide .text {
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .slide .img {
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
  }
  .contact-page .contact-1 .left .list {
    padding-right: 0;
  }
  .contact-page .contact-1 .left .list ul li {
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .right .box2 .form ul li label {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .right .box2 .form ul li input,
  .contact-page .contact-1 .right .box2 .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-2 h2 {
    font-size: 36px;
  }
  .contact-page .contact-2 .list ul li h5 {
    font-size: 16px;
  }
  .contact-page .contact-2 .list ul li .text {
    font-size: 14px;
  }
  .contact-page .contact-2 {
    padding: 40px 0;
  }
  .contact-page .contact-2 .list ul li {
    margin-bottom: 10px;
  }
  #index-body .init-3 .left a.more {
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0 25px;
    min-width: auto;
  }
  .about-page .about-1 .img .play{
    top: 40%;
  }
  .about-page .about-1 .img .play i{
    width: 16%;
  }
  .about-page .about-3{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 h2, .about-page .about-4 h2 {
    font-size: 27px;
    line-height: 1.8;
}
.about-page .about-3 .text{
  line-height: 2;
}
 .about-page .about-1 .list{
   display: none;
 }
 .about-page .about-1 .content {
    font-size: 16px;
    padding-top: 20px;
}
   #index-body .init-2 .top .left h2:after {
    font-size: 40px;
  }
   #index-body .init-2 .bottom ul li,
  #index-body .init-2 .bottom ul:hover li,
  #index-body .init-2 .bottom ul:hover li:hover {
    width: 50%;
  }
  #index-body .init-4 {
    padding: 40px 0;
  }
  .inner-banner .left h2:before {
    font-size: 36px;
  }
  .inner-banner .left h2 {
    font-size: 22px;
  }
  .inner-banner {
    height: 220px;
    padding-top: 80px;
  }
  .prodet-page .prodet-1 .btn a {
    margin: 0 5px;
    min-width: auto;
  }
  .prodet-page .prodet-1 .smallImg ul li a img {
    border-width: 5px;
  }
  .prodet-page .prodet-1 .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .bigImg {
    margin: 20px 0;
  }
  .prodet-page .prodet-1 .btn {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content table tr td {
    white-space: nowrap;
  }
  .about-page .about-3 .list ul li {
    padding: 5px;
  }
  .about-page .about-3 .list ul {
    margin: -5px;
  }
  .about-page .about-3 .progress {
    max-width: 100%;
  }
}
.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 167px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-weight: bold;
       
    color: #363636;
    font-family: "OB";
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #000;
  font-size: 18px;
  font-family: 'PL';
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
  line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1404px;
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 850px;
  color: gray;
  line-height: 1.6;
  font-size: 18px;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #fff
}

.p05 .slick-dots>li.slick-active {
  background-color: #f39927;
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto;
  max-width: 50%;
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 2;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  font-family: 'QR';
  line-height: 1.6;
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }
  .baixianghide {
    display: none !important;
  }
  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'PB';
    line-height: 1.4;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.slick-dots button{
  display:none;
}
.slick-dots>li{
  margin:0 10px;
  width:12px;
  height:12px;
  background-color:#fff;
  border-radius:50%;
  cursor:pointer;
  -webkit-transition:all 0.24s;
  -o-transition:all 0.24s;
  transition:all 0.24s;
}
.slick-dots>li.slick-active{
  background-color:#fff;
}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}

/*5-16 新增*/
.syd-page{
  padding: 60px 0;
}
.syd-page ul {
	margin: -15px;
	display: inline-block;
	width: 100%;
	font-size: 0;
	padding-top:30px;
}
.syd-page ul li{
  padding: 15px;
  margin-bottom: 30px;
}
.syd-page ul li .box {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.syd-page ul li .box>a {
	display: block;
	position:relative;
	z-index:1;
}
/*.syd-page ul li .box>a:after {
	content:'';
	left:-13px;
	top:-13px;
	border:2px solid #d6d6d6;
	width:96%;
	height:70%;
	z-index:-1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position:absolute;
}
.syd-page ul li .box:hover>a:after {
	background:#0f449b;
}*/
.syd-page ul li .box>a:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('/hncypacking/2021/11/12/icon-link.png') center center no-repeat rgba(0,0,0,.3);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity:0;
	z-index:1;
}
.syd-page ul li .box:hover>a:before {
	opacity:1;
}
.syd-page ul li .box h2 {
	font-size: 18px;
  font-family: roboto;
  font-weight: 500;
	color: black;
	display: block;
	margin-top:25px;
	padding-left:20px;
	border-left:2px solid #0f449b;
	padding-top:3px;
}
.syd-page ul li .box h2 a {
	color: inherit;
	display: inline;
}
.syd-page ul li .box h2:hover {
	color: #0f449b;
}
.syd-page ul li .box p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 20px;
	height: 40px;
}

.service1-page{
  padding: 60px 0 150px;
}
.service1-page h2{
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}
.service1-page table{
    /*border: 1px solid #acacac;*/
    width:80%;
    border-collapse:collapse;
    margin: 0 auto;
}
.service1-page table td{
    border: 2px solid #acacac;
}
.service1-page table td:first-child{
    text-align:center;
    font-size:24px;
    color:#000000;
    width:30%;
}
.service1-page table td a{
    display:block;
    padding: 10px 35px;
    border-bottom: 1px solid #acacac;
    font-size:18px;
    color:#000000;
}
.service1-page table td a:hover{
  color: #0f449b;
}
.service1-page table td a:last-child{
    border:none;
}
.service1-page .ms{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
.service1-page .con{
  margin-top: 20px;
}
.service1-page .con .box{
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .service1-page{
    padding: 60px 0;
  }
}
@media screen and (max-width:700px) {
	.service1-page table{
	width: 100%;
}
.service1-page table td:first-child{
	font-size: 12px;
	width: 20%;
}
.service1-page table td a{
	font-size: 14px;
	line-height: 2;
}
.inner-banner .left h2{
    font-size: 28px;
    line-height: 1;
  }
  .inner-banner .left h2:after{
    display: none;
  }
  .inner-banner .right .mbx{
    line-height: 1.5;
  }
  .syd-page,
  .service1-page{
    padding: 30px 0;
  }
  .syd-page ul{
    margin: -15px -5px;
  }
  .syd-page ul li{
    padding: 15px 5px;
  }
}
@media screen and (max-width:500px){
  .inner-banner .left h2{
    display: none;
  }
  .service1-page h2{
    font-size: 24px;
  }
  .syd-page ul{
    margin: -15px 0;
  }
  .syd-page ul li{
    padding: 15px 0;
  }
}
#index-body .init-2-new {
  background-color: #222;
    background-image: url("../images/init-2-bg.jpg");
    padding: 80px 0;
}
#index-body .init-2-new .top ul {
    margin: -10px;
}
#index-body .init-2-new .top ul li {
    padding: 10px;
}
#index-body .init-2-new .top .left {
    padding-right: 5%;
    vertical-align: bottom;
}
#index-body .init-2-new .top .left h2 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
    font-size: 40px;
    color: white;
}
#index-body .init-2-new .top .left span {
    display: block;
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 1.4;
}
#index-body .init-2-new .top .left .text {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 25px 0;
}
#index-body .init-2-new .top .right {
    vertical-align: bottom;
    padding: 0 10%;
}
#index-body .init-2-new .bottom {
    display: block;
    padding-top: 35px;
    overflow: hidden;
}
#index-body .init-2-new .bottom ul {
    position: relative;
    margin: 0 -18px;
}
#index-body .init-2-new .bottom ul:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 50px;
    position: absolute;
    left: 0;
}
#index-body .init-2-new .bottom ul li {
    padding: 0 18px;
    position: relative;
}
#index-body .init-2-new .bottom ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
    background-image: url("../images/banner-btn-l.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 12px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -5px;
    margin-bottom: -5px;
    z-index: 1;
    line-height: 10px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: auto 60%;
}
#index-body .init-2-new .bottom ul li a.img-box {
    display: block;
    padding: 5px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2-new .bottom ul li h4 {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: white;
    margin-top: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
#index-body .init-2-new .bottom ul .slick-current li:after {
    background-color: #0f449b;
    -webkit-transform: rotate(-90deg) scale(2.3);
    -moz-transform: rotate(-90deg) scale(2.3);
    -ms-transform: rotate(-90deg) scale(2.3);
    -o-transform: rotate(-90deg) scale(2.3);
    transform: rotate(-90deg) scale(2.3);
}
#index-body .init-2-new .bottom ul .slick-current li a.img-box {
    border-color: #0f449b;
}
@media screen and (max-width: 1500px) {
    #index-body .init-2-new .top .left span {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1300px) {
    #index-body .init-2-new .top .left h2 {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 40px;
    }
    #index-body .init-2-new .top .left span {
        font-size: 20px;
    }
    #index-body .init-2-new .top .left .text {
        line-height: 1.6;
    }
}
@media screen and (max-width: 1000px) {
    #index-body .init-2-new .top .left {
        padding-right: 15px;
    }
    #index-body .init-2-new .top .left span {
        font-size: 16px;
        line-height: 1.6;
    }
    #index-body .init-2-new .top .left .text {
        margin: 10px 0;
    }
    #index-body .init-2-new .bottom ul li h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    #index-body .init-2-new .top .right {
        padding: 0 10px;
    }
    #index-body .init-2-new .top .left .text {
        font-size: 16px;
        line-height: 28px;
    }
    #index-body .init-2-new .bottom ul li {
        padding: 0 5px;
    }
    #index-body .init-2-new .bottom ul {
        margin: 0 -5px;
    }
}
.inner-page .sidebox {
    padding: 2rem 0;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 40px;
}
.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.inner-page .sidebox .sideleft .widget form ul li i {
  display: none;
}
.inner-page .sidebox .sideleft .widget ul li textarea,
.inner-page .sidebox .sideleft .widget ul li input {
  width: 100%;
  border: 1px solid #eee;
  padding: .5em;
  font-size: 14px;
  background: transparent;
}
.inner-page .sidebox .sideleft .widget a.submit {
  display: inline-block;
  padding: .3em 1em;
  font-size: 16px;
  background: var(--color);
  color: white;
  margin-top: 1em;
}
.inner-page .sidebox .sideleft .widget a.submit img {
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
}
.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 20px;
    line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px;
}
.product2-page {
    background: #f5f5f5;
}
.product2-page .sideright .top {
    width: 100%;
    /*width: 45%;*/
}
.product2-page .sideright .top h3,
.product2-page .sideright .top h1 {
    font-size: 26px;
    line-height: 1.6;
}
.product2-page .sideright .top h3 em {
    color: var(--color);
    font-weight: bold;
}
.product2-page .sideright .top .desc {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.product2-page .sideright .list {
    margin-top: 2.5rem;
}
.product2-page .sideright .list ul {
    margin: 0 -3rem -2.4rem 0;
}
.product2-page .sideright .list ul li {
    padding: 0 3rem 2.4rem 0;
}
.product2-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}
.product2-page .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.product2-page .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}
.product2-page .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product2-page .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product2-page .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product2-page .sideright .list ul li .box .img {
    width: 100%;
    background: #fff;
}
.product2-page .sideright .list ul li .box .text {
    padding: 1.45rem 1.3rem 1.3rem;
}
.product2-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product2-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.product2-page .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product2-page .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product2-page .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product2-page .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}
.product2-page #index-body {
    background: #fff;
}
@media screen and (max-width: 1366px) {
    .product2-page .sideright .list ul li {
        width: 50%;
    }
    .product2-page .sideright .top {
        width: 70%;
    }
}
@media screen and (max-width: 700px) {
    .product2-page .sideright .top {
        width: 100%;
        /*display: none!important;*/
    }
    .product2-page .sideright .top h1.Auxil-h1 {
        font-size: 16px;
    }
    .product2-page .sideright .top .desc {
        font-size: 14px;
        line-height: 2;
    }
    .product2-page .sideright .list ul li {
        width: 100%;
    }
}
.prodet2-page {
    background: #f5f5f5;
}
.prodet2-page .product-box .prodet-1 .left {
    width: 50%;
}
.prodet2-page .product-box .prodet-1 .left .swiper {
    overflow: hidden;
    margin-top: 20px;
    padding: 5px;
}
.prodet2-page .product-box .prodet-1 .left .swiper-slide {
    border: #ccc solid 1px;
}
.prodet2-page .product-box .prodet-1 .left .swiper-slide img {
    width: 100%;
}
.prodet2-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet2-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet2-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet2-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet2-page .product-box .prodet-1 .left ul li i,
.prodet2-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet2-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet2-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet2-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet2-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet2-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 50%;
}
.prodet2-page .product-box .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
}
.prodet2-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet2-page .product-box .prodet-1 .right .text {
    margin: 1.5rem 0;
    font-size: 18px;
    line-height: 2;
    max-height: 25em;
    overflow: auto;
}
.prodet2-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet2-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}
.prodet2-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet2-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.prodet2-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color);
}
.prodet2-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}
.prodet2-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    background: var(--color);
    color: white;
    padding: 0 35px;
    font-size: 20px;
    margin-top: 10px;
}
.prodet2-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 2;
}
.prodet2-page .product-box .prodet-2 .options ul {
    background: #fff;
}
.prodet2-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet2-page .product-box .prodet-2 .options ul li:hover,
.prodet2-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: var(--color);
}
.prodet2-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet2-page .product-box .prodet-2 .ret ul li{
    display: none;
}
.prodet2-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    background: transparent !important;
    line-height: 30px !important;
}
.prodet2-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet2-page .product-box .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet2-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 2;
}
.prodet2-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
.prodet2-page .product-box .prodet-2 .ret table tr:nth-child(1) {
    background: #949494 !important;
    color: #fff;
}
.prodet2-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}
.prodet2-page .product-box .prodet-2 .ret form {
    margin-top: 50px;
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}
.prodet2-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet2-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}
.prodet2-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}
.prodet2-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}
.prodet2-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}
.prodet2-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet2-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet2-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}
.prodet2-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
}
.prodet2-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet2-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}
.prodet2-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet2-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet2-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet2-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.prodet2-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prodet2-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}
.prodet2-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: var(--color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.prodet2-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet2-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--color);
}
.prodet2-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet2-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}
@media screen and (max-width: 1400px) {
    .prodet2-page .product-box .prodet-1 .right .text {
        max-height: 12em;
    }
}
@media screen and (max-width: 700px) {
    .prodet2-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet2-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }
    .prodet2-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
}
.sustainability-page {
    padding-bottom: 110px;
}
.sustainability-page.pb_0{
    padding-bottom: 0;
}

.sustainability-page .init-0 {
    padding: 80px 0 0px 0;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sustainability-page .init-0 .ui.container{
    padding: 150px 15px;
}

.sustainability-page .init-0 .container .title {
    font-weight: bold;
    font-size: 44px;
}

.sustainability-page .init-0 .container .des {
    margin: 20px auto 0;
    max-width: 1060px;
    line-height: 2;
    font-size: 18px;
}

.sustainability-page .init-1 {
    margin-top: 30px;
}

.sustainability-page .init-1 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sustainability-page .init-1 .container .list {
    margin-top: 30px;
    text-align: center;
    width: 20%;
    padding: 10px 0;
    transition: 0.5s;
}

.sustainability-page .init-1 .container .list img {
    display: block;
    height: 88px;
    width: auto;
    margin: auto;
}

.sustainability-page .init-1 .container .list .text {
    margin-top: 20px;
    color: #222222;
    font-size: 18px;
}

.sustainability-page .init-1 .container .list:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sustainability-page .init-2 {
    padding-top: 30px;
}

.sustainability-page .init-2 .container .list {
    margin-top: 60px;
}

.sustainability-page .init-2 .container .list .column {
    position: relative;
    vertical-align: middle;
}

.sustainability-page .init-2 .container .list .left {
    width: 45%;
}

.sustainability-page .init-2 .container .list .left img {
    width: 100%;
}

.sustainability-page .init-2 .container .list .right {
    width: 55%;
    padding: 20px 150px 20px 72px;
}

.sustainability-page .init-2 .container .list .right .title {
    font-weight: bold;
    font-size: 38px;
}

.sustainability-page .init-2 .container .list .right .index_line {
    margin-top: 10px;
    width: 80px;
}

.sustainability-page .init-2 .container .list .right .des {
    margin-top: 20px;
    line-height: 2;
    font-size: 18px;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 50%;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: -50%;
}

.sustainability-page .init-3 {
    padding: 0 30px;
    margin: 100px 0 20px;
}

.sustainability-page .init-3 .container {
    width: 100%;
}

.sustainability-page .init-3 .container .content {
    margin: -15px;
}

.sustainability-page .init-3 .container .content .list {
    padding: 0 15px;
}

.sustainability-page .init-3 .container .content .list img {
    width: 100%;
}

.sustainability-page .init-4 {
    text-align: center;
    margin-top: 80px;
}

.sustainability-page .init-4 .container .title {
    font-weight: bold;
    font-size: 44px;
}

.sustainability-page .init-4 .container .des {
    color: #747474;
    margin: 20px auto 0;
    max-width: 880px;
    line-height: 2;
    font-size: 16px;
}

.sustainability-page .init-4 .container .index_line {
    height: 5px;
    margin: 20px auto 0;
}

.sustainability-page .init-4 .container .content {
    margin-top: 60px;
}

.sustainability-page .init-4 .container .content ul li {
    padding: 0 15px;
}

.sustainability-page .init-4 .container .content ul li .box {
    border: 1px solid #d8d8d8;
}

.sustainability-page .init-4 .container .content ul li .box .img {
    display: block;
    height: 108px;
}

.sustainability-page .init-4 .container .content ul li .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.toptab{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.toptab.hidden{
    display: none;
}
.toptab ul{
    margin: 0;
}
.toptab ul li{
    padding: 20px 15px;
    text-align: center;
    font-size: 18px !important;
    border-right: 1px solid rgba(0,0,0,0.2);
    transition: 0.5s;
}
.toptab ul li:first-child{
    border-left: 1px solid rgba(0,0,0,0.2);
}
.toptab ul li a{
    display: block;
}
.toptab ul li.active,
.toptab ul li:hover{
    background: var(--color);
    color: white;
}
@-webkit-keyframes circleProgressLoad_right {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@-moz-keyframes circleProgressLoad_right {
    0% {
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50%,
    100% {
        -moz-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@keyframes circleProgressLoad_right {
    0% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@-webkit-keyframes circleProgressLoad_left {
    0%,
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@-moz-keyframes circleProgressLoad_left {
    0%,
    50% {
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -moz-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@keyframes circleProgressLoad_left {
    0%,
    50% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@media screen and (max-width: 1200px){
    .sustainability-page .init-0 {
        padding: 120px 0;
    }

    .sustainability-page .init-1 {
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .sustainability-page .init-2 .container .list .left {
        width: 100%;
    }

    .sustainability-page .init-2 .container .list .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }

    .sustainability-page .init-2 .container .list:nth-child(2n) .left {
        left: 0;
    }

    .sustainability-page .init-2 .container .list:nth-child(2n) .right {
        left: 0;
    }
}
@media screen and (max-width: 700px){
    .our-product-1 .disc .content .icons .icon + .icon {
        margin-left: 20px;
    }
    .sustainability-page .init-3 {
        padding: 0;
    }

    .sustainability-page .init-3 .container .content {
        margin: 0;
    }

    .sustainability-page .init-3 .container .content .list {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px){
    .sustainability-page .init-0 {
        padding: 40px 0;
    }

    .sustainability-page .init-2 .container .list {
        margin-top: 20px;
    }

    .sustainability-page .init-2 .container .list .right .des {
        margin-top: 10px;
    }

    .sustainability-page .init-4 .container .content {
        margin-top: 20px;
    }

    .sustainability-page .init-4 .container .content ul li {
        padding: 0 4px;
    }
}

.news4-page {
    padding: 90px 0;
}
.news4-page .newsList {
    margin-bottom: 90px;
    padding-right: 70px;
}
@media screen and (max-width: 1250px) {
    .news4-page{
        padding: 60px 0;
    }
    .news4-page .newsList {
        margin-bottom: 50px;
    }
}
.news4-page {
    padding: 80px 0;
}
.news4-page .sidebar-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.news4-page .sidebar-box .sidebar-left {
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
}
.news4-page .sidebar-box .sidebar-left .inner {
    margin: 0 0 0 auto;
    padding-left: 0px;
}
.news4-page .sidebar-box .sidebar-right .news-list {
    padding-right: 85px;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li {
    margin-bottom: 75px;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li:last-child {
    margin-bottom: 0;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .n-img {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
    width: 100%;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .category {
    padding: 0 5px;
    margin-left: 4px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
    background: var(--color);
    color: #fff;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
    font-family: 'DINCond';
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
    color: var(--color);
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .time {
    font-size: 14px;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 12px;
    margin-bottom: 20px;
    position: relative;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    border-top: 1px solid #aaa;
    left: 0;
    top: 0;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
    color: #000;
    margin-left: 10px;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .link {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 80%;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 15px 35px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
    width: 100%;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}
.news4-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}
.inner-page.news4-page .sidebar-box .sidebar-left {
    width: 28%;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/inner-s.jpg) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    padding: 4px 0;
    font-size: 16px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
    color: var(--color);
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
    padding-top: 0;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
    padding-bottom: 0;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 1;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
    padding: 215px 40px 55px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    color: #90b6df;
    display: block;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 12px 30px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
    width: 100%;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact a span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(to right, var(--color), var(--color));
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
    font-weight: bold;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
    display: flex;
    max-height: 350px;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
    width: 45%;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
    object-fit: cover;
    max-height: 350px;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
    color: var(--color);
}
.inner-page.news4-page .sidebar-box .sidebar-left .inner .inner-contact .c-box span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    opacity: 0.8;
    margin-top: 10px;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    background-color: var(--color);
    color: white;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0 6px 0;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: flex;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d7f0ef;
    color: #2b2b2b;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 2;
    color: #000;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
    font-size: 16px;
    color: var(--color);
    transition: all 0.5s ease;
    text-transform: capitalize;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}
.inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover a.mores {
    margin-left: 10px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
    .inner-page.news4-page .sidebar-box .sidebar-left {
        display: none;
    }
    .news4-page .newsList {
        padding-right: 0;
    }
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
        width: 100% !important;
    }
}
@media screen and (max-width: 700px) {
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
        display: block;
    }
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
        padding: 30px 20px;
    }
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
        text-align: left;
    }
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
        text-align: center;
        font-size: 16px;
    }
    .news4-page{
        padding: 30px 0;
    }
}
@media screen and (max-width: 500px) {
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center{
        font-size: 20px;
    }
    .inner-page.news4-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a{
        font-size: 20px;
    }
}
.product2-page .sideright .list dl {
  margin: -10px;
}
.product2-page .sideright .list dl dd {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
.product2-page .sideright .list dl dd img {
  margin-bottom: .5em;
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
        .inner-page .sidebox .sideright,.inner-page .sidebar-box .sidebar-right {
          width: 100%;
          padding-left: 0;
        }
        .inner-page .sidebox .sideleft {
          display: none;
        }
    }
.newdet4-page .category {
  font-size: 16px;
}
.newdet4-page .category a {
  display: inline-block;
  padding: .3em .7em;
  border: 1px solid #999;
  vertical-align: middle;
}
.newdet4-page .category .time {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.newdet4-page h1 {
  font-size: 28px;
  font-weight: bold;
  display: block;
  margin: 1em 0;
}
.newdet4-page .content {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-right: 20px;
}
.newdet4-page .icon {
  margin: 1em 0;
  display: block;
}
.newdet4-page .icon a {
  margin-left: 1em;
}
.newdet4-page .m-link {
  font-size: 16px;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #eee;
}
.newdet4-page .m-link a {
  display: block;
}
/*seo*/

#index-body .about .info .text .desc h1 {
    display: inline;
    font-size: 18px;
    font-family: 'PL';
}
@media screen and (max-width: 1000px){
  .yincang,
  a.saide,
  h1.Auxil-h1 {
    display: none !important;
  }
}
.newdet-page .content.app table {
  white-space: normal;
}
.prodet2-page .product-box .prodet-2 .ret table td:first-child {
  min-width: 150px;
}
#header .h-top .grid-box .right {
  position: relative;
}
#header .h-top .grid-box .right>img {
  max-width: 30px;
}
#header .h-top .grid-box .right ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 130px;
  background: white;
  z-index: 1;
  color: black;
  text-align: left;
  display: none;
}
#header .h-top .grid-box .right:hover ul {
  display: block;
}
#header .h-top .grid-box .right ul li {
  display: block;
  margin-right: 0;
  border-top: 1px solid #eee;
}
#header .h-top .grid-box .right ul li a {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: .5s;
}
#header .h-top .grid-box .right ul li a img {
  max-width: 24px;
}
#header .h-top .grid-box .right ul li a:hover {
  background: black;
  color: white;
}
.left.column.hangg {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.seoPublic .Auxil-about .box .right .text a {
    color: #666;
}