@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
@font-face {
  font-family: 'Swiss721BT-Heavy';
  src: url(../fonts/Swiss721BT-Heavy.ttf) format('truetype'), url(../fonts/Swiss721BT-Heavy.eot) format('eot'), url(../fonts/Swiss721BT-Heavy.woff) format('woff'), url(../fonts/Swiss721BT-Heavy.woff2) format('woff2');
}
@font-face {
  font-family: 'Knockout';
  src: url(../fonts/Knockout.ttf) format('truetype'), url(../fonts/Knockout.eot) format('eot'), url(../fonts/Knockout.woff) format('woff'), url(../fonts/Knockout.woff2) format('woff2');
}

#download a{
  font-size: 18px;
  padding: 5px 0;
  background: #4091ff;
  display: block;
  text-align: center;
  border-radius: 10px;
}

body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
.language-box {
  margin-left: 25px;
  font-size: 20px;
  text-transform: uppercase;
}

.xiangqing {
    line-height: 2;
    text-align: center;
    font-size: 16px;
    height: 100px;
}

.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.our-about .container .shouyeh1 h1 {
  display: inline;
}
.language-box .zhuyu {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  white-space: nowrap;
  /*width: 50px;*/
  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.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px!important;
  color: #000000!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white!important;
}

.language-box .hover-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 {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#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 30px;
  font-size: 20px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -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 {
  border-color: #4091ff;
  color: #4091ff;
  -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 > a {
  display: block;
  padding: 25px 0;
}
#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;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  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 #4091ff;
  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;
  font-size: 12px;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #4091ff;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #4091ff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #4091ff;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #000000;
}
table td:last-child {
  color: #333;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #4091ff;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #4091ff !important;
}
.inner-page .container .grid-box .column .sigleproh1 {
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 500;
}
.inner-page .container .pagecore {
    color: #000;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 50px;
}
.ouluotaii h4 {
    color: #000;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 2;
}
.ouluotaii .looo div {
    font-size: 16px;
    line-height: 2;
}
.ouluotaii {
    padding: 0 280px;
}
.inner-page .container .categorypro {
    color: #000;
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 10px;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  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;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 30px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner{
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }

  .menu-siderbar{
    margin-top: 120px;
  }
}
.txt-upp {
  text-transform: uppercase;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
#banner .content h3 {
  font-size: 22px;
  color: #fff;
}
#banner .content h2 {
  margin-top: 10px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-family: "Swiss721BT-Heavy";
}
#banner .content .btn a {
  display: inline-block;
  border: 4px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  transition: .5s ease;
}
#banner .content .btn a:hover {
  background-color: #4f93f6;
  border-color: #4f93f6;
}
.product-cat {
  margin-top: -120px;
}
.product-cat ul {
  margin: 0 -25px;
}
.product-cat ul li {
  padding: 0 25px;
}
.product-cat ul li.column {
  width: 50%;
}
.product-cat ul li .content {
  padding: 10px 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.product-cat ul li .content .left {
  width: 56%;
  vertical-align: middle;
}
.product-cat ul li .content .left .tit {
  font-size: 24px;
  font-weight: bold;
}
.product-cat ul li .content .left .line {
  width: 37px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.product-cat ul li .content .right {
  width: 44%;
  vertical-align: middle;
}
.title h2 {
  font-family: "Knockout";
  font-size: 34px;
  line-height: 1.2;
}
.our-product {
  padding-top: 90px;
}
.our-product .list {
  margin-top: 85px;
}
.our-product .list ul {
  margin: -30px;
}
.our-product .list ul li {
  padding: 30px;
}
.our-product .list ul li > a {
  transition: .3s ease;
  padding: 50px 0;
}
.our-product .list ul li > a .content {
  padding: 0 20px;
}
.our-product .list ul li > a .content .name {
  margin-top: 20px;
}
.our-product .list ul li > a .content p {
  text-align: left;
  margin: 20px 0 60px;
  line-height: 30px;
}
.our-product .list ul li > a .content .btn {
  opacity: 0;
  transition: .3s ease;
}
.our-product .list ul li > a .content .btn span {
  display: inline-block;
  background-color: #4f93f6;
  color: #fff;
  padding: 7px 13px;
}
.our-product .list ul li > a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.our-product .list ul li > a:hover .btn {
  opacity: 1;
}
.our-about {
  padding: 120px 0;
  position: relative;
}
.our-about::before {
  content: url(../images/about-bg.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.our-about .left {
  width: 50%;
  padding-right: 180px;
}
.our-about .left h5 {
  font-family: "Knockout";
  color: #4091ff;
}
.our-about .left p {
  margin: 30px 0 40px;
  line-height: 1.4;
}
.our-about .left .btn a {
  display: inline-block;
  color: #4f93f6;
  border: 1px solid #4f93f6;
  padding: 7px 13px;
  transition: .3s ease;
}
.our-about .left .btn a:hover {
  background-color: #4f93f6;
  color: #fff;
}
.our-about .right {
  width: 50%;
}
.our-about .right .img {
  position: relative;
}
.our-about .right .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b9bdbc;
  box-shadow: 25px 25px 15px 0px #b9bdbc;
}
.i-advantage {
  padding: 40px 0 60px;
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.i-advantage::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 4, 4, 0.8);
}
.i-advantage .list {
  padding: 0 90px;
  margin-top: 60px;
}
.i-advantage .list > span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.i-advantage .list > span.left-btn {
  left: -70px;
}
.i-advantage .list > span.right-btn {
  right: -70px;
}
.i-advantage .list ul {
  margin: 0 -30px;
}
.i-advantage .list ul li {
  padding: 0 30px;
}
.i-advantage .list ul li .content {
  background-color: #fff;
  color: #000;
  padding: 50px 10px 75px;
}
.i-advantage .list ul li .content .img {
  min-height: 95px;
  line-height: 95px;
}
.i-advantage .list ul li .content .img img {
  vertical-align: middle;
  display: inline-block;
}
.i-advantage .list ul li .content .tit {
  font-weight: bold;
  margin-top: 25px;
}
.i-advantage .list ul li .content p {
  margin-top: 10px;
}
.our-news {
  padding: 90px 0 160px;
}
.our-news .left {
  width: 50%;
  padding-right: 200px;
}
.our-news .left .form input {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 20px 40px;
}
.our-news .left .form textarea {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 20px 40px;
  height: 110px;
}
.our-news .left .form button {
  width: 100%;
  background-color: #4091ff;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 10px 0;
}
.our-news .right {
  width: 50%;
}
.our-news .right .list {
  margin-top: 15px;
}
.our-news .right .list ul {
  margin: -10px 0;
}
.our-news .right .list ul li {
  padding: 10px 0;
}
.our-news .right .list ul li .content .tit {
  color: #666666;
}
.our-news .right .list ul li .content .time {
  color: #999999;
}
.our-news .right .list ul li .content p {
  max-width: 560px;
}
.our-news .right .list ul li:not(:last-child) {
  border-bottom: 1px solid #999999;
}
#footer {
  background-color: #030303;
  color: #fff;
}
#footer .footer-top {
  padding: 70px 0 110px;
}
#footer .footer-top .warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-top .warp .item h4 {
  margin-bottom: 15px;
}
#footer .footer-top .warp .item ul li {
  font-size: 16px;
  line-height: 32px;
}
#footer .footer-top .warp .item.product {
  max-width: 530px;
}
#footer .footer-top .warp .item.product ul li {
  width: 50%;
}
#footer .footer-top .warp .item.contact {
  max-width: 340px;
}
#footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom .fr ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
}
#ewm {
  width: 120px;
  border: 2px solid #fff;
}
@media screen and (max-width: 1430px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 25px;
  }
  .language-box {
    font-size: 16px;
  }
  #banner .content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .our-product .list ul {
    margin: -10px;
  }
  .our-product .list ul li {
    padding: 10px;
  }
  .our-about .left {
    padding-right: 60px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-about .left p {
    margin: 20px 0 30px;
  }
  .our-news .left {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  .language-box {
    font-size: 14px;
    margin-left: 0;
  }
  .product-cat ul li .content .left .tit {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-cat ul li .content {
    padding: 10px 20px;
  }
  .our-about .left {
    padding-right: 30px;
  }
  .font-32 {
    font-size: 25px;
  }
  .i-advantage .list ul {
    margin: 0 -10px;
  }
  .i-advantage .list ul li {
    padding: 0 10px;
  }
  #footer .footer-top .warp .item.contact {
    max-width: 250px;
  }
  #footer .footer-top .warp .item.product {
    display: none!important;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  .product-cat {
    margin-top: 0;
    padding: 60px 0;
  }
  .product-cat ul {
    margin: -20px;
  }
  .product-cat ul li.column {
    width: 100%;
    padding: 20px;
  }
  .our-product {
    padding-top: 60px;
  }
  .our-product .list ul li > a .content .name {
    margin-top: 10px;
  }
  .our-product .list ul li > a .content {
    padding: 0 10px;
  }
  .our-product .list ul li > a .content p {
    margin: 20px 0;
  }
  .our-product .list ul li > a {
    padding: 20px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .our-product .list {
    margin-top: 30px;
  }
  .our-product .list ul li > a .content .btn {
    opacity: 1;
  }
  .our-about .left {
    width: 100%;
    padding-right: 0;
  }
  .our-about .right {
    display: none;
  }
  .our-about::before {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .i-advantage .list {
    padding: 0;
  }
  .i-advantage .list > span {
    display: none!important;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .left {
    width: 100%;
    padding-right: 0;
  }
  .our-news .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-top .warp .item {
    margin-bottom: 20px;
  }
  #footer .footer-top .warp .item.ewm {
    display: none;
  }
  #footer .footer-top .warp .item.contact {
    max-width: 100%;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner .content h3 {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li{
    width: 100%;
  }
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  #banner .content h2 {
    font-size: 25px;
  }
  #banner .content .btn a {
    font-size: 16px;
  }
  .product-cat {
    display: none;
  }
  .title h2 {
    font-size: 25px;
  }
  .i-advantage {
    display: none;
  }
  .our-news .left {
    display: none;
  }
  .our-news .right {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .content h3 {
    font-size: 14px;
  }
  #banner .content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #banner .content .btn a {
    font-size: 12px;
    border-width: 2px;
  }
  .title h2 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  #footer .footer-top .warp .item ul li {
    font-size: 14px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 28px;
  }
}





/* 内页样式 */
.inner-banner {
  background: url(/ouluotai/2021/07/21/22.jpg) center no-repeat;
  height: 400px;
  background-size: cover;
  padding-top: 7%;
  padding-left: 13%;
  position: relative;
}
.inner-banner .tit {
  position: relative;
  z-index: 1;
}
.inner-banner .tit h2 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 500;
}
.inner-banner .tit p {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
.inner-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 35%;
  width: 495px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
}
.menu-siderbar {
  padding: 30px 0;
  border-bottom: 1px solid #b1b1b1;
}
.menu-siderbar .bread-crumbs a,
.menu-siderbar .bread-crumbs span {
  font-size: 16px;
  font-weight: 500;
}
.menu-siderbar p {
  font-size: 16px;
  font-weight: 500;
}
.inner-page {
  padding-top: 60px;
}
.news-page .grid-box {
  margin-left: -50px;
}
.news-page .grid-box .column {
  padding: 0 30px 5%;
}
.news-page .grid-box .column .text {
  padding: 30px 0 40px;
  position: relative;
}
.news-page .grid-box .column .text h2 {
  font-size: 30px;
}
.news-page .grid-box .column .text p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.news-page .grid-box .column .text time {
  color: #999999;
  font-size: 16px;
}
.news-page .grid-box .column .text:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #000000;
}
.contact-page {
  padding-top: 0;
}
.contact-page .grid-box {
  overflow: hidden;
}
.contact-page .grid-box .column {
  margin-bottom: -200px;
}
.contact-page .grid-box .column:nth-child(1) {
  padding: 5% 8% 5% 12%;
  padding-bottom: 250px;
}
.contact-page .grid-box .column:nth-child(1) h2 {
  font-size: 36px;
}
.contact-page .grid-box .column:nth-child(1) p {
  color: #999999;
  font-size: 18px;
  margin: 20px 0;
}
.contact-page .grid-box .column:nth-child(1) form input,
.contact-page .grid-box .column:nth-child(1) form textarea {
  width: 100%;
  padding: 15px 20px;
  background: #f8f9fa;
  font-size: 18px;
  color: #596a7e;
  border: none;
  margin-bottom: 20px;
}
.contact-page .grid-box .column:nth-child(1) form textarea {
  height: 328px;
}
.contact-page .grid-box .column:nth-child(1) form input[type="submit"] {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
.contact-page .grid-box .column:nth-child(2) {
  padding: 5% 10% 250px 8%;
  background: #f8f9fa;
}
.contact-page .grid-box .column:nth-child(2) ul li {
  padding-left: 80px;
  background: url(../images/phone.png) no-repeat left 4px;
  margin-bottom: 80px;
  position: relative;
}
.contact-page .grid-box .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  background: #b6b6b6;
  height: 70px;
  width: 1px;
  left: 25px;
  bottom: -60px;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-page .grid-box .column:nth-child(2) ul li p {
  font-size: 26px;
  font-weight: 300;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(2) {
  background: url(../images/tel.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(3) {
  background: url(../images/fax.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(4) {
  background: url(../images/mail.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5) {
  background: url(../images/add.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5):after {
  display: none;
}
.contact-page .map {
  min-height: 500px;
  background: #ddd;
  font-weight: 500;
  color: #ffffff;
}
.cat-product-page ul li {
  margin-bottom: 140px;
  position: relative;
}
.cat-product-page ul li:after {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cat-product-page ul li .grid .column.column1 {
  width: 60%;
  float: left;
}
.cat-product-page ul li .grid .column.column2 {
  float: right;
  width: 40%;
  padding: 3% 3% 0 0;
}
.cat-product-page ul li .grid .column.column2 h3 {
  font-size: 48px;
  text-align: right;
  padding-bottom: 30px;
}
.cat-product-page ul li .grid .column.column2 a.more {
  display: block;
  width: 164px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  float: right;
}
.cat-product-page ul li .grid .column.column2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.cat-product-page ul li .grid .column.column2 a.more:hover .fa {
  margin-left: 8px;
}
.cat-product-page ul li:nth-child(2n):after {
  display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
  width: 60%;
  float: right;
  position: relative;
  z-index: 1;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
  width: 40%;
  padding: 3% 3% 0 0;
  float: left;
  position: relative;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2:after {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 280px;
  height: 280px;
  right: -110px;
  bottom: -50px;
  z-index: 2;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
  float: right;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
  text-align: left;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
  float: left;
}
.product-page .sidebar {
  padding-bottom: 50px;
}
.product-page .sidebar ul li {
  float: left;
  font-size: 16px;
}
.product-page .sidebar ul li a {
  display: block;
  padding: 40px 20px;
  color: #090909;
  text-transform: capitalize;
  font-weight: bold
}
.product-page .sidebar ul li a:hover,.product-page .sidebar ul li a.active {
  background: #1f3328;
  color: #fff;
}
.product-page .grid-box {
  padding-bottom: 50px;
}
.product-page .grid-box .column {
  padding-bottom: 30px;
  margin: 0 auto;
}
.product-page .grid-box .column .text h2 {
  font-size: 22px;
  color: #090909;
  padding: 20px 0;
  line-height: 36px;
  text-align: center;
}
a.more::before{
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #f49428;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a.more:hover{
  color: #fff;
}
a.more:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
a.more {
  display: block;
  width: 203px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
a.more:hover .fa {
  margin-left: 8px;
}
.product-page .grid-box .column:hover {
  background: #f6f6f6;
}
.product-page .prat2 {
  padding: 100px 0;
  background: url(/ouluotai/2021/07/21/factory-ning.jpg) no-repeat center;
  background-size: cover;
}
.product-page .prat2 h2 {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.product-page .prat2 h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.product-page .prat2 a.more {
  font-size: 16px;
  display: block;
  width: 290px;
  height: 54px;
  border: 2px solid #fff;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
}
.product-page .prat2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.product-page .prat2 a.more:hover .fa {
  margin-left: 8px;
}
.inner-page .tit h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.inner-page .tit h2:after {
  content: '';
  position: absolute;
  background: #1d3126;
  width: 62px;
  height: 3px;
  left: 0;
  bottom: 0;
}
.inner-page .tit h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin: 21px 0;
}
.inner-page .tit p {
  color: #333333;
  line-height: 2;
  font-size: 16px
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.about-page {
  padding-bottom: 0px;
}
.about-page .part1 .column:nth-child(1) {
  padding-top: 5%;
  padding-right: 8%;
}
.about-page .part1 p {
  line-height: 30px;
  color: #7f7f7f;
}
.about-page .part2 {
  padding-bottom: 100px;
}
.about-page .part2 .column:nth-child(1) {
  width: 40%;
}
.about-page .part2 .column:nth-child(2) {
  width: 60%;
  padding: 3% 0 0 10%;
  background: url(/ouluotai/2021/09/09/111.png) no-repeat center;
}
.about-page .part2 .column:nth-child(2) ul li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.about-page .part2 .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1f3328;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 6px;
}
.about-page .part2 .column:nth-child(2) h3 {
  font-weight: 500px;
  font-size: 18px;
  margin-bottom: 10px;
}
.about-page .part2 .column:nth-child(2) p {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.about-page .i-video {
  position: relative;
}
.about-page .i-video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.about-page .i-video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.about-page .i-video .play:after,
.about-page .i-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -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;
  z-index: -1;
}
.about-page .i-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .i-envir {
  padding: 100px 0;
}
.about-page .i-envir .envir-list {
  margin-top: 60px;
  position: relative;
}
.about-page .i-envir .envir-list .fa {
  font-size: 18px;
  position: absolute;
  top: -17%;
  right: 6%;
  cursor: pointer;
}
.about-page .i-envir .envir-list .fa-chevron-right {
  right: 4%;
  color: #666666;
}
.about-page .i-custom {
  padding: 80px 0 0;
  background: url(/ouluotai/2021/09/09/map-bg-1-1.jpg) no-repeat top center;
}
.about-page .i-custom .grid-box .column:nth-child(1) {
  width: 60%;
}
.about-page .i-custom .grid-box .column:nth-child(2) {
  width: 40%;
  padding-top: 15px;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more {
  font-size: 16px;
  display: block;
  width: 290px;
  height: 54px;
  border: 2px solid #000;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  background: #000;
  float: right;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more .fa {
  margin-left: 8px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more:hover .fa {
  margin-left: 12px;
}
.about-page .i-custom .map {
  background: #fff;
  margin-top: 90px;
  padding: 50px 0 0;
}
.about-page .i-custom .map img {
  display: block;
  margin: 0 auto;
}
.about-page .partner-list {
  padding-top: 65px;
}
.about-page .partner-list .img {
  border: 1px solid #ddd;
}
.about-page .partner-list .img img{
  filter: grayscale(100%);
    filter: gray;
}
.about-page .partner-list .img img:hover{
    filter: grayscale(0);
    filter: none;
}
.custom-page {
  padding: 130px 0 0;
}
.custom-page .custom-part .grid-box .column {
  width: 47%;
  margin-right: 6%;
}
.custom-page .custom-part .grid-box .column:nth-child(2) {
  margin-right: 0;
}
.custom-page .custom-part .grid-box .column ul li {
  position: relative;
  margin-bottom: 90px;
}
.custom-page .custom-part .grid-box .column ul li .tit {
  padding-bottom: 20px;
}
.custom-page .custom-part .grid-box .column ul li .fa-long-arrow-right {
  font-size: 26px;
}
.custom-page .custom-part .grid-box .column ul li .text {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 8;
  width: 60%;
  background: #fff;
  padding: 30px;
}
.custom-page .custom-part .grid-box .column ul li .text h3 {
  color: #326a96;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-page .custom-part .grid-box .column ul li .text h2 {
  font-size: 40px;
  margin: 10px 0;
}
.custom-page .custom-part .grid-box .column ul li .text p {
  font-size: 15px;
  color: #7f7f7f;
}
.custom-page .i-process {
  padding: 70px 0;
}
.custom-page .i-process h2 {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.custom-page .i-process h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.prodet-page {
  padding-bottom: 0;
}
.prodet-page .grid-box.two .column:nth-child(1) {
  width: 45%;
}
.prodet-page .grid-box.two .column:nth-child(2) {
  width: 55%;
  padding-left: 5%;
}
.prodet-page .grid-box.two .column:nth-child(2) h2 {
  font-size: 38px;
}
.prodet-page .grid-box.two .column:nth-child(2) h3 {
  font-size: 20px;
  padding: 25px 0;
}
.prodet-page .grid-box.two .column:nth-child(2) .content {
  padding: 30px 0;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.prodet-page .grid-box.two .column:nth-child(2) .content div {
  line-height: 32px;
  font-size: 20px;
}
.prodet-page .grid-box.two .column:nth-child(2) a.more {
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  background: #000000;
  display: block;
  margin-top: 30px;
  text-align: center;
  margin-left: 0;
}
.prodet-page .grid-box.two .column:nth-child(2) .share {
  padding-top: 30px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share p {
  font-size: 20px;
  margin-bottom: 10px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column {
  width: auto;
  padding: 0;
  margin-right: 10px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column .fa {
  width: 50px;
  height: 50px;
  border: 1px solid #8e8e8e;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #8e8e8e;
}
.prodet-page .i-recommend {
  background: url(../images/recommend-bg.jpg) no-repeat top center;
  padding: 80px 0;
}
.inner-page .prodet-page .innerpages {
  padding: 0px 0;
}
.prodet-page .i-recommend h2 {
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  color: #ffffff;
}
.prodet-page .i-recommend .rec-list .swiper-slide {
  background: #fff;
  padding: 0 10px;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text {
  padding: 30px 10px;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text h2 {
  font-size: 22px;
  color: #090909;
  padding: 10px 0;
  text-align: center;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
  display: block;
  width: 203px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more:hover .fa {
  margin-left: 8px;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
}
.prodet-page .prodet-2 .options ul li {
  width: 25%;
  line-height: 78px;
  height: 78px;
  padding: 0 20px;
  border: 2px solid #c7c7c7;
  border-right: none;
  border-bottom: 2px solid #000000;
  color: #3d474a;
  border-radius: 0;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: hand;
  margin-left: -2px;
  text-align: center;
}
.prodet-page .prodet-2 .options ul li:last-child {
  border-right: 2px solid #c7c7c7;
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: 000;
  border: 1px solid #000000;
  border-bottom: none;
}
.prodet-page .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .prodet-2 .ret h2 {
  font-size: 48px;
  text-align: center;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .ret h3 {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  text-align: center;
}
.prodet-page .prodet-2 .ret a.more {
  font-size: 16px;
  display: block;
  width: 290px;
  height: 54px;
  border: 2px solid #000;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #000;
  text-align: center;
}
.prodet-page .prodet-2 .ret a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.prodet-page .prodet-2 .ret a.more:hover .fa {
  margin-left: 8px;
}
/*.prodet-page .prodet-2 .ret .content {
  padding: 80px 0;
}*/
.prodet-page .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
}
.prodet-page .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .contact-page .grid-box .column:nth-child(1) {
    padding:0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 36px;
  text-align: center;
  color: #333;
  line-height: 50px;
}
.newdet-page .news .news_date {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #000;
  font-size: 16px;
  line-height: 2;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #00944e;
}
.m-page a:active {
  background: #00944e;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #00944e;
}

.faq-page .faq-list {
  padding: 30px 0;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #1f3328;
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}
.custom-page .custom-part .grid-box .column:nth-child(2) .tit h3 {
     text-align: right; 
}

.prodet-page .column.left {
  width: 60%;
}
.prodet-page .column.left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .column.left a img {
  width: 100%;
}
.prodet-page .column.left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .column.left ul li {
  padding: 5px;
}
.prodet-page .column.left ul li i,
.prodet-page .column.left ul li span {
  display: none !important;
}
.prodet-page .column.left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .column.left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .column.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;
}
.prodet-page .column.left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .column.left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.faq-list1{
  padding: 0 5%;
}
.faq-list1 .column .faq-a{
text-align: left !important;
}
.faq-list1 .column .faq-q{
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width:1740px){
#header .nav .menu-box .menu > li {
    margin: 0 10px;
}
#banner .banner-list .swiper-slide .img {
    left: 59%;
    width: 30%;
}
}

@media screen and (max-width:1480px){
#banner .banner-list .swiper-slide .tit h3 {
    font-size: 35px;
    line-height: 35px;
    margin: 20px 0;
}
#index-body .tit h3 {
    font-size: 35px;
    line-height: 35px;
}
#index-body .i-about .tit h2 {
    font-size: 35px;
}
#index-body .i-about .part1 .three-list .swiper-slide .img .text h2,
#index-body .i-about .part2 .part2-tit h4,
#index-body .i-about .i-partner .partner-list .swiper-slide h2,
#footer .footer-top .grid-box .i-company p {
    font-size: 30px;
}
}
@media screen and (max-width:1430px){
.inner-page .container, .menu-siderbar .container {
    width: 100%;
    line-height: 30px;
}
.inner-page .container .grid-box .column .sigleproh1 {
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
}
}
.cat-product-page ul li .grid .column.column2 h3 {
    font-size: 32px;
}
.news-page .grid-box {
    margin-left: 0;
}
}
@media screen and (max-width:1230px){
  .container {
    width: 970px;
    }
#index-body .i-about .part1 .three-list .swiper-slide .img .text h2, #index-body .i-about .part2 .part2-tit h4, #index-body .i-about .i-partner .partner-list .swiper-slide h2, #footer .footer-top .grid-box .i-company p {
    font-size: 20px;
}
.inner-page .tit h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
}
.inner-banner .tit h2 {
    font-size: 35px;
    line-height: 40px;
}
.inner-banner {
    height: 500px;
}
.inner-banner:after {
    top: 28%;
    height: 200px;
}
.news-page .grid-box .column .text h2 {
    font-size: 24px;
}
}

@media screen and (max-width:970px){
  .container {
    width: 768px;
    }
}

@media screen and (max-width:768px){
  .container {
    width: 700px;
    }
.about-page .part1 .column:nth-child(1) {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
}
.about-page .part1 .column:nth-child(2){
  width: 100%;
  padding: 30px 0;
}
.about-page .part2 .column:nth-child(1) {
    width: 100%;
}
.about-page .part2 .column:nth-child(2) {
    width: 100%;
    padding: 5% 0 0 0;
    }
    .about-page .i-envir {
    padding: 40px 0;
}
.about-page .i-envir .grid-box.two>.column {
    width: 100%;
}
.inner-page .tit h3 {
    font-size: 20px;
}
.product-page .sidebar ul li a {
    padding: 20px 10px;
}
.product-page .sidebar ul li {
    font-size: 16px;
}
.cat-product-page ul li .grid .column.column2 h3 {
    font-size: 20px;
}
.cat-product-page ul li .grid .column.column2{
  padding-left: 10%;
}
.cat-product-page ul li .grid .column.column2 img{
  width: 60%;
}
.product-page .grid-box .column .text a.more {
    width: 140px;
    font-size: 14px;
}
.product-page .prat2 h2,.prodet-page .prodet-2 .ret h2 {
    font-size: 28px;
}
.prodet-page .grid-box.two .column:nth-child(2) h2 {
    font-size: 28px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column{
  margin-bottom: 5px;
}
.prodet-page .prodet-2 .options ul li{
  font-size: 16px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text h2{
  font-size: 18px;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
    width: 134px;
    font-size: 14px;
}
.custom-page .custom-part .grid-box .column ul li .text h2 {
    font-size: 20px;
}
.custom-page {
    padding: 30px 0 0;
}
.custom-page .i-process h2 {
    font-size: 28px;
}
.custom-page .i-process {
    padding: 30px 0;
}
.news-page .grid-box .column .text h2 {
    font-size: 18px;
}
.news-page .grid-box .column .text p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}
.faq-page .faq-list {
    padding: 0;
}
.contact-page .grid-box .column:nth-child(1) {
    width: 100%;
}
.contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 28px;
}
.contact-page .grid-box .column:nth-child(2){
width: 100%;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 22px;
}
.contact-page .grid-box .column:nth-child(2) ul li p {
    font-size: 18px;
    font-weight: 300;
}
}

@media screen and (max-width:700px){
  .menu-siderbar p{
    display: none;
  }
  .custom-page .custom-part .grid-box .column ul li .text h3{
    display: none;
  }
  .container {
    width: 100%;
    }
.inner-banner .tit h2 {
    font-size: 20px;
    line-height: 30px;
}
.inner-banner:after{
  display: none;
}
.inner-banner {
    height: 300px;
}
.inner-page {
    padding-top: 30px;
}
.about-page .part2 {
    padding-bottom: 30px;
}
.about-page .i-video{
  display: none;
}
.about-page .part2 {
    padding-bottom: 0;
}
.about-page .i-envir {
    padding: 10px 0;
}
.about-page .i-custom{
  display: none;
}
.about-page {
    padding-bottom: 30px;
}
.about-page .i-envir .envir-list .fa {
    right: 14%;
}
.about-page .i-envir .envir-list .fa-chevron-right {
    right: 4%;
}
.menu-siderbar p {
    float: left;
}
.menu-siderbar {
    padding: 10px 0;
}
.cat-product-page ul li .grid .column.column1 {
    width: 100%;
}
.cat-product-page ul li .grid .column.column2 {
    padding-left: 0;
    width: 100%;
}
.cat-product-page ul li {
    margin-bottom: 40px;
}
.product-page .grid-box .column {
    margin: 0 auto;
    width: 100%;
}
.product-page .grid-box .column .text h2 {
    font-size: 16px;
    padding: 10px 0;
}
.product-page .grid-box {
    padding-bottom: 10px;
}
.prodet-page .grid-box.two .column:nth-child(1) {
    width: 100%;
}
.prodet-page .grid-box.two .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
}
.prodet-page .grid-box.two .column:nth-child(2) h3 {
    font-size: 18px;
    padding: 10px 0;
}
.prodet-page .prodet-2 {
    padding: 30px 0;
}
.product-page .prat2 h2, .prodet-page .prodet-2 .ret h2 {
    font-size: 16px;
}
.prodet-page .prodet-2 .ret h3 {
    font-size: 16px;
}
.custom-page .custom-part .grid-box .column {
    width: 100%;
    margin-right: 0;
}
.custom-page .custom-part .grid-box .column ul li {
    margin-bottom: 20px;
}
.custom-page .i-process h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.product-page .prat2 h2, .prodet-page .prodet-2 .ret h2,
.product-page .prat2 h3 {
    font-size: 18px;
}
.news-page .grid-box .column {
    padding: 3% 0;
    width: 100%;
}
.faq-page .faq-list li .fa {
    font-size: 1rem;
    right: 20px;
    top: 15px;
}
.faq-page .faq-list li .faq-a {
    padding: 10px 23px 10px 15px;
    font-size: 16px;
}
.contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 20px;
}
.contact-page .grid-box .column:nth-child(1) form textarea {
    height: 120px;
}
.contact-page .grid-box .column:nth-child(1) form input, .contact-page .grid-box .column:nth-child(1) form textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-page .grid-box .column:nth-child(2) ul li:after {
    height: 50px;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-page .grid-box .column:nth-child(2) {
    padding: 5% 10% 165px 8%;
}
}
.swiper-pagination {
left: 5%!important;
    bottom: 12%!important;
    text-align: left!important;
    width: 130px !important; 
}
.swiper-pagination span{
font-size: 16px!important;
}
.swiper-container-horizontal>.swiper-scrollbar {
    left: 5%!important;
    bottom: 10%!important;
    height: 3px!important;
    width: 130px !important;
}





#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 0.9rem;
  background: #fff;
  top: 0;
  left: 100%;
  width: 190px;
  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);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 0.9rem;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li:hover {
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.main-map .info{
  color: #000;
}


@media screen and (max-width:1000px){
  .product-page .sidebar{
    display: none;
  }
  .footyc1 {
    display: none !important;
  }
  .categorypro {
    display: none !important;
  }
  .pagecore {
    display: none !important;
  }
}
