@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: 'Impact';
  src: url(../fonts/Impact.ttf) format('truetype'), url(../fonts/Impact.eot) format('eot'), url(../fonts/Impact.woff) format('woff'), url(../fonts/Impact.woff2) format('woff2');
}

#ewm{
  width: 70px;
  border: 2px solid white;
}

body {
  font-family: 'Assistant', sans-serif;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1200px;
}
.hover-language {
  font-size: 18px;
  position: relative;
}
.hover-language .zhuyu {
  color: white;
}
.hover-language .zhuyu img {
  vertical-align: middle;
}
.hover-language .zhuyu i {
  margin-left: 5px;
}
.hover-language .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hover-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  /*width: 50px;*/
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #373737;
  padding: 15px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 70px;
}
#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: 120px;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 0 25px;
  font-size: 21px;
  font-weight: 600;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.7);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 3px;
  background-color: #fff;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  -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);
  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;
  transition: .5s;
  text-transform: capitalize;
}
#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 {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .social-links a {
  font-size: 16px;
  color: #fff;
}
#header .nav .ui.menu .social-links a:not(:last-child) {
  margin-right: 10px;
}
#header .nav .ui.menu .line {
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 25px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#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%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  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: auto;
  line-height: 32px;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .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: #fd2318;
}
#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;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-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;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-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%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-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;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-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;
  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;
}
#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%);
  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);
  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);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 120px;
  }
  .inner-banner h3 {
    font-size: 22px!important;
    line-height: 32px!important;
  }
  .inner-banner h3.bancpy {
    display: none !important;
  }

  .inner-page {
    padding-top: 40px;
  }

  #ewm{
    display: none;
  }
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .content .box {
  max-width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
}
#banner ul li .content .box .left {
  width: 50%;
}
#banner ul li .content .box .left h6 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #44424b;
  letter-spacing: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}
#banner ul li .content .box .left h2 {
  font-size: 76px;
  line-height: 1.2;
  font-weight: bold;
  color: #44424b;
  margin-top: 20px;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}
#banner ul li .content .box .left p {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
#banner ul li .content .box .left a.more {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #007ec5;
  line-height: 70px;
  padding: 0 50px;
  border-radius: 50px;
  letter-spacing: 5px;
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease,
      opacity 2000ms ease,
      color 500ms ease,
      background 500ms ease;
}

#banner ul li .content .box .left a.more:hover{
  background-color: #007ec5;
  color: white;
}

#banner ul .slick-active li .content .box .left h6{
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}
#banner ul .slick-active li .content .box .left h2{
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}
#banner ul .slick-active li .content .box .left p{
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

#banner ul .slick-active li .content .box .left a.more{
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}


h6.tit {
  font-size: 17px;
  color: #007ec5;
  font-weight: bold;
  text-transform: uppercase;
}
h2.tit {
  font-size: 58px;
  font-weight: 800;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat right top;
  padding-top: 110px;
}
.i-advantage .top .box {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 55px;
}
.i-advantage .top .box ul {
  margin: -17px;
}
.i-advantage .top .box ul li {
  width: 25%;
  padding: 17px;
}
.i-advantage .top .box ul li .bag {
  background-color: #373737;
  color: #fff;
  padding: 60px 25px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage .top .box ul li .bag:hover {
  background-color: #007ec5;
}
.i-advantage .top .box ul li i {
  display: inline-block;
  min-height: 80px;
}
.i-advantage .top .box ul li i img {
  vertical-align: middle;
}
.i-advantage .top .box ul li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.i-advantage .top .box ul li p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
}
.i-advantage .bottom .box {
  background-color: #f6f6f8;
  max-width: 1150px;
  padding: 30px 15px;
  margin: 0 auto;
  margin-top: 70px;
}
.i-advantage .bottom .box ul li {
  width: 25%;
}
.i-advantage .bottom .box ul li h2 {
  font-size: 48px;
  font-family: "Impact";
  display: inline-block;
  vertical-align: middle;
}
.i-advantage .bottom .box ul li p {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}
.i-advantage .bottom .box ul li:hover h2 {
  color: #007ec5;
}
.our-about {
  padding-top: 140px;
}
.our-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.our-about .box::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: #f6f6f8;
  z-index: -1;
  right: 0;
  top: 85px;
}
.our-about .box .img {
  height: 590px;
}
.our-about .box .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-about .box .img .play {
  width: 70px;
  height: 70px;
  line-height: 70px;
  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%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.our-about .box .img .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.our-about .box .img .play::before,
.our-about .box .img .play::after {
  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;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .box .content {
  max-width: 650px;
  padding: 0 120px 0 70px;
}
.our-about .box .content h6 {
  font-size: 13px;
  color: #007ec5;
  font-family: 'Poppins', sans-serif;
}
.our-about .box .content h2 {
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  margin-top: 10px;
}
.our-about .box .content p {
  font-size: 15px;
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #919191;
  margin-top: 20px;
  margin-bottom: 90px;
}
.hsouyeai {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #919191;
    margin-top: 20px;
    margin-bottom: 90px;
}
h1.aimishouyh {
    Display: inline;
}
.our-about .box .content .more {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 50px;
}
.our-about .box .content .more img{
  transition: .3s ease;
}
.our-about .box .content .more a:hover img{
  margin-left: 10px;
}
.our-about .box .content .more a:hover{
  color: #007ec5;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.product-cat {
  padding-top: 220px;
  padding-bottom: 130px;
}
.product-cat .box ul {
  margin: -10px;
}
.product-cat .box ul li {
  padding: 10px;
}
.product-cat .box ul li a.more {
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 10px;
  display: inline-block;
}
.product-cat .box ul li a.more img {
  display: inline-block;
  margin-left: 20px;
  opacity: .4;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-cat .box ul li a.more:hover img{
  margin-left: 10px;
}
.product-cat .box ul li a.more:hover{
  color: #007ec5;
}
.product-cat .box ul .slick-slide.slick-active.slick-center a.more img {
  opacity: 1;
}
.our-product {
  background-color: #f6f6f8;
  padding: 90px 0;
}
.our-product .box {
  max-width: 1600px;
  padding: 0 60px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.our-product .box > span {
  display: inline-block;
  width: 32px;
  height: 101px;
  line-height: 101px;
  text-align: center;
  background-color: rgba(191, 191, 191, 0.6);
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.our-product .box > span.left-btn {
  left: 0;
}
.our-product .box > span.right-btn {
  right: 0;
}
.our-product .box > span img {
  vertical-align: middle;
}
.our-product .box ul {
  margin: -25px;
}
.our-product .box ul li {
  padding: 25px;
}
.our-product .box ul li .text {
  text-align: left;
  margin-top: 15px;
}
.our-product .box ul li .text .cat-name {
  font-size: 18px;
  font-weight: 500;
}
.our-product .box ul li .text .line {
  width: 115px;
  height: 2px;
  background-color: #007ec5;
  margin: 10px 0;
}
.our-product .box ul li .text .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.our-product .more {
  margin-top: 45px;
}
.our-product .more a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  line-height: 50px;
  padding: 0 45px;
  border-radius: 5px;
  border: 1px solid #007ec5;
  transition: .3s ease;
}
.our-product .more a:hover{
  background-color: #007ec5;
  color: #fff;
}
.our-news {
  padding: 120px 0;
}
.our-news .box {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 40px;
}
.our-news .box ul {
  margin: -15px;
}
.our-news .box ul li {
  text-align: left;
  padding: 15px;
}
.our-news .box ul li .bag {
  padding: 35px;
  border: 2px solid #efefef;
}
.our-news .box ul li .date {
  font-size: 18px;
  font-weight: 500;
  color: #9b9b9b;
  margin-top: 20px;
}
.our-news .box ul li h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  margin-top: 15px;
  display: -webkit-box;

}
.our-news .box ul li p {
  font-size: 18px;
  color: #777777;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}
.our-news .box ul li a.more {
  font-size: 18px;
  line-height: 15px;
  color: #007ec5;
  font-weight: bold;
}
.our-news .box ul li a.more img {
  display: inline-block;
  transition: .5s ease;
}
.our-news .box ul li a.more:hover img{
  margin-left: 10px;
}
#footer .footer-top {
  background-color: #373737;
  color: #fff;
  padding: 120px 0;
}
#footer .footer-top .box {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-top .footer-content .footer-block h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
#footer .footer-top .footer-content .footer-block ul li {
  line-height: 40px;
  font-size: 16px;
}
#footer .footer-top .footer-content .footer-block.logo {
  max-width: 270px;
}
#footer .footer-top .footer-content .footer-block.logo p {
  line-height: 40px;
  margin-top: 10px;
}
#footer .footer-top .footer-content .footer-block.contact {
  max-width: 310px;
}
#footer .footer-bottom {
  background-color: #1b1b1b;
  color: #fff;
  padding: 40px 0;
  position: relative;
}
#footer .footer-bottom .social-links {
  position: absolute;
  right: 20%;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .footer-bottom .social-links a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #007ec5;
  line-height: 60px;
  font-size: 30px;
}
#footer .footer-bottom .social-links a:not(:last-child) {
  margin-right: 10px;
}
#footer .footer-bottom .box p,
#footer .footer-bottom .box a {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
}
#footer .footer-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: auto;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    padding: 0 20px;
  }
  #banner ul li .content .box .left h2 {
    font-size: 50px;
  }
  #banner ul li .content .box .left p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #banner ul li .content .box .left a.more {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
  }
  .i-advantage .top .box ul li p {
    font-size: 16px;
  }
  .i-advantage .bottom .box ul li h2 {
    font-size: 40px;
  }
  .our-about .box .content {
    max-width: 500px;
    padding: 0 30px;
  }
  h2.tit {
    font-size: 45px;
  }
  .our-about .box .content h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .social-links {
    display: none;
  }
  #header .nav .ui.menu .line {
    display: none;
  }
  #banner ul li .content .box .left h2 {
    font-size: 40px;
  }
  .i-advantage .top .box ul li .bag {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content .box .left h6 {
    font-size: 14px;
  }
  #banner ul li .content .box .left h2 {
    font-size: 30px;
    margin-top: 10px;
  }
  #banner ul li .content .box .left p {
    font-size: 16px;
  }
  #banner ul li .content .box .left a.more {
    font-size: 14px;
  }
  .i-advantage {
    padding-top: 90px;
  }
  .i-advantage .top .box ul li {
    width: 50%;
  }
  .i-advantage .bottom .box ul li p {
    font-size: 16px;
  }
  .our-about .box {
    display: block;
  }
  .our-about .box .content p {
    margin-bottom: 30px;
  }
  .our-about .box .content {
    max-width: 100%;
    margin-top: 30px;
  }
  .our-about .box::before {
    display: none;
  }
  .product-cat {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .product-cat .box ul li a.more {
    font-size: 18px;
  }
  .our-product .box > span {
    display: none;
  }
  .our-product .box {
    padding: 0 15px;
  }
  .our-product .box ul {
    margin: -10px;
  }
  .our-product .box ul li {
    padding: 10px;
  }
  .our-news {
    padding: 90px 0;
  }
  #footer .footer-top {
    padding: 90px 0;
  }
  #footer .footer-top .footer-content .footer-block.link {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.product {
    display: none;
  }
  .our-about .box .img {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content .box .left p {
    display: none;
  }
  #banner ul li .content .box .left h6 {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #banner ul li .content .box .left h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #banner ul li .content .box .left a.more {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .i-advantage {
    display: none;
  }
  .our-about {
    padding-top: 0;
  }
  .our-about .box .content h2 {
    font-size: 24px;
  }
  .product-cat {
    display: none;
  }
  .our-about .box .content {
    margin-top: 0;
    padding: 30px 15px;
  }
  .our-product {
    padding: 60px 0;
  }
  h2.tit {
    font-size: 30px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .box ul li .bag {
    padding: 15px;
  }
  .our-news .box ul li .date {
    font-size: 14px;
  }
  .our-news .box ul li h3 {
    font-size: 18px;
  }
  .our-news .box ul li p {
    font-size: 16px;
  }
  .our-news .box ul li a.more {
    font-size: 16px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-bottom .social-links {
    display: none;
  }
  #footer .footer-top .footer-content {
    display: block;
    text-align: center;
  }
  #footer .footer-top .footer-content .footer-block.logo {
    max-width: 100%;
  }
  #footer .footer-top .footer-content .footer-block.contact {
    max-width: 100%;
    margin-top: 30px;
  }
  #footer .footer-top .footer-content .footer-block h4 {
    margin-bottom: 10px;
  }
  #footer .footer-top .footer-content .footer-block.logo p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li {
    height: 300px;
  }
  #banner ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner ul li .content .box .left {
    width: 70%;
  }
  .our-about .box .content h2 {
    font-size: 20px;
  }
  .our-about .box .content p {
    font-size: 14px;
  }
  .our-about .box .content .more {
    font-size: 14px;
  }
}



/* 内页样式 */
.inner-banner {
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    padding-top: 200px;
    color: white;
    z-index: 1;
}
.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.inner-banner h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.inner-banner .mbx {
    font-size: 16px;
    line-height: 28px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    margin: 0 5px;
    line-height: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-banner .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #007ec5;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
}
.inner-banner .mbx a:hover {
    color: #007ec5;
}
.about-page .about-1 {
    padding: 6rem 0;
}
.about-page .about-1 span {
    font-size: 1.2rem;
    line-height: 1;
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 2rem;
    display: inline-block;
}
.about-page .about-1 h2 {
    font-size: 3rem;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
}
.about-page .about-1 .about-1-img {
    position: relative;
    margin-top: 5rem;
}
.about-page .about-1 .about-1-img .play {
  border-radius: 50%;
  background: white;
    line-height: 90px;
    text-align: center;
    width: 90px;
    height: 90px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
}
.about-page .about-1 .about-1-img .play img{
  vertical-align: middle;
  margin-left: 3px;
}
.about-page .about-1 .about-1-img .play::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.about-page .about-1 .about-1-img .play::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.about-page .about-2 {
    padding-top: 3.5rem;
}
.about-page .about-2 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 .container .left {
    padding-right: 3.3rem;
    width: 50%;
}
.about-page .about-2 .container .left h2 {
    font-size: 2.6rem;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    margin-bottom: 2rem;
}
.about-page .about-2 .container .left p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #717171;
    font-weight: 400;
    margin-bottom: 3.5rem;
}
.about-page .about-2 .container .left p:last-child {
    margin-bottom: 0;
    max-height: 500px;
    overflow: auto;
    padding-right: 5px;
}
.about-page .about-2 .container .right {
    width: 50%;
}
.about-page .about-3 {
    padding: 6rem 0;
}
.about-page .about-3 h2 {
    font-size: 2.5rem;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}
.about-page .about-3 p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #717171;
    font-weight: 400;
    margin: 0 auto;
    max-width: 955px;
}
.about-page .about-4 {
    background: url(/cnamity/2021/11/09/4562346.jpg) no-repeat center center;
    background-size: cover;
    padding: 8rem 0;
}
.about-page .about-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-page .about-4 .container .text p {
    font-size: 1.4rem;
    line-height: 1;
    color: #007ec5;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1rem;
}
.about-page .about-4 .container .text h2 {
    font-weight: 900;
    font-size: 5rem;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
}
.about-page .about-4 .container .text h2 span{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.about-page .about-4 .container a {
    display: inline-block;
    padding: 1.5rem 6rem;
    border: 2px solid #fff;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 9.5rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    white-space: nowrap;
}
.about-page .about-4 .container a:hover {
    background: #007ec5;
    border: 2px solid #007ec5;
}
.about-page .about-5 {
    padding: 6rem 0;
}
.about-page .about-5 .top {
    text-align: center;
}
.about-page .about-5 .top h3 {
    font-size: 3rem;
    line-height: 1;
    color: #007ec5;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.about-page .about-5 .top p {
    font-size: 1rem;
    line-height: 1.8;
    color: #999999;
    font-weight: 400;
    margin: 0 auto;
    max-width: 800px;
}
.about-page .about-5 .factoryBox {
    max-width: 1355px;
    margin: 3rem auto 0;
    position: relative;
}
.about-page .about-5 .factoryBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.about-page .about-5 .factoryBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about-page .about-5 .factoryBox .swiper-slide a img {
    width: 100%;
}
.about-page .about-5 .factoryBox .swiper-button-prev,
.about-page .about-5 .factoryBox .swiper-button-next {
    width: 23px;
    height: 37px;
}
.about-page .about-5 .factoryBox .swiper-button-prev {
    background: url(../images/f-left.png) no-repeat center center;
    left: -5%;
}
.about-page .about-5 .factoryBox .swiper-button-next {
    background: url(../images/f-right.png) no-repeat center center;
    right: -5%;
}
@media screen and (max-width: 1650px) {
    .container {
        width: 1440px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        width: 1230px;
    }
}
@media screen and (max-width: 1230px) {
    .container {
        width: 970px;
    }
    .about-page .about-2 .container .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 h2, 
    .about-page .about-2 .container .left h2,
    .about-page .about-5 .top h3 {
    font-size: 24px;
    line-height: 34px;
   }
    .about-page .about-2 .container .right {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .container {
        width: 100%;
    }

    .about-page .about-5 .factoryBox .swiper-button-prev,
    .about-page .about-5 .factoryBox .swiper-button-next {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-4 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-4 .container a {
        margin-left: 0;
        margin-top: 30px;
    }
}
.prodet-page .prodet-1 {
    padding: 5rem 0;
}
.prodet-page .prodet-1 .containerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodet-page .prodet-1 .containerBox .left {
    width: 51.5%;
}
.prodet-page .prodet-1 .containerBox .left a {
    display: block;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #ccc;
}

.prodet-page .prodet-1 .containerBox .left a img {
    width: 100%;
    background: #F7F7F7;
    
}
.prodet-page .prodet-1 .containerBox .right {
    width: 48.5%;
    padding-left: 5%;
}
.prodet-page .prodet-1 .containerBox .right .swiper-container{
  padding: 2px;
}
.prodet-page .prodet-1 .containerBox .right .title {
    font-size: 28px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
}
.prodet-page .prodet-1 .containerBox .right .content {
    margin: 2rem 0;
    font-size: 1.12rem;
    line-height: 34px;
    color: #999999;
}
.prodet-page .prodet-1 .containerBox .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right p {
    font-size: 1.5rem;
    line-height: 1;
    color: #666666;
    font-weight: bold;
}
.prodet-page .prodet-1 .containerBox .right .btn {
    margin: 4rem 0;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry {
    display: inline-block;
    padding: 1.8rem 3rem;
    border-radius: 55px;
    background: #007ec5;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry:hover {
    background: #000;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a {
    display: block;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #ccc;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a img {
    width: 100%;
    background: #F7F7F7;
}
.prodet-page .prodet-2 {
    padding: 5rem 0;
}
.prodet-page .prodet-2 .title {
    border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .title ul li{
  display: inline-block;
}
.prodet-page .prodet-2 .title ul li.active h4{
  background: #007ec5;
  color: white;
}

.prodet-page .prodet-2 .title h4 {
    display: inline-block;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
    background: transparent;
    border: 1px solid #007ec5;
}
.prodet-page .prodet-2 .text {
    margin: 3rem 0;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    font-weight: 400;
}
.prodet-page .prodet-2 .content{
  font-size: 16px;
}
.prodet-page .prodet-3 {
    padding: 0;
}
.prodet-page .prodet-3 h4 {
    font-size: 2rem;
    line-height: 1;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #949494;
}
.prodet-page .prodet-3 .hotBox {
    margin-top: 3.5rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a img {
    width: 100%;
    background: #F7F7F7;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5 {
    font-size: 16px;
    line-height: 32px;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5:hover {
    color: #007ec5;
}
.prodet-page .prodet-3 .hotBox .swiper-slide p {
    font-size: 1.6rem;
    line-height: 1;
    color: #3b3b3b;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .containerBox .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .containerBox .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
.inner-page {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inner-page .sideBox .side-left {
    width: 23%;
    padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
    display: block;
    padding: 5px 35px 5px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    line-height: 30px;
}
.inner-page .sideBox .side-left .box ul li a i {
    position: absolute;
    right: 15px;
    top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
    display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
    background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
    width: 77%;
}
.inner-page .m-page {
    text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
    margin-top: 40px;
}
.inner-page .m-page a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover {
    background: #007ec5;
    color: white;
}
.contact-btn {
    padding: 50px 0 25px;
    text-align: center;
    background: #007ec5;
}
.contact-btn p {
    display: block;
    font-size: 18px;
    color: white;
}
.contact-btn a.more {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    background: white;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-btn a.more i {
    display: inline-block;
    vertical-align: middle;
    max-width: 16px;
    margin-right: 7px;
}
.contact-btn a.more i img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.contact-btn a.more:hover {
    -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
    -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
    box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.product-page {
    padding: 150px 0 60px;
}
.product-page .container{
  max-width: 1400px;
}
.product-page .side-right .top {
    display: block;
    text-align: right;
    margin-bottom: 80px;
}
.product-page .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:focus {
    border-color: #007ec5;
}
.product-page .side-right .top .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search2.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .top .show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .top .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .top .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .top .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
    color: #007ec5;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .top .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .top .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}
.product-page .side-right .top .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
    padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
    display: block;
    box-shadow:0 0 10px 0 #ccc;
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #101010;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 32px;
}
h1.aimitecat {
    font-size: 26px;
    line-height: 30px;
    color: #007ec5;
    font-weight: bold;
}
.catdescamt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #007ec5;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 30px;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #007ec5;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #222;
}
.news-page {
    padding: 50px 0 110px;
}
.news-page .top {
    display: block;
}
.news-page .top ul li {
    display: inline-block;
}
.news-page .top ul li a {
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0 42px;
    font-size: 18px;
    color: #171717;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
    background: #007ec5;
    color: white;
}
.news-page .bottom {
    padding-top: 60px;
}
.news-page .bottom ul {
    margin: -30px -12px;
}
.news-page .bottom ul li {
    padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
    display: block;
}
.news-page .bottom ul li .content {
    display: block;
    padding: 25px 15px;
    background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
   line-height: 32px;
    font-size: 18px;
    color: #101010;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
    color: #007ec5;
}
.news-page .bottom ul li .content time {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3a3a3a;
}
.newdet-page {
    padding: 50px 0;
}
.newdet-page h1 {
    font-size: 26px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 18px;
    color: #666;
    line-height: 32px;
}
.newdet-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet-page .share h4 {
    font-size: 14px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #007ec5;
}
.news-about-page h3.tit {
    font-size: 30px;
    color: #303036;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
}
.news-about-page h3.tit small {
    display: block;
    font-size: 16px;
    line-height: normal;
    margin-top: 15px;
    opacity: .55;
}
#msg2 .box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    right: 0;
    background: white;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
#msg2 .box i.close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
    cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#msg2 .box i.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#msg2 .box form ul li {
    padding-bottom: 10px;
    font-size: 12px;
}
#msg2 .box form ul li:last-child {
    padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
    width: 100%;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 5px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
    border-color: #007ec5;
}
#msg2 .box form ul li textarea {
    height: 80px;
    resize: vertical;
    -webkit-transition: .5s all,height 0s;
    -moz-transition: .5s all,height 0s;
    -ms-transition: .5s all,height 0s;
    -o-transition: .5s all,height 0s;
    transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
    background: #007ec5;
    color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
    background: #222;
}
#msg2.active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 1600px) {
    .news-page .top ul li a {
        line-height: 38px;
        height: 38px;
        padding: 0 30px;
        font-size: 16px;
    }
    .news-page .bottom {
        padding-top: 40px;
    }
    .news-page {
        padding: 50px 0;
    }
    .news-page .bottom ul li {
        padding: 5px;
    }
    .news-page .bottom ul {
        margin: -5px;
    }
    .news-page .bottom ul li .content {
        padding: 10px;
    }
    .product-page .side-right .top,
    .inner-page .sideBox .side-left h2 {
        margin-bottom: 30px;
    }
    .inner-page .sideBox .side-left h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .inner-page .sideBox .side-left .box ul li a {
        font-size: 16px;
    }
    .product-page {
        padding: 60px 0;
    }
    .product-page .side-right .bottom .block ul li {
        padding: 10px;
    }
    h1.aimitecat, 
    .catdescamt, 
    #footer .footer-bottom a.aimite, 
    #footer .footer-top .footer-content .footer-block.logo p.font-14 {
    display: none !important;
}
    .product-page .side-right .bottom .block ul {
        margin: -10px;
    }
    .product-page .side-right .bottom .list ul li .text h4 {
        font-size: 22px;
    }
    .product-page .side-right .bottom .list ul li .text a.more {
        line-height: 32px;
        height: 32px;
        font-size: 13px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1250px) {
    .inner-page .sideBox .side-left {
        width: 30%;
    }
    .inner-page .sideBox .side-right {
        width: 70%;
    }
    .product-page .side-right .bottom .list ul li .text .content {
        margin: 10px 0;
        font-size: 13px;
        line-height: 1.6;
    }
    .product-page .side-right .top .show {
        margin: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .news-page .bottom ul li .content h4 {
        font-size: 15px;
    }
    .news-page .top ul li a {
        line-height: 32px;
        height: 32px;
        padding: 0 15px;
    }
    .inner-page .sideBox .side-left {
        display: none;
    }
    .inner-page .sideBox .side-right {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .product-page .side-right .bottom .list ul li .text {
        width: 50%;
    }
    .product-page .side-right .bottom .list ul li .img {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .side-right .top .form {
        max-width: 100%;
    }
    .product-page .side-right .top .show,
    .product-page .side-right .top .listBox {
        display: none;
    }
}
.product-page .side-right .bottom .block ul li img{
    width: auto;
    display:block;
    margin:0 auto;
    background: #F7F7F7;
}
.contact-page {
    padding: 0;
}
.contact-page h2 {
    font-size: 42px;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.contact-page h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #007ec5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-page p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
}
.contact-page .contact-1 {
    background: url(../images/contact-1-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 115px;
}
.contact-page .contact-1 ul {
    margin-top: 65px;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-1 ul li {
    width: 26%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 35px;
}
.contact-page .contact-1 ul li:hover img {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-1 ul li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 140px;
    height: 100px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 auto;
}
.contact-page .contact-1 ul li span img {
    display: inline-block;
    vertical-align: middle;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
.contact-page .contact-1 ul li p {
    color: rgba(102, 102, 102, 0.8);
    line-height: 2;
    margin-top: 30px;
}
.contact-page .contact-1 ul .add p {
    font-size: 16px;
    line-height: 1.5;
}
.contact-page .contact-2 {
    padding: 130px 0 170px;
}
.contact-page .contact-2 .top {
    text-align: center;
}
.contact-page .contact-2 .top p {
    line-height: 1;
    margin-top: 30px;
}
.contact-page .contact-2 form {
    margin-top: 80px;
    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;
}
.contact-page .contact-2 form input[type="text"] {
    width: 47%;
    border: 1px solid #c9c9c9;
    height: 50px;
    background: none;
    padding: 0 25px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form input[type="text"]:focus {
    border: 1px solid #007ec5;
}
.contact-page .contact-2 form textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 265px;
    background: none;
    padding: 25px;
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form textarea:focus {
    border: 1px solid #007ec5;
}
.contact-page .contact-2 form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input[type="submit"] {
    margin: 0 auto;
    width: 40%;
    padding: 15px 0;
    border: none;
    background: #007ec5;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.contact-page .contact-2 form input[type="submit"]:hover {
    background: #000;
}
@media screen and (max-width: 1230px) {
    .contact-page .contact-1 ul li {
        width: 31%;
        padding: 30px 15px;
    }
    .contact-page .contact-1 ul .add p {
        font-size: 12px;
    }
    .contact-page p {
        font-size: 14px;
    }
    .contact-page .contact-2 .top p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-2 form input[type="text"] {
        width: 100%;
    }
}
.about-page .about-6 {
    padding-top: 150px;
}
.about-page .about-6 h2 {
    font-size: 25px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Big Shoulders Display';
    font-weight: bold;
    line-height: 1;
}
.about-page .about-6 h2 small {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    line-height: normal;
    text-transform: none;
    font-weight: 300;
}
.about-page .about-6 .box {
    padding-top: 40px;
    max-width: 1320px;
    display: block;
    margin: 0 auto;
}
.about-page .about-6 .box ul li {
    padding-bottom: 20px;
}
.about-page .about-6 .box ul li:last-child {
    padding-bottom: 0;
}
.about-page .about-6 .box ul li h4 {
    padding: 20px 70px;
    background-image: url("../images/icon-lt.png");
    background-position: center left 25px;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-6 .box ul li h4:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "FontAwesome";
}
.about-page .about-6 .box ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .box ul li.active h4 {
    background-color: #007ec5;
    color: white;
    background-image: url("../images/icon-lt2.png");
}
.about-page .about-6 .box ul li.active h4:after {
    content: "\f106";
}



.faq-page {
  padding: 90px 0;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: white;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  font-family: 'poppins-regular';
  position: relative;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #3b89c6;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
  font-family: 'Poppins-Medium';
}



@-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: 0.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: 0.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: 0.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: 0.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 .ui.container{
  width: 100%;
  max-width: 1400px;
}


#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #f08200;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #007ec5;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}



.project-filter {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 47px;
}

.project-filter.style1 li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-filter.style1 li:nth-child(1) {
    padding-right: 13px;
}

.project-filter.style1 li .filter-text {
    position: relative;
    color: var(--mibooz-gray);
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.4s ease;
    z-index: 1;
}

.project-filter.style1 li .filter-text:before {
    position: absolute;
    top: 18px;
    left: -10px;
    right: -6px;
    content: "";
    background: #007ec5;
    height: 1px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(0);
    z-index: 1;
}

.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
    transform: scale(1);
}

.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
    color: #007ec5;
}

.project-filter.style1 li .count {
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    padding: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: -4px;
}

.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
    color: var(--mibooz-black);
    opacity: 1;
}

.project-filter.style1 li+li {
    margin-left: 15px;
}